Trace number 4513082

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.04 3609.11

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size160-round22-1.opb
MD5SUM1c3bde2857450970636e675d32ef1343
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark595.932
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
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-4513082-1751205584.opb'
0.00/0.01	c 	read 0.38MB  (5.32ms)
0.00/0.01	c	 [cnf: #variables 4128 #clauses 8736 #duplicates 0 #arr 37145]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (5.72ms)
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.92ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 25017 #edges 98596]
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] (1.97ms)
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-4513082-1751205584.opb.pre'
0.00/0.02	c 	wrote 0.38MB (0.97ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   5.72ms 37.22% approx_orbits
0.00/0.02	c                   5.32ms 34.56% parse
0.00/0.02	c                   1.97ms 12.83% detect_generic
0.00/0.02	c                   0.97ms  6.29% output
0.00/0.02	c                   0.92ms  5.98% detect_special
0.00/0.02	c                   0.36ms  2.32% other
0.00/0.02	c                   0.12ms  0.80% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  15.38ms   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 4128 #constraints 9112
0.07/0.11	c rational objective 707.694
11.33/11.43	c #Conflicts:       1000 | #Constraints:      10161
11.33/11.43	c #Conflicts:       2000 | #Constraints:      11161
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:       3000 | #Constraints:       9753
11.33/11.43	c #Conflicts:       4000 | #Constraints:      10753
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:       5000 | #Constraints:      10174
11.33/11.43	c #Conflicts:       6000 | #Constraints:      11174
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:       7000 | #Constraints:      10199
11.33/11.43	c #Conflicts:       8000 | #Constraints:      11199
11.33/11.43	c #Conflicts:       9000 | #Constraints:      12199
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      10000 | #Constraints:      10916
11.33/11.43	c #Conflicts:      11000 | #Constraints:      11916
11.33/11.43	c #Conflicts:      12000 | #Constraints:      12916
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      13000 | #Constraints:      11371
11.33/11.43	c #Conflicts:      14000 | #Constraints:      12372
11.33/11.43	c #Conflicts:      15000 | #Constraints:      13372
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      16000 | #Constraints:      11630
11.33/11.43	c #Conflicts:      17000 | #Constraints:      12630
11.33/11.43	c #Conflicts:      18000 | #Constraints:      13630
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      19000 | #Constraints:      11690
11.33/11.43	c #Conflicts:      20000 | #Constraints:      12690
11.33/11.43	c #Conflicts:      21000 | #Constraints:      13691
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      22000 | #Constraints:      11485
11.33/11.43	c #Conflicts:      23000 | #Constraints:      12485
11.33/11.43	c #Conflicts:      24000 | #Constraints:      13485
11.33/11.43	c #Conflicts:      25000 | #Constraints:      14485
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      26000 | #Constraints:      12104
11.33/11.43	c #Conflicts:      27000 | #Constraints:      13104
11.33/11.43	c #Conflicts:      28000 | #Constraints:      14104
11.33/11.43	c #Conflicts:      29000 | #Constraints:      15104
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      30000 | #Constraints:      12508
11.33/11.43	c #Conflicts:      31000 | #Constraints:      13508
11.33/11.43	c #Conflicts:      32000 | #Constraints:      14508
11.33/11.43	c #Conflicts:      33000 | #Constraints:      15508
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      34000 | #Constraints:      12737
11.33/11.43	c #Conflicts:      35000 | #Constraints:      13737
11.33/11.43	c #Conflicts:      36000 | #Constraints:      14737
11.33/11.43	c #Conflicts:      37000 | #Constraints:      15737
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      38000 | #Constraints:      12738
11.33/11.43	c #Conflicts:      39000 | #Constraints:      13738
11.33/11.43	c #Conflicts:      40000 | #Constraints:      14738
11.33/11.43	c #Conflicts:      41000 | #Constraints:      15738
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      42000 | #Constraints:      12527
11.33/11.43	c #Conflicts:      43000 | #Constraints:      13527
11.33/11.43	c #Conflicts:      44000 | #Constraints:      14527
11.33/11.43	c #Conflicts:      45000 | #Constraints:      15527
11.33/11.43	c #Conflicts:      46000 | #Constraints:      16527
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      47000 | #Constraints:      13123
11.33/11.43	c #Conflicts:      48000 | #Constraints:      14123
11.33/11.43	c #Conflicts:      49000 | #Constraints:      15123
11.33/11.43	c #Conflicts:      50000 | #Constraints:      16123
11.33/11.43	c #Conflicts:      51000 | #Constraints:      17123
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c #Conflicts:      52000 | #Constraints:      13533
11.33/11.43	c #Conflicts:      53000 | #Constraints:      14533
11.33/11.43	c #Conflicts:      54000 | #Constraints:      15533
11.33/11.43	c #Conflicts:      55000 | #Constraints:      16533
11.33/11.43	c #Conflicts:      56000 | #Constraints:      17533
11.33/11.43	c INPROCESSING
11.33/11.43	c GARBAGE COLLECT
11.33/11.43	c rational objective 744.91
16.93/17.04	c #Conflicts:      57000 | #Constraints:      13748
16.93/17.04	c #Conflicts:      58000 | #Constraints:      14748
16.93/17.04	c #Conflicts:      59000 | #Constraints:      15748
16.93/17.04	c #Conflicts:      60000 | #Constraints:      16748
16.93/17.04	c #Conflicts:      61000 | #Constraints:      17748
16.93/17.04	c INPROCESSING
16.93/17.04	c GARBAGE COLLECT
16.93/17.04	c #Conflicts:      62000 | #Constraints:      13774
16.93/17.04	c #Conflicts:      63000 | #Constraints:      14774
16.93/17.04	c #Conflicts:      64000 | #Constraints:      15774
16.93/17.04	c #Conflicts:      65000 | #Constraints:      16775
16.93/17.04	c #Conflicts:      66000 | #Constraints:      17775
16.93/17.04	c INPROCESSING
16.93/17.04	c GARBAGE COLLECT
16.93/17.04	c #Conflicts:      67000 | #Constraints:      13570
16.93/17.04	c #Conflicts:      68000 | #Constraints:      14570
16.93/17.04	c #Conflicts:      69000 | #Constraints:      15570
16.93/17.04	c #Conflicts:      70000 | #Constraints:      16570
16.93/17.04	c #Conflicts:      71000 | #Constraints:      17570
16.93/17.04	c #Conflicts:      72000 | #Constraints:      18570
16.93/17.04	c INPROCESSING
16.93/17.04	c GARBAGE COLLECT
16.93/17.04	c #Conflicts:      73000 | #Constraints:      14176
16.93/17.04	c #Conflicts:      74000 | #Constraints:      15215
16.93/17.04	c #Conflicts:      75000 | #Constraints:      16215
16.93/17.04	c #Conflicts:      76000 | #Constraints:      17215
16.93/17.04	c #Conflicts:      77000 | #Constraints:      18215
16.93/17.04	c #Conflicts:      78000 | #Constraints:      19215
16.93/17.04	c INPROCESSING
16.93/17.04	c GARBAGE COLLECT
16.93/17.04	c rational objective 791.742
37.58/37.76	c #Conflicts:      79000 | #Constraints:      14622
37.58/37.76	c #Conflicts:      80000 | #Constraints:      15622
37.58/37.76	c #Conflicts:      81000 | #Constraints:      16622
37.58/37.76	c #Conflicts:      82000 | #Constraints:      17623
37.58/37.76	c #Conflicts:      83000 | #Constraints:      18623
37.58/37.76	c #Conflicts:      84000 | #Constraints:      19623
37.58/37.76	c INPROCESSING
37.58/37.76	c GARBAGE COLLECT
37.58/37.76	c #Conflicts:      85000 | #Constraints:      14815
37.58/37.76	c #Conflicts:      86000 | #Constraints:      15815
37.58/37.76	c #Conflicts:      87000 | #Constraints:      16815
37.58/37.76	c #Conflicts:      88000 | #Constraints:      17815
37.58/37.76	c #Conflicts:      89000 | #Constraints:      18815
37.58/37.76	c #Conflicts:      90000 | #Constraints:      19815
37.58/37.76	c INPROCESSING
37.58/37.76	c GARBAGE COLLECT
37.58/37.76	c #Conflicts:      91000 | #Constraints:      14801
37.58/37.76	c #Conflicts:      92000 | #Constraints:      15801
37.58/37.76	c #Conflicts:      93000 | #Constraints:      16801
37.58/37.76	c #Conflicts:      94000 | #Constraints:      17801
37.58/37.76	c #Conflicts:      95000 | #Constraints:      18801
37.58/37.76	c #Conflicts:      96000 | #Constraints:      20237
37.58/37.76	c INPROCESSING
37.58/37.76	c GARBAGE COLLECT
37.58/37.76	c #Conflicts:      97000 | #Constraints:      14974
37.58/37.76	c #Conflicts:      98000 | #Constraints:      15974
37.58/37.76	c #Conflicts:      99000 | #Constraints:      16974
37.58/37.76	c #Conflicts:     100000 | #Constraints:      17974
37.58/37.76	c #Conflicts:     101000 | #Constraints:      18974
37.58/37.76	c #Conflicts:     102000 | #Constraints:      19974
37.58/37.76	c #Conflicts:     103000 | #Constraints:      20974
37.58/37.76	c INPROCESSING
37.58/37.76	c GARBAGE COLLECT
37.58/37.76	c #Conflicts:     104000 | #Constraints:      15359
37.58/37.76	c #Conflicts:     105000 | #Constraints:      16359
37.58/37.76	c #Conflicts:     106000 | #Constraints:      17359
37.58/37.76	c #Conflicts:     107000 | #Constraints:      18359
37.58/37.76	c #Conflicts:     108000 | #Constraints:      19359
37.58/37.76	c #Conflicts:     109000 | #Constraints:      20359
37.58/37.76	c #Conflicts:     110000 | #Constraints:      21359
37.58/37.76	c INPROCESSING
37.58/37.76	c GARBAGE COLLECT
37.58/37.76	c #Conflicts:     111000 | #Constraints:      15667
37.58/37.76	c #Conflicts:     112000 | #Constraints:      16667
37.58/37.76	c #Conflicts:     113000 | #Constraints:      17667
37.58/37.76	c #Conflicts:     114000 | #Constraints:      18667
37.58/37.76	c #Conflicts:     115000 | #Constraints:      19667
37.58/37.76	c #Conflicts:     116000 | #Constraints:      20667
37.58/37.76	c #Conflicts:     117000 | #Constraints:      21667
37.58/37.76	c INPROCESSING
37.58/37.76	c GARBAGE COLLECT
37.58/37.76	c #Conflicts:     118000 | #Constraints:      15840
37.58/37.76	c #Conflicts:     119000 | #Constraints:      16840
37.58/37.76	c #Conflicts:     120000 | #Constraints:      17840
37.58/37.76	c #Conflicts:     121000 | #Constraints:      18840
37.58/37.76	c #Conflicts:     122000 | #Constraints:      19840
37.58/37.76	c #Conflicts:     123000 | #Constraints:      20840
37.58/37.76	c #Conflicts:     124000 | #Constraints:      21840
37.58/37.76	c INPROCESSING
37.58/37.76	c GARBAGE COLLECT
37.58/37.76	c #Conflicts:     125000 | #Constraints:      15797
37.58/37.76	c #Conflicts:     126000 | #Constraints:      16797
37.58/37.76	c #Conflicts:     127000 | #Constraints:      17797
37.58/37.76	c #Conflicts:     128000 | #Constraints:      18797
37.58/37.76	c #Conflicts:     129000 | #Constraints:      19797
37.58/37.76	c #Conflicts:     130000 | #Constraints:      20797
37.58/37.76	c #Conflicts:     131000 | #Constraints:      21797
37.58/37.76	c INPROCESSING
37.58/37.76	c GARBAGE COLLECT
37.58/37.76	c #Conflicts:     132000 | #Constraints:      15606
37.58/37.76	c #Conflicts:     133000 | #Constraints:      16606
37.58/37.76	c #Conflicts:     134000 | #Constraints:      17606
37.58/37.76	c #Conflicts:     135000 | #Constraints:      18606
37.58/37.76	c #Conflicts:     136000 | #Constraints:      19606
37.58/37.76	c #Conflicts:     137000 | #Constraints:      20606
37.58/37.76	c #Conflicts:     138000 | #Constraints:      21606
37.58/37.76	c #Conflicts:     139000 | #Constraints:      22606
37.58/37.76	c INPROCESSING
37.58/37.76	c GARBAGE COLLECT
37.58/37.76	c #Conflicts:     140000 | #Constraints:      16231
37.58/37.76	c #Conflicts:     141000 | #Constraints:      17231
37.58/37.76	c #Conflicts:     142000 | #Constraints:      18232
37.58/37.76	c #Conflicts:     143000 | #Constraints:      19232
37.58/37.76	c #Conflicts:     144000 | #Constraints:      20232
37.58/37.76	c #Conflicts:     145000 | #Constraints:      21232
37.58/37.76	c #Conflicts:     146000 | #Constraints:      22232
37.58/37.76	c #Conflicts:     147000 | #Constraints:      23270
37.58/37.76	c INPROCESSING
37.58/37.76	c GARBAGE COLLECT
37.58/37.76	c #Conflicts:     148000 | #Constraints:      16667
37.58/37.76	c #Conflicts:     149000 | #Constraints:      17667
37.58/37.76	c #Conflicts:     150000 | #Constraints:      18667
37.58/37.76	c #Conflicts:     151000 | #Constraints:      19667
64.81/65.08	c #Conflicts:     152000 | #Constraints:      20667
64.81/65.08	c #Conflicts:     153000 | #Constraints:      21667
64.81/65.08	c #Conflicts:     154000 | #Constraints:      22667
64.81/65.08	c #Conflicts:     155000 | #Constraints:      23667
64.81/65.08	c INPROCESSING
64.81/65.08	c GARBAGE COLLECT
64.81/65.08	c #Conflicts:     156000 | #Constraints:      16832
64.81/65.08	c #Conflicts:     157000 | #Constraints:      17832
64.81/65.08	c #Conflicts:     158000 | #Constraints:      18832
64.81/65.08	c #Conflicts:     159000 | #Constraints:      19832
64.81/65.08	c #Conflicts:     160000 | #Constraints:      20832
64.81/65.08	c #Conflicts:     161000 | #Constraints:      21832
64.81/65.08	c #Conflicts:     162000 | #Constraints:      22832
64.81/65.08	c #Conflicts:     163000 | #Constraints:      23832
64.81/65.08	c INPROCESSING
64.81/65.08	c GARBAGE COLLECT
64.81/65.08	c #Conflicts:     164000 | #Constraints:      16802
64.81/65.08	c #Conflicts:     165000 | #Constraints:      17802
64.81/65.08	c #Conflicts:     166000 | #Constraints:      18802
64.81/65.08	c #Conflicts:     167000 | #Constraints:      19802
64.81/65.08	c #Conflicts:     168000 | #Constraints:      20802
64.81/65.08	c #Conflicts:     169000 | #Constraints:      21802
64.81/65.08	c #Conflicts:     170000 | #Constraints:      22802
64.81/65.08	c #Conflicts:     171000 | #Constraints:      23802
64.81/65.08	c INPROCESSING
64.81/65.08	c GARBAGE COLLECT
64.81/65.08	c #Conflicts:     172000 | #Constraints:      16591
64.81/65.08	c #Conflicts:     173000 | #Constraints:      17591
64.81/65.08	c #Conflicts:     174000 | #Constraints:      18591
64.81/65.08	c #Conflicts:     175000 | #Constraints:      19591
64.81/65.08	c #Conflicts:     176000 | #Constraints:      20591
64.81/65.08	c #Conflicts:     177000 | #Constraints:      21591
64.81/65.08	c #Conflicts:     178000 | #Constraints:      22591
64.81/65.08	c #Conflicts:     179000 | #Constraints:      23591
64.81/65.08	c #Conflicts:     180000 | #Constraints:      24591
64.81/65.08	c INPROCESSING
64.81/65.08	c GARBAGE COLLECT
64.81/65.08	c #Conflicts:     181000 | #Constraints:      17192
64.81/65.08	c #Conflicts:     182000 | #Constraints:      18192
64.81/65.08	c #Conflicts:     183000 | #Constraints:      19192
64.81/65.08	c #Conflicts:     184000 | #Constraints:      20192
64.81/65.08	c #Conflicts:     185000 | #Constraints:      21192
64.81/65.08	c #Conflicts:     186000 | #Constraints:      22192
64.81/65.08	c #Conflicts:     187000 | #Constraints:      23192
64.81/65.08	c #Conflicts:     188000 | #Constraints:      24193
64.81/65.08	c #Conflicts:     189000 | #Constraints:      25193
64.81/65.08	c INPROCESSING
64.81/65.08	c GARBAGE COLLECT
64.81/65.08	c #Conflicts:     190000 | #Constraints:      17612
64.81/65.08	c #Conflicts:     191000 | #Constraints:      18612
64.81/65.08	c #Conflicts:     192000 | #Constraints:      19612
64.81/65.08	c #Conflicts:     193000 | #Constraints:      20612
64.81/65.08	c #Conflicts:     194000 | #Constraints:      21612
64.81/65.08	c #Conflicts:     195000 | #Constraints:      22612
64.81/65.08	c #Conflicts:     196000 | #Constraints:      23612
64.81/65.08	c #Conflicts:     197000 | #Constraints:      24612
64.81/65.08	c #Conflicts:     198000 | #Constraints:      25612
64.81/65.08	c INPROCESSING
64.81/65.08	c GARBAGE COLLECT
64.81/65.08	c #Conflicts:     199000 | #Constraints:      18073
64.81/65.08	c #Conflicts:     200000 | #Constraints:      19616
64.81/65.08	c #Conflicts:     201000 | #Constraints:      21131
64.81/65.08	c #Conflicts:     202000 | #Constraints:      22673
64.81/65.08	c #Conflicts:     203000 | #Constraints:      24186
64.81/65.08	c #Conflicts:     204000 | #Constraints:      25701
64.81/65.08	c #Conflicts:     205000 | #Constraints:      27177
64.81/65.08	c #Conflicts:     206000 | #Constraints:      28177
64.81/65.08	c #Conflicts:     207000 | #Constraints:      29177
64.81/65.08	c INPROCESSING
64.81/65.08	c GARBAGE COLLECT
64.81/65.08	c #Conflicts:     208000 | #Constraints:      19499
64.81/65.08	c #Conflicts:     209000 | #Constraints:      20499
64.81/65.08	c #Conflicts:     210000 | #Constraints:      21499
64.81/65.08	c #Conflicts:     211000 | #Constraints:      22499
64.81/65.08	c #Conflicts:     212000 | #Constraints:      23499
64.81/65.08	c #Conflicts:     213000 | #Constraints:      24499
64.81/65.08	c #Conflicts:     214000 | #Constraints:      25499
64.81/65.08	c #Conflicts:     215000 | #Constraints:      26499
64.81/65.08	c #Conflicts:     216000 | #Constraints:      27500
64.81/65.08	c INPROCESSING
64.81/65.08	c GARBAGE COLLECT
64.81/65.08	c #Conflicts:     217000 | #Constraints:      18486
64.81/65.08	c #Conflicts:     218000 | #Constraints:      19486
64.81/65.08	c #Conflicts:     219000 | #Constraints:      20486
64.81/65.08	c #Conflicts:     220000 | #Constraints:      21486
64.81/65.08	c #Conflicts:     221000 | #Constraints:      22486
64.81/65.08	c #Conflicts:     222000 | #Constraints:      23486
64.81/65.08	c #Conflicts:     223000 | #Constraints:      24486
64.81/65.08	c #Conflicts:     224000 | #Constraints:      25486
64.81/65.08	c #Conflicts:     225000 | #Constraints:      26487
86.35/86.61	c #Conflicts:     226000 | #Constraints:      27487
86.35/86.61	c INPROCESSING
86.35/86.61	c GARBAGE COLLECT
86.35/86.61	c #Conflicts:     227000 | #Constraints:      18678
86.35/86.61	c #Conflicts:     228000 | #Constraints:      19678
86.35/86.61	c #Conflicts:     229000 | #Constraints:      20678
86.35/86.61	c #Conflicts:     230000 | #Constraints:      21678
86.35/86.61	c #Conflicts:     231000 | #Constraints:      22678
86.35/86.61	c #Conflicts:     232000 | #Constraints:      23678
86.35/86.61	c #Conflicts:     233000 | #Constraints:      24680
86.35/86.61	c #Conflicts:     234000 | #Constraints:      25680
86.35/86.61	c #Conflicts:     235000 | #Constraints:      26680
86.35/86.61	c #Conflicts:     236000 | #Constraints:      27680
86.35/86.61	c INPROCESSING
86.35/86.61	c GARBAGE COLLECT
86.35/86.61	c #Conflicts:     237000 | #Constraints:      18840
86.35/86.61	c #Conflicts:     238000 | #Constraints:      19840
86.35/86.61	c #Conflicts:     239000 | #Constraints:      20840
86.35/86.61	c #Conflicts:     240000 | #Constraints:      21840
86.35/86.61	c #Conflicts:     241000 | #Constraints:      22840
86.35/86.61	c #Conflicts:     242000 | #Constraints:      23840
86.35/86.61	c #Conflicts:     243000 | #Constraints:      24840
86.35/86.61	c #Conflicts:     244000 | #Constraints:      25840
86.35/86.61	c #Conflicts:     245000 | #Constraints:      26840
86.35/86.61	c #Conflicts:     246000 | #Constraints:      27840
86.35/86.61	c INPROCESSING
86.35/86.61	c GARBAGE COLLECT
86.35/86.61	c #Conflicts:     247000 | #Constraints:      18967
86.35/86.61	c #Conflicts:     248000 | #Constraints:      19969
86.35/86.61	c #Conflicts:     249000 | #Constraints:      20969
86.35/86.61	c #Conflicts:     250000 | #Constraints:      21969
86.35/86.61	c #Conflicts:     251000 | #Constraints:      22969
86.35/86.61	c #Conflicts:     252000 | #Constraints:      23969
86.35/86.61	c #Conflicts:     253000 | #Constraints:      24969
86.35/86.61	c #Conflicts:     254000 | #Constraints:      25969
86.35/86.61	c #Conflicts:     255000 | #Constraints:      26969
86.35/86.61	c #Conflicts:     256000 | #Constraints:      27969
86.35/86.61	c INPROCESSING
86.35/86.61	c GARBAGE COLLECT
86.35/86.61	c #Conflicts:     257000 | #Constraints:      18904
86.35/86.61	c #Conflicts:     258000 | #Constraints:      19904
86.35/86.61	c #Conflicts:     259000 | #Constraints:      20904
86.35/86.61	c #Conflicts:     260000 | #Constraints:      21904
86.35/86.61	c #Conflicts:     261000 | #Constraints:      22904
86.35/86.61	c #Conflicts:     262000 | #Constraints:      23904
86.35/86.61	c #Conflicts:     263000 | #Constraints:      24904
86.35/86.61	c #Conflicts:     264000 | #Constraints:      25904
86.35/86.61	c #Conflicts:     265000 | #Constraints:      26905
86.35/86.61	c #Conflicts:     266000 | #Constraints:      27905
86.35/86.61	c INPROCESSING
86.35/86.61	c GARBAGE COLLECT
86.35/86.61	c #Conflicts:     267000 | #Constraints:      18669
86.35/86.61	c #Conflicts:     268000 | #Constraints:      19669
86.35/86.61	c #Conflicts:     269000 | #Constraints:      20669
86.35/86.61	c #Conflicts:     270000 | #Constraints:      21669
86.35/86.61	c #Conflicts:     271000 | #Constraints:      22669
86.35/86.61	c #Conflicts:     272000 | #Constraints:      23669
86.35/86.61	c #Conflicts:     273000 | #Constraints:      24669
86.35/86.61	c #Conflicts:     274000 | #Constraints:      25669
86.35/86.61	c #Conflicts:     275000 | #Constraints:      26669
86.35/86.61	c #Conflicts:     276000 | #Constraints:      27669
86.35/86.61	c #Conflicts:     277000 | #Constraints:      28669
86.35/86.61	c INPROCESSING
86.35/86.61	c GARBAGE COLLECT
86.35/86.61	c #Conflicts:     278000 | #Constraints:      19237
86.35/86.61	c #Conflicts:     279000 | #Constraints:      20237
86.35/86.61	c #Conflicts:     280000 | #Constraints:      21237
86.35/86.61	c #Conflicts:     281000 | #Constraints:      22237
86.35/86.61	c #Conflicts:     282000 | #Constraints:      23237
86.35/86.61	c #Conflicts:     283000 | #Constraints:      24237
86.35/86.61	c #Conflicts:     284000 | #Constraints:      25249
86.35/86.61	c #Conflicts:     285000 | #Constraints:      26250
86.35/86.61	c #Conflicts:     286000 | #Constraints:      27250
86.35/86.61	c #Conflicts:     287000 | #Constraints:      28250
86.35/86.61	c #Conflicts:     288000 | #Constraints:      29250
86.35/86.61	c INPROCESSING
86.35/86.61	c GARBAGE COLLECT
86.35/86.61	c #Conflicts:     289000 | #Constraints:      19604
86.35/86.61	c #Conflicts:     290000 | #Constraints:      20604
86.35/86.61	c #Conflicts:     291000 | #Constraints:      21604
86.35/86.61	c #Conflicts:     292000 | #Constraints:      22604
86.35/86.61	c #Conflicts:     293000 | #Constraints:      23605
86.35/86.61	c #Conflicts:     294000 | #Constraints:      24605
86.35/86.61	c #Conflicts:     295000 | #Constraints:      25605
86.35/86.61	c #Conflicts:     296000 | #Constraints:      26605
86.35/86.61	c #Conflicts:     297000 | #Constraints:      27605
86.35/86.61	c #Conflicts:     298000 | #Constraints:      28606
86.35/86.61	c #Conflicts:     299000 | #Constraints:      29606
111.59/111.94	c INPROCESSING
111.59/111.94	c GARBAGE COLLECT
111.59/111.94	c #Conflicts:     300000 | #Constraints:      19825
111.59/111.94	c #Conflicts:     301000 | #Constraints:      20825
111.59/111.94	c #Conflicts:     302000 | #Constraints:      21825
111.59/111.94	c #Conflicts:     303000 | #Constraints:      22825
111.59/111.94	c #Conflicts:     304000 | #Constraints:      23825
111.59/111.94	c #Conflicts:     305000 | #Constraints:      24825
111.59/111.94	c #Conflicts:     306000 | #Constraints:      25825
111.59/111.94	c #Conflicts:     307000 | #Constraints:      26825
111.59/111.94	c #Conflicts:     308000 | #Constraints:      27825
111.59/111.94	c #Conflicts:     309000 | #Constraints:      28825
111.59/111.94	c #Conflicts:     310000 | #Constraints:      29825
111.59/111.94	c INPROCESSING
111.59/111.94	c GARBAGE COLLECT
111.59/111.94	c #Conflicts:     311000 | #Constraints:      19859
111.59/111.94	c #Conflicts:     312000 | #Constraints:      20859
111.59/111.94	c #Conflicts:     313000 | #Constraints:      21859
111.59/111.94	c #Conflicts:     314000 | #Constraints:      22859
111.59/111.94	c #Conflicts:     315000 | #Constraints:      23859
111.59/111.94	c #Conflicts:     316000 | #Constraints:      24859
111.59/111.94	c #Conflicts:     317000 | #Constraints:      25859
111.59/111.94	c #Conflicts:     318000 | #Constraints:      26859
111.59/111.94	c #Conflicts:     319000 | #Constraints:      27859
111.59/111.94	c #Conflicts:     320000 | #Constraints:      28859
111.59/111.94	c #Conflicts:     321000 | #Constraints:      29859
111.59/111.94	c INPROCESSING
111.59/111.94	c GARBAGE COLLECT
111.59/111.94	c #Conflicts:     322000 | #Constraints:      19710
111.59/111.94	c #Conflicts:     323000 | #Constraints:      20710
111.59/111.94	c #Conflicts:     324000 | #Constraints:      21710
111.59/111.94	c #Conflicts:     325000 | #Constraints:      22710
111.59/111.94	c #Conflicts:     326000 | #Constraints:      23710
111.59/111.94	c #Conflicts:     327000 | #Constraints:      24710
111.59/111.94	c #Conflicts:     328000 | #Constraints:      25710
111.59/111.94	c #Conflicts:     329000 | #Constraints:      26710
111.59/111.94	c #Conflicts:     330000 | #Constraints:      27710
111.59/111.94	c #Conflicts:     331000 | #Constraints:      28710
111.59/111.94	c #Conflicts:     332000 | #Constraints:      29710
111.59/111.94	c #Conflicts:     333000 | #Constraints:      30710
111.59/111.94	c INPROCESSING
111.59/111.94	c GARBAGE COLLECT
111.59/111.94	c #Conflicts:     334000 | #Constraints:      20265
111.59/111.94	c #Conflicts:     335000 | #Constraints:      21265
111.59/111.94	c #Conflicts:     336000 | #Constraints:      22265
111.59/111.94	c #Conflicts:     337000 | #Constraints:      23265
111.59/111.94	c #Conflicts:     338000 | #Constraints:      24265
111.59/111.94	c #Conflicts:     339000 | #Constraints:      25265
111.59/111.94	c #Conflicts:     340000 | #Constraints:      26265
111.59/111.94	c #Conflicts:     341000 | #Constraints:      27265
111.59/111.94	c #Conflicts:     342000 | #Constraints:      28265
111.59/111.94	c #Conflicts:     343000 | #Constraints:      29265
111.59/111.94	c #Conflicts:     344000 | #Constraints:      30265
111.59/111.94	c #Conflicts:     345000 | #Constraints:      31265
111.59/111.94	c INPROCESSING
111.59/111.94	c GARBAGE COLLECT
111.59/111.94	c #Conflicts:     346000 | #Constraints:      20669
111.59/111.94	c #Conflicts:     347000 | #Constraints:      21669
111.59/111.94	c #Conflicts:     348000 | #Constraints:      22670
111.59/111.94	c #Conflicts:     349000 | #Constraints:      23670
111.59/111.94	c #Conflicts:     350000 | #Constraints:      24670
111.59/111.94	c #Conflicts:     351000 | #Constraints:      25670
111.59/111.94	c #Conflicts:     352000 | #Constraints:      26670
111.59/111.94	c #Conflicts:     353000 | #Constraints:      27670
111.59/111.94	c #Conflicts:     354000 | #Constraints:      28670
111.59/111.94	c #Conflicts:     355000 | #Constraints:      29670
111.59/111.94	c #Conflicts:     356000 | #Constraints:      30670
111.59/111.94	c #Conflicts:     357000 | #Constraints:      31670
111.59/111.94	c INPROCESSING
111.59/111.94	c GARBAGE COLLECT
111.59/111.94	c #Conflicts:     358000 | #Constraints:      20832
111.59/111.94	c #Conflicts:     359000 | #Constraints:      21832
111.59/111.94	c #Conflicts:     360000 | #Constraints:      22832
111.59/111.94	c #Conflicts:     361000 | #Constraints:      23832
111.59/111.94	c #Conflicts:     362000 | #Constraints:      24832
111.59/111.94	c #Conflicts:     363000 | #Constraints:      25834
111.59/111.94	c #Conflicts:     364000 | #Constraints:      26854
111.59/111.94	c #Conflicts:     365000 | #Constraints:      27854
111.59/111.94	c #Conflicts:     366000 | #Constraints:      28854
111.59/111.94	c #Conflicts:     367000 | #Constraints:      29854
111.59/111.94	c #Conflicts:     368000 | #Constraints:      30854
111.59/111.94	c #Conflicts:     369000 | #Constraints:      31854
111.59/111.94	c INPROCESSING
111.59/111.94	c GARBAGE COLLECT
111.59/111.94	c #Conflicts:     370000 | #Constraints:      20855
111.59/111.94	c #Conflicts:     371000 | #Constraints:      21855
111.59/111.94	c #Conflicts:     372000 | #Constraints:      22855
111.59/111.94	c #Conflicts:     373000 | #Constraints:      23855
138.33/138.78	c #Conflicts:     374000 | #Constraints:      24855
138.33/138.78	c #Conflicts:     375000 | #Constraints:      25855
138.33/138.78	c #Conflicts:     376000 | #Constraints:      26855
138.33/138.78	c #Conflicts:     377000 | #Constraints:      27855
138.33/138.78	c #Conflicts:     378000 | #Constraints:      28855
138.33/138.78	c #Conflicts:     379000 | #Constraints:      29855
138.33/138.78	c #Conflicts:     380000 | #Constraints:      30855
138.33/138.78	c #Conflicts:     381000 | #Constraints:      31855
138.33/138.78	c INPROCESSING
138.33/138.78	c GARBAGE COLLECT
138.33/138.78	c #Conflicts:     382000 | #Constraints:      20665
138.33/138.78	c #Conflicts:     383000 | #Constraints:      21665
138.33/138.78	c #Conflicts:     384000 | #Constraints:      22665
138.33/138.78	c #Conflicts:     385000 | #Constraints:      23665
138.33/138.78	c #Conflicts:     386000 | #Constraints:      24665
138.33/138.78	c #Conflicts:     387000 | #Constraints:      25665
138.33/138.78	c #Conflicts:     388000 | #Constraints:      26665
138.33/138.78	c #Conflicts:     389000 | #Constraints:      27665
138.33/138.78	c #Conflicts:     390000 | #Constraints:      28665
138.33/138.78	c #Conflicts:     391000 | #Constraints:      29665
138.33/138.78	c #Conflicts:     392000 | #Constraints:      30665
138.33/138.78	c #Conflicts:     393000 | #Constraints:      31665
138.33/138.78	c #Conflicts:     394000 | #Constraints:      32665
138.33/138.78	c INPROCESSING
138.33/138.78	c GARBAGE COLLECT
138.33/138.78	c #Conflicts:     395000 | #Constraints:      21249
138.33/138.78	c #Conflicts:     396000 | #Constraints:      22249
138.33/138.78	c #Conflicts:     397000 | #Constraints:      23249
138.33/138.78	c #Conflicts:     398000 | #Constraints:      24249
138.33/138.78	c #Conflicts:     399000 | #Constraints:      25249
138.33/138.78	c #Conflicts:     400000 | #Constraints:      26249
138.33/138.78	c #Conflicts:     401000 | #Constraints:      27249
138.33/138.78	c #Conflicts:     402000 | #Constraints:      28249
138.33/138.78	c #Conflicts:     403000 | #Constraints:      29249
138.33/138.78	c #Conflicts:     404000 | #Constraints:      30249
138.33/138.78	c #Conflicts:     405000 | #Constraints:      31249
138.33/138.78	c #Conflicts:     406000 | #Constraints:      32249
138.33/138.78	c #Conflicts:     407000 | #Constraints:      33249
138.33/138.78	c INPROCESSING
138.33/138.78	c GARBAGE COLLECT
138.33/138.78	c #Conflicts:     408000 | #Constraints:      21647
138.33/138.78	c #Conflicts:     409000 | #Constraints:      22647
138.33/138.78	c #Conflicts:     410000 | #Constraints:      23647
138.33/138.78	c #Conflicts:     411000 | #Constraints:      24647
138.33/138.78	c #Conflicts:     412000 | #Constraints:      25647
138.33/138.78	c #Conflicts:     413000 | #Constraints:      26647
138.33/138.78	c #Conflicts:     414000 | #Constraints:      27647
138.33/138.78	c #Conflicts:     415000 | #Constraints:      28647
138.33/138.78	c #Conflicts:     416000 | #Constraints:      29647
138.33/138.78	c #Conflicts:     417000 | #Constraints:      30647
138.33/138.78	c #Conflicts:     418000 | #Constraints:      31647
138.33/138.78	c #Conflicts:     419000 | #Constraints:      32647
138.33/138.78	c #Conflicts:     420000 | #Constraints:      33647
138.33/138.78	c INPROCESSING
138.33/138.78	c GARBAGE COLLECT
138.33/138.78	c #Conflicts:     421000 | #Constraints:      21893
138.33/138.78	c #Conflicts:     422000 | #Constraints:      22893
138.33/138.78	c #Conflicts:     423000 | #Constraints:      23893
138.33/138.78	c #Conflicts:     424000 | #Constraints:      24893
138.33/138.78	c #Conflicts:     425000 | #Constraints:      25893
138.33/138.78	c #Conflicts:     426000 | #Constraints:      26893
138.33/138.78	c #Conflicts:     427000 | #Constraints:      27893
138.33/138.78	c #Conflicts:     428000 | #Constraints:      28893
138.33/138.78	c #Conflicts:     429000 | #Constraints:      29893
138.33/138.78	c #Conflicts:     430000 | #Constraints:      30893
138.33/138.78	c #Conflicts:     431000 | #Constraints:      31893
138.33/138.78	c #Conflicts:     432000 | #Constraints:      32893
138.33/138.78	c #Conflicts:     433000 | #Constraints:      33893
138.33/138.78	c INPROCESSING
138.33/138.78	c GARBAGE COLLECT
138.33/138.78	c #Conflicts:     434000 | #Constraints:      21878
138.33/138.78	c #Conflicts:     435000 | #Constraints:      22878
138.33/138.78	c #Conflicts:     436000 | #Constraints:      23878
138.33/138.78	c #Conflicts:     437000 | #Constraints:      24878
138.33/138.78	c #Conflicts:     438000 | #Constraints:      25878
138.33/138.78	c #Conflicts:     439000 | #Constraints:      26878
138.33/138.78	c #Conflicts:     440000 | #Constraints:      27879
138.33/138.78	c #Conflicts:     441000 | #Constraints:      28879
138.33/138.78	c #Conflicts:     442000 | #Constraints:      29879
138.33/138.78	c #Conflicts:     443000 | #Constraints:      30879
138.33/138.78	c #Conflicts:     444000 | #Constraints:      31879
138.33/138.78	c #Conflicts:     445000 | #Constraints:      32879
138.33/138.78	c #Conflicts:     446000 | #Constraints:      33879
138.33/138.78	c INPROCESSING
138.33/138.78	c GARBAGE COLLECT
138.33/138.78	c #Conflicts:     447000 | #Constraints:      21689
138.33/138.78	c #Conflicts:     448000 | #Constraints:      22689
171.45/171.94	c #Conflicts:     449000 | #Constraints:      23690
171.45/171.94	c #Conflicts:     450000 | #Constraints:      24690
171.45/171.94	c #Conflicts:     451000 | #Constraints:      25690
171.45/171.94	c #Conflicts:     452000 | #Constraints:      26690
171.45/171.94	c #Conflicts:     453000 | #Constraints:      27690
171.45/171.94	c #Conflicts:     454000 | #Constraints:      28690
171.45/171.94	c #Conflicts:     455000 | #Constraints:      29690
171.45/171.94	c #Conflicts:     456000 | #Constraints:      30690
171.45/171.94	c #Conflicts:     457000 | #Constraints:      31690
171.45/171.94	c #Conflicts:     458000 | #Constraints:      32690
171.45/171.94	c #Conflicts:     459000 | #Constraints:      33690
171.45/171.94	c #Conflicts:     460000 | #Constraints:      34690
171.45/171.94	c INPROCESSING
171.45/171.94	c GARBAGE COLLECT
171.45/171.94	c #Conflicts:     461000 | #Constraints:      22303
171.45/171.94	c #Conflicts:     462000 | #Constraints:      23303
171.45/171.94	c #Conflicts:     463000 | #Constraints:      24303
171.45/171.94	c #Conflicts:     464000 | #Constraints:      25303
171.45/171.94	c #Conflicts:     465000 | #Constraints:      26303
171.45/171.94	c #Conflicts:     466000 | #Constraints:      27303
171.45/171.94	c #Conflicts:     467000 | #Constraints:      28303
171.45/171.94	c #Conflicts:     468000 | #Constraints:      29303
171.45/171.94	c #Conflicts:     469000 | #Constraints:      30303
171.45/171.94	c #Conflicts:     470000 | #Constraints:      31303
171.45/171.94	c #Conflicts:     471000 | #Constraints:      32304
171.45/171.94	c #Conflicts:     472000 | #Constraints:      33304
171.45/171.94	c #Conflicts:     473000 | #Constraints:      34304
171.45/171.94	c #Conflicts:     474000 | #Constraints:      35304
171.45/171.94	c INPROCESSING
171.45/171.94	c GARBAGE COLLECT
171.45/171.94	c #Conflicts:     475000 | #Constraints:      22703
171.45/171.94	c #Conflicts:     476000 | #Constraints:      23703
171.45/171.94	c #Conflicts:     477000 | #Constraints:      24703
171.45/171.94	c #Conflicts:     478000 | #Constraints:      25703
171.45/171.94	c #Conflicts:     479000 | #Constraints:      26703
171.45/171.94	c #Conflicts:     480000 | #Constraints:      27703
171.45/171.94	c #Conflicts:     481000 | #Constraints:      28703
171.45/171.94	c #Conflicts:     482000 | #Constraints:      29703
171.45/171.94	c #Conflicts:     483000 | #Constraints:      30703
171.45/171.94	c #Conflicts:     484000 | #Constraints:      31703
171.45/171.94	c #Conflicts:     485000 | #Constraints:      32703
171.45/171.94	c #Conflicts:     486000 | #Constraints:      33703
171.45/171.94	c #Conflicts:     487000 | #Constraints:      34703
171.45/171.94	c #Conflicts:     488000 | #Constraints:      35703
171.45/171.94	c INPROCESSING
171.45/171.94	c GARBAGE COLLECT
171.45/171.94	c #Conflicts:     489000 | #Constraints:      22922
171.45/171.94	c #Conflicts:     490000 | #Constraints:      23922
171.45/171.94	c #Conflicts:     491000 | #Constraints:      24922
171.45/171.94	c #Conflicts:     492000 | #Constraints:      25922
171.45/171.94	c #Conflicts:     493000 | #Constraints:      26922
171.45/171.94	c #Conflicts:     494000 | #Constraints:      27922
171.45/171.94	c #Conflicts:     495000 | #Constraints:      28922
171.45/171.94	c #Conflicts:     496000 | #Constraints:      29922
171.45/171.94	c #Conflicts:     497000 | #Constraints:      30922
171.45/171.94	c #Conflicts:     498000 | #Constraints:      31922
171.45/171.94	c #Conflicts:     499000 | #Constraints:      32922
171.45/171.94	c #Conflicts:     500000 | #Constraints:      33922
171.45/171.94	c #Conflicts:     501000 | #Constraints:      34922
171.45/171.94	c #Conflicts:     502000 | #Constraints:      35922
171.45/171.94	c INPROCESSING
171.45/171.94	c GARBAGE COLLECT
171.45/171.94	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[43]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[61]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[74]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[97]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[108]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[154]: 6 -2.29658 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[194]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[195]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[262]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[299]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[300]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[310]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[313]: 6 -1.07751 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[364]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[386]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[387]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[391]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[396]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[453]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[550]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[588]: 6 -1.0625 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[609]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[653]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[672]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[698]: 6 0 0.25 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1026]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1046]: 6 -0.750001 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1049]: 6 -1.0625 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1068]: 6 -1.0295 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1078]: 6 -0.349154 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1089]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1101]: 6 -0.998157 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1105]: 6 -0.911253 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1112]: 6 -0.750001 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1125]: 6 -0.999947 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1126]: 6 -0.997942 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1127]: 6 -1.00005 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1130]: 6 -0.967059 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1134]: 6 -1.25 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1143]: 6 -0.980623 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1144]: 6 -0.961245 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1155]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1160]: 6 -0.999999 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1164]: 6 -0.814573 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1178]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1217]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1241]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1286]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1304]: 6 -0.996577 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1335]: 6 -1.47629 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1345]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1373]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1380]: 6 -0.999943 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1407]: 6 -1.25 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1415]: 6 -1.00002 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1421]: 6 -1.31249 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1422]: 6 -0.999941 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1423]: 6 -1.25273 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1428]: 6 -3.81262 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1454]: 6 -1.31249 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1469]: 6 -1.99817 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1477]: 6 -1.00001 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1480]: 6 -0.99997 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1486]: 6 -0.998048 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1498]: 6 -3.40502 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1533]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1558]: 6 -0.500001 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1562]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1563]: 6 -0.687501 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1905]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1941]: 6 0 0.500001 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1944]: 6 -7 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2015]: 6 -0.889904 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2042]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2085]: 6 -0.999997 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2101]: 6 -0.999079 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2105]: 6 -0.996313 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2111]: 6 -0.996498 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2114]: 6 -1.13151 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2168]: 6 -1.03876 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2185]: 6 -1.00002 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2189]: 6 -1.00009 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2197]: 6 -1.00145 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2201]: 6 -1.00579 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2206]: 6 -1.30647 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2224]: 6 -0.844978 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2226]: 6 -4.68996 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2252]: 6 -0.958169 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2287]: 6 -0.999998 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2291]: 6 -0.99999 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2315]: 6 -0.956774 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2319]: 6 -0.827094 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2346]: 6 -0.967059 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2349]: 6 -0.983565 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2359]: 6 -1.0625 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2362]: 6 0 1.5 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2404]: 6 -7.07709 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2405]: 6 -4.48325 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2420]: 6 -11 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2454]: 6 -0.0216137 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2492]: 6 -1.31284 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2512]: 6 -20.6542 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2592]: 6 -1.25 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2694]: 6 -5 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2876]: 6 0 0.562501 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2982]: 6 0 1.5625 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2984]: 6 -2.18479 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2988]: 6 -8.76085 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[2992]: 6 -1.25 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3053]: 6 -1.00003 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3062]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3063]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3065]: 6 -1.00184 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3076]: 6 -5 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3077]: 6 -1.1177 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3094]: 6 -23.6897 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3188]: 6 -0.875914 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3198]: 6 -16.9708 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3251]: 6 -0.999757 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3255]: 6 -0.999024 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3258]: 6 -1.25 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3284]: 6 -9.62009 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3286]: 6 -22.2402 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3397]: 6 -0.999998 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3429]: 6 -0.999998 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3445]: 6 -1.00047 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3450]: 6 -1.25 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3546]: 6 -1.25047 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3548]: 6 -1.00095 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3573]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3611]: 6 -1.25 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3617]: 6 -0.999942 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3621]: 6 -0.999763 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
171.45/171.94	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3644]: 6 -0.5 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3705]: 6 -1.3125 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3708]: 6 -1.125 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3836]: 6 -1.125 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3938]: 6 -1.25 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3939]: 6 -1.25 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
171.45/171.95	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
199.38/199.99	c #Conflicts:     503000 | #Constraints:      22912
199.38/199.99	c #Conflicts:     504000 | #Constraints:      23913
199.38/199.99	c #Conflicts:     505000 | #Constraints:      24913
199.38/199.99	c #Conflicts:     506000 | #Constraints:      25913
199.38/199.99	c #Conflicts:     507000 | #Constraints:      26913
199.38/199.99	c #Conflicts:     508000 | #Constraints:      27913
199.38/199.99	c #Conflicts:     509000 | #Constraints:      28913
199.38/199.99	c #Conflicts:     510000 | #Constraints:      29913
199.38/199.99	c #Conflicts:     511000 | #Constraints:      30913
199.38/199.99	c #Conflicts:     512000 | #Constraints:      31913
199.38/199.99	c #Conflicts:     513000 | #Constraints:      32913
199.38/199.99	c #Conflicts:     514000 | #Constraints:      33913
199.38/199.99	c #Conflicts:     515000 | #Constraints:      34913
199.38/199.99	c #Conflicts:     516000 | #Constraints:      35913
199.38/199.99	c INPROCESSING
199.38/199.99	c GARBAGE COLLECT
199.38/199.99	c #Conflicts:     517000 | #Constraints:      22685
199.38/199.99	c #Conflicts:     518000 | #Constraints:      23685
199.38/199.99	c #Conflicts:     519000 | #Constraints:      24685
199.38/199.99	c #Conflicts:     520000 | #Constraints:      25685
199.38/199.99	c #Conflicts:     521000 | #Constraints:      26685
199.38/199.99	c #Conflicts:     522000 | #Constraints:      27685
199.38/199.99	c #Conflicts:     523000 | #Constraints:      28685
199.38/199.99	c #Conflicts:     524000 | #Constraints:      29685
199.38/199.99	c #Conflicts:     525000 | #Constraints:      30685
199.38/199.99	c #Conflicts:     526000 | #Constraints:      31686
199.38/199.99	c #Conflicts:     527000 | #Constraints:      32686
199.38/199.99	c #Conflicts:     528000 | #Constraints:      33686
199.38/199.99	c #Conflicts:     529000 | #Constraints:      34686
199.38/199.99	c #Conflicts:     530000 | #Constraints:      35686
199.38/199.99	c #Conflicts:     531000 | #Constraints:      36686
199.38/199.99	c INPROCESSING
199.38/199.99	c GARBAGE COLLECT
199.38/199.99	c #Conflicts:     532000 | #Constraints:      23291
199.38/199.99	c #Conflicts:     533000 | #Constraints:      24291
199.38/199.99	c #Conflicts:     534000 | #Constraints:      25291
199.38/199.99	c #Conflicts:     535000 | #Constraints:      26291
199.38/199.99	c #Conflicts:     536000 | #Constraints:      27291
199.38/199.99	c #Conflicts:     537000 | #Constraints:      28291
199.38/199.99	c #Conflicts:     538000 | #Constraints:      29291
199.38/199.99	c #Conflicts:     539000 | #Constraints:      30291
199.38/199.99	c #Conflicts:     540000 | #Constraints:      31291
199.38/199.99	c #Conflicts:     541000 | #Constraints:      32291
199.38/199.99	c #Conflicts:     542000 | #Constraints:      33291
199.38/199.99	c #Conflicts:     543000 | #Constraints:      34291
199.38/199.99	c #Conflicts:     544000 | #Constraints:      35291
199.38/199.99	c #Conflicts:     545000 | #Constraints:      36291
199.38/199.99	c #Conflicts:     546000 | #Constraints:      37291
199.38/199.99	c INPROCESSING
199.38/199.99	c GARBAGE COLLECT
199.38/199.99	c #Conflicts:     547000 | #Constraints:      23689
199.38/199.99	c #Conflicts:     548000 | #Constraints:      24689
199.38/199.99	c #Conflicts:     549000 | #Constraints:      25689
199.38/199.99	c #Conflicts:     550000 | #Constraints:      26690
199.38/199.99	c #Conflicts:     551000 | #Constraints:      27690
199.38/199.99	c #Conflicts:     552000 | #Constraints:      28690
199.38/199.99	c #Conflicts:     553000 | #Constraints:      29690
199.38/199.99	c #Conflicts:     554000 | #Constraints:      30690
199.38/199.99	c #Conflicts:     555000 | #Constraints:      31690
199.38/199.99	c #Conflicts:     556000 | #Constraints:      32690
199.38/199.99	c #Conflicts:     557000 | #Constraints:      33690
199.38/199.99	c #Conflicts:     558000 | #Constraints:      34690
199.38/199.99	c #Conflicts:     559000 | #Constraints:      35690
199.38/199.99	c #Conflicts:     560000 | #Constraints:      36690
199.38/199.99	c #Conflicts:     561000 | #Constraints:      37690
199.38/199.99	c INPROCESSING
199.38/199.99	c GARBAGE COLLECT
199.38/199.99	c #Conflicts:     562000 | #Constraints:      23889
199.38/199.99	c #Conflicts:     563000 | #Constraints:      24889
199.38/199.99	c #Conflicts:     564000 | #Constraints:      25889
199.38/199.99	c #Conflicts:     565000 | #Constraints:      26889
199.38/199.99	c #Conflicts:     566000 | #Constraints:      27889
199.38/199.99	c #Conflicts:     567000 | #Constraints:      28889
199.38/199.99	c #Conflicts:     568000 | #Constraints:      29889
199.38/199.99	c #Conflicts:     569000 | #Constraints:      30889
199.38/199.99	c #Conflicts:     570000 | #Constraints:      31889
199.38/199.99	c #Conflicts:     571000 | #Constraints:      32889
199.38/199.99	c #Conflicts:     572000 | #Constraints:      33889
199.38/199.99	c #Conflicts:     573000 | #Constraints:      34889
199.38/199.99	c #Conflicts:     574000 | #Constraints:      35889
199.38/199.99	c #Conflicts:     575000 | #Constraints:      36889
199.38/199.99	c #Conflicts:     576000 | #Constraints:      37889
199.38/199.99	c INPROCESSING
199.38/199.99	c GARBAGE COLLECT
199.38/199.99	c #Conflicts:     577000 | #Constraints:      23919
199.38/199.99	c #Conflicts:     578000 | #Constraints:      24919
225.42/226.08	c #Conflicts:     579000 | #Constraints:      25919
225.42/226.08	c #Conflicts:     580000 | #Constraints:      26919
225.42/226.08	c #Conflicts:     581000 | #Constraints:      27919
225.42/226.08	c #Conflicts:     582000 | #Constraints:      28919
225.42/226.08	c #Conflicts:     583000 | #Constraints:      29919
225.42/226.08	c #Conflicts:     584000 | #Constraints:      30919
225.42/226.08	c #Conflicts:     585000 | #Constraints:      31919
225.42/226.08	c #Conflicts:     586000 | #Constraints:      32919
225.42/226.08	c #Conflicts:     587000 | #Constraints:      33919
225.42/226.08	c #Conflicts:     588000 | #Constraints:      34919
225.42/226.08	c #Conflicts:     589000 | #Constraints:      35919
225.42/226.08	c #Conflicts:     590000 | #Constraints:      36919
225.42/226.08	c #Conflicts:     591000 | #Constraints:      37919
225.42/226.08	c INPROCESSING
225.42/226.08	c GARBAGE COLLECT
225.42/226.08	c #Conflicts:     592000 | #Constraints:      23704
225.42/226.08	c #Conflicts:     593000 | #Constraints:      24704
225.42/226.08	c #Conflicts:     594000 | #Constraints:      25704
225.42/226.08	c #Conflicts:     595000 | #Constraints:      26704
225.42/226.08	c #Conflicts:     596000 | #Constraints:      27704
225.42/226.08	c #Conflicts:     597000 | #Constraints:      28704
225.42/226.08	c #Conflicts:     598000 | #Constraints:      29704
225.42/226.08	c #Conflicts:     599000 | #Constraints:      30704
225.42/226.08	c #Conflicts:     600000 | #Constraints:      31704
225.42/226.08	c #Conflicts:     601000 | #Constraints:      32704
225.42/226.08	c #Conflicts:     602000 | #Constraints:      33704
225.42/226.08	c #Conflicts:     603000 | #Constraints:      34704
225.42/226.08	c #Conflicts:     604000 | #Constraints:      35704
225.42/226.08	c #Conflicts:     605000 | #Constraints:      36704
225.42/226.08	c #Conflicts:     606000 | #Constraints:      37704
225.42/226.08	c #Conflicts:     607000 | #Constraints:      38704
225.42/226.08	c INPROCESSING
225.42/226.08	c GARBAGE COLLECT
225.42/226.08	c #Conflicts:     608000 | #Constraints:      24341
225.42/226.08	c #Conflicts:     609000 | #Constraints:      25341
225.42/226.08	c #Conflicts:     610000 | #Constraints:      26341
225.42/226.08	c #Conflicts:     611000 | #Constraints:      27341
225.42/226.08	c #Conflicts:     612000 | #Constraints:      28341
225.42/226.08	c #Conflicts:     613000 | #Constraints:      29341
225.42/226.08	c #Conflicts:     614000 | #Constraints:      30341
225.42/226.08	c #Conflicts:     615000 | #Constraints:      31341
225.42/226.08	c #Conflicts:     616000 | #Constraints:      32341
225.42/226.08	c #Conflicts:     617000 | #Constraints:      33341
225.42/226.08	c #Conflicts:     618000 | #Constraints:      34341
225.42/226.08	c #Conflicts:     619000 | #Constraints:      35341
225.42/226.08	c #Conflicts:     620000 | #Constraints:      36341
225.42/226.08	c #Conflicts:     621000 | #Constraints:      37341
225.42/226.08	c #Conflicts:     622000 | #Constraints:      38342
225.42/226.08	c #Conflicts:     623000 | #Constraints:      39342
225.42/226.08	c INPROCESSING
225.42/226.08	c GARBAGE COLLECT
225.42/226.08	c #Conflicts:     624000 | #Constraints:      24733
225.42/226.08	c #Conflicts:     625000 | #Constraints:      25733
225.42/226.08	c #Conflicts:     626000 | #Constraints:      26733
225.42/226.08	c #Conflicts:     627000 | #Constraints:      27733
225.42/226.08	c #Conflicts:     628000 | #Constraints:      28733
225.42/226.08	c #Conflicts:     629000 | #Constraints:      29733
225.42/226.08	c #Conflicts:     630000 | #Constraints:      30733
225.42/226.08	c #Conflicts:     631000 | #Constraints:      31733
225.42/226.08	c #Conflicts:     632000 | #Constraints:      32738
225.42/226.08	c #Conflicts:     633000 | #Constraints:      33738
225.42/226.08	c #Conflicts:     634000 | #Constraints:      34738
225.42/226.08	c #Conflicts:     635000 | #Constraints:      35738
225.42/226.08	c #Conflicts:     636000 | #Constraints:      36738
225.42/226.08	c #Conflicts:     637000 | #Constraints:      37738
225.42/226.08	c #Conflicts:     638000 | #Constraints:      38738
225.42/226.08	c #Conflicts:     639000 | #Constraints:      39738
225.42/226.08	c INPROCESSING
225.42/226.08	c GARBAGE COLLECT
225.42/226.08	c #Conflicts:     640000 | #Constraints:      24880
225.42/226.08	c #Conflicts:     641000 | #Constraints:      25880
225.42/226.08	c #Conflicts:     642000 | #Constraints:      26880
225.42/226.08	c #Conflicts:     643000 | #Constraints:      27880
225.42/226.08	c #Conflicts:     644000 | #Constraints:      28880
225.42/226.08	c #Conflicts:     645000 | #Constraints:      29880
225.42/226.08	c #Conflicts:     646000 | #Constraints:      30880
225.42/226.08	c #Conflicts:     647000 | #Constraints:      31880
225.42/226.08	c #Conflicts:     648000 | #Constraints:      32880
225.42/226.08	c #Conflicts:     649000 | #Constraints:      33880
225.42/226.08	c #Conflicts:     650000 | #Constraints:      34880
225.42/226.08	c #Conflicts:     651000 | #Constraints:      35880
225.42/226.08	c #Conflicts:     652000 | #Constraints:      36880
225.42/226.08	c #Conflicts:     653000 | #Constraints:      37880
225.42/226.08	c #Conflicts:     654000 | #Constraints:      38880
257.13/257.83	c #Conflicts:     655000 | #Constraints:      39880
257.13/257.83	c INPROCESSING
257.13/257.83	c GARBAGE COLLECT
257.13/257.83	c #Conflicts:     656000 | #Constraints:      24886
257.13/257.83	c #Conflicts:     657000 | #Constraints:      25886
257.13/257.83	c #Conflicts:     658000 | #Constraints:      26886
257.13/257.83	c #Conflicts:     659000 | #Constraints:      27886
257.13/257.83	c #Conflicts:     660000 | #Constraints:      28886
257.13/257.83	c #Conflicts:     661000 | #Constraints:      29886
257.13/257.83	c #Conflicts:     662000 | #Constraints:      30886
257.13/257.83	c #Conflicts:     663000 | #Constraints:      31886
257.13/257.83	c #Conflicts:     664000 | #Constraints:      32886
257.13/257.83	c #Conflicts:     665000 | #Constraints:      33886
257.13/257.83	c #Conflicts:     666000 | #Constraints:      34886
257.13/257.83	c #Conflicts:     667000 | #Constraints:      35886
257.13/257.83	c #Conflicts:     668000 | #Constraints:      36886
257.13/257.83	c #Conflicts:     669000 | #Constraints:      37886
257.13/257.83	c #Conflicts:     670000 | #Constraints:      38886
257.13/257.83	c #Conflicts:     671000 | #Constraints:      39886
257.13/257.83	c INPROCESSING
257.13/257.83	c GARBAGE COLLECT
257.13/257.83	c #Conflicts:     672000 | #Constraints:      24673
257.13/257.83	c #Conflicts:     673000 | #Constraints:      25673
257.13/257.83	c #Conflicts:     674000 | #Constraints:      26673
257.13/257.83	c #Conflicts:     675000 | #Constraints:      27673
257.13/257.83	c #Conflicts:     676000 | #Constraints:      28673
257.13/257.83	c #Conflicts:     677000 | #Constraints:      29673
257.13/257.83	c #Conflicts:     678000 | #Constraints:      30673
257.13/257.83	c #Conflicts:     679000 | #Constraints:      31673
257.13/257.83	c #Conflicts:     680000 | #Constraints:      32673
257.13/257.83	c #Conflicts:     681000 | #Constraints:      33673
257.13/257.83	c #Conflicts:     682000 | #Constraints:      34673
257.13/257.83	c #Conflicts:     683000 | #Constraints:      35673
257.13/257.83	c #Conflicts:     684000 | #Constraints:      36673
257.13/257.83	c #Conflicts:     685000 | #Constraints:      37673
257.13/257.83	c #Conflicts:     686000 | #Constraints:      38673
257.13/257.83	c #Conflicts:     687000 | #Constraints:      39673
257.13/257.83	c #Conflicts:     688000 | #Constraints:      40673
257.13/257.83	c INPROCESSING
257.13/257.83	c GARBAGE COLLECT
257.13/257.83	c #Conflicts:     689000 | #Constraints:      25286
257.13/257.83	c #Conflicts:     690000 | #Constraints:      26286
257.13/257.83	c #Conflicts:     691000 | #Constraints:      27286
257.13/257.83	c #Conflicts:     692000 | #Constraints:      28286
257.13/257.83	c #Conflicts:     693000 | #Constraints:      29286
257.13/257.83	c #Conflicts:     694000 | #Constraints:      30286
257.13/257.83	c #Conflicts:     695000 | #Constraints:      31286
257.13/257.83	c #Conflicts:     696000 | #Constraints:      32286
257.13/257.83	c #Conflicts:     697000 | #Constraints:      33286
257.13/257.83	c #Conflicts:     698000 | #Constraints:      34286
257.13/257.83	c #Conflicts:     699000 | #Constraints:      35286
257.13/257.83	c #Conflicts:     700000 | #Constraints:      36286
257.13/257.83	c #Conflicts:     701000 | #Constraints:      37286
257.13/257.83	c #Conflicts:     702000 | #Constraints:      38286
257.13/257.83	c #Conflicts:     703000 | #Constraints:      39286
257.13/257.83	c #Conflicts:     704000 | #Constraints:      40286
257.13/257.83	c #Conflicts:     705000 | #Constraints:      41286
257.13/257.83	c INPROCESSING
257.13/257.83	c GARBAGE COLLECT
257.13/257.83	c #Conflicts:     706000 | #Constraints:      25698
257.13/257.83	c #Conflicts:     707000 | #Constraints:      26698
257.13/257.83	c #Conflicts:     708000 | #Constraints:      27698
257.13/257.83	c #Conflicts:     709000 | #Constraints:      28698
257.13/257.83	c #Conflicts:     710000 | #Constraints:      29698
257.13/257.83	c #Conflicts:     711000 | #Constraints:      30698
257.13/257.83	c #Conflicts:     712000 | #Constraints:      31698
257.13/257.83	c #Conflicts:     713000 | #Constraints:      32698
257.13/257.83	c #Conflicts:     714000 | #Constraints:      33698
257.13/257.83	c #Conflicts:     715000 | #Constraints:      34698
257.13/257.83	c #Conflicts:     716000 | #Constraints:      35698
257.13/257.83	c #Conflicts:     717000 | #Constraints:      36698
257.13/257.83	c #Conflicts:     718000 | #Constraints:      37698
257.13/257.83	c #Conflicts:     719000 | #Constraints:      38698
257.13/257.83	c #Conflicts:     720000 | #Constraints:      39698
257.13/257.83	c #Conflicts:     721000 | #Constraints:      40698
257.13/257.83	c #Conflicts:     722000 | #Constraints:      41698
257.13/257.83	c INPROCESSING
257.13/257.83	c GARBAGE COLLECT
257.13/257.83	c #Conflicts:     723000 | #Constraints:      25933
257.13/257.83	c #Conflicts:     724000 | #Constraints:      26933
257.13/257.83	c #Conflicts:     725000 | #Constraints:      27933
257.13/257.83	c #Conflicts:     726000 | #Constraints:      28933
257.13/257.83	c #Conflicts:     727000 | #Constraints:      29933
257.13/257.83	c #Conflicts:     728000 | #Constraints:      30933
257.13/257.83	c #Conflicts:     729000 | #Constraints:      31933
257.13/257.83	c #Conflicts:     730000 | #Constraints:      32934
292.25/293.03	c #Conflicts:     731000 | #Constraints:      33934
292.25/293.03	c #Conflicts:     732000 | #Constraints:      34934
292.25/293.03	c #Conflicts:     733000 | #Constraints:      35934
292.25/293.03	c #Conflicts:     734000 | #Constraints:      36934
292.25/293.03	c #Conflicts:     735000 | #Constraints:      37935
292.25/293.03	c #Conflicts:     736000 | #Constraints:      38935
292.25/293.03	c #Conflicts:     737000 | #Constraints:      39935
292.25/293.03	c #Conflicts:     738000 | #Constraints:      40935
292.25/293.03	c #Conflicts:     739000 | #Constraints:      41935
292.25/293.03	c INPROCESSING
292.25/293.03	c GARBAGE COLLECT
292.25/293.03	c #Conflicts:     740000 | #Constraints:      25970
292.25/293.03	c #Conflicts:     741000 | #Constraints:      26970
292.25/293.03	c #Conflicts:     742000 | #Constraints:      27971
292.25/293.03	c #Conflicts:     743000 | #Constraints:      28971
292.25/293.03	c #Conflicts:     744000 | #Constraints:      29971
292.25/293.03	c #Conflicts:     745000 | #Constraints:      30971
292.25/293.03	c #Conflicts:     746000 | #Constraints:      31971
292.25/293.03	c #Conflicts:     747000 | #Constraints:      32971
292.25/293.03	c #Conflicts:     748000 | #Constraints:      33971
292.25/293.03	c #Conflicts:     749000 | #Constraints:      34971
292.25/293.03	c #Conflicts:     750000 | #Constraints:      35971
292.25/293.03	c #Conflicts:     751000 | #Constraints:      36971
292.25/293.03	c #Conflicts:     752000 | #Constraints:      37972
292.25/293.03	c #Conflicts:     753000 | #Constraints:      38972
292.25/293.03	c #Conflicts:     754000 | #Constraints:      39972
292.25/293.03	c #Conflicts:     755000 | #Constraints:      40972
292.25/293.03	c #Conflicts:     756000 | #Constraints:      41972
292.25/293.03	c INPROCESSING
292.25/293.03	c GARBAGE COLLECT
292.25/293.03	c #Conflicts:     757000 | #Constraints:      25768
292.25/293.03	c #Conflicts:     758000 | #Constraints:      26768
292.25/293.03	c #Conflicts:     759000 | #Constraints:      27768
292.25/293.03	c #Conflicts:     760000 | #Constraints:      28768
292.25/293.03	c #Conflicts:     761000 | #Constraints:      29768
292.25/293.03	c #Conflicts:     762000 | #Constraints:      30768
292.25/293.03	c #Conflicts:     763000 | #Constraints:      31768
292.25/293.03	c #Conflicts:     764000 | #Constraints:      32768
292.25/293.03	c #Conflicts:     765000 | #Constraints:      33768
292.25/293.03	c #Conflicts:     766000 | #Constraints:      34769
292.25/293.03	c #Conflicts:     767000 | #Constraints:      35769
292.25/293.03	c #Conflicts:     768000 | #Constraints:      36769
292.25/293.03	c #Conflicts:     769000 | #Constraints:      37769
292.25/293.03	c #Conflicts:     770000 | #Constraints:      38769
292.25/293.03	c #Conflicts:     771000 | #Constraints:      39769
292.25/293.03	c #Conflicts:     772000 | #Constraints:      40769
292.25/293.03	c #Conflicts:     773000 | #Constraints:      41769
292.25/293.03	c #Conflicts:     774000 | #Constraints:      42769
292.25/293.03	c INPROCESSING
292.25/293.03	c GARBAGE COLLECT
292.25/293.03	c #Conflicts:     775000 | #Constraints:      26321
292.25/293.03	c #Conflicts:     776000 | #Constraints:      27321
292.25/293.03	c #Conflicts:     777000 | #Constraints:      28321
292.25/293.03	c #Conflicts:     778000 | #Constraints:      29321
292.25/293.03	c #Conflicts:     779000 | #Constraints:      30321
292.25/293.03	c #Conflicts:     780000 | #Constraints:      31321
292.25/293.03	c #Conflicts:     781000 | #Constraints:      32321
292.25/293.03	c #Conflicts:     782000 | #Constraints:      33321
292.25/293.03	c #Conflicts:     783000 | #Constraints:      34321
292.25/293.03	c #Conflicts:     784000 | #Constraints:      35321
292.25/293.03	c #Conflicts:     785000 | #Constraints:      36321
292.25/293.03	c #Conflicts:     786000 | #Constraints:      37322
292.25/293.03	c #Conflicts:     787000 | #Constraints:      38322
292.25/293.03	c #Conflicts:     788000 | #Constraints:      39322
292.25/293.03	c #Conflicts:     789000 | #Constraints:      40322
292.25/293.03	c #Conflicts:     790000 | #Constraints:      41322
292.25/293.03	c #Conflicts:     791000 | #Constraints:      42322
292.25/293.03	c #Conflicts:     792000 | #Constraints:      43322
292.25/293.03	c INPROCESSING
292.25/293.03	c GARBAGE COLLECT
292.25/293.03	c #Conflicts:     793000 | #Constraints:      26719
292.25/293.03	c #Conflicts:     794000 | #Constraints:      27719
292.25/293.03	c #Conflicts:     795000 | #Constraints:      28719
292.25/293.03	c #Conflicts:     796000 | #Constraints:      29719
292.25/293.03	c #Conflicts:     797000 | #Constraints:      30719
292.25/293.03	c #Conflicts:     798000 | #Constraints:      31719
292.25/293.03	c #Conflicts:     799000 | #Constraints:      32719
292.25/293.03	WSVECS04 Frhs2[13]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[37]: 6 -25.8822 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[40]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[70]: 6 -1.1875 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[75]: 6 -2.25 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[77]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[106]: 6 0 0.29297 shouldn't be
292.25/293.03	WSVECS04 Frhs2[109]: 6 0 2.85156 shouldn't be
292.25/293.03	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[117]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[170]: 6 0 1.29297 shouldn't be
292.25/293.03	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[195]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[200]: 6 -0.962123 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[214]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[215]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[242]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[259]: 6 -1.3125 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[262]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[296]: 6 -1.19214 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[306]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[327]: 6 -1.32813 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[348]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[369]: 6 -1.25 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[383]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[391]: 6 -1.33203 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[434]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[455]: 6 -1.32813 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[456]: 6 -1.25 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[515]: 6 -0.0195316 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[558]: 6 -0.0625008 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[565]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[611]: 6 -0.734375 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[614]: 6 0 1.28714 shouldn't be
292.25/293.03	WSVECS04 Frhs2[619]: 6 -2.75 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[628]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[669]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[682]: 6 0 0.5 shouldn't be
292.25/293.03	WSVECS04 Frhs2[698]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[700]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1026]: 6 -92.8773 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1037]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1066]: 6 -0.962122 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1094]: 6 -0.773148 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1104]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1160]: 6 -1.29803 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1170]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1172]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1186]: 6 -0.168561 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1202]: 6 -0.75 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1213]: 6 -1.5 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1215]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1218]: 6 0 2.05938 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1221]: 6 -0.650095 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1233]: 6 -1.6875 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1234]: 6 -1.375 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1251]: 6 -1.119 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1263]: 6 -1.25 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1276]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1285]: 6 -0.56543 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1286]: 6 -0.41211 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1296]: 6 -1.25 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1300]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1313]: 6 -1.68359 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1326]: 6 -9.95313 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1348]: 6 -0.0410165 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1379]: 6 -3.24219 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1387]: 6 -3.875 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1390]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1439]: 6 -1.125 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1446]: 6 -0.750001 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1452]: 6 -1.125 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1514]: 6 -1.15816 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1562]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1905]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1989]: 6 0 5.82813 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1990]: 6 -10.3131 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[1997]: 6 0 182.755 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2009]: 6 -0.500001 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2015]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2023]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2089]: 6 -1.1875 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2107]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2135]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2186]: 6 0 94.5288 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2189]: 6 -188.058 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2291]: 6 -4.67802 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2340]: 6 -1.3125 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2342]: 6 -1.25 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2352]: 6 -0.125 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2374]: 6 0 1.3125 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2399]: 6 -2.75 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2427]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2473]: 6 -3.5 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2544]: 6 -1.5 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2565]: 6 -0.960649 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2573]: 6 -7.62964 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2588]: 6 -1.5 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2657]: 6 -1.3125 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2665]: 6 -0.500001 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2723]: 6 -1.19727 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2778]: 6 -20.4063 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2779]: 6 -18.4063 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2916]: 6 -1.2923 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2955]: 6 -0.661622 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2957]: 6 -0.676758 0 shouldn't be
292.25/293.03	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[2963]: 6 -3.08594 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[2975]: 6 -0.500001 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3048]: 6 -5 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3056]: 6 -2.65625 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3075]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3089]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3140]: 6 -1.375 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3205]: 6 -1.33203 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3209]: 6 -1.3125 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3255]: 6 -0.500001 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3267]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3305]: 6 -1.3125 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3344]: 6 -1.5 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3378]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3386]: 6 -1.25 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3427]: 6 -1.33399 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3429]: 6 -0.664063 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3446]: 6 0 1 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3449]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3549]: 6 -2.875 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3628]: 6 -1.28125 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3631]: 6 -0.687501 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3635]: 6 -0.75 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3642]: 6 -3.03125 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3653]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3747]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3785]: 6 -1.25 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3815]: 6 -1.30182 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3845]: 6 -5 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3849]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
292.25/293.04	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
323.17/324.07	c #Conflicts:     800000 | #Constraints:      33796
323.17/324.07	c #Conflicts:     801000 | #Constraints:      34796
323.17/324.07	c #Conflicts:     802000 | #Constraints:      35796
323.17/324.07	c #Conflicts:     803000 | #Constraints:      36796
323.17/324.07	c #Conflicts:     804000 | #Constraints:      37796
323.17/324.07	c #Conflicts:     805000 | #Constraints:      38796
323.17/324.07	c #Conflicts:     806000 | #Constraints:      39796
323.17/324.07	c #Conflicts:     807000 | #Constraints:      40796
323.17/324.07	c #Conflicts:     808000 | #Constraints:      41796
323.17/324.07	c #Conflicts:     809000 | #Constraints:      42796
323.17/324.07	c #Conflicts:     810000 | #Constraints:      43796
323.17/324.07	c INPROCESSING
323.17/324.07	c GARBAGE COLLECT
323.17/324.07	c #Conflicts:     811000 | #Constraints:      26953
323.17/324.07	c #Conflicts:     812000 | #Constraints:      27953
323.17/324.07	c #Conflicts:     813000 | #Constraints:      28953
323.17/324.07	c #Conflicts:     814000 | #Constraints:      29953
323.17/324.07	c #Conflicts:     815000 | #Constraints:      30953
323.17/324.07	c #Conflicts:     816000 | #Constraints:      31953
323.17/324.07	c #Conflicts:     817000 | #Constraints:      32953
323.17/324.07	c #Conflicts:     818000 | #Constraints:      33953
323.17/324.07	c #Conflicts:     819000 | #Constraints:      34953
323.17/324.07	c #Conflicts:     820000 | #Constraints:      35953
323.17/324.07	c #Conflicts:     821000 | #Constraints:      36953
323.17/324.07	c #Conflicts:     822000 | #Constraints:      37953
323.17/324.07	c #Conflicts:     823000 | #Constraints:      38953
323.17/324.07	c #Conflicts:     824000 | #Constraints:      39953
323.17/324.07	c #Conflicts:     825000 | #Constraints:      40953
323.17/324.07	c #Conflicts:     826000 | #Constraints:      41953
323.17/324.07	c #Conflicts:     827000 | #Constraints:      42953
323.17/324.07	c #Conflicts:     828000 | #Constraints:      43953
323.17/324.07	c INPROCESSING
323.17/324.07	c GARBAGE COLLECT
323.17/324.07	c #Conflicts:     829000 | #Constraints:      26937
323.17/324.07	c #Conflicts:     830000 | #Constraints:      27937
323.17/324.07	c #Conflicts:     831000 | #Constraints:      28937
323.17/324.07	c #Conflicts:     832000 | #Constraints:      29937
323.17/324.07	c #Conflicts:     833000 | #Constraints:      30937
323.17/324.07	c #Conflicts:     834000 | #Constraints:      31937
323.17/324.07	c #Conflicts:     835000 | #Constraints:      32937
323.17/324.07	c #Conflicts:     836000 | #Constraints:      33937
323.17/324.07	c #Conflicts:     837000 | #Constraints:      34937
323.17/324.07	c #Conflicts:     838000 | #Constraints:      35937
323.17/324.07	c #Conflicts:     839000 | #Constraints:      36937
323.17/324.07	c #Conflicts:     840000 | #Constraints:      37937
323.17/324.07	c #Conflicts:     841000 | #Constraints:      38937
323.17/324.07	c #Conflicts:     842000 | #Constraints:      39937
323.17/324.07	c #Conflicts:     843000 | #Constraints:      40937
323.17/324.07	c #Conflicts:     844000 | #Constraints:      41937
323.17/324.07	c #Conflicts:     845000 | #Constraints:      42937
323.17/324.07	c #Conflicts:     846000 | #Constraints:      43937
323.17/324.07	c INPROCESSING
323.17/324.07	c GARBAGE COLLECT
323.17/324.07	c #Conflicts:     847000 | #Constraints:      26702
323.17/324.07	c #Conflicts:     848000 | #Constraints:      27702
323.17/324.07	c #Conflicts:     849000 | #Constraints:      28702
323.17/324.07	c #Conflicts:     850000 | #Constraints:      29702
323.17/324.07	c #Conflicts:     851000 | #Constraints:      30702
323.17/324.07	c #Conflicts:     852000 | #Constraints:      31702
323.17/324.07	c #Conflicts:     853000 | #Constraints:      32702
323.17/324.07	c #Conflicts:     854000 | #Constraints:      33702
323.17/324.07	c #Conflicts:     855000 | #Constraints:      34702
323.17/324.07	c #Conflicts:     856000 | #Constraints:      35702
323.17/324.07	c #Conflicts:     857000 | #Constraints:      36702
323.17/324.07	c #Conflicts:     858000 | #Constraints:      37702
323.17/324.07	c #Conflicts:     859000 | #Constraints:      38702
323.17/324.07	c #Conflicts:     860000 | #Constraints:      39702
323.17/324.07	c #Conflicts:     861000 | #Constraints:      40702
323.17/324.07	c #Conflicts:     862000 | #Constraints:      41702
323.17/324.07	c #Conflicts:     863000 | #Constraints:      42702
323.17/324.07	c #Conflicts:     864000 | #Constraints:      43702
323.17/324.07	c #Conflicts:     865000 | #Constraints:      44702
323.17/324.07	c INPROCESSING
323.17/324.07	c GARBAGE COLLECT
323.17/324.07	c #Conflicts:     866000 | #Constraints:      27282
323.17/324.07	c #Conflicts:     867000 | #Constraints:      28282
323.17/324.07	c #Conflicts:     868000 | #Constraints:      29282
323.17/324.07	c #Conflicts:     869000 | #Constraints:      30282
323.17/324.07	c #Conflicts:     870000 | #Constraints:      31282
323.17/324.07	c #Conflicts:     871000 | #Constraints:      32283
323.17/324.07	c #Conflicts:     872000 | #Constraints:      33285
323.17/324.07	c #Conflicts:     873000 | #Constraints:      34388
323.17/324.07	c #Conflicts:     874000 | #Constraints:      35388
323.17/324.07	c #Conflicts:     875000 | #Constraints:      36388
323.17/324.07	c #Conflicts:     876000 | #Constraints:      37388
353.79/354.74	c #Conflicts:     877000 | #Constraints:      38388
353.79/354.74	c #Conflicts:     878000 | #Constraints:      39388
353.79/354.74	c #Conflicts:     879000 | #Constraints:      40388
353.79/354.74	c #Conflicts:     880000 | #Constraints:      41388
353.79/354.74	c #Conflicts:     881000 | #Constraints:      42388
353.79/354.74	c #Conflicts:     882000 | #Constraints:      43388
353.79/354.74	c #Conflicts:     883000 | #Constraints:      44388
353.79/354.74	c #Conflicts:     884000 | #Constraints:      45388
353.79/354.74	c INPROCESSING
353.79/354.74	c GARBAGE COLLECT
353.79/354.74	c #Conflicts:     885000 | #Constraints:      27745
353.79/354.74	c #Conflicts:     886000 | #Constraints:      28745
353.79/354.74	c #Conflicts:     887000 | #Constraints:      29745
353.79/354.74	c #Conflicts:     888000 | #Constraints:      30745
353.79/354.74	c #Conflicts:     889000 | #Constraints:      31746
353.79/354.74	c #Conflicts:     890000 | #Constraints:      32746
353.79/354.74	c #Conflicts:     891000 | #Constraints:      33746
353.79/354.74	c #Conflicts:     892000 | #Constraints:      34746
353.79/354.74	c #Conflicts:     893000 | #Constraints:      35746
353.79/354.74	c #Conflicts:     894000 | #Constraints:      36747
353.79/354.74	c #Conflicts:     895000 | #Constraints:      37747
353.79/354.74	c #Conflicts:     896000 | #Constraints:      38747
353.79/354.74	c #Conflicts:     897000 | #Constraints:      39747
353.79/354.74	c #Conflicts:     898000 | #Constraints:      40747
353.79/354.74	c #Conflicts:     899000 | #Constraints:      41747
353.79/354.74	c #Conflicts:     900000 | #Constraints:      42747
353.79/354.74	c #Conflicts:     901000 | #Constraints:      43747
353.79/354.74	c #Conflicts:     902000 | #Constraints:      44747
353.79/354.74	c #Conflicts:     903000 | #Constraints:      45747
353.79/354.74	c INPROCESSING
353.79/354.74	c GARBAGE COLLECT
353.79/354.74	c #Conflicts:     904000 | #Constraints:      27937
353.79/354.74	c #Conflicts:     905000 | #Constraints:      28937
353.79/354.74	c #Conflicts:     906000 | #Constraints:      29937
353.79/354.74	c #Conflicts:     907000 | #Constraints:      30937
353.79/354.74	c #Conflicts:     908000 | #Constraints:      31937
353.79/354.74	c #Conflicts:     909000 | #Constraints:      32937
353.79/354.74	c #Conflicts:     910000 | #Constraints:      33937
353.79/354.74	c #Conflicts:     911000 | #Constraints:      34938
353.79/354.74	c #Conflicts:     912000 | #Constraints:      35938
353.79/354.74	c #Conflicts:     913000 | #Constraints:      36938
353.79/354.74	c #Conflicts:     914000 | #Constraints:      37938
353.79/354.74	c #Conflicts:     915000 | #Constraints:      38938
353.79/354.74	c #Conflicts:     916000 | #Constraints:      39938
353.79/354.74	c #Conflicts:     917000 | #Constraints:      40938
353.79/354.74	c #Conflicts:     918000 | #Constraints:      41938
353.79/354.74	c #Conflicts:     919000 | #Constraints:      42938
353.79/354.74	c #Conflicts:     920000 | #Constraints:      43938
353.79/354.74	c #Conflicts:     921000 | #Constraints:      44938
353.79/354.74	c #Conflicts:     922000 | #Constraints:      45938
353.79/354.74	c INPROCESSING
353.79/354.74	c GARBAGE COLLECT
353.79/354.74	c #Conflicts:     923000 | #Constraints:      27919
353.79/354.74	c #Conflicts:     924000 | #Constraints:      28919
353.79/354.74	c #Conflicts:     925000 | #Constraints:      29919
353.79/354.74	c #Conflicts:     926000 | #Constraints:      30919
353.79/354.74	c #Conflicts:     927000 | #Constraints:      31919
353.79/354.74	c #Conflicts:     928000 | #Constraints:      32919
353.79/354.74	c #Conflicts:     929000 | #Constraints:      33919
353.79/354.74	c #Conflicts:     930000 | #Constraints:      34919
353.79/354.74	c #Conflicts:     931000 | #Constraints:      35920
353.79/354.74	c #Conflicts:     932000 | #Constraints:      36920
353.79/354.74	c #Conflicts:     933000 | #Constraints:      37920
353.79/354.74	c #Conflicts:     934000 | #Constraints:      38920
353.79/354.74	c #Conflicts:     935000 | #Constraints:      39920
353.79/354.74	c #Conflicts:     936000 | #Constraints:      40920
353.79/354.74	c #Conflicts:     937000 | #Constraints:      41920
353.79/354.74	c #Conflicts:     938000 | #Constraints:      42920
353.79/354.74	c #Conflicts:     939000 | #Constraints:      43920
353.79/354.74	c #Conflicts:     940000 | #Constraints:      44920
353.79/354.74	c #Conflicts:     941000 | #Constraints:      45920
353.79/354.74	c INPROCESSING
353.79/354.74	c GARBAGE COLLECT
353.79/354.74	c #Conflicts:     942000 | #Constraints:      27742
353.79/354.74	c #Conflicts:     943000 | #Constraints:      28742
353.79/354.74	c #Conflicts:     944000 | #Constraints:      29742
353.79/354.74	c #Conflicts:     945000 | #Constraints:      30742
353.79/354.74	c #Conflicts:     946000 | #Constraints:      31742
353.79/354.74	c #Conflicts:     947000 | #Constraints:      32742
353.79/354.74	c #Conflicts:     948000 | #Constraints:      33742
353.79/354.74	c #Conflicts:     949000 | #Constraints:      34742
353.79/354.74	c #Conflicts:     950000 | #Constraints:      35742
353.79/354.74	c #Conflicts:     951000 | #Constraints:      36742
353.79/354.74	c #Conflicts:     952000 | #Constraints:      37742
406.76/407.89	c #Conflicts:     953000 | #Constraints:      38742
406.76/407.89	c #Conflicts:     954000 | #Constraints:      39742
406.76/407.89	c #Conflicts:     955000 | #Constraints:      40742
406.76/407.89	c #Conflicts:     956000 | #Constraints:      41742
406.76/407.89	c #Conflicts:     957000 | #Constraints:      42742
406.76/407.89	c #Conflicts:     958000 | #Constraints:      43742
406.76/407.89	c #Conflicts:     959000 | #Constraints:      44742
406.76/407.89	c #Conflicts:     960000 | #Constraints:      45742
406.76/407.89	c #Conflicts:     961000 | #Constraints:      46742
406.76/407.89	c INPROCESSING
406.76/407.89	c GARBAGE COLLECT
406.76/407.89	c #Conflicts:     962000 | #Constraints:      28381
406.76/407.89	c #Conflicts:     963000 | #Constraints:      29381
406.76/407.89	c #Conflicts:     964000 | #Constraints:      30381
406.76/407.89	c #Conflicts:     965000 | #Constraints:      31381
406.76/407.89	c #Conflicts:     966000 | #Constraints:      32381
406.76/407.89	c #Conflicts:     967000 | #Constraints:      33381
406.76/407.89	c #Conflicts:     968000 | #Constraints:      34382
406.76/407.89	c #Conflicts:     969000 | #Constraints:      35382
406.76/407.89	c #Conflicts:     970000 | #Constraints:      36382
406.76/407.89	c #Conflicts:     971000 | #Constraints:      37382
406.76/407.89	c #Conflicts:     972000 | #Constraints:      38382
406.76/407.89	c #Conflicts:     973000 | #Constraints:      39382
406.76/407.89	c #Conflicts:     974000 | #Constraints:      40382
406.76/407.89	c #Conflicts:     975000 | #Constraints:      41382
406.76/407.89	c #Conflicts:     976000 | #Constraints:      42382
406.76/407.89	c #Conflicts:     977000 | #Constraints:      43382
406.76/407.89	c #Conflicts:     978000 | #Constraints:      44382
406.76/407.89	c #Conflicts:     979000 | #Constraints:      45382
406.76/407.89	c #Conflicts:     980000 | #Constraints:      46382
406.76/407.89	c #Conflicts:     981000 | #Constraints:      47382
406.76/407.89	c INPROCESSING
406.76/407.89	c GARBAGE COLLECT
406.76/407.89	c #Conflicts:     982000 | #Constraints:      28766
406.76/407.89	c #Conflicts:     983000 | #Constraints:      29766
406.76/407.89	c #Conflicts:     984000 | #Constraints:      30766
406.76/407.89	c #Conflicts:     985000 | #Constraints:      31766
406.76/407.89	c #Conflicts:     986000 | #Constraints:      32766
406.76/407.89	c #Conflicts:     987000 | #Constraints:      33766
406.76/407.89	c #Conflicts:     988000 | #Constraints:      34766
406.76/407.89	c #Conflicts:     989000 | #Constraints:      35766
406.76/407.89	c #Conflicts:     990000 | #Constraints:      36766
406.76/407.89	c #Conflicts:     991000 | #Constraints:      37766
406.76/407.89	c #Conflicts:     992000 | #Constraints:      38766
406.76/407.89	c #Conflicts:     993000 | #Constraints:      39766
406.76/407.89	c #Conflicts:     994000 | #Constraints:      40766
406.76/407.89	c #Conflicts:     995000 | #Constraints:      41766
406.76/407.89	c #Conflicts:     996000 | #Constraints:      42766
406.76/407.89	c #Conflicts:     997000 | #Constraints:      43766
406.76/407.89	c #Conflicts:     998000 | #Constraints:      44767
406.76/407.89	c #Conflicts:     999000 | #Constraints:      45767
406.76/407.89	c #Conflicts:    1000000 | #Constraints:      46767
406.76/407.89	c #Conflicts:    1001000 | #Constraints:      47767
406.76/407.89	c INPROCESSING
406.76/407.89	c GARBAGE COLLECT
406.76/407.89	c #Conflicts:    1002000 | #Constraints:      28973
406.76/407.89	c #Conflicts:    1003000 | #Constraints:      29973
406.76/407.89	c #Conflicts:    1004000 | #Constraints:      30973
406.76/407.89	c #Conflicts:    1005000 | #Constraints:      31973
406.76/407.89	c #Conflicts:    1006000 | #Constraints:      32973
406.76/407.89	c #Conflicts:    1007000 | #Constraints:      33973
406.76/407.89	c #Conflicts:    1008000 | #Constraints:      34973
406.76/407.89	c #Conflicts:    1009000 | #Constraints:      36009
406.76/407.89	c #Conflicts:    1010000 | #Constraints:      37009
406.76/407.89	c #Conflicts:    1011000 | #Constraints:      38009
406.76/407.89	c #Conflicts:    1012000 | #Constraints:      39009
406.76/407.89	c #Conflicts:    1013000 | #Constraints:      40009
406.76/407.89	c #Conflicts:    1014000 | #Constraints:      41009
406.76/407.89	c #Conflicts:    1015000 | #Constraints:      42010
406.76/407.89	c #Conflicts:    1016000 | #Constraints:      43010
406.76/407.89	c #Conflicts:    1017000 | #Constraints:      44010
406.76/407.89	c #Conflicts:    1018000 | #Constraints:      45010
406.76/407.89	c #Conflicts:    1019000 | #Constraints:      46010
406.76/407.89	c #Conflicts:    1020000 | #Constraints:      47010
406.76/407.89	c #Conflicts:    1021000 | #Constraints:      48010
406.76/407.89	c INPROCESSING
406.76/407.89	c GARBAGE COLLECT
406.76/407.89	c #Conflicts:    1022000 | #Constraints:      29019
406.76/407.89	c #Conflicts:    1023000 | #Constraints:      30019
406.76/407.89	c #Conflicts:    1024000 | #Constraints:      31020
406.76/407.89	c #Conflicts:    1025000 | #Constraints:      32020
406.76/407.89	c #Conflicts:    1026000 | #Constraints:      33020
406.76/407.89	c #Conflicts:    1027000 | #Constraints:      34020
406.76/407.89	c #Conflicts:    1028000 | #Constraints:      35020
474.10/475.30	c #Conflicts:    1029000 | #Constraints:      36020
474.10/475.30	c #Conflicts:    1030000 | #Constraints:      37020
474.10/475.30	c #Conflicts:    1031000 | #Constraints:      38020
474.10/475.30	c #Conflicts:    1032000 | #Constraints:      39020
474.10/475.30	c #Conflicts:    1033000 | #Constraints:      40020
474.10/475.30	c #Conflicts:    1034000 | #Constraints:      41021
474.10/475.30	c #Conflicts:    1035000 | #Constraints:      42021
474.10/475.30	c #Conflicts:    1036000 | #Constraints:      43457
474.10/475.30	c #Conflicts:    1037000 | #Constraints:      44960
474.10/475.30	c #Conflicts:    1038000 | #Constraints:      46464
474.10/475.30	c #Conflicts:    1039000 | #Constraints:      47982
474.10/475.30	c #Conflicts:    1040000 | #Constraints:      49495
474.10/475.30	c #Conflicts:    1041000 | #Constraints:      51028
474.10/475.30	c INPROCESSING
474.10/475.30	c GARBAGE COLLECT
474.10/475.30	c #Conflicts:    1042000 | #Constraints:      30451
474.10/475.30	c #Conflicts:    1043000 | #Constraints:      31451
474.10/475.30	c #Conflicts:    1044000 | #Constraints:      32451
474.10/475.30	c #Conflicts:    1045000 | #Constraints:      33451
474.10/475.30	c #Conflicts:    1046000 | #Constraints:      34451
474.10/475.30	c #Conflicts:    1047000 | #Constraints:      35451
474.10/475.30	c #Conflicts:    1048000 | #Constraints:      36451
474.10/475.30	c #Conflicts:    1049000 | #Constraints:      37451
474.10/475.30	c #Conflicts:    1050000 | #Constraints:      38451
474.10/475.30	c #Conflicts:    1051000 | #Constraints:      39451
474.10/475.30	c #Conflicts:    1052000 | #Constraints:      40451
474.10/475.30	c #Conflicts:    1053000 | #Constraints:      41451
474.10/475.30	c #Conflicts:    1054000 | #Constraints:      42451
474.10/475.30	c #Conflicts:    1055000 | #Constraints:      43451
474.10/475.30	c #Conflicts:    1056000 | #Constraints:      44451
474.10/475.30	c #Conflicts:    1057000 | #Constraints:      45451
474.10/475.30	c #Conflicts:    1058000 | #Constraints:      46451
474.10/475.30	c #Conflicts:    1059000 | #Constraints:      47451
474.10/475.30	c #Conflicts:    1060000 | #Constraints:      48451
474.10/475.30	c #Conflicts:    1061000 | #Constraints:      49451
474.10/475.30	c #Conflicts:    1062000 | #Constraints:      50451
474.10/475.30	c INPROCESSING
474.10/475.30	c GARBAGE COLLECT
474.10/475.30	c #Conflicts:    1063000 | #Constraints:      30203
474.10/475.30	c #Conflicts:    1064000 | #Constraints:      31203
474.10/475.30	c #Conflicts:    1065000 | #Constraints:      32203
474.10/475.30	c #Conflicts:    1066000 | #Constraints:      33203
474.10/475.30	c #Conflicts:    1067000 | #Constraints:      34203
474.10/475.30	c #Conflicts:    1068000 | #Constraints:      35203
474.10/475.30	c #Conflicts:    1069000 | #Constraints:      36203
474.10/475.30	c #Conflicts:    1070000 | #Constraints:      37203
474.10/475.30	c #Conflicts:    1071000 | #Constraints:      38203
474.10/475.30	c #Conflicts:    1072000 | #Constraints:      39203
474.10/475.30	c #Conflicts:    1073000 | #Constraints:      40203
474.10/475.30	c #Conflicts:    1074000 | #Constraints:      41203
474.10/475.30	c #Conflicts:    1075000 | #Constraints:      42203
474.10/475.30	c #Conflicts:    1076000 | #Constraints:      43203
474.10/475.30	c #Conflicts:    1077000 | #Constraints:      44203
474.10/475.30	c #Conflicts:    1078000 | #Constraints:      45203
474.10/475.30	c #Conflicts:    1079000 | #Constraints:      46203
474.10/475.30	c #Conflicts:    1080000 | #Constraints:      47203
474.10/475.30	c #Conflicts:    1081000 | #Constraints:      48203
474.10/475.30	c #Conflicts:    1082000 | #Constraints:      49203
474.10/475.30	c #Conflicts:    1083000 | #Constraints:      50203
474.10/475.30	c INPROCESSING
474.10/475.30	c GARBAGE COLLECT
474.10/475.30	c #Conflicts:    1084000 | #Constraints:      30160
474.10/475.30	c #Conflicts:    1085000 | #Constraints:      31160
474.10/475.30	c #Conflicts:    1086000 | #Constraints:      32160
474.10/475.30	c #Conflicts:    1087000 | #Constraints:      33160
474.10/475.30	c #Conflicts:    1088000 | #Constraints:      34160
474.10/475.30	c #Conflicts:    1089000 | #Constraints:      35160
474.10/475.30	c #Conflicts:    1090000 | #Constraints:      36160
474.10/475.30	c #Conflicts:    1091000 | #Constraints:      37160
474.10/475.30	c #Conflicts:    1092000 | #Constraints:      38160
474.10/475.30	c #Conflicts:    1093000 | #Constraints:      39160
474.10/475.30	c #Conflicts:    1094000 | #Constraints:      40160
474.10/475.30	c #Conflicts:    1095000 | #Constraints:      41160
474.10/475.30	c #Conflicts:    1096000 | #Constraints:      42160
474.10/475.30	c #Conflicts:    1097000 | #Constraints:      43160
474.10/475.30	c #Conflicts:    1098000 | #Constraints:      44160
474.10/475.30	c #Conflicts:    1099000 | #Constraints:      45160
474.10/475.30	c #Conflicts:    1100000 | #Constraints:      46161
474.10/475.30	c #Conflicts:    1101000 | #Constraints:      47161
474.10/475.30	c #Conflicts:    1102000 | #Constraints:      48161
474.10/475.30	c #Conflicts:    1103000 | #Constraints:      49161
474.10/475.30	c #Conflicts:    1104000 | #Constraints:      50161
474.10/475.30	c INPROCESSING
474.10/475.30	c GARBAGE COLLECT
516.70/518.09	c #Conflicts:    1105000 | #Constraints:      30153
516.70/518.09	c #Conflicts:    1106000 | #Constraints:      31153
516.70/518.09	c #Conflicts:    1107000 | #Constraints:      32153
516.70/518.09	c #Conflicts:    1108000 | #Constraints:      33153
516.70/518.09	c #Conflicts:    1109000 | #Constraints:      34153
516.70/518.09	c #Conflicts:    1110000 | #Constraints:      35154
516.70/518.09	c #Conflicts:    1111000 | #Constraints:      36154
516.70/518.09	c #Conflicts:    1112000 | #Constraints:      37154
516.70/518.09	c #Conflicts:    1113000 | #Constraints:      38154
516.70/518.09	c #Conflicts:    1114000 | #Constraints:      39154
516.70/518.09	c #Conflicts:    1115000 | #Constraints:      40154
516.70/518.09	c #Conflicts:    1116000 | #Constraints:      41154
516.70/518.09	c #Conflicts:    1117000 | #Constraints:      42154
516.70/518.09	c #Conflicts:    1118000 | #Constraints:      43154
516.70/518.09	c #Conflicts:    1119000 | #Constraints:      44155
516.70/518.09	c #Conflicts:    1120000 | #Constraints:      45155
516.70/518.09	c #Conflicts:    1121000 | #Constraints:      46155
516.70/518.09	c #Conflicts:    1122000 | #Constraints:      47155
516.70/518.09	c #Conflicts:    1123000 | #Constraints:      48160
516.70/518.09	c #Conflicts:    1124000 | #Constraints:      49167
516.70/518.09	c #Conflicts:    1125000 | #Constraints:      50168
516.70/518.09	c INPROCESSING
516.70/518.09	c GARBAGE COLLECT
516.70/518.09	c #Conflicts:    1126000 | #Constraints:      30094
516.70/518.09	c #Conflicts:    1127000 | #Constraints:      31095
516.70/518.09	c #Conflicts:    1128000 | #Constraints:      32095
516.70/518.09	c #Conflicts:    1129000 | #Constraints:      33095
516.70/518.09	c #Conflicts:    1130000 | #Constraints:      34095
516.70/518.09	c #Conflicts:    1131000 | #Constraints:      35095
516.70/518.09	c #Conflicts:    1132000 | #Constraints:      36095
516.70/518.09	c #Conflicts:    1133000 | #Constraints:      37095
516.70/518.09	c #Conflicts:    1134000 | #Constraints:      38095
516.70/518.09	c #Conflicts:    1135000 | #Constraints:      39095
516.70/518.09	c #Conflicts:    1136000 | #Constraints:      40096
516.70/518.09	c #Conflicts:    1137000 | #Constraints:      41096
516.70/518.09	c #Conflicts:    1138000 | #Constraints:      42096
516.70/518.09	c #Conflicts:    1139000 | #Constraints:      43096
516.70/518.09	c #Conflicts:    1140000 | #Constraints:      44096
516.70/518.09	c #Conflicts:    1141000 | #Constraints:      45117
516.70/518.09	c #Conflicts:    1142000 | #Constraints:      46117
516.70/518.09	c #Conflicts:    1143000 | #Constraints:      47117
516.70/518.09	c #Conflicts:    1144000 | #Constraints:      48117
516.70/518.09	c #Conflicts:    1145000 | #Constraints:      49117
516.70/518.09	c #Conflicts:    1146000 | #Constraints:      50117
516.70/518.09	c INPROCESSING
516.70/518.09	c GARBAGE COLLECT
516.70/518.09	c #Conflicts:    1147000 | #Constraints:      29814
516.70/518.09	c #Conflicts:    1148000 | #Constraints:      30814
516.70/518.09	c #Conflicts:    1149000 | #Constraints:      31814
516.70/518.09	c #Conflicts:    1150000 | #Constraints:      32814
516.70/518.09	c #Conflicts:    1151000 | #Constraints:      33814
516.70/518.09	c #Conflicts:    1152000 | #Constraints:      34814
516.70/518.09	c #Conflicts:    1153000 | #Constraints:      35814
516.70/518.09	c #Conflicts:    1154000 | #Constraints:      36814
516.70/518.09	c #Conflicts:    1155000 | #Constraints:      37815
516.70/518.09	c #Conflicts:    1156000 | #Constraints:      38815
516.70/518.09	c #Conflicts:    1157000 | #Constraints:      39815
516.70/518.09	c #Conflicts:    1158000 | #Constraints:      40815
516.70/518.09	c #Conflicts:    1159000 | #Constraints:      41815
516.70/518.09	c #Conflicts:    1160000 | #Constraints:      42815
516.70/518.09	c #Conflicts:    1161000 | #Constraints:      43815
516.70/518.09	c #Conflicts:    1162000 | #Constraints:      44815
516.70/518.09	c #Conflicts:    1163000 | #Constraints:      45815
516.70/518.09	c #Conflicts:    1164000 | #Constraints:      46815
516.70/518.09	c #Conflicts:    1165000 | #Constraints:      47815
516.70/518.09	c #Conflicts:    1166000 | #Constraints:      48815
516.70/518.09	c #Conflicts:    1167000 | #Constraints:      49815
516.70/518.09	c #Conflicts:    1168000 | #Constraints:      50815
516.70/518.09	c INPROCESSING
516.70/518.09	c GARBAGE COLLECT
516.70/518.09	c #Conflicts:    1169000 | #Constraints:      30387
516.70/518.09	c #Conflicts:    1170000 | #Constraints:      31387
516.70/518.09	c #Conflicts:    1171000 | #Constraints:      32387
516.70/518.09	c #Conflicts:    1172000 | #Constraints:      33387
516.70/518.09	c #Conflicts:    1173000 | #Constraints:      34387
516.70/518.09	c #Conflicts:    1174000 | #Constraints:      35387
516.70/518.09	c #Conflicts:    1175000 | #Constraints:      36387
516.70/518.09	c #Conflicts:    1176000 | #Constraints:      37387
516.70/518.09	c #Conflicts:    1177000 | #Constraints:      38387
516.70/518.09	c #Conflicts:    1178000 | #Constraints:      39388
516.70/518.09	c #Conflicts:    1179000 | #Constraints:      40388
516.70/518.09	c #Conflicts:    1180000 | #Constraints:      41388
516.70/518.09	c #Conflicts:    1181000 | #Constraints:      42388
553.01/554.44	c #Conflicts:    1182000 | #Constraints:      43388
553.01/554.44	c #Conflicts:    1183000 | #Constraints:      44388
553.01/554.44	c #Conflicts:    1184000 | #Constraints:      45388
553.01/554.44	c #Conflicts:    1185000 | #Constraints:      46388
553.01/554.44	c #Conflicts:    1186000 | #Constraints:      47388
553.01/554.44	c #Conflicts:    1187000 | #Constraints:      48388
553.01/554.44	c #Conflicts:    1188000 | #Constraints:      49389
553.01/554.44	c #Conflicts:    1189000 | #Constraints:      50393
553.01/554.44	c #Conflicts:    1190000 | #Constraints:      51393
553.01/554.44	c INPROCESSING
553.01/554.44	c GARBAGE COLLECT
553.01/554.44	c #Conflicts:    1191000 | #Constraints:      30765
553.01/554.44	c #Conflicts:    1192000 | #Constraints:      31765
553.01/554.44	c #Conflicts:    1193000 | #Constraints:      32765
553.01/554.44	c #Conflicts:    1194000 | #Constraints:      33765
553.01/554.44	c #Conflicts:    1195000 | #Constraints:      34765
553.01/554.44	c #Conflicts:    1196000 | #Constraints:      35765
553.01/554.44	c #Conflicts:    1197000 | #Constraints:      36765
553.01/554.44	c #Conflicts:    1198000 | #Constraints:      37765
553.01/554.44	c #Conflicts:    1199000 | #Constraints:      38765
553.01/554.44	c #Conflicts:    1200000 | #Constraints:      39765
553.01/554.44	c #Conflicts:    1201000 | #Constraints:      40765
553.01/554.44	c #Conflicts:    1202000 | #Constraints:      41765
553.01/554.44	c #Conflicts:    1203000 | #Constraints:      42765
553.01/554.44	c #Conflicts:    1204000 | #Constraints:      43765
553.01/554.44	c #Conflicts:    1205000 | #Constraints:      44765
553.01/554.44	c #Conflicts:    1206000 | #Constraints:      45765
553.01/554.44	c #Conflicts:    1207000 | #Constraints:      46765
553.01/554.44	c #Conflicts:    1208000 | #Constraints:      47765
553.01/554.44	c #Conflicts:    1209000 | #Constraints:      48765
553.01/554.44	c #Conflicts:    1210000 | #Constraints:      49765
553.01/554.44	c #Conflicts:    1211000 | #Constraints:      50765
553.01/554.44	c #Conflicts:    1212000 | #Constraints:      51765
553.01/554.44	c INPROCESSING
553.01/554.44	c GARBAGE COLLECT
553.01/554.44	c #Conflicts:    1213000 | #Constraints:      30962
553.01/554.44	c #Conflicts:    1214000 | #Constraints:      31962
553.01/554.44	c #Conflicts:    1215000 | #Constraints:      32962
553.01/554.44	c #Conflicts:    1216000 | #Constraints:      33962
553.01/554.44	c #Conflicts:    1217000 | #Constraints:      34962
553.01/554.44	c #Conflicts:    1218000 | #Constraints:      35962
553.01/554.44	c #Conflicts:    1219000 | #Constraints:      36962
553.01/554.44	c #Conflicts:    1220000 | #Constraints:      37962
553.01/554.44	c #Conflicts:    1221000 | #Constraints:      38962
553.01/554.44	c #Conflicts:    1222000 | #Constraints:      39963
553.01/554.44	c #Conflicts:    1223000 | #Constraints:      40963
553.01/554.44	c #Conflicts:    1224000 | #Constraints:      41963
553.01/554.44	c #Conflicts:    1225000 | #Constraints:      42963
553.01/554.44	c #Conflicts:    1226000 | #Constraints:      43963
553.01/554.44	c #Conflicts:    1227000 | #Constraints:      44963
553.01/554.44	c #Conflicts:    1228000 | #Constraints:      45963
553.01/554.44	c #Conflicts:    1229000 | #Constraints:      46963
553.01/554.44	c #Conflicts:    1230000 | #Constraints:      47964
553.01/554.44	c #Conflicts:    1231000 | #Constraints:      48964
553.01/554.44	c #Conflicts:    1232000 | #Constraints:      49964
553.01/554.44	c #Conflicts:    1233000 | #Constraints:      50965
553.01/554.44	c #Conflicts:    1234000 | #Constraints:      51965
553.01/554.44	c INPROCESSING
553.01/554.44	c GARBAGE COLLECT
553.01/554.44	c #Conflicts:    1235000 | #Constraints:      30950
553.01/554.44	c #Conflicts:    1236000 | #Constraints:      31950
553.01/554.44	c #Conflicts:    1237000 | #Constraints:      32950
553.01/554.44	c #Conflicts:    1238000 | #Constraints:      33950
553.01/554.44	c #Conflicts:    1239000 | #Constraints:      34950
553.01/554.44	c #Conflicts:    1240000 | #Constraints:      35950
553.01/554.44	c #Conflicts:    1241000 | #Constraints:      36950
553.01/554.44	c #Conflicts:    1242000 | #Constraints:      37950
553.01/554.44	c #Conflicts:    1243000 | #Constraints:      38950
553.01/554.44	c #Conflicts:    1244000 | #Constraints:      39950
553.01/554.44	c #Conflicts:    1245000 | #Constraints:      40950
553.01/554.44	c #Conflicts:    1246000 | #Constraints:      41950
553.01/554.44	c #Conflicts:    1247000 | #Constraints:      42950
553.01/554.44	c #Conflicts:    1248000 | #Constraints:      43950
553.01/554.44	c #Conflicts:    1249000 | #Constraints:      44950
553.01/554.44	c #Conflicts:    1250000 | #Constraints:      45950
553.01/554.44	c #Conflicts:    1251000 | #Constraints:      46950
553.01/554.44	c #Conflicts:    1252000 | #Constraints:      47950
553.01/554.44	c #Conflicts:    1253000 | #Constraints:      48950
553.01/554.44	c #Conflicts:    1254000 | #Constraints:      49950
553.01/554.44	c #Conflicts:    1255000 | #Constraints:      50950
553.01/554.44	c #Conflicts:    1256000 | #Constraints:      51951
553.01/554.44	c INPROCESSING
553.01/554.44	c GARBAGE COLLECT
553.01/554.44	c #Conflicts:    1257000 | #Constraints:      30757
553.01/554.44	c #Conflicts:    1258000 | #Constraints:      31757
586.73/588.24	c #Conflicts:    1259000 | #Constraints:      32757
586.73/588.24	c #Conflicts:    1260000 | #Constraints:      33757
586.73/588.24	c #Conflicts:    1261000 | #Constraints:      34758
586.73/588.24	c #Conflicts:    1262000 | #Constraints:      35758
586.73/588.24	c #Conflicts:    1263000 | #Constraints:      36758
586.73/588.24	c #Conflicts:    1264000 | #Constraints:      37758
586.73/588.24	c #Conflicts:    1265000 | #Constraints:      38758
586.73/588.24	c #Conflicts:    1266000 | #Constraints:      39758
586.73/588.24	c #Conflicts:    1267000 | #Constraints:      40758
586.73/588.24	c #Conflicts:    1268000 | #Constraints:      41758
586.73/588.24	c #Conflicts:    1269000 | #Constraints:      42758
586.73/588.24	c #Conflicts:    1270000 | #Constraints:      43758
586.73/588.24	c #Conflicts:    1271000 | #Constraints:      44758
586.73/588.24	c #Conflicts:    1272000 | #Constraints:      45758
586.73/588.24	c #Conflicts:    1273000 | #Constraints:      46758
586.73/588.24	c #Conflicts:    1274000 | #Constraints:      47758
586.73/588.24	c #Conflicts:    1275000 | #Constraints:      48758
586.73/588.24	c #Conflicts:    1276000 | #Constraints:      49758
586.73/588.24	c #Conflicts:    1277000 | #Constraints:      50758
586.73/588.24	c #Conflicts:    1278000 | #Constraints:      51758
586.73/588.24	c #Conflicts:    1279000 | #Constraints:      52759
586.73/588.24	c INPROCESSING
586.73/588.24	c GARBAGE COLLECT
586.73/588.24	c #Conflicts:    1280000 | #Constraints:      31316
586.73/588.24	c #Conflicts:    1281000 | #Constraints:      32316
586.73/588.24	c #Conflicts:    1282000 | #Constraints:      33316
586.73/588.24	c #Conflicts:    1283000 | #Constraints:      34316
586.73/588.24	c #Conflicts:    1284000 | #Constraints:      35316
586.73/588.24	c #Conflicts:    1285000 | #Constraints:      36316
586.73/588.24	c #Conflicts:    1286000 | #Constraints:      37316
586.73/588.24	c #Conflicts:    1287000 | #Constraints:      38316
586.73/588.24	c #Conflicts:    1288000 | #Constraints:      39316
586.73/588.24	c #Conflicts:    1289000 | #Constraints:      40316
586.73/588.24	c #Conflicts:    1290000 | #Constraints:      41316
586.73/588.24	c #Conflicts:    1291000 | #Constraints:      42316
586.73/588.24	c #Conflicts:    1292000 | #Constraints:      43316
586.73/588.24	c #Conflicts:    1293000 | #Constraints:      44316
586.73/588.24	c #Conflicts:    1294000 | #Constraints:      45316
586.73/588.24	c #Conflicts:    1295000 | #Constraints:      46316
586.73/588.24	c #Conflicts:    1296000 | #Constraints:      47316
586.73/588.24	c #Conflicts:    1297000 | #Constraints:      48316
586.73/588.24	c #Conflicts:    1298000 | #Constraints:      49316
586.73/588.24	c #Conflicts:    1299000 | #Constraints:      50316
586.73/588.24	c #Conflicts:    1300000 | #Constraints:      51316
586.73/588.24	c #Conflicts:    1301000 | #Constraints:      52317
586.73/588.24	c #Conflicts:    1302000 | #Constraints:      53317
586.73/588.24	c INPROCESSING
586.73/588.24	c GARBAGE COLLECT
586.73/588.24	c #Conflicts:    1303000 | #Constraints:      31716
586.73/588.24	c #Conflicts:    1304000 | #Constraints:      32716
586.73/588.24	c #Conflicts:    1305000 | #Constraints:      33716
586.73/588.24	c #Conflicts:    1306000 | #Constraints:      34716
586.73/588.24	c #Conflicts:    1307000 | #Constraints:      35716
586.73/588.24	c #Conflicts:    1308000 | #Constraints:      36716
586.73/588.24	c #Conflicts:    1309000 | #Constraints:      37716
586.73/588.24	c #Conflicts:    1310000 | #Constraints:      38716
586.73/588.24	c #Conflicts:    1311000 | #Constraints:      39716
586.73/588.24	c #Conflicts:    1312000 | #Constraints:      40716
586.73/588.24	c #Conflicts:    1313000 | #Constraints:      41716
586.73/588.24	c #Conflicts:    1314000 | #Constraints:      42716
586.73/588.24	c #Conflicts:    1315000 | #Constraints:      43716
586.73/588.24	c #Conflicts:    1316000 | #Constraints:      44716
586.73/588.24	c #Conflicts:    1317000 | #Constraints:      45717
586.73/588.24	c #Conflicts:    1318000 | #Constraints:      46717
586.73/588.24	c #Conflicts:    1319000 | #Constraints:      47717
586.73/588.24	c #Conflicts:    1320000 | #Constraints:      48717
586.73/588.24	c #Conflicts:    1321000 | #Constraints:      49717
586.73/588.24	c #Conflicts:    1322000 | #Constraints:      50717
586.73/588.24	c #Conflicts:    1323000 | #Constraints:      51717
586.73/588.24	c #Conflicts:    1324000 | #Constraints:      52717
586.73/588.24	c #Conflicts:    1325000 | #Constraints:      53717
586.73/588.24	c INPROCESSING
586.73/588.24	c GARBAGE COLLECT
586.73/588.24	c #Conflicts:    1326000 | #Constraints:      31946
586.73/588.24	c #Conflicts:    1327000 | #Constraints:      32946
586.73/588.24	c #Conflicts:    1328000 | #Constraints:      33947
586.73/588.24	c #Conflicts:    1329000 | #Constraints:      34947
586.73/588.24	c #Conflicts:    1330000 | #Constraints:      35947
586.73/588.24	c #Conflicts:    1331000 | #Constraints:      36947
586.73/588.24	c #Conflicts:    1332000 | #Constraints:      37947
586.73/588.24	c #Conflicts:    1333000 | #Constraints:      38947
586.73/588.24	c #Conflicts:    1334000 | #Constraints:      39947
626.73/628.40	c #Conflicts:    1335000 | #Constraints:      40947
626.73/628.40	c #Conflicts:    1336000 | #Constraints:      41947
626.73/628.40	c #Conflicts:    1337000 | #Constraints:      42947
626.73/628.40	c #Conflicts:    1338000 | #Constraints:      43947
626.73/628.40	c #Conflicts:    1339000 | #Constraints:      44947
626.73/628.40	c #Conflicts:    1340000 | #Constraints:      45947
626.73/628.40	c #Conflicts:    1341000 | #Constraints:      46948
626.73/628.40	c #Conflicts:    1342000 | #Constraints:      47948
626.73/628.40	c #Conflicts:    1343000 | #Constraints:      48948
626.73/628.40	c #Conflicts:    1344000 | #Constraints:      49948
626.73/628.40	c #Conflicts:    1345000 | #Constraints:      50948
626.73/628.40	c #Conflicts:    1346000 | #Constraints:      51948
626.73/628.40	c #Conflicts:    1347000 | #Constraints:      52948
626.73/628.40	c #Conflicts:    1348000 | #Constraints:      53948
626.73/628.40	c INPROCESSING
626.73/628.40	c GARBAGE COLLECT
626.73/628.40	c #Conflicts:    1349000 | #Constraints:      32023
626.73/628.40	c #Conflicts:    1350000 | #Constraints:      33023
626.73/628.40	c #Conflicts:    1351000 | #Constraints:      34023
626.73/628.40	c #Conflicts:    1352000 | #Constraints:      35023
626.73/628.40	c #Conflicts:    1353000 | #Constraints:      36023
626.73/628.40	c #Conflicts:    1354000 | #Constraints:      37023
626.73/628.40	c #Conflicts:    1355000 | #Constraints:      38023
626.73/628.40	c #Conflicts:    1356000 | #Constraints:      39023
626.73/628.40	c #Conflicts:    1357000 | #Constraints:      40023
626.73/628.40	c #Conflicts:    1358000 | #Constraints:      41023
626.73/628.40	c #Conflicts:    1359000 | #Constraints:      42023
626.73/628.40	c #Conflicts:    1360000 | #Constraints:      43023
626.73/628.40	c #Conflicts:    1361000 | #Constraints:      44023
626.73/628.40	c #Conflicts:    1362000 | #Constraints:      45023
626.73/628.40	c #Conflicts:    1363000 | #Constraints:      46023
626.73/628.40	c #Conflicts:    1364000 | #Constraints:      47023
626.73/628.40	c #Conflicts:    1365000 | #Constraints:      48023
626.73/628.40	c #Conflicts:    1366000 | #Constraints:      49023
626.73/628.40	c #Conflicts:    1367000 | #Constraints:      50023
626.73/628.40	c #Conflicts:    1368000 | #Constraints:      51023
626.73/628.40	c #Conflicts:    1369000 | #Constraints:      52023
626.73/628.40	c #Conflicts:    1370000 | #Constraints:      53023
626.73/628.40	c #Conflicts:    1371000 | #Constraints:      54023
626.73/628.40	c INPROCESSING
626.73/628.40	c GARBAGE COLLECT
626.73/628.40	c #Conflicts:    1372000 | #Constraints:      31783
626.73/628.40	c #Conflicts:    1373000 | #Constraints:      32783
626.73/628.40	c #Conflicts:    1374000 | #Constraints:      33783
626.73/628.40	c #Conflicts:    1375000 | #Constraints:      34783
626.73/628.40	c #Conflicts:    1376000 | #Constraints:      35783
626.73/628.40	c #Conflicts:    1377000 | #Constraints:      36783
626.73/628.40	c #Conflicts:    1378000 | #Constraints:      37783
626.73/628.40	c #Conflicts:    1379000 | #Constraints:      38783
626.73/628.40	c #Conflicts:    1380000 | #Constraints:      39783
626.73/628.40	c #Conflicts:    1381000 | #Constraints:      40783
626.73/628.40	c #Conflicts:    1382000 | #Constraints:      41783
626.73/628.40	c #Conflicts:    1383000 | #Constraints:      42783
626.73/628.40	c #Conflicts:    1384000 | #Constraints:      43783
626.73/628.40	c #Conflicts:    1385000 | #Constraints:      44783
626.73/628.40	c #Conflicts:    1386000 | #Constraints:      45783
626.73/628.40	c #Conflicts:    1387000 | #Constraints:      46783
626.73/628.40	c #Conflicts:    1388000 | #Constraints:      47783
626.73/628.40	c #Conflicts:    1389000 | #Constraints:      48783
626.73/628.40	c #Conflicts:    1390000 | #Constraints:      49783
626.73/628.40	c #Conflicts:    1391000 | #Constraints:      50783
626.73/628.40	c #Conflicts:    1392000 | #Constraints:      51783
626.73/628.40	c #Conflicts:    1393000 | #Constraints:      52783
626.73/628.40	c #Conflicts:    1394000 | #Constraints:      53783
626.73/628.40	c #Conflicts:    1395000 | #Constraints:      54783
626.73/628.40	c INPROCESSING
626.73/628.40	c GARBAGE COLLECT
626.73/628.40	c #Conflicts:    1396000 | #Constraints:      32376
626.73/628.40	c #Conflicts:    1397000 | #Constraints:      33376
626.73/628.40	c #Conflicts:    1398000 | #Constraints:      34376
626.73/628.40	c #Conflicts:    1399000 | #Constraints:      35376
626.73/628.40	c #Conflicts:    1400000 | #Constraints:      36376
626.73/628.40	c #Conflicts:    1401000 | #Constraints:      37376
626.73/628.40	c #Conflicts:    1402000 | #Constraints:      38376
626.73/628.40	c #Conflicts:    1403000 | #Constraints:      39376
626.73/628.40	c #Conflicts:    1404000 | #Constraints:      40376
626.73/628.40	c #Conflicts:    1405000 | #Constraints:      41376
626.73/628.40	c #Conflicts:    1406000 | #Constraints:      42376
626.73/628.40	c #Conflicts:    1407000 | #Constraints:      43376
626.73/628.40	c #Conflicts:    1408000 | #Constraints:      44376
626.73/628.40	c #Conflicts:    1409000 | #Constraints:      45377
626.73/628.40	c #Conflicts:    1410000 | #Constraints:      46377
626.73/628.40	c #Conflicts:    1411000 | #Constraints:      47377
657.85/659.56	c #Conflicts:    1412000 | #Constraints:      48377
657.85/659.56	c #Conflicts:    1413000 | #Constraints:      49377
657.85/659.56	c #Conflicts:    1414000 | #Constraints:      50377
657.85/659.56	c #Conflicts:    1415000 | #Constraints:      51377
657.85/659.56	c #Conflicts:    1416000 | #Constraints:      52377
657.85/659.56	c #Conflicts:    1417000 | #Constraints:      53377
657.85/659.56	c #Conflicts:    1418000 | #Constraints:      54377
657.85/659.56	c #Conflicts:    1419000 | #Constraints:      55378
657.85/659.56	c INPROCESSING
657.85/659.56	c GARBAGE COLLECT
657.85/659.56	c #Conflicts:    1420000 | #Constraints:      32776
657.85/659.56	c #Conflicts:    1421000 | #Constraints:      33776
657.85/659.56	c #Conflicts:    1422000 | #Constraints:      34776
657.85/659.56	c #Conflicts:    1423000 | #Constraints:      35776
657.85/659.56	c #Conflicts:    1424000 | #Constraints:      36776
657.85/659.56	c #Conflicts:    1425000 | #Constraints:      37776
657.85/659.56	c #Conflicts:    1426000 | #Constraints:      38776
657.85/659.56	c #Conflicts:    1427000 | #Constraints:      39777
657.85/659.56	c #Conflicts:    1428000 | #Constraints:      40778
657.85/659.56	c #Conflicts:    1429000 | #Constraints:      41778
657.85/659.56	c #Conflicts:    1430000 | #Constraints:      42778
657.85/659.56	c #Conflicts:    1431000 | #Constraints:      43778
657.85/659.56	c #Conflicts:    1432000 | #Constraints:      44778
657.85/659.56	c #Conflicts:    1433000 | #Constraints:      45778
657.85/659.56	c #Conflicts:    1434000 | #Constraints:      46778
657.85/659.56	c #Conflicts:    1435000 | #Constraints:      47778
657.85/659.56	c #Conflicts:    1436000 | #Constraints:      48778
657.85/659.56	c #Conflicts:    1437000 | #Constraints:      49778
657.85/659.56	c #Conflicts:    1438000 | #Constraints:      50778
657.85/659.56	c #Conflicts:    1439000 | #Constraints:      51778
657.85/659.56	c #Conflicts:    1440000 | #Constraints:      52778
657.85/659.56	c #Conflicts:    1441000 | #Constraints:      53778
657.85/659.56	c #Conflicts:    1442000 | #Constraints:      54778
657.85/659.56	c #Conflicts:    1443000 | #Constraints:      55778
657.85/659.56	c INPROCESSING
657.85/659.56	c GARBAGE COLLECT
657.85/659.56	c #Conflicts:    1444000 | #Constraints:      32956
657.85/659.56	c #Conflicts:    1445000 | #Constraints:      33956
657.85/659.56	c #Conflicts:    1446000 | #Constraints:      34956
657.85/659.56	c #Conflicts:    1447000 | #Constraints:      35956
657.85/659.56	c #Conflicts:    1448000 | #Constraints:      36956
657.85/659.56	c #Conflicts:    1449000 | #Constraints:      37956
657.85/659.56	c #Conflicts:    1450000 | #Constraints:      38956
657.85/659.56	c #Conflicts:    1451000 | #Constraints:      39956
657.85/659.56	c #Conflicts:    1452000 | #Constraints:      40956
657.85/659.56	c #Conflicts:    1453000 | #Constraints:      41956
657.85/659.56	c #Conflicts:    1454000 | #Constraints:      42956
657.85/659.56	c #Conflicts:    1455000 | #Constraints:      43956
657.85/659.56	c #Conflicts:    1456000 | #Constraints:      44956
657.85/659.56	c #Conflicts:    1457000 | #Constraints:      45956
657.85/659.56	c #Conflicts:    1458000 | #Constraints:      46956
657.85/659.56	c #Conflicts:    1459000 | #Constraints:      47956
657.85/659.56	c #Conflicts:    1460000 | #Constraints:      48956
657.85/659.56	c #Conflicts:    1461000 | #Constraints:      49957
657.85/659.56	c #Conflicts:    1462000 | #Constraints:      50957
657.85/659.56	c #Conflicts:    1463000 | #Constraints:      51957
657.85/659.56	c #Conflicts:    1464000 | #Constraints:      52957
657.85/659.56	c #Conflicts:    1465000 | #Constraints:      53957
657.85/659.56	c #Conflicts:    1466000 | #Constraints:      54957
657.85/659.56	c #Conflicts:    1467000 | #Constraints:      55957
657.85/659.56	c INPROCESSING
657.85/659.56	c GARBAGE COLLECT
657.85/659.56	WSVECS04 Frhs2[9]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[22]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[28]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[33]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[34]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[40]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[46]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[48]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[55]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[56]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[61]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[71]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[73]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[75]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[76]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[81]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[83]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[85]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[88]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[91]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[98]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[99]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[100]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[101]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[102]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[103]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[115]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[116]: 6 -10.25 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[117]: 6 -2.03038 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[125]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[129]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[134]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[139]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[157]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[159]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[161]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[162]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[165]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[166]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[169]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[183]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[184]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[186]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[189]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[193]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[197]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[198]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[199]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[201]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[207]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[224]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[225]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[229]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[232]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[251]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[254]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[256]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[259]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[263]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[265]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[285]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[289]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[292]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[295]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[298]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[312]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[323]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[328]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[329]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[331]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[346]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[352]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[353]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[355]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[356]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[357]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[361]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[372]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[381]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[392]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[393]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[416]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[417]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[419]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[422]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[423]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[425]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[440]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[443]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[445]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[448]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[449]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[450]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[451]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[452]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[453]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[456]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[481]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[483]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[486]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[487]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[489]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[493]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[505]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[508]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[511]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[530]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[541]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[542]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[550]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[553]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[560]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[570]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[577]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[579]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[586]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[594]: 6 -1.23681 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[595]: 6 -1.32657 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[603]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[604]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[605]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[615]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[616]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[625]: 6 -1.25004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[629]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[637]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[639]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[646]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[656]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[660]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[661]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[662]: 6 -0.876148 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[671]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[676]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[677]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[678]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[681]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[691]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[692]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[696]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1025]: 6 -1.0006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1026]: 6 -0.998301 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1030]: 6 -0.971348 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1032]: 6 -1.0698 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1033]: 6 -1.13945 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1044]: 6 -1.25006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1045]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1050]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1053]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1057]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1058]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1061]: 6 -1.00049 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1062]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1063]: 6 -1.00626 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1064]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1067]: 6 -1.02871 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1071]: 6 -2.58377 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1073]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1074]: 6 -3.31252 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1076]: 6 -11.2501 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1078]: 6 -38.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1080]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1081]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1085]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1089]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1092]: 6 -1.04603 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1096]: 6 -2.01689 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1098]: 6 -1.12347 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1105]: 6 -1.31258 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1107]: 6 -1.25004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1119]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1122]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1125]: 6 -0.995703 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1129]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1131]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1132]: 6 -0.984441 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1141]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1142]: 6 -1.25004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1143]: 6 -1.25008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1147]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1148]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1149]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1153]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1154]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1155]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1156]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1157]: 6 -1.25005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1159]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1160]: 6 -1.32821 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1161]: 6 -1.32816 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1162]: 6 -1.31255 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1164]: 6 -1.24996 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1175]: 6 0 1.0304 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1176]: 6 -0.504282 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1182]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1183]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1190]: 6 -1.25009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1192]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1195]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1203]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1205]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1207]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1211]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1212]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1213]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1218]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1223]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1224]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1226]: 6 -1.31255 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1227]: 6 -1.06253 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1235]: 6 -1.25002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1243]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1247]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1248]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1264]: 6 -1.18758 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1270]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1274]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1278]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1279]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1282]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1283]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1284]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1285]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1286]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1289]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1292]: 6 -0.687544 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1302]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1311]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1312]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1313]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1321]: 6 -1.32817 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1323]: 6 -1.31255 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1327]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1331]: 6 -1.18946 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1334]: 6 -0.0152411 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1335]: 6 0 0.969736 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1345]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1347]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1349]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1350]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1351]: 6 -0.671912 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1352]: 6 -0.343771 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1358]: 6 0 0.358492 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1364]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1365]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1366]: 6 -0.500014 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1370]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1372]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1373]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1374]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1380]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1396]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1400]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1405]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1407]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1416]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1420]: 6 0 2.31253 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1421]: 6 -0.687598 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1422]: 6 -0.750065 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1423]: 6 -0.75005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1433]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1434]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1441]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1443]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1448]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1450]: 6 -1.29745 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1454]: 6 -0.757653 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1460]: 6 -1.18936 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1470]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1490]: 6 -1.34874 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1491]: 6 -1.53252 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1493]: 6 -3.12977 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1496]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1497]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1503]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1505]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1514]: 6 -1.37509 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1515]: 6 -1.25007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1516]: 6 -1.50001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1517]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1520]: 6 0 1.00007 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1526]: 6 -4.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1527]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1528]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1529]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1530]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1531]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1535]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1544]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1545]: 6 -1.25001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1546]: 6 -0.650653 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1547]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1548]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1554]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1556]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1557]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1558]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1565]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1893]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1897]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1901]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1905]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1907]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1925]: 6 -122.463 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1932]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1933]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1935]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1937]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1940]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1944]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1948]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1950]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1952]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1985]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1988]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1989]: 6 -1.00025 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1992]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[1996]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2000]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2001]: 6 -1.0144 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2004]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2008]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2010]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2014]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2015]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2016]: 6 0 1.31259 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2026]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2027]: 6 -75.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2030]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2034]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2035]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2037]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2040]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2042]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2043]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2046]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2066]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2070]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2078]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2083]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2085]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2087]: 6 -0.999971 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2089]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2094]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2095]: 6 -0.999298 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2098]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2102]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2104]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2106]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2107]: 6 -0.950592 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2112]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2113]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2115]: 6 -0.208222 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2117]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2122]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2124]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2126]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2128]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2130]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2134]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2137]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2139]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2142]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2150]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2151]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2162]: 6 -0.500066 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2163]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2165]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2166]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2170]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2177]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2179]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2181]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2184]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2185]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2190]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2192]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2193]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2196]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2200]: 6 -1.34381 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2208]: 6 0 0.296969 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2212]: 6 -0.821052 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2214]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2215]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2218]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2219]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2222]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2224]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2225]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2228]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2236]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2245]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2246]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2258]: 6 -1.25009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2264]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2266]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2275]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2279]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2281]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2283]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2285]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2291]: 6 -0.999995 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2293]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2296]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2297]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2299]: 6 -0.999118 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2300]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2302]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2303]: 6 -0.996142 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2306]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2324]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2327]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2330]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2334]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2335]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2338]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2339]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2340]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2341]: 6 -0.995617 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2348]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2351]: 6 -3.14759 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2352]: 6 -1.31256 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2356]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2360]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2364]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2367]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2368]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2369]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2371]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2374]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2376]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2378]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2380]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2381]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2384]: 6 -1.25005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2385]: 6 -1.25003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2392]: 6 -1.32819 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2407]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2411]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2413]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2416]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2420]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2423]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2426]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2430]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2431]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2433]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2435]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2439]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2441]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2442]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2460]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2461]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2466]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2470]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2472]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2474]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2475]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2478]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2482]: 6 -1.25006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2488]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2490]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2492]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2494]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2496]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2498]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2500]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2510]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2512]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2513]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2516]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2517]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2520]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2522]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2523]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2526]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2527]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2529]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2530]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2531]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2534]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2535]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2536]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2551]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2553]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2554]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2556]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2557]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2559]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2560]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2562]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2563]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2566]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2567]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2570]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2572]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2574]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2576]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2577]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2580]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2581]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2584]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2585]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2588]: 6 -1.31253 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2599]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2606]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2607]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2610]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2611]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2613]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2616]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2618]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2619]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2622]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2625]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2629]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2630]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2631]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2632]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2634]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2635]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2639]: 6 -1.25003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2643]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2651]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2652]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2653]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2656]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2658]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2662]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2663]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2666]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2670]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2671]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2674]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2676]: 6 -1.31254 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2701]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2704]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2709]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2712]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2714]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2715]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2718]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2725]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2726]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2727]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2728]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2729]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2730]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2731]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2737]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2741]: 6 0 1.03036 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2745]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2749]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2750]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2753]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2757]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2760]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2762]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2764]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2766]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2768]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2770]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2772]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2773]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2776]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2777]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2780]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2781]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2784]: 6 -1.12131 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2785]: 6 -1.1213 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2793]: 6 -5.06068 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2795]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2797]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2800]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2801]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2804]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2808]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2812]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2814]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2816]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2818]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2822]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2823]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2827]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2833]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2834]: 6 -1.25006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2838]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2839]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2841]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2845]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2846]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2849]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2851]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2856]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2857]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2860]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2861]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2864]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2865]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2867]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2870]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2874]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2878]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2882]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2886]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2895]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2898]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2902]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2903]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2906]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2909]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2912]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2913]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2914]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2918]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2919]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2921]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2936]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2937]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2941]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2946]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2947]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2950]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2951]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2954]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2958]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2960]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2962]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2963]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2966]: 6 -0.343846 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2970]: 6 -3.62501 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2972]: 6 -10.5625 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2973]: 6 -1.31253 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2983]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2989]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2991]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2994]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2996]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[2997]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3000]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3002]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3004]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3005]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3008]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3012]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3014]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3016]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3017]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3025]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3033]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3034]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3036]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3040]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3043]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3048]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3049]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3052]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3053]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3056]: 6 -1.32814 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3058]: 6 -1.32816 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3074]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3078]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3086]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3087]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3090]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3091]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3093]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3096]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3100]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3104]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3108]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3111]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3112]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3117]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3130]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3131]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3132]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3137]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3139]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3141]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3144]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3145]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3148]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3150]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3152]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3154]: 6 -1.25007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3155]: 6 -1.25006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3162]: 6 -0.500064 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3170]: 6 -13 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3171]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3174]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3175]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3178]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3179]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3184]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3186]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3188]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3190]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3192]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3194]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3198]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3200]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3203]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3204]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3205]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3206]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3208]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3218]: 6 -1.00382 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3228]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3231]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3232]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3233]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3235]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3238]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3239]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3242]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3244]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3246]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3248]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3250]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3253]: 6 -1.31258 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3258]: 6 -1.29738 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3275]: 6 -10.8788 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3278]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3282]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3283]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3286]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3290]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3294]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3295]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3297]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3303]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3309]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3314]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3315]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3316]: 6 -0.500084 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3325]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3330]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3334]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3340]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3342]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3344]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3346]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3353]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3356]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3364]: 6 -0.500083 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3372]: 6 -13 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3373]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3376]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3380]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3384]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3385]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3388]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3389]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3403]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3405]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3412]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3415]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3419]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3424]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3426]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3427]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3430]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3431]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3434]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3435]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3438]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3439]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3441]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3443]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3447]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3450]: 6 -1.37504 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3460]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3461]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3469]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3471]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3473]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3475]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3478]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3479]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3482]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3483]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3488]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3504]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3510]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3514]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3516]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3517]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3519]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3521]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3529]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3532]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3535]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3538]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3541]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3544]: 6 -1.25004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3546]: 6 -0.650612 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3550]: 6 -2.39782 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3551]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3554]: 6 -1.00001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3556]: 6 -1.35137 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3557]: 6 -1.3514 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3563]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3566]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3567]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3570]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3572]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3574]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3575]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3582]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3592]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3593]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3594]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3595]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3602]: 6 -1.18934 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3604]: 6 -1.3266 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3606]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3607]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3615]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3618]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3623]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3625]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3627]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3629]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3632]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3634]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3635]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3638]: 6 -0.422413 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3640]: 6 -1.16816 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3642]: 6 -3.31065 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3661]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3663]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3668]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3672]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3673]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3676]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3678]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3679]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3689]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3690]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3696]: 6 -1.31258 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3698]: 6 -1.25006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3699]: 6 -1.16008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3700]: 6 -1.32004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3703]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3704]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3706]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3709]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3710]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3711]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3716]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3719]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3723]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3725]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3728]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3730]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3731]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3734]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3735]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3738]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3755]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3758]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3759]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3762]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3764]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3766]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3770]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3772]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3774]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3775]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3780]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3782]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3784]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3795]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3796]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3797]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3798]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3799]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3800]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3801]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3805]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3809]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3814]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3815]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3817]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3819]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3821]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3824]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3828]: 6 -0.75006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3836]: 6 -9.25004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3842]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3843]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3846]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3848]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3850]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3852]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3854]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3856]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3858]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3860]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3862]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3863]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3866]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3870]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3872]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3915]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3918]: 6 -1.00006 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3919]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3922]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3924]: 6 -1.00004 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3925]: 6 -1.00007 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3928]: 6 -0.375042 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3932]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3936]: 6 -1.00005 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3938]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3939]: 6 -1.00003 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3942]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3944]: 6 -1.00008 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3945]: 6 -1.00009 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3947]: 6 -1.00002 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3949]: 6 -1.0001 0 shouldn't be
657.85/659.56	WSVECS04 Frhs2[3958]: 6 -1.00002 0 shouldn't be
694.77/696.56	c #Conflicts:    1468000 | #Constraints:      32934
694.77/696.56	c #Conflicts:    1469000 | #Constraints:      33934
694.77/696.56	c #Conflicts:    1470000 | #Constraints:      34934
694.77/696.56	c #Conflicts:    1471000 | #Constraints:      35935
694.77/696.56	c #Conflicts:    1472000 | #Constraints:      36935
694.77/696.56	c #Conflicts:    1473000 | #Constraints:      37935
694.77/696.56	c #Conflicts:    1474000 | #Constraints:      38935
694.77/696.56	c #Conflicts:    1475000 | #Constraints:      39935
694.77/696.56	c #Conflicts:    1476000 | #Constraints:      40941
694.77/696.56	c #Conflicts:    1477000 | #Constraints:      41941
694.77/696.56	c #Conflicts:    1478000 | #Constraints:      42941
694.77/696.56	c #Conflicts:    1479000 | #Constraints:      43941
694.77/696.56	c #Conflicts:    1480000 | #Constraints:      44941
694.77/696.56	c #Conflicts:    1481000 | #Constraints:      45941
694.77/696.56	c #Conflicts:    1482000 | #Constraints:      46941
694.77/696.56	c #Conflicts:    1483000 | #Constraints:      47941
694.77/696.56	c #Conflicts:    1484000 | #Constraints:      48941
694.77/696.56	c #Conflicts:    1485000 | #Constraints:      49941
694.77/696.56	c #Conflicts:    1486000 | #Constraints:      50942
694.77/696.56	c #Conflicts:    1487000 | #Constraints:      51942
694.77/696.56	c #Conflicts:    1488000 | #Constraints:      52942
694.77/696.56	c #Conflicts:    1489000 | #Constraints:      53942
694.77/696.56	c #Conflicts:    1490000 | #Constraints:      54942
694.77/696.56	c #Conflicts:    1491000 | #Constraints:      55942
694.77/696.56	c INPROCESSING
694.77/696.56	c GARBAGE COLLECT
694.77/696.56	c #Conflicts:    1492000 | #Constraints:      32736
694.77/696.56	c #Conflicts:    1493000 | #Constraints:      33736
694.77/696.56	c #Conflicts:    1494000 | #Constraints:      34736
694.77/696.56	c #Conflicts:    1495000 | #Constraints:      35736
694.77/696.56	c #Conflicts:    1496000 | #Constraints:      36736
694.77/696.56	c #Conflicts:    1497000 | #Constraints:      37736
694.77/696.56	c #Conflicts:    1498000 | #Constraints:      38737
694.77/696.56	c #Conflicts:    1499000 | #Constraints:      39737
694.77/696.56	c #Conflicts:    1500000 | #Constraints:      40737
694.77/696.56	c #Conflicts:    1501000 | #Constraints:      41737
694.77/696.56	c #Conflicts:    1502000 | #Constraints:      42737
694.77/696.56	c #Conflicts:    1503000 | #Constraints:      43737
694.77/696.56	c #Conflicts:    1504000 | #Constraints:      44872
694.77/696.56	c #Conflicts:    1505000 | #Constraints:      46380
694.77/696.56	c #Conflicts:    1506000 | #Constraints:      47729
694.77/696.56	c #Conflicts:    1507000 | #Constraints:      48729
694.77/696.56	c #Conflicts:    1508000 | #Constraints:      49729
694.77/696.56	c #Conflicts:    1509000 | #Constraints:      50729
694.77/696.56	c #Conflicts:    1510000 | #Constraints:      51729
694.77/696.56	c #Conflicts:    1511000 | #Constraints:      52729
694.77/696.56	c #Conflicts:    1512000 | #Constraints:      53729
694.77/696.56	c #Conflicts:    1513000 | #Constraints:      54729
694.77/696.56	c #Conflicts:    1514000 | #Constraints:      55729
694.77/696.56	c #Conflicts:    1515000 | #Constraints:      56729
694.77/696.56	c #Conflicts:    1516000 | #Constraints:      57729
694.77/696.56	c INPROCESSING
694.77/696.56	c GARBAGE COLLECT
694.77/696.56	c #Conflicts:    1517000 | #Constraints:      33835
694.77/696.56	c #Conflicts:    1518000 | #Constraints:      34835
694.77/696.56	c #Conflicts:    1519000 | #Constraints:      35835
694.77/696.56	c #Conflicts:    1520000 | #Constraints:      36836
694.77/696.56	c #Conflicts:    1521000 | #Constraints:      37836
694.77/696.56	c #Conflicts:    1522000 | #Constraints:      38836
694.77/696.56	c #Conflicts:    1523000 | #Constraints:      39836
694.77/696.56	c #Conflicts:    1524000 | #Constraints:      40836
694.77/696.56	c #Conflicts:    1525000 | #Constraints:      41836
694.77/696.56	c #Conflicts:    1526000 | #Constraints:      42836
694.77/696.56	c #Conflicts:    1527000 | #Constraints:      43836
694.77/696.56	c #Conflicts:    1528000 | #Constraints:      44836
694.77/696.56	c #Conflicts:    1529000 | #Constraints:      45836
694.77/696.56	c #Conflicts:    1530000 | #Constraints:      46836
694.77/696.56	c #Conflicts:    1531000 | #Constraints:      47836
694.77/696.56	c #Conflicts:    1532000 | #Constraints:      48836
694.77/696.56	c #Conflicts:    1533000 | #Constraints:      49836
694.77/696.56	c #Conflicts:    1534000 | #Constraints:      50836
694.77/696.56	c #Conflicts:    1535000 | #Constraints:      51836
694.77/696.56	c #Conflicts:    1536000 | #Constraints:      52836
694.77/696.56	c #Conflicts:    1537000 | #Constraints:      53836
694.77/696.56	c #Conflicts:    1538000 | #Constraints:      54836
694.77/696.56	c #Conflicts:    1539000 | #Constraints:      55836
694.77/696.56	c #Conflicts:    1540000 | #Constraints:      56836
694.77/696.56	c #Conflicts:    1541000 | #Constraints:      57836
694.77/696.56	c INPROCESSING
694.77/696.56	c GARBAGE COLLECT
694.77/696.56	c #Conflicts:    1542000 | #Constraints:      33978
694.77/696.56	c #Conflicts:    1543000 | #Constraints:      34978
694.77/696.56	c #Conflicts:    1544000 | #Constraints:      35978
761.30/763.21	c #Conflicts:    1545000 | #Constraints:      36978
761.30/763.21	c #Conflicts:    1546000 | #Constraints:      37978
761.30/763.21	c #Conflicts:    1547000 | #Constraints:      39044
761.30/763.21	c #Conflicts:    1548000 | #Constraints:      40044
761.30/763.21	c #Conflicts:    1549000 | #Constraints:      41044
761.30/763.21	c #Conflicts:    1550000 | #Constraints:      42044
761.30/763.21	c #Conflicts:    1551000 | #Constraints:      43045
761.30/763.21	c #Conflicts:    1552000 | #Constraints:      44045
761.30/763.21	c #Conflicts:    1553000 | #Constraints:      45045
761.30/763.21	c #Conflicts:    1554000 | #Constraints:      46045
761.30/763.21	c #Conflicts:    1555000 | #Constraints:      47045
761.30/763.21	c #Conflicts:    1556000 | #Constraints:      48045
761.30/763.21	c #Conflicts:    1557000 | #Constraints:      49045
761.30/763.21	c #Conflicts:    1558000 | #Constraints:      50045
761.30/763.21	c #Conflicts:    1559000 | #Constraints:      51045
761.30/763.21	c #Conflicts:    1560000 | #Constraints:      52045
761.30/763.21	c #Conflicts:    1561000 | #Constraints:      53045
761.30/763.21	c #Conflicts:    1562000 | #Constraints:      54045
761.30/763.21	c #Conflicts:    1563000 | #Constraints:      55045
761.30/763.21	c #Conflicts:    1564000 | #Constraints:      56045
761.30/763.21	c #Conflicts:    1565000 | #Constraints:      57045
761.30/763.21	c #Conflicts:    1566000 | #Constraints:      58045
761.30/763.21	c INPROCESSING
761.30/763.21	c GARBAGE COLLECT
761.30/763.21	c #Conflicts:    1567000 | #Constraints:      34128
761.30/763.21	c #Conflicts:    1568000 | #Constraints:      35128
761.30/763.21	c #Conflicts:    1569000 | #Constraints:      36128
761.30/763.21	c #Conflicts:    1570000 | #Constraints:      37128
761.30/763.21	c #Conflicts:    1571000 | #Constraints:      38128
761.30/763.21	c #Conflicts:    1572000 | #Constraints:      39128
761.30/763.21	c #Conflicts:    1573000 | #Constraints:      40128
761.30/763.21	c #Conflicts:    1574000 | #Constraints:      41128
761.30/763.21	c #Conflicts:    1575000 | #Constraints:      42128
761.30/763.21	c #Conflicts:    1576000 | #Constraints:      43129
761.30/763.21	c #Conflicts:    1577000 | #Constraints:      44129
761.30/763.21	c #Conflicts:    1578000 | #Constraints:      45129
761.30/763.21	c #Conflicts:    1579000 | #Constraints:      46129
761.30/763.21	c #Conflicts:    1580000 | #Constraints:      47130
761.30/763.21	c #Conflicts:    1581000 | #Constraints:      48131
761.30/763.21	c #Conflicts:    1582000 | #Constraints:      49131
761.30/763.21	c #Conflicts:    1583000 | #Constraints:      50131
761.30/763.21	c #Conflicts:    1584000 | #Constraints:      51131
761.30/763.21	c #Conflicts:    1585000 | #Constraints:      52131
761.30/763.21	c #Conflicts:    1586000 | #Constraints:      53131
761.30/763.21	c #Conflicts:    1587000 | #Constraints:      54131
761.30/763.21	c #Conflicts:    1588000 | #Constraints:      55131
761.30/763.21	c #Conflicts:    1589000 | #Constraints:      56132
761.30/763.21	c #Conflicts:    1590000 | #Constraints:      57132
761.30/763.21	c #Conflicts:    1591000 | #Constraints:      58132
761.30/763.21	c INPROCESSING
761.30/763.21	c GARBAGE COLLECT
761.30/763.21	c #Conflicts:    1592000 | #Constraints:      34044
761.30/763.21	c #Conflicts:    1593000 | #Constraints:      35044
761.30/763.21	c #Conflicts:    1594000 | #Constraints:      36044
761.30/763.21	c #Conflicts:    1595000 | #Constraints:      37044
761.30/763.21	c #Conflicts:    1596000 | #Constraints:      38045
761.30/763.21	c #Conflicts:    1597000 | #Constraints:      39045
761.30/763.21	c #Conflicts:    1598000 | #Constraints:      40045
761.30/763.21	c #Conflicts:    1599000 | #Constraints:      41045
761.30/763.21	c #Conflicts:    1600000 | #Constraints:      42045
761.30/763.21	c #Conflicts:    1601000 | #Constraints:      43045
761.30/763.21	c #Conflicts:    1602000 | #Constraints:      44045
761.30/763.21	c #Conflicts:    1603000 | #Constraints:      45045
761.30/763.21	c #Conflicts:    1604000 | #Constraints:      46045
761.30/763.21	c #Conflicts:    1605000 | #Constraints:      47045
761.30/763.21	c #Conflicts:    1606000 | #Constraints:      48045
761.30/763.21	c #Conflicts:    1607000 | #Constraints:      49045
761.30/763.21	c #Conflicts:    1608000 | #Constraints:      50045
761.30/763.21	c #Conflicts:    1609000 | #Constraints:      51046
761.30/763.21	c #Conflicts:    1610000 | #Constraints:      52046
761.30/763.21	c #Conflicts:    1611000 | #Constraints:      53046
761.30/763.21	c #Conflicts:    1612000 | #Constraints:      54046
761.30/763.21	c #Conflicts:    1613000 | #Constraints:      55046
761.30/763.21	c #Conflicts:    1614000 | #Constraints:      56046
761.30/763.21	c #Conflicts:    1615000 | #Constraints:      57046
761.30/763.21	c #Conflicts:    1616000 | #Constraints:      58046
761.30/763.21	c INPROCESSING
761.30/763.21	c GARBAGE COLLECT
761.30/763.21	c #Conflicts:    1617000 | #Constraints:      33845
761.30/763.21	c #Conflicts:    1618000 | #Constraints:      34846
761.30/763.21	c #Conflicts:    1619000 | #Constraints:      35846
761.30/763.21	c #Conflicts:    1620000 | #Constraints:      36846
761.30/763.21	c #Conflicts:    1621000 | #Constraints:      37846
813.77/815.82	c #Conflicts:    1622000 | #Constraints:      38846
813.77/815.82	c #Conflicts:    1623000 | #Constraints:      39846
813.77/815.82	c #Conflicts:    1624000 | #Constraints:      40846
813.77/815.82	c #Conflicts:    1625000 | #Constraints:      41846
813.77/815.82	c #Conflicts:    1626000 | #Constraints:      42846
813.77/815.82	c #Conflicts:    1627000 | #Constraints:      43847
813.77/815.82	c #Conflicts:    1628000 | #Constraints:      44847
813.77/815.82	c #Conflicts:    1629000 | #Constraints:      45847
813.77/815.82	c #Conflicts:    1630000 | #Constraints:      46847
813.77/815.82	c #Conflicts:    1631000 | #Constraints:      47847
813.77/815.82	c #Conflicts:    1632000 | #Constraints:      48847
813.77/815.82	c #Conflicts:    1633000 | #Constraints:      49847
813.77/815.82	c #Conflicts:    1634000 | #Constraints:      50851
813.77/815.82	c #Conflicts:    1635000 | #Constraints:      51851
813.77/815.82	c #Conflicts:    1636000 | #Constraints:      52880
813.77/815.82	c #Conflicts:    1637000 | #Constraints:      53880
813.77/815.82	c #Conflicts:    1638000 | #Constraints:      54975
813.77/815.82	c #Conflicts:    1639000 | #Constraints:      56231
813.77/815.82	c #Conflicts:    1640000 | #Constraints:      57231
813.77/815.82	c #Conflicts:    1641000 | #Constraints:      58231
813.77/815.82	c #Conflicts:    1642000 | #Constraints:      59231
813.77/815.82	c INPROCESSING
813.77/815.82	c GARBAGE COLLECT
813.77/815.82	c #Conflicts:    1643000 | #Constraints:      34562
813.77/815.82	c #Conflicts:    1644000 | #Constraints:      35562
813.77/815.82	c #Conflicts:    1645000 | #Constraints:      36562
813.77/815.82	c #Conflicts:    1646000 | #Constraints:      37562
813.77/815.82	c #Conflicts:    1647000 | #Constraints:      38562
813.77/815.82	c #Conflicts:    1648000 | #Constraints:      39562
813.77/815.82	c #Conflicts:    1649000 | #Constraints:      40562
813.77/815.82	c #Conflicts:    1650000 | #Constraints:      41562
813.77/815.82	c #Conflicts:    1651000 | #Constraints:      42562
813.77/815.82	c #Conflicts:    1652000 | #Constraints:      43562
813.77/815.82	c #Conflicts:    1653000 | #Constraints:      44562
813.77/815.82	c #Conflicts:    1654000 | #Constraints:      45562
813.77/815.82	c #Conflicts:    1655000 | #Constraints:      46562
813.77/815.82	c #Conflicts:    1656000 | #Constraints:      47562
813.77/815.82	c #Conflicts:    1657000 | #Constraints:      48562
813.77/815.82	c #Conflicts:    1658000 | #Constraints:      49562
813.77/815.82	c #Conflicts:    1659000 | #Constraints:      50562
813.77/815.82	c #Conflicts:    1660000 | #Constraints:      51562
813.77/815.82	c #Conflicts:    1661000 | #Constraints:      52562
813.77/815.82	c #Conflicts:    1662000 | #Constraints:      53562
813.77/815.82	c #Conflicts:    1663000 | #Constraints:      54562
813.77/815.82	c #Conflicts:    1664000 | #Constraints:      55562
813.77/815.82	c #Conflicts:    1665000 | #Constraints:      56562
813.77/815.82	c #Conflicts:    1666000 | #Constraints:      57562
813.77/815.82	c #Conflicts:    1667000 | #Constraints:      58562
813.77/815.82	c #Conflicts:    1668000 | #Constraints:      59562
813.77/815.82	c INPROCESSING
813.77/815.82	c GARBAGE COLLECT
813.77/815.82	c #Conflicts:    1669000 | #Constraints:      34849
813.77/815.82	c #Conflicts:    1670000 | #Constraints:      35849
813.77/815.82	c #Conflicts:    1671000 | #Constraints:      36849
813.77/815.82	c #Conflicts:    1672000 | #Constraints:      37849
813.77/815.82	c #Conflicts:    1673000 | #Constraints:      38849
813.77/815.82	c #Conflicts:    1674000 | #Constraints:      39849
813.77/815.82	c #Conflicts:    1675000 | #Constraints:      40849
813.77/815.82	c #Conflicts:    1676000 | #Constraints:      41849
813.77/815.82	c #Conflicts:    1677000 | #Constraints:      42849
813.77/815.82	c #Conflicts:    1678000 | #Constraints:      43849
813.77/815.82	c #Conflicts:    1679000 | #Constraints:      44849
813.77/815.82	c #Conflicts:    1680000 | #Constraints:      45849
813.77/815.82	c #Conflicts:    1681000 | #Constraints:      46849
813.77/815.82	c #Conflicts:    1682000 | #Constraints:      47849
813.77/815.82	c #Conflicts:    1683000 | #Constraints:      48850
813.77/815.82	c #Conflicts:    1684000 | #Constraints:      49850
813.77/815.82	c #Conflicts:    1685000 | #Constraints:      50850
813.77/815.82	c #Conflicts:    1686000 | #Constraints:      51850
813.77/815.82	c #Conflicts:    1687000 | #Constraints:      52850
813.77/815.82	c #Conflicts:    1688000 | #Constraints:      53850
813.77/815.82	c #Conflicts:    1689000 | #Constraints:      54850
813.77/815.82	c #Conflicts:    1690000 | #Constraints:      55850
813.77/815.82	c #Conflicts:    1691000 | #Constraints:      56850
813.77/815.82	c #Conflicts:    1692000 | #Constraints:      57850
813.77/815.82	c #Conflicts:    1693000 | #Constraints:      58850
813.77/815.82	c #Conflicts:    1694000 | #Constraints:      59850
813.77/815.82	c INPROCESSING
813.77/815.82	c GARBAGE COLLECT
813.77/815.82	c #Conflicts:    1695000 | #Constraints:      35006
813.77/815.82	c #Conflicts:    1696000 | #Constraints:      36006
813.77/815.82	c #Conflicts:    1697000 | #Constraints:      37006
813.77/815.82	c #Conflicts:    1698000 | #Constraints:      38006
839.11/841.23	c #Conflicts:    1699000 | #Constraints:      39006
839.11/841.23	c #Conflicts:    1700000 | #Constraints:      40006
839.11/841.23	c #Conflicts:    1701000 | #Constraints:      41006
839.11/841.23	c #Conflicts:    1702000 | #Constraints:      42006
839.11/841.23	c #Conflicts:    1703000 | #Constraints:      43006
839.11/841.23	c #Conflicts:    1704000 | #Constraints:      44006
839.11/841.23	c #Conflicts:    1705000 | #Constraints:      45006
839.11/841.23	c #Conflicts:    1706000 | #Constraints:      46006
839.11/841.23	c #Conflicts:    1707000 | #Constraints:      47006
839.11/841.23	c #Conflicts:    1708000 | #Constraints:      48006
839.11/841.23	c #Conflicts:    1709000 | #Constraints:      49006
839.11/841.23	c #Conflicts:    1710000 | #Constraints:      50006
839.11/841.23	c #Conflicts:    1711000 | #Constraints:      51006
839.11/841.23	c #Conflicts:    1712000 | #Constraints:      52006
839.11/841.23	c #Conflicts:    1713000 | #Constraints:      53006
839.11/841.23	c #Conflicts:    1714000 | #Constraints:      54006
839.11/841.23	c #Conflicts:    1715000 | #Constraints:      55006
839.11/841.23	c #Conflicts:    1716000 | #Constraints:      56006
839.11/841.23	c #Conflicts:    1717000 | #Constraints:      57006
839.11/841.23	c #Conflicts:    1718000 | #Constraints:      58006
839.11/841.23	c #Conflicts:    1719000 | #Constraints:      59006
839.11/841.23	c #Conflicts:    1720000 | #Constraints:      60006
839.11/841.23	c INPROCESSING
839.11/841.23	c GARBAGE COLLECT
839.11/841.23	c #Conflicts:    1721000 | #Constraints:      34981
839.11/841.23	c #Conflicts:    1722000 | #Constraints:      35981
839.11/841.23	c #Conflicts:    1723000 | #Constraints:      36981
839.11/841.23	c #Conflicts:    1724000 | #Constraints:      37981
839.11/841.23	c #Conflicts:    1725000 | #Constraints:      38981
839.11/841.23	c #Conflicts:    1726000 | #Constraints:      39981
839.11/841.23	c #Conflicts:    1727000 | #Constraints:      40981
839.11/841.23	c #Conflicts:    1728000 | #Constraints:      41981
839.11/841.23	c #Conflicts:    1729000 | #Constraints:      42981
839.11/841.23	c #Conflicts:    1730000 | #Constraints:      43981
839.11/841.23	c #Conflicts:    1731000 | #Constraints:      44981
839.11/841.23	c #Conflicts:    1732000 | #Constraints:      45981
839.11/841.23	c #Conflicts:    1733000 | #Constraints:      46982
839.11/841.23	c #Conflicts:    1734000 | #Constraints:      47982
839.11/841.23	c #Conflicts:    1735000 | #Constraints:      48982
839.11/841.23	c #Conflicts:    1736000 | #Constraints:      49982
839.11/841.23	c #Conflicts:    1737000 | #Constraints:      50982
839.11/841.23	c #Conflicts:    1738000 | #Constraints:      51982
839.11/841.23	c #Conflicts:    1739000 | #Constraints:      52982
839.11/841.23	c #Conflicts:    1740000 | #Constraints:      53984
839.11/841.23	c #Conflicts:    1741000 | #Constraints:      54985
839.11/841.23	c #Conflicts:    1742000 | #Constraints:      55985
839.11/841.23	c #Conflicts:    1743000 | #Constraints:      56987
839.11/841.23	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[40]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[43]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[51]: 6 -1.75473 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[52]: 6 -1322.04 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[105]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[115]: 6 -1.75473 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[126]: 6 0 2.37105 shouldn't be
839.11/841.23	WSVECS04 Frhs2[128]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[129]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[138]: 6 -2451.46 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[168]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[202]: 6 -2451.46 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[256]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[263]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[278]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[296]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[300]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[307]: 6 -1.75473 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[328]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[349]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[357]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[358]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[364]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[388]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[389]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[397]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[421]: 6 -6.25297 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[448]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[456]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[483]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[554]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[586]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[605]: 6 -0.873158 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[638]: 6 -2 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[643]: 6 -1.29171 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1034]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1038]: 6 -1.00309 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1041]: 6 -1.00247 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1066]: 6 -0.991953 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1125]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1130]: 6 -0.999964 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1162]: 6 -0.999963 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1189]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1221]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1222]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1262]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1355]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1377]: 6 -1.25 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1386]: 6 0 19.8208 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1407]: 6 -1.3125 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1408]: 6 -1.25 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1418]: 6 -665.668 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1450]: 6 -1.60794 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1482]: 6 -2447.52 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1513]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1902]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1909]: 6 -1.00077 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1915]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1917]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[1920]: 6 -1.04944 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2022]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2023]: 6 -0.998535 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2110]: 6 -1.03296 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2207]: 6 -0.999146 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2213]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2715]: 6 -2 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2871]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2921]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3041]: 6 -1.00261 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3061]: 6 -3.59749 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3231]: 6 -1.25 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3357]: 6 -1.00001 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3401]: 6 -1.402 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3430]: 6 -2659.59 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3432]: 6 0 2442.5 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3436]: 6 0 20.0237 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3442]: 6 -2604.39 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3530]: 6 -4895.96 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3534]: 6 -1329.91 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3540]: 6 0 4896.55 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3542]: 6 0 19.9848 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3545]: 6 -1.40198 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3617]: 6 -333.668 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3623]: 6 -1.00001 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3632]: 6 -1.00546 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3633]: 6 -1.00546 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3638]: 6 -1.00309 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3639]: 6 -1.00309 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3737]: 6 -0.999986 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
839.11/841.23	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
875.13/877.31	c #Conflicts:    1744000 | #Constraints:      57987
875.13/877.31	c #Conflicts:    1745000 | #Constraints:      58987
875.13/877.31	c #Conflicts:    1746000 | #Constraints:      59987
875.13/877.31	c INPROCESSING
875.13/877.31	c GARBAGE COLLECT
875.13/877.31	c #Conflicts:    1747000 | #Constraints:      34766
875.13/877.31	c #Conflicts:    1748000 | #Constraints:      35766
875.13/877.31	c #Conflicts:    1749000 | #Constraints:      36766
875.13/877.31	c #Conflicts:    1750000 | #Constraints:      37766
875.13/877.31	c #Conflicts:    1751000 | #Constraints:      38766
875.13/877.31	c #Conflicts:    1752000 | #Constraints:      39766
875.13/877.31	c #Conflicts:    1753000 | #Constraints:      40766
875.13/877.31	c #Conflicts:    1754000 | #Constraints:      41766
875.13/877.31	c #Conflicts:    1755000 | #Constraints:      42766
875.13/877.31	c #Conflicts:    1756000 | #Constraints:      43766
875.13/877.31	c #Conflicts:    1757000 | #Constraints:      44766
875.13/877.31	c #Conflicts:    1758000 | #Constraints:      45766
875.13/877.31	c #Conflicts:    1759000 | #Constraints:      46766
875.13/877.31	c #Conflicts:    1760000 | #Constraints:      47766
875.13/877.31	c #Conflicts:    1761000 | #Constraints:      48766
875.13/877.31	c #Conflicts:    1762000 | #Constraints:      49766
875.13/877.31	c #Conflicts:    1763000 | #Constraints:      50766
875.13/877.31	c #Conflicts:    1764000 | #Constraints:      51766
875.13/877.31	c #Conflicts:    1765000 | #Constraints:      52766
875.13/877.31	c #Conflicts:    1766000 | #Constraints:      53766
875.13/877.31	c #Conflicts:    1767000 | #Constraints:      54766
875.13/877.31	c #Conflicts:    1768000 | #Constraints:      55766
875.13/877.31	c #Conflicts:    1769000 | #Constraints:      56766
875.13/877.31	c #Conflicts:    1770000 | #Constraints:      57766
875.13/877.31	c #Conflicts:    1771000 | #Constraints:      58766
875.13/877.31	c #Conflicts:    1772000 | #Constraints:      59766
875.13/877.31	c #Conflicts:    1773000 | #Constraints:      60766
875.13/877.31	c INPROCESSING
875.13/877.31	c GARBAGE COLLECT
875.13/877.31	c #Conflicts:    1774000 | #Constraints:      35357
875.13/877.31	c #Conflicts:    1775000 | #Constraints:      36357
875.13/877.31	c #Conflicts:    1776000 | #Constraints:      37357
875.13/877.31	c #Conflicts:    1777000 | #Constraints:      38357
875.13/877.31	c #Conflicts:    1778000 | #Constraints:      39357
875.13/877.31	c #Conflicts:    1779000 | #Constraints:      40357
875.13/877.31	c #Conflicts:    1780000 | #Constraints:      41357
875.13/877.31	c #Conflicts:    1781000 | #Constraints:      42357
875.13/877.31	c #Conflicts:    1782000 | #Constraints:      43357
875.13/877.31	c #Conflicts:    1783000 | #Constraints:      44357
875.13/877.31	c #Conflicts:    1784000 | #Constraints:      45357
875.13/877.31	c #Conflicts:    1785000 | #Constraints:      46357
875.13/877.31	c #Conflicts:    1786000 | #Constraints:      47357
875.13/877.31	c #Conflicts:    1787000 | #Constraints:      48357
875.13/877.31	c #Conflicts:    1788000 | #Constraints:      49357
875.13/877.31	c #Conflicts:    1789000 | #Constraints:      50357
875.13/877.31	c #Conflicts:    1790000 | #Constraints:      51357
875.13/877.31	c #Conflicts:    1791000 | #Constraints:      52357
875.13/877.31	c #Conflicts:    1792000 | #Constraints:      53357
875.13/877.31	c #Conflicts:    1793000 | #Constraints:      54357
875.13/877.31	c #Conflicts:    1794000 | #Constraints:      55357
875.13/877.31	c #Conflicts:    1795000 | #Constraints:      56357
875.13/877.31	c #Conflicts:    1796000 | #Constraints:      57357
875.13/877.31	c #Conflicts:    1797000 | #Constraints:      58357
875.13/877.31	c #Conflicts:    1798000 | #Constraints:      59357
875.13/877.31	c #Conflicts:    1799000 | #Constraints:      60357
875.13/877.31	c #Conflicts:    1800000 | #Constraints:      61357
875.13/877.31	c INPROCESSING
875.13/877.31	c GARBAGE COLLECT
875.13/877.31	c #Conflicts:    1801000 | #Constraints:      35738
875.13/877.31	c #Conflicts:    1802000 | #Constraints:      36738
875.13/877.31	c #Conflicts:    1803000 | #Constraints:      37738
875.13/877.31	c #Conflicts:    1804000 | #Constraints:      38738
875.13/877.31	c #Conflicts:    1805000 | #Constraints:      39738
875.13/877.31	c #Conflicts:    1806000 | #Constraints:      40738
875.13/877.31	c #Conflicts:    1807000 | #Constraints:      41738
875.13/877.31	c #Conflicts:    1808000 | #Constraints:      42738
875.13/877.31	c #Conflicts:    1809000 | #Constraints:      43738
875.13/877.31	c #Conflicts:    1810000 | #Constraints:      44738
875.13/877.31	c #Conflicts:    1811000 | #Constraints:      45738
875.13/877.31	c #Conflicts:    1812000 | #Constraints:      46738
875.13/877.31	c #Conflicts:    1813000 | #Constraints:      47738
875.13/877.31	c #Conflicts:    1814000 | #Constraints:      48738
875.13/877.31	c #Conflicts:    1815000 | #Constraints:      49738
875.13/877.31	c #Conflicts:    1816000 | #Constraints:      50738
875.13/877.31	c #Conflicts:    1817000 | #Constraints:      51738
875.13/877.31	c #Conflicts:    1818000 | #Constraints:      52738
875.13/877.31	c #Conflicts:    1819000 | #Constraints:      53738
875.13/877.31	c #Conflicts:    1820000 | #Constraints:      54738
920.60/922.95	c #Conflicts:    1821000 | #Constraints:      55738
920.60/922.95	c #Conflicts:    1822000 | #Constraints:      56739
920.60/922.95	c #Conflicts:    1823000 | #Constraints:      57739
920.60/922.95	c #Conflicts:    1824000 | #Constraints:      58739
920.60/922.95	c #Conflicts:    1825000 | #Constraints:      59739
920.60/922.95	c #Conflicts:    1826000 | #Constraints:      60739
920.60/922.95	c #Conflicts:    1827000 | #Constraints:      61739
920.60/922.95	c INPROCESSING
920.60/922.95	c GARBAGE COLLECT
920.60/922.95	c #Conflicts:    1828000 | #Constraints:      35958
920.60/922.95	c #Conflicts:    1829000 | #Constraints:      36959
920.60/922.95	c #Conflicts:    1830000 | #Constraints:      37959
920.60/922.95	c #Conflicts:    1831000 | #Constraints:      38959
920.60/922.95	c #Conflicts:    1832000 | #Constraints:      39959
920.60/922.95	c #Conflicts:    1833000 | #Constraints:      40959
920.60/922.95	c #Conflicts:    1834000 | #Constraints:      41959
920.60/922.95	c #Conflicts:    1835000 | #Constraints:      42959
920.60/922.95	c #Conflicts:    1836000 | #Constraints:      43959
920.60/922.95	c #Conflicts:    1837000 | #Constraints:      44959
920.60/922.95	c #Conflicts:    1838000 | #Constraints:      45959
920.60/922.95	c #Conflicts:    1839000 | #Constraints:      46959
920.60/922.95	c #Conflicts:    1840000 | #Constraints:      47959
920.60/922.95	c #Conflicts:    1841000 | #Constraints:      48959
920.60/922.95	c #Conflicts:    1842000 | #Constraints:      49959
920.60/922.95	c #Conflicts:    1843000 | #Constraints:      50959
920.60/922.95	c #Conflicts:    1844000 | #Constraints:      51959
920.60/922.95	c #Conflicts:    1845000 | #Constraints:      52959
920.60/922.95	c #Conflicts:    1846000 | #Constraints:      53959
920.60/922.95	c #Conflicts:    1847000 | #Constraints:      54959
920.60/922.95	c #Conflicts:    1848000 | #Constraints:      55959
920.60/922.95	c #Conflicts:    1849000 | #Constraints:      56959
920.60/922.95	c #Conflicts:    1850000 | #Constraints:      57959
920.60/922.95	c #Conflicts:    1851000 | #Constraints:      58959
920.60/922.95	c #Conflicts:    1852000 | #Constraints:      59959
920.60/922.95	c #Conflicts:    1853000 | #Constraints:      60959
920.60/922.95	c #Conflicts:    1854000 | #Constraints:      61959
920.60/922.95	c INPROCESSING
920.60/922.95	c GARBAGE COLLECT
920.60/922.95	c #Conflicts:    1855000 | #Constraints:      35970
920.60/922.95	c #Conflicts:    1856000 | #Constraints:      36970
920.60/922.95	c #Conflicts:    1857000 | #Constraints:      37970
920.60/922.95	c #Conflicts:    1858000 | #Constraints:      38970
920.60/922.95	c #Conflicts:    1859000 | #Constraints:      39970
920.60/922.95	c #Conflicts:    1860000 | #Constraints:      40970
920.60/922.95	c #Conflicts:    1861000 | #Constraints:      41970
920.60/922.95	c #Conflicts:    1862000 | #Constraints:      42970
920.60/922.95	c #Conflicts:    1863000 | #Constraints:      43970
920.60/922.95	c #Conflicts:    1864000 | #Constraints:      44970
920.60/922.95	c #Conflicts:    1865000 | #Constraints:      45970
920.60/922.95	c #Conflicts:    1866000 | #Constraints:      46970
920.60/922.95	c #Conflicts:    1867000 | #Constraints:      47970
920.60/922.95	c #Conflicts:    1868000 | #Constraints:      48970
920.60/922.95	c #Conflicts:    1869000 | #Constraints:      49980
920.60/922.95	c #Conflicts:    1870000 | #Constraints:      51136
920.60/922.95	c #Conflicts:    1871000 | #Constraints:      52396
920.60/922.95	c #Conflicts:    1872000 | #Constraints:      53396
920.60/922.95	c #Conflicts:    1873000 | #Constraints:      54396
920.60/922.95	c #Conflicts:    1874000 | #Constraints:      55397
920.60/922.95	c #Conflicts:    1875000 | #Constraints:      56397
920.60/922.95	c #Conflicts:    1876000 | #Constraints:      57397
920.60/922.95	c #Conflicts:    1877000 | #Constraints:      58397
920.60/922.95	c #Conflicts:    1878000 | #Constraints:      59397
920.60/922.95	c #Conflicts:    1879000 | #Constraints:      60397
920.60/922.95	c #Conflicts:    1880000 | #Constraints:      61397
920.60/922.95	c #Conflicts:    1881000 | #Constraints:      62398
920.60/922.95	c INPROCESSING
920.60/922.95	c GARBAGE COLLECT
920.60/922.95	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[90]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[149]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[405]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[411]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[459]: 6 -0.750244 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[555]: 6 -1.24976 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[668]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[684]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1051]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1052]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1127]: 6 -0.712452 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1143]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1183]: 6 -0.750001 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1190]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1276]: 6 -1.25 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1292]: 6 -0.208985 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1304]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1316]: 6 -0.75 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1378]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1387]: 6 -1.3125 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1390]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1415]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1416]: 6 -0.75 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1422]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1427]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1430]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1435]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1456]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1476]: 6 0 1.14453 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1486]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1487]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1492]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1493]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1536]: 6 -1.25 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1548]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1549]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[1988]: 6 -5 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2050]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2094]: 6 -9.99805 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2177]: 6 -1.23769 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2200]: 6 -14.998 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2296]: 6 -32.482 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2311]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2327]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2774]: 6 -5.99902 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3016]: 6 -1.25 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3084]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3115]: 6 0 1.58203 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3138]: 6 -1.25 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3157]: 6 -6.04099 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3175]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3378]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3497]: 6 -0.375001 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3501]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3540]: 6 -10 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3563]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3575]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3676]: 6 -1.25 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3809]: 6 -3.91406 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
920.60/922.95	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
933.57/935.94	c #Conflicts:    1882000 | #Constraints:      35975
933.57/935.94	c #Conflicts:    1883000 | #Constraints:      36975
933.57/935.94	c #Conflicts:    1884000 | #Constraints:      37975
933.57/935.94	c #Conflicts:    1885000 | #Constraints:      38975
933.57/935.94	c #Conflicts:    1886000 | #Constraints:      39975
933.57/935.94	c #Conflicts:    1887000 | #Constraints:      40975
933.57/935.94	c #Conflicts:    1888000 | #Constraints:      41975
933.57/935.94	c #Conflicts:    1889000 | #Constraints:      42975
933.57/935.94	c #Conflicts:    1890000 | #Constraints:      43975
933.57/935.94	c #Conflicts:    1891000 | #Constraints:      44975
933.57/935.94	c #Conflicts:    1892000 | #Constraints:      45975
933.57/935.94	c #Conflicts:    1893000 | #Constraints:      46975
933.57/935.94	c #Conflicts:    1894000 | #Constraints:      47975
933.57/935.94	c #Conflicts:    1895000 | #Constraints:      48975
933.57/935.94	c #Conflicts:    1896000 | #Constraints:      49975
933.57/935.94	c #Conflicts:    1897000 | #Constraints:      50975
933.57/935.94	c #Conflicts:    1898000 | #Constraints:      51975
933.57/935.94	c #Conflicts:    1899000 | #Constraints:      52975
933.57/935.94	c #Conflicts:    1900000 | #Constraints:      53975
933.57/935.94	c #Conflicts:    1901000 | #Constraints:      54975
933.57/935.94	c #Conflicts:    1902000 | #Constraints:      55975
933.57/935.94	c #Conflicts:    1903000 | #Constraints:      56976
933.57/935.94	c #Conflicts:    1904000 | #Constraints:      57976
933.57/935.94	c #Conflicts:    1905000 | #Constraints:      58976
933.57/935.94	c #Conflicts:    1906000 | #Constraints:      59976
933.57/935.94	c #Conflicts:    1907000 | #Constraints:      60976
933.57/935.94	c #Conflicts:    1908000 | #Constraints:      61976
933.57/935.94	c #Conflicts:    1909000 | #Constraints:      62976
933.57/935.94	c INPROCESSING
933.57/935.94	c GARBAGE COLLECT
933.57/935.94	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[32]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[47]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[49]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[58]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[82]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[90]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[97]: 6 -0.906016 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[107]: 6 -1.44444 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[108]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[128]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[129]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[189]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[206]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[210]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[220]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[221]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[222]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[223]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[239]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[242]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[245]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[256]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[283]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[303]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[306]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[321]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[337]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[339]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[342]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[346]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[360]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[372]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[378]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[380]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[385]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[484]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[485]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[495]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[498]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[504]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[529]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[544]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[545]: 6 -0.849625 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[559]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[568]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[570]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[571]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[572]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[592]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[598]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[603]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[630]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[653]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[658]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[663]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[681]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[690]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[697]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[702]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1025]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1026]: 6 -1.25 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1027]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1032]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1034]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1036]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1037]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1038]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1039]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1043]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1055]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1066]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1097]: 6 -0.937501 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1100]: 6 -0.875001 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1126]: 6 -1.22222 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1128]: 6 -1.3125 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1130]: 6 -1.02778 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1146]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1160]: 6 -0.515152 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1183]: 6 -0.981204 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1185]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1186]: 6 -1.25 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1224]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1235]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1242]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1243]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1247]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1248]: 6 -1.25 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1249]: 6 -1.3125 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1257]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1276]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1289]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1306]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1309]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1311]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1315]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1322]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1334]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1336]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1338]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1340]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1347]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1349]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1351]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1353]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1368]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1369]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1380]: 6 -0.777778 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1397]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1398]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1403]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1407]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1408]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1410]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1411]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1420]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1427]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1431]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1433]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1443]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1444]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1447]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1450]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1460]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1465]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1473]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1474]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1476]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1479]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1481]: 6 -1.3125 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1483]: 6 -1.25 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1490]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1493]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1494]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1511]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1512]: 6 -1.16079 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1513]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1524]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1527]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1534]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1536]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1544]: 6 -2 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1547]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1548]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1558]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1559]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1561]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1567]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1893]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1902]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1906]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1930]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1931]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1933]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1985]: 6 -1.24436 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2000]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2013]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2015]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2025]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2029]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2033]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2042]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2047]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2124]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2192]: 6 -1.22222 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2214]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2463]: 6 -0.981204 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2533]: 6 -1.25 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2599]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2630]: 6 -1.3125 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2632]: 6 -1.25 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2639]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2657]: 6 -1.11111 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2790]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2813]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2825]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2867]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2877]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3001]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3075]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3108]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3266]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3272]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3273]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3276]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3282]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3283]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3375]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3440]: 6 -5 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3449]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3479]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3481]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3543]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3591]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3661]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3663]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3685]: 6 -1.15625 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3686]: 6 -1.125 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3688]: 6 -1.125 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3692]: 6 -1.25 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3693]: 6 -1.5 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3728]: 6 -0.500001 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3747]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3762]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3784]: 6 -1.32653 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3846]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3849]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3871]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3965]: 6 -1 0 shouldn't be
933.57/935.94	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
972.87/975.38	c #Conflicts:    1910000 | #Constraints:      36484
972.87/975.38	c #Conflicts:    1911000 | #Constraints:      37485
972.87/975.38	c #Conflicts:    1912000 | #Constraints:      38485
972.87/975.38	c #Conflicts:    1913000 | #Constraints:      39485
972.87/975.38	c #Conflicts:    1914000 | #Constraints:      40485
972.87/975.38	c #Conflicts:    1915000 | #Constraints:      41485
972.87/975.38	c #Conflicts:    1916000 | #Constraints:      42485
972.87/975.38	c #Conflicts:    1917000 | #Constraints:      43485
972.87/975.38	c #Conflicts:    1918000 | #Constraints:      44485
972.87/975.38	c #Conflicts:    1919000 | #Constraints:      45485
972.87/975.38	c #Conflicts:    1920000 | #Constraints:      46485
972.87/975.38	c #Conflicts:    1921000 | #Constraints:      47485
972.87/975.38	c #Conflicts:    1922000 | #Constraints:      48485
972.87/975.38	c #Conflicts:    1923000 | #Constraints:      49485
972.87/975.38	c #Conflicts:    1924000 | #Constraints:      50485
972.87/975.38	c #Conflicts:    1925000 | #Constraints:      51485
972.87/975.38	c #Conflicts:    1926000 | #Constraints:      52485
972.87/975.38	c #Conflicts:    1927000 | #Constraints:      53485
972.87/975.38	c #Conflicts:    1928000 | #Constraints:      54485
972.87/975.38	c #Conflicts:    1929000 | #Constraints:      55485
972.87/975.38	c #Conflicts:    1930000 | #Constraints:      56485
972.87/975.38	c #Conflicts:    1931000 | #Constraints:      57485
972.87/975.38	c #Conflicts:    1932000 | #Constraints:      58485
972.87/975.38	c #Conflicts:    1933000 | #Constraints:      59486
972.87/975.38	c #Conflicts:    1934000 | #Constraints:      60486
972.87/975.38	c #Conflicts:    1935000 | #Constraints:      61486
972.87/975.38	c #Conflicts:    1936000 | #Constraints:      62486
972.87/975.38	c #Conflicts:    1937000 | #Constraints:      63486
972.87/975.38	c INPROCESSING
972.87/975.38	c GARBAGE COLLECT
972.87/975.38	c #Conflicts:    1938000 | #Constraints:      36810
972.87/975.38	c #Conflicts:    1939000 | #Constraints:      37810
972.87/975.38	c #Conflicts:    1940000 | #Constraints:      38810
972.87/975.38	c #Conflicts:    1941000 | #Constraints:      39811
972.87/975.38	c #Conflicts:    1942000 | #Constraints:      40811
972.87/975.38	c #Conflicts:    1943000 | #Constraints:      41811
972.87/975.38	c #Conflicts:    1944000 | #Constraints:      42812
972.87/975.38	c #Conflicts:    1945000 | #Constraints:      43859
972.87/975.38	c #Conflicts:    1946000 | #Constraints:      44859
972.87/975.38	c #Conflicts:    1947000 | #Constraints:      45859
972.87/975.38	c #Conflicts:    1948000 | #Constraints:      46859
972.87/975.38	c #Conflicts:    1949000 | #Constraints:      47859
972.87/975.38	c #Conflicts:    1950000 | #Constraints:      48859
972.87/975.38	c #Conflicts:    1951000 | #Constraints:      49859
972.87/975.38	c #Conflicts:    1952000 | #Constraints:      50859
972.87/975.38	c #Conflicts:    1953000 | #Constraints:      51859
972.87/975.38	c #Conflicts:    1954000 | #Constraints:      52859
972.87/975.38	c #Conflicts:    1955000 | #Constraints:      53859
972.87/975.38	c #Conflicts:    1956000 | #Constraints:      54859
972.87/975.38	c #Conflicts:    1957000 | #Constraints:      55859
972.87/975.38	c #Conflicts:    1958000 | #Constraints:      56859
972.87/975.38	c #Conflicts:    1959000 | #Constraints:      57859
972.87/975.38	c #Conflicts:    1960000 | #Constraints:      58859
972.87/975.38	c #Conflicts:    1961000 | #Constraints:      59859
972.87/975.38	c #Conflicts:    1962000 | #Constraints:      60859
972.87/975.38	c #Conflicts:    1963000 | #Constraints:      61859
972.87/975.38	c #Conflicts:    1964000 | #Constraints:      62859
972.87/975.38	c #Conflicts:    1965000 | #Constraints:      63859
972.87/975.38	c INPROCESSING
972.87/975.38	c GARBAGE COLLECT
972.87/975.38	c #Conflicts:    1966000 | #Constraints:      37033
972.87/975.38	c #Conflicts:    1967000 | #Constraints:      38033
972.87/975.38	c #Conflicts:    1968000 | #Constraints:      39033
972.87/975.38	c #Conflicts:    1969000 | #Constraints:      40033
972.87/975.38	c #Conflicts:    1970000 | #Constraints:      41033
972.87/975.38	c #Conflicts:    1971000 | #Constraints:      42033
972.87/975.38	c #Conflicts:    1972000 | #Constraints:      43033
972.87/975.38	c #Conflicts:    1973000 | #Constraints:      44033
972.87/975.38	c #Conflicts:    1974000 | #Constraints:      45033
972.87/975.38	c #Conflicts:    1975000 | #Constraints:      46033
972.87/975.38	c #Conflicts:    1976000 | #Constraints:      47033
972.87/975.38	c #Conflicts:    1977000 | #Constraints:      48033
972.87/975.38	c #Conflicts:    1978000 | #Constraints:      49033
972.87/975.38	c #Conflicts:    1979000 | #Constraints:      50033
972.87/975.38	c #Conflicts:    1980000 | #Constraints:      51033
972.87/975.38	c #Conflicts:    1981000 | #Constraints:      52033
972.87/975.38	c #Conflicts:    1982000 | #Constraints:      53033
972.87/975.38	c #Conflicts:    1983000 | #Constraints:      54033
972.87/975.38	c #Conflicts:    1984000 | #Constraints:      55033
972.87/975.38	c #Conflicts:    1985000 | #Constraints:      56033
972.87/975.38	c #Conflicts:    1986000 | #Constraints:      57033
972.87/975.38	c #Conflicts:    1987000 | #Constraints:      58033
1011.86/1014.41	c #Conflicts:    1988000 | #Constraints:      59033
1011.86/1014.41	c #Conflicts:    1989000 | #Constraints:      60034
1011.86/1014.41	c #Conflicts:    1990000 | #Constraints:      61034
1011.86/1014.41	c #Conflicts:    1991000 | #Constraints:      62034
1011.86/1014.41	c #Conflicts:    1992000 | #Constraints:      63034
1011.86/1014.41	c #Conflicts:    1993000 | #Constraints:      64034
1011.86/1014.41	c INPROCESSING
1011.86/1014.41	c GARBAGE COLLECT
1011.86/1014.41	c #Conflicts:    1994000 | #Constraints:      36950
1011.86/1014.41	c #Conflicts:    1995000 | #Constraints:      37953
1011.86/1014.41	c #Conflicts:    1996000 | #Constraints:      38953
1011.86/1014.41	c #Conflicts:    1997000 | #Constraints:      40000
1011.86/1014.41	c #Conflicts:    1998000 | #Constraints:      41041
1011.86/1014.41	c #Conflicts:    1999000 | #Constraints:      42041
1011.86/1014.41	c #Conflicts:    2000000 | #Constraints:      43041
1011.86/1014.41	c #Conflicts:    2001000 | #Constraints:      44041
1011.86/1014.41	c #Conflicts:    2002000 | #Constraints:      45041
1011.86/1014.41	c #Conflicts:    2003000 | #Constraints:      46041
1011.86/1014.41	c #Conflicts:    2004000 | #Constraints:      47041
1011.86/1014.41	c #Conflicts:    2005000 | #Constraints:      48041
1011.86/1014.41	c #Conflicts:    2006000 | #Constraints:      49041
1011.86/1014.41	c #Conflicts:    2007000 | #Constraints:      50041
1011.86/1014.41	c #Conflicts:    2008000 | #Constraints:      51041
1011.86/1014.41	c #Conflicts:    2009000 | #Constraints:      52041
1011.86/1014.41	c #Conflicts:    2010000 | #Constraints:      53041
1011.86/1014.41	c #Conflicts:    2011000 | #Constraints:      54041
1011.86/1014.41	c #Conflicts:    2012000 | #Constraints:      55041
1011.86/1014.41	c #Conflicts:    2013000 | #Constraints:      56041
1011.86/1014.41	c #Conflicts:    2014000 | #Constraints:      57041
1011.86/1014.41	c #Conflicts:    2015000 | #Constraints:      58041
1011.86/1014.41	c #Conflicts:    2016000 | #Constraints:      59041
1011.86/1014.41	c #Conflicts:    2017000 | #Constraints:      60041
1011.86/1014.41	c #Conflicts:    2018000 | #Constraints:      61041
1011.86/1014.41	c #Conflicts:    2019000 | #Constraints:      62041
1011.86/1014.41	c #Conflicts:    2020000 | #Constraints:      63041
1011.86/1014.41	c #Conflicts:    2021000 | #Constraints:      64041
1011.86/1014.41	c INPROCESSING
1011.86/1014.41	c GARBAGE COLLECT
1011.86/1014.41	c #Conflicts:    2022000 | #Constraints:      36795
1011.86/1014.41	c #Conflicts:    2023000 | #Constraints:      37795
1011.86/1014.41	c #Conflicts:    2024000 | #Constraints:      38795
1011.86/1014.41	c #Conflicts:    2025000 | #Constraints:      39795
1011.86/1014.41	c #Conflicts:    2026000 | #Constraints:      40795
1011.86/1014.41	c #Conflicts:    2027000 | #Constraints:      41795
1011.86/1014.41	c #Conflicts:    2028000 | #Constraints:      42795
1011.86/1014.41	c #Conflicts:    2029000 | #Constraints:      43795
1011.86/1014.41	c #Conflicts:    2030000 | #Constraints:      44795
1011.86/1014.41	c #Conflicts:    2031000 | #Constraints:      45795
1011.86/1014.41	c #Conflicts:    2032000 | #Constraints:      46795
1011.86/1014.41	c #Conflicts:    2033000 | #Constraints:      47795
1011.86/1014.41	c #Conflicts:    2034000 | #Constraints:      48795
1011.86/1014.41	c #Conflicts:    2035000 | #Constraints:      49795
1011.86/1014.41	c #Conflicts:    2036000 | #Constraints:      50795
1011.86/1014.41	c #Conflicts:    2037000 | #Constraints:      51795
1011.86/1014.41	c #Conflicts:    2038000 | #Constraints:      52795
1011.86/1014.41	c #Conflicts:    2039000 | #Constraints:      53795
1011.86/1014.41	c #Conflicts:    2040000 | #Constraints:      54795
1011.86/1014.41	c #Conflicts:    2041000 | #Constraints:      55795
1011.86/1014.41	c #Conflicts:    2042000 | #Constraints:      56795
1011.86/1014.41	c #Conflicts:    2043000 | #Constraints:      57795
1011.86/1014.41	c #Conflicts:    2044000 | #Constraints:      58795
1011.86/1014.41	c #Conflicts:    2045000 | #Constraints:      59795
1011.86/1014.41	c #Conflicts:    2046000 | #Constraints:      60795
1011.86/1014.41	c #Conflicts:    2047000 | #Constraints:      61795
1011.86/1014.41	c #Conflicts:    2048000 | #Constraints:      62795
1011.86/1014.41	c #Conflicts:    2049000 | #Constraints:      63795
1011.86/1014.41	c #Conflicts:    2050000 | #Constraints:      64795
1011.86/1014.41	c INPROCESSING
1011.86/1014.41	c GARBAGE COLLECT
1011.86/1014.41	c #Conflicts:    2051000 | #Constraints:      37359
1011.86/1014.41	c #Conflicts:    2052000 | #Constraints:      38359
1011.86/1014.41	c #Conflicts:    2053000 | #Constraints:      39359
1011.86/1014.41	c #Conflicts:    2054000 | #Constraints:      40359
1011.86/1014.41	c #Conflicts:    2055000 | #Constraints:      41359
1011.86/1014.41	c #Conflicts:    2056000 | #Constraints:      42359
1011.86/1014.41	c #Conflicts:    2057000 | #Constraints:      43359
1011.86/1014.41	c #Conflicts:    2058000 | #Constraints:      44359
1011.86/1014.41	c #Conflicts:    2059000 | #Constraints:      45359
1011.86/1014.41	c #Conflicts:    2060000 | #Constraints:      46359
1011.86/1014.41	c #Conflicts:    2061000 | #Constraints:      47359
1011.86/1014.41	c #Conflicts:    2062000 | #Constraints:      48359
1011.86/1014.41	c #Conflicts:    2063000 | #Constraints:      49359
1011.86/1014.41	c #Conflicts:    2064000 | #Constraints:      50359
1083.57/1086.36	c #Conflicts:    2065000 | #Constraints:      51359
1083.57/1086.36	c #Conflicts:    2066000 | #Constraints:      52359
1083.57/1086.36	c #Conflicts:    2067000 | #Constraints:      53359
1083.57/1086.36	c #Conflicts:    2068000 | #Constraints:      54359
1083.57/1086.36	c #Conflicts:    2069000 | #Constraints:      55359
1083.57/1086.36	c #Conflicts:    2070000 | #Constraints:      56359
1083.57/1086.36	c #Conflicts:    2071000 | #Constraints:      57359
1083.57/1086.36	c #Conflicts:    2072000 | #Constraints:      58359
1083.57/1086.36	c #Conflicts:    2073000 | #Constraints:      59360
1083.57/1086.36	c #Conflicts:    2074000 | #Constraints:      60360
1083.57/1086.36	c #Conflicts:    2075000 | #Constraints:      61360
1083.57/1086.36	c #Conflicts:    2076000 | #Constraints:      62360
1083.57/1086.36	c #Conflicts:    2077000 | #Constraints:      63360
1083.57/1086.36	c #Conflicts:    2078000 | #Constraints:      64360
1083.57/1086.36	c #Conflicts:    2079000 | #Constraints:      65360
1083.57/1086.36	c INPROCESSING
1083.57/1086.36	c GARBAGE COLLECT
1083.57/1086.36	c #Conflicts:    2080000 | #Constraints:      37778
1083.57/1086.36	c #Conflicts:    2081000 | #Constraints:      38778
1083.57/1086.36	c #Conflicts:    2082000 | #Constraints:      39778
1083.57/1086.36	c #Conflicts:    2083000 | #Constraints:      40778
1083.57/1086.36	c #Conflicts:    2084000 | #Constraints:      41779
1083.57/1086.36	c #Conflicts:    2085000 | #Constraints:      42779
1083.57/1086.36	c #Conflicts:    2086000 | #Constraints:      43779
1083.57/1086.36	c #Conflicts:    2087000 | #Constraints:      44779
1083.57/1086.36	c #Conflicts:    2088000 | #Constraints:      45779
1083.57/1086.36	c #Conflicts:    2089000 | #Constraints:      46779
1083.57/1086.36	c #Conflicts:    2090000 | #Constraints:      47779
1083.57/1086.36	c #Conflicts:    2091000 | #Constraints:      48779
1083.57/1086.36	c #Conflicts:    2092000 | #Constraints:      49796
1083.57/1086.36	c #Conflicts:    2093000 | #Constraints:      50796
1083.57/1086.36	c #Conflicts:    2094000 | #Constraints:      51796
1083.57/1086.36	c #Conflicts:    2095000 | #Constraints:      52796
1083.57/1086.36	c #Conflicts:    2096000 | #Constraints:      53796
1083.57/1086.36	c #Conflicts:    2097000 | #Constraints:      54796
1083.57/1086.36	c #Conflicts:    2098000 | #Constraints:      55797
1083.57/1086.36	c #Conflicts:    2099000 | #Constraints:      56797
1083.57/1086.36	c #Conflicts:    2100000 | #Constraints:      57797
1083.57/1086.36	c #Conflicts:    2101000 | #Constraints:      58797
1083.57/1086.36	c #Conflicts:    2102000 | #Constraints:      59797
1083.57/1086.36	c #Conflicts:    2103000 | #Constraints:      60797
1083.57/1086.36	c #Conflicts:    2104000 | #Constraints:      61797
1083.57/1086.36	c #Conflicts:    2105000 | #Constraints:      62797
1083.57/1086.36	c #Conflicts:    2106000 | #Constraints:      63797
1083.57/1086.36	c #Conflicts:    2107000 | #Constraints:      64797
1083.57/1086.36	c #Conflicts:    2108000 | #Constraints:      65797
1083.57/1086.36	c INPROCESSING
1083.57/1086.36	c GARBAGE COLLECT
1083.57/1086.36	c #Conflicts:    2109000 | #Constraints:      37965
1083.57/1086.36	c #Conflicts:    2110000 | #Constraints:      38966
1083.57/1086.36	c #Conflicts:    2111000 | #Constraints:      39966
1083.57/1086.36	c #Conflicts:    2112000 | #Constraints:      40966
1083.57/1086.36	c #Conflicts:    2113000 | #Constraints:      41966
1083.57/1086.36	c #Conflicts:    2114000 | #Constraints:      42966
1083.57/1086.36	c #Conflicts:    2115000 | #Constraints:      43966
1083.57/1086.36	c #Conflicts:    2116000 | #Constraints:      44966
1083.57/1086.36	c #Conflicts:    2117000 | #Constraints:      45966
1083.57/1086.36	c #Conflicts:    2118000 | #Constraints:      46966
1083.57/1086.36	c #Conflicts:    2119000 | #Constraints:      47967
1083.57/1086.36	c #Conflicts:    2120000 | #Constraints:      48967
1083.57/1086.36	c #Conflicts:    2121000 | #Constraints:      49977
1083.57/1086.36	c #Conflicts:    2122000 | #Constraints:      50998
1083.57/1086.36	c #Conflicts:    2123000 | #Constraints:      51998
1083.57/1086.36	c #Conflicts:    2124000 | #Constraints:      52998
1083.57/1086.36	c #Conflicts:    2125000 | #Constraints:      53998
1083.57/1086.36	c #Conflicts:    2126000 | #Constraints:      54998
1083.57/1086.36	c #Conflicts:    2127000 | #Constraints:      55998
1083.57/1086.36	c #Conflicts:    2128000 | #Constraints:      56998
1083.57/1086.36	c #Conflicts:    2129000 | #Constraints:      57998
1083.57/1086.36	c #Conflicts:    2130000 | #Constraints:      58998
1083.57/1086.36	c #Conflicts:    2131000 | #Constraints:      59998
1083.57/1086.36	c #Conflicts:    2132000 | #Constraints:      60998
1083.57/1086.36	c #Conflicts:    2133000 | #Constraints:      61998
1083.57/1086.36	c #Conflicts:    2134000 | #Constraints:      62998
1083.57/1086.36	c #Conflicts:    2135000 | #Constraints:      63998
1083.57/1086.36	c #Conflicts:    2136000 | #Constraints:      64998
1083.57/1086.36	c #Conflicts:    2137000 | #Constraints:      65998
1083.57/1086.36	c INPROCESSING
1083.57/1086.36	c GARBAGE COLLECT
1083.57/1086.36	c #Conflicts:    2138000 | #Constraints:      38007
1083.57/1086.36	c #Conflicts:    2139000 | #Constraints:      39007
1083.57/1086.36	c #Conflicts:    2140000 | #Constraints:      40007
1083.57/1086.36	c #Conflicts:    2141000 | #Constraints:      41007
1153.96/1156.94	c #Conflicts:    2142000 | #Constraints:      42007
1153.96/1156.94	c #Conflicts:    2143000 | #Constraints:      43007
1153.96/1156.94	c #Conflicts:    2144000 | #Constraints:      44007
1153.96/1156.94	c #Conflicts:    2145000 | #Constraints:      45007
1153.96/1156.94	c #Conflicts:    2146000 | #Constraints:      46007
1153.96/1156.94	c #Conflicts:    2147000 | #Constraints:      47007
1153.96/1156.94	c #Conflicts:    2148000 | #Constraints:      48007
1153.96/1156.94	c #Conflicts:    2149000 | #Constraints:      49008
1153.96/1156.94	c #Conflicts:    2150000 | #Constraints:      50008
1153.96/1156.94	c #Conflicts:    2151000 | #Constraints:      51008
1153.96/1156.94	c #Conflicts:    2152000 | #Constraints:      52008
1153.96/1156.94	c #Conflicts:    2153000 | #Constraints:      53031
1153.96/1156.94	c #Conflicts:    2154000 | #Constraints:      54031
1153.96/1156.94	c #Conflicts:    2155000 | #Constraints:      55031
1153.96/1156.94	c #Conflicts:    2156000 | #Constraints:      56031
1153.96/1156.94	c #Conflicts:    2157000 | #Constraints:      57031
1153.96/1156.94	c #Conflicts:    2158000 | #Constraints:      58031
1153.96/1156.94	c #Conflicts:    2159000 | #Constraints:      59031
1153.96/1156.94	c #Conflicts:    2160000 | #Constraints:      60031
1153.96/1156.94	c #Conflicts:    2161000 | #Constraints:      61031
1153.96/1156.94	c #Conflicts:    2162000 | #Constraints:      62430
1153.96/1156.94	c #Conflicts:    2163000 | #Constraints:      63960
1153.96/1156.94	c #Conflicts:    2164000 | #Constraints:      65481
1153.96/1156.94	c #Conflicts:    2165000 | #Constraints:      67004
1153.96/1156.94	c #Conflicts:    2166000 | #Constraints:      68528
1153.96/1156.94	c INPROCESSING
1153.96/1156.94	c GARBAGE COLLECT
1153.96/1156.94	c #Conflicts:    2167000 | #Constraints:      39229
1153.96/1156.94	c #Conflicts:    2168000 | #Constraints:      40229
1153.96/1156.94	c #Conflicts:    2169000 | #Constraints:      41229
1153.96/1156.94	c #Conflicts:    2170000 | #Constraints:      42229
1153.96/1156.94	c #Conflicts:    2171000 | #Constraints:      43229
1153.96/1156.94	c #Conflicts:    2172000 | #Constraints:      44229
1153.96/1156.94	c #Conflicts:    2173000 | #Constraints:      45229
1153.96/1156.94	c #Conflicts:    2174000 | #Constraints:      46229
1153.96/1156.94	c #Conflicts:    2175000 | #Constraints:      47229
1153.96/1156.94	c #Conflicts:    2176000 | #Constraints:      48229
1153.96/1156.94	c #Conflicts:    2177000 | #Constraints:      49229
1153.96/1156.94	c #Conflicts:    2178000 | #Constraints:      50229
1153.96/1156.94	c #Conflicts:    2179000 | #Constraints:      51229
1153.96/1156.95	c #Conflicts:    2180000 | #Constraints:      52229
1153.96/1156.95	c #Conflicts:    2181000 | #Constraints:      53229
1153.96/1156.95	c #Conflicts:    2182000 | #Constraints:      54229
1153.96/1156.95	c #Conflicts:    2183000 | #Constraints:      55229
1153.96/1156.95	c #Conflicts:    2184000 | #Constraints:      56229
1153.96/1156.95	c #Conflicts:    2185000 | #Constraints:      57229
1153.96/1156.95	c #Conflicts:    2186000 | #Constraints:      58229
1153.96/1156.95	c #Conflicts:    2187000 | #Constraints:      59229
1153.96/1156.95	c #Conflicts:    2188000 | #Constraints:      60229
1153.96/1156.95	c #Conflicts:    2189000 | #Constraints:      61229
1153.96/1156.95	c #Conflicts:    2190000 | #Constraints:      62229
1153.96/1156.95	c #Conflicts:    2191000 | #Constraints:      63229
1153.96/1156.95	c #Conflicts:    2192000 | #Constraints:      64229
1153.96/1156.95	c #Conflicts:    2193000 | #Constraints:      65229
1153.96/1156.95	c #Conflicts:    2194000 | #Constraints:      66229
1153.96/1156.95	c #Conflicts:    2195000 | #Constraints:      67229
1153.96/1156.95	c #Conflicts:    2196000 | #Constraints:      68229
1153.96/1156.95	c INPROCESSING
1153.96/1156.95	c GARBAGE COLLECT
1153.96/1156.95	c #Conflicts:    2197000 | #Constraints:      39116
1153.96/1156.95	c #Conflicts:    2198000 | #Constraints:      40116
1153.96/1156.95	c #Conflicts:    2199000 | #Constraints:      41116
1153.96/1156.95	c #Conflicts:    2200000 | #Constraints:      42116
1153.96/1156.95	c #Conflicts:    2201000 | #Constraints:      43116
1153.96/1156.95	c #Conflicts:    2202000 | #Constraints:      44116
1153.96/1156.95	c #Conflicts:    2203000 | #Constraints:      45116
1153.96/1156.95	c #Conflicts:    2204000 | #Constraints:      46116
1153.96/1156.95	c #Conflicts:    2205000 | #Constraints:      47116
1153.96/1156.95	c #Conflicts:    2206000 | #Constraints:      48116
1153.96/1156.95	c #Conflicts:    2207000 | #Constraints:      49116
1153.96/1156.95	c #Conflicts:    2208000 | #Constraints:      50116
1153.96/1156.95	c #Conflicts:    2209000 | #Constraints:      51116
1153.96/1156.95	c #Conflicts:    2210000 | #Constraints:      52116
1153.96/1156.95	c #Conflicts:    2211000 | #Constraints:      53116
1153.96/1156.95	c #Conflicts:    2212000 | #Constraints:      54116
1153.96/1156.95	c #Conflicts:    2213000 | #Constraints:      55116
1153.96/1156.95	c #Conflicts:    2214000 | #Constraints:      56116
1153.96/1156.95	c #Conflicts:    2215000 | #Constraints:      57116
1153.96/1156.95	c #Conflicts:    2216000 | #Constraints:      58116
1153.96/1156.95	c #Conflicts:    2217000 | #Constraints:      59116
1153.96/1156.95	c #Conflicts:    2218000 | #Constraints:      60116
1198.84/1202.00	c #Conflicts:    2219000 | #Constraints:      61116
1198.84/1202.00	c #Conflicts:    2220000 | #Constraints:      62116
1198.84/1202.00	c #Conflicts:    2221000 | #Constraints:      63116
1198.84/1202.00	c #Conflicts:    2222000 | #Constraints:      64116
1198.84/1202.00	c #Conflicts:    2223000 | #Constraints:      65117
1198.84/1202.00	c #Conflicts:    2224000 | #Constraints:      66117
1198.84/1202.00	c #Conflicts:    2225000 | #Constraints:      67117
1198.84/1202.00	c #Conflicts:    2226000 | #Constraints:      68117
1198.84/1202.00	c INPROCESSING
1198.84/1202.00	c GARBAGE COLLECT
1198.84/1202.00	c #Conflicts:    2227000 | #Constraints:      39179
1198.84/1202.00	c #Conflicts:    2228000 | #Constraints:      40179
1198.84/1202.00	c #Conflicts:    2229000 | #Constraints:      41179
1198.84/1202.00	c #Conflicts:    2230000 | #Constraints:      42179
1198.84/1202.00	c #Conflicts:    2231000 | #Constraints:      43179
1198.84/1202.00	c #Conflicts:    2232000 | #Constraints:      44180
1198.84/1202.00	c #Conflicts:    2233000 | #Constraints:      45180
1198.84/1202.00	c #Conflicts:    2234000 | #Constraints:      46180
1198.84/1202.00	c #Conflicts:    2235000 | #Constraints:      47180
1198.84/1202.00	c #Conflicts:    2236000 | #Constraints:      48180
1198.84/1202.00	c #Conflicts:    2237000 | #Constraints:      49180
1198.84/1202.00	c #Conflicts:    2238000 | #Constraints:      50180
1198.84/1202.00	c #Conflicts:    2239000 | #Constraints:      51180
1198.84/1202.00	c #Conflicts:    2240000 | #Constraints:      52181
1198.84/1202.00	c #Conflicts:    2241000 | #Constraints:      53181
1198.84/1202.00	c #Conflicts:    2242000 | #Constraints:      54181
1198.84/1202.00	c #Conflicts:    2243000 | #Constraints:      55181
1198.84/1202.00	c #Conflicts:    2244000 | #Constraints:      56181
1198.84/1202.00	c #Conflicts:    2245000 | #Constraints:      57181
1198.84/1202.00	c #Conflicts:    2246000 | #Constraints:      58181
1198.84/1202.00	c #Conflicts:    2247000 | #Constraints:      59181
1198.84/1202.00	c #Conflicts:    2248000 | #Constraints:      60181
1198.84/1202.00	c #Conflicts:    2249000 | #Constraints:      61181
1198.84/1202.00	c #Conflicts:    2250000 | #Constraints:      62181
1198.84/1202.00	c #Conflicts:    2251000 | #Constraints:      63181
1198.84/1202.00	c #Conflicts:    2252000 | #Constraints:      64181
1198.84/1202.00	c #Conflicts:    2253000 | #Constraints:      65181
1198.84/1202.00	c #Conflicts:    2254000 | #Constraints:      66181
1198.84/1202.00	c #Conflicts:    2255000 | #Constraints:      67181
1198.84/1202.00	c #Conflicts:    2256000 | #Constraints:      68181
1198.84/1202.00	c INPROCESSING
1198.84/1202.00	c GARBAGE COLLECT
1198.84/1202.00	WSVECS04 Frhs2[2]: 6 0 0.855348 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[3]: 6 -0.399711 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[8]: 6 -2.05612 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[15]: 6 -1.00003 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[17]: 6 -0.977291 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[18]: 6 -0.954549 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[19]: 6 -1.00008 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[20]: 6 -1.00004 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[22]: 6 -1.00004 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[32]: 6 -1.00004 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[39]: 6 0 0.499999 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[57]: 6 -1.00001 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[63]: 6 -1.00003 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[70]: 6 -3.75003 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[71]: 6 -2.50007 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[75]: 6 -1.00006 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[76]: 6 -1.87088 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[78]: 6 -1.00005 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[79]: 6 -1.00006 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[82]: 6 -1.00004 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[86]: 6 -1.00007 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[87]: 6 0 0.899494 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[88]: 6 -1.00007 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[91]: 6 -1.00009 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[92]: 6 -1.00005 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[96]: 6 -1.00005 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[97]: 6 -1.27873 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[100]: 6 -2.52413 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[103]: 6 0 1.27061 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[113]: 6 -1.00006 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[114]: 6 -1.00006 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[119]: 6 -1.00009 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[121]: 6 -1.00001 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[123]: 6 -1.00006 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[134]: 6 0 0.500014 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[140]: 6 -1.87089 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[141]: 6 -1.0001 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[144]: 6 -1.00002 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[157]: 6 -1.00005 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[158]: 6 -1.00006 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[159]: 6 -1.00002 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[160]: 6 -1.00006 0 shouldn't be
1198.84/1202.00	WSVECS04 Frhs2[174]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[178]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[181]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[184]: 6 0 1.59189 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[187]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[188]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[189]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[192]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[205]: 6 -1.50009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[207]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[209]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[219]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[220]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[235]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[238]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[239]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[240]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[241]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[244]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[248]: 6 0 1.59188 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[251]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[252]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[254]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[263]: 6 -2.52812 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[267]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[268]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[270]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[271]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[274]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[275]: 6 -0.901808 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[276]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[277]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[285]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[286]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[299]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[302]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[303]: 6 -0.999999 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[312]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[313]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[315]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[318]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[327]: 6 -2.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[331]: 6 -0.564648 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[334]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[340]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[345]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[363]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[367]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[368]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[371]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[372]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[374]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[377]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[379]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[380]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[381]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[398]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[400]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[405]: 6 -5.96193 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[409]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[410]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[412]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[413]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[421]: 6 0 2.81808 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[425]: 6 0 0.250048 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[431]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[432]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[440]: 6 0 1.59186 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[443]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[444]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[445]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[448]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[460]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[462]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[463]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[474]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[484]: 6 -1.21863 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[491]: 6 -1.50008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[495]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[496]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[497]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[499]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[500]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[507]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[508]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[510]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[512]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[513]: 6 -1.41418 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[522]: 6 -0.984943 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[529]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[533]: 6 -0.831695 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[538]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[541]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[551]: 6 -2.90299 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[555]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[569]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[570]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[575]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[583]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[585]: 6 -1.35833 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[586]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[588]: 6 -0.121059 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[592]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[593]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[597]: 6 0 0.222637 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[600]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[604]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[605]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[606]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[607]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[617]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[618]: 6 -2.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[624]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[625]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[628]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[629]: 6 -1.00524 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[631]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[639]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[646]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[656]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[657]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[659]: 6 -0.999171 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[660]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[663]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[665]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[668]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[670]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[671]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[679]: 6 -2.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[681]: 6 0 0.000169144 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[682]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[692]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[696]: 6 0 1.51742 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[699]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[700]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[701]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1030]: 6 -0.524605 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1031]: 6 -1.06428 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1036]: 6 -1.49986 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1038]: 6 -0.997198 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1039]: 6 -0.99265 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1046]: 6 -0.0503017 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1053]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1055]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1064]: 6 -3.00199 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1077]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1079]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1080]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1083]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1084]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1087]: 6 -1.50004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1090]: 6 0 3.05127 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1096]: 6 0 0.468876 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1097]: 6 -0.999894 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1098]: 6 0 0.000330384 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1099]: 6 -0.999545 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1102]: 6 -0.996224 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1106]: 6 -0.939381 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1107]: 6 -0.878669 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1109]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1110]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1112]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1115]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1117]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1125]: 6 0 5.75349 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1131]: 6 0 0.387814 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1136]: 6 -0.954575 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1139]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1140]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1145]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1148]: 6 -0.996025 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1149]: 6 -0.423686 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1153]: 6 -1.13256 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1159]: 6 -1.43753 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1164]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1165]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1169]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1175]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1178]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1180]: 6 -1.3478 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1181]: 6 -1.33796 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1184]: 6 -1.56433 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1194]: 6 -1.50009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1196]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1205]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1209]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1210]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1214]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1222]: 6 -1.10423 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1223]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1224]: 6 -1.75008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1226]: 6 -0.25021 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1228]: 6 -0.750024 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1230]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1234]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1235]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1245]: 6 -1.14088 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1247]: 6 -1.37504 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1250]: 6 -2.36409 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1254]: 6 -1.60418 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1255]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1257]: 6 -2.62507 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1258]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1260]: 6 -0.613922 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1261]: 6 -1.48954 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1268]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1270]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1275]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1283]: 6 -0.897926 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1285]: 6 -1.34151 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1287]: 6 -0.972007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1292]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1296]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1309]: 6 -1.67971 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1310]: 6 -1.35939 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1314]: 6 -1.32034 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1315]: 6 -3.19067 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1320]: 6 0 0.156795 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1327]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1329]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1338]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1355]: 6 -1.8105 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1363]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1364]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1366]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1368]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1371]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1378]: 6 0 0.651078 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1380]: 6 -0.786187 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1398]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1402]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1405]: 6 -1.25002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1408]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1410]: 6 -1.85009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1411]: 6 0 0.104102 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1424]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1432]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1434]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1435]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1443]: 6 0 0.646235 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1445]: 6 -2.95521 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1450]: 6 -0.994968 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1470]: 6 0 0.687538 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1473]: 6 0 0.0656714 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1477]: 6 -1.45886 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1481]: 6 -2.83331 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1487]: 6 -0.996336 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1489]: 6 -0.98526 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1493]: 6 -0.308868 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1495]: 6 0 0.236786 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1498]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1506]: 6 -0.88656 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1511]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1512]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1519]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1523]: 6 -0.999925 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1545]: 6 -3.31087 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1546]: 6 -0.954919 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1549]: 6 -0.652141 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1555]: 6 -0.221049 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1556]: 6 -0.998217 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1559]: 6 -1.00997 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1561]: 6 -0.995205 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1567]: 6 -1.79689 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1891]: 6 -1.34383 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1906]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1907]: 6 0 0.968473 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1909]: 6 -0.999306 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1914]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1915]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1920]: 6 -0.954518 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1921]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1923]: 6 -0.992852 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1925]: 6 -1.19645 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1928]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1933]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1935]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1937]: 6 -3.20671 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1940]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1944]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1947]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1985]: 6 -2.87319 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1988]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1989]: 6 0 0.00900016 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1992]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1994]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[1998]: 6 0 0.994218 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2002]: 6 0 34.6214 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2004]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2013]: 6 0 527.017 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2015]: 6 -15471.5 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2018]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2022]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2023]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2026]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2027]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2029]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2032]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2033]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2036]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2042]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2050]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2066]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2081]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2084]: 6 -0.923729 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2085]: 6 -12.387 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2089]: 6 -3.30542 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2096]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2099]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2101]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2106]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2107]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2110]: 6 -0.969755 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2112]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2113]: 6 -1.06073 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2119]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2121]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2123]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2128]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2129]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2132]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2135]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2138]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2139]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2142]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2148]: 6 -1.31842 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2151]: 6 0 1.90713 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2156]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2157]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2159]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2161]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2169]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2173]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2177]: 6 -0.820691 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2179]: 6 -1.30049 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2182]: 6 0 1.00006 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2198]: 6 0 1.00005 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2200]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2204]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2210]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2212]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2213]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2217]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2219]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2222]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2224]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2226]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2228]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2230]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2232]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2235]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2238]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2239]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2245]: 6 -1.25006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2249]: 6 -1.25001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2250]: 6 -1.25007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2251]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2252]: 6 -0.996365 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2258]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2259]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2261]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2262]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2265]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2269]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2285]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2296]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2297]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2299]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2302]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2309]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2312]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2314]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2315]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2320]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2321]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2324]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2328]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2330]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2331]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2342]: 6 -26.8295 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2345]: 6 -1.25003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2347]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2348]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2354]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2355]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2356]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2357]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2358]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2360]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2362]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2366]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2392]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2393]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2396]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2397]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2400]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2401]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2404]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2405]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2408]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2409]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2412]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2416]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2419]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2428]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2432]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2435]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2444]: 6 -1.25006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2445]: 6 -1.50005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2446]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2447]: 6 -0.969728 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2449]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2450]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2451]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2453]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2454]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2455]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2458]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2459]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2460]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2464]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2467]: 6 -0.500093 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2474]: 6 -5.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2486]: 6 0 0.499142 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2492]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2494]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2495]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2498]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2499]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2502]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2506]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2507]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2509]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2512]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2513]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2515]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2516]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2517]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2520]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2521]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2524]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2528]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2537]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2538]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2541]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2542]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2545]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2546]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2548]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2549]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2550]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2551]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2553]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2554]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2555]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2557]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2558]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2560]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2578]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2582]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2584]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2586]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2588]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2590]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2592]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2594]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2596]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2598]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2600]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2602]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2604]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2606]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2608]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2610]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2611]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2614]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2616]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2617]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2620]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2621]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2624]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2630]: 6 -1.26412 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2631]: 6 -1.02813 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2632]: 6 -1.05619 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2634]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2641]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2643]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2645]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2647]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2648]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2649]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2650]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2651]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2672]: 6 -0.775652 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2674]: 6 -4.5512 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2676]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2680]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2684]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2686]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2687]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2690]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2692]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2694]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2697]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2700]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2701]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2704]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2705]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2707]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2708]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2710]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2716]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2720]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2729]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2730]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2733]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2739]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2741]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2744]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2745]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2747]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2749]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2750]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2754]: 6 -1.35941 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2772]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2774]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2776]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2778]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2780]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2789]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2791]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2794]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2797]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2800]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2801]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2804]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2805]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2808]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2810]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2812]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2815]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2821]: 6 -1.75008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2823]: 6 -2.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2824]: 6 -2.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2828]: 6 0 0.870911 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2834]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2839]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2841]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2843]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2844]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2866]: 6 -3.17294 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2876]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2879]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2887]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2890]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2894]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2895]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2898]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2899]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2902]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2903]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2906]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2907]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2910]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2911]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2917]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2920]: 6 -1.25008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2927]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2930]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2931]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2932]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2933]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2935]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2938]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2939]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2940]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2942]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2958]: 6 0 2.00003 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2962]: 6 -3.87508 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2963]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2967]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2970]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2971]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2974]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2976]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2977]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2980]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2981]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2984]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2985]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2987]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2989]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2992]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2993]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2996]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[2998]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3000]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3002]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3004]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3005]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3008]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3009]: 6 -1.37501 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3013]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3020]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3022]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3028]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3032]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3033]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3046]: 6 0 0.999932 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3048]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3050]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3051]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3056]: 6 -0.613974 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3064]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3066]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3068]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3086]: 6 -0.440216 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3090]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3092]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3093]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3096]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3100]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3118]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3128]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3130]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3138]: 6 -1.25006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3145]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3161]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3164]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3167]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3170]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3171]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3173]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3177]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3182]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3184]: 6 -1.03462 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3186]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3188]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3189]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3192]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3194]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3195]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3198]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3199]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3201]: 6 -1.55002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3209]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3217]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3227]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3234]: 6 0 2.88753 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3244]: 6 0 2 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3246]: 6 0 1.00001 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3247]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3250]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3253]: 6 -0.999561 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3256]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3257]: 6 -0.998216 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3260]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3262]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3263]: 6 -0.99053 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3267]: 6 -0.961876 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3270]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3271]: 6 -0.847221 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3273]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3282]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3284]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3285]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3288]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3290]: 6 0 9.75269 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3291]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3293]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3296]: 6 -1.00009 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3301]: 6 -1.25004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3304]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3306]: 6 -1.25008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3310]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3313]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3320]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3326]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3328]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3329]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3347]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3351]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3353]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3356]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3357]: 6 -1.00001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3360]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3361]: 6 -0.999989 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3364]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3368]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3371]: 6 -1.00005 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3374]: 6 -1.0001 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3375]: 6 -1.00007 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3378]: 6 -1.00003 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3380]: 6 -1.00006 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3382]: 6 -0.909692 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3386]: 6 -1.00002 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3387]: 6 -1.00008 0 shouldn't be
1198.94/1202.00	WSVECS04 Frhs2[3390]: 6 -1.00003 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3391]: 6 -1.00002 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3395]: 6 -1.4804 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3400]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3405]: 6 -1.00001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3408]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3419]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3424]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3425]: 6 -1.41415 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3433]: 6 -0.783403 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3437]: 6 -1.1541 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3439]: 6 0 0.308171 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3440]: 6 -0.383755 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3445]: 6 -1.00008 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3448]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3452]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3454]: 6 0 1.61347 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3456]: 6 -1.00003 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3460]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3466]: 6 0 1.43961 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3467]: 6 -1.33931 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3469]: 6 -1.02477 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3478]: 6 -10.9414 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3482]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3483]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3487]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3491]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3495]: 6 -1.0001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3496]: 6 -1.15293 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3513]: 6 -1.00001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3521]: 6 0 0.219144 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3530]: 6 -7.32948 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3531]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3533]: 6 -1.15296 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3544]: 6 -0.691887 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3545]: 6 -0.691956 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3551]: 6 -1.00008 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3553]: 6 -0.819267 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3557]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3565]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3568]: 6 -1.00001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3570]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3572]: 6 -1.00002 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3574]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3575]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3578]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3579]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3582]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3583]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3585]: 6 -0.916358 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3589]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3590]: 6 -1.00102 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3591]: 6 -0.88114 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3597]: 6 -1.121 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3599]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3604]: 6 -1.00515 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3606]: 6 0 0.222618 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3613]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3616]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3617]: 6 0 0.833124 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3618]: 6 -1.45895 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3619]: 6 -5.45907 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3621]: 6 -0.749948 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3624]: 6 0 1.00003 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3632]: 6 -9.28904e-05 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3633]: 6 -1.0104 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3636]: 6 -1.0012 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3640]: 6 -1.12739 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3641]: 6 -1.00479 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3642]: 6 -0.799965 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3643]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3646]: 6 -1.0001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3650]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3651]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3654]: 6 -0.398952 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3655]: 6 -0.388732 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3657]: 6 -1.00003 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3663]: 6 -1.0001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3668]: 6 -1.00003 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3671]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3674]: 6 -1.00003 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3675]: 6 -1.0001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3678]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3679]: 6 -1.00003 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3681]: 6 0 0.348868 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3682]: 6 0 2.30684 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3684]: 6 -1.12506 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3685]: 6 -1.50007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3686]: 6 -1.2501 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3687]: 6 -1.50006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3688]: 6 -3.6667 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3693]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3695]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3697]: 6 -1.0001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3699]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3712]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3713]: 6 -1.28128 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3731]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3735]: 6 -1.00002 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3738]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3739]: 6 -1.00008 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3742]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3743]: 6 -1.0001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3746]: 6 -1.00003 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3747]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3750]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3751]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3754]: 6 -1.01049 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3757]: 6 -1.00003 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3760]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3764]: 6 -1.00001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3765]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3768]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3776]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3777]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3784]: 6 -1.00001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3788]: 6 -0.998807 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3789]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3798]: 6 -1.00002 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3800]: 6 -1.00969 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3801]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3802]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3803]: 6 -0.961884 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3808]: 6 -1.00008 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3819]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3823]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3828]: 6 -1.0001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3832]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3833]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3837]: 6 -1.00019 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3840]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3842]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3843]: 6 -0.999593 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3846]: 6 -1.00001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3848]: 6 -1.00004 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3852]: 6 -1.00002 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3856]: 6 -1.00008 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3858]: 6 -1.00008 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3859]: 6 -1.00002 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3862]: 6 -1.00002 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3866]: 6 -2.16473 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3870]: 6 -1.0001 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3872]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3905]: 6 0 0.566467 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3907]: 6 -0.097145 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3910]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3917]: 6 -1.00002 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3920]: 6 -0.999896 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3921]: 6 -0.999857 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3924]: 6 -1.00068 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3925]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3929]: 6 -1.00255 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3932]: 6 -1.00006 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3934]: 6 -1.00005 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3936]: 6 -1.00008 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3938]: 6 -1.00002 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3939]: 6 -1.00007 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3942]: 6 -1.00009 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3943]: 6 -1.00003 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3947]: 6 0 0.298219 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3950]: 6 -1.08145 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3961]: 6 -1.00002 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3964]: 6 -1.00008 0 shouldn't be
1198.94/1202.01	WSVECS04 Frhs2[3965]: 6 -1.0001 0 shouldn't be
1300.85/1304.21	c #Conflicts:    2257000 | #Constraints:      39192
1300.85/1304.21	c #Conflicts:    2258000 | #Constraints:      40192
1300.85/1304.21	c #Conflicts:    2259000 | #Constraints:      41192
1300.85/1304.21	c #Conflicts:    2260000 | #Constraints:      42192
1300.85/1304.21	c #Conflicts:    2261000 | #Constraints:      43192
1300.85/1304.21	c #Conflicts:    2262000 | #Constraints:      44192
1300.85/1304.21	c #Conflicts:    2263000 | #Constraints:      45192
1300.85/1304.21	c #Conflicts:    2264000 | #Constraints:      46192
1300.85/1304.21	c #Conflicts:    2265000 | #Constraints:      47192
1300.85/1304.21	c #Conflicts:    2266000 | #Constraints:      48192
1300.85/1304.21	c #Conflicts:    2267000 | #Constraints:      49192
1300.85/1304.21	c #Conflicts:    2268000 | #Constraints:      50192
1300.85/1304.21	c #Conflicts:    2269000 | #Constraints:      51192
1300.85/1304.21	c #Conflicts:    2270000 | #Constraints:      52192
1300.85/1304.21	c #Conflicts:    2271000 | #Constraints:      53192
1300.85/1304.21	c #Conflicts:    2272000 | #Constraints:      54193
1300.85/1304.21	c #Conflicts:    2273000 | #Constraints:      55193
1300.85/1304.21	c #Conflicts:    2274000 | #Constraints:      56193
1300.85/1304.21	c #Conflicts:    2275000 | #Constraints:      57193
1300.85/1304.21	c #Conflicts:    2276000 | #Constraints:      58193
1300.85/1304.21	c #Conflicts:    2277000 | #Constraints:      59193
1300.85/1304.21	c #Conflicts:    2278000 | #Constraints:      60193
1300.85/1304.21	c #Conflicts:    2279000 | #Constraints:      61193
1300.85/1304.21	c #Conflicts:    2280000 | #Constraints:      62193
1300.85/1304.21	c #Conflicts:    2281000 | #Constraints:      63193
1300.85/1304.21	c #Conflicts:    2282000 | #Constraints:      64241
1300.85/1304.21	c #Conflicts:    2283000 | #Constraints:      65670
1300.85/1304.21	c #Conflicts:    2284000 | #Constraints:      66727
1300.85/1304.21	c #Conflicts:    2285000 | #Constraints:      67727
1300.85/1304.21	c #Conflicts:    2286000 | #Constraints:      68727
1300.85/1304.21	c INPROCESSING
1300.85/1304.21	c GARBAGE COLLECT
1300.85/1304.21	c #Conflicts:    2287000 | #Constraints:      39382
1300.85/1304.21	c #Conflicts:    2288000 | #Constraints:      40382
1300.85/1304.21	c #Conflicts:    2289000 | #Constraints:      41383
1300.85/1304.21	c #Conflicts:    2290000 | #Constraints:      42383
1300.85/1304.21	c #Conflicts:    2291000 | #Constraints:      43383
1300.85/1304.21	c #Conflicts:    2292000 | #Constraints:      44383
1300.85/1304.21	c #Conflicts:    2293000 | #Constraints:      45383
1300.85/1304.21	c #Conflicts:    2294000 | #Constraints:      46383
1300.85/1304.21	c #Conflicts:    2295000 | #Constraints:      47383
1300.85/1304.21	c #Conflicts:    2296000 | #Constraints:      48383
1300.85/1304.21	c #Conflicts:    2297000 | #Constraints:      49383
1300.85/1304.21	c #Conflicts:    2298000 | #Constraints:      50383
1300.85/1304.21	c #Conflicts:    2299000 | #Constraints:      51383
1300.85/1304.21	c #Conflicts:    2300000 | #Constraints:      52383
1300.85/1304.21	c #Conflicts:    2301000 | #Constraints:      53383
1300.85/1304.21	c #Conflicts:    2302000 | #Constraints:      54383
1300.85/1304.21	c #Conflicts:    2303000 | #Constraints:      55384
1300.85/1304.21	c #Conflicts:    2304000 | #Constraints:      56384
1300.85/1304.21	c #Conflicts:    2305000 | #Constraints:      57387
1300.85/1304.21	c #Conflicts:    2306000 | #Constraints:      58387
1300.85/1304.21	c #Conflicts:    2307000 | #Constraints:      59387
1300.85/1304.21	c #Conflicts:    2308000 | #Constraints:      60387
1300.85/1304.21	c #Conflicts:    2309000 | #Constraints:      61387
1300.85/1304.21	c #Conflicts:    2310000 | #Constraints:      62387
1300.85/1304.21	c #Conflicts:    2311000 | #Constraints:      63387
1300.85/1304.21	c #Conflicts:    2312000 | #Constraints:      64387
1300.85/1304.21	c #Conflicts:    2313000 | #Constraints:      65387
1300.85/1304.21	c #Conflicts:    2314000 | #Constraints:      66387
1300.85/1304.21	c #Conflicts:    2315000 | #Constraints:      67387
1300.85/1304.21	c #Conflicts:    2316000 | #Constraints:      68387
1300.85/1304.21	c INPROCESSING
1300.85/1304.21	c GARBAGE COLLECT
1300.85/1304.21	c #Conflicts:    2317000 | #Constraints:      38982
1300.85/1304.21	c #Conflicts:    2318000 | #Constraints:      39982
1300.85/1304.21	c #Conflicts:    2319000 | #Constraints:      40982
1300.85/1304.21	c #Conflicts:    2320000 | #Constraints:      41982
1300.85/1304.21	c #Conflicts:    2321000 | #Constraints:      42982
1300.85/1304.21	c #Conflicts:    2322000 | #Constraints:      43982
1300.85/1304.21	c #Conflicts:    2323000 | #Constraints:      44982
1300.85/1304.21	c #Conflicts:    2324000 | #Constraints:      45982
1300.85/1304.21	c #Conflicts:    2325000 | #Constraints:      46982
1300.85/1304.21	c #Conflicts:    2326000 | #Constraints:      47982
1300.85/1304.21	c #Conflicts:    2327000 | #Constraints:      48982
1300.85/1304.21	c #Conflicts:    2328000 | #Constraints:      49982
1300.85/1304.21	c #Conflicts:    2329000 | #Constraints:      50982
1300.85/1304.21	c #Conflicts:    2330000 | #Constraints:      51982
1300.85/1304.21	c #Conflicts:    2331000 | #Constraints:      52982
1300.85/1304.21	c #Conflicts:    2332000 | #Constraints:      53982
1300.85/1304.21	c #Conflicts:    2333000 | #Constraints:      54982
1300.85/1304.21	c #Conflicts:    2334000 | #Constraints:      55982
1389.03/1392.62	c #Conflicts:    2335000 | #Constraints:      56982
1389.03/1392.62	c #Conflicts:    2336000 | #Constraints:      57982
1389.03/1392.62	c #Conflicts:    2337000 | #Constraints:      58982
1389.03/1392.62	c #Conflicts:    2338000 | #Constraints:      59982
1389.03/1392.62	c #Conflicts:    2339000 | #Constraints:      60982
1389.03/1392.62	c #Conflicts:    2340000 | #Constraints:      61982
1389.03/1392.62	c #Conflicts:    2341000 | #Constraints:      62982
1389.03/1392.62	c #Conflicts:    2342000 | #Constraints:      63982
1389.03/1392.62	c #Conflicts:    2343000 | #Constraints:      64982
1389.03/1392.62	c #Conflicts:    2344000 | #Constraints:      65982
1389.03/1392.62	c #Conflicts:    2345000 | #Constraints:      66982
1389.03/1392.62	c #Conflicts:    2346000 | #Constraints:      67982
1389.03/1392.62	c #Conflicts:    2347000 | #Constraints:      68982
1389.03/1392.62	c INPROCESSING
1389.03/1392.62	c GARBAGE COLLECT
1389.03/1392.62	c #Conflicts:    2348000 | #Constraints:      39491
1389.03/1392.62	c #Conflicts:    2349000 | #Constraints:      40492
1389.03/1392.62	c #Conflicts:    2350000 | #Constraints:      41492
1389.03/1392.62	c #Conflicts:    2351000 | #Constraints:      42492
1389.03/1392.62	c #Conflicts:    2352000 | #Constraints:      43492
1389.03/1392.62	c #Conflicts:    2353000 | #Constraints:      44492
1389.03/1392.62	c #Conflicts:    2354000 | #Constraints:      45492
1389.03/1392.62	c #Conflicts:    2355000 | #Constraints:      46492
1389.03/1392.62	c #Conflicts:    2356000 | #Constraints:      47492
1389.03/1392.62	c #Conflicts:    2357000 | #Constraints:      48492
1389.03/1392.62	c #Conflicts:    2358000 | #Constraints:      49492
1389.03/1392.62	c #Conflicts:    2359000 | #Constraints:      50492
1389.03/1392.62	c #Conflicts:    2360000 | #Constraints:      51492
1389.03/1392.62	c #Conflicts:    2361000 | #Constraints:      52492
1389.03/1392.62	c #Conflicts:    2362000 | #Constraints:      53492
1389.03/1392.62	c #Conflicts:    2363000 | #Constraints:      54492
1389.03/1392.62	c #Conflicts:    2364000 | #Constraints:      55492
1389.03/1392.62	c #Conflicts:    2365000 | #Constraints:      56492
1389.03/1392.62	c #Conflicts:    2366000 | #Constraints:      57492
1389.03/1392.62	c #Conflicts:    2367000 | #Constraints:      58493
1389.03/1392.62	c #Conflicts:    2368000 | #Constraints:      59493
1389.03/1392.62	c #Conflicts:    2369000 | #Constraints:      60493
1389.03/1392.62	c #Conflicts:    2370000 | #Constraints:      61495
1389.03/1392.62	c #Conflicts:    2371000 | #Constraints:      62495
1389.03/1392.62	c #Conflicts:    2372000 | #Constraints:      63495
1389.03/1392.62	c #Conflicts:    2373000 | #Constraints:      64496
1389.03/1392.62	c #Conflicts:    2374000 | #Constraints:      65496
1389.03/1392.62	c #Conflicts:    2375000 | #Constraints:      66497
1389.03/1392.62	c #Conflicts:    2376000 | #Constraints:      67498
1389.03/1392.62	c #Conflicts:    2377000 | #Constraints:      68498
1389.03/1392.62	c #Conflicts:    2378000 | #Constraints:      69501
1389.03/1392.62	c INPROCESSING
1389.03/1392.62	c GARBAGE COLLECT
1389.03/1392.62	c #Conflicts:    2379000 | #Constraints:      39827
1389.03/1392.62	c #Conflicts:    2380000 | #Constraints:      40827
1389.03/1392.62	c #Conflicts:    2381000 | #Constraints:      41827
1389.03/1392.62	c #Conflicts:    2382000 | #Constraints:      42827
1389.03/1392.62	c #Conflicts:    2383000 | #Constraints:      43827
1389.03/1392.62	c #Conflicts:    2384000 | #Constraints:      44827
1389.03/1392.62	c #Conflicts:    2385000 | #Constraints:      45827
1389.03/1392.62	c #Conflicts:    2386000 | #Constraints:      46827
1389.03/1392.62	c #Conflicts:    2387000 | #Constraints:      47828
1389.03/1392.62	c #Conflicts:    2388000 | #Constraints:      48828
1389.03/1392.62	c #Conflicts:    2389000 | #Constraints:      49828
1389.03/1392.62	c #Conflicts:    2390000 | #Constraints:      50828
1389.03/1392.62	c #Conflicts:    2391000 | #Constraints:      51828
1389.03/1392.62	c #Conflicts:    2392000 | #Constraints:      52828
1389.03/1392.62	c #Conflicts:    2393000 | #Constraints:      53828
1389.03/1392.62	c #Conflicts:    2394000 | #Constraints:      55106
1389.03/1392.62	c #Conflicts:    2395000 | #Constraints:      56616
1389.03/1392.62	c #Conflicts:    2396000 | #Constraints:      58128
1389.03/1392.62	c #Conflicts:    2397000 | #Constraints:      59637
1389.03/1392.62	c #Conflicts:    2398000 | #Constraints:      61138
1389.03/1392.62	c #Conflicts:    2399000 | #Constraints:      62205
1389.03/1392.62	c #Conflicts:    2400000 | #Constraints:      63205
1389.03/1392.62	c #Conflicts:    2401000 | #Constraints:      64205
1389.03/1392.62	c #Conflicts:    2402000 | #Constraints:      65205
1389.03/1392.62	c #Conflicts:    2403000 | #Constraints:      66205
1389.03/1392.62	c #Conflicts:    2404000 | #Constraints:      67205
1389.03/1392.62	c #Conflicts:    2405000 | #Constraints:      68205
1389.03/1392.62	c #Conflicts:    2406000 | #Constraints:      69205
1389.03/1392.62	c #Conflicts:    2407000 | #Constraints:      70205
1389.03/1392.62	c #Conflicts:    2408000 | #Constraints:      71205
1389.03/1392.62	c #Conflicts:    2409000 | #Constraints:      72205
1389.03/1392.62	c INPROCESSING
1389.03/1392.62	c GARBAGE COLLECT
1389.03/1392.62	c #Conflicts:    2410000 | #Constraints:      41173
1389.03/1392.62	c #Conflicts:    2411000 | #Constraints:      42173
1465.44/1469.29	c #Conflicts:    2412000 | #Constraints:      43173
1465.44/1469.29	c #Conflicts:    2413000 | #Constraints:      44173
1465.44/1469.29	c #Conflicts:    2414000 | #Constraints:      45173
1465.44/1469.29	c #Conflicts:    2415000 | #Constraints:      46173
1465.44/1469.29	c #Conflicts:    2416000 | #Constraints:      47173
1465.44/1469.29	c #Conflicts:    2417000 | #Constraints:      48173
1465.44/1469.29	c #Conflicts:    2418000 | #Constraints:      49173
1465.44/1469.29	c #Conflicts:    2419000 | #Constraints:      50173
1465.44/1469.29	c #Conflicts:    2420000 | #Constraints:      51173
1465.44/1469.29	c #Conflicts:    2421000 | #Constraints:      52174
1465.44/1469.29	c #Conflicts:    2422000 | #Constraints:      53174
1465.44/1469.29	c #Conflicts:    2423000 | #Constraints:      54174
1465.44/1469.29	c #Conflicts:    2424000 | #Constraints:      55174
1465.44/1469.29	c #Conflicts:    2425000 | #Constraints:      56174
1465.44/1469.29	c #Conflicts:    2426000 | #Constraints:      57174
1465.44/1469.29	c #Conflicts:    2427000 | #Constraints:      58179
1465.44/1469.29	c #Conflicts:    2428000 | #Constraints:      59185
1465.44/1469.29	c #Conflicts:    2429000 | #Constraints:      60185
1465.44/1469.29	c #Conflicts:    2430000 | #Constraints:      61185
1465.44/1469.29	c #Conflicts:    2431000 | #Constraints:      62185
1465.44/1469.29	c #Conflicts:    2432000 | #Constraints:      63185
1465.44/1469.29	c #Conflicts:    2433000 | #Constraints:      64186
1465.44/1469.29	c #Conflicts:    2434000 | #Constraints:      65186
1465.44/1469.29	c #Conflicts:    2435000 | #Constraints:      66186
1465.44/1469.29	c #Conflicts:    2436000 | #Constraints:      67186
1465.44/1469.29	c #Conflicts:    2437000 | #Constraints:      68186
1465.44/1469.29	c #Conflicts:    2438000 | #Constraints:      69186
1465.44/1469.29	c #Conflicts:    2439000 | #Constraints:      70186
1465.44/1469.29	c #Conflicts:    2440000 | #Constraints:      71186
1465.44/1469.29	c INPROCESSING
1465.44/1469.29	c GARBAGE COLLECT
1465.44/1469.29	c #Conflicts:    2441000 | #Constraints:      40582
1465.44/1469.29	c #Conflicts:    2442000 | #Constraints:      41582
1465.44/1469.29	c #Conflicts:    2443000 | #Constraints:      42582
1465.44/1469.29	c #Conflicts:    2444000 | #Constraints:      43582
1465.44/1469.29	c #Conflicts:    2445000 | #Constraints:      44582
1465.44/1469.29	c #Conflicts:    2446000 | #Constraints:      45582
1465.44/1469.29	c #Conflicts:    2447000 | #Constraints:      46582
1465.44/1469.29	c #Conflicts:    2448000 | #Constraints:      47582
1465.44/1469.29	c #Conflicts:    2449000 | #Constraints:      48582
1465.44/1469.29	c #Conflicts:    2450000 | #Constraints:      49582
1465.44/1469.29	c #Conflicts:    2451000 | #Constraints:      50583
1465.44/1469.29	c #Conflicts:    2452000 | #Constraints:      51583
1465.44/1469.29	c #Conflicts:    2453000 | #Constraints:      52583
1465.44/1469.29	c #Conflicts:    2454000 | #Constraints:      53583
1465.44/1469.29	c #Conflicts:    2455000 | #Constraints:      54583
1465.44/1469.29	c #Conflicts:    2456000 | #Constraints:      55585
1465.44/1469.29	c #Conflicts:    2457000 | #Constraints:      56585
1465.44/1469.29	c #Conflicts:    2458000 | #Constraints:      57585
1465.44/1469.29	c #Conflicts:    2459000 | #Constraints:      58585
1465.44/1469.29	c #Conflicts:    2460000 | #Constraints:      59585
1465.44/1469.29	c #Conflicts:    2461000 | #Constraints:      60585
1465.44/1469.29	c #Conflicts:    2462000 | #Constraints:      61586
1465.44/1469.29	c #Conflicts:    2463000 | #Constraints:      62586
1465.44/1469.29	c #Conflicts:    2464000 | #Constraints:      63586
1465.44/1469.29	c #Conflicts:    2465000 | #Constraints:      64586
1465.44/1469.29	c #Conflicts:    2466000 | #Constraints:      65586
1465.44/1469.29	c #Conflicts:    2467000 | #Constraints:      66586
1465.44/1469.29	c #Conflicts:    2468000 | #Constraints:      67586
1465.44/1469.29	c #Conflicts:    2469000 | #Constraints:      68586
1465.44/1469.29	c #Conflicts:    2470000 | #Constraints:      69586
1465.44/1469.29	c #Conflicts:    2471000 | #Constraints:      70586
1465.44/1469.29	c INPROCESSING
1465.44/1469.29	c GARBAGE COLLECT
1465.44/1469.29	c #Conflicts:    2472000 | #Constraints:      40073
1465.44/1469.29	c #Conflicts:    2473000 | #Constraints:      41073
1465.44/1469.29	c #Conflicts:    2474000 | #Constraints:      42073
1465.44/1469.29	c #Conflicts:    2475000 | #Constraints:      43073
1465.44/1469.29	c #Conflicts:    2476000 | #Constraints:      44073
1465.44/1469.29	c #Conflicts:    2477000 | #Constraints:      45073
1465.44/1469.29	c #Conflicts:    2478000 | #Constraints:      46073
1465.44/1469.29	c #Conflicts:    2479000 | #Constraints:      47073
1465.44/1469.29	c #Conflicts:    2480000 | #Constraints:      48073
1465.44/1469.29	c #Conflicts:    2481000 | #Constraints:      49073
1465.44/1469.29	c #Conflicts:    2482000 | #Constraints:      50073
1465.44/1469.29	c #Conflicts:    2483000 | #Constraints:      51073
1465.44/1469.29	c #Conflicts:    2484000 | #Constraints:      52073
1465.44/1469.29	c #Conflicts:    2485000 | #Constraints:      53073
1465.44/1469.29	c #Conflicts:    2486000 | #Constraints:      54073
1465.44/1469.29	c #Conflicts:    2487000 | #Constraints:      55073
1465.44/1469.29	c #Conflicts:    2488000 | #Constraints:      56073
1509.04/1512.90	c #Conflicts:    2489000 | #Constraints:      57073
1509.04/1512.90	c #Conflicts:    2490000 | #Constraints:      58073
1509.04/1512.90	c #Conflicts:    2491000 | #Constraints:      59073
1509.04/1512.90	c #Conflicts:    2492000 | #Constraints:      60073
1509.04/1512.90	c #Conflicts:    2493000 | #Constraints:      61073
1509.04/1512.90	c #Conflicts:    2494000 | #Constraints:      62073
1509.04/1512.90	c #Conflicts:    2495000 | #Constraints:      63073
1509.04/1512.90	c #Conflicts:    2496000 | #Constraints:      64073
1509.04/1512.90	c #Conflicts:    2497000 | #Constraints:      65073
1509.04/1512.90	c #Conflicts:    2498000 | #Constraints:      66073
1509.04/1512.90	c #Conflicts:    2499000 | #Constraints:      67073
1509.04/1512.90	c #Conflicts:    2500000 | #Constraints:      68073
1509.04/1512.90	c #Conflicts:    2501000 | #Constraints:      69073
1509.04/1512.90	c #Conflicts:    2502000 | #Constraints:      70073
1509.04/1512.90	c #Conflicts:    2503000 | #Constraints:      71073
1509.04/1512.90	c INPROCESSING
1509.04/1512.90	c GARBAGE COLLECT
1509.04/1512.90	c #Conflicts:    2504000 | #Constraints:      40530
1509.04/1512.90	c #Conflicts:    2505000 | #Constraints:      41531
1509.04/1512.90	c #Conflicts:    2506000 | #Constraints:      42531
1509.04/1512.90	c #Conflicts:    2507000 | #Constraints:      43531
1509.04/1512.90	c #Conflicts:    2508000 | #Constraints:      44531
1509.04/1512.90	c #Conflicts:    2509000 | #Constraints:      45531
1509.04/1512.90	c #Conflicts:    2510000 | #Constraints:      46531
1509.04/1512.90	c #Conflicts:    2511000 | #Constraints:      47531
1509.04/1512.90	c #Conflicts:    2512000 | #Constraints:      48531
1509.04/1512.90	c #Conflicts:    2513000 | #Constraints:      49531
1509.04/1512.90	c #Conflicts:    2514000 | #Constraints:      50531
1509.04/1512.90	c #Conflicts:    2515000 | #Constraints:      51531
1509.04/1512.90	c #Conflicts:    2516000 | #Constraints:      52531
1509.04/1512.90	c #Conflicts:    2517000 | #Constraints:      53531
1509.04/1512.90	c #Conflicts:    2518000 | #Constraints:      54531
1509.04/1512.90	c #Conflicts:    2519000 | #Constraints:      55531
1509.04/1512.90	c #Conflicts:    2520000 | #Constraints:      56531
1509.04/1512.90	c #Conflicts:    2521000 | #Constraints:      57531
1509.04/1512.90	c #Conflicts:    2522000 | #Constraints:      58531
1509.04/1512.90	c #Conflicts:    2523000 | #Constraints:      59531
1509.04/1512.90	c #Conflicts:    2524000 | #Constraints:      60531
1509.04/1512.90	c #Conflicts:    2525000 | #Constraints:      61531
1509.04/1512.90	c #Conflicts:    2526000 | #Constraints:      62531
1509.04/1512.90	c #Conflicts:    2527000 | #Constraints:      63531
1509.04/1512.90	c #Conflicts:    2528000 | #Constraints:      64531
1509.04/1512.90	c #Conflicts:    2529000 | #Constraints:      65531
1509.04/1512.90	c #Conflicts:    2530000 | #Constraints:      66531
1509.04/1512.90	c #Conflicts:    2531000 | #Constraints:      67531
1509.04/1512.90	c #Conflicts:    2532000 | #Constraints:      68531
1509.04/1512.90	c #Conflicts:    2533000 | #Constraints:      69531
1509.04/1512.90	c #Conflicts:    2534000 | #Constraints:      70531
1509.04/1512.90	c #Conflicts:    2535000 | #Constraints:      71531
1509.04/1512.90	c INPROCESSING
1509.04/1512.90	c GARBAGE COLLECT
1509.04/1512.90	c #Conflicts:    2536000 | #Constraints:      40882
1509.04/1512.90	c #Conflicts:    2537000 | #Constraints:      41882
1509.04/1512.90	c #Conflicts:    2538000 | #Constraints:      42882
1509.04/1512.90	c #Conflicts:    2539000 | #Constraints:      43882
1509.04/1512.90	c #Conflicts:    2540000 | #Constraints:      44882
1509.04/1512.90	c #Conflicts:    2541000 | #Constraints:      45882
1509.04/1512.90	c #Conflicts:    2542000 | #Constraints:      46882
1509.04/1512.90	c #Conflicts:    2543000 | #Constraints:      47882
1509.04/1512.90	c #Conflicts:    2544000 | #Constraints:      48882
1509.04/1512.90	c #Conflicts:    2545000 | #Constraints:      49882
1509.04/1512.90	c #Conflicts:    2546000 | #Constraints:      50882
1509.04/1512.90	c #Conflicts:    2547000 | #Constraints:      51882
1509.04/1512.90	c #Conflicts:    2548000 | #Constraints:      52882
1509.04/1512.90	c #Conflicts:    2549000 | #Constraints:      53882
1509.04/1512.90	c #Conflicts:    2550000 | #Constraints:      54882
1509.04/1512.90	c #Conflicts:    2551000 | #Constraints:      55882
1509.04/1512.90	c #Conflicts:    2552000 | #Constraints:      56882
1509.04/1512.90	c #Conflicts:    2553000 | #Constraints:      57882
1509.04/1512.90	c #Conflicts:    2554000 | #Constraints:      58882
1509.04/1512.90	c #Conflicts:    2555000 | #Constraints:      59882
1509.04/1512.90	c #Conflicts:    2556000 | #Constraints:      60882
1509.04/1512.90	c #Conflicts:    2557000 | #Constraints:      61882
1509.04/1512.90	c #Conflicts:    2558000 | #Constraints:      62882
1509.04/1512.90	c #Conflicts:    2559000 | #Constraints:      63882
1509.04/1512.90	c #Conflicts:    2560000 | #Constraints:      64882
1509.04/1512.90	c #Conflicts:    2561000 | #Constraints:      65882
1509.04/1512.90	c #Conflicts:    2562000 | #Constraints:      66882
1509.04/1512.90	c #Conflicts:    2563000 | #Constraints:      67882
1509.04/1512.90	c #Conflicts:    2564000 | #Constraints:      68882
1509.04/1512.90	c #Conflicts:    2565000 | #Constraints:      69882
1509.04/1512.90	c #Conflicts:    2566000 | #Constraints:      70882
1546.46/1550.41	c #Conflicts:    2567000 | #Constraints:      71882
1546.46/1550.41	c INPROCESSING
1546.46/1550.41	c GARBAGE COLLECT
1546.46/1550.41	c #Conflicts:    2568000 | #Constraints:      40992
1546.46/1550.41	c #Conflicts:    2569000 | #Constraints:      41992
1546.46/1550.41	c #Conflicts:    2570000 | #Constraints:      42992
1546.46/1550.41	c #Conflicts:    2571000 | #Constraints:      43992
1546.46/1550.41	c #Conflicts:    2572000 | #Constraints:      44992
1546.46/1550.41	c #Conflicts:    2573000 | #Constraints:      45993
1546.46/1550.41	c #Conflicts:    2574000 | #Constraints:      46993
1546.46/1550.41	c #Conflicts:    2575000 | #Constraints:      47993
1546.46/1550.41	c #Conflicts:    2576000 | #Constraints:      48993
1546.46/1550.41	c #Conflicts:    2577000 | #Constraints:      49993
1546.46/1550.41	c #Conflicts:    2578000 | #Constraints:      50993
1546.46/1550.41	c #Conflicts:    2579000 | #Constraints:      51993
1546.46/1550.41	c #Conflicts:    2580000 | #Constraints:      52993
1546.46/1550.41	c #Conflicts:    2581000 | #Constraints:      53993
1546.46/1550.41	c #Conflicts:    2582000 | #Constraints:      54994
1546.46/1550.41	c #Conflicts:    2583000 | #Constraints:      55994
1546.46/1550.41	c #Conflicts:    2584000 | #Constraints:      56994
1546.46/1550.41	c #Conflicts:    2585000 | #Constraints:      57994
1546.46/1550.41	c #Conflicts:    2586000 | #Constraints:      58994
1546.46/1550.41	c #Conflicts:    2587000 | #Constraints:      59994
1546.46/1550.41	c #Conflicts:    2588000 | #Constraints:      60994
1546.46/1550.41	c #Conflicts:    2589000 | #Constraints:      61994
1546.46/1550.41	c #Conflicts:    2590000 | #Constraints:      63219
1546.46/1550.41	c #Conflicts:    2591000 | #Constraints:      64219
1546.46/1550.41	c #Conflicts:    2592000 | #Constraints:      65219
1546.46/1550.41	c #Conflicts:    2593000 | #Constraints:      66219
1546.46/1550.41	c #Conflicts:    2594000 | #Constraints:      67219
1546.46/1550.41	c #Conflicts:    2595000 | #Constraints:      68219
1546.46/1550.41	c #Conflicts:    2596000 | #Constraints:      69219
1546.46/1550.41	c #Conflicts:    2597000 | #Constraints:      70219
1546.46/1550.41	c #Conflicts:    2598000 | #Constraints:      71219
1546.46/1550.41	c #Conflicts:    2599000 | #Constraints:      72219
1546.46/1550.41	c INPROCESSING
1546.46/1550.41	c GARBAGE COLLECT
1546.46/1550.41	c #Conflicts:    2600000 | #Constraints:      41098
1546.46/1550.41	c #Conflicts:    2601000 | #Constraints:      42098
1546.46/1550.41	c #Conflicts:    2602000 | #Constraints:      43098
1546.46/1550.41	c #Conflicts:    2603000 | #Constraints:      44098
1546.46/1550.41	c #Conflicts:    2604000 | #Constraints:      45098
1546.46/1550.41	c #Conflicts:    2605000 | #Constraints:      46098
1546.46/1550.41	c #Conflicts:    2606000 | #Constraints:      47098
1546.46/1550.41	c #Conflicts:    2607000 | #Constraints:      48098
1546.46/1550.41	c #Conflicts:    2608000 | #Constraints:      49098
1546.46/1550.41	c #Conflicts:    2609000 | #Constraints:      50098
1546.46/1550.41	c #Conflicts:    2610000 | #Constraints:      51098
1546.46/1550.41	c #Conflicts:    2611000 | #Constraints:      52098
1546.46/1550.41	c #Conflicts:    2612000 | #Constraints:      53098
1546.46/1550.41	c #Conflicts:    2613000 | #Constraints:      54098
1546.46/1550.41	c #Conflicts:    2614000 | #Constraints:      55098
1546.46/1550.41	c #Conflicts:    2615000 | #Constraints:      56098
1546.46/1550.41	c #Conflicts:    2616000 | #Constraints:      57098
1546.46/1550.41	c #Conflicts:    2617000 | #Constraints:      58098
1546.46/1550.41	c #Conflicts:    2618000 | #Constraints:      59098
1546.46/1550.41	c #Conflicts:    2619000 | #Constraints:      60098
1546.46/1550.41	c #Conflicts:    2620000 | #Constraints:      61098
1546.46/1550.41	c #Conflicts:    2621000 | #Constraints:      62098
1546.46/1550.41	c #Conflicts:    2622000 | #Constraints:      63098
1546.46/1550.41	c #Conflicts:    2623000 | #Constraints:      64098
1546.46/1550.41	c #Conflicts:    2624000 | #Constraints:      65098
1546.46/1550.41	c #Conflicts:    2625000 | #Constraints:      66098
1546.46/1550.41	c #Conflicts:    2626000 | #Constraints:      67098
1546.46/1550.41	c #Conflicts:    2627000 | #Constraints:      68098
1546.46/1550.41	c #Conflicts:    2628000 | #Constraints:      69098
1546.46/1550.41	c #Conflicts:    2629000 | #Constraints:      70098
1546.46/1550.41	c #Conflicts:    2630000 | #Constraints:      71098
1546.46/1550.41	c #Conflicts:    2631000 | #Constraints:      72098
1546.46/1550.41	c INPROCESSING
1546.46/1550.41	c GARBAGE COLLECT
1546.46/1550.41	c #Conflicts:    2632000 | #Constraints:      40813
1546.46/1550.41	c #Conflicts:    2633000 | #Constraints:      41813
1546.46/1550.41	c #Conflicts:    2634000 | #Constraints:      42813
1546.46/1550.41	c #Conflicts:    2635000 | #Constraints:      43813
1546.46/1550.41	c #Conflicts:    2636000 | #Constraints:      44813
1546.46/1550.41	c #Conflicts:    2637000 | #Constraints:      45813
1546.46/1550.41	c #Conflicts:    2638000 | #Constraints:      46813
1546.46/1550.41	c #Conflicts:    2639000 | #Constraints:      47813
1546.46/1550.41	c #Conflicts:    2640000 | #Constraints:      48813
1546.46/1550.41	c #Conflicts:    2641000 | #Constraints:      49813
1546.46/1550.41	c #Conflicts:    2642000 | #Constraints:      50813
1546.46/1550.41	c #Conflicts:    2643000 | #Constraints:      51813
1609.32/1613.46	c #Conflicts:    2644000 | #Constraints:      52813
1609.32/1613.46	c #Conflicts:    2645000 | #Constraints:      53813
1609.32/1613.46	c #Conflicts:    2646000 | #Constraints:      54813
1609.32/1613.46	c #Conflicts:    2647000 | #Constraints:      55813
1609.32/1613.46	c #Conflicts:    2648000 | #Constraints:      56813
1609.32/1613.46	c #Conflicts:    2649000 | #Constraints:      57813
1609.32/1613.46	c #Conflicts:    2650000 | #Constraints:      58813
1609.32/1613.46	c #Conflicts:    2651000 | #Constraints:      59813
1609.32/1613.46	c #Conflicts:    2652000 | #Constraints:      60813
1609.32/1613.46	c #Conflicts:    2653000 | #Constraints:      61813
1609.32/1613.46	c #Conflicts:    2654000 | #Constraints:      62813
1609.32/1613.46	c #Conflicts:    2655000 | #Constraints:      63813
1609.32/1613.46	c #Conflicts:    2656000 | #Constraints:      64813
1609.32/1613.46	c #Conflicts:    2657000 | #Constraints:      65813
1609.32/1613.46	c #Conflicts:    2658000 | #Constraints:      66813
1609.32/1613.46	c #Conflicts:    2659000 | #Constraints:      67814
1609.32/1613.46	c #Conflicts:    2660000 | #Constraints:      68814
1609.32/1613.46	c #Conflicts:    2661000 | #Constraints:      69814
1609.32/1613.46	c #Conflicts:    2662000 | #Constraints:      70814
1609.32/1613.46	c #Conflicts:    2663000 | #Constraints:      71814
1609.32/1613.46	c #Conflicts:    2664000 | #Constraints:      72814
1609.32/1613.46	c INPROCESSING
1609.32/1613.46	c GARBAGE COLLECT
1609.32/1613.46	c #Conflicts:    2665000 | #Constraints:      41405
1609.32/1613.46	c #Conflicts:    2666000 | #Constraints:      42406
1609.32/1613.46	c #Conflicts:    2667000 | #Constraints:      43406
1609.32/1613.46	c #Conflicts:    2668000 | #Constraints:      44406
1609.32/1613.46	c #Conflicts:    2669000 | #Constraints:      45406
1609.32/1613.46	c #Conflicts:    2670000 | #Constraints:      46406
1609.32/1613.46	c #Conflicts:    2671000 | #Constraints:      47406
1609.32/1613.46	c #Conflicts:    2672000 | #Constraints:      48406
1609.32/1613.46	c #Conflicts:    2673000 | #Constraints:      49406
1609.32/1613.46	c #Conflicts:    2674000 | #Constraints:      50406
1609.32/1613.46	c #Conflicts:    2675000 | #Constraints:      51407
1609.32/1613.46	c #Conflicts:    2676000 | #Constraints:      52433
1609.32/1613.46	c #Conflicts:    2677000 | #Constraints:      53433
1609.32/1613.46	c #Conflicts:    2678000 | #Constraints:      54434
1609.32/1613.46	c #Conflicts:    2679000 | #Constraints:      55434
1609.32/1613.46	c #Conflicts:    2680000 | #Constraints:      56434
1609.32/1613.46	c #Conflicts:    2681000 | #Constraints:      57434
1609.32/1613.46	c #Conflicts:    2682000 | #Constraints:      58434
1609.32/1613.46	c #Conflicts:    2683000 | #Constraints:      59434
1609.32/1613.46	c #Conflicts:    2684000 | #Constraints:      60434
1609.32/1613.46	c #Conflicts:    2685000 | #Constraints:      61434
1609.32/1613.46	c #Conflicts:    2686000 | #Constraints:      62434
1609.32/1613.46	c #Conflicts:    2687000 | #Constraints:      63434
1609.32/1613.46	c #Conflicts:    2688000 | #Constraints:      64434
1609.32/1613.46	c #Conflicts:    2689000 | #Constraints:      65439
1609.32/1613.46	c #Conflicts:    2690000 | #Constraints:      66439
1609.32/1613.46	c #Conflicts:    2691000 | #Constraints:      67440
1609.32/1613.46	c #Conflicts:    2692000 | #Constraints:      68441
1609.32/1613.46	c #Conflicts:    2693000 | #Constraints:      69441
1609.32/1613.46	c #Conflicts:    2694000 | #Constraints:      70441
1609.32/1613.46	c #Conflicts:    2695000 | #Constraints:      71441
1609.32/1613.46	c #Conflicts:    2696000 | #Constraints:      72441
1609.32/1613.46	c #Conflicts:    2697000 | #Constraints:      73441
1609.32/1613.46	c INPROCESSING
1609.32/1613.46	c GARBAGE COLLECT
1609.32/1613.46	c #Conflicts:    2698000 | #Constraints:      41792
1609.32/1613.46	c #Conflicts:    2699000 | #Constraints:      42792
1609.32/1613.46	c #Conflicts:    2700000 | #Constraints:      43792
1609.32/1613.46	c #Conflicts:    2701000 | #Constraints:      44792
1609.32/1613.46	c #Conflicts:    2702000 | #Constraints:      45792
1609.32/1613.46	c #Conflicts:    2703000 | #Constraints:      46792
1609.32/1613.46	c #Conflicts:    2704000 | #Constraints:      47792
1609.32/1613.46	c #Conflicts:    2705000 | #Constraints:      48792
1609.32/1613.46	c #Conflicts:    2706000 | #Constraints:      49792
1609.32/1613.46	c #Conflicts:    2707000 | #Constraints:      50792
1609.32/1613.46	c #Conflicts:    2708000 | #Constraints:      51792
1609.32/1613.46	c #Conflicts:    2709000 | #Constraints:      52792
1609.32/1613.46	c #Conflicts:    2710000 | #Constraints:      53792
1609.32/1613.46	c #Conflicts:    2711000 | #Constraints:      54792
1609.32/1613.46	c #Conflicts:    2712000 | #Constraints:      55792
1609.32/1613.46	c #Conflicts:    2713000 | #Constraints:      56792
1609.32/1613.46	c #Conflicts:    2714000 | #Constraints:      57792
1609.32/1613.46	c #Conflicts:    2715000 | #Constraints:      58792
1609.32/1613.46	c #Conflicts:    2716000 | #Constraints:      59792
1609.32/1613.46	c #Conflicts:    2717000 | #Constraints:      60792
1609.32/1613.46	c #Conflicts:    2718000 | #Constraints:      61792
1609.32/1613.46	c #Conflicts:    2719000 | #Constraints:      62792
1609.32/1613.46	c #Conflicts:    2720000 | #Constraints:      63792
1654.61/1658.82	c #Conflicts:    2721000 | #Constraints:      64792
1654.61/1658.82	c #Conflicts:    2722000 | #Constraints:      65792
1654.61/1658.82	c #Conflicts:    2723000 | #Constraints:      66792
1654.61/1658.82	c #Conflicts:    2724000 | #Constraints:      67792
1654.61/1658.82	c #Conflicts:    2725000 | #Constraints:      68792
1654.61/1658.82	c #Conflicts:    2726000 | #Constraints:      69792
1654.61/1658.82	c #Conflicts:    2727000 | #Constraints:      70792
1654.61/1658.82	c #Conflicts:    2728000 | #Constraints:      71793
1654.61/1658.82	c #Conflicts:    2729000 | #Constraints:      72793
1654.61/1658.82	c #Conflicts:    2730000 | #Constraints:      73793
1654.61/1658.82	c INPROCESSING
1654.61/1658.82	c GARBAGE COLLECT
1654.61/1658.82	c #Conflicts:    2731000 | #Constraints:      42001
1654.61/1658.82	c #Conflicts:    2732000 | #Constraints:      43001
1654.61/1658.82	c #Conflicts:    2733000 | #Constraints:      44001
1654.61/1658.82	c #Conflicts:    2734000 | #Constraints:      45001
1654.61/1658.82	c #Conflicts:    2735000 | #Constraints:      46001
1654.61/1658.82	c #Conflicts:    2736000 | #Constraints:      47001
1654.61/1658.82	c #Conflicts:    2737000 | #Constraints:      48001
1654.61/1658.82	c #Conflicts:    2738000 | #Constraints:      49001
1654.61/1658.82	c #Conflicts:    2739000 | #Constraints:      50001
1654.61/1658.82	c #Conflicts:    2740000 | #Constraints:      51001
1654.61/1658.82	c #Conflicts:    2741000 | #Constraints:      52001
1654.61/1658.82	c #Conflicts:    2742000 | #Constraints:      53001
1654.61/1658.82	c #Conflicts:    2743000 | #Constraints:      54002
1654.61/1658.82	c #Conflicts:    2744000 | #Constraints:      55002
1654.61/1658.82	c #Conflicts:    2745000 | #Constraints:      56002
1654.61/1658.82	c #Conflicts:    2746000 | #Constraints:      57002
1654.61/1658.82	c #Conflicts:    2747000 | #Constraints:      58002
1654.61/1658.82	c #Conflicts:    2748000 | #Constraints:      59002
1654.61/1658.82	c #Conflicts:    2749000 | #Constraints:      60004
1654.61/1658.82	c #Conflicts:    2750000 | #Constraints:      61004
1654.61/1658.82	c #Conflicts:    2751000 | #Constraints:      62004
1654.61/1658.82	c #Conflicts:    2752000 | #Constraints:      63004
1654.61/1658.82	c #Conflicts:    2753000 | #Constraints:      64004
1654.61/1658.82	c #Conflicts:    2754000 | #Constraints:      65009
1654.61/1658.82	c #Conflicts:    2755000 | #Constraints:      66009
1654.61/1658.82	c #Conflicts:    2756000 | #Constraints:      67009
1654.61/1658.82	c #Conflicts:    2757000 | #Constraints:      68009
1654.61/1658.82	c #Conflicts:    2758000 | #Constraints:      69009
1654.61/1658.82	c #Conflicts:    2759000 | #Constraints:      70009
1654.61/1658.82	c #Conflicts:    2760000 | #Constraints:      71009
1654.61/1658.82	c #Conflicts:    2761000 | #Constraints:      72009
1654.61/1658.82	c #Conflicts:    2762000 | #Constraints:      73009
1654.61/1658.82	c #Conflicts:    2763000 | #Constraints:      74009
1654.61/1658.82	c INPROCESSING
1654.61/1658.82	c GARBAGE COLLECT
1654.61/1658.82	c #Conflicts:    2764000 | #Constraints:      41980
1654.61/1658.82	c #Conflicts:    2765000 | #Constraints:      42980
1654.61/1658.82	c #Conflicts:    2766000 | #Constraints:      43980
1654.61/1658.82	c #Conflicts:    2767000 | #Constraints:      44980
1654.61/1658.82	c #Conflicts:    2768000 | #Constraints:      45980
1654.61/1658.82	c #Conflicts:    2769000 | #Constraints:      46980
1654.61/1658.82	c #Conflicts:    2770000 | #Constraints:      47980
1654.61/1658.82	c #Conflicts:    2771000 | #Constraints:      48980
1654.61/1658.82	c #Conflicts:    2772000 | #Constraints:      49980
1654.61/1658.82	c #Conflicts:    2773000 | #Constraints:      50980
1654.61/1658.82	c #Conflicts:    2774000 | #Constraints:      51980
1654.61/1658.82	c #Conflicts:    2775000 | #Constraints:      52980
1654.61/1658.82	c #Conflicts:    2776000 | #Constraints:      53980
1654.61/1658.82	c #Conflicts:    2777000 | #Constraints:      54980
1654.61/1658.82	c #Conflicts:    2778000 | #Constraints:      55980
1654.61/1658.82	c #Conflicts:    2779000 | #Constraints:      56980
1654.61/1658.82	c #Conflicts:    2780000 | #Constraints:      57980
1654.61/1658.82	c #Conflicts:    2781000 | #Constraints:      58980
1654.61/1658.82	c #Conflicts:    2782000 | #Constraints:      59980
1654.61/1658.82	c #Conflicts:    2783000 | #Constraints:      60980
1654.61/1658.82	c #Conflicts:    2784000 | #Constraints:      61980
1654.61/1658.82	c #Conflicts:    2785000 | #Constraints:      62980
1654.61/1658.82	c #Conflicts:    2786000 | #Constraints:      63980
1654.61/1658.82	c #Conflicts:    2787000 | #Constraints:      64980
1654.61/1658.82	c #Conflicts:    2788000 | #Constraints:      65980
1654.61/1658.82	c #Conflicts:    2789000 | #Constraints:      66980
1654.61/1658.82	c #Conflicts:    2790000 | #Constraints:      67980
1654.61/1658.82	c #Conflicts:    2791000 | #Constraints:      68980
1654.61/1658.82	c #Conflicts:    2792000 | #Constraints:      69981
1654.61/1658.82	c #Conflicts:    2793000 | #Constraints:      70981
1654.61/1658.82	c #Conflicts:    2794000 | #Constraints:      71981
1654.61/1658.82	c #Conflicts:    2795000 | #Constraints:      72981
1654.61/1658.82	c #Conflicts:    2796000 | #Constraints:      73981
1654.61/1658.82	c INPROCESSING
1654.61/1658.82	c GARBAGE COLLECT
1654.61/1658.82	c #Conflicts:    2797000 | #Constraints:      41777
1693.93/1698.20	c #Conflicts:    2798000 | #Constraints:      42777
1693.93/1698.20	c #Conflicts:    2799000 | #Constraints:      43777
1693.93/1698.20	c #Conflicts:    2800000 | #Constraints:      44777
1693.93/1698.20	c #Conflicts:    2801000 | #Constraints:      45777
1693.93/1698.20	c #Conflicts:    2802000 | #Constraints:      46777
1693.93/1698.20	c #Conflicts:    2803000 | #Constraints:      47777
1693.93/1698.20	c #Conflicts:    2804000 | #Constraints:      48777
1693.93/1698.20	c #Conflicts:    2805000 | #Constraints:      49777
1693.93/1698.20	c #Conflicts:    2806000 | #Constraints:      50777
1693.93/1698.20	c #Conflicts:    2807000 | #Constraints:      51777
1693.93/1698.20	c #Conflicts:    2808000 | #Constraints:      52777
1693.93/1698.20	c #Conflicts:    2809000 | #Constraints:      53777
1693.93/1698.20	c #Conflicts:    2810000 | #Constraints:      54777
1693.93/1698.20	c #Conflicts:    2811000 | #Constraints:      55777
1693.93/1698.20	c #Conflicts:    2812000 | #Constraints:      56777
1693.93/1698.20	c #Conflicts:    2813000 | #Constraints:      57777
1693.93/1698.20	c #Conflicts:    2814000 | #Constraints:      58777
1693.93/1698.20	c #Conflicts:    2815000 | #Constraints:      59777
1693.93/1698.20	c #Conflicts:    2816000 | #Constraints:      60777
1693.93/1698.20	c #Conflicts:    2817000 | #Constraints:      61778
1693.93/1698.20	c #Conflicts:    2818000 | #Constraints:      62778
1693.93/1698.20	c #Conflicts:    2819000 | #Constraints:      63778
1693.93/1698.20	c #Conflicts:    2820000 | #Constraints:      64778
1693.93/1698.20	c #Conflicts:    2821000 | #Constraints:      65779
1693.93/1698.20	c #Conflicts:    2822000 | #Constraints:      66779
1693.93/1698.20	c #Conflicts:    2823000 | #Constraints:      67779
1693.93/1698.20	c #Conflicts:    2824000 | #Constraints:      68779
1693.93/1698.20	c #Conflicts:    2825000 | #Constraints:      69779
1693.93/1698.20	c #Conflicts:    2826000 | #Constraints:      70779
1693.93/1698.20	c #Conflicts:    2827000 | #Constraints:      71779
1693.93/1698.20	c #Conflicts:    2828000 | #Constraints:      72780
1693.93/1698.20	c #Conflicts:    2829000 | #Constraints:      73780
1693.93/1698.20	c #Conflicts:    2830000 | #Constraints:      74780
1693.93/1698.20	c INPROCESSING
1693.93/1698.20	c GARBAGE COLLECT
1693.93/1698.20	c #Conflicts:    2831000 | #Constraints:      42385
1693.93/1698.20	c #Conflicts:    2832000 | #Constraints:      43385
1693.93/1698.20	c #Conflicts:    2833000 | #Constraints:      44385
1693.93/1698.20	c #Conflicts:    2834000 | #Constraints:      45385
1693.93/1698.20	c #Conflicts:    2835000 | #Constraints:      46385
1693.93/1698.20	c #Conflicts:    2836000 | #Constraints:      47385
1693.93/1698.20	c #Conflicts:    2837000 | #Constraints:      48385
1693.93/1698.20	c #Conflicts:    2838000 | #Constraints:      49386
1693.93/1698.20	c #Conflicts:    2839000 | #Constraints:      50386
1693.93/1698.20	c #Conflicts:    2840000 | #Constraints:      51386
1693.93/1698.20	c #Conflicts:    2841000 | #Constraints:      52386
1693.93/1698.20	c #Conflicts:    2842000 | #Constraints:      53386
1693.93/1698.20	c #Conflicts:    2843000 | #Constraints:      54386
1693.93/1698.20	c #Conflicts:    2844000 | #Constraints:      55386
1693.93/1698.20	c #Conflicts:    2845000 | #Constraints:      56388
1693.93/1698.20	c #Conflicts:    2846000 | #Constraints:      57388
1693.93/1698.20	c #Conflicts:    2847000 | #Constraints:      58388
1693.93/1698.20	c #Conflicts:    2848000 | #Constraints:      59389
1693.93/1698.20	c #Conflicts:    2849000 | #Constraints:      60389
1693.93/1698.20	c #Conflicts:    2850000 | #Constraints:      61389
1693.93/1698.20	c #Conflicts:    2851000 | #Constraints:      62389
1693.93/1698.20	c #Conflicts:    2852000 | #Constraints:      63389
1693.93/1698.20	c #Conflicts:    2853000 | #Constraints:      64390
1693.93/1698.20	c #Conflicts:    2854000 | #Constraints:      65390
1693.93/1698.20	c #Conflicts:    2855000 | #Constraints:      66390
1693.93/1698.20	c #Conflicts:    2856000 | #Constraints:      67390
1693.93/1698.21	c #Conflicts:    2857000 | #Constraints:      68390
1693.93/1698.21	c #Conflicts:    2858000 | #Constraints:      69390
1693.93/1698.21	c #Conflicts:    2859000 | #Constraints:      70390
1693.93/1698.21	c #Conflicts:    2860000 | #Constraints:      71390
1693.93/1698.21	c #Conflicts:    2861000 | #Constraints:      72390
1693.93/1698.21	c #Conflicts:    2862000 | #Constraints:      73390
1693.93/1698.21	c #Conflicts:    2863000 | #Constraints:      74390
1693.93/1698.21	c #Conflicts:    2864000 | #Constraints:      75390
1693.93/1698.21	c INPROCESSING
1693.93/1698.21	c GARBAGE COLLECT
1693.93/1698.21	c #Conflicts:    2865000 | #Constraints:      42777
1693.93/1698.21	c #Conflicts:    2866000 | #Constraints:      43777
1693.93/1698.21	c #Conflicts:    2867000 | #Constraints:      44777
1693.93/1698.21	c #Conflicts:    2868000 | #Constraints:      45777
1693.93/1698.21	c #Conflicts:    2869000 | #Constraints:      46777
1693.93/1698.21	c #Conflicts:    2870000 | #Constraints:      47777
1693.93/1698.21	c #Conflicts:    2871000 | #Constraints:      48777
1693.93/1698.21	c #Conflicts:    2872000 | #Constraints:      49777
1693.93/1698.21	c #Conflicts:    2873000 | #Constraints:      50777
1693.93/1698.21	c #Conflicts:    2874000 | #Constraints:      51777
1693.93/1698.21	c #Conflicts:    2875000 | #Constraints:      52777
1711.99/1716.35	c #Conflicts:    2876000 | #Constraints:      53777
1711.99/1716.35	c #Conflicts:    2877000 | #Constraints:      54777
1711.99/1716.35	c #Conflicts:    2878000 | #Constraints:      55777
1711.99/1716.35	c #Conflicts:    2879000 | #Constraints:      56777
1711.99/1716.35	c #Conflicts:    2880000 | #Constraints:      57777
1711.99/1716.35	c #Conflicts:    2881000 | #Constraints:      58777
1711.99/1716.35	c #Conflicts:    2882000 | #Constraints:      59777
1711.99/1716.35	c #Conflicts:    2883000 | #Constraints:      60777
1711.99/1716.35	c #Conflicts:    2884000 | #Constraints:      61777
1711.99/1716.35	c #Conflicts:    2885000 | #Constraints:      62777
1711.99/1716.35	c #Conflicts:    2886000 | #Constraints:      63777
1711.99/1716.35	c #Conflicts:    2887000 | #Constraints:      64777
1711.99/1716.35	c #Conflicts:    2888000 | #Constraints:      65777
1711.99/1716.35	c #Conflicts:    2889000 | #Constraints:      66778
1711.99/1716.35	c #Conflicts:    2890000 | #Constraints:      67778
1711.99/1716.35	c #Conflicts:    2891000 | #Constraints:      68778
1711.99/1716.35	c #Conflicts:    2892000 | #Constraints:      69778
1711.99/1716.35	c #Conflicts:    2893000 | #Constraints:      70778
1711.99/1716.35	c #Conflicts:    2894000 | #Constraints:      71778
1711.99/1716.35	c #Conflicts:    2895000 | #Constraints:      72778
1711.99/1716.35	c #Conflicts:    2896000 | #Constraints:      73778
1711.99/1716.35	c #Conflicts:    2897000 | #Constraints:      74778
1711.99/1716.35	c #Conflicts:    2898000 | #Constraints:      75866
1711.99/1716.35	c INPROCESSING
1711.99/1716.35	c GARBAGE COLLECT
1711.99/1716.35	WSVECS04 Frhs2[4]: 6 -1.32813 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[11]: 6 -2 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[14]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[47]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[49]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[56]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[64]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[76]: 6 0 0.187501 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[97]: 6 -0.615385 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[107]: 6 -0.10035 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[120]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[122]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[132]: 6 0 0.369963 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[139]: 6 -1.31934 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[164]: 6 -1.32813 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[171]: 6 -1.70313 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[185]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[194]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[220]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[228]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[230]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[231]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[244]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[262]: 6 -1.3125 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[268]: 6 -0.125001 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[332]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[353]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[372]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[376]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[377]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[389]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[409]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[410]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[428]: 6 -0.0625007 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[447]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[472]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[480]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[501]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[518]: 6 -1.29395 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[529]: 6 -2 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[545]: 6 -0.384616 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[581]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[583]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[586]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[592]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[609]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[630]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[645]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[646]: 6 -0.992188 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[670]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1033]: 6 -1.0625 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1043]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1045]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1056]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1063]: 6 -3.51957 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1068]: 6 -2.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1093]: 6 0 0.333733 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1107]: 6 -0.851563 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1130]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1140]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1147]: 6 -0.923077 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1160]: 6 -0.892639 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1165]: 6 -1.32617 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1179]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1195]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1203]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1205]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1220]: 6 -0.182373 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1222]: 6 -0.5 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1225]: 6 -0.87793 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1241]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1245]: 6 -0.00402882 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1247]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1251]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1264]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1288]: 6 -1.08203 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1296]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1340]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1343]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1375]: 6 -1.22684 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1388]: 6 -5.50781 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1394]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1408]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1414]: 6 -1.55438 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1420]: 6 0 0.332276 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1435]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1444]: 6 -0.666993 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1448]: 6 -0.921875 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1450]: 6 -1.9375 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1451]: 6 -0.6875 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1452]: 6 -0.750001 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1479]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1483]: 6 -3.22235 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1492]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1505]: 6 -1.31885 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1509]: 6 -0.769532 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1510]: 6 -0.4375 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1536]: 6 -1.32349 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1544]: 6 0 4.43359 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1549]: 6 -3.1875 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1556]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1897]: 6 -1.3125 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1919]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1931]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1939]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2006]: 6 -6.0361 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2008]: 6 -5 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2017]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2023]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2031]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2034]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2087]: 6 -0.384616 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2090]: 6 -2.46154 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2100]: 6 -5 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2113]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2124]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2125]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2149]: 6 -1.48121 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2177]: 6 -1.03723 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2189]: 6 -2.0332 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2248]: 6 0 0.0378012 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2277]: 6 -0.750001 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2285]: 6 -0.29234 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2298]: 6 0 0.742188 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2349]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2402]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2440]: 6 -1.3125 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2469]: 6 -1.5 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2563]: 6 -2.99194 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2576]: 6 -5 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2586]: 6 -5 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2590]: 6 -0.851563 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2593]: 6 -1.29688 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2633]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2635]: 6 -0.488282 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2678]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2729]: 6 -1.3125 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2771]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2790]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2819]: 6 -0.0781258 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2823]: 6 -1.3125 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2825]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2854]: 6 -5.01563 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2868]: 6 0 0.328125 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2947]: 6 -5.63525 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2950]: 6 -1.04632 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2951]: 6 -1.04632 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2959]: 6 -0.75 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3022]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3059]: 6 -1.3125 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3114]: 6 -1.3125 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3116]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3153]: 6 -1.3125 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3164]: 6 -0.500001 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3170]: 6 -9 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3175]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3197]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3205]: 6 -1.63715 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3206]: 6 -1.2743 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3221]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3238]: 6 -5.63715 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3240]: 6 -1.2743 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3266]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3273]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3299]: 6 -1.33301 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3300]: 6 -0.666017 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3307]: 6 -1.25 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3337]: 6 -0.664063 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3367]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3395]: 6 -1.33087 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3399]: 6 -1.29395 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3404]: 6 -0.406251 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3432]: 6 -1.31885 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3437]: 6 -0.687501 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3498]: 6 -0.730225 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3505]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3525]: 6 -1.24188 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3530]: 6 -1.24753 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3544]: 6 -9.31641 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3558]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3622]: 6 -0.687501 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3627]: 6 -0.5 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3663]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3669]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3758]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3869]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
1711.99/1716.35	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
1805.37/1809.94	c #Conflicts:    2899000 | #Constraints:      43040
1805.37/1809.94	c #Conflicts:    2900000 | #Constraints:      44040
1805.37/1809.94	c #Conflicts:    2901000 | #Constraints:      45040
1805.37/1809.94	c #Conflicts:    2902000 | #Constraints:      46040
1805.37/1809.94	c #Conflicts:    2903000 | #Constraints:      47040
1805.37/1809.94	c #Conflicts:    2904000 | #Constraints:      48040
1805.37/1809.94	c #Conflicts:    2905000 | #Constraints:      49040
1805.37/1809.94	c #Conflicts:    2906000 | #Constraints:      50040
1805.37/1809.94	c #Conflicts:    2907000 | #Constraints:      51040
1805.37/1809.94	c #Conflicts:    2908000 | #Constraints:      52040
1805.37/1809.94	c #Conflicts:    2909000 | #Constraints:      53040
1805.37/1809.94	c #Conflicts:    2910000 | #Constraints:      54040
1805.37/1809.94	c #Conflicts:    2911000 | #Constraints:      55040
1805.37/1809.94	c #Conflicts:    2912000 | #Constraints:      56040
1805.37/1809.94	c #Conflicts:    2913000 | #Constraints:      57040
1805.37/1809.94	c #Conflicts:    2914000 | #Constraints:      58040
1805.37/1809.94	c #Conflicts:    2915000 | #Constraints:      59040
1805.37/1809.94	c #Conflicts:    2916000 | #Constraints:      60040
1805.37/1809.94	c #Conflicts:    2917000 | #Constraints:      61040
1805.37/1809.94	c #Conflicts:    2918000 | #Constraints:      62040
1805.37/1809.94	c #Conflicts:    2919000 | #Constraints:      63040
1805.37/1809.94	c #Conflicts:    2920000 | #Constraints:      64040
1805.37/1809.94	c #Conflicts:    2921000 | #Constraints:      65040
1805.37/1809.94	c #Conflicts:    2922000 | #Constraints:      66040
1805.37/1809.94	c #Conflicts:    2923000 | #Constraints:      67040
1805.37/1809.94	c #Conflicts:    2924000 | #Constraints:      68040
1805.37/1809.94	c #Conflicts:    2925000 | #Constraints:      69040
1805.37/1809.94	c #Conflicts:    2926000 | #Constraints:      70040
1805.37/1809.94	c #Conflicts:    2927000 | #Constraints:      71040
1805.37/1809.94	c #Conflicts:    2928000 | #Constraints:      72040
1805.37/1809.94	c #Conflicts:    2929000 | #Constraints:      73040
1805.37/1809.94	c #Conflicts:    2930000 | #Constraints:      74040
1805.37/1809.94	c #Conflicts:    2931000 | #Constraints:      75040
1805.37/1809.94	c #Conflicts:    2932000 | #Constraints:      76040
1805.37/1809.94	c INPROCESSING
1805.37/1809.94	c GARBAGE COLLECT
1805.37/1809.94	c #Conflicts:    2933000 | #Constraints:      43029
1805.37/1809.94	c #Conflicts:    2934000 | #Constraints:      44029
1805.37/1809.94	c #Conflicts:    2935000 | #Constraints:      45029
1805.37/1809.94	c #Conflicts:    2936000 | #Constraints:      46029
1805.37/1809.94	c #Conflicts:    2937000 | #Constraints:      47029
1805.37/1809.94	c #Conflicts:    2938000 | #Constraints:      48029
1805.37/1809.94	c #Conflicts:    2939000 | #Constraints:      49029
1805.37/1809.94	c #Conflicts:    2940000 | #Constraints:      50029
1805.37/1809.94	c #Conflicts:    2941000 | #Constraints:      51029
1805.37/1809.94	c #Conflicts:    2942000 | #Constraints:      52029
1805.37/1809.94	c #Conflicts:    2943000 | #Constraints:      53029
1805.37/1809.94	c #Conflicts:    2944000 | #Constraints:      54029
1805.37/1809.94	c #Conflicts:    2945000 | #Constraints:      55029
1805.37/1809.94	c #Conflicts:    2946000 | #Constraints:      56029
1805.37/1809.94	c #Conflicts:    2947000 | #Constraints:      57029
1805.37/1809.94	c #Conflicts:    2948000 | #Constraints:      58029
1805.37/1809.94	c #Conflicts:    2949000 | #Constraints:      59029
1805.37/1809.94	c #Conflicts:    2950000 | #Constraints:      60029
1805.37/1809.94	c #Conflicts:    2951000 | #Constraints:      61029
1805.37/1809.94	c #Conflicts:    2952000 | #Constraints:      62029
1805.37/1809.94	c #Conflicts:    2953000 | #Constraints:      63029
1805.37/1809.94	c #Conflicts:    2954000 | #Constraints:      64029
1805.37/1809.94	c #Conflicts:    2955000 | #Constraints:      65029
1805.37/1809.94	c #Conflicts:    2956000 | #Constraints:      66029
1805.37/1809.94	c #Conflicts:    2957000 | #Constraints:      67029
1805.37/1809.94	c #Conflicts:    2958000 | #Constraints:      68029
1805.37/1809.94	c #Conflicts:    2959000 | #Constraints:      69030
1805.37/1809.94	c #Conflicts:    2960000 | #Constraints:      70030
1805.37/1809.94	c #Conflicts:    2961000 | #Constraints:      71030
1805.37/1809.94	c #Conflicts:    2962000 | #Constraints:      72030
1805.37/1809.94	c #Conflicts:    2963000 | #Constraints:      73030
1805.37/1809.94	c #Conflicts:    2964000 | #Constraints:      74030
1805.37/1809.94	c #Conflicts:    2965000 | #Constraints:      75030
1805.37/1809.94	c #Conflicts:    2966000 | #Constraints:      76030
1805.37/1809.94	c INPROCESSING
1805.37/1809.94	c GARBAGE COLLECT
1805.37/1809.94	c #Conflicts:    2967000 | #Constraints:      42841
1805.37/1809.94	c #Conflicts:    2968000 | #Constraints:      43841
1805.37/1809.94	c #Conflicts:    2969000 | #Constraints:      44841
1805.37/1809.94	c #Conflicts:    2970000 | #Constraints:      45841
1805.37/1809.94	c #Conflicts:    2971000 | #Constraints:      46841
1805.37/1809.94	c #Conflicts:    2972000 | #Constraints:      47841
1805.37/1809.94	c #Conflicts:    2973000 | #Constraints:      48841
1805.37/1809.94	c #Conflicts:    2974000 | #Constraints:      49841
1805.37/1809.94	c #Conflicts:    2975000 | #Constraints:      50841
1805.37/1809.94	c #Conflicts:    2976000 | #Constraints:      51841
1845.29/1849.95	c #Conflicts:    2977000 | #Constraints:      52841
1845.29/1849.95	c #Conflicts:    2978000 | #Constraints:      53841
1845.29/1849.95	c #Conflicts:    2979000 | #Constraints:      54841
1845.29/1849.95	c #Conflicts:    2980000 | #Constraints:      55841
1845.29/1849.95	c #Conflicts:    2981000 | #Constraints:      56841
1845.29/1849.95	c #Conflicts:    2982000 | #Constraints:      57841
1845.29/1849.95	c #Conflicts:    2983000 | #Constraints:      58841
1845.29/1849.95	c #Conflicts:    2984000 | #Constraints:      59841
1845.29/1849.95	c #Conflicts:    2985000 | #Constraints:      60841
1845.29/1849.95	c #Conflicts:    2986000 | #Constraints:      61841
1845.29/1849.95	c #Conflicts:    2987000 | #Constraints:      62841
1845.29/1849.95	c #Conflicts:    2988000 | #Constraints:      63841
1845.29/1849.95	c #Conflicts:    2989000 | #Constraints:      64842
1845.29/1849.95	c #Conflicts:    2990000 | #Constraints:      65842
1845.29/1849.95	c #Conflicts:    2991000 | #Constraints:      66842
1845.29/1849.95	c #Conflicts:    2992000 | #Constraints:      67842
1845.29/1849.95	c #Conflicts:    2993000 | #Constraints:      68842
1845.29/1849.95	c #Conflicts:    2994000 | #Constraints:      69842
1845.29/1849.95	c #Conflicts:    2995000 | #Constraints:      70842
1845.29/1849.95	c #Conflicts:    2996000 | #Constraints:      71842
1845.29/1849.95	c #Conflicts:    2997000 | #Constraints:      72842
1845.29/1849.95	c #Conflicts:    2998000 | #Constraints:      73842
1845.29/1849.95	c #Conflicts:    2999000 | #Constraints:      74842
1845.29/1849.95	c #Conflicts:    3000000 | #Constraints:      75842
1845.29/1849.95	c #Conflicts:    3001000 | #Constraints:      76842
1845.29/1849.95	c INPROCESSING
1845.29/1849.95	c GARBAGE COLLECT
1845.29/1849.95	c #Conflicts:    3002000 | #Constraints:      43412
1845.29/1849.95	c #Conflicts:    3003000 | #Constraints:      44412
1845.29/1849.95	c #Conflicts:    3004000 | #Constraints:      45412
1845.29/1849.95	c #Conflicts:    3005000 | #Constraints:      46412
1845.29/1849.95	c #Conflicts:    3006000 | #Constraints:      47412
1845.29/1849.95	c #Conflicts:    3007000 | #Constraints:      48412
1845.29/1849.95	c #Conflicts:    3008000 | #Constraints:      49413
1845.29/1849.95	c #Conflicts:    3009000 | #Constraints:      50413
1845.29/1849.95	c #Conflicts:    3010000 | #Constraints:      51413
1845.29/1849.95	c #Conflicts:    3011000 | #Constraints:      52413
1845.29/1849.95	c #Conflicts:    3012000 | #Constraints:      53413
1845.29/1849.95	c #Conflicts:    3013000 | #Constraints:      54413
1845.29/1849.95	c #Conflicts:    3014000 | #Constraints:      55413
1845.29/1849.95	c #Conflicts:    3015000 | #Constraints:      56413
1845.29/1849.95	c #Conflicts:    3016000 | #Constraints:      57413
1845.29/1849.95	c #Conflicts:    3017000 | #Constraints:      58482
1845.29/1849.95	c #Conflicts:    3018000 | #Constraints:      59791
1845.29/1849.95	c #Conflicts:    3019000 | #Constraints:      60791
1845.29/1849.95	c #Conflicts:    3020000 | #Constraints:      61792
1845.29/1849.95	c #Conflicts:    3021000 | #Constraints:      62792
1845.29/1849.95	c #Conflicts:    3022000 | #Constraints:      63792
1845.29/1849.95	c #Conflicts:    3023000 | #Constraints:      64792
1845.29/1849.95	c #Conflicts:    3024000 | #Constraints:      65792
1845.29/1849.95	c #Conflicts:    3025000 | #Constraints:      66792
1845.29/1849.95	c #Conflicts:    3026000 | #Constraints:      67792
1845.29/1849.95	c #Conflicts:    3027000 | #Constraints:      68792
1845.29/1849.95	c #Conflicts:    3028000 | #Constraints:      69792
1845.29/1849.95	c #Conflicts:    3029000 | #Constraints:      70792
1845.29/1849.95	c #Conflicts:    3030000 | #Constraints:      71792
1845.29/1849.95	c #Conflicts:    3031000 | #Constraints:      72792
1845.29/1849.95	c #Conflicts:    3032000 | #Constraints:      73792
1845.29/1849.95	c #Conflicts:    3033000 | #Constraints:      74792
1845.29/1849.95	c #Conflicts:    3034000 | #Constraints:      75792
1845.29/1849.95	c #Conflicts:    3035000 | #Constraints:      76792
1845.29/1849.95	c #Conflicts:    3036000 | #Constraints:      77792
1845.29/1849.95	c INPROCESSING
1845.29/1849.95	c GARBAGE COLLECT
1845.29/1849.95	c #Conflicts:    3037000 | #Constraints:      43997
1845.29/1849.95	c #Conflicts:    3038000 | #Constraints:      44997
1845.29/1849.95	c #Conflicts:    3039000 | #Constraints:      45997
1845.29/1849.95	c #Conflicts:    3040000 | #Constraints:      46997
1845.29/1849.95	c #Conflicts:    3041000 | #Constraints:      47999
1845.29/1849.95	c #Conflicts:    3042000 | #Constraints:      48999
1845.29/1849.95	c #Conflicts:    3043000 | #Constraints:      49999
1845.29/1849.95	c #Conflicts:    3044000 | #Constraints:      50999
1845.29/1849.95	c #Conflicts:    3045000 | #Constraints:      52000
1845.29/1849.95	c #Conflicts:    3046000 | #Constraints:      53000
1845.29/1849.95	c #Conflicts:    3047000 | #Constraints:      54000
1845.29/1849.95	c #Conflicts:    3048000 | #Constraints:      55001
1845.29/1849.95	c #Conflicts:    3049000 | #Constraints:      56001
1845.29/1849.95	c #Conflicts:    3050000 | #Constraints:      57001
1845.29/1849.95	c #Conflicts:    3051000 | #Constraints:      58001
1845.29/1849.95	c #Conflicts:    3052000 | #Constraints:      59001
1845.29/1849.95	c #Conflicts:    3053000 | #Constraints:      60001
1863.35/1868.09	c #Conflicts:    3054000 | #Constraints:      61001
1863.35/1868.09	c #Conflicts:    3055000 | #Constraints:      62001
1863.35/1868.09	c #Conflicts:    3056000 | #Constraints:      63001
1863.35/1868.09	c #Conflicts:    3057000 | #Constraints:      64002
1863.35/1868.09	c #Conflicts:    3058000 | #Constraints:      65002
1863.35/1868.09	c #Conflicts:    3059000 | #Constraints:      66002
1863.35/1868.09	c #Conflicts:    3060000 | #Constraints:      67002
1863.35/1868.09	c #Conflicts:    3061000 | #Constraints:      68002
1863.35/1868.09	c #Conflicts:    3062000 | #Constraints:      69002
1863.35/1868.09	c #Conflicts:    3063000 | #Constraints:      70002
1863.35/1868.09	c #Conflicts:    3064000 | #Constraints:      71002
1863.35/1868.09	c #Conflicts:    3065000 | #Constraints:      72002
1863.35/1868.09	c #Conflicts:    3066000 | #Constraints:      73002
1863.35/1868.09	c #Conflicts:    3067000 | #Constraints:      74002
1863.35/1868.09	c #Conflicts:    3068000 | #Constraints:      75002
1863.35/1868.09	c #Conflicts:    3069000 | #Constraints:      76002
1863.35/1868.09	c #Conflicts:    3070000 | #Constraints:      77002
1863.35/1868.09	c #Conflicts:    3071000 | #Constraints:      78002
1863.35/1868.09	c INPROCESSING
1863.35/1868.09	c GARBAGE COLLECT
1863.35/1868.09	c #Conflicts:    3072000 | #Constraints:      44115
1863.35/1868.09	c #Conflicts:    3073000 | #Constraints:      45115
1863.35/1868.09	c #Conflicts:    3074000 | #Constraints:      46115
1863.35/1868.09	c #Conflicts:    3075000 | #Constraints:      47116
1863.35/1868.09	c #Conflicts:    3076000 | #Constraints:      48116
1863.35/1868.09	c #Conflicts:    3077000 | #Constraints:      49116
1863.35/1868.09	c #Conflicts:    3078000 | #Constraints:      50116
1863.35/1868.09	c #Conflicts:    3079000 | #Constraints:      51116
1863.35/1868.09	c #Conflicts:    3080000 | #Constraints:      52117
1863.35/1868.09	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[10]: 6 -0.999984 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[35]: 6 -1.25 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[36]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[37]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[41]: 6 0 21.415 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[45]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[51]: 6 -0.991872 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[77]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[81]: 6 -0.997947 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[100]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[102]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[105]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[132]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[138]: 6 0 50.0814 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[162]: 6 0 1.00309 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[195]: 6 0 1.00143 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[196]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[230]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[232]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[261]: 6 -0.886781 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[266]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[270]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[292]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[354]: 6 0 1.00309 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[386]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[387]: 6 0 1.00132 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[419]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[421]: 6 -0.887217 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[422]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[468]: 6 0 30.6935 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[483]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[484]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[488]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[495]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[503]: 6 -0.88464 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[508]: 6 -1.32813 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[516]: 6 0 24.3056 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[518]: 6 -0.996885 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[521]: 6 -0.991868 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[547]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[549]: 6 0 2.21647 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[552]: 6 0 26.6989 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[553]: 6 -0.983783 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[561]: 6 -0.997491 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[571]: 6 0 0.25 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[599]: 6 -0.986825 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[643]: 6 0 1.00143 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[646]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[653]: 6 -1.0004 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[654]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[680]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[701]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1034]: 6 0 1701.48 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1035]: 6 -0.999958 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1036]: 6 -0.999981 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1039]: 6 -0.999316 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1087]: 6 -1.31404 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1094]: 6 0 0.426868 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1098]: 6 -0.999984 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1122]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1154]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1186]: 6 -1.25 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1248]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1279]: 6 -0.25 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1284]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1309]: 6 -2.125 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1312]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1405]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1421]: 6 -4.34833 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1436]: 6 -0.750001 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1467]: 6 -0.994006 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1473]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1475]: 6 0 12.8597 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1476]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1501]: 6 -0.67879 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1503]: 6 -0.75 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1506]: 6 -0.996884 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1508]: 6 -0.978027 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1515]: 6 -0.998442 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1538]: 6 0 5.42985 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1554]: 6 -1.00672 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1567]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1568]: 6 0 25.6075 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1889]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1891]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1894]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1903]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1904]: 6 -0.999984 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1907]: 6 -1.00003 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1909]: 6 -0.999934 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1911]: 6 -1.00013 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1948]: 6 0 0.959505 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2000]: 6 0 31 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2002]: 6 -13.83 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2018]: 6 -20806.3 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2102]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2110]: 6 -0.997948 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2207]: 6 -0.999937 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2287]: 6 -0.999994 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2298]: 6 -0.999448 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2340]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2342]: 6 0 18.2076 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2426]: 6 -1.25 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2479]: 6 -1.00001 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[2997]: 6 -3 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3050]: 6 0 0.998257 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3062]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3098]: 6 -3 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3231]: 6 -1.25 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3267]: 6 -0.997336 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3269]: 6 -1.00119 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3355]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3365]: 6 -0.999998 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3396]: 6 0 13.7146 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3403]: 6 0 2.34575 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3428]: 6 0 13.7314 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3429]: 6 0 13.7146 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3443]: 6 0 53.3295 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3451]: 6 -0.999855 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3457]: 6 -0.974765 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3463]: 6 -0.996544 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3478]: 6 -1.69341 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3492]: 6 -0.982094 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3497]: 6 0 26.6989 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3498]: 6 -0.982905 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3523]: 6 -1.00001 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3525]: 6 -28.7226 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3530]: 6 0 1 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3537]: 6 -0.992664 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3546]: 6 -0.991863 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3551]: 6 -1.00002 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3553]: 6 -0.997461 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3573]: 6 -3 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3612]: 6 -1.15625 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3616]: 6 -1.25 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3642]: 6 -1.00052 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3652]: 6 -0.891785 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3653]: 6 -0.891786 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3656]: 6 -0.933692 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3689]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3734]: 6 -1.0002 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3738]: 6 -0.999217 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3806]: 6 0 0.500001 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3826]: 6 -1.00005 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3830]: 6 -0.9998 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3835]: 6 -0.997302 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3861]: 6 0 7.49865 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3864]: 6 -11.75 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3865]: 6 0 26.5304 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3867]: 6 -4 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3868]: 6 -7 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3920]: 6 -0.999992 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3924]: 6 -1.00003 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3927]: 6 -0.999937 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
1863.35/1868.09	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
1898.67/1903.41	c #Conflicts:    3081000 | #Constraints:      53117
1898.67/1903.41	c #Conflicts:    3082000 | #Constraints:      54117
1898.67/1903.41	c #Conflicts:    3083000 | #Constraints:      55117
1898.67/1903.41	c #Conflicts:    3084000 | #Constraints:      56117
1898.67/1903.41	c #Conflicts:    3085000 | #Constraints:      57117
1898.67/1903.41	c #Conflicts:    3086000 | #Constraints:      58117
1898.67/1903.41	c #Conflicts:    3087000 | #Constraints:      59117
1898.67/1903.41	c #Conflicts:    3088000 | #Constraints:      60117
1898.67/1903.41	c #Conflicts:    3089000 | #Constraints:      61117
1898.67/1903.41	c #Conflicts:    3090000 | #Constraints:      62117
1898.67/1903.41	c #Conflicts:    3091000 | #Constraints:      63117
1898.67/1903.41	c #Conflicts:    3092000 | #Constraints:      64117
1898.67/1903.41	c #Conflicts:    3093000 | #Constraints:      65117
1898.67/1903.41	c #Conflicts:    3094000 | #Constraints:      66117
1898.67/1903.41	c #Conflicts:    3095000 | #Constraints:      67117
1898.67/1903.41	c #Conflicts:    3096000 | #Constraints:      68117
1898.67/1903.41	c #Conflicts:    3097000 | #Constraints:      69117
1898.67/1903.41	c #Conflicts:    3098000 | #Constraints:      70117
1898.67/1903.41	c #Conflicts:    3099000 | #Constraints:      71117
1898.67/1903.41	c #Conflicts:    3100000 | #Constraints:      72117
1898.67/1903.41	c #Conflicts:    3101000 | #Constraints:      73117
1898.67/1903.41	c #Conflicts:    3102000 | #Constraints:      74117
1898.67/1903.41	c #Conflicts:    3103000 | #Constraints:      75117
1898.67/1903.41	c #Conflicts:    3104000 | #Constraints:      76117
1898.67/1903.41	c #Conflicts:    3105000 | #Constraints:      77117
1898.67/1903.41	c #Conflicts:    3106000 | #Constraints:      78117
1898.67/1903.41	c INPROCESSING
1898.67/1903.41	c GARBAGE COLLECT
1898.67/1903.41	c #Conflicts:    3107000 | #Constraints:      44037
1898.67/1903.41	c #Conflicts:    3108000 | #Constraints:      45037
1898.67/1903.41	c #Conflicts:    3109000 | #Constraints:      46037
1898.67/1903.41	c #Conflicts:    3110000 | #Constraints:      47037
1898.67/1903.41	c #Conflicts:    3111000 | #Constraints:      48037
1898.67/1903.41	c #Conflicts:    3112000 | #Constraints:      49037
1898.67/1903.41	c #Conflicts:    3113000 | #Constraints:      50037
1898.67/1903.41	c #Conflicts:    3114000 | #Constraints:      51037
1898.67/1903.41	c #Conflicts:    3115000 | #Constraints:      52037
1898.67/1903.41	c #Conflicts:    3116000 | #Constraints:      53037
1898.67/1903.41	c #Conflicts:    3117000 | #Constraints:      54037
1898.67/1903.41	c #Conflicts:    3118000 | #Constraints:      55037
1898.67/1903.41	c #Conflicts:    3119000 | #Constraints:      56037
1898.67/1903.41	c #Conflicts:    3120000 | #Constraints:      57037
1898.67/1903.41	c #Conflicts:    3121000 | #Constraints:      58037
1898.67/1903.41	c #Conflicts:    3122000 | #Constraints:      59037
1898.67/1903.41	c #Conflicts:    3123000 | #Constraints:      60037
1898.67/1903.41	c #Conflicts:    3124000 | #Constraints:      61037
1898.67/1903.41	c #Conflicts:    3125000 | #Constraints:      62037
1898.67/1903.41	c #Conflicts:    3126000 | #Constraints:      63037
1898.67/1903.41	c #Conflicts:    3127000 | #Constraints:      64037
1898.67/1903.41	c #Conflicts:    3128000 | #Constraints:      65037
1898.67/1903.41	c #Conflicts:    3129000 | #Constraints:      66037
1898.67/1903.41	c #Conflicts:    3130000 | #Constraints:      67037
1898.67/1903.41	c #Conflicts:    3131000 | #Constraints:      68037
1898.67/1903.41	c #Conflicts:    3132000 | #Constraints:      69037
1898.67/1903.41	c #Conflicts:    3133000 | #Constraints:      70037
1898.67/1903.41	c #Conflicts:    3134000 | #Constraints:      71037
1898.67/1903.41	c #Conflicts:    3135000 | #Constraints:      72037
1898.67/1903.41	c #Conflicts:    3136000 | #Constraints:      73038
1898.67/1903.41	c #Conflicts:    3137000 | #Constraints:      74038
1898.67/1903.41	c #Conflicts:    3138000 | #Constraints:      75038
1898.67/1903.41	c #Conflicts:    3139000 | #Constraints:      76038
1898.67/1903.41	c #Conflicts:    3140000 | #Constraints:      77038
1898.67/1903.41	c #Conflicts:    3141000 | #Constraints:      78038
1898.67/1903.41	c INPROCESSING
1898.67/1903.41	c GARBAGE COLLECT
1898.67/1903.41	WSVECS04 Frhs2[2]: 6 -2.05209 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[33]: 6 -3.88544 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[45]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[81]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[84]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[97]: 6 -2.8034 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[106]: 6 -1.25 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[128]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[149]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[185]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[189]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[213]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[219]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[224]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[279]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[348]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[349]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[398]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[405]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[406]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[442]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[497]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[535]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[552]: 6 -2.33203 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[576]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[577]: 6 -1.26041 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[585]: 6 -1.67709 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[586]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[593]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[632]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[669]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1043]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1051]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1058]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1094]: 6 -4.84442 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1118]: 6 -1.39638 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1120]: 6 -1.33206 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1126]: 6 -1.3125 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1127]: 6 -1.11706 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1130]: 6 -0.75 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1159]: 6 -1.33325 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1167]: 6 -1.3125 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1179]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1186]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1277]: 6 0 1.05209 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1335]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1345]: 6 -2.25 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1351]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1391]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1412]: 6 -2 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1487]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1506]: 6 -2.82813 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1534]: 6 -1.32813 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1549]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1559]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1910]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1917]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1929]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1932]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2015]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2019]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2023]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2043]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2047]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2084]: 6 -1.91423 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2105]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2115]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2117]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
1898.67 [...]

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

 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2493]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2503]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2530]: 6 -1.3125 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2570]: 6 -3 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2629]: 6 -1.29688 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2630]: 6 -1.25 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2743]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3058]: 6 -10.3281 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3204]: 6 -1.25 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3234]: 6 -16.7917 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3267]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3299]: 6 -1.32813 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3319]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3331]: 6 -3.32813 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3426]: 6 -1.32813 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3618]: 6 -1.3125 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3619]: 6 -1.3125 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3653]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3667]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3670]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3762]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3809]: 6 -1.3125 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
1898.67/1903.41	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
1961.30/1966.27	c #Conflicts:    3142000 | #Constraints:      43818
1961.30/1966.27	c #Conflicts:    3143000 | #Constraints:      44819
1961.30/1966.27	c #Conflicts:    3144000 | #Constraints:      45819
1961.30/1966.27	c #Conflicts:    3145000 | #Constraints:      46819
1961.30/1966.27	c #Conflicts:    3146000 | #Constraints:      47819
1961.30/1966.27	c #Conflicts:    3147000 | #Constraints:      48819
1961.30/1966.27	c #Conflicts:    3148000 | #Constraints:      49819
1961.30/1966.27	c #Conflicts:    3149000 | #Constraints:      50819
1961.30/1966.27	c #Conflicts:    3150000 | #Constraints:      51819
1961.30/1966.27	c #Conflicts:    3151000 | #Constraints:      52819
1961.30/1966.27	c #Conflicts:    3152000 | #Constraints:      53819
1961.30/1966.27	c #Conflicts:    3153000 | #Constraints:      54861
1961.30/1966.27	c #Conflicts:    3154000 | #Constraints:      55861
1961.30/1966.27	c #Conflicts:    3155000 | #Constraints:      56861
1961.30/1966.27	c #Conflicts:    3156000 | #Constraints:      57861
1961.30/1966.27	c #Conflicts:    3157000 | #Constraints:      58861
1961.30/1966.27	c #Conflicts:    3158000 | #Constraints:      59861
1961.30/1966.27	c #Conflicts:    3159000 | #Constraints:      60861
1961.30/1966.27	c #Conflicts:    3160000 | #Constraints:      61861
1961.30/1966.27	c #Conflicts:    3161000 | #Constraints:      62861
1961.30/1966.27	c #Conflicts:    3162000 | #Constraints:      63861
1961.30/1966.27	c #Conflicts:    3163000 | #Constraints:      64861
1961.30/1966.27	c #Conflicts:    3164000 | #Constraints:      65861
1961.30/1966.27	c #Conflicts:    3165000 | #Constraints:      66861
1961.30/1966.27	c #Conflicts:    3166000 | #Constraints:      67861
1961.30/1966.27	c #Conflicts:    3167000 | #Constraints:      68861
1961.30/1966.27	c #Conflicts:    3168000 | #Constraints:      69861
1961.30/1966.27	c #Conflicts:    3169000 | #Constraints:      70861
1961.30/1966.27	c #Conflicts:    3170000 | #Constraints:      71861
1961.30/1966.27	c #Conflicts:    3171000 | #Constraints:      72861
1961.30/1966.27	c #Conflicts:    3172000 | #Constraints:      73861
1961.30/1966.27	c #Conflicts:    3173000 | #Constraints:      74861
1961.30/1966.27	c #Conflicts:    3174000 | #Constraints:      75861
1961.30/1966.27	c #Conflicts:    3175000 | #Constraints:      76861
1961.30/1966.27	c #Conflicts:    3176000 | #Constraints:      77861
1961.30/1966.27	c #Conflicts:    3177000 | #Constraints:      78863
1961.30/1966.27	c INPROCESSING
1961.30/1966.27	c GARBAGE COLLECT
1961.30/1966.27	c #Conflicts:    3178000 | #Constraints:      44404
1961.30/1966.27	c #Conflicts:    3179000 | #Constraints:      45404
1961.30/1966.27	c #Conflicts:    3180000 | #Constraints:      46404
1961.30/1966.27	c #Conflicts:    3181000 | #Constraints:      47404
1961.30/1966.27	c #Conflicts:    3182000 | #Constraints:      48404
1961.30/1966.27	c #Conflicts:    3183000 | #Constraints:      49404
1961.30/1966.27	c #Conflicts:    3184000 | #Constraints:      50404
1961.30/1966.27	c #Conflicts:    3185000 | #Constraints:      51404
1961.30/1966.27	c #Conflicts:    3186000 | #Constraints:      52404
1961.30/1966.27	c #Conflicts:    3187000 | #Constraints:      53404
1961.30/1966.27	c #Conflicts:    3188000 | #Constraints:      54404
1961.30/1966.27	c #Conflicts:    3189000 | #Constraints:      55404
1961.30/1966.27	c #Conflicts:    3190000 | #Constraints:      56404
1961.30/1966.27	c #Conflicts:    3191000 | #Constraints:      57404
1961.30/1966.27	c #Conflicts:    3192000 | #Constraints:      58405
1961.30/1966.27	c #Conflicts:    3193000 | #Constraints:      59405
1961.30/1966.27	c #Conflicts:    3194000 | #Constraints:      60405
1961.30/1966.27	c #Conflicts:    3195000 | #Constraints:      61405
1961.30/1966.27	c #Conflicts:    3196000 | #Constraints:      62405
1961.30/1966.27	c #Conflicts:    3197000 | #Constraints:      63405
1961.30/1966.27	c #Conflicts:    3198000 | #Constraints:      64405
1961.30/1966.27	c #Conflicts:    3199000 | #Constraints:      65405
1961.30/1966.27	c #Conflicts:    3200000 | #Constraints:      66420
1961.30/1966.27	c #Conflicts:    3201000 | #Constraints:      67420
1961.30/1966.27	c #Conflicts:    3202000 | #Constraints:      68814
1961.30/1966.27	c #Conflicts:    3203000 | #Constraints:      70311
1961.30/1966.27	c #Conflicts:    3204000 | #Constraints:      71508
1961.30/1966.27	c #Conflicts:    3205000 | #Constraints:      72508
1961.30/1966.27	c #Conflicts:    3206000 | #Constraints:      73509
1961.30/1966.27	c #Conflicts:    3207000 | #Constraints:      74509
1961.30/1966.27	c #Conflicts:    3208000 | #Constraints:      75509
1961.30/1966.27	c #Conflicts:    3209000 | #Constraints:      76509
1961.30/1966.27	c #Conflicts:    3210000 | #Constraints:      77509
1961.30/1966.27	c #Conflicts:    3211000 | #Constraints:      78509
1961.30/1966.27	c #Conflicts:    3212000 | #Constraints:      79509
1961.30/1966.27	c #Conflicts:    3213000 | #Constraints:      80509
1961.30/1966.27	c INPROCESSING
1961.30/1966.27	c GARBAGE COLLECT
1961.30/1966.27	c #Conflicts:    3214000 | #Constraints:      45341
1961.30/1966.27	c #Conflicts:    3215000 | #Constraints:      46341
1961.30/1966.27	c #Conflicts:    3216000 | #Constraints:      47341
1961.30/1966.27	c #Conflicts:    3217000 | #Constraints:      48341
1961.30/1966.27	c #Conflicts:    3218000 | #Constraints:      49341
1961.30/1966.27	c #Conflicts:    3219000 | #Constraints:      50341
2004.88/2009.99	c #Conflicts:    3220000 | #Constraints:      51342
2004.88/2009.99	c #Conflicts:    3221000 | #Constraints:      52342
2004.88/2009.99	c #Conflicts:    3222000 | #Constraints:      53342
2004.88/2009.99	c #Conflicts:    3223000 | #Constraints:      54342
2004.88/2009.99	c #Conflicts:    3224000 | #Constraints:      55342
2004.88/2009.99	c #Conflicts:    3225000 | #Constraints:      56342
2004.88/2009.99	c #Conflicts:    3226000 | #Constraints:      57342
2004.88/2009.99	c #Conflicts:    3227000 | #Constraints:      58342
2004.88/2009.99	c #Conflicts:    3228000 | #Constraints:      59342
2004.88/2009.99	c #Conflicts:    3229000 | #Constraints:      60342
2004.88/2009.99	c #Conflicts:    3230000 | #Constraints:      61342
2004.88/2009.99	c #Conflicts:    3231000 | #Constraints:      62342
2004.88/2009.99	c #Conflicts:    3232000 | #Constraints:      63342
2004.88/2009.99	c #Conflicts:    3233000 | #Constraints:      64342
2004.88/2009.99	c #Conflicts:    3234000 | #Constraints:      65342
2004.88/2009.99	c #Conflicts:    3235000 | #Constraints:      66342
2004.88/2009.99	c #Conflicts:    3236000 | #Constraints:      67342
2004.88/2009.99	c #Conflicts:    3237000 | #Constraints:      68342
2004.88/2009.99	c #Conflicts:    3238000 | #Constraints:      69342
2004.88/2009.99	c #Conflicts:    3239000 | #Constraints:      70342
2004.88/2009.99	c #Conflicts:    3240000 | #Constraints:      71342
2004.88/2009.99	c #Conflicts:    3241000 | #Constraints:      72342
2004.88/2009.99	c #Conflicts:    3242000 | #Constraints:      73342
2004.88/2009.99	c #Conflicts:    3243000 | #Constraints:      74342
2004.88/2009.99	c #Conflicts:    3244000 | #Constraints:      75342
2004.88/2009.99	c #Conflicts:    3245000 | #Constraints:      76342
2004.88/2009.99	c #Conflicts:    3246000 | #Constraints:      77342
2004.88/2009.99	c #Conflicts:    3247000 | #Constraints:      78342
2004.88/2009.99	c #Conflicts:    3248000 | #Constraints:      79342
2004.88/2009.99	c #Conflicts:    3249000 | #Constraints:      80342
2004.88/2009.99	c INPROCESSING
2004.88/2009.99	c GARBAGE COLLECT
2004.88/2009.99	c #Conflicts:    3250000 | #Constraints:      45267
2004.88/2009.99	c #Conflicts:    3251000 | #Constraints:      46268
2004.88/2009.99	c #Conflicts:    3252000 | #Constraints:      47268
2004.88/2009.99	c #Conflicts:    3253000 | #Constraints:      48268
2004.88/2009.99	c #Conflicts:    3254000 | #Constraints:      49268
2004.88/2009.99	c #Conflicts:    3255000 | #Constraints:      50268
2004.88/2009.99	c #Conflicts:    3256000 | #Constraints:      51268
2004.88/2009.99	c #Conflicts:    3257000 | #Constraints:      52320
2004.88/2009.99	c #Conflicts:    3258000 | #Constraints:      53321
2004.88/2009.99	c #Conflicts:    3259000 | #Constraints:      54321
2004.88/2009.99	c #Conflicts:    3260000 | #Constraints:      55321
2004.88/2009.99	c #Conflicts:    3261000 | #Constraints:      56321
2004.88/2009.99	c #Conflicts:    3262000 | #Constraints:      57321
2004.88/2009.99	c #Conflicts:    3263000 | #Constraints:      58321
2004.88/2009.99	c #Conflicts:    3264000 | #Constraints:      59322
2004.88/2009.99	c #Conflicts:    3265000 | #Constraints:      60322
2004.88/2009.99	c #Conflicts:    3266000 | #Constraints:      61322
2004.88/2009.99	c #Conflicts:    3267000 | #Constraints:      62322
2004.88/2009.99	c #Conflicts:    3268000 | #Constraints:      63322
2004.88/2009.99	c #Conflicts:    3269000 | #Constraints:      64322
2004.88/2009.99	c #Conflicts:    3270000 | #Constraints:      65322
2004.88/2009.99	c #Conflicts:    3271000 | #Constraints:      66322
2004.88/2009.99	c #Conflicts:    3272000 | #Constraints:      67322
2004.88/2009.99	c #Conflicts:    3273000 | #Constraints:      68323
2004.88/2009.99	c #Conflicts:    3274000 | #Constraints:      69323
2004.88/2009.99	c #Conflicts:    3275000 | #Constraints:      70323
2004.88/2009.99	c #Conflicts:    3276000 | #Constraints:      71323
2004.88/2009.99	c #Conflicts:    3277000 | #Constraints:      72323
2004.88/2009.99	c #Conflicts:    3278000 | #Constraints:      73323
2004.88/2009.99	c #Conflicts:    3279000 | #Constraints:      74323
2004.88/2009.99	c #Conflicts:    3280000 | #Constraints:      75323
2004.88/2009.99	c #Conflicts:    3281000 | #Constraints:      76323
2004.88/2009.99	c #Conflicts:    3282000 | #Constraints:      77323
2004.88/2009.99	c #Conflicts:    3283000 | #Constraints:      78323
2004.88/2009.99	c #Conflicts:    3284000 | #Constraints:      79323
2004.88/2009.99	c #Conflicts:    3285000 | #Constraints:      80323
2004.88/2009.99	c INPROCESSING
2004.88/2009.99	c GARBAGE COLLECT
2004.88/2009.99	c #Conflicts:    3286000 | #Constraints:      45133
2004.88/2009.99	c #Conflicts:    3287000 | #Constraints:      46133
2004.88/2009.99	c #Conflicts:    3288000 | #Constraints:      47133
2004.88/2009.99	c #Conflicts:    3289000 | #Constraints:      48133
2004.88/2009.99	c #Conflicts:    3290000 | #Constraints:      49133
2004.88/2009.99	c #Conflicts:    3291000 | #Constraints:      50133
2004.88/2009.99	c #Conflicts:    3292000 | #Constraints:      51133
2004.88/2009.99	c #Conflicts:    3293000 | #Constraints:      52133
2004.88/2009.99	c #Conflicts:    3294000 | #Constraints:      53133
2004.88/2009.99	c #Conflicts:    3295000 | #Constraints:      54133
2004.88/2009.99	c #Conflicts:    3296000 | #Constraints:      55133
2024.42/2029.58	c #Conflicts:    3297000 | #Constraints:      56134
2024.42/2029.58	c #Conflicts:    3298000 | #Constraints:      57134
2024.42/2029.58	c #Conflicts:    3299000 | #Constraints:      58134
2024.42/2029.58	c #Conflicts:    3300000 | #Constraints:      59134
2024.42/2029.58	c #Conflicts:    3301000 | #Constraints:      60134
2024.42/2029.58	c #Conflicts:    3302000 | #Constraints:      61134
2024.42/2029.58	c #Conflicts:    3303000 | #Constraints:      62134
2024.42/2029.58	c #Conflicts:    3304000 | #Constraints:      63160
2024.42/2029.58	c #Conflicts:    3305000 | #Constraints:      64163
2024.42/2029.58	c #Conflicts:    3306000 | #Constraints:      65185
2024.42/2029.58	c #Conflicts:    3307000 | #Constraints:      66185
2024.42/2029.58	c #Conflicts:    3308000 | #Constraints:      67185
2024.42/2029.58	c #Conflicts:    3309000 | #Constraints:      68185
2024.42/2029.58	c #Conflicts:    3310000 | #Constraints:      69185
2024.42/2029.58	c #Conflicts:    3311000 | #Constraints:      70185
2024.42/2029.58	c #Conflicts:    3312000 | #Constraints:      71186
2024.42/2029.58	c #Conflicts:    3313000 | #Constraints:      72186
2024.42/2029.58	c #Conflicts:    3314000 | #Constraints:      73186
2024.42/2029.58	c #Conflicts:    3315000 | #Constraints:      74186
2024.42/2029.58	c #Conflicts:    3316000 | #Constraints:      75186
2024.42/2029.58	c #Conflicts:    3317000 | #Constraints:      76186
2024.42/2029.58	c #Conflicts:    3318000 | #Constraints:      77186
2024.42/2029.58	c #Conflicts:    3319000 | #Constraints:      78187
2024.42/2029.58	c #Conflicts:    3320000 | #Constraints:      79187
2024.42/2029.58	c #Conflicts:    3321000 | #Constraints:      80187
2024.42/2029.58	c INPROCESSING
2024.42/2029.58	c GARBAGE COLLECT
2024.42/2029.58	WSVECS04 Frhs2[3]: 6 -2.24002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[4]: 6 -1.25002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[7]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[9]: 6 -1.71438 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[10]: 6 -2.19053 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[11]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[18]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[25]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[27]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[31]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[33]: 6 -3.11376 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[34]: 6 0 0.312536 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[49]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[55]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[57]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[58]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[65]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[66]: 6 -2.06064 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[68]: 6 -2.80663 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[77]: 6 -1.50003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[85]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[90]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[91]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[94]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[96]: 6 -2.25001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[97]: 6 -2.39922 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[98]: 6 0 1.31259 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[111]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[119]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[121]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[126]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[141]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[143]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[153]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[158]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[160]: 6 0 0.206485 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[178]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[179]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[181]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[182]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[203]: 6 -1.25007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[204]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[207]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[212]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[214]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[215]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[222]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[233]: 6 -1.04168 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[240]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[241]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[243]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[245]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[253]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[254]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[256]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[268]: 6 -1.25007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[269]: 6 -1.25005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[272]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[273]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[274]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[276]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[277]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[285]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[305]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[311]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[314]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[330]: 6 0 1.44054 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[331]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[332]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[333]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[336]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[338]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[339]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[340]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[346]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[349]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[360]: 6 -1.48435 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[368]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[369]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[370]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[375]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[380]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[381]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[403]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[439]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[444]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[445]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[449]: 6 -3.11372 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[450]: 6 -2.31258 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[453]: 6 -2.30168 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[455]: 6 0 0.206507 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[456]: 6 0 0.412921 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[457]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[476]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[479]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[487]: 6 -1.93753 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[489]: 6 -1.59825 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[491]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[492]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[496]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[497]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[498]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[499]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[500]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[501]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[503]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[523]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[525]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[526]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[527]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[541]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[542]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[543]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[545]: 6 -4.36378 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[551]: 6 -2.64667 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[552]: 6 -3.41291 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[553]: 6 -2.19054 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[554]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[556]: 6 -3.89439 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[560]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[566]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[570]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[571]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[584]: 6 -1.04176 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[586]: 6 0 2.75002 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[593]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[597]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[601]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[603]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[614]: 6 -1.78132 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[616]: 6 -1.48433 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[620]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[621]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[622]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[625]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[627]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[628]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[629]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[639]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[645]: 6 -1.38457 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[648]: 6 -1.44032 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[649]: 6 -2.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[651]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[652]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[655]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[657]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[659]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[662]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[665]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[673]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[680]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[683]: 6 -2.30956 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[685]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[686]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[689]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[690]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[692]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[693]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[695]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[697]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1026]: 6 -1.20652 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1040]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1042]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1050]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1052]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1054]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1056]: 6 -1.67663 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1064]: 6 -2.57936 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1065]: 6 -1.32822 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1066]: 6 -2.31255 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1069]: 6 -1.2501 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1074]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1081]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1083]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1090]: 6 -1.15196 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1098]: 6 0 0.375039 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1100]: 6 -0.750024 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1102]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1103]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1104]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1105]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1108]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1109]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1113]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1114]: 6 -4.4348 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1115]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1118]: 6 -1.36807 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1120]: 6 -1.16475 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1122]: 6 -0.85046 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1129]: 6 -1.47498 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1130]: 6 -2.59168 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1131]: 6 -1.32815 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1132]: 6 -1.22354 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1133]: 6 -1.31255 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1136]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1139]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1143]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1145]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1146]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1147]: 6 -1.26425 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1148]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1152]: 6 -1.15013 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1159]: 6 0 4.24529 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1160]: 6 0 4.14741 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1161]: 6 0 2.14184 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1171]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1173]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1174]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1175]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1180]: 6 -1.32819 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1191]: 6 -2.06732 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1194]: 6 -0.750022 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1201]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1202]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1204]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1205]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1207]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1210]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1217]: 6 -0.671972 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1227]: 6 -0.750076 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1229]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1231]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1232]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1234]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1236]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1238]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1240]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1242]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1243]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1244]: 6 -1.32816 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1249]: 6 -1.31086 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1257]: 6 -0.312544 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1259]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1260]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1261]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1268]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1272]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1277]: 6 -1.25004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1286]: 6 0 1.02367 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1290]: 6 -0.862903 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1305]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1308]: 6 -1.33139 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1309]: 6 -1.31253 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1310]: 6 -1.32548 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1313]: 6 0 0.800183 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1319]: 6 -2.10609 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1320]: 6 -0.587176 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1322]: 6 -1.34862 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1323]: 6 -2.69723 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1331]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1342]: 6 -1.19147 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1346]: 6 -1.40436 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1353]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1355]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1356]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1357]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1359]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1361]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1365]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1370]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1371]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1376]: 6 0 0.20649 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1380]: 6 -1.3126 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1381]: 6 -1.55528 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1382]: 6 -1.25009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1399]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1401]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1405]: 6 -1.33212 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1406]: 6 -1.32815 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1412]: 6 -0.344512 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1417]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1418]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1422]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1423]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1424]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1426]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1429]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1432]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1433]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1434]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1440]: 6 -3.49849 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1448]: 6 -1.22624 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1449]: 6 -1.57746 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1450]: 6 -1.90485 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1451]: 6 -3.30962 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1455]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1462]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1463]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1464]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1473]: 6 0 1.53128 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1474]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1476]: 6 -3.25007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1478]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1479]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1480]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1482]: 6 -2.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1483]: 6 -2.44726 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1485]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1488]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1491]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1492]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1493]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1496]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1497]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1500]: 6 -1.20221 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1502]: 6 -0.808621 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1516]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1518]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1520]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1532]: 6 -1.32819 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1538]: 6 -2.34382 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1539]: 6 -0.687599 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1541]: 6 -0.75009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1542]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1543]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1544]: 6 -0.750021 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1546]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1552]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1557]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1559]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1566]: 6 -1.37502 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1568]: 6 -1.50003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1889]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1894]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1898]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1902]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1910]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1911]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1914]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1916]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1937]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1940]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1944]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1945]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1947]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1987]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1990]: 6 -1.67664 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[1998]: 6 -0.174311 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2000]: 6 0 1.65143 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2002]: 6 0 0.447262 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2003]: 6 -1.55287 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2014]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2015]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2018]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2023]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2026]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2028]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2030]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2032]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2033]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2036]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2037]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2040]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2041]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2042]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2044]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2046]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2048]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2058]: 6 -1.37506 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2062]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2081]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2083]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2085]: 6 -0.986675 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2090]: 6 0 5.68076 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2096]: 6 -1.25003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2108]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2110]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2111]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2113]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2116]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2117]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2120]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2121]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2124]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2125]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2127]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2129]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2132]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2136]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2139]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2142]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2156]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2158]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2159]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2161]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2165]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2167]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2169]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2177]: 6 -0.982066 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2179]: 6 -1.22514 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2195]: 6 -3.57144 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2204]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2210]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2211]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2214]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2215]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2218]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2219]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2222]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2224]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2226]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2228]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2234]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2236]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2237]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2238]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2248]: 6 0 0.440273 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2252]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2253]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2257]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2259]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2268]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2272]: 6 -1.26425 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2273]: 6 -1.88376 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2284]: 6 0 0.440302 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2297]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2300]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2302]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2304]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2306]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2308]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2311]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2315]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2317]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2320]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2322]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2324]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2328]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2329]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2332]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2334]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2335]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2343]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2344]: 6 -1.31253 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2349]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2354]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2355]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2358]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2359]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2361]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2364]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2367]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2368]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2371]: 6 -2.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2391]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2394]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2395]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2398]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2401]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2404]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2405]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2407]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2409]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2412]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2416]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2417]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2420]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2421]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2424]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2426]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2427]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2430]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2431]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2442]: 6 -1.25002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2444]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2446]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2451]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2453]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2455]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2457]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2459]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2462]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2464]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2490]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2492]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2494]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2495]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2498]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2502]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2506]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2510]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2512]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2514]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2515]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2519]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2521]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2524]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2525]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2528]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2539]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2542]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2545]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2547]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2549]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2554]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2558]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2560]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2575]: 6 -3.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2577]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2579]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2581]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2585]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2589]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2592]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2593]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2596]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2597]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2600]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2601]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2604]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2605]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2608]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2609]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2612]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2613]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2616]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2617]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2620]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2621]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2624]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2626]: 6 -1.25002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2639]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2640]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2641]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2642]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2643]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2645]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2648]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2650]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2651]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2652]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2654]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2684]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2686]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2688]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2690]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2692]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2693]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2696]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2698]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2699]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2702]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2704]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2705]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2708]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2709]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2712]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2716]: 6 -1.25008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2717]: 6 -1.25003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2727]: 6 -1.20652 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2730]: 6 -0.651497 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2736]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2746]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2747]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2749]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2768]: 6 0 1.00003 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2782]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2783]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2786]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2787]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2789]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2791]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2793]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2795]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2797]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2799]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2804]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2805]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2808]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2810]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2811]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2814]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2822]: 6 0 0.468766 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2825]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2826]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2827]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2830]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2833]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2834]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2836]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2840]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2842]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2844]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2847]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2848]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2862]: 6 -8.75005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2863]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2866]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2867]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2870]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2874]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2875]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2878]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2880]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2881]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2884]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2886]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2888]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2889]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2892]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2893]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2896]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2897]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2900]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2901]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2903]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2906]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2907]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2910]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2911]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2918]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2921]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2923]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2924]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2927]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2928]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2929]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2934]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2938]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2939]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2940]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2942]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2943]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2944]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2968]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2969]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2973]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2976]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2978]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2980]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2981]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2984]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2988]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2992]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[2996]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3000]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3003]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3006]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3007]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3010]: 6 -1.33206 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3014]: 6 -1.31255 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3015]: 6 -1.25007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3017]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3030]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3038]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3058]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3059]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3062]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3063]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3066]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3067]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3070]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3078]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3084]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3088]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3091]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3093]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3096]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3099]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3102]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3112]: 6 -1.08633 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3113]: 6 -0.672651 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3116]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3120]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3121]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3131]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3132]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3161]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3164]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3165]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3168]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3169]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3172]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3173]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3175]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3177]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3180]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3181]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3185]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3188]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3189]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3191]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3194]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3196]: 6 -1.25003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3197]: 6 -1.25006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3207]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3221]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3227]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3232]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3233]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3235]: 6 -0.37504 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3240]: 6 -10 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3241]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3243]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3247]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3257]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3260]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3261]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3264]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3267]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3268]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3272]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3275]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3278]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3286]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3288]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3290]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3295]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3299]: 6 -0.808644 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3303]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3304]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3305]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3306]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3307]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3308]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3309]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3312]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3315]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3317]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3318]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3319]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3320]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3321]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3324]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3328]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3339]: 6 -6.06257 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3342]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3344]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3345]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3346]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3350]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3354]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3356]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3358]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3360]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3364]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3365]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3368]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3369]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3372]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3373]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3375]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3376]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3378]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3382]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3386]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3390]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3391]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3398]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3399]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3406]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3408]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3412]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3419]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3424]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3445]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3448]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3450]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3452]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3453]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3456]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3457]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3460]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3461]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3464]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3468]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3472]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3476]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3480]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3481]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3483]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3486]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3487]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3490]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3494]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3495]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3516]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3518]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3520]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3531]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3534]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3538]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3540]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3542]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3544]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3548]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3550]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3554]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3555]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3558]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3559]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3566]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3567]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3569]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3572]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3573]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3575]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3580]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3581]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3584]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3585]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3590]: 6 -1.31252 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3594]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3598]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3599]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3601]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3603]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3604]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3606]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3612]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3613]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3617]: 6 0 1.65635 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3618]: 6 -1.3282 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3619]: 6 -6.64067 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3624]: 6 0 1.31255 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3635]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3638]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3641]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3642]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3643]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3646]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3647]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3650]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3651]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3654]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3658]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3659]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3661]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3663]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3668]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3672]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3673]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3677]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3679]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3681]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3682]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3683]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3684]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3686]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3687]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3688]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3692]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3694]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3696]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3699]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3701]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3702]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3706]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3708]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3714]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3715]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3718]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3719]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3722]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3723]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3728]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3731]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3734]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3735]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3737]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3738]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3740]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3742]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3743]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3746]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3747]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3750]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3751]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3754]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3755]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3758]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3759]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3761]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3764]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3765]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3768]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3770]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3771]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3774]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3775]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3777]: 6 0 1.20646 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3781]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3782]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3784]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3791]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3793]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3794]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3795]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3800]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3801]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3802]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3803]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3804]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3805]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3806]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3809]: 6 -5.66294 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3817]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3820]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3823]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3826]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3828]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3829]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3831]: 6 -1.00001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3833]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3836]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3838]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3840]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3842]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3844]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3846]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3848]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3849]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3851]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3854]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3856]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3858]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3859]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3862]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3864]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3866]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3868]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3870]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3871]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3905]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3908]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3911]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3913]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3915]: 6 -1.00006 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3918]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3919]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3925]: 6 -1.00008 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3929]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3931]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3932]: 6 -1.00002 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3936]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3938]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3939]: 6 -1.0001 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3942]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3946]: 6 -1.00003 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3947]: 6 -1.00005 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3950]: 6 -1.00004 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3960]: 6 -1.00007 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3964]: 6 -1.00009 0 shouldn't be
2024.42/2029.58	WSVECS04 Frhs2[3968]: 6 -1.00006 0 shouldn't be
2069.19/2074.42	c #Conflicts:    3322000 | #Constraints:      44890
2069.19/2074.42	c #Conflicts:    3323000 | #Constraints:      45890
2069.19/2074.42	c #Conflicts:    3324000 | #Constraints:      46890
2069.19/2074.42	c #Conflicts:    3325000 | #Constraints:      47890
2069.19/2074.42	c #Conflicts:    3326000 | #Constraints:      48890
2069.19/2074.42	c #Conflicts:    3327000 | #Constraints:      49890
2069.19/2074.42	c #Conflicts:    3328000 | #Constraints:      50890
2069.19/2074.42	c #Conflicts:    3329000 | #Constraints:      51890
2069.19/2074.42	c #Conflicts:    3330000 | #Constraints:      52890
2069.19/2074.42	c #Conflicts:    3331000 | #Constraints:      53890
2069.19/2074.42	c #Conflicts:    3332000 | #Constraints:      54890
2069.19/2074.42	c #Conflicts:    3333000 | #Constraints:      55890
2069.19/2074.42	c #Conflicts:    3334000 | #Constraints:      56890
2069.19/2074.42	c #Conflicts:    3335000 | #Constraints:      57890
2069.19/2074.42	c #Conflicts:    3336000 | #Constraints:      58890
2069.19/2074.42	c #Conflicts:    3337000 | #Constraints:      59891
2069.19/2074.42	c #Conflicts:    3338000 | #Constraints:      60891
2069.19/2074.42	c #Conflicts:    3339000 | #Constraints:      61891
2069.19/2074.42	c #Conflicts:    3340000 | #Constraints:      62891
2069.19/2074.42	c #Conflicts:    3341000 | #Constraints:      63891
2069.19/2074.42	c #Conflicts:    3342000 | #Constraints:      64891
2069.19/2074.42	c #Conflicts:    3343000 | #Constraints:      65891
2069.19/2074.42	c #Conflicts:    3344000 | #Constraints:      66891
2069.19/2074.42	c #Conflicts:    3345000 | #Constraints:      67891
2069.19/2074.42	c #Conflicts:    3346000 | #Constraints:      68891
2069.19/2074.42	c #Conflicts:    3347000 | #Constraints:      69891
2069.19/2074.42	c #Conflicts:    3348000 | #Constraints:      70891
2069.19/2074.42	c #Conflicts:    3349000 | #Constraints:      71891
2069.19/2074.42	c #Conflicts:    3350000 | #Constraints:      72891
2069.19/2074.42	c #Conflicts:    3351000 | #Constraints:      73891
2069.19/2074.42	c #Conflicts:    3352000 | #Constraints:      74891
2069.19/2074.42	c #Conflicts:    3353000 | #Constraints:      75891
2069.19/2074.42	c #Conflicts:    3354000 | #Constraints:      76891
2069.19/2074.42	c #Conflicts:    3355000 | #Constraints:      77891
2069.19/2074.42	c #Conflicts:    3356000 | #Constraints:      78891
2069.19/2074.42	c #Conflicts:    3357000 | #Constraints:      79891
2069.19/2074.42	c #Conflicts:    3358000 | #Constraints:      80891
2069.19/2074.42	c INPROCESSING
2069.19/2074.42	c GARBAGE COLLECT
2069.19/2074.42	c #Conflicts:    3359000 | #Constraints:      45433
2069.19/2074.42	c #Conflicts:    3360000 | #Constraints:      46520
2069.19/2074.42	c #Conflicts:    3361000 | #Constraints:      47520
2069.19/2074.42	c #Conflicts:    3362000 | #Constraints:      48520
2069.19/2074.42	c #Conflicts:    3363000 | #Constraints:      49520
2069.19/2074.42	c #Conflicts:    3364000 | #Constraints:      50520
2069.19/2074.42	c #Conflicts:    3365000 | #Constraints:      51520
2069.19/2074.42	c #Conflicts:    3366000 | #Constraints:      52520
2069.19/2074.42	c #Conflicts:    3367000 | #Constraints:      53520
2069.19/2074.42	c #Conflicts:    3368000 | #Constraints:      54520
2069.19/2074.42	c #Conflicts:    3369000 | #Constraints:      55520
2069.19/2074.42	c #Conflicts:    3370000 | #Constraints:      56520
2069.19/2074.42	c #Conflicts:    3371000 | #Constraints:      57520
2069.19/2074.42	c #Conflicts:    3372000 | #Constraints:      58520
2069.19/2074.42	c #Conflicts:    3373000 | #Constraints:      59520
2069.19/2074.42	c #Conflicts:    3374000 | #Constraints:      60520
2069.19/2074.42	c #Conflicts:    3375000 | #Constraints:      61520
2069.19/2074.42	c #Conflicts:    3376000 | #Constraints:      62520
2069.19/2074.42	c #Conflicts:    3377000 | #Constraints:      63520
2069.19/2074.42	c #Conflicts:    3378000 | #Constraints:      64520
2069.19/2074.42	c #Conflicts:    3379000 | #Constraints:      65520
2069.19/2074.42	c #Conflicts:    3380000 | #Constraints:      66520
2069.19/2074.42	c #Conflicts:    3381000 | #Constraints:      67520
2069.19/2074.42	c #Conflicts:    3382000 | #Constraints:      68520
2069.19/2074.42	c #Conflicts:    3383000 | #Constraints:      69520
2069.19/2074.42	c #Conflicts:    3384000 | #Constraints:      70520
2069.19/2074.42	c #Conflicts:    3385000 | #Constraints:      71520
2069.19/2074.42	c #Conflicts:    3386000 | #Constraints:      72520
2069.19/2074.42	c #Conflicts:    3387000 | #Constraints:      73520
2069.19/2074.42	c #Conflicts:    3388000 | #Constraints:      74520
2069.19/2074.42	c #Conflicts:    3389000 | #Constraints:      75520
2069.19/2074.42	c #Conflicts:    3390000 | #Constraints:      76520
2069.19/2074.42	c #Conflicts:    3391000 | #Constraints:      77520
2069.19/2074.42	c #Conflicts:    3392000 | #Constraints:      78520
2069.19/2074.42	c #Conflicts:    3393000 | #Constraints:      79520
2069.19/2074.42	c #Conflicts:    3394000 | #Constraints:      80520
2069.19/2074.42	c #Conflicts:    3395000 | #Constraints:      81520
2069.19/2074.42	c INPROCESSING
2069.19/2074.42	c GARBAGE COLLECT
2069.19/2074.42	c #Conflicts:    3396000 | #Constraints:      45864
2069.19/2074.42	c #Conflicts:    3397000 | #Constraints:      46864
2069.19/2074.42	c #Conflicts:    3398000 | #Constraints:      47865
2069.19/2074.42	c #Conflicts:    3399000 | #Constraints:      48865
2149.45/2154.90	c #Conflicts:    3400000 | #Constraints:      49865
2149.45/2154.90	c #Conflicts:    3401000 | #Constraints:      50865
2149.45/2154.90	c #Conflicts:    3402000 | #Constraints:      51865
2149.45/2154.90	c #Conflicts:    3403000 | #Constraints:      52865
2149.45/2154.90	c #Conflicts:    3404000 | #Constraints:      53865
2149.45/2154.90	c #Conflicts:    3405000 | #Constraints:      54865
2149.45/2154.90	c #Conflicts:    3406000 | #Constraints:      55865
2149.45/2154.90	c #Conflicts:    3407000 | #Constraints:      56865
2149.45/2154.90	c #Conflicts:    3408000 | #Constraints:      57865
2149.45/2154.90	c #Conflicts:    3409000 | #Constraints:      58865
2149.45/2154.90	c #Conflicts:    3410000 | #Constraints:      59866
2149.45/2154.90	c #Conflicts:    3411000 | #Constraints:      60866
2149.45/2154.90	c #Conflicts:    3412000 | #Constraints:      61866
2149.45/2154.90	c #Conflicts:    3413000 | #Constraints:      62866
2149.45/2154.90	c #Conflicts:    3414000 | #Constraints:      63866
2149.45/2154.90	c #Conflicts:    3415000 | #Constraints:      64866
2149.45/2154.90	c #Conflicts:    3416000 | #Constraints:      65866
2149.45/2154.90	c #Conflicts:    3417000 | #Constraints:      66866
2149.45/2154.90	c #Conflicts:    3418000 | #Constraints:      67866
2149.45/2154.90	c #Conflicts:    3419000 | #Constraints:      68866
2149.45/2154.90	c #Conflicts:    3420000 | #Constraints:      69883
2149.45/2154.90	c #Conflicts:    3421000 | #Constraints:      70883
2149.45/2154.90	c #Conflicts:    3422000 | #Constraints:      71886
2149.45/2154.90	c #Conflicts:    3423000 | #Constraints:      72888
2149.45/2154.90	c #Conflicts:    3424000 | #Constraints:      73888
2149.45/2154.90	c #Conflicts:    3425000 | #Constraints:      74888
2149.45/2154.90	c #Conflicts:    3426000 | #Constraints:      75888
2149.45/2154.90	c #Conflicts:    3427000 | #Constraints:      76888
2149.45/2154.90	c #Conflicts:    3428000 | #Constraints:      77888
2149.45/2154.90	c #Conflicts:    3429000 | #Constraints:      78888
2149.45/2154.90	c #Conflicts:    3430000 | #Constraints:      79888
2149.45/2154.90	c #Conflicts:    3431000 | #Constraints:      80888
2149.45/2154.90	c #Conflicts:    3432000 | #Constraints:      81888
2149.45/2154.90	c INPROCESSING
2149.45/2154.90	c GARBAGE COLLECT
2149.45/2154.90	c #Conflicts:    3433000 | #Constraints:      46106
2149.45/2154.90	c #Conflicts:    3434000 | #Constraints:      47106
2149.45/2154.90	c #Conflicts:    3435000 | #Constraints:      48107
2149.45/2154.90	c #Conflicts:    3436000 | #Constraints:      49107
2149.45/2154.90	c #Conflicts:    3437000 | #Constraints:      50107
2149.45/2154.90	c #Conflicts:    3438000 | #Constraints:      51107
2149.45/2154.90	c #Conflicts:    3439000 | #Constraints:      52107
2149.45/2154.90	c #Conflicts:    3440000 | #Constraints:      53107
2149.45/2154.90	c #Conflicts:    3441000 | #Constraints:      54107
2149.45/2154.90	c #Conflicts:    3442000 | #Constraints:      55107
2149.45/2154.90	c #Conflicts:    3443000 | #Constraints:      56107
2149.45/2154.90	c #Conflicts:    3444000 | #Constraints:      57107
2149.45/2154.90	c #Conflicts:    3445000 | #Constraints:      58108
2149.45/2154.90	c #Conflicts:    3446000 | #Constraints:      59110
2149.45/2154.90	c #Conflicts:    3447000 | #Constraints:      60110
2149.45/2154.90	c #Conflicts:    3448000 | #Constraints:      61110
2149.45/2154.90	c #Conflicts:    3449000 | #Constraints:      62110
2149.45/2154.90	c #Conflicts:    3450000 | #Constraints:      63111
2149.45/2154.90	c #Conflicts:    3451000 | #Constraints:      64111
2149.45/2154.90	c #Conflicts:    3452000 | #Constraints:      65111
2149.45/2154.90	c #Conflicts:    3453000 | #Constraints:      66111
2149.45/2154.90	c #Conflicts:    3454000 | #Constraints:      67111
2149.45/2154.90	c #Conflicts:    3455000 | #Constraints:      68111
2149.45/2154.90	c #Conflicts:    3456000 | #Constraints:      69111
2149.45/2154.90	c #Conflicts:    3457000 | #Constraints:      70111
2149.45/2154.90	c #Conflicts:    3458000 | #Constraints:      71111
2149.45/2154.90	c #Conflicts:    3459000 | #Constraints:      72111
2149.45/2154.90	c #Conflicts:    3460000 | #Constraints:      73111
2149.45/2154.90	c #Conflicts:    3461000 | #Constraints:      74111
2149.45/2154.90	c #Conflicts:    3462000 | #Constraints:      75112
2149.45/2154.90	c #Conflicts:    3463000 | #Constraints:      76112
2149.45/2154.90	c #Conflicts:    3464000 | #Constraints:      77112
2149.45/2154.90	c #Conflicts:    3465000 | #Constraints:      78112
2149.45/2154.90	c #Conflicts:    3466000 | #Constraints:      79112
2149.45/2154.90	c #Conflicts:    3467000 | #Constraints:      80112
2149.45/2154.90	c #Conflicts:    3468000 | #Constraints:      81112
2149.45/2154.90	c #Conflicts:    3469000 | #Constraints:      82112
2149.45/2154.90	c INPROCESSING
2149.45/2154.90	c GARBAGE COLLECT
2149.45/2154.90	c #Conflicts:    3470000 | #Constraints:      46074
2149.45/2154.90	c #Conflicts:    3471000 | #Constraints:      47074
2149.45/2154.90	c #Conflicts:    3472000 | #Constraints:      48074
2149.45/2154.90	c #Conflicts:    3473000 | #Constraints:      49074
2149.45/2154.90	c #Conflicts:    3474000 | #Constraints:      50074
2149.45/2154.90	c #Conflicts:    3475000 | #Constraints:      51074
2149.45/2154.90	c #Conflicts:    3476000 | #Constraints:      52074
2250.84/2256.66	c #Conflicts:    3477000 | #Constraints:      53074
2250.84/2256.66	c #Conflicts:    3478000 | #Constraints:      54074
2250.84/2256.66	c #Conflicts:    3479000 | #Constraints:      55074
2250.84/2256.66	c #Conflicts:    3480000 | #Constraints:      56074
2250.84/2256.66	c #Conflicts:    3481000 | #Constraints:      57074
2250.84/2256.66	c #Conflicts:    3482000 | #Constraints:      58074
2250.84/2256.66	c #Conflicts:    3483000 | #Constraints:      59074
2250.84/2256.66	c #Conflicts:    3484000 | #Constraints:      60074
2250.84/2256.66	c #Conflicts:    3485000 | #Constraints:      61074
2250.84/2256.66	c #Conflicts:    3486000 | #Constraints:      62074
2250.84/2256.66	c #Conflicts:    3487000 | #Constraints:      63074
2250.84/2256.66	c #Conflicts:    3488000 | #Constraints:      64074
2250.84/2256.66	c #Conflicts:    3489000 | #Constraints:      65074
2250.84/2256.66	c #Conflicts:    3490000 | #Constraints:      66074
2250.84/2256.66	c #Conflicts:    3491000 | #Constraints:      67074
2250.84/2256.66	c #Conflicts:    3492000 | #Constraints:      68074
2250.84/2256.66	c #Conflicts:    3493000 | #Constraints:      69075
2250.84/2256.66	c #Conflicts:    3494000 | #Constraints:      70075
2250.84/2256.66	c #Conflicts:    3495000 | #Constraints:      71075
2250.84/2256.66	c #Conflicts:    3496000 | #Constraints:      72075
2250.84/2256.66	c #Conflicts:    3497000 | #Constraints:      73075
2250.84/2256.66	c #Conflicts:    3498000 | #Constraints:      74075
2250.84/2256.66	c #Conflicts:    3499000 | #Constraints:      75075
2250.84/2256.66	c #Conflicts:    3500000 | #Constraints:      76075
2250.84/2256.66	c #Conflicts:    3501000 | #Constraints:      77075
2250.84/2256.66	c #Conflicts:    3502000 | #Constraints:      78075
2250.84/2256.66	c #Conflicts:    3503000 | #Constraints:      79075
2250.84/2256.66	c #Conflicts:    3504000 | #Constraints:      80076
2250.84/2256.66	c #Conflicts:    3505000 | #Constraints:      81076
2250.84/2256.66	c #Conflicts:    3506000 | #Constraints:      82076
2250.84/2256.66	c INPROCESSING
2250.84/2256.66	c GARBAGE COLLECT
2250.84/2256.66	c #Conflicts:    3507000 | #Constraints:      45851
2250.84/2256.66	c #Conflicts:    3508000 | #Constraints:      46851
2250.84/2256.66	c #Conflicts:    3509000 | #Constraints:      47851
2250.84/2256.66	c #Conflicts:    3510000 | #Constraints:      48852
2250.84/2256.66	c #Conflicts:    3511000 | #Constraints:      49852
2250.84/2256.66	c #Conflicts:    3512000 | #Constraints:      50852
2250.84/2256.66	c #Conflicts:    3513000 | #Constraints:      51852
2250.84/2256.66	c #Conflicts:    3514000 | #Constraints:      52852
2250.84/2256.66	c #Conflicts:    3515000 | #Constraints:      53852
2250.84/2256.66	c #Conflicts:    3516000 | #Constraints:      54852
2250.84/2256.66	c #Conflicts:    3517000 | #Constraints:      55852
2250.84/2256.66	c #Conflicts:    3518000 | #Constraints:      56852
2250.84/2256.66	c #Conflicts:    3519000 | #Constraints:      57852
2250.84/2256.66	c #Conflicts:    3520000 | #Constraints:      58852
2250.84/2256.66	c #Conflicts:    3521000 | #Constraints:      59852
2250.84/2256.66	c #Conflicts:    3522000 | #Constraints:      60852
2250.84/2256.66	c #Conflicts:    3523000 | #Constraints:      61852
2250.84/2256.66	c #Conflicts:    3524000 | #Constraints:      62852
2250.84/2256.66	c #Conflicts:    3525000 | #Constraints:      63852
2250.84/2256.66	c #Conflicts:    3526000 | #Constraints:      64852
2250.84/2256.66	c #Conflicts:    3527000 | #Constraints:      65852
2250.84/2256.66	c #Conflicts:    3528000 | #Constraints:      66852
2250.84/2256.66	c #Conflicts:    3529000 | #Constraints:      67852
2250.84/2256.66	c #Conflicts:    3530000 | #Constraints:      68852
2250.84/2256.66	c #Conflicts:    3531000 | #Constraints:      69852
2250.84/2256.66	c #Conflicts:    3532000 | #Constraints:      70852
2250.84/2256.66	c #Conflicts:    3533000 | #Constraints:      71852
2250.84/2256.66	c #Conflicts:    3534000 | #Constraints:      72852
2250.84/2256.66	c #Conflicts:    3535000 | #Constraints:      73852
2250.84/2256.66	c #Conflicts:    3536000 | #Constraints:      74852
2250.84/2256.66	c #Conflicts:    3537000 | #Constraints:      75852
2250.84/2256.66	c #Conflicts:    3538000 | #Constraints:      76852
2250.84/2256.66	c #Conflicts:    3539000 | #Constraints:      77852
2250.84/2256.66	c #Conflicts:    3540000 | #Constraints:      78852
2250.84/2256.66	c #Conflicts:    3541000 | #Constraints:      79852
2250.84/2256.66	c #Conflicts:    3542000 | #Constraints:      80852
2250.84/2256.66	c #Conflicts:    3543000 | #Constraints:      81852
2250.84/2256.66	c #Conflicts:    3544000 | #Constraints:      82852
2250.84/2256.66	c INPROCESSING
2250.84/2256.66	c GARBAGE COLLECT
2250.84/2256.66	c #Conflicts:    3545000 | #Constraints:      46454
2250.84/2256.66	c #Conflicts:    3546000 | #Constraints:      47454
2250.84/2256.66	c #Conflicts:    3547000 | #Constraints:      48454
2250.84/2256.66	c #Conflicts:    3548000 | #Constraints:      49454
2250.84/2256.66	c #Conflicts:    3549000 | #Constraints:      50454
2250.84/2256.66	c #Conflicts:    3550000 | #Constraints:      51454
2250.84/2256.66	c #Conflicts:    3551000 | #Constraints:      52454
2250.84/2256.66	c #Conflicts:    3552000 | #Constraints:      53454
2250.84/2256.66	c #Conflicts:    3553000 | #Constraints:      54454
2250.84/2256.66	c #Conflicts:    3554000 | #Constraints:      55454
2290.13/2296.05	c #Conflicts:    3555000 | #Constraints:      56454
2290.13/2296.05	c #Conflicts:    3556000 | #Constraints:      57454
2290.13/2296.05	c #Conflicts:    3557000 | #Constraints:      58454
2290.13/2296.05	c #Conflicts:    3558000 | #Constraints:      59454
2290.13/2296.05	c #Conflicts:    3559000 | #Constraints:      60454
2290.13/2296.05	c #Conflicts:    3560000 | #Constraints:      61454
2290.13/2296.05	c #Conflicts:    3561000 | #Constraints:      62454
2290.13/2296.05	c #Conflicts:    3562000 | #Constraints:      63454
2290.13/2296.05	c #Conflicts:    3563000 | #Constraints:      64454
2290.13/2296.05	c #Conflicts:    3564000 | #Constraints:      65454
2290.13/2296.05	c #Conflicts:    3565000 | #Constraints:      66454
2290.13/2296.05	c #Conflicts:    3566000 | #Constraints:      67454
2290.13/2296.05	c #Conflicts:    3567000 | #Constraints:      68454
2290.13/2296.05	c #Conflicts:    3568000 | #Constraints:      69454
2290.13/2296.05	c #Conflicts:    3569000 | #Constraints:      70454
2290.13/2296.05	c #Conflicts:    3570000 | #Constraints:      71454
2290.13/2296.05	c #Conflicts:    3571000 | #Constraints:      72454
2290.13/2296.05	c #Conflicts:    3572000 | #Constraints:      73454
2290.13/2296.05	c #Conflicts:    3573000 | #Constraints:      74455
2290.13/2296.05	c #Conflicts:    3574000 | #Constraints:      75455
2290.13/2296.05	c #Conflicts:    3575000 | #Constraints:      76455
2290.13/2296.05	c #Conflicts:    3576000 | #Constraints:      77455
2290.13/2296.05	c #Conflicts:    3577000 | #Constraints:      78455
2290.13/2296.05	c #Conflicts:    3578000 | #Constraints:      79455
2290.13/2296.05	c #Conflicts:    3579000 | #Constraints:      80455
2290.13/2296.05	c #Conflicts:    3580000 | #Constraints:      81455
2290.13/2296.05	c #Conflicts:    3581000 | #Constraints:      82455
2290.13/2296.05	c #Conflicts:    3582000 | #Constraints:      83455
2290.13/2296.05	c INPROCESSING
2290.13/2296.05	c GARBAGE COLLECT
2290.13/2296.05	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[33]: 6 -0.99998 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[97]: 6 -0.999981 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[100]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[103]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[116]: 6 -1.24908 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[284]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[295]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[442]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[449]: 6 -0.999981 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[486]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[545]: 6 -0.99998 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[548]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[632]: 6 -1.125 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[650]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1026]: 6 -1.01771 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1046]: 6 -1.375 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1047]: 6 -1.25 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1065]: 6 -0.964677 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1077]: 6 -0.9375 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1081]: 6 -0.8 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1084]: 6 -0.75 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1087]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1096]: 6 -0.95952 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1102]: 6 -0.965993 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1139]: 6 -45.3264 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1144]: 6 -2 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1188]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1271]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1304]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1338]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1418]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1452]: 6 -1.3125 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1458]: 6 -0.971639 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1461]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1467]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1493]: 6 -1.25 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1495]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1497]: 6 -1.55556 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1499]: 6 -1.48864 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1524]: 6 -2.25 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1989]: 6 -0.999378 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2000]: 6 -0.949281 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2001]: 6 -0.949281 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2005]: 6 -0.79712 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2009]: 6 -0.188478 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2013]: 6 0 0.474835 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2042]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2043]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2085]: 6 -0.99991 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2089]: 6 -0.999637 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2129]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2165]: 6 -20.5423 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2215]: 6 -20.0441 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2266]: 6 -0.999961 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2269]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2512]: 6 -5 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3175]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3276]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3470]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3563]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3656]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
2290.13/2296.05	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
2335.22/2341.22	c #Conflicts:    3583000 | #Constraints:      46855
2335.22/2341.22	c #Conflicts:    3584000 | #Constraints:      47855
2335.22/2341.22	c #Conflicts:    3585000 | #Constraints:      48855
2335.22/2341.22	c #Conflicts:    3586000 | #Constraints:      49855
2335.22/2341.22	c #Conflicts:    3587000 | #Constraints:      50855
2335.22/2341.22	c #Conflicts:    3588000 | #Constraints:      51869
2335.22/2341.22	c #Conflicts:    3589000 | #Constraints:      52869
2335.22/2341.22	c #Conflicts:    3590000 | #Constraints:      53869
2335.22/2341.22	c #Conflicts:    3591000 | #Constraints:      54869
2335.22/2341.22	c #Conflicts:    3592000 | #Constraints:      55869
2335.22/2341.22	c #Conflicts:    3593000 | #Constraints:      56869
2335.22/2341.22	c #Conflicts:    3594000 | #Constraints:      57869
2335.22/2341.22	c #Conflicts:    3595000 | #Constraints:      58869
2335.22/2341.22	c #Conflicts:    3596000 | #Constraints:      59869
2335.22/2341.22	c #Conflicts:    3597000 | #Constraints:      60869
2335.22/2341.22	c #Conflicts:    3598000 | #Constraints:      61869
2335.22/2341.22	c #Conflicts:    3599000 | #Constraints:      62869
2335.22/2341.22	c #Conflicts:    3600000 | #Constraints:      63869
2335.22/2341.22	c #Conflicts:    3601000 | #Constraints:      64869
2335.22/2341.22	c #Conflicts:    3602000 | #Constraints:      65869
2335.22/2341.22	c #Conflicts:    3603000 | #Constraints:      66869
2335.22/2341.22	c #Conflicts:    3604000 | #Constraints:      67869
2335.22/2341.22	c #Conflicts:    3605000 | #Constraints:      68869
2335.22/2341.22	c #Conflicts:    3606000 | #Constraints:      69869
2335.22/2341.22	c #Conflicts:    3607000 | #Constraints:      70869
2335.22/2341.22	c #Conflicts:    3608000 | #Constraints:      71869
2335.22/2341.22	c #Conflicts:    3609000 | #Constraints:      72869
2335.22/2341.22	c #Conflicts:    3610000 | #Constraints:      73869
2335.22/2341.22	c #Conflicts:    3611000 | #Constraints:      74869
2335.22/2341.22	c #Conflicts:    3612000 | #Constraints:      75869
2335.22/2341.22	c #Conflicts:    3613000 | #Constraints:      76870
2335.22/2341.22	c #Conflicts:    3614000 | #Constraints:      77870
2335.22/2341.22	c #Conflicts:    3615000 | #Constraints:      78870
2335.22/2341.22	c #Conflicts:    3616000 | #Constraints:      79870
2335.22/2341.22	c #Conflicts:    3617000 | #Constraints:      80870
2335.22/2341.22	c #Conflicts:    3618000 | #Constraints:      81870
2335.22/2341.22	c #Conflicts:    3619000 | #Constraints:      82870
2335.22/2341.22	c #Conflicts:    3620000 | #Constraints:      83870
2335.22/2341.22	c INPROCESSING
2335.22/2341.22	c GARBAGE COLLECT
2335.22/2341.22	c #Conflicts:    3621000 | #Constraints:      46996
2335.22/2341.22	c #Conflicts:    3622000 | #Constraints:      47996
2335.22/2341.22	c #Conflicts:    3623000 | #Constraints:      48996
2335.22/2341.22	c #Conflicts:    3624000 | #Constraints:      49996
2335.22/2341.22	c #Conflicts:    3625000 | #Constraints:      50996
2335.22/2341.22	c #Conflicts:    3626000 | #Constraints:      51996
2335.22/2341.22	c #Conflicts:    3627000 | #Constraints:      52996
2335.22/2341.22	c #Conflicts:    3628000 | #Constraints:      53996
2335.22/2341.22	c #Conflicts:    3629000 | #Constraints:      54996
2335.22/2341.22	c #Conflicts:    3630000 | #Constraints:      55996
2335.22/2341.22	c #Conflicts:    3631000 | #Constraints:      56996
2335.22/2341.22	c #Conflicts:    3632000 | #Constraints:      57996
2335.22/2341.22	c #Conflicts:    3633000 | #Constraints:      58996
2335.22/2341.22	c #Conflicts:    3634000 | #Constraints:      59996
2335.22/2341.22	c #Conflicts:    3635000 | #Constraints:      60996
2335.22/2341.22	c #Conflicts:    3636000 | #Constraints:      61996
2335.22/2341.22	c #Conflicts:    3637000 | #Constraints:      62996
2335.22/2341.22	c #Conflicts:    3638000 | #Constraints:      63996
2335.22/2341.22	c #Conflicts:    3639000 | #Constraints:      64996
2335.22/2341.22	c #Conflicts:    3640000 | #Constraints:      65996
2335.22/2341.22	c #Conflicts:    3641000 | #Constraints:      66996
2335.22/2341.22	c #Conflicts:    3642000 | #Constraints:      67996
2335.22/2341.22	c #Conflicts:    3643000 | #Constraints:      68996
2335.22/2341.22	c #Conflicts:    3644000 | #Constraints:      69996
2335.22/2341.22	c #Conflicts:    3645000 | #Constraints:      70996
2335.22/2341.22	c #Conflicts:    3646000 | #Constraints:      71996
2335.22/2341.22	c #Conflicts:    3647000 | #Constraints:      72996
2335.22/2341.22	c #Conflicts:    3648000 | #Constraints:      73996
2335.22/2341.22	c #Conflicts:    3649000 | #Constraints:      74996
2335.22/2341.22	c #Conflicts:    3650000 | #Constraints:      75996
2335.22/2341.22	c #Conflicts:    3651000 | #Constraints:      76996
2335.22/2341.22	c #Conflicts:    3652000 | #Constraints:      77996
2335.22/2341.22	c #Conflicts:    3653000 | #Constraints:      78996
2335.22/2341.22	c #Conflicts:    3654000 | #Constraints:      79996
2335.22/2341.22	c #Conflicts:    3655000 | #Constraints:      80996
2335.22/2341.22	c #Conflicts:    3656000 | #Constraints:      81996
2335.22/2341.22	c #Conflicts:    3657000 | #Constraints:      82997
2335.22/2341.22	c #Conflicts:    3658000 | #Constraints:      83997
2335.22/2341.22	c INPROCESSING
2335.22/2341.22	c GARBAGE COLLECT
2335.22/2341.22	c #Conflicts:    3659000 | #Constraints:      46994
2335.22/2341.22	c #Conflicts:    3660000 | #Constraints:      47994
2362.46/2368.57	c #Conflicts:    3661000 | #Constraints:      48994
2362.46/2368.57	c #Conflicts:    3662000 | #Constraints:      49994
2362.46/2368.57	c #Conflicts:    3663000 | #Constraints:      50994
2362.46/2368.57	c #Conflicts:    3664000 | #Constraints:      51994
2362.46/2368.57	c #Conflicts:    3665000 | #Constraints:      52994
2362.46/2368.57	c #Conflicts:    3666000 | #Constraints:      53994
2362.46/2368.57	c #Conflicts:    3667000 | #Constraints:      54994
2362.46/2368.57	c #Conflicts:    3668000 | #Constraints:      55994
2362.46/2368.57	c #Conflicts:    3669000 | #Constraints:      56994
2362.46/2368.57	c #Conflicts:    3670000 | #Constraints:      57994
2362.46/2368.57	c #Conflicts:    3671000 | #Constraints:      58994
2362.46/2368.57	c #Conflicts:    3672000 | #Constraints:      59994
2362.46/2368.57	c #Conflicts:    3673000 | #Constraints:      60994
2362.46/2368.57	c #Conflicts:    3674000 | #Constraints:      61994
2362.46/2368.57	c #Conflicts:    3675000 | #Constraints:      62994
2362.46/2368.57	c #Conflicts:    3676000 | #Constraints:      63994
2362.46/2368.57	c #Conflicts:    3677000 | #Constraints:      64994
2362.46/2368.57	c #Conflicts:    3678000 | #Constraints:      65994
2362.46/2368.57	c #Conflicts:    3679000 | #Constraints:      66994
2362.46/2368.57	c #Conflicts:    3680000 | #Constraints:      67994
2362.46/2368.58	c #Conflicts:    3681000 | #Constraints:      68994
2362.46/2368.58	c #Conflicts:    3682000 | #Constraints:      69994
2362.46/2368.58	c #Conflicts:    3683000 | #Constraints:      70994
2362.46/2368.58	c #Conflicts:    3684000 | #Constraints:      71994
2362.46/2368.58	c #Conflicts:    3685000 | #Constraints:      72994
2362.46/2368.58	c #Conflicts:    3686000 | #Constraints:      73994
2362.46/2368.58	c #Conflicts:    3687000 | #Constraints:      74994
2362.46/2368.58	c #Conflicts:    3688000 | #Constraints:      75994
2362.46/2368.58	c #Conflicts:    3689000 | #Constraints:      76995
2362.46/2368.58	c #Conflicts:    3690000 | #Constraints:      77995
2362.46/2368.58	c #Conflicts:    3691000 | #Constraints:      78995
2362.46/2368.58	c #Conflicts:    3692000 | #Constraints:      79995
2362.46/2368.58	c #Conflicts:    3693000 | #Constraints:      80995
2362.46/2368.58	c #Conflicts:    3694000 | #Constraints:      81995
2362.46/2368.58	c #Conflicts:    3695000 | #Constraints:      82995
2362.46/2368.58	c #Conflicts:    3696000 | #Constraints:      83995
2362.46/2368.58	c INPROCESSING
2362.46/2368.58	c GARBAGE COLLECT
2362.46/2368.58	WSVECS04 Frhs2[1]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[7]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[8]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[9]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[10]: 6 -1.00029 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[11]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[17]: 6 -1.02852 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[21]: 6 -1.59389 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[25]: 6 -0.942416 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[27]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[32]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[39]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[44]: 6 -1.31253 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[50]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[55]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[57]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[58]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[59]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[61]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[66]: 6 -0.995137 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[68]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[69]: 6 -0.995587 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[71]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[72]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[73]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[78]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[79]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[85]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[86]: 6 -1.2501 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[89]: 6 -10.586 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[93]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[99]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[101]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[102]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[103]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[105]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[107]: 6 -1.50003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[108]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[109]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[111]: 6 -0.999611 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[112]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[114]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[117]: 6 0 0.483075 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[119]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[121]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[126]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[133]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[152]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[156]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[157]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[158]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[159]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[161]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[165]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[174]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[180]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[181]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[185]: 6 -5.07055 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[187]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[193]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[197]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[198]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[207]: 6 -1.31252 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[208]: 6 -1.31259 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[222]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[225]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[228]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[229]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[230]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[243]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[245]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[250]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[251]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[257]: 6 -0.998418 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[260]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[266]: 6 -1.31252 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[275]: 6 -1.12288 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[283]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[284]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[285]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[294]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[296]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[300]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[304]: 6 -1.3126 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[305]: 6 -1.25002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[311]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[312]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[314]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[315]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[325]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[326]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[333]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[334]: 6 -1.12503 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[335]: 6 -1.12509 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[339]: 6 -1.25008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[340]: 6 -1.25005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[342]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[344]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[345]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[361]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[364]: 6 -1.32818 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[365]: 6 -1.25008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[368]: 6 -1.25001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[369]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[371]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[377]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[389]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[390]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[397]: 6 -1.31252 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[398]: 6 -1.31258 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[399]: 6 -1.25006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[405]: 6 -1.20975 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[410]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[419]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[420]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[428]: 6 -1.25002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[432]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[435]: 6 -1.15894 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[443]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[444]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[445]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[447]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[448]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[451]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[452]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[455]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[457]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[470]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[477]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[478]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[492]: 6 -0.250084 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[495]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[496]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[498]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[501]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[508]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[509]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[511]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[539]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[543]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[556]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[562]: 6 0 0.0254041 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[564]: 6 -0.547972 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[566]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[567]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[568]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[572]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[578]: 6 -1.74173 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[580]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[584]: 6 -1.12519 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[589]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[595]: 6 -0.99785 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[600]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[604]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[606]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[607]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[616]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[619]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[633]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[634]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[635]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[638]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[640]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[641]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[644]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[646]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[651]: 6 -0.999421 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[655]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[658]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[659]: 6 0 1.488 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[660]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[661]: 6 -1.54039 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[669]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[670]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[671]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[676]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[678]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[685]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[688]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[689]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[690]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1026]: 6 -1.00954 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1027]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1028]: 6 -0.982098 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1030]: 6 -1.30938 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1038]: 6 -1.00364 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1040]: 6 -1.01998 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1041]: 6 -1.01137 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1043]: 6 -1.03366 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1049]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1051]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1054]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1057]: 6 -0.99996 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1058]: 6 -0.999781 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1060]: 6 -0.998955 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1061]: 6 -0.997675 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1065]: 6 -0.700654 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1073]: 6 -1.56253 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1074]: 6 -1.83156 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1083]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1086]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1088]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1089]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1091]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1092]: 6 -0.940952 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1095]: 6 -0.999598 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1098]: 6 -1.31436 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1099]: 6 -0.742213 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1100]: 6 -1.28753 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1102]: 6 -1.03643 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1103]: 6 -0.632262 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1105]: 6 -0.231222 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1107]: 6 -0.632035 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1113]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1116]: 6 -0.999863 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1118]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1121]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1122]: 6 -1.31327 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1127]: 6 0 4.02234 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1131]: 6 -0.687552 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1133]: 6 -2.67526 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1135]: 6 -0.493843 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1140]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1141]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1142]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1148]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1149]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1150]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1156]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1165]: 6 -9.29459 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1168]: 6 -1.20314 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1172]: 6 -1.25002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1173]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1174]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1178]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1188]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1191]: 6 -1.33204 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1194]: 6 -1.3126 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1197]: 6 -1.25006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1201]: 6 -1.12508 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1202]: 6 -1.25006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1204]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1214]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1215]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1216]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1218]: 6 -1.25008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1222]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1228]: 6 -0.668036 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1231]: 6 -0.937567 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1234]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1235]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1249]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1253]: 6 -1.31257 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1255]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1256]: 6 -0.687536 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1270]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1272]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1274]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1284]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1285]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1295]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1296]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1297]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1301]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1306]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1307]: 6 -3.38745 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1310]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1312]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1313]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1315]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1316]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1341]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1343]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1344]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1346]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1350]: 6 -1.31256 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1351]: 6 -1.3282 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1363]: 6 -0.750083 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1372]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1375]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1377]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1391]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1420]: 6 -0.303879 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1421]: 6 -0.623299 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1424]: 6 -0.806233 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1434]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1440]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1464]: 6 -0.228539 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1470]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1483]: 6 -0.998368 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1486]: 6 -0.519254 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1498]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1500]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1501]: 6 -11.352 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1502]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1506]: 6 -1.73678 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1510]: 6 -1.16143 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1517]: 6 -1.49779 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1528]: 6 -1.0074 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1533]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1538]: 6 -1.86843 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1540]: 6 -1.21504 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1546]: 6 -2.28003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1547]: 6 -3.56546 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1550]: 6 -1.00682 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1552]: 6 -1.00209 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1553]: 6 -4.36218 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1557]: 6 -0.880784 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1558]: 6 -3.84817 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1559]: 6 -1.01162 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1560]: 6 -0.990795 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1562]: 6 -1.03101 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1563]: 6 -0.899491 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1565]: 6 -1.11824 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1566]: 6 -1.18258 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1889]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1898]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1902]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1910]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1914]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1917]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1919]: 6 -1.02849 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1929]: 6 0 0.187649 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1930]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1931]: 6 -3.37525 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1935]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1940]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1944]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1945]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1947]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1950]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1987]: 6 -0.999491 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1990]: 6 -1.00083 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1991]: 6 -0.998983 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1994]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1995]: 6 -0.995672 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[1997]: 6 -0.987531 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2000]: 6 -0.974365 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2001]: 6 -0.970432 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2010]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2020]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2021]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2024]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2027]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2029]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2031]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2032]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2040]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2042]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2043]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2046]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2047]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2058]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2066]: 6 -1.24266 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2083]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2088]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2090]: 6 -0.999974 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2092]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2094]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2096]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2098]: 6 -1.25007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2099]: 6 -1.25313 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2110]: 6 -0.987776 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2112]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2116]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2119]: 6 -1.94115 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2128]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2129]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2136]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2138]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2139]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2143]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2145]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2152]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2156]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2167]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2169]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2172]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2173]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2176]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2177]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2179]: 6 -0.6251 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2181]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2185]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2188]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2190]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2194]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2198]: 6 0 0.125023 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2201]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2206]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2210]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2214]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2217]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2222]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2224]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2226]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2227]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2229]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2232]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2233]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2236]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2239]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2241]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2242]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2243]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2247]: 6 -1.62575 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2249]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2251]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2255]: 6 -19.5157 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2261]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2264]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2267]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2268]: 6 -0.999846 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2270]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2272]: 6 -0.990571 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2274]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2275]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2278]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2282]: 6 -1.62577 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2290]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2291]: 6 -3.01115 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2294]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2297]: 6 -17.0891 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2303]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2307]: 6 -0.500018 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2310]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2314]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2318]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2320]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2322]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2323]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2326]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2330]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2332]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2334]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2336]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2338]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2339]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2343]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2344]: 6 -0.973306 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2351]: 6 -0.493882 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2353]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2354]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2355]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2359]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2360]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2362]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2364]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2365]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2370]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2371]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2374]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2375]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2378]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2379]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2381]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2384]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2387]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2389]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2391]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2393]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2396]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2398]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2399]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2402]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2406]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2410]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2414]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2416]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2418]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2420]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2422]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2424]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2426]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2430]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2433]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2434]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2437]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2439]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2441]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2442]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2444]: 6 -1.33212 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2445]: 6 -1.32814 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2447]: 6 -1.35047 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2448]: 6 -1.31259 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2449]: 6 -1.25007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2458]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2460]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2461]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2463]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2466]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2467]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2470]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2471]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2473]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2477]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2480]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2482]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2484]: 6 -1.33213 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2489]: 6 -0.671957 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2503]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2505]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2507]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2510]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2511]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2514]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2515]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2517]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2520]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2522]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2523]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2526]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2527]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2539]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2542]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2543]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2544]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2546]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2547]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2548]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2553]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2556]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2561]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2563]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2565]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2567]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2571]: 6 -1.25004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2573]: 6 -0.812565 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2578]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2588]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2590]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2592]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2593]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2596]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2597]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2600]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2603]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2606]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2610]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2614]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2616]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2617]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2619]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2622]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2626]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2635]: 6 -1.25009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2638]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2642]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2644]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2645]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2648]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2654]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2657]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2660]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2664]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2667]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2672]: 6 -1.31258 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2673]: 6 -0.687594 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2677]: 6 -0.750075 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2681]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2684]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2685]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2687]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2691]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2694]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2695]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2697]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2699]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2702]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2705]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2708]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2709]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2712]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2713]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2716]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2717]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2722]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2724]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2727]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2731]: 6 -1.11666 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2735]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2736]: 6 -1.3126 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2744]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2756]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2760]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2764]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2765]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2768]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2770]: 6 -1.24163 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2772]: 6 -1.12507 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2775]: 6 -0.466392 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2779]: 6 -0.899397 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2783]: 6 -0.625086 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2787]: 6 -0.500039 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2790]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2791]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2794]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2795]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2798]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2800]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2804]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2807]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2809]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2811]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2813]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2815]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2821]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2823]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2825]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2826]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2828]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2831]: 6 -1.12502 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2832]: 6 -1.25003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2840]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2843]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2847]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2848]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2849]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2851]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2853]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2855]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2861]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2864]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2866]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2869]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2872]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2876]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2878]: 6 -0.500049 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2881]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2884]: 6 -1.25006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2887]: 6 -0.500044 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2889]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2891]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2893]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2896]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2897]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2900]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2901]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2904]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2905]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2908]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2909]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2912]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2914]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2915]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2917]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2918]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2924]: 6 -1.32819 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2928]: 6 -1.25002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2931]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2932]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2934]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2936]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2939]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2940]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2941]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2942]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2944]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2945]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2948]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2949]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2954]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2955]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2957]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2962]: 6 -1.31255 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2965]: 6 -0.703172 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2969]: 6 -0.812598 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2974]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2977]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2981]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2983]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2985]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2988]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2989]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2991]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2993]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[2997]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3000]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3001]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3003]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3005]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3007]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3010]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3011]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3020]: 6 -1.32819 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3021]: 6 -1.31255 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3022]: 6 -1.31252 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3023]: 6 -1.25009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3024]: 6 -1.25002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3032]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3033]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3036]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3038]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3039]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3040]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3041]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3043]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3048]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3050]: 6 -1.63955 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3069]: 6 -0.76602 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3073]: 6 -1.06388 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3076]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3080]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3084]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3086]: 6 0 3.68866 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3087]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3090]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3092]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3094]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3095]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3098]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3099]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3104]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3119]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3130]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3132]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3133]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3134]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3136]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3137]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3140]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3141]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3144]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3146]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3147]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3151]: 6 -0.65628 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3153]: 6 -0.687525 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3161]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3164]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3165]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3168]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3169]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3172]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3175]: 6 -0.0703431 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3177]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3183]: 6 -3.37466 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3188]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3189]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3192]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3194]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3195]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3198]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3200]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3205]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3213]: 6 -1.2501 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3230]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3234]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3235]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3238]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3239]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3242]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3245]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3247]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3250]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3253]: 6 -1.24982 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3255]: 6 -0.507622 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3265]: 6 -2.98793 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3266]: 6 -5.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3267]: 6 -1.06189 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3270]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3271]: 6 -1.24735 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3274]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3279]: 6 -2.27893 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3283]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3286]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3287]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3290]: 6 -18.3998 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3292]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3295]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3305]: 6 -1.31254 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3306]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3307]: 6 -1.25008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3310]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3311]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3312]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3313]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3319]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3320]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3324]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3326]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3327]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3329]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3333]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3336]: 6 0 0.135117 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3338]: 6 0 0.276955 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3343]: 6 -1.31253 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3347]: 6 -1.25006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3351]: 6 -0.50009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3354]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3355]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3358]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3360]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3362]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3366]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3369]: 6 -0.999558 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3371]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3374]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3377]: 6 -0.992093 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3379]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3381]: 6 -0.968331 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3384]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3388]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3390]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3391]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3404]: 6 -1.25008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3406]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3413]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3414]: 6 -6.65596 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3419]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3425]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3427]: 6 -1.14192 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3431]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3440]: 6 0 1.00004 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3442]: 6 -0.141818 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3447]: 6 -0.499047 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3450]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3451]: 6 -0.995934 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3460]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3462]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3464]: 6 0 0.667074 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3470]: 6 -2.05902 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3471]: 6 -2.01764 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3474]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3475]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3480]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3481]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3483]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3486]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3494]: 6 -0.992042 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3509]: 6 0 0.0249821 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3511]: 6 -0.996091 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3514]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3515]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3521]: 6 -0.89872 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3523]: 6 -1.17232 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3539]: 6 -0.125081 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3554]: 6 0 0.025391 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3556]: 6 0 0.5636 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3557]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3560]: 6 -6.39743 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3565]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3567]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3568]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3572]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3574]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3576]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3578]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3579]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3582]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3583]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3586]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3588]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3590]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3593]: 6 -1.25007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3598]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3600]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3606]: 6 -2.20041 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3611]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3612]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3614]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3616]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3617]: 6 -1.12334 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3620]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3624]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3625]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3628]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3638]: 6 0 9.15825 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3644]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3648]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3651]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3653]: 6 -0.997862 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3656]: 6 -2.20043 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3659]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3664]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3668]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3669]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3672]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3673]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3676]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3677]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3680]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3683]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3688]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3692]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3694]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3695]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3701]: 6 -4.94186 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3704]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3708]: 6 -0.722978 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3710]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3712]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3713]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3715]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3718]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3719]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3721]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3723]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3725]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3728]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3730]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3731]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3734]: 6 -0.99205 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3736]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3738]: 6 -1.03224 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3739]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3742]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3743]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3745]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3747]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3749]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3751]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3755]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3757]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3760]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3764]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3766]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3767]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3768]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3770]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3771]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3774]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3777]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3780]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3783]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3790]: 6 -0.831196 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3792]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3795]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3804]: 6 -0.75486 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3805]: 6 -1.0001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3806]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3812]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3813]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3816]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3817]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3819]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3823]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3828]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3832]: 6 -0.983539 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3833]: 6 -0.983581 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3836]: 6 -10.2897 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3837]: 6 -0.844257 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3842]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3846]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3848]: 6 -7.798 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3849]: 6 -1.00372 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3852]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3854]: 6 -1.00001 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3856]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3860]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3861]: 6 -1.23647 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3868]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3869]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3870]: 6 -1.00007 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3907]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3910]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3928]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3929]: 6 -0.998018 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3932]: 6 -1.00004 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3934]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3936]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3938]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3939]: 6 -1.00003 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3942]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3944]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3945]: 6 -1.00009 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3948]: 6 -3.07327 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3949]: 6 -1.00002 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3951]: 6 -0.868276 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3955]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3958]: 6 -1.00006 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3960]: 6 -1.00008 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3964]: 6 -1.00005 0 shouldn't be
2362.46/2368.58	WSVECS04 Frhs2[3968]: 6 -1.00009 0 shouldn't be
2405.76/2411.96	c #Conflicts:    3697000 | #Constraints:      46799
2405.76/2411.96	c #Conflicts:    3698000 | #Constraints:      47800
2405.76/2411.96	c #Conflicts:    3699000 | #Constraints:      48800
2405.76/2411.96	c #Conflicts:    3700000 | #Constraints:      49800
2405.76/2411.96	c #Conflicts:    3701000 | #Constraints:      50800
2405.76/2411.96	c #Conflicts:    3702000 | #Constraints:      51800
2405.76/2411.96	c #Conflicts:    3703000 | #Constraints:      52800
2405.76/2411.96	c #Conflicts:    3704000 | #Constraints:      53801
2405.76/2411.96	c #Conflicts:    3705000 | #Constraints:      54801
2405.76/2411.96	c #Conflicts:    3706000 | #Constraints:      55801
2405.76/2411.96	c #Conflicts:    3707000 | #Constraints:      56801
2405.76/2411.96	c #Conflicts:    3708000 | #Constraints:      57801
2405.76/2411.96	c #Conflicts:    3709000 | #Constraints:      58801
2405.76/2411.96	c #Conflicts:    3710000 | #Constraints:      59801
2405.76/2411.96	c #Conflicts:    3711000 | #Constraints:      60801
2405.76/2411.96	c #Conflicts:    3712000 | #Constraints:      61801
2405.76/2411.96	c #Conflicts:    3713000 | #Constraints:      62801
2405.76/2411.96	c #Conflicts:    3714000 | #Constraints:      63801
2405.76/2411.96	c #Conflicts:    3715000 | #Constraints:      64801
2405.76/2411.96	c #Conflicts:    3716000 | #Constraints:      65801
2405.76/2411.96	c #Conflicts:    3717000 | #Constraints:      66801
2405.76/2411.96	c #Conflicts:    3718000 | #Constraints:      67801
2405.76/2411.96	c #Conflicts:    3719000 | #Constraints:      68801
2405.76/2411.96	c #Conflicts:    3720000 | #Constraints:      69801
2405.76/2411.96	c #Conflicts:    3721000 | #Constraints:      70801
2405.76/2411.96	c #Conflicts:    3722000 | #Constraints:      71801
2405.76/2411.96	c #Conflicts:    3723000 | #Constraints:      72801
2405.76/2411.96	c #Conflicts:    3724000 | #Constraints:      73801
2405.76/2411.96	c #Conflicts:    3725000 | #Constraints:      74801
2405.76/2411.96	c #Conflicts:    3726000 | #Constraints:      75801
2405.76/2411.96	c #Conflicts:    3727000 | #Constraints:      76801
2405.76/2411.96	c #Conflicts:    3728000 | #Constraints:      77801
2405.76/2411.96	c #Conflicts:    3729000 | #Constraints:      78801
2405.76/2411.96	c #Conflicts:    3730000 | #Constraints:      79801
2405.76/2411.96	c #Conflicts:    3731000 | #Constraints:      80802
2405.76/2411.96	c #Conflicts:    3732000 | #Constraints:      81802
2405.76/2411.96	c #Conflicts:    3733000 | #Constraints:      82802
2405.76/2411.96	c #Conflicts:    3734000 | #Constraints:      83802
2405.76/2411.96	c #Conflicts:    3735000 | #Constraints:      84802
2405.76/2411.96	c INPROCESSING
2405.76/2411.96	c GARBAGE COLLECT
2405.76/2411.96	c #Conflicts:    3736000 | #Constraints:      47427
2405.76/2411.96	c #Conflicts:    3737000 | #Constraints:      48427
2405.76/2411.96	c #Conflicts:    3738000 | #Constraints:      49427
2405.76/2411.96	c #Conflicts:    3739000 | #Constraints:      50427
2405.76/2411.96	c #Conflicts:    3740000 | #Constraints:      51427
2405.76/2411.96	c #Conflicts:    3741000 | #Constraints:      52427
2405.76/2411.96	c #Conflicts:    3742000 | #Constraints:      53427
2405.76/2411.96	c #Conflicts:    3743000 | #Constraints:      54427
2405.76/2411.96	c #Conflicts:    3744000 | #Constraints:      55495
2405.76/2411.96	c #Conflicts:    3745000 | #Constraints:      56495
2405.76/2411.96	c #Conflicts:    3746000 | #Constraints:      57495
2405.76/2411.96	c #Conflicts:    3747000 | #Constraints:      58495
2405.76/2411.96	c #Conflicts:    3748000 | #Constraints:      59495
2405.76/2411.96	c #Conflicts:    3749000 | #Constraints:      60495
2405.76/2411.96	c #Conflicts:    3750000 | #Constraints:      61495
2405.76/2411.96	c #Conflicts:    3751000 | #Constraints:      62495
2405.76/2411.96	c #Conflicts:    3752000 | #Constraints:      63495
2405.76/2411.96	c #Conflicts:    3753000 | #Constraints:      64495
2405.76/2411.96	c #Conflicts:    3754000 | #Constraints:      65495
2405.76/2411.96	c #Conflicts:    3755000 | #Constraints:      66495
2405.76/2411.96	c #Conflicts:    3756000 | #Constraints:      67495
2405.76/2411.96	c #Conflicts:    3757000 | #Constraints:      68495
2405.76/2411.96	c #Conflicts:    3758000 | #Constraints:      69495
2405.76/2411.96	c #Conflicts:    3759000 | #Constraints:      70495
2405.76/2411.96	c #Conflicts:    3760000 | #Constraints:      71495
2405.76/2411.96	c #Conflicts:    3761000 | #Constraints:      72495
2405.76/2411.96	c #Conflicts:    3762000 | #Constraints:      73495
2405.76/2411.96	c #Conflicts:    3763000 | #Constraints:      74495
2405.76/2411.96	c #Conflicts:    3764000 | #Constraints:      75495
2405.76/2411.96	c #Conflicts:    3765000 | #Constraints:      76495
2405.76/2411.96	c #Conflicts:    3766000 | #Constraints:      77495
2405.76/2411.96	c #Conflicts:    3767000 | #Constraints:      78495
2405.76/2411.96	c #Conflicts:    3768000 | #Constraints:      79495
2405.76/2411.96	c #Conflicts:    3769000 | #Constraints:      80495
2405.76/2411.96	c #Conflicts:    3770000 | #Constraints:      81495
2405.76/2411.96	c #Conflicts:    3771000 | #Constraints:      82496
2405.76/2411.96	c #Conflicts:    3772000 | #Constraints:      83496
2405.76/2411.96	c #Conflicts:    3773000 | #Constraints:      84496
2405.76/2411.96	c #Conflicts:    3774000 | #Constraints:      85496
2405.76/2411.96	c INPROCESSING
2461.04/2467.36	c GARBAGE COLLECT
2461.04/2467.36	c #Conflicts:    3775000 | #Constraints:      47842
2461.04/2467.36	c #Conflicts:    3776000 | #Constraints:      48842
2461.04/2467.36	c #Conflicts:    3777000 | #Constraints:      49842
2461.04/2467.36	c #Conflicts:    3778000 | #Constraints:      50842
2461.04/2467.36	c #Conflicts:    3779000 | #Constraints:      51842
2461.04/2467.36	c #Conflicts:    3780000 | #Constraints:      52842
2461.04/2467.36	c #Conflicts:    3781000 | #Constraints:      53843
2461.04/2467.36	c #Conflicts:    3782000 | #Constraints:      54843
2461.04/2467.36	c #Conflicts:    3783000 | #Constraints:      55843
2461.04/2467.36	c #Conflicts:    3784000 | #Constraints:      56843
2461.04/2467.36	c #Conflicts:    3785000 | #Constraints:      57843
2461.04/2467.36	c #Conflicts:    3786000 | #Constraints:      58845
2461.04/2467.36	c #Conflicts:    3787000 | #Constraints:      59847
2461.04/2467.36	c #Conflicts:    3788000 | #Constraints:      60873
2461.04/2467.36	c #Conflicts:    3789000 | #Constraints:      61875
2461.04/2467.36	c #Conflicts:    3790000 | #Constraints:      62876
2461.04/2467.36	c #Conflicts:    3791000 | #Constraints:      63877
2461.04/2467.36	c #Conflicts:    3792000 | #Constraints:      64910
2461.04/2467.36	c #Conflicts:    3793000 | #Constraints:      65929
2461.04/2467.36	c #Conflicts:    3794000 | #Constraints:      66930
2461.04/2467.36	c #Conflicts:    3795000 | #Constraints:      67930
2461.04/2467.36	c #Conflicts:    3796000 | #Constraints:      68930
2461.04/2467.36	c #Conflicts:    3797000 | #Constraints:      69930
2461.04/2467.36	c #Conflicts:    3798000 | #Constraints:      70930
2461.04/2467.36	c #Conflicts:    3799000 | #Constraints:      71931
2461.04/2467.36	c #Conflicts:    3800000 | #Constraints:      72932
2461.04/2467.36	c #Conflicts:    3801000 | #Constraints:      73932
2461.04/2467.36	c #Conflicts:    3802000 | #Constraints:      74932
2461.04/2467.36	c #Conflicts:    3803000 | #Constraints:      75932
2461.04/2467.36	c #Conflicts:    3804000 | #Constraints:      76932
2461.04/2467.36	c #Conflicts:    3805000 | #Constraints:      77932
2461.04/2467.36	c #Conflicts:    3806000 | #Constraints:      78932
2461.04/2467.36	c #Conflicts:    3807000 | #Constraints:      79932
2461.04/2467.36	c #Conflicts:    3808000 | #Constraints:      80932
2461.04/2467.36	c #Conflicts:    3809000 | #Constraints:      81932
2461.04/2467.36	c #Conflicts:    3810000 | #Constraints:      82948
2461.04/2467.36	c #Conflicts:    3811000 | #Constraints:      83948
2461.04/2467.36	c #Conflicts:    3812000 | #Constraints:      84948
2461.04/2467.36	c #Conflicts:    3813000 | #Constraints:      85949
2461.04/2467.36	c INPROCESSING
2461.04/2467.36	c GARBAGE COLLECT
2461.04/2467.36	c #Conflicts:    3814000 | #Constraints:      48075
2461.04/2467.36	c #Conflicts:    3815000 | #Constraints:      49075
2461.04/2467.36	c #Conflicts:    3816000 | #Constraints:      50075
2461.04/2467.36	c #Conflicts:    3817000 | #Constraints:      51075
2461.04/2467.36	c #Conflicts:    3818000 | #Constraints:      52075
2461.04/2467.36	c #Conflicts:    3819000 | #Constraints:      53075
2461.04/2467.36	c #Conflicts:    3820000 | #Constraints:      54075
2461.04/2467.36	c #Conflicts:    3821000 | #Constraints:      55075
2461.04/2467.36	c #Conflicts:    3822000 | #Constraints:      56075
2461.04/2467.36	c #Conflicts:    3823000 | #Constraints:      57075
2461.04/2467.36	c #Conflicts:    3824000 | #Constraints:      58075
2461.04/2467.36	c #Conflicts:    3825000 | #Constraints:      59076
2461.04/2467.36	c #Conflicts:    3826000 | #Constraints:      60076
2461.04/2467.36	c #Conflicts:    3827000 | #Constraints:      61076
2461.04/2467.36	c #Conflicts:    3828000 | #Constraints:      62076
2461.04/2467.36	c #Conflicts:    3829000 | #Constraints:      63076
2461.04/2467.36	c #Conflicts:    3830000 | #Constraints:      64076
2461.04/2467.36	c #Conflicts:    3831000 | #Constraints:      65076
2461.04/2467.36	c #Conflicts:    3832000 | #Constraints:      66076
2461.04/2467.36	c #Conflicts:    3833000 | #Constraints:      67076
2461.04/2467.36	c #Conflicts:    3834000 | #Constraints:      68076
2461.04/2467.36	c #Conflicts:    3835000 | #Constraints:      69076
2461.04/2467.36	c #Conflicts:    3836000 | #Constraints:      70077
2461.04/2467.36	c #Conflicts:    3837000 | #Constraints:      71077
2461.04/2467.36	c #Conflicts:    3838000 | #Constraints:      72077
2461.04/2467.36	c #Conflicts:    3839000 | #Constraints:      73077
2461.04/2467.36	c #Conflicts:    3840000 | #Constraints:      74077
2461.04/2467.36	c #Conflicts:    3841000 | #Constraints:      75077
2461.04/2467.36	c #Conflicts:    3842000 | #Constraints:      76077
2461.04/2467.36	c #Conflicts:    3843000 | #Constraints:      77077
2461.04/2467.36	c #Conflicts:    3844000 | #Constraints:      78134
2461.04/2467.36	c #Conflicts:    3845000 | #Constraints:      79134
2461.04/2467.36	c #Conflicts:    3846000 | #Constraints:      80134
2461.04/2467.36	c #Conflicts:    3847000 | #Constraints:      81134
2461.04/2467.36	c #Conflicts:    3848000 | #Constraints:      82134
2461.04/2467.36	c #Conflicts:    3849000 | #Constraints:      83134
2461.04/2467.36	c #Conflicts:    3850000 | #Constraints:      84134
2461.04/2467.36	c #Conflicts:    3851000 | #Constraints:      85134
2461.04/2467.36	c #Conflicts:    3852000 | #Constraints:      86134
2512.33/2518.78	c INPROCESSING
2512.33/2518.78	c GARBAGE COLLECT
2512.33/2518.78	c #Conflicts:    3853000 | #Constraints:      48066
2512.33/2518.78	c #Conflicts:    3854000 | #Constraints:      49066
2512.33/2518.78	c #Conflicts:    3855000 | #Constraints:      50066
2512.33/2518.78	c #Conflicts:    3856000 | #Constraints:      51066
2512.33/2518.78	c #Conflicts:    3857000 | #Constraints:      52066
2512.33/2518.78	c #Conflicts:    3858000 | #Constraints:      53066
2512.33/2518.78	c #Conflicts:    3859000 | #Constraints:      54066
2512.33/2518.78	c #Conflicts:    3860000 | #Constraints:      55066
2512.33/2518.78	c #Conflicts:    3861000 | #Constraints:      56066
2512.33/2518.78	c #Conflicts:    3862000 | #Constraints:      57066
2512.33/2518.78	c #Conflicts:    3863000 | #Constraints:      58066
2512.33/2518.78	c #Conflicts:    3864000 | #Constraints:      59066
2512.33/2518.78	c #Conflicts:    3865000 | #Constraints:      60066
2512.33/2518.78	c #Conflicts:    3866000 | #Constraints:      61066
2512.33/2518.78	c #Conflicts:    3867000 | #Constraints:      62066
2512.33/2518.78	c #Conflicts:    3868000 | #Constraints:      63066
2512.33/2518.78	c #Conflicts:    3869000 | #Constraints:      64066
2512.33/2518.78	c #Conflicts:    3870000 | #Constraints:      65066
2512.33/2518.78	c #Conflicts:    3871000 | #Constraints:      66066
2512.33/2518.78	c #Conflicts:    3872000 | #Constraints:      67066
2512.33/2518.78	c #Conflicts:    3873000 | #Constraints:      68066
2512.33/2518.78	c #Conflicts:    3874000 | #Constraints:      69066
2512.33/2518.78	c #Conflicts:    3875000 | #Constraints:      70066
2512.33/2518.78	c #Conflicts:    3876000 | #Constraints:      71066
2512.33/2518.78	c #Conflicts:    3877000 | #Constraints:      72066
2512.33/2518.78	c #Conflicts:    3878000 | #Constraints:      73066
2512.33/2518.78	c #Conflicts:    3879000 | #Constraints:      74066
2512.33/2518.78	c #Conflicts:    3880000 | #Constraints:      75066
2512.33/2518.78	c #Conflicts:    3881000 | #Constraints:      76066
2512.33/2518.78	c #Conflicts:    3882000 | #Constraints:      77066
2512.33/2518.78	c #Conflicts:    3883000 | #Constraints:      78066
2512.33/2518.78	c #Conflicts:    3884000 | #Constraints:      79067
2512.33/2518.78	c #Conflicts:    3885000 | #Constraints:      80067
2512.33/2518.78	c #Conflicts:    3886000 | #Constraints:      81067
2512.33/2518.78	c #Conflicts:    3887000 | #Constraints:      82067
2512.33/2518.78	c #Conflicts:    3888000 | #Constraints:      83067
2512.33/2518.78	c #Conflicts:    3889000 | #Constraints:      84067
2512.33/2518.78	c #Conflicts:    3890000 | #Constraints:      85067
2512.33/2518.78	c #Conflicts:    3891000 | #Constraints:      86067
2512.33/2518.78	c INPROCESSING
2512.33/2518.78	c GARBAGE COLLECT
2512.33/2518.78	c #Conflicts:    3892000 | #Constraints:      47831
2512.33/2518.78	c #Conflicts:    3893000 | #Constraints:      48831
2512.33/2518.78	c #Conflicts:    3894000 | #Constraints:      49831
2512.33/2518.78	c #Conflicts:    3895000 | #Constraints:      50831
2512.33/2518.78	c #Conflicts:    3896000 | #Constraints:      51831
2512.33/2518.78	c #Conflicts:    3897000 | #Constraints:      52831
2512.33/2518.78	c #Conflicts:    3898000 | #Constraints:      53831
2512.33/2518.78	c #Conflicts:    3899000 | #Constraints:      54831
2512.33/2518.78	c #Conflicts:    3900000 | #Constraints:      55831
2512.33/2518.78	c #Conflicts:    3901000 | #Constraints:      56831
2512.33/2518.78	c #Conflicts:    3902000 | #Constraints:      57831
2512.33/2518.78	c #Conflicts:    3903000 | #Constraints:      58831
2512.33/2518.78	c #Conflicts:    3904000 | #Constraints:      59831
2512.33/2518.78	c #Conflicts:    3905000 | #Constraints:      60831
2512.33/2518.78	c #Conflicts:    3906000 | #Constraints:      61831
2512.33/2518.78	c #Conflicts:    3907000 | #Constraints:      62831
2512.33/2518.78	c #Conflicts:    3908000 | #Constraints:      63831
2512.33/2518.78	c #Conflicts:    3909000 | #Constraints:      64831
2512.33/2518.78	c #Conflicts:    3910000 | #Constraints:      65831
2512.33/2518.78	c #Conflicts:    3911000 | #Constraints:      66832
2512.33/2518.78	c #Conflicts:    3912000 | #Constraints:      67832
2512.33/2518.78	c #Conflicts:    3913000 | #Constraints:      68832
2512.33/2518.78	c #Conflicts:    3914000 | #Constraints:      69832
2512.33/2518.78	c #Conflicts:    3915000 | #Constraints:      70832
2512.33/2518.78	c #Conflicts:    3916000 | #Constraints:      71833
2512.33/2518.78	c #Conflicts:    3917000 | #Constraints:      72833
2512.33/2518.78	c #Conflicts:    3918000 | #Constraints:      73833
2512.33/2518.78	c #Conflicts:    3919000 | #Constraints:      74833
2512.33/2518.78	c #Conflicts:    3920000 | #Constraints:      75833
2512.33/2518.78	c #Conflicts:    3921000 | #Constraints:      76833
2512.33/2518.78	c #Conflicts:    3922000 | #Constraints:      77833
2512.33/2518.78	c #Conflicts:    3923000 | #Constraints:      78833
2512.33/2518.78	c #Conflicts:    3924000 | #Constraints:      79833
2512.33/2518.78	c #Conflicts:    3925000 | #Constraints:      80833
2512.33/2518.78	c #Conflicts:    3926000 | #Constraints:      81847
2512.33/2518.78	c #Conflicts:    3927000 | #Constraints:      82847
2512.33/2518.78	c #Conflicts:    3928000 | #Constraints:      83847
2512.33/2518.78	c #Conflicts:    3929000 | #Constraints:      84847
2512.33/2518.78	c #Conflicts:    3930000 | #Constraints:      85847
2557.44/2563.95	c #Conflicts:    3931000 | #Constraints:      86847
2557.44/2563.95	c INPROCESSING
2557.44/2563.95	c GARBAGE COLLECT
2557.44/2563.95	c #Conflicts:    3932000 | #Constraints:      48427
2557.44/2563.95	c #Conflicts:    3933000 | #Constraints:      49427
2557.44/2563.95	c #Conflicts:    3934000 | #Constraints:      50427
2557.44/2563.95	c #Conflicts:    3935000 | #Constraints:      51427
2557.44/2563.95	c #Conflicts:    3936000 | #Constraints:      52427
2557.44/2563.95	c #Conflicts:    3937000 | #Constraints:      53427
2557.44/2563.95	c #Conflicts:    3938000 | #Constraints:      54427
2557.44/2563.95	c #Conflicts:    3939000 | #Constraints:      55427
2557.44/2563.95	c #Conflicts:    3940000 | #Constraints:      56427
2557.44/2563.95	c #Conflicts:    3941000 | #Constraints:      57427
2557.44/2563.95	c #Conflicts:    3942000 | #Constraints:      58427
2557.44/2563.95	c #Conflicts:    3943000 | #Constraints:      59427
2557.44/2563.95	c #Conflicts:    3944000 | #Constraints:      60427
2557.44/2563.95	c #Conflicts:    3945000 | #Constraints:      61427
2557.44/2563.95	c #Conflicts:    3946000 | #Constraints:      62427
2557.44/2563.95	c #Conflicts:    3947000 | #Constraints:      63427
2557.44/2563.95	c #Conflicts:    3948000 | #Constraints:      64427
2557.44/2563.95	c #Conflicts:    3949000 | #Constraints:      65427
2557.44/2563.95	c #Conflicts:    3950000 | #Constraints:      66427
2557.44/2563.95	c #Conflicts:    3951000 | #Constraints:      67427
2557.44/2563.95	c #Conflicts:    3952000 | #Constraints:      68427
2557.44/2563.95	c #Conflicts:    3953000 | #Constraints:      69427
2557.44/2563.95	c #Conflicts:    3954000 | #Constraints:      70428
2557.44/2563.95	c #Conflicts:    3955000 | #Constraints:      71428
2557.44/2563.95	c #Conflicts:    3956000 | #Constraints:      72428
2557.44/2563.95	c #Conflicts:    3957000 | #Constraints:      73428
2557.44/2563.95	c #Conflicts:    3958000 | #Constraints:      74428
2557.44/2563.95	c #Conflicts:    3959000 | #Constraints:      75643
2557.44/2563.95	c #Conflicts:    3960000 | #Constraints:      76901
2557.44/2563.95	c #Conflicts:    3961000 | #Constraints:      77901
2557.44/2563.95	c #Conflicts:    3962000 | #Constraints:      78901
2557.44/2563.95	c #Conflicts:    3963000 | #Constraints:      79901
2557.44/2563.95	c #Conflicts:    3964000 | #Constraints:      80901
2557.44/2563.95	c #Conflicts:    3965000 | #Constraints:      81901
2557.44/2563.95	c #Conflicts:    3966000 | #Constraints:      82901
2557.44/2563.95	c #Conflicts:    3967000 | #Constraints:      83901
2557.44/2563.95	c #Conflicts:    3968000 | #Constraints:      84901
2557.44/2563.95	c #Conflicts:    3969000 | #Constraints:      85901
2557.44/2563.95	c #Conflicts:    3970000 | #Constraints:      86901
2557.44/2563.95	c #Conflicts:    3971000 | #Constraints:      87901
2557.44/2563.95	c INPROCESSING
2557.44/2563.95	c GARBAGE COLLECT
2557.44/2563.95	c #Conflicts:    3972000 | #Constraints:      49072
2557.44/2563.95	c #Conflicts:    3973000 | #Constraints:      50072
2557.44/2563.95	c #Conflicts:    3974000 | #Constraints:      51072
2557.44/2563.95	c #Conflicts:    3975000 | #Constraints:      52072
2557.44/2563.95	c #Conflicts:    3976000 | #Constraints:      53072
2557.44/2563.95	c #Conflicts:    3977000 | #Constraints:      54072
2557.44/2563.95	c #Conflicts:    3978000 | #Constraints:      55072
2557.44/2563.95	c #Conflicts:    3979000 | #Constraints:      56072
2557.44/2563.95	c #Conflicts:    3980000 | #Constraints:      57072
2557.44/2563.95	c #Conflicts:    3981000 | #Constraints:      58072
2557.44/2563.95	c #Conflicts:    3982000 | #Constraints:      59072
2557.44/2563.95	c #Conflicts:    3983000 | #Constraints:      60072
2557.44/2563.95	c #Conflicts:    3984000 | #Constraints:      61072
2557.44/2563.95	c #Conflicts:    3985000 | #Constraints:      62072
2557.44/2563.95	c #Conflicts:    3986000 | #Constraints:      63072
2557.44/2563.95	c #Conflicts:    3987000 | #Constraints:      64072
2557.44/2563.95	c #Conflicts:    3988000 | #Constraints:      65072
2557.44/2563.95	c #Conflicts:    3989000 | #Constraints:      66072
2557.44/2563.95	c #Conflicts:    3990000 | #Constraints:      67072
2557.44/2563.95	c #Conflicts:    3991000 | #Constraints:      68072
2557.44/2563.95	c #Conflicts:    3992000 | #Constraints:      69072
2557.44/2563.95	c #Conflicts:    3993000 | #Constraints:      70072
2557.44/2563.95	c #Conflicts:    3994000 | #Constraints:      71072
2557.44/2563.95	c #Conflicts:    3995000 | #Constraints:      72072
2557.44/2563.95	c #Conflicts:    3996000 | #Constraints:      73072
2557.44/2563.95	c #Conflicts:    3997000 | #Constraints:      74072
2557.44/2563.95	c #Conflicts:    3998000 | #Constraints:      75072
2557.44/2563.95	c #Conflicts:    3999000 | #Constraints:      76072
2557.44/2563.95	c #Conflicts:    4000000 | #Constraints:      77072
2557.44/2563.95	c #Conflicts:    4001000 | #Constraints:      78072
2557.44/2563.95	c #Conflicts:    4002000 | #Constraints:      79072
2557.44/2563.95	c #Conflicts:    4003000 | #Constraints:      80072
2557.44/2563.95	c #Conflicts:    4004000 | #Constraints:      81072
2557.44/2563.95	c #Conflicts:    4005000 | #Constraints:      82072
2557.44/2563.95	c #Conflicts:    4006000 | #Constraints:      83072
2557.44/2563.95	c #Conflicts:    4007000 | #Constraints:      84072
2572.52/2579.08	c #Conflicts:    4008000 | #Constraints:      85072
2572.52/2579.08	c #Conflicts:    4009000 | #Constraints:      86072
2572.52/2579.08	c #Conflicts:    4010000 | #Constraints:      87072
2572.52/2579.08	c #Conflicts:    4011000 | #Constraints:      88072
2572.52/2579.08	c INPROCESSING
2572.52/2579.08	c GARBAGE COLLECT
2572.52/2579.08	c #Conflicts:    4012000 | #Constraints:      49131
2572.52/2579.08	c #Conflicts:    4013000 | #Constraints:      50131
2572.52/2579.08	c #Conflicts:    4014000 | #Constraints:      51132
2572.52/2579.08	c #Conflicts:    4015000 | #Constraints:      52132
2572.52/2579.08	c #Conflicts:    4016000 | #Constraints:      53132
2572.52/2579.08	c #Conflicts:    4017000 | #Constraints:      54132
2572.52/2579.08	c #Conflicts:    4018000 | #Constraints:      55132
2572.52/2579.08	c #Conflicts:    4019000 | #Constraints:      56132
2572.52/2579.08	c #Conflicts:    4020000 | #Constraints:      57132
2572.52/2579.08	c #Conflicts:    4021000 | #Constraints:      58135
2572.52/2579.08	c #Conflicts:    4022000 | #Constraints:      59135
2572.52/2579.08	c #Conflicts:    4023000 | #Constraints:      60143
2572.52/2579.08	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[30]: 6 -109.984 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[34]: 6 -1.0352 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[41]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[79]: 6 -2 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[98]: 6 -1.0231 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[103]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[105]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[202]: 6 -0.872539 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[220]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[290]: 6 -1.0352 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[304]: 6 -2.72665 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[354]: 6 -0.970198 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[394]: 6 -0.872539 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[450]: 6 -1.0352 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[457]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[548]: 6 -0.832591 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[551]: 6 -1.06036 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[558]: 6 -0.82516 0 shouldn't be
2572.52/2579.08	WSVECS04 Frhs2[610]: 6 -0.970198 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1036]: 6 -1.21477 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1054]: 6 0 5.5 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1057]: 6 -0.999989 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1066]: 6 -0.643526 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1186]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1416]: 6 -0.985374 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1451]: 6 -1.47655 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1454]: 6 -0.998875 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1469]: 6 0 0.128416 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1483]: 6 -1.23233 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1508]: 6 -0.547817 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1532]: 6 -0.98956 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1889]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1987]: 6 -0.999955 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2000]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2090]: 6 -0.998598 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2110]: 6 -2.43616 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2111]: 6 -2.3919 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2328]: 6 -1.08002 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2479]: 6 -0.999925 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2879]: 6 -0.106509 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3253]: 6 -0.998876 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3264]: 6 0 0.996551 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3369]: 6 -0.999801 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3430]: 6 -1.1807 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3432]: 6 -0.763021 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3434]: 6 -0.526017 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3436]: 6 -1.04368 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3442]: 6 -1.40815 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3444]: 6 -1.85909 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3492]: 6 -0.635242 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3538]: 6 -0.428689 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3541]: 6 -1.02192 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3544]: 6 -0.91258 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3545]: 6 -0.91258 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3550]: 6 0 0.0892429 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3551]: 6 -0.999972 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3554]: 6 -1.29038 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3737]: 6 -1.00071 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3826]: 6 -0.997239 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3827]: 6 -0.997239 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3924]: 6 -1.00014 0 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3925]: 6 0 6.79269 shouldn't be
2572.52/2579.09	WSVECS04 Frhs2[3930]: 6 0 31.8595 shouldn't be
2695.19/2702.04	c #Conflicts:    4024000 | #Constraints:      61144
2695.19/2702.04	c #Conflicts:    4025000 | #Constraints:      62144
2695.19/2702.04	c #Conflicts:    4026000 | #Constraints:      63144
2695.19/2702.04	c #Conflicts:    4027000 | #Constraints:      64144
2695.19/2702.04	c #Conflicts:    4028000 | #Constraints:      65144
2695.19/2702.04	c #Conflicts:    4029000 | #Constraints:      66144
2695.19/2702.04	c #Conflicts:    4030000 | #Constraints:      67144
2695.19/2702.04	c #Conflicts:    4031000 | #Constraints:      68144
2695.19/2702.04	c #Conflicts:    4032000 | #Constraints:      69144
2695.19/2702.04	c #Conflicts:    4033000 | #Constraints:      70144
2695.19/2702.04	c #Conflicts:    4034000 | #Constraints:      71144
2695.19/2702.04	c #Conflicts:    4035000 | #Constraints:      72144
2695.19/2702.04	c #Conflicts:    4036000 | #Constraints:      73144
2695.19/2702.04	c #Conflicts:    4037000 | #Constraints:      74144
2695.19/2702.04	c #Conflicts:    4038000 | #Constraints:      75144
2695.19/2702.04	c #Conflicts:    4039000 | #Constraints:      76144
2695.19/2702.04	c #Conflicts:    4040000 | #Constraints:      77144
2695.19/2702.04	c #Conflicts:    4041000 | #Constraints:      78144
2695.19/2702.04	c #Conflicts:    4042000 | #Constraints:      79144
2695.19/2702.04	c #Conflicts:    4043000 | #Constraints:      80144
2695.19/2702.04	c #Conflicts:    4044000 | #Constraints:      81144
2695.19/2702.04	c #Conflicts:    4045000 | #Constraints:      82144
2695.19/2702.04	c #Conflicts:    4046000 | #Constraints:      83144
2695.19/2702.04	c #Conflicts:    4047000 | #Constraints:      84144
2695.19/2702.04	c #Conflicts:    4048000 | #Constraints:      85144
2695.19/2702.04	c #Conflicts:    4049000 | #Constraints:      86144
2695.19/2702.04	c #Conflicts:    4050000 | #Constraints:      87144
2695.19/2702.04	c #Conflicts:    4051000 | #Constraints:      88144
2695.19/2702.04	c INPROCESSING
2695.19/2702.04	c GARBAGE COLLECT
2695.19/2702.04	c #Conflicts:    4052000 | #Constraints:      49060
2695.19/2702.04	c #Conflicts:    4053000 | #Constraints:      50060
2695.19/2702.04	c #Conflicts:    4054000 | #Constraints:      51060
2695.19/2702.04	c #Conflicts:    4055000 | #Constraints:      52060
2695.19/2702.04	c #Conflicts:    4056000 | #Constraints:      53060
2695.19/2702.04	c #Conflicts:    4057000 | #Constraints:      54060
2695.19/2702.04	c #Conflicts:    4058000 | #Constraints:      55060
2695.19/2702.04	c #Conflicts:    4059000 | #Constraints:      56060
2695.19/2702.04	c #Conflicts:    4060000 | #Constraints:      57060
2695.19/2702.04	c #Conflicts:    4061000 | #Constraints:      58060
2695.19/2702.04	c #Conflicts:    4062000 | #Constraints:      59060
2695.19/2702.04	c #Conflicts:    4063000 | #Constraints:      60060
2695.19/2702.04	c #Conflicts:    4064000 | #Constraints:      61060
2695.19/2702.04	c #Conflicts:    4065000 | #Constraints:      62060
2695.19/2702.04	c #Conflicts:    4066000 | #Constraints:      63060
2695.19/2702.04	c #Conflicts:    4067000 | #Constraints:      64060
2695.19/2702.04	c #Conflicts:    4068000 | #Constraints:      65060
2695.19/2702.04	c #Conflicts:    4069000 | #Constraints:      66060
2695.19/2702.04	c #Conflicts:    4070000 | #Constraints:      67060
2695.19/2702.04	c #Conflicts:    4071000 | #Constraints:      68060
2695.19/2702.04	c #Conflicts:    4072000 | #Constraints:      69060
2695.19/2702.04	c #Conflicts:    4073000 | #Constraints:      70060
2695.19/2702.04	c #Conflicts:    4074000 | #Constraints:      71060
2695.19/2702.04	c #Conflicts:    4075000 | #Constraints:      72060
2695.19/2702.04	c #Conflicts:    4076000 | #Constraints:      73060
2695.19/2702.04	c #Conflicts:    4077000 | #Constraints:      74060
2695.19/2702.04	c #Conflicts:    4078000 | #Constraints:      75060
2695.19/2702.04	c #Conflicts:    4079000 | #Constraints:      76060
2695.19/2702.04	c #Conflicts:    4080000 | #Constraints:      77060
2695.19/2702.04	c #Conflicts:    4081000 | #Constraints:      78060
2695.19/2702.04	c #Conflicts:    4082000 | #Constraints:      79060
2695.19/2702.04	c #Conflicts:    4083000 | #Constraints:      80060
2695.19/2702.04	c #Conflicts:    4084000 | #Constraints:      81060
2695.19/2702.04	c #Conflicts:    4085000 | #Constraints:      82060
2695.19/2702.04	c #Conflicts:    4086000 | #Constraints:      83060
2695.19/2702.04	c #Conflicts:    4087000 | #Constraints:      84060
2695.19/2702.04	c #Conflicts:    4088000 | #Constraints:      85060
2695.19/2702.04	c #Conflicts:    4089000 | #Constraints:      86060
2695.19/2702.04	c #Conflicts:    4090000 | #Constraints:      87061
2695.19/2702.04	c #Conflicts:    4091000 | #Constraints:      88061
2695.19/2702.04	c INPROCESSING
2695.19/2702.04	c GARBAGE COLLECT
2695.19/2702.04	c #Conflicts:    4092000 | #Constraints:      48844
2695.19/2702.04	c #Conflicts:    4093000 | #Constraints:      49844
2695.19/2702.04	c #Conflicts:    4094000 | #Constraints:      50844
2695.19/2702.04	c #Conflicts:    4095000 | #Constraints:      51844
2695.19/2702.04	c #Conflicts:    4096000 | #Constraints:      52845
2695.19/2702.04	c #Conflicts:    4097000 | #Constraints:      53845
2695.19/2702.04	c #Conflicts:    4098000 | #Constraints:      54845
2695.19/2702.04	c #Conflicts:    4099000 | #Constraints:      55845
2695.19/2702.04	c #Conflicts:    4100000 | #Constraints:      56845
2695.19/2702.04	c #Conflicts:    4101000 | #Constraints:      57845
2744.84/2751.86	c #Conflicts:    4102000 | #Constraints:      58845
2744.84/2751.86	c #Conflicts:    4103000 | #Constraints:      59845
2744.84/2751.86	c #Conflicts:    4104000 | #Constraints:      60845
2744.84/2751.86	c #Conflicts:    4105000 | #Constraints:      61845
2744.84/2751.86	c #Conflicts:    4106000 | #Constraints:      62845
2744.84/2751.86	c #Conflicts:    4107000 | #Constraints:      63845
2744.84/2751.86	c #Conflicts:    4108000 | #Constraints:      64845
2744.84/2751.86	c #Conflicts:    4109000 | #Constraints:      65845
2744.84/2751.86	c #Conflicts:    4110000 | #Constraints:      66845
2744.84/2751.86	c #Conflicts:    4111000 | #Constraints:      67845
2744.84/2751.86	c #Conflicts:    4112000 | #Constraints:      68846
2744.84/2751.86	c #Conflicts:    4113000 | #Constraints:      69846
2744.84/2751.86	c #Conflicts:    4114000 | #Constraints:      70846
2744.84/2751.86	c #Conflicts:    4115000 | #Constraints:      71846
2744.84/2751.86	c #Conflicts:    4116000 | #Constraints:      72846
2744.84/2751.86	c #Conflicts:    4117000 | #Constraints:      73846
2744.84/2751.86	c #Conflicts:    4118000 | #Constraints:      74846
2744.84/2751.86	c #Conflicts:    4119000 | #Constraints:      75846
2744.84/2751.86	c #Conflicts:    4120000 | #Constraints:      76964
2744.84/2751.86	c #Conflicts:    4121000 | #Constraints:      77964
2744.84/2751.86	c #Conflicts:    4122000 | #Constraints:      78964
2744.84/2751.86	c #Conflicts:    4123000 | #Constraints:      79964
2744.84/2751.86	c #Conflicts:    4124000 | #Constraints:      80964
2744.84/2751.86	c #Conflicts:    4125000 | #Constraints:      81964
2744.84/2751.86	c #Conflicts:    4126000 | #Constraints:      82965
2744.84/2751.86	c #Conflicts:    4127000 | #Constraints:      83965
2744.84/2751.86	c #Conflicts:    4128000 | #Constraints:      84965
2744.84/2751.86	c #Conflicts:    4129000 | #Constraints:      85965
2744.84/2751.86	c #Conflicts:    4130000 | #Constraints:      86965
2744.84/2751.86	c #Conflicts:    4131000 | #Constraints:      87965
2744.84/2751.86	c #Conflicts:    4132000 | #Constraints:      88965
2744.84/2751.86	c INPROCESSING
2744.84/2751.86	c GARBAGE COLLECT
2744.84/2751.86	c #Conflicts:    4133000 | #Constraints:      49469
2744.84/2751.86	c #Conflicts:    4134000 | #Constraints:      50469
2744.84/2751.86	c #Conflicts:    4135000 | #Constraints:      51469
2744.84/2751.86	c #Conflicts:    4136000 | #Constraints:      52470
2744.84/2751.86	c #Conflicts:    4137000 | #Constraints:      53470
2744.84/2751.86	c #Conflicts:    4138000 | #Constraints:      54470
2744.84/2751.86	c #Conflicts:    4139000 | #Constraints:      55470
2744.84/2751.86	c #Conflicts:    4140000 | #Constraints:      56470
2744.84/2751.86	c #Conflicts:    4141000 | #Constraints:      57470
2744.84/2751.86	c #Conflicts:    4142000 | #Constraints:      58470
2744.84/2751.86	c #Conflicts:    4143000 | #Constraints:      59470
2744.84/2751.86	c #Conflicts:    4144000 | #Constraints:      60470
2744.84/2751.86	c #Conflicts:    4145000 | #Constraints:      61471
2744.84/2751.86	c #Conflicts:    4146000 | #Constraints:      62471
2744.84/2751.86	c #Conflicts:    4147000 | #Constraints:      63471
2744.84/2751.86	c #Conflicts:    4148000 | #Constraints:      64472
2744.84/2751.86	c #Conflicts:    4149000 | #Constraints:      65472
2744.84/2751.86	c #Conflicts:    4150000 | #Constraints:      66472
2744.84/2751.86	c #Conflicts:    4151000 | #Constraints:      67472
2744.84/2751.86	c #Conflicts:    4152000 | #Constraints:      68472
2744.84/2751.86	c #Conflicts:    4153000 | #Constraints:      69472
2744.84/2751.86	c #Conflicts:    4154000 | #Constraints:      70472
2744.84/2751.86	c #Conflicts:    4155000 | #Constraints:      71472
2744.84/2751.86	c #Conflicts:    4156000 | #Constraints:      72472
2744.84/2751.86	c #Conflicts:    4157000 | #Constraints:      73472
2744.84/2751.86	c #Conflicts:    4158000 | #Constraints:      74472
2744.84/2751.86	c #Conflicts:    4159000 | #Constraints:      75472
2744.84/2751.86	c #Conflicts:    4160000 | #Constraints:      76472
2744.84/2751.86	c #Conflicts:    4161000 | #Constraints:      77472
2744.84/2751.86	c #Conflicts:    4162000 | #Constraints:      78472
2744.84/2751.86	c #Conflicts:    4163000 | #Constraints:      79472
2744.84/2751.86	c #Conflicts:    4164000 | #Constraints:      80472
2744.84/2751.86	c #Conflicts:    4165000 | #Constraints:      81472
2744.84/2751.86	c #Conflicts:    4166000 | #Constraints:      82472
2744.84/2751.86	c #Conflicts:    4167000 | #Constraints:      83472
2744.84/2751.86	c #Conflicts:    4168000 | #Constraints:      84473
2744.84/2751.86	c #Conflicts:    4169000 | #Constraints:      85473
2744.84/2751.86	c #Conflicts:    4170000 | #Constraints:      86473
2744.84/2751.86	c #Conflicts:    4171000 | #Constraints:      87473
2744.84/2751.86	c #Conflicts:    4172000 | #Constraints:      88473
2744.84/2751.86	c #Conflicts:    4173000 | #Constraints:      89473
2744.84/2751.86	c INPROCESSING
2744.84/2751.86	c GARBAGE COLLECT
2744.84/2751.86	c #Conflicts:    4174000 | #Constraints:      49843
2744.84/2751.86	c #Conflicts:    4175000 | #Constraints:      50843
2744.84/2751.86	c #Conflicts:    4176000 | #Constraints:      51843
2744.84/2751.86	c #Conflicts:    4177000 | #Constraints:      52843
2744.84/2751.86	c #Conflicts:    4178000 | #Constraints:      53843
2795.91/2803.02	c #Conflicts:    4179000 | #Constraints:      54843
2795.91/2803.02	c #Conflicts:    4180000 | #Constraints:      55843
2795.91/2803.02	c #Conflicts:    4181000 | #Constraints:      56843
2795.91/2803.02	c #Conflicts:    4182000 | #Constraints:      57843
2795.91/2803.02	c #Conflicts:    4183000 | #Constraints:      58843
2795.91/2803.02	c #Conflicts:    4184000 | #Constraints:      59843
2795.91/2803.02	c #Conflicts:    4185000 | #Constraints:      60843
2795.91/2803.02	c #Conflicts:    4186000 | #Constraints:      61843
2795.91/2803.02	c #Conflicts:    4187000 | #Constraints:      62843
2795.91/2803.02	c #Conflicts:    4188000 | #Constraints:      63843
2795.91/2803.02	c #Conflicts:    4189000 | #Constraints:      64843
2795.91/2803.02	c #Conflicts:    4190000 | #Constraints:      65843
2795.91/2803.02	c #Conflicts:    4191000 | #Constraints:      66843
2795.91/2803.02	c #Conflicts:    4192000 | #Constraints:      67843
2795.91/2803.02	c #Conflicts:    4193000 | #Constraints:      68843
2795.91/2803.02	c #Conflicts:    4194000 | #Constraints:      69843
2795.91/2803.02	c #Conflicts:    4195000 | #Constraints:      70843
2795.91/2803.02	c #Conflicts:    4196000 | #Constraints:      71843
2795.91/2803.02	c #Conflicts:    4197000 | #Constraints:      72843
2795.91/2803.02	c #Conflicts:    4198000 | #Constraints:      73843
2795.91/2803.02	c #Conflicts:    4199000 | #Constraints:      74843
2795.91/2803.02	c #Conflicts:    4200000 | #Constraints:      75843
2795.91/2803.02	c #Conflicts:    4201000 | #Constraints:      76843
2795.91/2803.02	c #Conflicts:    4202000 | #Constraints:      77843
2795.91/2803.02	c #Conflicts:    4203000 | #Constraints:      78843
2795.91/2803.02	c #Conflicts:    4204000 | #Constraints:      79843
2795.91/2803.02	c #Conflicts:    4205000 | #Constraints:      80843
2795.91/2803.02	c #Conflicts:    4206000 | #Constraints:      81843
2795.91/2803.02	c #Conflicts:    4207000 | #Constraints:      82843
2795.91/2803.02	c #Conflicts:    4208000 | #Constraints:      83843
2795.91/2803.02	c #Conflicts:    4209000 | #Constraints:      84843
2795.91/2803.02	c #Conflicts:    4210000 | #Constraints:      85843
2795.91/2803.02	c #Conflicts:    4211000 | #Constraints:      86843
2795.91/2803.02	c #Conflicts:    4212000 | #Constraints:      87843
2795.91/2803.02	c #Conflicts:    4213000 | #Constraints:      88843
2795.91/2803.02	c #Conflicts:    4214000 | #Constraints:      89843
2795.91/2803.02	c INPROCESSING
2795.91/2803.02	c GARBAGE COLLECT
2795.91/2803.02	c #Conflicts:    4215000 | #Constraints:      50006
2795.91/2803.02	c #Conflicts:    4216000 | #Constraints:      51006
2795.91/2803.02	c #Conflicts:    4217000 | #Constraints:      52006
2795.91/2803.02	c #Conflicts:    4218000 | #Constraints:      53006
2795.91/2803.02	c #Conflicts:    4219000 | #Constraints:      54006
2795.91/2803.02	c #Conflicts:    4220000 | #Constraints:      55006
2795.91/2803.02	c #Conflicts:    4221000 | #Constraints:      56006
2795.91/2803.02	c #Conflicts:    4222000 | #Constraints:      57006
2795.91/2803.02	c #Conflicts:    4223000 | #Constraints:      58006
2795.91/2803.02	c #Conflicts:    4224000 | #Constraints:      59006
2795.91/2803.02	c #Conflicts:    4225000 | #Constraints:      60006
2795.91/2803.02	c #Conflicts:    4226000 | #Constraints:      61006
2795.91/2803.02	c #Conflicts:    4227000 | #Constraints:      62006
2795.91/2803.02	c #Conflicts:    4228000 | #Constraints:      63006
2795.91/2803.02	c #Conflicts:    4229000 | #Constraints:      64006
2795.91/2803.02	c #Conflicts:    4230000 | #Constraints:      65006
2795.91/2803.02	c #Conflicts:    4231000 | #Constraints:      66006
2795.91/2803.02	c #Conflicts:    4232000 | #Constraints:      67006
2795.91/2803.02	c #Conflicts:    4233000 | #Constraints:      68006
2795.91/2803.02	c #Conflicts:    4234000 | #Constraints:      69006
2795.91/2803.02	c #Conflicts:    4235000 | #Constraints:      70006
2795.91/2803.02	c #Conflicts:    4236000 | #Constraints:      71006
2795.91/2803.02	c #Conflicts:    4237000 | #Constraints:      72006
2795.91/2803.02	c #Conflicts:    4238000 | #Constraints:      73006
2795.91/2803.02	c #Conflicts:    4239000 | #Constraints:      74006
2795.91/2803.02	c #Conflicts:    4240000 | #Constraints:      75006
2795.91/2803.02	c #Conflicts:    4241000 | #Constraints:      76006
2795.91/2803.02	c #Conflicts:    4242000 | #Constraints:      77006
2795.91/2803.02	c #Conflicts:    4243000 | #Constraints:      78006
2795.91/2803.02	c #Conflicts:    4244000 | #Constraints:      79006
2795.91/2803.02	c #Conflicts:    4245000 | #Constraints:      80006
2795.91/2803.02	c #Conflicts:    4246000 | #Constraints:      81006
2795.91/2803.02	c #Conflicts:    4247000 | #Constraints:      82006
2795.91/2803.02	c #Conflicts:    4248000 | #Constraints:      83006
2795.91/2803.02	c #Conflicts:    4249000 | #Constraints:      84006
2795.91/2803.02	c #Conflicts:    4250000 | #Constraints:      85006
2795.91/2803.02	c #Conflicts:    4251000 | #Constraints:      86006
2795.91/2803.02	c #Conflicts:    4252000 | #Constraints:      87006
2795.91/2803.02	c #Conflicts:    4253000 | #Constraints:      88006
2795.91/2803.02	c #Conflicts:    4254000 | #Constraints:      89006
2795.91/2803.02	c #Conflicts:    4255000 | #Constraints:      90006
2795.91/2803.02	c INPROCESSING
2795.91/2803.02	c GARBAGE COLLECT
2795.91/2803.02	c #Conflicts:    4256000 | #Constraints:      50025
2862.12/2869.44	c #Conflicts:    4257000 | #Constraints:      51025
2862.12/2869.44	c #Conflicts:    4258000 | #Constraints:      52025
2862.12/2869.44	c #Conflicts:    4259000 | #Constraints:      53025
2862.12/2869.44	c #Conflicts:    4260000 | #Constraints:      54025
2862.12/2869.44	c #Conflicts:    4261000 | #Constraints:      55025
2862.12/2869.44	c #Conflicts:    4262000 | #Constraints:      56025
2862.12/2869.44	c #Conflicts:    4263000 | #Constraints:      57025
2862.12/2869.44	c #Conflicts:    4264000 | #Constraints:      58025
2862.12/2869.44	c #Conflicts:    4265000 | #Constraints:      59025
2862.12/2869.44	c #Conflicts:    4266000 | #Constraints:      60025
2862.12/2869.44	c #Conflicts:    4267000 | #Constraints:      61025
2862.12/2869.44	c #Conflicts:    4268000 | #Constraints:      62025
2862.12/2869.44	c #Conflicts:    4269000 | #Constraints:      63025
2862.12/2869.44	c #Conflicts:    4270000 | #Constraints:      64025
2862.12/2869.44	c #Conflicts:    4271000 | #Constraints:      65026
2862.12/2869.44	c #Conflicts:    4272000 | #Constraints:      66026
2862.12/2869.44	c #Conflicts:    4273000 | #Constraints:      67026
2862.12/2869.44	c #Conflicts:    4274000 | #Constraints:      68026
2862.12/2869.44	c #Conflicts:    4275000 | #Constraints:      69026
2862.12/2869.44	c #Conflicts:    4276000 | #Constraints:      70026
2862.12/2869.44	c #Conflicts:    4277000 | #Constraints:      71026
2862.12/2869.44	c #Conflicts:    4278000 | #Constraints:      72026
2862.12/2869.44	c #Conflicts:    4279000 | #Constraints:      73026
2862.12/2869.44	c #Conflicts:    4280000 | #Constraints:      74026
2862.12/2869.44	c #Conflicts:    4281000 | #Constraints:      75026
2862.12/2869.44	c #Conflicts:    4282000 | #Constraints:      76026
2862.12/2869.44	c #Conflicts:    4283000 | #Constraints:      77026
2862.12/2869.44	c #Conflicts:    4284000 | #Constraints:      78026
2862.12/2869.44	c #Conflicts:    4285000 | #Constraints:      79027
2862.12/2869.44	c #Conflicts:    4286000 | #Constraints:      80027
2862.12/2869.44	c #Conflicts:    4287000 | #Constraints:      81027
2862.12/2869.44	c #Conflicts:    4288000 | #Constraints:      82027
2862.12/2869.44	c #Conflicts:    4289000 | #Constraints:      83027
2862.12/2869.44	c #Conflicts:    4290000 | #Constraints:      84027
2862.12/2869.44	c #Conflicts:    4291000 | #Constraints:      85132
2862.12/2869.44	c #Conflicts:    4292000 | #Constraints:      86653
2862.12/2869.44	c #Conflicts:    4293000 | #Constraints:      87665
2862.12/2869.44	c #Conflicts:    4294000 | #Constraints:      88665
2862.12/2869.44	c #Conflicts:    4295000 | #Constraints:      89665
2862.12/2869.44	c #Conflicts:    4296000 | #Constraints:      90665
2862.12/2869.44	c INPROCESSING
2862.12/2869.44	c GARBAGE COLLECT
2862.12/2869.44	c #Conflicts:    4297000 | #Constraints:      50143
2862.12/2869.44	c #Conflicts:    4298000 | #Constraints:      51143
2862.12/2869.44	c #Conflicts:    4299000 | #Constraints:      52143
2862.12/2869.44	c #Conflicts:    4300000 | #Constraints:      53143
2862.12/2869.44	c #Conflicts:    4301000 | #Constraints:      54143
2862.12/2869.44	c #Conflicts:    4302000 | #Constraints:      55143
2862.12/2869.44	c #Conflicts:    4303000 | #Constraints:      56143
2862.12/2869.44	c #Conflicts:    4304000 | #Constraints:      57143
2862.12/2869.44	c #Conflicts:    4305000 | #Constraints:      58143
2862.12/2869.44	c #Conflicts:    4306000 | #Constraints:      59143
2862.12/2869.44	c #Conflicts:    4307000 | #Constraints:      60143
2862.12/2869.44	c #Conflicts:    4308000 | #Constraints:      61143
2862.12/2869.44	c #Conflicts:    4309000 | #Constraints:      62143
2862.12/2869.44	c #Conflicts:    4310000 | #Constraints:      63143
2862.12/2869.44	c #Conflicts:    4311000 | #Constraints:      64143
2862.12/2869.44	c #Conflicts:    4312000 | #Constraints:      65143
2862.12/2869.44	c #Conflicts:    4313000 | #Constraints:      66143
2862.12/2869.44	c #Conflicts:    4314000 | #Constraints:      67144
2862.12/2869.44	c #Conflicts:    4315000 | #Constraints:      68144
2862.12/2869.44	c #Conflicts:    4316000 | #Constraints:      69144
2862.12/2869.44	c #Conflicts:    4317000 | #Constraints:      70144
2862.12/2869.44	c #Conflicts:    4318000 | #Constraints:      71144
2862.12/2869.44	c #Conflicts:    4319000 | #Constraints:      72144
2862.12/2869.44	c #Conflicts:    4320000 | #Constraints:      73144
2862.12/2869.44	c #Conflicts:    4321000 | #Constraints:      74144
2862.12/2869.44	c #Conflicts:    4322000 | #Constraints:      75144
2862.12/2869.44	c #Conflicts:    4323000 | #Constraints:      76144
2862.12/2869.44	c #Conflicts:    4324000 | #Constraints:      77144
2862.12/2869.44	c #Conflicts:    4325000 | #Constraints:      78144
2862.12/2869.44	c #Conflicts:    4326000 | #Constraints:      79144
2862.12/2869.44	c #Conflicts:    4327000 | #Constraints:      80144
2862.12/2869.44	c #Conflicts:    4328000 | #Constraints:      81144
2862.12/2869.44	c #Conflicts:    4329000 | #Constraints:      82144
2862.12/2869.44	c #Conflicts:    4330000 | #Constraints:      83144
2862.12/2869.44	c #Conflicts:    4331000 | #Constraints:      84144
2862.12/2869.44	c #Conflicts:    4332000 | #Constraints:      85144
2862.12/2869.44	c #Conflicts:    4333000 | #Constraints:      86144
2862.12/2869.44	c #Conflicts:    4334000 | #Constraints:      87144
2910.48/2917.92	c #Conflicts:    4335000 | #Constraints:      88144
2910.48/2917.92	c #Conflicts:    4336000 | #Constraints:      89144
2910.48/2917.92	c #Conflicts:    4337000 | #Constraints:      90144
2910.48/2917.92	c #Conflicts:    4338000 | #Constraints:      91144
2910.48/2917.92	c INPROCESSING
2910.48/2917.92	c GARBAGE COLLECT
2910.48/2917.92	c #Conflicts:    4339000 | #Constraints:      50572
2910.48/2917.92	c #Conflicts:    4340000 | #Constraints:      51572
2910.48/2917.92	c #Conflicts:    4341000 | #Constraints:      52572
2910.48/2917.92	c #Conflicts:    4342000 | #Constraints:      53572
2910.48/2917.92	c #Conflicts:    4343000 | #Constraints:      54572
2910.48/2917.92	c #Conflicts:    4344000 | #Constraints:      55572
2910.48/2917.92	c #Conflicts:    4345000 | #Constraints:      56572
2910.48/2917.92	c #Conflicts:    4346000 | #Constraints:      57572
2910.48/2917.92	c #Conflicts:    4347000 | #Constraints:      58572
2910.48/2917.92	c #Conflicts:    4348000 | #Constraints:      59572
2910.48/2917.92	c #Conflicts:    4349000 | #Constraints:      60572
2910.48/2917.92	c #Conflicts:    4350000 | #Constraints:      61572
2910.48/2917.92	c #Conflicts:    4351000 | #Constraints:      62572
2910.48/2917.92	c #Conflicts:    4352000 | #Constraints:      63572
2910.48/2917.92	c #Conflicts:    4353000 | #Constraints:      64572
2910.48/2917.92	c #Conflicts:    4354000 | #Constraints:      65572
2910.48/2917.92	c #Conflicts:    4355000 | #Constraints:      66573
2910.48/2917.92	c #Conflicts:    4356000 | #Constraints:      67573
2910.48/2917.92	c #Conflicts:    4357000 | #Constraints:      68573
2910.48/2917.92	c #Conflicts:    4358000 | #Constraints:      69573
2910.48/2917.92	c #Conflicts:    4359000 | #Constraints:      70573
2910.48/2917.92	c #Conflicts:    4360000 | #Constraints:      71573
2910.48/2917.92	c #Conflicts:    4361000 | #Constraints:      72573
2910.48/2917.92	c #Conflicts:    4362000 | #Constraints:      73573
2910.48/2917.92	c #Conflicts:    4363000 | #Constraints:      74573
2910.48/2917.92	c #Conflicts:    4364000 | #Constraints:      75573
2910.48/2917.92	c #Conflicts:    4365000 | #Constraints:      76573
2910.48/2917.92	c #Conflicts:    4366000 | #Constraints:      77573
2910.48/2917.92	c #Conflicts:    4367000 | #Constraints:      78573
2910.48/2917.92	c #Conflicts:    4368000 | #Constraints:      79574
2910.48/2917.92	c #Conflicts:    4369000 | #Constraints:      80574
2910.48/2917.92	c #Conflicts:    4370000 | #Constraints:      81574
2910.48/2917.92	c #Conflicts:    4371000 | #Constraints:      82574
2910.48/2917.92	c #Conflicts:    4372000 | #Constraints:      83574
2910.48/2917.92	c #Conflicts:    4373000 | #Constraints:      84574
2910.48/2917.92	c #Conflicts:    4374000 | #Constraints:      85574
2910.48/2917.92	c #Conflicts:    4375000 | #Constraints:      86574
2910.48/2917.92	c #Conflicts:    4376000 | #Constraints:      87591
2910.48/2917.92	c #Conflicts:    4377000 | #Constraints:      88599
2910.48/2917.92	c #Conflicts:    4378000 | #Constraints:      89599
2910.48/2917.92	c #Conflicts:    4379000 | #Constraints:      90599
2910.48/2917.92	c #Conflicts:    4380000 | #Constraints:      91599
2910.48/2917.92	c INPROCESSING
2910.48/2917.92	c GARBAGE COLLECT
2910.48/2917.92	c #Conflicts:    4381000 | #Constraints:      50885
2910.48/2917.92	c #Conflicts:    4382000 | #Constraints:      51885
2910.48/2917.92	c #Conflicts:    4383000 | #Constraints:      52885
2910.48/2917.92	c #Conflicts:    4384000 | #Constraints:      53885
2910.48/2917.92	c #Conflicts:    4385000 | #Constraints:      54885
2910.48/2917.92	c #Conflicts:    4386000 | #Constraints:      55885
2910.48/2917.92	c #Conflicts:    4387000 | #Constraints:      56885
2910.48/2917.92	c #Conflicts:    4388000 | #Constraints:      57885
2910.48/2917.92	c #Conflicts:    4389000 | #Constraints:      58885
2910.48/2917.92	c #Conflicts:    4390000 | #Constraints:      59886
2910.48/2917.92	c #Conflicts:    4391000 | #Constraints:      60886
2910.48/2917.92	c #Conflicts:    4392000 | #Constraints:      61886
2910.48/2917.92	c #Conflicts:    4393000 | #Constraints:      62886
2910.48/2917.92	c #Conflicts:    4394000 | #Constraints:      63886
2910.48/2917.92	c #Conflicts:    4395000 | #Constraints:      64886
2910.48/2917.92	c #Conflicts:    4396000 | #Constraints:      65886
2910.48/2917.92	c #Conflicts:    4397000 | #Constraints:      66886
2910.48/2917.92	c #Conflicts:    4398000 | #Constraints:      67898
2910.48/2917.92	c #Conflicts:    4399000 | #Constraints:      68898
2910.48/2917.92	c #Conflicts:    4400000 | #Constraints:      69898
2910.48/2917.92	c #Conflicts:    4401000 | #Constraints:      70898
2910.48/2917.92	c #Conflicts:    4402000 | #Constraints:      71898
2910.48/2917.92	c #Conflicts:    4403000 | #Constraints:      72898
2910.48/2917.92	c #Conflicts:    4404000 | #Constraints:      73898
2910.48/2917.92	c #Conflicts:    4405000 | #Constraints:      74898
2910.48/2917.92	c #Conflicts:    4406000 | #Constraints:      75898
2910.48/2917.92	c #Conflicts:    4407000 | #Constraints:      76898
2910.48/2917.92	c #Conflicts:    4408000 | #Constraints:      77898
2910.48/2917.92	c #Conflicts:    4409000 | #Constraints:      78898
2910.48/2917.92	c #Conflicts:    4410000 | #Constraints:      79898
2910.48/2917.92	c #Conflicts:    4411000 | #Constraints:      80898
2910.48/2917.92	c #Conflicts:    4412000 | #Constraints:      81898
2958.66/2966.25	c #Conflicts:    4413000 | #Constraints:      82898
2958.66/2966.25	c #Conflicts:    4414000 | #Constraints:      83898
2958.66/2966.25	c #Conflicts:    4415000 | #Constraints:      84898
2958.66/2966.25	c #Conflicts:    4416000 | #Constraints:      85898
2958.66/2966.25	c #Conflicts:    4417000 | #Constraints:      86898
2958.66/2966.25	c #Conflicts:    4418000 | #Constraints:      87898
2958.66/2966.25	c #Conflicts:    4419000 | #Constraints:      88898
2958.66/2966.25	c #Conflicts:    4420000 | #Constraints:      89898
2958.66/2966.25	c #Conflicts:    4421000 | #Constraints:      90898
2958.66/2966.25	c #Conflicts:    4422000 | #Constraints:      91898
2958.66/2966.25	c INPROCESSING
2958.66/2966.25	c GARBAGE COLLECT
2958.66/2966.25	c #Conflicts:    4423000 | #Constraints:      51047
2958.66/2966.25	c #Conflicts:    4424000 | #Constraints:      52047
2958.66/2966.25	c #Conflicts:    4425000 | #Constraints:      53048
2958.66/2966.25	c #Conflicts:    4426000 | #Constraints:      54048
2958.66/2966.25	c #Conflicts:    4427000 | #Constraints:      55048
2958.66/2966.25	c #Conflicts:    4428000 | #Constraints:      56048
2958.66/2966.25	c #Conflicts:    4429000 | #Constraints:      57048
2958.66/2966.25	c #Conflicts:    4430000 | #Constraints:      58048
2958.66/2966.25	c #Conflicts:    4431000 | #Constraints:      59048
2958.66/2966.25	c #Conflicts:    4432000 | #Constraints:      60048
2958.66/2966.25	c #Conflicts:    4433000 | #Constraints:      61048
2958.66/2966.25	c #Conflicts:    4434000 | #Constraints:      62082
2958.66/2966.25	c #Conflicts:    4435000 | #Constraints:      63130
2958.66/2966.25	c #Conflicts:    4436000 | #Constraints:      64130
2958.66/2966.25	c #Conflicts:    4437000 | #Constraints:      65130
2958.66/2966.25	c #Conflicts:    4438000 | #Constraints:      66130
2958.66/2966.25	c #Conflicts:    4439000 | #Constraints:      67131
2958.66/2966.25	c #Conflicts:    4440000 | #Constraints:      68131
2958.66/2966.25	c #Conflicts:    4441000 | #Constraints:      69131
2958.66/2966.25	c #Conflicts:    4442000 | #Constraints:      70131
2958.66/2966.25	c #Conflicts:    4443000 | #Constraints:      71131
2958.66/2966.25	c #Conflicts:    4444000 | #Constraints:      72131
2958.66/2966.25	c #Conflicts:    4445000 | #Constraints:      73131
2958.66/2966.25	c #Conflicts:    4446000 | #Constraints:      74132
2958.66/2966.25	c #Conflicts:    4447000 | #Constraints:      75134
2958.66/2966.25	c #Conflicts:    4448000 | #Constraints:      76134
2958.66/2966.25	c #Conflicts:    4449000 | #Constraints:      77134
2958.66/2966.25	c #Conflicts:    4450000 | #Constraints:      78134
2958.66/2966.25	c #Conflicts:    4451000 | #Constraints:      79134
2958.66/2966.25	c #Conflicts:    4452000 | #Constraints:      80135
2958.66/2966.25	c #Conflicts:    4453000 | #Constraints:      81136
2958.66/2966.25	c #Conflicts:    4454000 | #Constraints:      82136
2958.66/2966.25	c #Conflicts:    4455000 | #Constraints:      83136
2958.66/2966.25	c #Conflicts:    4456000 | #Constraints:      84136
2958.66/2966.25	c #Conflicts:    4457000 | #Constraints:      85136
2958.66/2966.25	c #Conflicts:    4458000 | #Constraints:      86137
2958.66/2966.25	c #Conflicts:    4459000 | #Constraints:      87137
2958.66/2966.25	c #Conflicts:    4460000 | #Constraints:      88137
2958.66/2966.25	c #Conflicts:    4461000 | #Constraints:      89137
2958.66/2966.25	c #Conflicts:    4462000 | #Constraints:      90137
2958.66/2966.25	c #Conflicts:    4463000 | #Constraints:      91137
2958.66/2966.25	c #Conflicts:    4464000 | #Constraints:      92137
2958.66/2966.25	c INPROCESSING
2958.66/2966.25	c GARBAGE COLLECT
2958.66/2966.25	c #Conflicts:    4465000 | #Constraints:      51073
2958.66/2966.25	c #Conflicts:    4466000 | #Constraints:      52073
2958.66/2966.25	c #Conflicts:    4467000 | #Constraints:      53073
2958.66/2966.25	c #Conflicts:    4468000 | #Constraints:      54073
2958.66/2966.25	c #Conflicts:    4469000 | #Constraints:      55073
2958.66/2966.25	c #Conflicts:    4470000 | #Constraints:      56073
2958.66/2966.25	c #Conflicts:    4471000 | #Constraints:      57073
2958.66/2966.25	c #Conflicts:    4472000 | #Constraints:      58073
2958.66/2966.25	c #Conflicts:    4473000 | #Constraints:      59073
2958.66/2966.25	c #Conflicts:    4474000 | #Constraints:      60073
2958.66/2966.25	c #Conflicts:    4475000 | #Constraints:      61073
2958.66/2966.25	c #Conflicts:    4476000 | #Constraints:      62073
2958.66/2966.25	c #Conflicts:    4477000 | #Constraints:      63073
2958.66/2966.25	c #Conflicts:    4478000 | #Constraints:      64073
2958.66/2966.25	c #Conflicts:    4479000 | #Constraints:      65073
2958.66/2966.25	c #Conflicts:    4480000 | #Constraints:      66073
2958.66/2966.25	c #Conflicts:    4481000 | #Constraints:      67073
2958.66/2966.25	c #Conflicts:    4482000 | #Constraints:      68073
2958.66/2966.25	c #Conflicts:    4483000 | #Constraints:      69073
2958.66/2966.25	c #Conflicts:    4484000 | #Constraints:      70073
2958.66/2966.25	c #Conflicts:    4485000 | #Constraints:      71073
2958.66/2966.25	c #Conflicts:    4486000 | #Constraints:      72073
2958.66/2966.25	c #Conflicts:    4487000 | #Constraints:      73073
2958.66/2966.25	c #Conflicts:    4488000 | #Constraints:      74073
2958.66/2966.25	c #Conflicts:    4489000 | #Constraints:      75073
3005.22/3012.96	c #Conflicts:    4490000 | #Constraints:      76073
3005.22/3012.96	c #Conflicts:    4491000 | #Constraints:      77073
3005.22/3012.96	c #Conflicts:    4492000 | #Constraints:      78073
3005.22/3012.96	c #Conflicts:    4493000 | #Constraints:      79073
3005.22/3012.96	c #Conflicts:    4494000 | #Constraints:      80073
3005.22/3012.96	c #Conflicts:    4495000 | #Constraints:      81073
3005.22/3012.96	c #Conflicts:    4496000 | #Constraints:      82073
3005.22/3012.96	c #Conflicts:    4497000 | #Constraints:      83073
3005.22/3012.96	c #Conflicts:    4498000 | #Constraints:      84073
3005.22/3012.96	c #Conflicts:    4499000 | #Constraints:      85073
3005.22/3012.96	c #Conflicts:    4500000 | #Constraints:      86073
3005.22/3012.96	c #Conflicts:    4501000 | #Constraints:      87073
3005.22/3012.96	c #Conflicts:    4502000 | #Constraints:      88073
3005.22/3012.96	c #Conflicts:    4503000 | #Constraints:      89074
3005.22/3012.96	c #Conflicts:    4504000 | #Constraints:      90074
3005.22/3012.96	c #Conflicts:    4505000 | #Constraints:      91074
3005.22/3012.96	c #Conflicts:    4506000 | #Constraints:      92074
3005.22/3012.96	c INPROCESSING
3005.22/3012.96	c GARBAGE COLLECT
3005.22/3012.96	c #Conflicts:    4507000 | #Constraints:      50835
3005.22/3012.96	c #Conflicts:    4508000 | #Constraints:      51835
3005.22/3012.96	c #Conflicts:    4509000 | #Constraints:      52835
3005.22/3012.96	c #Conflicts:    4510000 | #Constraints:      53835
3005.22/3012.96	c #Conflicts:    4511000 | #Constraints:      54835
3005.22/3012.96	c #Conflicts:    4512000 | #Constraints:      55835
3005.22/3012.96	c #Conflicts:    4513000 | #Constraints:      56835
3005.22/3012.96	c #Conflicts:    4514000 | #Constraints:      57835
3005.22/3012.96	c #Conflicts:    4515000 | #Constraints:      58835
3005.22/3012.96	c #Conflicts:    4516000 | #Constraints:      59835
3005.22/3012.96	c #Conflicts:    4517000 | #Constraints:      60835
3005.22/3012.96	c #Conflicts:    4518000 | #Constraints:      61835
3005.22/3012.96	c #Conflicts:    4519000 | #Constraints:      62835
3005.22/3012.96	c #Conflicts:    4520000 | #Constraints:      63835
3005.22/3012.96	c #Conflicts:    4521000 | #Constraints:      64835
3005.22/3012.96	c #Conflicts:    4522000 | #Constraints:      65835
3005.22/3012.96	c #Conflicts:    4523000 | #Constraints:      66835
3005.22/3012.96	c #Conflicts:    4524000 | #Constraints:      67835
3005.22/3012.96	c #Conflicts:    4525000 | #Constraints:      68835
3005.22/3012.96	c #Conflicts:    4526000 | #Constraints:      69836
3005.22/3012.96	c #Conflicts:    4527000 | #Constraints:      70836
3005.22/3012.96	c #Conflicts:    4528000 | #Constraints:      71836
3005.22/3012.96	c #Conflicts:    4529000 | #Constraints:      72836
3005.22/3012.96	c #Conflicts:    4530000 | #Constraints:      73836
3005.22/3012.96	c #Conflicts:    4531000 | #Constraints:      74836
3005.22/3012.96	c #Conflicts:    4532000 | #Constraints:      75836
3005.22/3012.96	c #Conflicts:    4533000 | #Constraints:      76836
3005.22/3012.96	c #Conflicts:    4534000 | #Constraints:      77836
3005.22/3012.96	c #Conflicts:    4535000 | #Constraints:      78836
3005.22/3012.96	c #Conflicts:    4536000 | #Constraints:      79836
3005.22/3012.96	c #Conflicts:    4537000 | #Constraints:      80865
3005.22/3012.96	c #Conflicts:    4538000 | #Constraints:      82034
3005.22/3012.96	c #Conflicts:    4539000 | #Constraints:      83159
3005.22/3012.96	c #Conflicts:    4540000 | #Constraints:      84690
3005.22/3012.96	c #Conflicts:    4541000 | #Constraints:      86197
3005.22/3012.96	c #Conflicts:    4542000 | #Constraints:      87706
3005.22/3012.96	c #Conflicts:    4543000 | #Constraints:      89205
3005.22/3012.96	c #Conflicts:    4544000 | #Constraints:      90717
3005.22/3012.96	c #Conflicts:    4545000 | #Constraints:      92257
3005.22/3012.96	c #Conflicts:    4546000 | #Constraints:      93384
3005.22/3012.96	c #Conflicts:    4547000 | #Constraints:      94384
3005.22/3012.96	c #Conflicts:    4548000 | #Constraints:      95384
3005.22/3012.96	c #Conflicts:    4549000 | #Constraints:      96384
3005.22/3012.96	c INPROCESSING
3005.22/3012.96	c GARBAGE COLLECT
3005.22/3012.96	WSVECS04 Frhs2[1]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[3]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[9]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[30]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[33]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[34]: 6 -0.999944 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[55]: 6 -1.25002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[65]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[91]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[92]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[98]: 6 -0.999987 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[99]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[103]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[114]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[122]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[123]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[126]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[128]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[133]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[153]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[155]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[178]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[179]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[180]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[181]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[184]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[186]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[193]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[195]: 6 -0.999991 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[196]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[210]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[217]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[219]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[220]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[228]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[229]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[246]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[251]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[263]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[286]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[288]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[295]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[310]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[311]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[312]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[335]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[336]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[348]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[349]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[350]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[353]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[355]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[357]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[359]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[360]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[361]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[379]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[382]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[385]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[387]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[401]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[404]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[413]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[417]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[420]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[424]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[443]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[444]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[446]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[450]: 6 -0.999973 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[453]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[454]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[455]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[457]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[458]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[460]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[465]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[466]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[471]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[478]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[484]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[486]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[487]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[488]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[492]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[497]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[505]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[523]: 6 -2.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[524]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[530]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[532]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[533]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[541]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[542]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[546]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[566]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[567]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[573]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[580]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[581]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[583]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[584]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[585]: 6 0 0.332676 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[596]: 6 -1.3126 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[597]: 6 -1.25009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[598]: 6 -1.25003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[599]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[600]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[601]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[603]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[605]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[610]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[616]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[618]: 6 0 0.250078 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[623]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[624]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[626]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[643]: 6 -0.999982 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[660]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[662]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[673]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[675]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[676]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[677]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[680]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[681]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[686]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[695]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[696]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[698]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1045]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1059]: 6 -10.6674 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1071]: 6 -1152.95 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1083]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1089]: 6 -0.924554 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1090]: 6 -0.849111 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1095]: 6 -6.77526 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1096]: 6 -39550.4 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1098]: 6 0 37.6376 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1125]: 6 -1.12764 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1135]: 6 -158304 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1138]: 6 -715.014 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1139]: 6 -778.985 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1144]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1145]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1149]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1153]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1158]: 6 -10.9481 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1160]: 6 -39.7921 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1162]: 6 -155.168 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1165]: 6 -1.13993 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1166]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1167]: 6 -0.434594 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1171]: 6 -1.25004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1172]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1173]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1174]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1175]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1180]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1183]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1184]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1185]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1203]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1207]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1211]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1219]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1225]: 6 0 0.0107033 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1226]: 6 0 0.0625865 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1233]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1239]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1241]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1256]: 6 -1.33311 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1268]: 6 -0.750028 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1269]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1279]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1280]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1281]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1285]: 6 -1.25003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1288]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1308]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1309]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1324]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1326]: 6 -2.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1328]: 6 -0.687553 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1329]: 6 -0.750024 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1330]: 6 -0.750092 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1340]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1342]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1345]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1347]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1348]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1351]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1364]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1370]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1375]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1376]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1378]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1381]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1384]: 6 -1.50005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1387]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1390]: 6 -2.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1391]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1398]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1410]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1420]: 6 -1.31252 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1423]: 6 -2.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1431]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1438]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1439]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1445]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1447]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1450]: 6 -2.50001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1459]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1460]: 6 -1.16204 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1464]: 6 -1.25004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1466]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1472]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1480]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1486]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1495]: 6 -1.12503 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1496]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1497]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1498]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1503]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1505]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1507]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1509]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1511]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1516]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1517]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1527]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1528]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1529]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1530]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1531]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1537]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1539]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1546]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1549]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1555]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1559]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1561]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1563]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1889]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1891]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1894]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1898]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1903]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1904]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1909]: 6 -1.32821 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1921]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1927]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1932]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1933]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1935]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1937]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1940]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1944]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1948]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1950]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1952]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1985]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1988]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1989]: 6 -20.3347 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1992]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1994]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1996]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[1998]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2002]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2004]: 6 0 2443.17 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2006]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2010]: 6 -20043.1 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2020]: 6 -0.875021 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2034]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2036]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2047]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2054]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2070]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2074]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2083]: 6 -0.698161 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2086]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2090]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2094]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2096]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2116]: 6 -21192.7 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2124]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2125]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2128]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2130]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2134]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2138]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2139]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2142]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2143]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2146]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2152]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2165]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2167]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2169]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2171]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2180]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2184]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2188]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2190]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2192]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2196]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2206]: 6 0 541.362 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2215]: 6 -3113.63 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2219]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2228]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2229]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2232]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2238]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2239]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2241]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2242]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2245]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2249]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2257]: 6 -1.25004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2258]: 6 -1.31251 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2259]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2267]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2273]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2275]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2287]: 6 -145.907 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2320]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2322]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2324]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2326]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2330]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2335]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2337]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2338]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2342]: 6 -1.1615 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2345]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2351]: 6 -158255 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2354]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2355]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2362]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2364]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2369]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2373]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2375]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2378]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2380]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2381]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2404]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2406]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2407]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2410]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2416]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2417]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2420]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2421]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2424]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2426]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2432]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2433]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2435]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2445]: 6 -1.31253 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2448]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2451]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2454]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2461]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2466]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2467]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2470]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2471]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2476]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2477]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2482]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2504]: 6 -5.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2508]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2509]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2512]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2513]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2516]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2520]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2523]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2528]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2529]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2530]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2532]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2541]: 6 -1.31254 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2545]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2548]: 6 -1.25001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2553]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2558]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2565]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2569]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2571]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2573]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2575]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2603]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2608]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2609]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2612]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2613]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2616]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2618]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2620]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2621]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2623]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2626]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2628]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2631]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2649]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2652]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2653]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2654]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2655]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2656]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2658]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2662]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2663]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2666]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2670]: 6 -1.33336 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2684]: 6 -1.25008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2692]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2696]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2700]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2701]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2706]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2708]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2709]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2716]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2717]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2720]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2736]: 6 -1.31257 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2738]: 6 -1.25007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2740]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2741]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2742]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2745]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2754]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2755]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2760]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2761]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2764]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2765]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2768]: 6 -1.25007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2778]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2780]: 6 -5.3126 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2781]: 6 -1.31251 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2792]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2796]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2797]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2800]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2803]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2810]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2814]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2815]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2821]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2822]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2832]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2833]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2834]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2835]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2836]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2837]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2845]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2853]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2855]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2857]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2859]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2875]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2877]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2880]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2882]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2884]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2888]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2889]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2892]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2893]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2896]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2899]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2904]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2908]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2909]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2912]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2914]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2917]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2918]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2919]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2937]: 6 -1.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2939]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2945]: 6 -1.00003 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2947]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2950]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2952]: 6 -1.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2956]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2958]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2960]: 6 -1.25006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2962]: 6 -1.00006 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2970]: 6 -5.00008 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2971]: 6 -3.0001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2974]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2975]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2978]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2979]: 6 -1.00005 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2984]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2989]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2993]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2996]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[2997]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[3002]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[3006]: 6 -1.00009 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[3009]: 6 -1.00007 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[3012]: 6 -1.00001 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[3021]: 6 -1.50004 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
3005.22/3012.96	WSVECS04 Frhs2[3034]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3035]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3042]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3048]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3049]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3052]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3053]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3056]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3070]: 6 -5.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3076]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3084]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3088]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3092]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3093]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3095]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3098]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3099]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3106]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3116]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3117]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3120]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3121]: 6 -1.31253 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3130]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3131]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3138]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3140]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3141]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3143]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3145]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3147]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3156]: 6 -7.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3157]: 6 -5.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3160]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3161]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3164]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3165]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3167]: 6 -1.31255 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3171]: 6 -1.25009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3179]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3182]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3186]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3188]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3190]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3192]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3193]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3196]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3198]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3201]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3203]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3204]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3206]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3207]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3209]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3212]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3219]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3232]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3235]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3237]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3240]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3244]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3245]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3248]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3250]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3252]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3254]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3256]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3258]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3260]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3262]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3263]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3266]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3268]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3270]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3271]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3274]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3280]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3284]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3290]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3291]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3299]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3300]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3301]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3302]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3305]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3306]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3308]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3312]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3313]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3314]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3315]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3317]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3320]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3322]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3327]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3328]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3331]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3333]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3338]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3340]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3344]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3346]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3347]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3350]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3351]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3354]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3357]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3359]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3362]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3363]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3366]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3369]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3371]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3373]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3376]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3379]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3384]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3388]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3390]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3391]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3395]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3402]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3405]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3419]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3421]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3425]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3427]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3432]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3434]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3440]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3442]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3446]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3448]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3450]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3452]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3454]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3456]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3458]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3460]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3462]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3464]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3466]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3468]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3470]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3472]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3480]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3481]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3484]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3486]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3488]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3491]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3509]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3510]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3514]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3517]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3518]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3525]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3528]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3529]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3532]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3533]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3536]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3538]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3539]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3543]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3544]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3546]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3547]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3550]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3554]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3556]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3560]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3564]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3566]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3568]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3572]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3573]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3576]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3580]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3584]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3590]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3597]: 6 -1.06256 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3598]: 6 -1.15629 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3601]: 6 -1.25002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3606]: 6 -1.25007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3607]: 6 -1.25009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3608]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3609]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3610]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3611]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3614]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3618]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3622]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3623]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3626]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3629]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3632]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3634]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3638]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3642]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3644]: 6 -0.665553 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3664]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3668]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3669]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3672]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3676]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3681]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3688]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3691]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3692]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3693]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3695]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3697]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3701]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3703]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3704]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3707]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3710]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3713]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3716]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3717]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3719]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3722]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3723]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3725]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3729]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3732]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3733]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3735]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3736]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3738]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3739]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3743]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3746]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3749]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3751]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3754]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3758]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3760]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3761]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3764]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3765]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3768]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3769]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3772]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3774]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3781]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3784]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3787]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3788]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3794]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3800]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3802]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3805]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3809]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3811]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3814]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3815]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3818]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3824]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3828]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3829]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3831]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3832]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3833]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3835]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3836]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3837]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3840]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3842]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3843]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3846]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3847]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3850]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3851]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3853]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3856]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3858]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3860]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3862]: 6 -1.00003 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3866]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3870]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3905]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3908]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3909]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3911]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3915]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3917]: 6 -1.0001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3920]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3924]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3925]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3928]: 6 -1.00005 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3929]: 6 -1.00004 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3938]: 6 -1.00007 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3945]: 6 -1.00002 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3947]: 6 -1.00009 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3950]: 6 -1.00006 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3958]: 6 -1.00001 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3966]: 6 -1.00008 0 shouldn't be
3005.22/3012.97	WSVECS04 Frhs2[3967]: 6 -1.00007 0 shouldn't be
3081.12/3089.04	c #Conflicts:    4550000 | #Constraints:      53219
3081.12/3089.04	c #Conflicts:    4551000 | #Constraints:      54220
3081.12/3089.04	c #Conflicts:    4552000 | #Constraints:      55220
3081.12/3089.04	c #Conflicts:    4553000 | #Constraints:      56220
3081.12/3089.04	c #Conflicts:    4554000 | #Constraints:      57220
3081.12/3089.04	c #Conflicts:    4555000 | #Constraints:      58220
3081.12/3089.04	c #Conflicts:    4556000 | #Constraints:      59221
3081.12/3089.04	c #Conflicts:    4557000 | #Constraints:      60224
3081.12/3089.04	c #Conflicts:    4558000 | #Constraints:      61533
3081.12/3089.04	c #Conflicts:    4559000 | #Constraints:      63033
3081.12/3089.04	c #Conflicts:    4560000 | #Constraints:      64524
3081.12/3089.04	c #Conflicts:    4561000 | #Constraints:      66026
3081.12/3089.04	c #Conflicts:    4562000 | #Constraints:      67436
3081.12/3089.04	c #Conflicts:    4563000 | #Constraints:      68436
3081.12/3089.04	c #Conflicts:    4564000 | #Constraints:      69436
3081.12/3089.04	c #Conflicts:    4565000 | #Constraints:      70436
3081.12/3089.04	c #Conflicts:    4566000 | #Constraints:      71436
3081.12/3089.04	c #Conflicts:    4567000 | #Constraints:      72436
3081.12/3089.04	c #Conflicts:    4568000 | #Constraints:      73436
3081.12/3089.04	c #Conflicts:    4569000 | #Constraints:      74436
3081.12/3089.04	c #Conflicts:    4570000 | #Constraints:      75436
3081.12/3089.04	c #Conflicts:    4571000 | #Constraints:      76436
3081.12/3089.04	c #Conflicts:    4572000 | #Constraints:      77436
3081.12/3089.04	c #Conflicts:    4573000 | #Constraints:      78436
3081.12/3089.04	c #Conflicts:    4574000 | #Constraints:      79436
3081.12/3089.04	c #Conflicts:    4575000 | #Constraints:      80436
3081.12/3089.04	c #Conflicts:    4576000 | #Constraints:      81436
3081.12/3089.04	c #Conflicts:    4577000 | #Constraints:      82437
3081.12/3089.04	c #Conflicts:    4578000 | #Constraints:      83437
3081.12/3089.04	c #Conflicts:    4579000 | #Constraints:      84437
3081.12/3089.04	c #Conflicts:    4580000 | #Constraints:      85437
3081.12/3089.04	c #Conflicts:    4581000 | #Constraints:      86437
3081.12/3089.04	c #Conflicts:    4582000 | #Constraints:      87437
3081.12/3089.04	c #Conflicts:    4583000 | #Constraints:      88437
3081.12/3089.04	c #Conflicts:    4584000 | #Constraints:      89437
3081.12/3089.04	c #Conflicts:    4585000 | #Constraints:      90437
3081.12/3089.04	c #Conflicts:    4586000 | #Constraints:      91437
3081.12/3089.04	c #Conflicts:    4587000 | #Constraints:      92437
3081.12/3089.04	c #Conflicts:    4588000 | #Constraints:      93437
3081.12/3089.04	c #Conflicts:    4589000 | #Constraints:      94437
3081.12/3089.04	c #Conflicts:    4590000 | #Constraints:      95437
3081.12/3089.04	c #Conflicts:    4591000 | #Constraints:      96437
3081.12/3089.04	c #Conflicts:    4592000 | #Constraints:      97437
3081.12/3089.04	c INPROCESSING
3081.12/3089.04	c GARBAGE COLLECT
3081.12/3089.04	c #Conflicts:    4593000 | #Constraints:      53852
3081.12/3089.04	c #Conflicts:    4594000 | #Constraints:      54852
3081.12/3089.04	c #Conflicts:    4595000 | #Constraints:      55852
3081.12/3089.04	c #Conflicts:    4596000 | #Constraints:      56852
3081.12/3089.04	c #Conflicts:    4597000 | #Constraints:      57852
3081.12/3089.04	c #Conflicts:    4598000 | #Constraints:      58852
3081.12/3089.04	c #Conflicts:    4599000 | #Constraints:      59853
3081.12/3089.04	c #Conflicts:    4600000 | #Constraints:      60853
3081.12/3089.04	c #Conflicts:    4601000 | #Constraints:      61853
3081.12/3089.04	c #Conflicts:    4602000 | #Constraints:      62853
3081.12/3089.04	c #Conflicts:    4603000 | #Constraints:      63853
3081.12/3089.04	c #Conflicts:    4604000 | #Constraints:      64853
3081.12/3089.04	c #Conflicts:    4605000 | #Constraints:      65853
3081.12/3089.04	c #Conflicts:    4606000 | #Constraints:      66853
3081.12/3089.04	c #Conflicts:    4607000 | #Constraints:      67853
3081.12/3089.04	c #Conflicts:    4608000 | #Constraints:      68854
3081.12/3089.04	c #Conflicts:    4609000 | #Constraints:      69854
3081.12/3089.04	c #Conflicts:    4610000 | #Constraints:      70854
3081.12/3089.04	c #Conflicts:    4611000 | #Constraints:      71854
3081.12/3089.04	c #Conflicts:    4612000 | #Constraints:      72854
3081.12/3089.04	c #Conflicts:    4613000 | #Constraints:      73854
3081.12/3089.04	c #Conflicts:    4614000 | #Constraints:      74854
3081.12/3089.04	c #Conflicts:    4615000 | #Constraints:      75854
3081.12/3089.04	c #Conflicts:    4616000 | #Constraints:      76854
3081.12/3089.04	c #Conflicts:    4617000 | #Constraints:      77865
3081.12/3089.04	c #Conflicts:    4618000 | #Constraints:      78865
3081.12/3089.04	c #Conflicts:    4619000 | #Constraints:      79919
3081.12/3089.04	c #Conflicts:    4620000 | #Constraints:      80957
3081.12/3089.04	c #Conflicts:    4621000 | #Constraints:      81957
3081.12/3089.04	c #Conflicts:    4622000 | #Constraints:      82957
3081.12/3089.04	c #Conflicts:    4623000 | #Constraints:      83957
3081.12/3089.04	c #Conflicts:    4624000 | #Constraints:      84958
3081.12/3089.04	c #Conflicts:    4625000 | #Constraints:      85958
3081.12/3089.04	c #Conflicts:    4626000 | #Constraints:      86958
3081.12/3089.04	c #Conflicts:    4627000 | #Constraints:      87958
3081.12/3089.04	c #Conflicts:    4628000 | #Constraints:      88958
3091.38/3099.37	c #Conflicts:    4629000 | #Constraints:      89958
3091.38/3099.37	c #Conflicts:    4630000 | #Constraints:      90958
3091.38/3099.37	c #Conflicts:    4631000 | #Constraints:      91958
3091.38/3099.37	c #Conflicts:    4632000 | #Constraints:      92958
3091.38/3099.37	c #Conflicts:    4633000 | #Constraints:      93958
3091.38/3099.37	c #Conflicts:    4634000 | #Constraints:      94958
3091.38/3099.37	c #Conflicts:    4635000 | #Constraints:      95958
3091.38/3099.37	c INPROCESSING
3091.38/3099.37	c GARBAGE COLLECT
3091.38/3099.37	WSVECS04 Frhs2[12]: 6 -0.998414 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[34]: 6 -0.731437 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[35]: 6 -2.54498 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[36]: 6 -3.63817 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[55]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[58]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[66]: 6 -2.43749 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[71]: 6 -2.5 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[72]: 6 -1.5 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[77]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[98]: 6 0 0.221577 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[99]: 6 -2.64766 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[100]: 6 -5.13816 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[103]: 6 -3 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[108]: 6 -2.49999 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[124]: 6 0 1 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[134]: 6 -3 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[135]: 6 0 0.812434 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[136]: 6 0 0.500002 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[143]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[156]: 6 0 0.00390681 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[162]: 6 -1.17058 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[172]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[182]: 6 -0.972562 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[193]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[199]: 6 -2.43971 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[208]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[209]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[263]: 6 -2.5 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[283]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[284]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[291]: 6 0 0.499999 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[298]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[305]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[307]: 6 -0.197013 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[310]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[316]: 6 -2 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[328]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[336]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[345]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[363]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[368]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[375]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[376]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[396]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[418]: 6 -2.17188 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[450]: 6 0 0.268565 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[474]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[475]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[493]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[497]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[504]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[517]: 6 -2.5 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[518]: 6 -5.56504 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[532]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[534]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[576]: 6 -2.41333 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[583]: 6 -2.5 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[595]: 6 -0.999072 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[603]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[614]: 6 0 0.5 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[615]: 6 -4.5 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[630]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[645]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[647]: 6 0 0.812547 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[650]: 6 -0.56247 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[653]: 6 -1.00724 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[656]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[674]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[686]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[692]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[704]: 6 -2.25 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1033]: 6 -1.87474 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1035]: 6 -1.49895 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1038]: 6 -0.993655 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1042]: 6 -0.966349 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1043]: 6 -0.950267 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1056]: 6 -3.3155 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1063]: 6 -2.2501 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1064]: 6 -2.00423 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1071]: 6 -167.065 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1080]: 6 -0.963506 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1082]: 6 -0.962482 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1084]: 6 -0.849929 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1091]: 6 -0.75 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1094]: 6 -0.402033 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1097]: 6 0 5.78395 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1098]: 6 -1.49947 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1103]: 6 -0.983104 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1104]: 6 -0.992501 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1111]: 6 0 1.92706 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1118]: 6 0 0.125 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1125]: 6 -1.8547 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1127]: 6 -1.25 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1136]: 6 -0.899047 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1142]: 6 -1.02712 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1149]: 6 -0.5 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1150]: 6 -4.78364 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1153]: 6 -1.125 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1164]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1166]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1168]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1180]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1182]: 6 0 0.187501 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1188]: 6 -0.515625 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1189]: 6 -0.250001 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1195]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1197]: 6 -1.25 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1207]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1237]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1242]: 6 -1.20892 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1245]: 6 0 0.185269 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1252]: 6 -0.972961 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1255]: 6 -8.23678 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1269]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1282]: 6 -2.65625 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1285]: 6 -0.750001 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1301]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1309]: 6 -1.67188 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1310]: 6 -0.25 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1317]: 6 -1.25 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1318]: 6 -1.1875 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1321]: 6 -2.49998 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1323]: 6 -1.43187e-06 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1331]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1349]: 6 -15.7578 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1366]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1368]: 6 -1.8125 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1370]: 6 -1.25 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1371]: 6 -1.25 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1389]: 6 -0.856346 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1406]: 6 -0.375001 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1411]: 6 -2.41354 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1430]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1431]: 6 -2.52156 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1455]: 6 -527.831 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1465]: 6 -13.4868 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1474]: 6 -1.45426 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1486]: 6 -0.998102 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1488]: 6 -0.999435 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1489]: 6 -0.978705 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1498]: 6 -1.625 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1505]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1532]: 6 -1.6184 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1539]: 6 -0.857037 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1541]: 6 -0.999992 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1548]: 6 -1.00095 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1551]: 6 -0.121221 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1554]: 6 -1.12077 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1559]: 6 -1.19203 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1560]: 6 -1.01617 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1564]: 6 -1.13279 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1896]: 6 -2.25 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1904]: 6 -0.999604 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1905]: 6 -0.999604 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1909]: 6 -0.998414 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1912]: 6 -1.00635 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1920]: 6 -0.898477 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1921]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1935]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1937]: 6 -3.82287 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1985]: 6 -2.62497 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1990]: 6 -1.44809 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[1998]: 6 -5.0004 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2004]: 6 0 0.249935 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2008]: 6 -5.99974 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2014]: 6 -333.129 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2023]: 6 -0.998828 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2025]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2029]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2032]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2081]: 6 -0.851442 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2089]: 6 -2 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2092]: 6 -1.75005 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2110]: 6 -0.932413 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2117]: 6 -0.459301 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2120]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2123]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2140]: 6 -1.25 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2184]: 6 0 0.935357 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2187]: 6 -4.87071 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2205]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2221]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2233]: 6 0 0.399714 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2235]: 6 -4.29943 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2252]: 6 -0.991104 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2259]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2332]: 6 -0.5 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2339]: 6 -1.4375 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2344]: 6 -9.73429 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2368]: 6 -1.25 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2371]: 6 -1.4375 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
3091.38/3099.37	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2424]: 6 -1.8125 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2438]: 6 -0.999472 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2440]: 6 -1.5 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2469]: 6 -1.625 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2476]: 6 -1.5 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2477]: 6 -1.5 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2516]: 6 -2.31639 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2520]: 6 -1.5 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2536]: 6 -1.5 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2559]: 6 -0.625 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2572]: 6 -13.0674 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2574]: 6 -28.1347 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2589]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2595]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2599]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2616]: 6 -1.3125 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2617]: 6 -1.3125 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2627]: 6 -1.8125 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2659]: 6 -1.8125 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2711]: 6 -0.935268 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2729]: 6 0 1.36094e-06 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2758]: 6 -1.25 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2809]: 6 -13.5493 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2814]: 6 -2.5 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2843]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2866]: 6 -1.25 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2898]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2902]: 6 -1.75 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2921]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2956]: 6 0 1 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2967]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2977]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[2996]: 6 -1.90625 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3017]: 6 -1.25 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3022]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3041]: 6 -0.999996 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3045]: 6 -1.72653 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3059]: 6 -1.99785 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3061]: 6 -0.995699 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3065]: 6 -0.982795 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3069]: 6 -0.931179 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3089]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3137]: 6 -0.999997 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3142]: 6 -1.25 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3144]: 6 0 1.5 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3176]: 6 -0.150622 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3179]: 6 -1.17482 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3181]: 6 -1.02401 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3184]: 6 -0.936725 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3192]: 6 -1.375 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3205]: 6 -1.375 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3211]: 6 -1.25 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3238]: 6 0 1.5 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3239]: 6 -0.5 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3251]: 6 -1.25 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3256]: 6 0 0.999964 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3259]: 6 -0.999928 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3263]: 6 -0.99971 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3266]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3271]: 6 -0.6344 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3273]: 6 -1.0855 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3278]: 6 0 1.37044 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3288]: 6 -13.4868 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3292]: 6 0 48.6971 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3299]: 6 -3.52529 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3332]: 6 0 0.616667 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3336]: 6 -6.92346 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3349]: 6 -1.30092 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3351]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3367]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3384]: 6 -1.3125 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3428]: 6 0 2.30273 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3430]: 6 0 2 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3432]: 6 -2.13226 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3433]: 6 -4.13226 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3436]: 6 -1.21531 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3440]: 6 -0.154086 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3444]: 6 -0.00435819 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3458]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3463]: 6 -1.42455 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3467]: 6 -1.79847 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3479]: 6 -1.625 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3510]: 6 -0.995237 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3525]: 6 -1.66598 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3534]: 6 0 0.601079 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3538]: 6 -2.5366 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3539]: 6 -4.13229 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3544]: 6 -0.577025 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3546]: 6 -0.154049 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3548]: 6 -0.417855 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3549]: 6 -0.417855 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3551]: 6 -1.00026 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3556]: 6 0 0.371702 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3558]: 6 -4.23181 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3559]: 6 -3.12937 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3563]: 6 -5.49246 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3566]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3572]: 6 -1.22222 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3576]: 6 -0.611111 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3594]: 6 -46.3314 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3604]: 6 -0.999072 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3615]: 6 -1.625 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3619]: 6 -1.53123 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3638]: 6 -544.979 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3640]: 6 -544.851 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3661]: 6 -1.73912 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3693]: 6 -1.00353 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3738]: 6 -0.985893 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3752]: 6 -2.79816 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3753]: 6 -2.79816 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3758]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3763]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3805]: 6 -0.717658 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3826]: 6 -1.00091 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3829]: 6 -0.99819 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3833]: 6 -1.00724 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3835]: 6 -0.951373 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3836]: 6 -0.97103 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3838]: 6 -1.13675 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3843]: 6 -1.54579 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3845]: 6 -2.09029 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3857]: 6 -0.780492 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3859]: 6 -58.8305 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3861]: 6 -0.121967 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3864]: 6 -194.834 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3905]: 6 -0.0816312 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3921]: 6 -0.999678 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3924]: 6 -1.00129 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3929]: 6 -1.00515 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3951]: 6 -1.02783 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3953]: 6 -1.13281 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
3091.38/3099.38	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
3172.05/3180.24	c #Conflicts:    4636000 | #Constraints:      53098
3172.05/3180.24	c #Conflicts:    4637000 | #Constraints:      54098
3172.05/3180.24	c #Conflicts:    4638000 | #Constraints:      55098
3172.05/3180.24	c #Conflicts:    4639000 | #Constraints:      56098
3172.05/3180.24	c #Conflicts:    4640000 | #Constraints:      57098
3172.05/3180.24	c #Conflicts:    4641000 | #Constraints:      58098
3172.05/3180.24	c #Conflicts:    4642000 | #Constraints:      59098
3172.05/3180.24	c #Conflicts:    4643000 | #Constraints:      60098
3172.05/3180.24	c #Conflicts:    4644000 | #Constraints:      61098
3172.05/3180.24	c #Conflicts:    4645000 | #Constraints:      62098
3172.05/3180.24	c #Conflicts:    4646000 | #Constraints:      63098
3172.05/3180.24	c #Conflicts:    4647000 | #Constraints:      64098
3172.05/3180.24	c #Conflicts:    4648000 | #Constraints:      65098
3172.05/3180.24	c #Conflicts:    4649000 | #Constraints:      66098
3172.05/3180.24	c #Conflicts:    4650000 | #Constraints:      67098
3172.05/3180.24	c #Conflicts:    4651000 | #Constraints:      68098
3172.05/3180.24	c #Conflicts:    4652000 | #Constraints:      69098
3172.05/3180.24	c #Conflicts:    4653000 | #Constraints:      70099
3172.05/3180.24	c #Conflicts:    4654000 | #Constraints:      71099
3172.05/3180.24	c #Conflicts:    4655000 | #Constraints:      72099
3172.05/3180.24	c #Conflicts:    4656000 | #Constraints:      73099
3172.05/3180.24	c #Conflicts:    4657000 | #Constraints:      74099
3172.05/3180.24	c #Conflicts:    4658000 | #Constraints:      75099
3172.05/3180.24	c #Conflicts:    4659000 | #Constraints:      76099
3172.05/3180.24	c #Conflicts:    4660000 | #Constraints:      77099
3172.05/3180.24	c #Conflicts:    4661000 | #Constraints:      78099
3172.05/3180.24	c #Conflicts:    4662000 | #Constraints:      79099
3172.05/3180.24	c #Conflicts:    4663000 | #Constraints:      80099
3172.05/3180.24	c #Conflicts:    4664000 | #Constraints:      81099
3172.05/3180.24	c #Conflicts:    4665000 | #Constraints:      82100
3172.05/3180.24	c #Conflicts:    4666000 | #Constraints:      83114
3172.05/3180.24	c #Conflicts:    4667000 | #Constraints:      84114
3172.05/3180.24	c #Conflicts:    4668000 | #Constraints:      85114
3172.05/3180.24	c #Conflicts:    4669000 | #Constraints:      86114
3172.05/3180.24	c #Conflicts:    4670000 | #Constraints:      87114
3172.05/3180.24	c #Conflicts:    4671000 | #Constraints:      88114
3172.05/3180.24	c #Conflicts:    4672000 | #Constraints:      89114
3172.05/3180.24	c #Conflicts:    4673000 | #Constraints:      90114
3172.05/3180.24	c #Conflicts:    4674000 | #Constraints:      91114
3172.05/3180.24	c #Conflicts:    4675000 | #Constraints:      92114
3172.05/3180.24	c #Conflicts:    4676000 | #Constraints:      93114
3172.05/3180.24	c #Conflicts:    4677000 | #Constraints:      94114
3172.05/3180.24	c #Conflicts:    4678000 | #Constraints:      95115
3172.05/3180.24	c INPROCESSING
3172.05/3180.24	c GARBAGE COLLECT
3172.05/3180.24	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[9]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[11]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[12]: 6 -0.992714 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[18]: 6 -1.78168 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[25]: 6 -1.00296 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[29]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[33]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[36]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[43]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[44]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[45]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[47]: 6 -1.00034 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[55]: 6 -1.31258 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[61]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[65]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[91]: 6 0 11.9779 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[96]: 6 -3.34027 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[99]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[100]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[102]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[103]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[104]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[105]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[107]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[109]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[112]: 6 -1.49061 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[114]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[123]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[125]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[133]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[134]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[135]: 6 -1.08365 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[141]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[142]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[143]: 6 -1.00042 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[144]: 6 0 39.0812 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[151]: 6 -6.7685 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[154]: 6 -2.32822 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[158]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[160]: 6 0 0.250013 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[163]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[164]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[165]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[166]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[169]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[180]: 6 -2.00218 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[181]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[196]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[199]: 6 -1.0837 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[212]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[213]: 6 -3.15838 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[218]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[219]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[220]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[222]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[224]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[227]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[228]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[234]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[256]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[264]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[268]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[289]: 6 -1.08372 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[293]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[294]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[295]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[296]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[300]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[317]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[325]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[326]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[329]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[330]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[333]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[334]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[335]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[357]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[358]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[360]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[361]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[364]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[386]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[389]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[390]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[391]: 6 -1.08365 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[397]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[420]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[424]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[425]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[430]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[438]: 6 -1.82576 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[441]: 6 -3.58262 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[444]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[448]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[452]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[453]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[455]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[456]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[457]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[460]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[461]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[481]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[483]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[484]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[489]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[492]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[513]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[514]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[536]: 6 -2.68576 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[538]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[541]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[555]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[569]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[570]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[587]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[588]: 6 -1.00065 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[589]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[599]: 6 -1.59709 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[603]: 6 -13.9779 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[607]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[608]: 6 -3.42095 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[611]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[618]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[620]: 6 -1.00342 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[637]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[638]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[641]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[643]: 6 -1.23896 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[645]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[652]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[653]: 6 -1.00694 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[654]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[655]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[661]: 6 0 0.520978 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[662]: 6 0 0.250067 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[668]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[685]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[694]: 6 -1.68268 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[697]: 6 -3.74275 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[700]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[704]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1029]: 6 -1.0012 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1030]: 6 -1.07861 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1040]: 6 -3.547 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1042]: 6 -0.62324 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1049]: 6 -1353.81 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1063]: 6 -0.983617 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1069]: 6 -1.34126 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1072]: 6 -3.4323 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1083]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1084]: 6 -3910.02 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1086]: 6 -12792.8 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1088]: 6 -0.999988 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1092]: 6 -0.923916 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1093]: 6 -0.999644 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1096]: 6 0 0.217379 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1102]: 6 -0.620729 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1109]: 6 0 42.3417 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1110]: 6 -5.95541 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1112]: 6 -51.8217 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1120]: 6 -0.995169 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1131]: 6 -1.33 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1136]: 6 -0.95441 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1138]: 6 -42.4316 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1141]: 6 -286.575 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1142]: 6 -258.782 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1150]: 6 -2845.23 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1151]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1152]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1158]: 6 -0.997631 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1160]: 6 -0.999967 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1161]: 6 -1.00251 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1162]: 6 0 0.000315062 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1163]: 6 -0.477072 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1165]: 6 0 40.3716 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1168]: 6 -0.651142 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1180]: 6 -3.64529 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1182]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1192]: 6 -1.00042 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1196]: 6 0 18.9847 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1198]: 6 0 79.9389 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1200]: 6 -1.53294 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1206]: 6 -2.09412 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1207]: 6 -1.29156 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1208]: 6 -1.02059 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1210]: 6 -1.08206 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1211]: 6 -0.664161 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1212]: 6 -1.32822 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1213]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1217]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1218]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1237]: 6 -2.45092 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1239]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1242]: 6 -1.32818 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1243]: 6 -1.25004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1244]: 6 -1.31252 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1250]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1253]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1257]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1265]: 6 -0.869596 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1270]: 6 -2.50744 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1271]: 6 -4.21555 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1275]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1281]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1287]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1288]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1291]: 6 -1.33306 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1306]: 6 -4.11872 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1310]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1321]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1322]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1327]: 6 -1.3333 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1328]: 6 -2.27108 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1345]: 6 -1.25008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1353]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1361]: 6 -1.00138 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1368]: 6 -0.667988 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1372]: 6 0 6.49984 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1377]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1389]: 6 -1.22126 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1393]: 6 -1.25009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1397]: 6 -2.16661 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1398]: 6 -0.668032 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1400]: 6 -2.83261 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1402]: 6 -0.68751 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1403]: 6 -1.43574 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1407]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1410]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1413]: 6 -0.999851 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1415]: 6 -1.57376 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1416]: 6 -1.0407 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1421]: 6 -0.0927405 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1423]: 6 -1.81074 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1428]: 6 -2.30144 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1431]: 6 0 2.36439 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1432]: 6 0 3.03229 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1434]: 6 -0.847797 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1435]: 6 -1.25003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1448]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1449]: 6 -1.08098 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1464]: 6 0 2.09088 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1471]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1478]: 6 -1.03891 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1486]: 6 -1.16855 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1501]: 6 -1.16749 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1505]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1521]: 6 -2.18302 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1522]: 6 -2.30075 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1523]: 6 -0.83342 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1524]: 6 -4.86653 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1537]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1538]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1539]: 6 -0.727375 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1541]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1542]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1548]: 6 -1.30966 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1551]: 6 0 4.29695 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1552]: 6 -0.999231 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1553]: 6 -5.33336 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1559]: 6 -1.47355 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1560]: 6 -1.47215 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1565]: 6 -0.861503 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1566]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1568]: 6 -1.57266 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1889]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1891]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1898]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1902]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1904]: 6 -0.998215 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1909]: 6 -0.992736 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1912]: 6 -1.02936 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1913]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1915]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1916]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1921]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1950]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1985]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1988]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1990]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1992]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1994]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1996]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[1998]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2000]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2001]: 6 -0.960752 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2006]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2008]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2010]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2014]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2015]: 6 -5.86452 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2020]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2022]: 6 0 0.671929 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2041]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2042]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2043]: 6 -21310.6 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2046]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2062]: 6 -1.0098 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2070]: 6 -1.20318 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2074]: 6 -1.25008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2081]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2083]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2085]: 6 -0.999829 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2087]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2090]: 6 -1.00034 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2091]: 6 -1.00043 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2094]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2096]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2097]: 6 -0.986673 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2099]: 6 -1.00823 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2101]: 6 -0.94656 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2104]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2105]: 6 -0.786103 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2108]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2136]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2138]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2139]: 6 -2473.37 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2142]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2152]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2153]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2156]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2157]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2158]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2160]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2169]: 6 0 108.011 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2171]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2172]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2174]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2176]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2186]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2190]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2192]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2194]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2197]: 6 -1.00117 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2201]: 6 -1.00451 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2208]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2212]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2216]: 6 0 1.14123 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2218]: 6 0 24.7612 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2224]: 6 -39.2587 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2229]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2232]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2236]: 6 -5479.87 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2238]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2239]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2245]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2247]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2249]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2253]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2256]: 6 -11.8811 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2273]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2277]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2280]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2282]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2283]: 6 -0.999997 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2285]: 6 -1.00131 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2286]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2288]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2291]: 6 -0.999395 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2293]: 6 -1.01987 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2296]: 6 -1.00025 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2298]: 6 -1.00038 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2302]: 6 -0.998735 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2304]: 6 0 1.26387 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2318]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2320]: 6 -318.763 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2322]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2324]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2328]: 6 -6.98775 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2329]: 6 -5168.23 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2332]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2333]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2337]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2338]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2339]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2345]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2348]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2356]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2358]: 6 -245.314 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2359]: 6 -1283.67 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2361]: 6 -1.25007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2362]: 6 -1.25003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2364]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2367]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2368]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2369]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2371]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2374]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2378]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2379]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2383]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2386]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2387]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2390]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2391]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2397]: 6 -2.46719 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2404]: 6 -166.644 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2412]: 6 -1.31255 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2413]: 6 -1.31252 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2424]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2428]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2429]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2432]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2435]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2437]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2440]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2441]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2442]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2446]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2452]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2453]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2454]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2455]: 6 -1.25008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2456]: 6 -1.25005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2457]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2460]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2467]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2469]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2472]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2474]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2476]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2478]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2480]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2482]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2483]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2486]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2490]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2502]: 6 -324.755 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2504]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2508]: 6 -1.25007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2514]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2516]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2520]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2524]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2526]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2528]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2533]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2534]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2535]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2537]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2542]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2551]: 6 -0.128724 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2554]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2561]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2563]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2565]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2568]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2572]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2573]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2576]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2577]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2580]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2584]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2588]: 6 -1.31266 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2589]: 6 -1.31267 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2603]: 6 -2.11138 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2608]: 6 -11.9708 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2610]: 6 -18.9417 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2612]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2616]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2620]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2621]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2624]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2628]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2630]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2631]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2633]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2636]: 6 -1.00049 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2637]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2638]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2644]: 6 -1.21742 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2645]: 6 -1.18483 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2651]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2661]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2664]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2665]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2668]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2670]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2672]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2674]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2675]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2676]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2680]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2683]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2684]: 6 -1.32614 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2704]: 6 -4.34535 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2705]: 6 -2.34531 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2708]: 6 -11.9709 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2709]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2712]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2713]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2716]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2718]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2720]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2721]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2726]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2731]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2739]: 6 -1.3321 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2741]: 6 -1.32817 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2745]: 6 -1.25006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2746]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2751]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2754]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2757]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2760]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2764]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2766]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2768]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2770]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2771]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2773]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2776]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2778]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2780]: 6 -1.33303 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2781]: 6 -1.33306 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2804]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2808]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2812]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2816]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2818]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2823]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2824]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2831]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2840]: 6 -1.33205 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2852]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2853]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2856]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2857]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2860]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2861]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2863]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2874]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2880]: 6 -166.976 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2898]: 6 -2.34376 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2900]: 6 0 0.312581 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2905]: 6 -5.18308 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2912]: 6 -14.3611 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2913]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2915]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2919]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2920]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2922]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2937]: 6 -1.25005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2945]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2947]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2949]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2951]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2960]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2962]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2966]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2968]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2969]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[2972]: 6 -1.31257 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3002]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3006]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3008]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3014]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3017]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3018]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3033]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3041]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3043]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3045]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3047]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3052]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3053]: 6 -1.00011 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3057]: 6 -1.0004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3060]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3061]: 6 -1.0015 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3064]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3065]: 6 -1.00576 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3067]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3069]: 6 -1.02306 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3086]: 6 0 4.88697 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3088]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3089]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3092]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3096]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3098]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3102]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3104]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3109]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3111]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3114]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3118]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3128]: 6 -1.37602 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3130]: 6 0 1.74276 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3133]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3135]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3137]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3139]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3141]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3146]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3149]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3152]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3154]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3156]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3157]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3160]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3164]: 6 -0.0127553 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3165]: 6 -0.0127015 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3168]: 6 -3.94944 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3172]: 6 -5.58029 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3186]: 6 -4.48543 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3188]: 6 -11.9709 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3189]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3192]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3194]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3195]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3197]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3200]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3203]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3205]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3220]: 6 -1.65858 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3222]: 6 -2.6341 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3231]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3240]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3242]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3245]: 6 -1.00017 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3248]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3250]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3251]: 6 -1.00053 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3254]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3255]: 6 -1.0018 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3258]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3260]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3263]: 6 -1.34115 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3284]: 6 -5.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3285]: 6 -3.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3288]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3292]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3296]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3299]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3301]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3304]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3305]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3307]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3309]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3310]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3325]: 6 -1.31256 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3328]: 6 -1.25006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3331]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3334]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3335]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3338]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3342]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3344]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3347]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3350]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3351]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3354]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3355]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3357]: 6 -1.25003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3374]: 6 0 2.00547 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3380]: 6 -30.9993 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3381]: 6 -28.9994 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3384]: 6 -0.625047 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3387]: 6 -2.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3398]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3404]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3405]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3421]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3424]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3425]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3427]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3432]: 6 -2.05836 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3433]: 6 -2.05837 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3440]: 6 -1.59353 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3441]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3446]: 6 -0.82187 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3447]: 6 -1.00213 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3450]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3451]: 6 -1.00825 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3454]: 6 -3.91027 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3460]: 6 0 1.76133 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3474]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3475]: 6 -9.33071 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3478]: 6 -1.12827 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3479]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3482]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3486]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3494]: 6 -1.04184 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3499]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3512]: 6 0 0.152261 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3517]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3519]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3521]: 6 -1.0776 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3523]: 6 -1.00013 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3525]: 6 -1.54962 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3527]: 6 -1.57258 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3532]: 6 -0.723282 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3536]: 6 -1.57193 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3537]: 6 -1.57192 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3539]: 6 -2.05837 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3542]: 6 -0.858509 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3544]: 6 -1.29676 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3546]: 6 -1.59344 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3548]: 6 -0.509789 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3549]: 6 -0.509799 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3551]: 6 -1.30837 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3558]: 6 0 1.62582 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3562]: 6 0 0.0625789 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3565]: 6 -1.97278 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3572]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3573]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3579]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3582]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3583]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3588]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3592]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3594]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3600]: 6 -1.62505 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3611]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3613]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3616]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3618]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3619]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3624]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3625]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3628]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3629]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3632]: 6 -1.00015 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3635]: 6 -0.99992 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3640]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3642]: 6 -0.997727 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3646]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3647]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3651]: 6 -4.99156 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3654]: 6 -1.40158 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3656]: 6 0 1.50007 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3663]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3668]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3669]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3672]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3673]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3676]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3680]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3681]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3683]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3690]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3692]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3694]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3695]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3698]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3700]: 6 -11.502 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3701]: 6 -2.09469 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3702]: 6 -2.83348 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3706]: 6 -1.1094 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3708]: 6 -0.727059 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3709]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3711]: 6 -1.03895 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3712]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3714]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3717]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3720]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3721]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3724]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3728]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3729]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3732]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3733]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3736]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3738]: 6 -0.986526 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3739]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3746]: 6 -7.23265 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3747]: 6 -1.10122 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3764]: 6 -0.562534 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3768]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3770]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3771]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3774]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3775]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3785]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3788]: 6 -1.11127 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3789]: 6 -1.00001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3790]: 6 -1.56098 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3799]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3801]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3802]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3804]: 6 -1.3226 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3805]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3809]: 6 -1.00006 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3812]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3813]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3816]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3819]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3821]: 6 -1.00009 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3823]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3826]: 6 -1.0014 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3827]: 6 -1.00135 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3829]: 6 -0.99739 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3832]: 6 -1.007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3833]: 6 -1.00697 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3835]: 6 -0.960757 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3836]: 6 -0.97234 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3838]: 6 -1.13094 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3848]: 6 -3.07305 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3849]: 6 -2.99572 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3854]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3858]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3860]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3861]: 6 -0.722969 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3864]: 6 -186.502 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3866]: 6 -1.18212 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3868]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3870]: 6 -1.00005 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3871]: 6 -1.00007 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3905]: 6 -1.64433 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3907]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3910]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3917]: 6 -1.24287 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3919]: 6 -1.00004 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3921]: 6 -1.97123 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3924]: 6 -0.999887 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3928]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3929]: 6 -16.5375 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3931]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3936]: 6 -1.0001 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3938]: 6 -1.33952 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3939]: 6 -1.33949 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3958]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3960]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3964]: 6 -1.00003 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3965]: 6 -1.00008 0 shouldn't be
3172.05/3180.24	WSVECS04 Frhs2[3968]: 6 -1.00003 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[5]: 6 -1.03889 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[18]: 6 -1.78164 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[25]: 6 -1.00294 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[33]: 6 -0.999923 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[40]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[49]: 6 -2.3125 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[61]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[65]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[69]: 6 -1.03881 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[80]: 6 0 40.7366 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[90]: 6 0 3.50713 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[112]: 6 -1.49054 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[113]: 6 0 18.518 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[121]: 6 0 109.121 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[132]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[144]: 6 0 39.0812 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[151]: 6 -6.76846 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[153]: 6 -1.7809 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[155]: 6 -2 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[160]: 6 0 0.25 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[168]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[182]: 6 -3.15204 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[198]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[213]: 6 -3.1583 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[261]: 6 -1.03889 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[289]: 6 -1.08365 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[296]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[324]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[360]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[390]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[438]: 6 -1.82571 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[441]: 6 -3.58254 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[456]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[477]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[484]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[486]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[521]: 6 -1.59347 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[536]: 6 -2.68568 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[602]: 6 -7.49983 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[608]: 6 -3.42093 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[646]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[653]: 6 -1.00693 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[663]: 6 0 4.49914 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[694]: 6 -1.6826 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[697]: 6 -3.7427 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1034]: 6 -2.25894 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1037]: 6 -1.27735 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1039]: 6 -2.1094 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1054]: 6 -1281.03 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1073]: 6 0 3.95323 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1084]: 6 -3910.02 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1089]: 6 -1.00001 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1091]: 6 -0.999876 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1096]: 6 0 0.217305 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1112]: 6 -51.8216 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1113]: 6 -0.128649 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1123]: 6 -1.00001 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1133]: 6 -3.01474 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1136]: 6 -0.954364 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1142]: 6 -258.782 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1150]: 6 -2845.23 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1165]: 6 0 40.3715 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1167]: 6 -0.516936 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1178]: 6 -1.91132 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1192]: 6 -1.00032 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1201]: 6 -22.51 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1211]: 6 -0.664063 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1237]: 6 -2.45084 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1328]: 6 -2.271 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1354]: 6 -1.25 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1400]: 6 -2.83257 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1402]: 6 -0.687501 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1416]: 6 -1.04062 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1424]: 6 -1.0009 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1428]: 6 -2.30142 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1432]: 6 0 3.03222 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1449]: 6 -1.08094 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1461]: 6 -2.80743 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1471]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1478]: 6 -1.03889 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1486]: 6 -1.16847 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1495]: 6 -7.0296 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1509]: 6 -1.59347 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1510]: 6 -1.02983 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1521]: 6 -2.18294 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1522]: 6 -2.30071 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1524]: 6 -4.86646 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1539]: 6 -0.727335 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1542]: 6 -1.00002 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1553]: 6 -5.33328 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1904]: 6 -0.998171 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1909]: 6 -0.992683 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1919]: 6 -0.76582 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1937]: 6 -2370.59 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2001]: 6 -0.960659 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2011]: 6 -2.21612 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2015]: 6 -5.86447 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2022]: 6 0 0.671876 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2041]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2043]: 6 -21310.6 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2085]: 6 -0.999791 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2087]: 6 -1.00001 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2090]: 6 -1.00031 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2091]: 6 -1.00036 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2097]: 6 -0.98663 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2099]: 6 -1.00822 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2101]: 6 -0.946516 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2105]: 6 -0.786063 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2139]: 6 -2473.37 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2195]: 6 -1.00543 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2197]: 6 -1.00111 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2209]: 6 -1.07132 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2216]: 6 0 1.14116 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2218]: 6 0 24.7612 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2225]: 6 -219.023 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2231]: 6 -1423.11 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2236]: 6 -5479.87 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2256]: 6 -11.881 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2283]: 6 -0.999961 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2288]: 6 -0.999988 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2296]: 6 -1.0002 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2298]: 6 -1.00032 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2304]: 6 0 1.26385 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2320]: 6 -318.763 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2325]: 6 -1296.95 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2328]: 6 -6.98773 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2329]: 6 -5168.23 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2341]: 6 -1.01156 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2358]: 6 -245.314 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2359]: 6 -1283.67 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2396]: 6 -0.467123 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2397]: 6 -2.46712 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2405]: 6 -164.144 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2412]: 6 -1.3125 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2456]: 6 -1.25 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2463]: 6 -0.999991 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2508]: 6 -1.25 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2603]: 6 -2.11133 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2608]: 6 -11.9708 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2610]: 6 -18.9416 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2705]: 6 -2.34527 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2708]: 6 -11.9708 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2745]: 6 -1.25 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2898]: 6 -2.34375 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2899]: 6 -0.34375 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2906]: 6 -9.36611 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[2910]: 6 -5.68051 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3057]: 6 -1.00036 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3061]: 6 -1.00144 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3065]: 6 -1.00575 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3069]: 6 -1.02298 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3085]: 6 -2.05753 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3164]: 6 -0.0126575 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3165]: 6 -0.012657 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3168]: 6 -3.94937 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3172]: 6 -5.58021 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3186]: 6 -4.4854 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3188]: 6 -11.9708 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3224]: 6 -6.3858 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3254]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3255]: 6 -1.00179 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3257]: 6 -1.00965 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3262]: 6 -1.3125 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3263]: 6 -1.34112 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3289]: 6 -0.861284 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3302]: 6 -1.0446 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3351]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3355]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3358]: 6 -1.29165 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3381]: 6 -28.9993 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3421]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3429]: 6 -0.736204 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3432]: 6 -2.05831 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3433]: 6 -2.05831 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3436]: 6 -0.85856 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3437]: 6 -0.851633 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3440]: 6 -1.59347 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3446]: 6 -0.821798 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3447]: 6 -1.00204 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3454]: 6 -3.91019 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3460]: 6 0 1.76124 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3475]: 6 -9.33068 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3478]: 6 -1.12825 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3494]: 6 -1.04182 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3512]: 6 0 0.152243 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3521]: 6 -1.07751 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3523]: 6 -1.00009 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3525]: 6 -1.54959 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3527]: 6 -1.57256 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3529]: 6 -0.036971 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3532]: 6 -0.723245 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3533]: 6 -0.723245 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3536]: 6 -1.57185 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3537]: 6 -1.57185 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3544]: 6 -1.29667 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3546]: 6 -1.59335 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3548]: 6 -0.509716 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3549]: 6 -0.509716 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3551]: 6 -1.30834 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3558]: 6 0 1.62576 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3565]: 6 -1.97276 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3568]: 6 -5.60897 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3621]: 6 -0.445954 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3700]: 6 -11.5019 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3702]: 6 -2.83345 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3708]: 6 -0.727024 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3746]: 6 -7.23264 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3832]: 6 -1.00693 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3833]: 6 -1.00693 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3836]: 6 -0.972273 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3840]: 6 -1.30808 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3849]: 6 -2.99567 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3861]: 6 -0.722905 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3864]: 6 -186.502 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3866]: 6 -1.18209 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3929]: 6 -16.5374 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3938]: 6 -1.33943 0 shouldn't be
3172.85/3181.02	WSVECS04 Frhs2[3939]: 6 -1.33943 0 shouldn't be
3300.76/3309.25	c #Conflicts:    4679000 | #Constraints:      52572
3300.76/3309.25	c #Conflicts:    4680000 | #Constraints:      53572
3300.76/3309.25	c #Conflicts:    4681000 | #Constraints:      54572
3300.76/3309.25	c #Conflicts:    4682000 | #Constraints:      55572
3300.76/3309.25	c #Conflicts:    4683000 | #Constraints:      56572
3300.76/3309.25	c #Conflicts:    4684000 | #Constraints:      57572
3300.76/3309.25	c #Conflicts:    4685000 | #Constraints:      58572
3300.76/3309.25	c #Conflicts:    4686000 | #Constraints:      59572
3300.76/3309.25	c #Conflicts:    4687000 | #Constraints:      60572
3300.76/3309.25	c #Conflicts:    4688000 | #Constraints:      61572
3300.76/3309.25	c #Conflicts:    4689000 | #Constraints:      62572
3300.76/3309.25	c #Conflicts:    4690000 | #Constraints:      63572
3300.76/3309.25	c #Conflicts:    4691000 | #Constraints:      64572
3300.76/3309.25	c #Conflicts:    4692000 | #Constraints:      65572
3300.76/3309.25	c #Conflicts:    4693000 | #Constraints:      66572
3300.76/3309.25	c #Conflicts:    4694000 | #Constraints:      67572
3300.76/3309.25	c #Conflicts:    4695000 | #Constraints:      68572
3300.76/3309.25	c #Conflicts:    4696000 | #Constraints:      69572
3300.76/3309.25	c #Conflicts:    4697000 | #Constraints:      70572
3300.76/3309.25	c #Conflicts:    4698000 | #Constraints:      71572
3300.76/3309.25	c #Conflicts:    4699000 | #Constraints:      72573
3300.76/3309.25	c #Conflicts:    4700000 | #Constraints:      73573
3300.76/3309.25	c #Conflicts:    4701000 | #Constraints:      74573
3300.76/3309.25	c #Conflicts:    4702000 | #Constraints:      75573
3300.76/3309.25	c #Conflicts:    4703000 | #Constraints:      76573
3300.76/3309.25	c #Conflicts:    4704000 | #Constraints:      77573
3300.76/3309.25	c #Conflicts:    4705000 | #Constraints:      78573
3300.76/3309.25	c #Conflicts:    4706000 | #Constraints:      79573
3300.76/3309.25	c #Conflicts:    4707000 | #Constraints:      80573
3300.76/3309.25	c #Conflicts:    4708000 | #Constraints:      81573
3300.76/3309.25	c #Conflicts:    4709000 | #Constraints:      82573
3300.76/3309.25	c #Conflicts:    4710000 | #Constraints:      83573
3300.76/3309.25	c #Conflicts:    4711000 | #Constraints:      84574
3300.76/3309.25	c #Conflicts:    4712000 | #Constraints:      85574
3300.76/3309.25	c #Conflicts:    4713000 | #Constraints:      86574
3300.76/3309.25	c #Conflicts:    4714000 | #Constraints:      87574
3300.76/3309.25	c #Conflicts:    4715000 | #Constraints:      88574
3300.76/3309.25	c #Conflicts:    4716000 | #Constraints:      89574
3300.76/3309.25	c #Conflicts:    4717000 | #Constraints:      90574
3300.76/3309.25	c #Conflicts:    4718000 | #Constraints:      91574
3300.76/3309.25	c #Conflicts:    4719000 | #Constraints:      92574
3300.76/3309.25	c #Conflicts:    4720000 | #Constraints:      93574
3300.76/3309.25	c #Conflicts:    4721000 | #Constraints:      94612
3300.76/3309.25	c INPROCESSING
3300.76/3309.25	c GARBAGE COLLECT
3300.76/3309.25	c #Conflicts:    4722000 | #Constraints:      52293
3300.76/3309.25	c #Conflicts:    4723000 | #Constraints:      53293
3300.76/3309.25	c #Conflicts:    4724000 | #Constraints:      54293
3300.76/3309.25	c #Conflicts:    4725000 | #Constraints:      55293
3300.76/3309.25	c #Conflicts:    4726000 | #Constraints:      56293
3300.76/3309.25	c #Conflicts:    4727000 | #Constraints:      57293
3300.76/3309.25	c #Conflicts:    4728000 | #Constraints:      58293
3300.76/3309.25	c #Conflicts:    4729000 | #Constraints:      59293
3300.76/3309.25	c #Conflicts:    4730000 | #Constraints:      60293
3300.76/3309.25	c #Conflicts:    4731000 | #Constraints:      61293
3300.76/3309.25	c #Conflicts:    4732000 | #Constraints:      62293
3300.76/3309.25	c #Conflicts:    4733000 | #Constraints:      63293
3300.76/3309.25	c #Conflicts:    4734000 | #Constraints:      64293
3300.76/3309.25	c #Conflicts:    4735000 | #Constraints:      65293
3300.76/3309.25	c #Conflicts:    4736000 | #Constraints:      66293
3300.76/3309.25	c #Conflicts:    4737000 | #Constraints:      67293
3300.76/3309.25	c #Conflicts:    4738000 | #Constraints:      68293
3300.76/3309.25	c #Conflicts:    4739000 | #Constraints:      69293
3300.76/3309.25	c #Conflicts:    4740000 | #Constraints:      70293
3300.76/3309.25	c #Conflicts:    4741000 | #Constraints:      71293
3300.76/3309.25	c #Conflicts:    4742000 | #Constraints:      72293
3300.76/3309.25	c #Conflicts:    4743000 | #Constraints:      73293
3300.76/3309.25	c #Conflicts:    4744000 | #Constraints:      74293
3300.76/3309.25	c #Conflicts:    4745000 | #Constraints:      75293
3300.76/3309.25	c #Conflicts:    4746000 | #Constraints:      76293
3300.76/3309.25	c #Conflicts:    4747000 | #Constraints:      77293
3300.76/3309.25	c #Conflicts:    4748000 | #Constraints:      78293
3300.76/3309.25	c #Conflicts:    4749000 | #Constraints:      79293
3300.76/3309.25	c #Conflicts:    4750000 | #Constraints:      80293
3300.76/3309.25	c #Conflicts:    4751000 | #Constraints:      81293
3300.76/3309.25	c #Conflicts:    4752000 | #Constraints:      82293
3300.76/3309.25	c #Conflicts:    4753000 | #Constraints:      83293
3300.76/3309.25	c #Conflicts:    4754000 | #Constraints:      84293
3300.76/3309.25	c #Conflicts:    4755000 | #Constraints:      85293
3300.76/3309.25	c #Conflicts:    4756000 | #Constraints:      86293
3300.76/3309.25	c #Conflicts:    4757000 | #Constraints:      87293
3435.17/3443.98	c #Conflicts:    4758000 | #Constraints:      88293
3435.17/3443.98	c #Conflicts:    4759000 | #Constraints:      89293
3435.17/3443.98	c #Conflicts:    4760000 | #Constraints:      90293
3435.17/3443.98	c #Conflicts:    4761000 | #Constraints:      91293
3435.17/3443.98	c #Conflicts:    4762000 | #Constraints:      92293
3435.17/3443.98	c #Conflicts:    4763000 | #Constraints:      93293
3435.17/3443.98	c #Conflicts:    4764000 | #Constraints:      94293
3435.17/3443.98	c #Conflicts:    4765000 | #Constraints:      95293
3435.17/3443.98	c INPROCESSING
3435.17/3443.98	c GARBAGE COLLECT
3435.17/3443.98	c #Conflicts:    4766000 | #Constraints:      52670
3435.17/3443.98	c #Conflicts:    4767000 | #Constraints:      53670
3435.17/3443.98	c #Conflicts:    4768000 | #Constraints:      54670
3435.17/3443.98	c #Conflicts:    4769000 | #Constraints:      55670
3435.17/3443.98	c #Conflicts:    4770000 | #Constraints:      56670
3435.17/3443.98	c #Conflicts:    4771000 | #Constraints:      57670
3435.17/3443.98	c #Conflicts:    4772000 | #Constraints:      58670
3435.17/3443.98	c #Conflicts:    4773000 | #Constraints:      59670
3435.17/3443.98	c #Conflicts:    4774000 | #Constraints:      60670
3435.17/3443.98	c #Conflicts:    4775000 | #Constraints:      61670
3435.17/3443.98	c #Conflicts:    4776000 | #Constraints:      62670
3435.17/3443.98	c #Conflicts:    4777000 | #Constraints:      63670
3435.17/3443.98	c #Conflicts:    4778000 | #Constraints:      64670
3435.17/3443.98	c #Conflicts:    4779000 | #Constraints:      65670
3435.17/3443.98	c #Conflicts:    4780000 | #Constraints:      66670
3435.17/3443.98	c #Conflicts:    4781000 | #Constraints:      67670
3435.17/3443.98	c #Conflicts:    4782000 | #Constraints:      68671
3435.17/3443.98	c #Conflicts:    4783000 | #Constraints:      69671
3435.17/3443.98	c #Conflicts:    4784000 | #Constraints:      70671
3435.17/3443.98	c #Conflicts:    4785000 | #Constraints:      71671
3435.17/3443.98	c #Conflicts:    4786000 | #Constraints:      72671
3435.17/3443.98	c #Conflicts:    4787000 | #Constraints:      73671
3435.17/3443.98	c #Conflicts:    4788000 | #Constraints:      74671
3435.17/3443.98	c #Conflicts:    4789000 | #Constraints:      75671
3435.17/3443.98	c #Conflicts:    4790000 | #Constraints:      76671
3435.17/3443.98	c #Conflicts:    4791000 | #Constraints:      77671
3435.17/3443.98	c #Conflicts:    4792000 | #Constraints:      78672
3435.17/3443.98	c #Conflicts:    4793000 | #Constraints:      79672
3435.17/3443.98	c #Conflicts:    4794000 | #Constraints:      80672
3435.17/3443.98	c #Conflicts:    4795000 | #Constraints:      81672
3435.17/3443.98	c #Conflicts:    4796000 | #Constraints:      82672
3435.17/3443.98	c #Conflicts:    4797000 | #Constraints:      83672
3435.17/3443.98	c #Conflicts:    4798000 | #Constraints:      84672
3435.17/3443.98	c #Conflicts:    4799000 | #Constraints:      85672
3435.17/3443.98	c #Conflicts:    4800000 | #Constraints:      86672
3435.17/3443.98	c #Conflicts:    4801000 | #Constraints:      87672
3435.17/3443.98	c #Conflicts:    4802000 | #Constraints:      88673
3435.17/3443.98	c #Conflicts:    4803000 | #Constraints:      89673
3435.17/3443.98	c #Conflicts:    4804000 | #Constraints:      90673
3435.17/3443.98	c #Conflicts:    4805000 | #Constraints:      91673
3435.17/3443.98	c #Conflicts:    4806000 | #Constraints:      92673
3435.17/3443.98	c #Conflicts:    4807000 | #Constraints:      93673
3435.17/3443.98	c #Conflicts:    4808000 | #Constraints:      94673
3435.17/3443.98	c #Conflicts:    4809000 | #Constraints:      95673
3435.17/3443.98	c INPROCESSING
3435.17/3443.98	c GARBAGE COLLECT
3435.17/3443.98	c #Conflicts:    4810000 | #Constraints:      52980
3435.17/3443.98	c #Conflicts:    4811000 | #Constraints:      53980
3435.17/3443.98	c #Conflicts:    4812000 | #Constraints:      54980
3435.17/3443.98	c #Conflicts:    4813000 | #Constraints:      55980
3435.17/3443.98	c #Conflicts:    4814000 | #Constraints:      56980
3435.17/3443.98	c #Conflicts:    4815000 | #Constraints:      57980
3435.17/3443.98	c #Conflicts:    4816000 | #Constraints:      58980
3435.17/3443.98	c #Conflicts:    4817000 | #Constraints:      59980
3435.17/3443.98	c #Conflicts:    4818000 | #Constraints:      60980
3435.17/3443.98	c #Conflicts:    4819000 | #Constraints:      61980
3435.17/3443.98	c #Conflicts:    4820000 | #Constraints:      62980
3435.17/3443.98	c #Conflicts:    4821000 | #Constraints:      63980
3435.17/3443.98	c #Conflicts:    4822000 | #Constraints:      64980
3435.17/3443.98	c #Conflicts:    4823000 | #Constraints:      65980
3435.17/3443.98	c #Conflicts:    4824000 | #Constraints:      66980
3435.17/3443.98	c #Conflicts:    4825000 | #Constraints:      67980
3435.17/3443.98	c #Conflicts:    4826000 | #Constraints:      68980
3435.17/3443.98	c #Conflicts:    4827000 | #Constraints:      69980
3435.17/3443.98	c #Conflicts:    4828000 | #Constraints:      70980
3435.17/3443.98	c #Conflicts:    4829000 | #Constraints:      71980
3435.17/3443.98	c #Conflicts:    4830000 | #Constraints:      72980
3435.17/3443.98	c #Conflicts:    4831000 | #Constraints:      73980
3435.17/3443.98	c #Conflicts:    4832000 | #Constraints:      74994
3435.17/3443.98	c #Conflicts:    4833000 | #Constraints:      75994
3435.17/3443.98	c #Conflicts:    4834000 | #Constraints:      77202
3559.20/3568.20	c #Conflicts:    4835000 | #Constraints:      78202
3559.20/3568.20	c #Conflicts:    4836000 | #Constraints:      79202
3559.20/3568.20	c #Conflicts:    4837000 | #Constraints:      80202
3559.20/3568.20	c #Conflicts:    4838000 | #Constraints:      81202
3559.20/3568.20	c #Conflicts:    4839000 | #Constraints:      82202
3559.20/3568.20	c #Conflicts:    4840000 | #Constraints:      83202
3559.20/3568.20	c #Conflicts:    4841000 | #Constraints:      84202
3559.20/3568.20	c #Conflicts:    4842000 | #Constraints:      85202
3559.20/3568.20	c #Conflicts:    4843000 | #Constraints:      86202
3559.20/3568.20	c #Conflicts:    4844000 | #Constraints:      87202
3559.20/3568.20	c #Conflicts:    4845000 | #Constraints:      88202
3559.20/3568.20	c #Conflicts:    4846000 | #Constraints:      89202
3559.20/3568.20	c #Conflicts:    4847000 | #Constraints:      90202
3559.20/3568.20	c #Conflicts:    4848000 | #Constraints:      91202
3559.20/3568.20	c #Conflicts:    4849000 | #Constraints:      92202
3559.20/3568.20	c #Conflicts:    4850000 | #Constraints:      93202
3559.20/3568.20	c #Conflicts:    4851000 | #Constraints:      94202
3559.20/3568.20	c #Conflicts:    4852000 | #Constraints:      95202
3559.20/3568.20	c #Conflicts:    4853000 | #Constraints:      96202
3559.20/3568.20	c INPROCESSING
3559.20/3568.20	c GARBAGE COLLECT
3559.20/3568.20	c #Conflicts:    4854000 | #Constraints:      53215
3559.20/3568.20	c #Conflicts:    4855000 | #Constraints:      54215
3559.20/3568.20	c #Conflicts:    4856000 | #Constraints:      55215
3559.20/3568.20	c #Conflicts:    4857000 | #Constraints:      56215
3559.20/3568.20	c #Conflicts:    4858000 | #Constraints:      57215
3559.20/3568.20	c #Conflicts:    4859000 | #Constraints:      58215
3559.20/3568.20	c #Conflicts:    4860000 | #Constraints:      59215
3559.20/3568.20	c #Conflicts:    4861000 | #Constraints:      60215
3559.20/3568.20	c #Conflicts:    4862000 | #Constraints:      61215
3559.20/3568.20	c #Conflicts:    4863000 | #Constraints:      62215
3559.20/3568.20	c #Conflicts:    4864000 | #Constraints:      63215
3559.20/3568.20	c #Conflicts:    4865000 | #Constraints:      64215
3559.20/3568.20	c #Conflicts:    4866000 | #Constraints:      65215
3559.20/3568.20	c #Conflicts:    4867000 | #Constraints:      66215
3559.20/3568.20	c #Conflicts:    4868000 | #Constraints:      67215
3559.20/3568.20	c #Conflicts:    4869000 | #Constraints:      68215
3559.20/3568.20	c #Conflicts:    4870000 | #Constraints:      69215
3559.20/3568.20	c #Conflicts:    4871000 | #Constraints:      70215
3559.20/3568.20	c #Conflicts:    4872000 | #Constraints:      71215
3559.20/3568.20	c #Conflicts:    4873000 | #Constraints:      72215
3559.20/3568.20	c #Conflicts:    4874000 | #Constraints:      73215
3559.20/3568.20	c #Conflicts:    4875000 | #Constraints:      74215
3559.20/3568.20	c #Conflicts:    4876000 | #Constraints:      75215
3559.20/3568.20	c #Conflicts:    4877000 | #Constraints:      76215
3559.20/3568.20	c #Conflicts:    4878000 | #Constraints:      77215
3559.20/3568.20	c #Conflicts:    4879000 | #Constraints:      78215
3559.20/3568.20	c #Conflicts:    4880000 | #Constraints:      79215
3559.20/3568.20	c #Conflicts:    4881000 | #Constraints:      80215
3559.20/3568.20	c #Conflicts:    4882000 | #Constraints:      81215
3559.20/3568.20	c #Conflicts:    4883000 | #Constraints:      82215
3559.20/3568.20	c #Conflicts:    4884000 | #Constraints:      83215
3559.20/3568.20	c #Conflicts:    4885000 | #Constraints:      84215
3559.20/3568.20	c #Conflicts:    4886000 | #Constraints:      85215
3559.20/3568.20	c #Conflicts:    4887000 | #Constraints:      86215
3559.20/3568.20	c #Conflicts:    4888000 | #Constraints:      87215
3559.20/3568.20	c #Conflicts:    4889000 | #Constraints:      88215
3559.20/3568.20	c #Conflicts:    4890000 | #Constraints:      89215
3559.20/3568.20	c #Conflicts:    4891000 | #Constraints:      90215
3559.20/3568.20	c #Conflicts:    4892000 | #Constraints:      91215
3559.20/3568.20	c #Conflicts:    4893000 | #Constraints:      92215
3559.20/3568.20	c #Conflicts:    4894000 | #Constraints:      93215
3559.20/3568.20	c #Conflicts:    4895000 | #Constraints:      94215
3559.20/3568.20	c #Conflicts:    4896000 | #Constraints:      95216
3559.20/3568.20	c #Conflicts:    4897000 | #Constraints:      96216
3559.20/3568.20	c INPROCESSING
3559.20/3568.20	c GARBAGE COLLECT
3559.20/3568.20	WSVECS04 Frhs2[2]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[3]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[4]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[15]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[18]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[21]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[23]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[25]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[33]: 6 -1.01841 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[35]: 6 -1.36894 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[51]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[55]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[56]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[60]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[64]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[65]: 6 -3.92769 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[67]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[80]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[81]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[82]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[86]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[87]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[89]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[90]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[91]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[92]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[93]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[94]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[97]: 6 -1.01839 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[100]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[111]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[113]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[114]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[115]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[118]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[119]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[120]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[121]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[123]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[124]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[126]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[128]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[129]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[130]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[144]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[146]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[147]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[151]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[155]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[157]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[162]: 6 -3.92768 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[173]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[176]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[177]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[178]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[179]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[181]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[189]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[209]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[210]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[211]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[215]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[218]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[238]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[242]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[246]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[248]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[251]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[271]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[273]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[279]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[281]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[283]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[285]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[286]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[287]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[288]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[289]: 6 -1.01839 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[291]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[312]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[315]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[346]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[347]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[348]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[350]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[353]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[354]: 6 -3.92765 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[374]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[376]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[381]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[400]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[415]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[432]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[439]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[443]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[444]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[447]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[451]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[457]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[463]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[465]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[466]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[470]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[478]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[481]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[497]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[498]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[499]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[500]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[504]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[507]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[509]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[510]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[525]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[533]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[537]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[539]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[541]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[546]: 6 0 1.92765 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[553]: 6 -1.25004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[564]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[565]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[569]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[573]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[574]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[576]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[577]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[578]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[587]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[588]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[589]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[596]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[599]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[600]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[605]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[609]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[610]: 6 -3.92766 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[618]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[619]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[621]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[623]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[625]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[626]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[628]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[629]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[633]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[634]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[635]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[652]: 6 0 0.312576 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[653]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[655]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[656]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[667]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[670]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[683]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[684]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[685]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[687]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[689]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[692]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[695]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[697]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[700]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[701]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1025]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1037]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1038]: 6 -0.750014 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1039]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1040]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1042]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1043]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1044]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1050]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1054]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1068]: 6 -0.937526 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1069]: 6 -205.132 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1071]: 6 -680.777 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1074]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1078]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1079]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1084]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1090]: 6 -1.25055 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1092]: 6 -94.5364 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1099]: 6 -0.937519 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1101]: 6 -0.750052 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1114]: 6 -1.03676 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1116]: 6 -1.36893 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1117]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1122]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1132]: 6 -0.937518 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1136]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1137]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1160]: 6 -1283.2 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1161]: 6 -1.16416 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1162]: 6 -1.65631 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1164]: 6 -3.31253 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1165]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1166]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1168]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1169]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1170]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1171]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1176]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1181]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1183]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1194]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1198]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1202]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1211]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1216]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1218]: 6 -1.25002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1219]: 6 -1.31257 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1227]: 6 -1.25009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1232]: 6 -1.25007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1239]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1242]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1243]: 6 -1.00001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1245]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1246]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1249]: 6 -1.32817 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1250]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1251]: 6 -1.31254 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1270]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1276]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1278]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1280]: 6 -1.25003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1308]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1311]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1312]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1316]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1322]: 6 -1.00008 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1327]: 6 -1.00003 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1329]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1332]: 6 -1.00004 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1333]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1334]: 6 -1.0001 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1340]: 6 -1.00009 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1344]: 6 -1.31257 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1345]: 6 -1.31254 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1368]: 6 -1.00002 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1369]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1370]: 6 -1.00007 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1373]: 6 -1.00006 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1377]: 6 -1.30671 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1387]: 6 -1.31257 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1388]: 6 -1.31258 0 shouldn't be
3559.20/3568.20	WSVECS04 Frhs2[1389]: 6 -1.25001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1397]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1399]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1401]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1403]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1407]: 6 -1.32672 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1415]: 6 -2.56302 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1417]: 6 -0.921975 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1420]: 6 -0.937578 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1422]: 6 -0.750086 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1424]: 6 -0.0937714 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1428]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1429]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1433]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1434]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1442]: 6 0 1.25056 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1445]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1447]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1449]: 6 -0.937555 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1450]: 6 -0.375043 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1454]: 6 -0.750012 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1455]: 6 -0.750022 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1458]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1459]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1469]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1476]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1477]: 6 -1.31272 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1482]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1487]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1490]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1491]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1493]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1495]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1497]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1505]: 6 -1.33212 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1506]: 6 -1.32816 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1507]: 6 -1.32814 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1509]: 6 -1.31257 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1513]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1516]: 6 0 1.50002 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1519]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1525]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1529]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1534]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1539]: 6 -1.31257 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1540]: 6 -0.917091 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1549]: 6 0 4.00006 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1550]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1555]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1558]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1559]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1561]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1563]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1564]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1565]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1566]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1891]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1894]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1896]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1898]: 6 -1.31257 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1919]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1930]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1934]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1937]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1940]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1944]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1945]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1947]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1985]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1988]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[1992]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2021]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2024]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2028]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2029]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2032]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2034]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2037]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2040]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2042]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2044]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2046]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2047]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2050]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2081]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2085]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2087]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2090]: 6 -1.31252 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2104]: 6 -0.750098 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2110]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2112]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2114]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2116]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2117]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2120]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2121]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2124]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2125]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2127]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2129]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2132]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2133]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2136]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2138]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2139]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2142]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2156]: 6 -1.31252 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2157]: 6 -1.25007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2161]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2166]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2168]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2172]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2177]: 6 -1.04108 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2186]: 6 -1.25056 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2187]: 6 -1.25051 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2190]: 6 -3.30098 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2207]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2210]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2212]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2213]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2215]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2217]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2220]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2222]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2224]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2226]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2229]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2231]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2236]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2238]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2239]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2251]: 6 -0.343842 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2253]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2256]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2257]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2259]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2260]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2262]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2264]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2266]: 6 -1.03671 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2267]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2270]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2273]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2275]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2277]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2279]: 6 -331.955 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2282]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2283]: 6 -1324.82 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2286]: 6 -1.086 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2292]: 6 0 1.31252 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2296]: 6 -10.2501 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2297]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2300]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2301]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2304]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2309]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2312]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2313]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2316]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2317]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2320]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2324]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2328]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2329]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2332]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2336]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2338]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2353]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2355]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2362]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2366]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2368]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2369]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2372]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2376]: 6 -1.31259 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2394]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2396]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2398]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2400]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2402]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2404]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2406]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2408]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2410]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2412]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2414]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2416]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2417]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2420]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2424]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2426]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2428]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2433]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2434]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2442]: 6 -1.25005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2444]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2446]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2448]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2450]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2453]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2458]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2459]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2462]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2463]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2464]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2465]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2467]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2471]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2474]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2488]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2490]: 6 -5.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2492]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2494]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2495]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2498]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2502]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2503]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2506]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2507]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2510]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2511]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2513]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2516]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2521]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2525]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2527]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2537]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2538]: 6 -1.25002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2540]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2544]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2551]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2552]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2553]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2555]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2558]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2561]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2564]: 6 -1.3321 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2578]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2586]: 6 -5.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2588]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2590]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2592]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2593]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2596]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2599]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2601]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2603]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2606]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2608]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2609]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2612]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2614]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2615]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2618]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2622]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2623]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2630]: 6 -1.32816 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2632]: 6 -1.31251 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2634]: 6 -1.25003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2636]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2638]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2639]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2640]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2646]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2650]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2653]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2654]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2661]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2664]: 6 -1.32815 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2680]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2682]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2684]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2686]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2688]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2689]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2692]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2693]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2695]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2699]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2701]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2704]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2705]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2709]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2711]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2714]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2716]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2718]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2721]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2722]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2729]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2730]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2732]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2734]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2744]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2745]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2748]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2749]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2752]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2754]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2755]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2757]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2762]: 6 -1.25003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2768]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2770]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2772]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2774]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2776]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2778]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2780]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2782]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2784]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2785]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2788]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2789]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2792]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2793]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2795]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2799]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2801]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2804]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2805]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2808]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2809]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2811]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2817]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2823]: 6 -1.25009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2825]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2829]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2831]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2833]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2834]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2835]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2839]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2840]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2841]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2842]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2843]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2844]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2846]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2848]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2849]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2851]: 6 -1.32818 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2864]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2870]: 6 -5.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2871]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2874]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2875]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2878]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2879]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2884]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2885]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2888]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2891]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2893]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2895]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2898]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2900]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2902]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2904]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2906]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2908]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2911]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2913]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2914]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2915]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2931]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2936]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2938]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2939]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2942]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2943]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2946]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2948]: 6 -1.32814 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2949]: 6 -1.32819 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2977]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2980]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2981]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2983]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2987]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2992]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2995]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2997]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[2999]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3002]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3004]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3006]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3009]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3020]: 6 -1.31258 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3022]: 6 -1.25001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3033]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3034]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3036]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3037]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3039]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3042]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3043]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3046]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3050]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3074]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3078]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3087]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3089]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3092]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3093]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3096]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3098]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3100]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3102]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3104]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3115]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3122]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3127]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3130]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3131]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3133]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3134]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3135]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3137]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3139]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3141]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3169]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3171]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3174]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3177]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3179]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3182]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3184]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3185]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3188]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3190]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3191]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3194]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3197]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3199]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3211]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3213]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3220]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3227]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3230]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3231]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3232]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3234]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3235]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3238]: 6 -0.687464 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3239]: 6 -0.687457 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3245]: 6 -5.50105 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3248]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3250]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3251]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3254]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3256]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3258]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3260]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3262]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3264]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3265]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3268]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3270]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3272]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3274]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3276]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3277]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3280]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3284]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3286]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3290]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3291]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3294]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3295]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3299]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3301]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3303]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3306]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3308]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3310]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3311]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3312]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3314]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3315]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3319]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3320]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3321]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3322]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3329]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3331]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3333]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3336]: 6 -1.31254 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3337]: 6 -1.3126 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3345]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3348]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3349]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3352]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3353]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3356]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3358]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3359]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3362]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3363]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3366]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3367]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3369]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3372]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3374]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3376]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3378]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3380]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3382]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3384]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3388]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3390]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3391]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3402]: 6 -1.31251 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3404]: 6 -1.25006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3406]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3411]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3421]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3425]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3428]: 6 -1.33306 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3434]: 6 -1.32819 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3452]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3453]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3456]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3457]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3460]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3464]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3472]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3476]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3480]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3481]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3484]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3485]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3487]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3490]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3491]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3498]: 6 -1.25005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3499]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3509]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3515]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3521]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3523]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3527]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3530]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3544]: 6 -0.0937877 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3548]: 6 -4.62508 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3550]: 6 -12.25 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3552]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3554]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3556]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3558]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3560]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3568]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3572]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3573]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3580]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3581]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3584]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3586]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3587]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3593]: 6 0 0.250031 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3597]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3601]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3605]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3607]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3608]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3611]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3612]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3614]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3617]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3620]: 6 -1.27346 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3625]: 6 -1.09384 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3634]: 6 -6.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3635]: 6 -8.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3638]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3640]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3641]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3642]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3644]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3648]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3649]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3652]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3653]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3656]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3657]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3659]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3661]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3664]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3668]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3670]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3672]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3673]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3676]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3679]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3681]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3690]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3693]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3701]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3703]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3707]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3708]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3710]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3711]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3712]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3717]: 6 -1.25002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3728]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3729]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3732]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3733]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3736]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3738]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3739]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3742]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3743]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3746]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3747]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3750]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3754]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3758]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3759]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3761]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3764]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3766]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3767]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3768]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3770]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3771]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3774]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3775]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3779]: 6 -1.03037 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3791]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3792]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3794]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3796]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3804]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3805]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3808]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3809]: 6 -1.00006 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3811]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3814]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3831]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3833]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3836]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3837]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3840]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3842]: 6 -1.00001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3843]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3846]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3848]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3849]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3852]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3854]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3856]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3860]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3864]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3866]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3868]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3870]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3872]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3905]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3908]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3909]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3911]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3924]: 6 -11 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3925]: 6 -11.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3927]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3928]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3930]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3938]: 6 -1.00005 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3939]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3941]: 6 -1.00007 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3944]: 6 -1.00002 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3945]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3947]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3950]: 6 -1.00004 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3953]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3955]: 6 -1.00003 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3958]: 6 -1.0001 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3960]: 6 -1.00009 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3961]: 6 -1.00008 0 shouldn't be
3559.20/3568.21	WSVECS04 Frhs2[3964]: 6 -1.00009 0 shouldn't be
3600.02/3609.10	c #Conflicts:    4898000 | #Constraints:      53136
3600.02/3609.10	c #Conflicts:    4899000 | #Constraints:      54136
3600.02/3609.10	c #Conflicts:    4900000 | #Constraints:      55136
3600.02/3609.10	c #Conflicts:    4901000 | #Constraints:      56136
3600.02/3609.10	c #Conflicts:    4902000 | #Constraints:      57136
3600.02/3609.10	c #Conflicts:    4903000 | #Constraints:      58136
3600.02/3609.10	c #Conflicts:    4904000 | #Constraints:      59136
3600.02/3609.10	c #Conflicts:    4905000 | #Constraints:      60136
3600.02/3609.10	c #Conflicts:    4906000 | #Constraints:      61136
3600.02/3609.10	c #Conflicts:    4907000 | #Constraints:      62137
3600.02/3609.10	c #Conflicts:    4908000 | #Constraints:      63137
3600.02/3609.10	c #Conflicts:    4909000 | #Constraints:      64137
3600.02/3609.10	c #Conflicts:    4910000 | #Constraints:      65137
3600.02/3609.10	c #Conflicts:    4911000 | #Constraints:      66137
3600.02/3609.10	c #Conflicts:    4912000 | #Constraints:      67137
3600.02/3609.10	c #Conflicts:    4913000 | #Constraints:      68137
3600.02/3609.10	c #Conflicts:    4914000 | #Constraints:      69140
3600.02/3609.10	c #Conflicts:    4915000 | #Constraints:      70149
3600.02/3609.10	c #Conflicts:    4916000 | #Constraints:      71151
3600.02/3609.10	c #Conflicts:    4917000 | #Constraints:      72159
3600.02/3609.10	c #Conflicts:    4918000 | #Constraints:      73162
3600.02/3609.10	c #Conflicts:    4919000 | #Constraints:      74363
3600.02/3609.10	c #Conflicts:    4920000 | #Constraints:      75363
3600.02/3609.10	c #Conflicts:    4921000 | #Constraints:      76363
3600.02/3609.10	c #Conflicts:    4922000 | #Constraints:      77363
3600.02/3609.10	c #Conflicts:    4923000 | #Constraints:      78363
3600.02/3609.10	c #Conflicts:    4924000 | #Constraints:      79363
3600.02/3609.10	c #Conflicts:    4925000 | #Constraints:      80363
3600.02/3609.10	c #Conflicts:    4926000 | #Constraints:      81363
3600.02/3609.10	c #Conflicts:    4927000 | #Constraints:      82363
3600.02/3609.10	c #Conflicts:    4928000 | #Constraints:      83363
3600.02/3609.10	c #Conflicts:    4929000 | #Constraints:      84363
3600.02/3609.10	c #Conflicts:    4930000 | #Constraints:      85363
3600.02/3609.10	c #Conflicts:    4931000 | #Constraints:      86363
3600.02/3609.10	c #Conflicts:    4932000 | #Constraints:      87364
3600.02/3609.10	c #Conflicts:    4933000 | #Constraints:      88364
3600.02/3609.10	c #Conflicts:    4934000 | #Constraints:      89364
3600.02/3609.10	c #Conflicts:    4935000 | #Constraints:      90364
3600.02/3609.10	c #Conflicts:    4936000 | #Constraints:      91364
3600.02/3609.10	c #Conflicts:    4937000 | #Constraints:      92364
3600.02/3609.10	c #Conflicts:    4938000 | #Constraints:      93364
3600.02/3609.10	c #Conflicts:    4939000 | #Constraints:      94402
3600.02/3609.10	c #Conflicts:    4940000 | #Constraints:      95402
3600.02/3609.10	c #Conflicts:    4941000 | #Constraints:      96402
3600.02/3609.10	c INPROCESSING
3600.02/3609.10	c GARBAGE COLLECT
3600.02/3609.10	c #Conflicts:    4942000 | #Constraints:      53052
3600.02/3609.10	c #Conflicts:    4943000 | #Constraints:      54052
3600.02/3609.10	c #Conflicts:    4944000 | #Constraints:      55052
3600.02/3609.10	c #Conflicts:    4945000 | #Constraints:      56052
3600.02/3609.10	c #Conflicts:    4946000 | #Constraints:      57052
3600.02/3609.10	c #Conflicts:    4947000 | #Constraints:      58052
3600.02/3609.10	c cpu time 3573.23 s
3600.02/3609.10	c deterministic time 232188068680 2.32e+11
3600.02/3609.10	c optimization time 2.47376 s
3600.02/3609.10	c total solve time 3570.72 s
3600.02/3609.10	c core-guided solve time 0 s
3600.02/3609.10	c propagation time 2450.97 s
3600.02/3609.10	c conflict analysis time 964.166 s
3600.02/3609.10	c propagations 685831454
3600.02/3609.10	c resolve steps 160071816
3600.02/3609.10	c decisions 12553881
3600.02/3609.10	c conflicts 4947439
3600.02/3609.10	c restarts 8190
3600.02/3609.10	c inprocessing phases 213
3600.02/3609.10	c garbage collections 213 ,( 100.00 )
3600.02/3609.10	c input clauses 7390 ,( 81.10 )
3600.02/3609.10	c input cardinalities 0 ,( 0.00 )
3600.02/3609.10	c input general constraints 1722 ,( 18.90 )
3600.02/3609.10	c input average constraint length 4.48
3600.02/3609.10	c input average constraint degree 1.86
3600.02/3609.10	c learned clauses 2097838 ,( 42.18 )
3600.02/3609.10	c learned cardinalities 913 ,( 0.02 )
3600.02/3609.10	c learned general constraints 2875108 ,( 57.80 )
3600.02/3609.10	c learned average constraint length 189.33
3600.02/3609.10	c learned average constraint degree 11846054.36
3600.02/3609.10	c watched  CF 32, 64, 128, Arb: 887089 , 0 , 0 , 0
3600.02/3609.10	c counting CF 32, 64, 128, Arb: 1989741 , 0 , 0 , 0
3600.02/3609.10	c watched   constraints 887089 ,( 30.84 ) 
3600.02/3609.10	c counting  constraints 1989741 ,( 69.16 ) 
3600.02/3609.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1050866992 , 5024759 , 26672354800 ,( 1579957956 , 25092396844 )
3600.02/3609.10	c gcd simplifications 447177
3600.02/3609.10	c detected cardinalities 51
3600.02/3609.10	c weakened non-implied lits 127053360
3600.02/3609.10	c weakened non-implying lits 1323549
3600.02/3609.10	c original variables 4128
3600.02/3609.10	c clausal propagations 166837666
3600.02/3609.10	c cardinality propagations 84389
3600.02/3609.10	c watched propagations 3268945
3600.02/3609.10	c counting propagations 510461232
3600.02/3609.10	c watch lookups 121993087064
3600.02/3609.10	c watch backjump lookups 0
3600.02/3609.10	c watch checks 60616020120
3600.02/3609.10	c propagation checks 45427491796
3600.02/3609.10	c constraint additions 2748764479
3600.02/3609.10	c trail pops 703329049
3600.02/3609.10	c formula constraints 9112
3600.02/3609.10	c learned constraints 4947438
3600.02/3609.10	c bound constraints 0
3600.02/3609.10	c core-guided constraints 0
3600.02/3609.10	c encountered formula constraints 119890292
3600.02/3609.10	c encountered learned constraints 44946816
3600.02/3609.10	c encountered bound constraints 0
3600.02/3609.10	c encountered core-guided constraints 0
3600.02/3609.10	c LP total time 179.765 s
3600.02/3609.10	c LP solve time 168.02 s
3600.02/3609.10	c LP constraints added 9414
3600.02/3609.10	c LP constraints removed 48
3600.02/3609.10	c LP pivots internal 495783
3600.02/3609.10	c LP pivots root 495053
3600.02/3609.10	c LP calls 37351
3600.02/3609.10	c LP optimalities 16
3600.02/3609.10	c LP no pivot count 0
3600.02/3609.10	c LP infeasibilities 37066
3600.02/3609.10	c LP valid Farkas constraints 26353
3600.02/3609.10	c LP learned Farkas constraints 0
3600.02/3609.10	c LP basis resets 268
3600.02/3609.10	c LP cycling count 0
3600.02/3609.10	c LP singular count 262
3600.02/3609.10	c LP no primal count 0
3600.02/3609.10	c LP no farkas count 3
3600.02/3609.10	c LP other issue count 3
3600.02/3609.10	c LP Gomory cuts 68
3600.02/3609.10	c LP learned cuts 234
3600.02/3609.10	c LP deleted cuts 48
3600.02/3609.10	c LP encountered Gomory constraints 22181
3600.02/3609.10	c LP encountered Farkas constraints 159966
3600.02/3609.10	c LP encountered learned Farkas constraints 0
3600.02/3609.10	c CG auxiliary variables introduced 0
3600.02/3609.10	c CG solutions found 0
3600.02/3609.10	c CG cores constructed 0
3600.02/3609.10	c CG core cardinality constraints returned 0
3600.02/3609.10	c CG unit cores 0
3600.02/3609.10	c CG single cores 0
3600.02/3609.10	c CG blocks removed during cardinality reduction 0
3600.02/3609.10	c CG first core best 0
3600.02/3609.10	c CG decision core best 0
3600.02/3609.10	c CG core reduction tie 0
3600.02/3609.10	c CG core degree average 0.00
3600.02/3609.10	c CG core slack average 0.00
3600.02/3609.10	c CG core upper bound improvements 0
3600.02/3609.10	c STR number of successful calls 0
3600.02/3609.10	c STR number of unsuccessful calls 0
3600.02/3609.10	c STR number of inconclusive calls 0
3600.02/3609.10	c STR number of successful attempts 0
3600.02/3609.10	c STR number of unsuccessful attempts 0
3600.02/3609.10	c STR number of inconclusive attempts 0
3600.02/3609.10	c STR average degree increase per successful call inf
3600.02/3609.10	c STR average degree increase per successful attempt inf
3600.02/3609.10	c STR total number of conflicts for successful attempts 0
3600.02/3609.10	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3609.10	c STR total number of conflicts for inconclusive attempts 0
3600.02/3609.10	c STR average number of conflicts per successful attempt inf
3600.02/3609.10	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3609.10	c STR average number of conflicts per inconclusive attempt inf
3600.02/3609.10	c AVG.sumWPerc 55.04 
3600.02/3609.10	c bigint constraints 0 
3600.02/3609.10	s UNKNOWN
3600.02/3609.10	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=26859, runsolver pid=26856

[startup+0.100064 s]*
/proc/loadavg: 4.09 4.11 4.10 5/269 26862
/proc/meminfo: memFree=128301304/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=75284 memory=29344 CPUtime=0.06 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 4908 0 0 0 5 1 0 0 20 0 1 0 36235927 77090816 7336 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 18821 7336 2304 1147 0 6248 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 79476 KiB
Current children cumulated memory: 32288 KiB

[startup+0.205669 s]*
/proc/loadavg: 4.09 4.11 4.10 5/269 26862
/proc/meminfo: memFree=128300296/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=75648 memory=30240 CPUtime=0.17 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 5022 0 0 0 16 1 0 0 20 0 1 0 36235927 77463552 7560 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 18912 7560 2400 1147 0 6339 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 79840 KiB
Current children cumulated memory: 33184 KiB

[startup+0.305534 s]*
/proc/loadavg: 4.09 4.11 4.10 5/269 26862
/proc/meminfo: memFree=128294248/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=78764 memory=33184 CPUtime=0.26 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 5758 0 0 0 25 1 0 0 20 0 1 0 36235927 80654336 8296 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 19691 8296 2400 1147 0 7118 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 82956 KiB
Current children cumulated memory: 36128 KiB

[startup+0.700189 s]
/proc/loadavg: 4.09 4.11 4.10 5/269 26862
/proc/meminfo: memFree=128294248/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=79436 memory=33952 CPUtime=0.66 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 5966 0 0 0 62 4 0 0 20 0 1 0 36235927 81342464 8488 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 19859 8488 2400 1147 0 7286 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 83628 KiB
Current children cumulated memory: 36896 KiB

[startup+1.50018 s]
/proc/loadavg: 4.09 4.11 4.10 5/269 26862
/proc/meminfo: memFree=128294248/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=80640 memory=35104 CPUtime=1.45 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 6254 0 0 0 140 5 0 0 20 0 1 0 36235927 82575360 8776 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 20160 8776 2400 1147 0 7587 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 84832 KiB
Current children cumulated memory: 38048 KiB

[startup+3.10499 s]
/proc/loadavg: 4.09 4.11 4.10 5/269 26862
/proc/meminfo: memFree=128292892/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=85900 memory=42880 CPUtime=3.05 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 7585 0 0 0 294 11 0 0 20 0 1 0 36235927 87961600 10720 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 21475 10720 2496 1147 0 8902 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 90092 KiB
Current children cumulated memory: 45824 KiB

[startup+6.30017 s]
/proc/loadavg: 4.08 4.11 4.10 5/269 26862
/proc/meminfo: memFree=128292900/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=87156 memory=44032 CPUtime=6.24 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 7903 0 0 0 603 21 0 0 20 0 1 0 36235927 89247744 11008 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 21789 11008 2496 1147 0 9216 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 91348 KiB
Current children cumulated memory: 46976 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.11 4.10 5/269 26862
/proc/meminfo: memFree=128277332/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=100108 memory=54912 CPUtime=12.63 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 10653 0 0 0 1226 37 0 0 20 0 1 0 36235927 102510592 13728 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 25027 13728 2496 1147 0 12454 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 104300 KiB
Current children cumulated memory: 57856 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.12 4.10 5/269 26862
/proc/meminfo: memFree=128245588/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=116244 memory=71048 CPUtime=25.39 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 14184 0 0 0 2483 56 0 0 20 0 1 0 36235927 119033856 17762 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 29061 17762 2496 1147 0 16488 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 120436 KiB
Current children cumulated memory: 73992 KiB

[startup+51.1054 s]
/proc/loadavg: 4.08 4.11 4.10 5/269 26863
/proc/meminfo: memFree=128234056/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=134676 memory=86840 CPUtime=50.93 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 17608 0 0 0 4980 113 0 0 20 0 1 0 36235927 137908224 21710 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 33669 21710 2496 1147 0 21096 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 138868 KiB
Current children cumulated memory: 89784 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 26876
/proc/meminfo: memFree=128179460/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=164896 memory=119860 CPUtime=102.01 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 24889 0 0 0 10000 201 0 0 20 0 1 0 36235927 168853504 29965 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 41224 29965 2496 1147 0 28651 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 169088 KiB
Current children cumulated memory: 122804 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/267 26878
/proc/meminfo: memFree=128116436/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=202360 memory=149380 CPUtime=161.86 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 31245 0 0 0 15912 274 0 0 20 0 1 0 36235927 207216640 37345 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 50590 37345 2496 1147 0 38017 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 206552 KiB
Current children cumulated memory: 152324 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/267 26880
/proc/meminfo: memFree=128054916/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=216256 memory=162820 CPUtime=221.71 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 34591 0 0 0 21811 360 0 0 20 0 1 0 36235927 221446144 40705 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 54064 40705 2496 1147 0 41491 0
Current children cumulated CPU time: 221.72 s

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

/proc/26862/statm: 171667 147200 2496 1147 0 159094 0
Current children cumulated CPU time: 3094.38 s
Current children cumulated vsize: 690860 KiB
Current children cumulated memory: 591744 KiB

[startup+3162.3 s]
/proc/loadavg: 2.07 2.18 2.70 3/253 27137
/proc/meminfo: memFree=128631648/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=695376 memory=594304 CPUtime=3154.19 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 116164 0 0 0 312871 2548 0 0 20 0 1 0 36235927 712065024 148576 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 173844 148576 2496 1147 0 161271 0
Current children cumulated CPU time: 3154.2 s
Current children cumulated vsize: 699568 KiB
Current children cumulated memory: 597248 KiB

[startup+3222.3 s]
/proc/loadavg: 2.11 2.17 2.66 3/253 27139
/proc/meminfo: memFree=128588004/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=708988 memory=626468 CPUtime=3214.03 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 118920 0 0 0 318837 2566 0 0 20 0 1 0 36235927 726003712 156617 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 177247 156617 2496 1147 0 164674 0
Current children cumulated CPU time: 3214.04 s
Current children cumulated vsize: 713180 KiB
Current children cumulated memory: 629412 KiB

[startup+3282.3 s]
/proc/loadavg: 2.08 2.15 2.62 3/252 27141
/proc/meminfo: memFree=128555036/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=730980 memory=650788 CPUtime=3273.91 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 123085 0 0 0 324807 2584 0 0 20 0 1 0 36235927 748523520 162697 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 182745 162697 2496 1147 0 170172 0
Current children cumulated CPU time: 3273.92 s
Current children cumulated vsize: 735172 KiB
Current children cumulated memory: 653732 KiB

[startup+3342.3 s]
/proc/loadavg: 2.13 2.15 2.60 3/252 27143
/proc/meminfo: memFree=128551196/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=744772 memory=664892 CPUtime=3333.77 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 125591 0 0 0 330782 2595 0 0 20 0 1 0 36235927 762646528 166223 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 186193 166223 2496 1147 0 173620 0
Current children cumulated CPU time: 3333.78 s
Current children cumulated vsize: 748964 KiB
Current children cumulated memory: 667836 KiB

[startup+3402.3 s]
/proc/loadavg: 2.05 2.12 2.55 3/253 27148
/proc/meminfo: memFree=128550300/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=751812 memory=669244 CPUtime=3393.65 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 126683 0 0 0 336756 2609 0 0 20 0 1 0 36235927 769855488 167311 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 187953 167311 2496 1147 0 175380 0
Current children cumulated CPU time: 3393.66 s
Current children cumulated vsize: 756004 KiB
Current children cumulated memory: 672188 KiB

[startup+3462.3 s]
/proc/loadavg: 2.12 2.13 2.53 3/253 27150
/proc/meminfo: memFree=128533852/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=762856 memory=678076 CPUtime=3453.52 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 128886 0 0 0 342723 2629 0 0 20 0 1 0 36235927 781164544 169519 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 190714 169519 2496 1147 0 178141 0
Current children cumulated CPU time: 3453.53 s
Current children cumulated vsize: 767048 KiB
Current children cumulated memory: 681020 KiB

[startup+3522.3 s]
/proc/loadavg: 2.10 2.12 2.50 3/253 27156
/proc/meminfo: memFree=128527404/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=767324 memory=682556 CPUtime=3513.38 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 130007 0 0 0 348690 2648 0 0 20 0 1 0 36235927 785739776 170639 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 191831 170639 2496 1147 0 179258 0
Current children cumulated CPU time: 3513.39 s
Current children cumulated vsize: 771516 KiB
Current children cumulated memory: 685500 KiB

[startup+3582.3 s]
/proc/loadavg: 2.08 2.11 2.47 3/253 27158
/proc/meminfo: memFree=128507440/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=779644 memory=691900 CPUtime=3573.26 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 132358 0 0 0 354663 2663 0 0 20 0 1 0 36235927 798355456 172975 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 194911 172975 2496 1147 0 182338 0
Current children cumulated CPU time: 3573.27 s
Current children cumulated vsize: 783836 KiB
Current children cumulated memory: 694844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.1 s]
/proc/loadavg: 2.13 2.12 2.46 3/253 27160
/proc/meminfo: memFree=128508052/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=780400 memory=692796 CPUtime=3600.01 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 132604 0 0 0 357323 2678 0 0 20 0 1 0 36235927 799129600 173199 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 195100 173199 2496 1147 0 182527 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 784592 KiB
Current children cumulated memory: 695740 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3609.1 s]
/proc/loadavg: 2.13 2.12 2.46 3/253 27160
/proc/meminfo: memFree=128508052/131250000 swapFree=33010684/33010684
[pid=26859] ppid=26856 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/26859/stat : 26859 (run-dec-break.s) S 26856 26859 23358 0 -1 4194304 238 3050 0 0 0 0 1 0 20 0 1 0 36235925 4292608 736 18446744073709551615 94151388794880 94151389689413 140724175813824 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94151389928464 94151389976208 94151418777600 140724175821153 140724175821282 140724175821282 140724175826884 0
/proc/26859/statm: 1048 736 672 219 0 110 0
[pid=26862] ppid=26859 vsize=780400 memory=692796 CPUtime=3600.01 cores=1,3
/proc/26862/stat : 26862 (roundingsat) R 26859 26859 23358 0 -1 4194304 132604 0 0 0 357323 2678 0 0 20 0 1 0 36235927 799129600 173199 18446744073709551615 4227072 8923433 140726857815936 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20795392 140726857824580 140726857824808 140726857824808 140726857830378 0
/proc/26862/statm: 195100 173199 2496 1147 0 182527 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 784592 KiB
Current children cumulated memory: 695740 KiB

Child status: 2

Real time (s): 3609.11
CPU time (s): 3600.04
CPU user time (s): 3573.25
CPU system time (s): 26.7955
CPU usage (%): 99.7487
Max. virtual memory (cumulated for all children) (KiB): 784592
Max. memory (cumulated for all children) (KiB): 695740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.25
system time used= 26.7955
maximum resident set size= 693052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 371
involuntary context switches= 6325


# summary of solver processes directly reported to runsolver:
#   pid: 26859,26862
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3573.25
#   total CPU system time (s): 26.7955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.97854 second user time and 15.7959 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 15:59:44
IDJOB=4513082
IDBENCH=162262
IDSOLVER=3357
FILE ID=nodeC019/4513082-1751205584
RUNJOBID= nodeC019-1751196526-23370
SLURM_JOB_ID= 9587609
Free space on /tmp= 433040 MiB

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

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

MD5SUM BENCH= 1c3bde2857450970636e675d32ef1343
RANDOM SEED=2096879429

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.636
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.683
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.676
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		: 3590.567
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		: 3578.386
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:        128317028 kB
MemAvailable:   128216196 kB
Buffers:            3280 kB
Cached:           708676 kB
SwapCached:            0 kB
Active:          1847784 kB
Inactive:         451928 kB
Active(anon):    1605820 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   451928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7380 kB
Writeback:             0 kB
AnonPages:       1588796 kB
Mapped:           117204 kB
Shmem:             18064 kB
KReclaimable:      89032 kB
Slab:             174648 kB
SReclaimable:      89032 kB
SUnreclaim:        85616 kB
KernelStack:        4348 kB
PageTables:         6420 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2062560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1376256 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= 433048 MiB
End job on nodeC019 at 2025-06-29 16:59:53