Trace number 4513083

Some explanations

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

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

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

Solver answer on this benchmark

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

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-4513083-1751205611.opb'
0.00/0.01	c 	read 0.38MB  (5.24ms)
0.00/0.01	c	 [cnf: #variables 4128 #clauses 8736 #duplicates 0 #arr 37145]
0.00/0.01	c output proof to 'PROOFDIR/proof-4513083-1751205611'
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.86ms)
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.95ms)
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-4513083-1751205611.opb.pre'
0.00/0.02	c 	wrote 0.38MB (0.95ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   5.72ms 36.51% approx_orbits
0.00/0.02	c                   5.24ms 33.48% parse
0.00/0.02	c                   1.95ms 12.43% detect_generic
0.00/0.02	c                   0.95ms  6.04% output
0.00/0.02	c                   0.86ms  5.48% detect_special
0.00/0.02	c                   0.83ms  5.29% other
0.00/0.02	c                   0.12ms  0.78% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  15.66ms   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.10	c #variables 4128 #constraints 9112
0.07/0.12	c rational objective 707.694
13.53/13.60	c #Conflicts:       1000 | #Constraints:      10161
13.53/13.60	c #Conflicts:       2000 | #Constraints:      11161
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:       3000 | #Constraints:       9753
13.53/13.60	c #Conflicts:       4000 | #Constraints:      10753
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:       5000 | #Constraints:      10174
13.53/13.60	c #Conflicts:       6000 | #Constraints:      11174
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:       7000 | #Constraints:      10199
13.53/13.60	c #Conflicts:       8000 | #Constraints:      11199
13.53/13.60	c #Conflicts:       9000 | #Constraints:      12199
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      10000 | #Constraints:      10916
13.53/13.60	c #Conflicts:      11000 | #Constraints:      11916
13.53/13.60	c #Conflicts:      12000 | #Constraints:      12916
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      13000 | #Constraints:      11371
13.53/13.60	c #Conflicts:      14000 | #Constraints:      12372
13.53/13.60	c #Conflicts:      15000 | #Constraints:      13372
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      16000 | #Constraints:      11630
13.53/13.60	c #Conflicts:      17000 | #Constraints:      12630
13.53/13.60	c #Conflicts:      18000 | #Constraints:      13630
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      19000 | #Constraints:      11690
13.53/13.60	c #Conflicts:      20000 | #Constraints:      12690
13.53/13.60	c #Conflicts:      21000 | #Constraints:      13691
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      22000 | #Constraints:      11485
13.53/13.60	c #Conflicts:      23000 | #Constraints:      12485
13.53/13.60	c #Conflicts:      24000 | #Constraints:      13485
13.53/13.60	c #Conflicts:      25000 | #Constraints:      14485
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      26000 | #Constraints:      12104
13.53/13.60	c #Conflicts:      27000 | #Constraints:      13104
13.53/13.60	c #Conflicts:      28000 | #Constraints:      14104
13.53/13.60	c #Conflicts:      29000 | #Constraints:      15104
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      30000 | #Constraints:      12508
13.53/13.60	c #Conflicts:      31000 | #Constraints:      13508
13.53/13.60	c #Conflicts:      32000 | #Constraints:      14508
13.53/13.60	c #Conflicts:      33000 | #Constraints:      15508
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      34000 | #Constraints:      12737
13.53/13.60	c #Conflicts:      35000 | #Constraints:      13737
13.53/13.60	c #Conflicts:      36000 | #Constraints:      14737
13.53/13.60	c #Conflicts:      37000 | #Constraints:      15737
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      38000 | #Constraints:      12738
13.53/13.60	c #Conflicts:      39000 | #Constraints:      13738
13.53/13.60	c #Conflicts:      40000 | #Constraints:      14738
13.53/13.60	c #Conflicts:      41000 | #Constraints:      15738
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      42000 | #Constraints:      12527
13.53/13.60	c #Conflicts:      43000 | #Constraints:      13527
13.53/13.60	c #Conflicts:      44000 | #Constraints:      14527
13.53/13.60	c #Conflicts:      45000 | #Constraints:      15527
13.53/13.60	c #Conflicts:      46000 | #Constraints:      16527
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      47000 | #Constraints:      13123
13.53/13.60	c #Conflicts:      48000 | #Constraints:      14123
13.53/13.60	c #Conflicts:      49000 | #Constraints:      15123
13.53/13.60	c #Conflicts:      50000 | #Constraints:      16123
13.53/13.60	c #Conflicts:      51000 | #Constraints:      17123
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c #Conflicts:      52000 | #Constraints:      13533
13.53/13.60	c #Conflicts:      53000 | #Constraints:      14533
13.53/13.60	c #Conflicts:      54000 | #Constraints:      15533
13.53/13.60	c #Conflicts:      55000 | #Constraints:      16533
13.53/13.60	c #Conflicts:      56000 | #Constraints:      17533
13.53/13.60	c INPROCESSING
13.53/13.60	c GARBAGE COLLECT
13.53/13.60	c rational objective 744.91
20.12/20.25	c #Conflicts:      57000 | #Constraints:      13748
20.12/20.25	c #Conflicts:      58000 | #Constraints:      14748
20.12/20.25	c #Conflicts:      59000 | #Constraints:      15748
20.12/20.25	c #Conflicts:      60000 | #Constraints:      16748
20.12/20.25	c #Conflicts:      61000 | #Constraints:      17748
20.12/20.25	c INPROCESSING
20.12/20.25	c GARBAGE COLLECT
20.12/20.25	c #Conflicts:      62000 | #Constraints:      13774
20.12/20.25	c #Conflicts:      63000 | #Constraints:      14774
20.12/20.25	c #Conflicts:      64000 | #Constraints:      15774
20.12/20.25	c #Conflicts:      65000 | #Constraints:      16775
20.12/20.25	c #Conflicts:      66000 | #Constraints:      17775
20.12/20.25	c INPROCESSING
20.12/20.25	c GARBAGE COLLECT
20.12/20.25	c #Conflicts:      67000 | #Constraints:      13570
20.12/20.25	c #Conflicts:      68000 | #Constraints:      14570
20.12/20.25	c #Conflicts:      69000 | #Constraints:      15570
20.12/20.25	c #Conflicts:      70000 | #Constraints:      16570
20.12/20.25	c #Conflicts:      71000 | #Constraints:      17570
20.12/20.25	c #Conflicts:      72000 | #Constraints:      18570
20.12/20.25	c INPROCESSING
20.12/20.25	c GARBAGE COLLECT
20.12/20.25	c #Conflicts:      73000 | #Constraints:      14176
20.12/20.25	c #Conflicts:      74000 | #Constraints:      15215
20.12/20.25	c #Conflicts:      75000 | #Constraints:      16215
20.12/20.25	c #Conflicts:      76000 | #Constraints:      17215
20.12/20.25	c #Conflicts:      77000 | #Constraints:      18215
20.12/20.25	c #Conflicts:      78000 | #Constraints:      19215
20.12/20.25	c INPROCESSING
20.12/20.25	c GARBAGE COLLECT
20.12/20.25	c rational objective 791.742
44.89/45.55	c #Conflicts:      79000 | #Constraints:      14622
44.89/45.55	c #Conflicts:      80000 | #Constraints:      15622
44.89/45.55	c #Conflicts:      81000 | #Constraints:      16622
44.89/45.55	c #Conflicts:      82000 | #Constraints:      17623
44.89/45.55	c #Conflicts:      83000 | #Constraints:      18623
44.89/45.55	c #Conflicts:      84000 | #Constraints:      19623
44.89/45.55	c INPROCESSING
44.89/45.55	c GARBAGE COLLECT
44.89/45.55	c #Conflicts:      85000 | #Constraints:      14815
44.89/45.55	c #Conflicts:      86000 | #Constraints:      15815
44.89/45.55	c #Conflicts:      87000 | #Constraints:      16815
44.89/45.55	c #Conflicts:      88000 | #Constraints:      17815
44.89/45.55	c #Conflicts:      89000 | #Constraints:      18815
44.89/45.55	c #Conflicts:      90000 | #Constraints:      19815
44.89/45.55	c INPROCESSING
44.89/45.55	c GARBAGE COLLECT
44.89/45.55	c #Conflicts:      91000 | #Constraints:      14801
44.89/45.55	c #Conflicts:      92000 | #Constraints:      15801
44.89/45.55	c #Conflicts:      93000 | #Constraints:      16801
44.89/45.55	c #Conflicts:      94000 | #Constraints:      17801
44.89/45.55	c #Conflicts:      95000 | #Constraints:      18801
44.89/45.55	c #Conflicts:      96000 | #Constraints:      20237
44.89/45.55	c INPROCESSING
44.89/45.55	c GARBAGE COLLECT
44.89/45.55	c #Conflicts:      97000 | #Constraints:      14974
44.89/45.55	c #Conflicts:      98000 | #Constraints:      15974
44.89/45.55	c #Conflicts:      99000 | #Constraints:      16974
44.89/45.55	c #Conflicts:     100000 | #Constraints:      17974
44.89/45.55	c #Conflicts:     101000 | #Constraints:      18974
44.89/45.55	c #Conflicts:     102000 | #Constraints:      19974
44.89/45.55	c #Conflicts:     103000 | #Constraints:      20974
44.89/45.55	c INPROCESSING
44.89/45.55	c GARBAGE COLLECT
44.89/45.55	c #Conflicts:     104000 | #Constraints:      15359
44.89/45.55	c #Conflicts:     105000 | #Constraints:      16359
44.89/45.55	c #Conflicts:     106000 | #Constraints:      17359
44.89/45.55	c #Conflicts:     107000 | #Constraints:      18359
44.89/45.55	c #Conflicts:     108000 | #Constraints:      19359
44.89/45.55	c #Conflicts:     109000 | #Constraints:      20359
44.89/45.55	c #Conflicts:     110000 | #Constraints:      21359
44.89/45.55	c INPROCESSING
44.89/45.55	c GARBAGE COLLECT
44.89/45.55	c #Conflicts:     111000 | #Constraints:      15667
44.89/45.55	c #Conflicts:     112000 | #Constraints:      16667
44.89/45.55	c #Conflicts:     113000 | #Constraints:      17667
44.89/45.55	c #Conflicts:     114000 | #Constraints:      18667
44.89/45.55	c #Conflicts:     115000 | #Constraints:      19667
44.89/45.55	c #Conflicts:     116000 | #Constraints:      20667
44.89/45.55	c #Conflicts:     117000 | #Constraints:      21667
44.89/45.55	c INPROCESSING
44.89/45.55	c GARBAGE COLLECT
44.89/45.55	c #Conflicts:     118000 | #Constraints:      15840
44.89/45.55	c #Conflicts:     119000 | #Constraints:      16840
44.89/45.55	c #Conflicts:     120000 | #Constraints:      17840
44.89/45.55	c #Conflicts:     121000 | #Constraints:      18840
44.89/45.55	c #Conflicts:     122000 | #Constraints:      19840
44.89/45.55	c #Conflicts:     123000 | #Constraints:      20840
44.89/45.55	c #Conflicts:     124000 | #Constraints:      21840
44.89/45.55	c INPROCESSING
44.89/45.55	c GARBAGE COLLECT
44.89/45.55	c #Conflicts:     125000 | #Constraints:      15797
44.89/45.55	c #Conflicts:     126000 | #Constraints:      16797
44.89/45.55	c #Conflicts:     127000 | #Constraints:      17797
44.89/45.55	c #Conflicts:     128000 | #Constraints:      18797
44.89/45.55	c #Conflicts:     129000 | #Constraints:      19797
44.89/45.55	c #Conflicts:     130000 | #Constraints:      20797
44.89/45.55	c #Conflicts:     131000 | #Constraints:      21797
44.89/45.55	c INPROCESSING
44.89/45.55	c GARBAGE COLLECT
44.89/45.55	c #Conflicts:     132000 | #Constraints:      15606
44.89/45.55	c #Conflicts:     133000 | #Constraints:      16606
44.89/45.55	c #Conflicts:     134000 | #Constraints:      17606
44.89/45.55	c #Conflicts:     135000 | #Constraints:      18606
44.89/45.55	c #Conflicts:     136000 | #Constraints:      19606
44.89/45.55	c #Conflicts:     137000 | #Constraints:      20606
44.89/45.55	c #Conflicts:     138000 | #Constraints:      21606
44.89/45.55	c #Conflicts:     139000 | #Constraints:      22606
44.89/45.55	c INPROCESSING
44.89/45.55	c GARBAGE COLLECT
44.89/45.55	c #Conflicts:     140000 | #Constraints:      16231
44.89/45.55	c #Conflicts:     141000 | #Constraints:      17231
44.89/45.55	c #Conflicts:     142000 | #Constraints:      18232
44.89/45.55	c #Conflicts:     143000 | #Constraints:      19232
44.89/45.55	c #Conflicts:     144000 | #Constraints:      20232
44.89/45.55	c #Conflicts:     145000 | #Constraints:      21232
44.89/45.55	c #Conflicts:     146000 | #Constraints:      22232
44.89/45.55	c #Conflicts:     147000 | #Constraints:      23270
44.89/45.55	c INPROCESSING
44.89/45.55	c GARBAGE COLLECT
44.89/45.55	c #Conflicts:     148000 | #Constraints:      16667
44.89/45.55	c #Conflicts:     149000 | #Constraints:      17667
44.89/45.55	c #Conflicts:     150000 | #Constraints:      18667
44.89/45.55	c #Conflicts:     151000 | #Constraints:      19667
75.97/76.83	c #Conflicts:     152000 | #Constraints:      20667
75.97/76.83	c #Conflicts:     153000 | #Constraints:      21667
75.97/76.83	c #Conflicts:     154000 | #Constraints:      22667
75.97/76.83	c #Conflicts:     155000 | #Constraints:      23667
75.97/76.83	c INPROCESSING
75.97/76.83	c GARBAGE COLLECT
75.97/76.83	c #Conflicts:     156000 | #Constraints:      16832
75.97/76.83	c #Conflicts:     157000 | #Constraints:      17832
75.97/76.83	c #Conflicts:     158000 | #Constraints:      18832
75.97/76.83	c #Conflicts:     159000 | #Constraints:      19832
75.97/76.83	c #Conflicts:     160000 | #Constraints:      20832
75.97/76.83	c #Conflicts:     161000 | #Constraints:      21832
75.97/76.83	c #Conflicts:     162000 | #Constraints:      22832
75.97/76.83	c #Conflicts:     163000 | #Constraints:      23832
75.97/76.83	c INPROCESSING
75.97/76.83	c GARBAGE COLLECT
75.97/76.83	c #Conflicts:     164000 | #Constraints:      16802
75.97/76.83	c #Conflicts:     165000 | #Constraints:      17802
75.97/76.83	c #Conflicts:     166000 | #Constraints:      18802
75.97/76.83	c #Conflicts:     167000 | #Constraints:      19802
75.97/76.83	c #Conflicts:     168000 | #Constraints:      20802
75.97/76.83	c #Conflicts:     169000 | #Constraints:      21802
75.97/76.83	c #Conflicts:     170000 | #Constraints:      22802
75.97/76.83	c #Conflicts:     171000 | #Constraints:      23802
75.97/76.83	c INPROCESSING
75.97/76.83	c GARBAGE COLLECT
75.97/76.83	c #Conflicts:     172000 | #Constraints:      16591
75.97/76.83	c #Conflicts:     173000 | #Constraints:      17591
75.97/76.83	c #Conflicts:     174000 | #Constraints:      18591
75.97/76.83	c #Conflicts:     175000 | #Constraints:      19591
75.97/76.83	c #Conflicts:     176000 | #Constraints:      20591
75.97/76.83	c #Conflicts:     177000 | #Constraints:      21591
75.97/76.83	c #Conflicts:     178000 | #Constraints:      22591
75.97/76.83	c #Conflicts:     179000 | #Constraints:      23591
75.97/76.83	c #Conflicts:     180000 | #Constraints:      24591
75.97/76.83	c INPROCESSING
75.97/76.83	c GARBAGE COLLECT
75.97/76.83	c #Conflicts:     181000 | #Constraints:      17192
75.97/76.83	c #Conflicts:     182000 | #Constraints:      18192
75.97/76.83	c #Conflicts:     183000 | #Constraints:      19192
75.97/76.83	c #Conflicts:     184000 | #Constraints:      20192
75.97/76.83	c #Conflicts:     185000 | #Constraints:      21192
75.97/76.83	c #Conflicts:     186000 | #Constraints:      22192
75.97/76.83	c #Conflicts:     187000 | #Constraints:      23192
75.97/76.83	c #Conflicts:     188000 | #Constraints:      24193
75.97/76.83	c #Conflicts:     189000 | #Constraints:      25193
75.97/76.83	c INPROCESSING
75.97/76.83	c GARBAGE COLLECT
75.97/76.83	c #Conflicts:     190000 | #Constraints:      17612
75.97/76.83	c #Conflicts:     191000 | #Constraints:      18612
75.97/76.83	c #Conflicts:     192000 | #Constraints:      19612
75.97/76.83	c #Conflicts:     193000 | #Constraints:      20612
75.97/76.83	c #Conflicts:     194000 | #Constraints:      21612
75.97/76.83	c #Conflicts:     195000 | #Constraints:      22612
75.97/76.83	c #Conflicts:     196000 | #Constraints:      23612
75.97/76.83	c #Conflicts:     197000 | #Constraints:      24612
75.97/76.83	c #Conflicts:     198000 | #Constraints:      25612
75.97/76.83	c INPROCESSING
75.97/76.83	c GARBAGE COLLECT
75.97/76.83	c #Conflicts:     199000 | #Constraints:      18073
75.97/76.83	c #Conflicts:     200000 | #Constraints:      19616
75.97/76.83	c #Conflicts:     201000 | #Constraints:      21131
75.97/76.83	c #Conflicts:     202000 | #Constraints:      22673
75.97/76.83	c #Conflicts:     203000 | #Constraints:      24186
75.97/76.83	c #Conflicts:     204000 | #Constraints:      25701
75.97/76.83	c #Conflicts:     205000 | #Constraints:      27177
75.97/76.83	c #Conflicts:     206000 | #Constraints:      28177
75.97/76.83	c #Conflicts:     207000 | #Constraints:      29177
75.97/76.83	c INPROCESSING
75.97/76.83	c GARBAGE COLLECT
75.97/76.83	c #Conflicts:     208000 | #Constraints:      19499
75.97/76.83	c #Conflicts:     209000 | #Constraints:      20499
75.97/76.83	c #Conflicts:     210000 | #Constraints:      21499
75.97/76.83	c #Conflicts:     211000 | #Constraints:      22499
75.97/76.83	c #Conflicts:     212000 | #Constraints:      23499
75.97/76.83	c #Conflicts:     213000 | #Constraints:      24499
75.97/76.83	c #Conflicts:     214000 | #Constraints:      25499
75.97/76.83	c #Conflicts:     215000 | #Constraints:      26499
75.97/76.83	c #Conflicts:     216000 | #Constraints:      27500
75.97/76.83	c INPROCESSING
75.97/76.83	c GARBAGE COLLECT
75.97/76.83	c #Conflicts:     217000 | #Constraints:      18486
75.97/76.83	c #Conflicts:     218000 | #Constraints:      19486
75.97/76.83	c #Conflicts:     219000 | #Constraints:      20486
75.97/76.83	c #Conflicts:     220000 | #Constraints:      21486
75.97/76.83	c #Conflicts:     221000 | #Constraints:      22486
75.97/76.83	c #Conflicts:     222000 | #Constraints:      23486
75.97/76.83	c #Conflicts:     223000 | #Constraints:      24486
75.97/76.83	c #Conflicts:     224000 | #Constraints:      25486
75.97/76.83	c #Conflicts:     225000 | #Constraints:      26487
100.51/101.56	c #Conflicts:     226000 | #Constraints:      27487
100.51/101.56	c INPROCESSING
100.51/101.56	c GARBAGE COLLECT
100.51/101.56	c #Conflicts:     227000 | #Constraints:      18678
100.51/101.56	c #Conflicts:     228000 | #Constraints:      19678
100.51/101.56	c #Conflicts:     229000 | #Constraints:      20678
100.51/101.56	c #Conflicts:     230000 | #Constraints:      21678
100.51/101.56	c #Conflicts:     231000 | #Constraints:      22678
100.51/101.56	c #Conflicts:     232000 | #Constraints:      23678
100.51/101.56	c #Conflicts:     233000 | #Constraints:      24680
100.51/101.56	c #Conflicts:     234000 | #Constraints:      25680
100.51/101.56	c #Conflicts:     235000 | #Constraints:      26680
100.51/101.56	c #Conflicts:     236000 | #Constraints:      27680
100.51/101.56	c INPROCESSING
100.51/101.56	c GARBAGE COLLECT
100.51/101.56	c #Conflicts:     237000 | #Constraints:      18840
100.51/101.56	c #Conflicts:     238000 | #Constraints:      19840
100.51/101.56	c #Conflicts:     239000 | #Constraints:      20840
100.51/101.56	c #Conflicts:     240000 | #Constraints:      21840
100.51/101.56	c #Conflicts:     241000 | #Constraints:      22840
100.51/101.56	c #Conflicts:     242000 | #Constraints:      23840
100.51/101.56	c #Conflicts:     243000 | #Constraints:      24840
100.51/101.56	c #Conflicts:     244000 | #Constraints:      25840
100.51/101.56	c #Conflicts:     245000 | #Constraints:      26840
100.51/101.56	c #Conflicts:     246000 | #Constraints:      27840
100.51/101.56	c INPROCESSING
100.51/101.56	c GARBAGE COLLECT
100.51/101.56	c #Conflicts:     247000 | #Constraints:      18967
100.51/101.56	c #Conflicts:     248000 | #Constraints:      19969
100.51/101.56	c #Conflicts:     249000 | #Constraints:      20969
100.51/101.56	c #Conflicts:     250000 | #Constraints:      21969
100.51/101.56	c #Conflicts:     251000 | #Constraints:      22969
100.51/101.56	c #Conflicts:     252000 | #Constraints:      23969
100.51/101.56	c #Conflicts:     253000 | #Constraints:      24969
100.51/101.56	c #Conflicts:     254000 | #Constraints:      25969
100.51/101.56	c #Conflicts:     255000 | #Constraints:      26969
100.51/101.56	c #Conflicts:     256000 | #Constraints:      27969
100.51/101.56	c INPROCESSING
100.51/101.56	c GARBAGE COLLECT
100.51/101.56	c #Conflicts:     257000 | #Constraints:      18904
100.51/101.56	c #Conflicts:     258000 | #Constraints:      19904
100.51/101.56	c #Conflicts:     259000 | #Constraints:      20904
100.51/101.56	c #Conflicts:     260000 | #Constraints:      21904
100.51/101.56	c #Conflicts:     261000 | #Constraints:      22904
100.51/101.56	c #Conflicts:     262000 | #Constraints:      23904
100.51/101.56	c #Conflicts:     263000 | #Constraints:      24904
100.51/101.56	c #Conflicts:     264000 | #Constraints:      25904
100.51/101.56	c #Conflicts:     265000 | #Constraints:      26905
100.51/101.56	c #Conflicts:     266000 | #Constraints:      27905
100.51/101.56	c INPROCESSING
100.51/101.56	c GARBAGE COLLECT
100.51/101.56	c #Conflicts:     267000 | #Constraints:      18669
100.51/101.56	c #Conflicts:     268000 | #Constraints:      19669
100.51/101.56	c #Conflicts:     269000 | #Constraints:      20669
100.51/101.56	c #Conflicts:     270000 | #Constraints:      21669
100.51/101.56	c #Conflicts:     271000 | #Constraints:      22669
100.51/101.56	c #Conflicts:     272000 | #Constraints:      23669
100.51/101.56	c #Conflicts:     273000 | #Constraints:      24669
100.51/101.56	c #Conflicts:     274000 | #Constraints:      25669
100.51/101.56	c #Conflicts:     275000 | #Constraints:      26669
100.51/101.56	c #Conflicts:     276000 | #Constraints:      27669
100.51/101.56	c #Conflicts:     277000 | #Constraints:      28669
100.51/101.56	c INPROCESSING
100.51/101.56	c GARBAGE COLLECT
100.51/101.56	c #Conflicts:     278000 | #Constraints:      19237
100.51/101.56	c #Conflicts:     279000 | #Constraints:      20237
100.51/101.56	c #Conflicts:     280000 | #Constraints:      21237
100.51/101.56	c #Conflicts:     281000 | #Constraints:      22237
100.51/101.56	c #Conflicts:     282000 | #Constraints:      23237
100.51/101.56	c #Conflicts:     283000 | #Constraints:      24237
100.51/101.56	c #Conflicts:     284000 | #Constraints:      25249
100.51/101.56	c #Conflicts:     285000 | #Constraints:      26250
100.51/101.56	c #Conflicts:     286000 | #Constraints:      27250
100.51/101.56	c #Conflicts:     287000 | #Constraints:      28250
100.51/101.56	c #Conflicts:     288000 | #Constraints:      29250
100.51/101.56	c INPROCESSING
100.51/101.56	c GARBAGE COLLECT
100.51/101.56	c #Conflicts:     289000 | #Constraints:      19604
100.51/101.56	c #Conflicts:     290000 | #Constraints:      20604
100.51/101.56	c #Conflicts:     291000 | #Constraints:      21604
100.51/101.56	c #Conflicts:     292000 | #Constraints:      22604
100.51/101.56	c #Conflicts:     293000 | #Constraints:      23605
100.51/101.56	c #Conflicts:     294000 | #Constraints:      24605
100.51/101.56	c #Conflicts:     295000 | #Constraints:      25605
100.51/101.56	c #Conflicts:     296000 | #Constraints:      26605
100.51/101.56	c #Conflicts:     297000 | #Constraints:      27605
100.51/101.56	c #Conflicts:     298000 | #Constraints:      28606
100.51/101.56	c #Conflicts:     299000 | #Constraints:      29606
129.32/130.58	c INPROCESSING
129.32/130.58	c GARBAGE COLLECT
129.32/130.58	c #Conflicts:     300000 | #Constraints:      19825
129.32/130.58	c #Conflicts:     301000 | #Constraints:      20825
129.32/130.58	c #Conflicts:     302000 | #Constraints:      21825
129.32/130.58	c #Conflicts:     303000 | #Constraints:      22825
129.32/130.58	c #Conflicts:     304000 | #Constraints:      23825
129.32/130.58	c #Conflicts:     305000 | #Constraints:      24825
129.32/130.58	c #Conflicts:     306000 | #Constraints:      25825
129.32/130.58	c #Conflicts:     307000 | #Constraints:      26825
129.32/130.58	c #Conflicts:     308000 | #Constraints:      27825
129.32/130.58	c #Conflicts:     309000 | #Constraints:      28825
129.32/130.58	c #Conflicts:     310000 | #Constraints:      29825
129.32/130.58	c INPROCESSING
129.32/130.58	c GARBAGE COLLECT
129.32/130.58	c #Conflicts:     311000 | #Constraints:      19859
129.32/130.58	c #Conflicts:     312000 | #Constraints:      20859
129.32/130.58	c #Conflicts:     313000 | #Constraints:      21859
129.32/130.58	c #Conflicts:     314000 | #Constraints:      22859
129.32/130.58	c #Conflicts:     315000 | #Constraints:      23859
129.32/130.58	c #Conflicts:     316000 | #Constraints:      24859
129.32/130.58	c #Conflicts:     317000 | #Constraints:      25859
129.32/130.58	c #Conflicts:     318000 | #Constraints:      26859
129.32/130.58	c #Conflicts:     319000 | #Constraints:      27859
129.32/130.58	c #Conflicts:     320000 | #Constraints:      28859
129.32/130.58	c #Conflicts:     321000 | #Constraints:      29859
129.32/130.58	c INPROCESSING
129.32/130.58	c GARBAGE COLLECT
129.32/130.58	c #Conflicts:     322000 | #Constraints:      19710
129.32/130.58	c #Conflicts:     323000 | #Constraints:      20710
129.32/130.58	c #Conflicts:     324000 | #Constraints:      21710
129.32/130.58	c #Conflicts:     325000 | #Constraints:      22710
129.32/130.58	c #Conflicts:     326000 | #Constraints:      23710
129.32/130.58	c #Conflicts:     327000 | #Constraints:      24710
129.32/130.58	c #Conflicts:     328000 | #Constraints:      25710
129.32/130.58	c #Conflicts:     329000 | #Constraints:      26710
129.32/130.58	c #Conflicts:     330000 | #Constraints:      27710
129.32/130.58	c #Conflicts:     331000 | #Constraints:      28710
129.32/130.58	c #Conflicts:     332000 | #Constraints:      29710
129.32/130.58	c #Conflicts:     333000 | #Constraints:      30710
129.32/130.58	c INPROCESSING
129.32/130.58	c GARBAGE COLLECT
129.32/130.58	c #Conflicts:     334000 | #Constraints:      20265
129.32/130.58	c #Conflicts:     335000 | #Constraints:      21265
129.32/130.58	c #Conflicts:     336000 | #Constraints:      22265
129.32/130.58	c #Conflicts:     337000 | #Constraints:      23265
129.32/130.58	c #Conflicts:     338000 | #Constraints:      24265
129.32/130.58	c #Conflicts:     339000 | #Constraints:      25265
129.32/130.58	c #Conflicts:     340000 | #Constraints:      26265
129.32/130.58	c #Conflicts:     341000 | #Constraints:      27265
129.32/130.58	c #Conflicts:     342000 | #Constraints:      28265
129.32/130.58	c #Conflicts:     343000 | #Constraints:      29265
129.32/130.58	c #Conflicts:     344000 | #Constraints:      30265
129.32/130.58	c #Conflicts:     345000 | #Constraints:      31265
129.32/130.58	c INPROCESSING
129.32/130.58	c GARBAGE COLLECT
129.32/130.58	c #Conflicts:     346000 | #Constraints:      20669
129.32/130.58	c #Conflicts:     347000 | #Constraints:      21669
129.32/130.58	c #Conflicts:     348000 | #Constraints:      22670
129.32/130.58	c #Conflicts:     349000 | #Constraints:      23670
129.32/130.58	c #Conflicts:     350000 | #Constraints:      24670
129.32/130.58	c #Conflicts:     351000 | #Constraints:      25670
129.32/130.58	c #Conflicts:     352000 | #Constraints:      26670
129.32/130.58	c #Conflicts:     353000 | #Constraints:      27670
129.32/130.58	c #Conflicts:     354000 | #Constraints:      28670
129.32/130.58	c #Conflicts:     355000 | #Constraints:      29670
129.32/130.58	c #Conflicts:     356000 | #Constraints:      30670
129.32/130.58	c #Conflicts:     357000 | #Constraints:      31670
129.32/130.58	c INPROCESSING
129.32/130.58	c GARBAGE COLLECT
129.32/130.58	c #Conflicts:     358000 | #Constraints:      20832
129.32/130.58	c #Conflicts:     359000 | #Constraints:      21832
129.32/130.58	c #Conflicts:     360000 | #Constraints:      22832
129.32/130.58	c #Conflicts:     361000 | #Constraints:      23832
129.32/130.58	c #Conflicts:     362000 | #Constraints:      24832
129.32/130.58	c #Conflicts:     363000 | #Constraints:      25834
129.32/130.58	c #Conflicts:     364000 | #Constraints:      26854
129.32/130.58	c #Conflicts:     365000 | #Constraints:      27854
129.32/130.58	c #Conflicts:     366000 | #Constraints:      28854
129.32/130.58	c #Conflicts:     367000 | #Constraints:      29854
129.32/130.58	c #Conflicts:     368000 | #Constraints:      30854
129.32/130.58	c #Conflicts:     369000 | #Constraints:      31854
129.32/130.58	c INPROCESSING
129.32/130.58	c GARBAGE COLLECT
129.32/130.58	c #Conflicts:     370000 | #Constraints:      20855
129.32/130.58	c #Conflicts:     371000 | #Constraints:      21855
129.32/130.58	c #Conflicts:     372000 | #Constraints:      22855
129.32/130.58	c #Conflicts:     373000 | #Constraints:      23855
160.02/161.51	c #Conflicts:     374000 | #Constraints:      24855
160.02/161.51	c #Conflicts:     375000 | #Constraints:      25855
160.02/161.51	c #Conflicts:     376000 | #Constraints:      26855
160.02/161.51	c #Conflicts:     377000 | #Constraints:      27855
160.02/161.51	c #Conflicts:     378000 | #Constraints:      28855
160.02/161.51	c #Conflicts:     379000 | #Constraints:      29855
160.02/161.51	c #Conflicts:     380000 | #Constraints:      30855
160.02/161.51	c #Conflicts:     381000 | #Constraints:      31855
160.02/161.51	c INPROCESSING
160.02/161.51	c GARBAGE COLLECT
160.02/161.51	c #Conflicts:     382000 | #Constraints:      20665
160.02/161.51	c #Conflicts:     383000 | #Constraints:      21665
160.02/161.51	c #Conflicts:     384000 | #Constraints:      22665
160.02/161.51	c #Conflicts:     385000 | #Constraints:      23665
160.02/161.51	c #Conflicts:     386000 | #Constraints:      24665
160.02/161.51	c #Conflicts:     387000 | #Constraints:      25665
160.02/161.51	c #Conflicts:     388000 | #Constraints:      26665
160.02/161.51	c #Conflicts:     389000 | #Constraints:      27665
160.02/161.51	c #Conflicts:     390000 | #Constraints:      28665
160.02/161.51	c #Conflicts:     391000 | #Constraints:      29665
160.02/161.51	c #Conflicts:     392000 | #Constraints:      30665
160.02/161.51	c #Conflicts:     393000 | #Constraints:      31665
160.02/161.51	c #Conflicts:     394000 | #Constraints:      32665
160.02/161.51	c INPROCESSING
160.02/161.51	c GARBAGE COLLECT
160.02/161.51	c #Conflicts:     395000 | #Constraints:      21249
160.02/161.51	c #Conflicts:     396000 | #Constraints:      22249
160.02/161.51	c #Conflicts:     397000 | #Constraints:      23249
160.02/161.51	c #Conflicts:     398000 | #Constraints:      24249
160.02/161.51	c #Conflicts:     399000 | #Constraints:      25249
160.02/161.51	c #Conflicts:     400000 | #Constraints:      26249
160.02/161.51	c #Conflicts:     401000 | #Constraints:      27249
160.02/161.51	c #Conflicts:     402000 | #Constraints:      28249
160.02/161.51	c #Conflicts:     403000 | #Constraints:      29249
160.02/161.51	c #Conflicts:     404000 | #Constraints:      30249
160.02/161.51	c #Conflicts:     405000 | #Constraints:      31249
160.02/161.51	c #Conflicts:     406000 | #Constraints:      32249
160.02/161.51	c #Conflicts:     407000 | #Constraints:      33249
160.02/161.51	c INPROCESSING
160.02/161.51	c GARBAGE COLLECT
160.02/161.51	c #Conflicts:     408000 | #Constraints:      21647
160.02/161.51	c #Conflicts:     409000 | #Constraints:      22647
160.02/161.51	c #Conflicts:     410000 | #Constraints:      23647
160.02/161.51	c #Conflicts:     411000 | #Constraints:      24647
160.02/161.51	c #Conflicts:     412000 | #Constraints:      25647
160.02/161.51	c #Conflicts:     413000 | #Constraints:      26647
160.02/161.51	c #Conflicts:     414000 | #Constraints:      27647
160.02/161.51	c #Conflicts:     415000 | #Constraints:      28647
160.02/161.51	c #Conflicts:     416000 | #Constraints:      29647
160.02/161.51	c #Conflicts:     417000 | #Constraints:      30647
160.02/161.51	c #Conflicts:     418000 | #Constraints:      31647
160.02/161.51	c #Conflicts:     419000 | #Constraints:      32647
160.02/161.51	c #Conflicts:     420000 | #Constraints:      33647
160.02/161.51	c INPROCESSING
160.02/161.51	c GARBAGE COLLECT
160.02/161.51	c #Conflicts:     421000 | #Constraints:      21893
160.02/161.51	c #Conflicts:     422000 | #Constraints:      22893
160.02/161.51	c #Conflicts:     423000 | #Constraints:      23893
160.02/161.51	c #Conflicts:     424000 | #Constraints:      24893
160.02/161.51	c #Conflicts:     425000 | #Constraints:      25893
160.02/161.51	c #Conflicts:     426000 | #Constraints:      26893
160.02/161.51	c #Conflicts:     427000 | #Constraints:      27893
160.02/161.51	c #Conflicts:     428000 | #Constraints:      28893
160.02/161.51	c #Conflicts:     429000 | #Constraints:      29893
160.02/161.51	c #Conflicts:     430000 | #Constraints:      30893
160.02/161.51	c #Conflicts:     431000 | #Constraints:      31893
160.02/161.51	c #Conflicts:     432000 | #Constraints:      32893
160.02/161.51	c #Conflicts:     433000 | #Constraints:      33893
160.02/161.51	c INPROCESSING
160.02/161.51	c GARBAGE COLLECT
160.02/161.51	c #Conflicts:     434000 | #Constraints:      21878
160.02/161.51	c #Conflicts:     435000 | #Constraints:      22878
160.02/161.51	c #Conflicts:     436000 | #Constraints:      23878
160.02/161.51	c #Conflicts:     437000 | #Constraints:      24878
160.02/161.51	c #Conflicts:     438000 | #Constraints:      25878
160.02/161.51	c #Conflicts:     439000 | #Constraints:      26878
160.02/161.51	c #Conflicts:     440000 | #Constraints:      27879
160.02/161.51	c #Conflicts:     441000 | #Constraints:      28879
160.02/161.51	c #Conflicts:     442000 | #Constraints:      29879
160.02/161.51	c #Conflicts:     443000 | #Constraints:      30879
160.02/161.51	c #Conflicts:     444000 | #Constraints:      31879
160.02/161.51	c #Conflicts:     445000 | #Constraints:      32879
160.02/161.51	c #Conflicts:     446000 | #Constraints:      33879
160.02/161.51	c INPROCESSING
160.02/161.51	c GARBAGE COLLECT
160.02/161.51	c #Conflicts:     447000 | #Constraints:      21689
160.02/161.51	c #Conflicts:     448000 | #Constraints:      22689
196.43/198.13	c #Conflicts:     449000 | #Constraints:      23690
196.43/198.13	c #Conflicts:     450000 | #Constraints:      24690
196.43/198.13	c #Conflicts:     451000 | #Constraints:      25690
196.43/198.13	c #Conflicts:     452000 | #Constraints:      26690
196.43/198.13	c #Conflicts:     453000 | #Constraints:      27690
196.43/198.13	c #Conflicts:     454000 | #Constraints:      28690
196.43/198.13	c #Conflicts:     455000 | #Constraints:      29690
196.43/198.13	c #Conflicts:     456000 | #Constraints:      30690
196.43/198.13	c #Conflicts:     457000 | #Constraints:      31690
196.43/198.13	c #Conflicts:     458000 | #Constraints:      32690
196.43/198.13	c #Conflicts:     459000 | #Constraints:      33690
196.43/198.13	c #Conflicts:     460000 | #Constraints:      34690
196.43/198.13	c INPROCESSING
196.43/198.13	c GARBAGE COLLECT
196.43/198.13	c #Conflicts:     461000 | #Constraints:      22303
196.43/198.13	c #Conflicts:     462000 | #Constraints:      23303
196.43/198.13	c #Conflicts:     463000 | #Constraints:      24303
196.43/198.13	c #Conflicts:     464000 | #Constraints:      25303
196.43/198.13	c #Conflicts:     465000 | #Constraints:      26303
196.43/198.13	c #Conflicts:     466000 | #Constraints:      27303
196.43/198.13	c #Conflicts:     467000 | #Constraints:      28303
196.43/198.13	c #Conflicts:     468000 | #Constraints:      29303
196.43/198.13	c #Conflicts:     469000 | #Constraints:      30303
196.43/198.13	c #Conflicts:     470000 | #Constraints:      31303
196.43/198.13	c #Conflicts:     471000 | #Constraints:      32304
196.43/198.13	c #Conflicts:     472000 | #Constraints:      33304
196.43/198.13	c #Conflicts:     473000 | #Constraints:      34304
196.43/198.13	c #Conflicts:     474000 | #Constraints:      35304
196.43/198.13	c INPROCESSING
196.43/198.13	c GARBAGE COLLECT
196.43/198.13	c #Conflicts:     475000 | #Constraints:      22703
196.43/198.13	c #Conflicts:     476000 | #Constraints:      23703
196.43/198.13	c #Conflicts:     477000 | #Constraints:      24703
196.43/198.13	c #Conflicts:     478000 | #Constraints:      25703
196.43/198.13	c #Conflicts:     479000 | #Constraints:      26703
196.43/198.13	c #Conflicts:     480000 | #Constraints:      27703
196.43/198.13	c #Conflicts:     481000 | #Constraints:      28703
196.43/198.13	c #Conflicts:     482000 | #Constraints:      29703
196.43/198.13	c #Conflicts:     483000 | #Constraints:      30703
196.43/198.13	c #Conflicts:     484000 | #Constraints:      31703
196.43/198.13	c #Conflicts:     485000 | #Constraints:      32703
196.43/198.13	c #Conflicts:     486000 | #Constraints:      33703
196.43/198.13	c #Conflicts:     487000 | #Constraints:      34703
196.43/198.13	c #Conflicts:     488000 | #Constraints:      35703
196.43/198.13	c INPROCESSING
196.43/198.13	c GARBAGE COLLECT
196.43/198.13	c #Conflicts:     489000 | #Constraints:      22922
196.43/198.13	c #Conflicts:     490000 | #Constraints:      23922
196.43/198.13	c #Conflicts:     491000 | #Constraints:      24922
196.43/198.13	c #Conflicts:     492000 | #Constraints:      25922
196.43/198.13	c #Conflicts:     493000 | #Constraints:      26922
196.43/198.13	c #Conflicts:     494000 | #Constraints:      27922
196.43/198.13	c #Conflicts:     495000 | #Constraints:      28922
196.43/198.13	c #Conflicts:     496000 | #Constraints:      29922
196.43/198.13	c #Conflicts:     497000 | #Constraints:      30922
196.43/198.13	c #Conflicts:     498000 | #Constraints:      31922
196.43/198.13	c #Conflicts:     499000 | #Constraints:      32922
196.43/198.13	c #Conflicts:     500000 | #Constraints:      33922
196.43/198.13	c #Conflicts:     501000 | #Constraints:      34922
196.43/198.13	c #Conflicts:     502000 | #Constraints:      35922
196.43/198.13	c INPROCESSING
196.43/198.13	c GARBAGE COLLECT
196.43/198.13	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[43]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[61]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[74]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[97]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[108]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[154]: 6 -2.29658 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[194]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[195]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[262]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[299]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[300]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[310]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[313]: 6 -1.07751 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[364]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[386]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[387]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[391]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[396]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[453]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[550]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[588]: 6 -1.0625 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[609]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[653]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[672]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[698]: 6 0 0.25 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1026]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1046]: 6 -0.750001 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1049]: 6 -1.0625 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1068]: 6 -1.0295 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1078]: 6 -0.349154 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1089]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1101]: 6 -0.998157 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1105]: 6 -0.911253 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1112]: 6 -0.750001 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1125]: 6 -0.999947 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1126]: 6 -0.997942 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1127]: 6 -1.00005 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1130]: 6 -0.967059 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1134]: 6 -1.25 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1143]: 6 -0.980623 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1144]: 6 -0.961245 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1155]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1160]: 6 -0.999999 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1164]: 6 -0.814573 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1178]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1217]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1241]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1286]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1304]: 6 -0.996577 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1335]: 6 -1.47629 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1345]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1373]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1380]: 6 -0.999943 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1407]: 6 -1.25 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1415]: 6 -1.00002 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1421]: 6 -1.31249 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1422]: 6 -0.999941 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1423]: 6 -1.25273 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1428]: 6 -3.81262 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1454]: 6 -1.31249 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1469]: 6 -1.99817 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1477]: 6 -1.00001 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1480]: 6 -0.99997 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1486]: 6 -0.998048 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1498]: 6 -3.40502 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1533]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1558]: 6 -0.500001 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1562]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1563]: 6 -0.687501 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1905]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1941]: 6 0 0.500001 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1944]: 6 -7 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2015]: 6 -0.889904 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2042]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2085]: 6 -0.999997 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2101]: 6 -0.999079 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2105]: 6 -0.996313 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2111]: 6 -0.996498 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2114]: 6 -1.13151 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2168]: 6 -1.03876 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2185]: 6 -1.00002 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2189]: 6 -1.00009 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2197]: 6 -1.00145 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2201]: 6 -1.00579 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2206]: 6 -1.30647 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2224]: 6 -0.844978 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2226]: 6 -4.68996 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2252]: 6 -0.958169 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2287]: 6 -0.999998 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2291]: 6 -0.99999 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2315]: 6 -0.956774 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2319]: 6 -0.827094 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2346]: 6 -0.967059 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2349]: 6 -0.983565 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2359]: 6 -1.0625 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2362]: 6 0 1.5 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2404]: 6 -7.07709 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2405]: 6 -4.48325 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2420]: 6 -11 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2454]: 6 -0.0216137 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2492]: 6 -1.31284 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2512]: 6 -20.6542 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2592]: 6 -1.25 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2694]: 6 -5 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2876]: 6 0 0.562501 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2982]: 6 0 1.5625 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2984]: 6 -2.18479 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2988]: 6 -8.76085 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[2992]: 6 -1.25 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3053]: 6 -1.00003 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3062]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3063]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3065]: 6 -1.00184 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3076]: 6 -5 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3077]: 6 -1.1177 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3094]: 6 -23.6897 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3188]: 6 -0.875914 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3198]: 6 -16.9708 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3251]: 6 -0.999757 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3255]: 6 -0.999024 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3258]: 6 -1.25 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3284]: 6 -9.62009 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3286]: 6 -22.2402 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3397]: 6 -0.999998 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3429]: 6 -0.999998 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3445]: 6 -1.00047 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3450]: 6 -1.25 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3546]: 6 -1.25047 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3548]: 6 -1.00095 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3573]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3611]: 6 -1.25 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3617]: 6 -0.999942 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3621]: 6 -0.999763 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3644]: 6 -0.5 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3705]: 6 -1.3125 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3708]: 6 -1.125 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3836]: 6 -1.125 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3938]: 6 -1.25 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3939]: 6 -1.25 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
196.43/198.13	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
227.97/229.96	c #Conflicts:     503000 | #Constraints:      22912
227.97/229.96	c #Conflicts:     504000 | #Constraints:      23913
227.97/229.96	c #Conflicts:     505000 | #Constraints:      24913
227.97/229.96	c #Conflicts:     506000 | #Constraints:      25913
227.97/229.96	c #Conflicts:     507000 | #Constraints:      26913
227.97/229.96	c #Conflicts:     508000 | #Constraints:      27913
227.97/229.96	c #Conflicts:     509000 | #Constraints:      28913
227.97/229.96	c #Conflicts:     510000 | #Constraints:      29913
227.97/229.96	c #Conflicts:     511000 | #Constraints:      30913
227.97/229.96	c #Conflicts:     512000 | #Constraints:      31913
227.97/229.96	c #Conflicts:     513000 | #Constraints:      32913
227.97/229.96	c #Conflicts:     514000 | #Constraints:      33913
227.97/229.96	c #Conflicts:     515000 | #Constraints:      34913
227.97/229.96	c #Conflicts:     516000 | #Constraints:      35913
227.97/229.96	c INPROCESSING
227.97/229.96	c GARBAGE COLLECT
227.97/229.96	c #Conflicts:     517000 | #Constraints:      22685
227.97/229.96	c #Conflicts:     518000 | #Constraints:      23685
227.97/229.96	c #Conflicts:     519000 | #Constraints:      24685
227.97/229.96	c #Conflicts:     520000 | #Constraints:      25685
227.97/229.96	c #Conflicts:     521000 | #Constraints:      26685
227.97/229.96	c #Conflicts:     522000 | #Constraints:      27685
227.97/229.96	c #Conflicts:     523000 | #Constraints:      28685
227.97/229.96	c #Conflicts:     524000 | #Constraints:      29685
227.97/229.96	c #Conflicts:     525000 | #Constraints:      30685
227.97/229.96	c #Conflicts:     526000 | #Constraints:      31686
227.97/229.96	c #Conflicts:     527000 | #Constraints:      32686
227.97/229.96	c #Conflicts:     528000 | #Constraints:      33686
227.97/229.96	c #Conflicts:     529000 | #Constraints:      34686
227.97/229.96	c #Conflicts:     530000 | #Constraints:      35686
227.97/229.96	c #Conflicts:     531000 | #Constraints:      36686
227.97/229.96	c INPROCESSING
227.97/229.96	c GARBAGE COLLECT
227.97/229.96	c #Conflicts:     532000 | #Constraints:      23291
227.97/229.96	c #Conflicts:     533000 | #Constraints:      24291
227.97/229.96	c #Conflicts:     534000 | #Constraints:      25291
227.97/229.96	c #Conflicts:     535000 | #Constraints:      26291
227.97/229.96	c #Conflicts:     536000 | #Constraints:      27291
227.97/229.96	c #Conflicts:     537000 | #Constraints:      28291
227.97/229.96	c #Conflicts:     538000 | #Constraints:      29291
227.97/229.96	c #Conflicts:     539000 | #Constraints:      30291
227.97/229.96	c #Conflicts:     540000 | #Constraints:      31291
227.97/229.96	c #Conflicts:     541000 | #Constraints:      32291
227.97/229.96	c #Conflicts:     542000 | #Constraints:      33291
227.97/229.96	c #Conflicts:     543000 | #Constraints:      34291
227.97/229.96	c #Conflicts:     544000 | #Constraints:      35291
227.97/229.96	c #Conflicts:     545000 | #Constraints:      36291
227.97/229.96	c #Conflicts:     546000 | #Constraints:      37291
227.97/229.96	c INPROCESSING
227.97/229.96	c GARBAGE COLLECT
227.97/229.96	c #Conflicts:     547000 | #Constraints:      23689
227.97/229.96	c #Conflicts:     548000 | #Constraints:      24689
227.97/229.96	c #Conflicts:     549000 | #Constraints:      25689
227.97/229.96	c #Conflicts:     550000 | #Constraints:      26690
227.97/229.96	c #Conflicts:     551000 | #Constraints:      27690
227.97/229.96	c #Conflicts:     552000 | #Constraints:      28690
227.97/229.96	c #Conflicts:     553000 | #Constraints:      29690
227.97/229.96	c #Conflicts:     554000 | #Constraints:      30690
227.97/229.96	c #Conflicts:     555000 | #Constraints:      31690
227.97/229.96	c #Conflicts:     556000 | #Constraints:      32690
227.97/229.96	c #Conflicts:     557000 | #Constraints:      33690
227.97/229.96	c #Conflicts:     558000 | #Constraints:      34690
227.97/229.96	c #Conflicts:     559000 | #Constraints:      35690
227.97/229.96	c #Conflicts:     560000 | #Constraints:      36690
227.97/229.96	c #Conflicts:     561000 | #Constraints:      37690
227.97/229.96	c INPROCESSING
227.97/229.96	c GARBAGE COLLECT
227.97/229.96	c #Conflicts:     562000 | #Constraints:      23889
227.97/229.96	c #Conflicts:     563000 | #Constraints:      24889
227.97/229.96	c #Conflicts:     564000 | #Constraints:      25889
227.97/229.96	c #Conflicts:     565000 | #Constraints:      26889
227.97/229.96	c #Conflicts:     566000 | #Constraints:      27889
227.97/229.96	c #Conflicts:     567000 | #Constraints:      28889
227.97/229.96	c #Conflicts:     568000 | #Constraints:      29889
227.97/229.96	c #Conflicts:     569000 | #Constraints:      30889
227.97/229.96	c #Conflicts:     570000 | #Constraints:      31889
227.97/229.96	c #Conflicts:     571000 | #Constraints:      32889
227.97/229.96	c #Conflicts:     572000 | #Constraints:      33889
227.97/229.96	c #Conflicts:     573000 | #Constraints:      34889
227.97/229.96	c #Conflicts:     574000 | #Constraints:      35889
227.97/229.96	c #Conflicts:     575000 | #Constraints:      36889
227.97/229.96	c #Conflicts:     576000 | #Constraints:      37889
227.97/229.96	c INPROCESSING
227.97/229.96	c GARBAGE COLLECT
227.97/229.96	c #Conflicts:     577000 | #Constraints:      23919
227.97/229.96	c #Conflicts:     578000 | #Constraints:      24919
257.23/259.62	c #Conflicts:     579000 | #Constraints:      25919
257.23/259.62	c #Conflicts:     580000 | #Constraints:      26919
257.23/259.62	c #Conflicts:     581000 | #Constraints:      27919
257.23/259.62	c #Conflicts:     582000 | #Constraints:      28919
257.23/259.62	c #Conflicts:     583000 | #Constraints:      29919
257.23/259.62	c #Conflicts:     584000 | #Constraints:      30919
257.23/259.62	c #Conflicts:     585000 | #Constraints:      31919
257.23/259.62	c #Conflicts:     586000 | #Constraints:      32919
257.23/259.62	c #Conflicts:     587000 | #Constraints:      33919
257.23/259.62	c #Conflicts:     588000 | #Constraints:      34919
257.23/259.62	c #Conflicts:     589000 | #Constraints:      35919
257.23/259.62	c #Conflicts:     590000 | #Constraints:      36919
257.23/259.62	c #Conflicts:     591000 | #Constraints:      37919
257.23/259.62	c INPROCESSING
257.23/259.62	c GARBAGE COLLECT
257.23/259.62	c #Conflicts:     592000 | #Constraints:      23704
257.23/259.62	c #Conflicts:     593000 | #Constraints:      24704
257.23/259.62	c #Conflicts:     594000 | #Constraints:      25704
257.23/259.62	c #Conflicts:     595000 | #Constraints:      26704
257.23/259.62	c #Conflicts:     596000 | #Constraints:      27704
257.23/259.62	c #Conflicts:     597000 | #Constraints:      28704
257.23/259.62	c #Conflicts:     598000 | #Constraints:      29704
257.23/259.62	c #Conflicts:     599000 | #Constraints:      30704
257.23/259.62	c #Conflicts:     600000 | #Constraints:      31704
257.23/259.62	c #Conflicts:     601000 | #Constraints:      32704
257.23/259.62	c #Conflicts:     602000 | #Constraints:      33704
257.23/259.62	c #Conflicts:     603000 | #Constraints:      34704
257.23/259.62	c #Conflicts:     604000 | #Constraints:      35704
257.23/259.62	c #Conflicts:     605000 | #Constraints:      36704
257.23/259.62	c #Conflicts:     606000 | #Constraints:      37704
257.23/259.62	c #Conflicts:     607000 | #Constraints:      38704
257.23/259.62	c INPROCESSING
257.23/259.62	c GARBAGE COLLECT
257.23/259.62	c #Conflicts:     608000 | #Constraints:      24341
257.23/259.62	c #Conflicts:     609000 | #Constraints:      25341
257.23/259.62	c #Conflicts:     610000 | #Constraints:      26341
257.23/259.62	c #Conflicts:     611000 | #Constraints:      27341
257.23/259.62	c #Conflicts:     612000 | #Constraints:      28341
257.23/259.62	c #Conflicts:     613000 | #Constraints:      29341
257.23/259.62	c #Conflicts:     614000 | #Constraints:      30341
257.23/259.62	c #Conflicts:     615000 | #Constraints:      31341
257.23/259.62	c #Conflicts:     616000 | #Constraints:      32341
257.23/259.62	c #Conflicts:     617000 | #Constraints:      33341
257.23/259.62	c #Conflicts:     618000 | #Constraints:      34341
257.23/259.62	c #Conflicts:     619000 | #Constraints:      35341
257.23/259.62	c #Conflicts:     620000 | #Constraints:      36341
257.23/259.62	c #Conflicts:     621000 | #Constraints:      37341
257.23/259.62	c #Conflicts:     622000 | #Constraints:      38342
257.23/259.62	c #Conflicts:     623000 | #Constraints:      39342
257.23/259.62	c INPROCESSING
257.23/259.62	c GARBAGE COLLECT
257.23/259.62	c #Conflicts:     624000 | #Constraints:      24733
257.23/259.62	c #Conflicts:     625000 | #Constraints:      25733
257.23/259.62	c #Conflicts:     626000 | #Constraints:      26733
257.23/259.62	c #Conflicts:     627000 | #Constraints:      27733
257.23/259.62	c #Conflicts:     628000 | #Constraints:      28733
257.23/259.62	c #Conflicts:     629000 | #Constraints:      29733
257.23/259.62	c #Conflicts:     630000 | #Constraints:      30733
257.23/259.62	c #Conflicts:     631000 | #Constraints:      31733
257.23/259.62	c #Conflicts:     632000 | #Constraints:      32738
257.23/259.62	c #Conflicts:     633000 | #Constraints:      33738
257.23/259.62	c #Conflicts:     634000 | #Constraints:      34738
257.23/259.62	c #Conflicts:     635000 | #Constraints:      35738
257.23/259.62	c #Conflicts:     636000 | #Constraints:      36738
257.23/259.62	c #Conflicts:     637000 | #Constraints:      37738
257.23/259.62	c #Conflicts:     638000 | #Constraints:      38738
257.23/259.62	c #Conflicts:     639000 | #Constraints:      39738
257.23/259.62	c INPROCESSING
257.23/259.62	c GARBAGE COLLECT
257.23/259.62	c #Conflicts:     640000 | #Constraints:      24880
257.23/259.62	c #Conflicts:     641000 | #Constraints:      25880
257.23/259.62	c #Conflicts:     642000 | #Constraints:      26880
257.23/259.62	c #Conflicts:     643000 | #Constraints:      27880
257.23/259.62	c #Conflicts:     644000 | #Constraints:      28880
257.23/259.62	c #Conflicts:     645000 | #Constraints:      29880
257.23/259.62	c #Conflicts:     646000 | #Constraints:      30880
257.23/259.62	c #Conflicts:     647000 | #Constraints:      31880
257.23/259.62	c #Conflicts:     648000 | #Constraints:      32880
257.23/259.62	c #Conflicts:     649000 | #Constraints:      33880
257.23/259.62	c #Conflicts:     650000 | #Constraints:      34880
257.23/259.62	c #Conflicts:     651000 | #Constraints:      35880
257.23/259.62	c #Conflicts:     652000 | #Constraints:      36880
257.23/259.62	c #Conflicts:     653000 | #Constraints:      37880
257.23/259.62	c #Conflicts:     654000 | #Constraints:      38880
292.29/294.94	c #Conflicts:     655000 | #Constraints:      39880
292.29/294.94	c INPROCESSING
292.29/294.94	c GARBAGE COLLECT
292.29/294.94	c #Conflicts:     656000 | #Constraints:      24886
292.29/294.94	c #Conflicts:     657000 | #Constraints:      25886
292.29/294.94	c #Conflicts:     658000 | #Constraints:      26886
292.29/294.94	c #Conflicts:     659000 | #Constraints:      27886
292.29/294.94	c #Conflicts:     660000 | #Constraints:      28886
292.29/294.94	c #Conflicts:     661000 | #Constraints:      29886
292.29/294.94	c #Conflicts:     662000 | #Constraints:      30886
292.29/294.94	c #Conflicts:     663000 | #Constraints:      31886
292.29/294.94	c #Conflicts:     664000 | #Constraints:      32886
292.29/294.94	c #Conflicts:     665000 | #Constraints:      33886
292.29/294.94	c #Conflicts:     666000 | #Constraints:      34886
292.29/294.94	c #Conflicts:     667000 | #Constraints:      35886
292.29/294.94	c #Conflicts:     668000 | #Constraints:      36886
292.29/294.94	c #Conflicts:     669000 | #Constraints:      37886
292.29/294.94	c #Conflicts:     670000 | #Constraints:      38886
292.29/294.94	c #Conflicts:     671000 | #Constraints:      39886
292.29/294.94	c INPROCESSING
292.29/294.94	c GARBAGE COLLECT
292.29/294.94	c #Conflicts:     672000 | #Constraints:      24673
292.29/294.94	c #Conflicts:     673000 | #Constraints:      25673
292.29/294.94	c #Conflicts:     674000 | #Constraints:      26673
292.29/294.94	c #Conflicts:     675000 | #Constraints:      27673
292.29/294.94	c #Conflicts:     676000 | #Constraints:      28673
292.29/294.94	c #Conflicts:     677000 | #Constraints:      29673
292.29/294.94	c #Conflicts:     678000 | #Constraints:      30673
292.29/294.94	c #Conflicts:     679000 | #Constraints:      31673
292.29/294.94	c #Conflicts:     680000 | #Constraints:      32673
292.29/294.94	c #Conflicts:     681000 | #Constraints:      33673
292.29/294.94	c #Conflicts:     682000 | #Constraints:      34673
292.29/294.94	c #Conflicts:     683000 | #Constraints:      35673
292.29/294.94	c #Conflicts:     684000 | #Constraints:      36673
292.29/294.94	c #Conflicts:     685000 | #Constraints:      37673
292.29/294.94	c #Conflicts:     686000 | #Constraints:      38673
292.29/294.94	c #Conflicts:     687000 | #Constraints:      39673
292.29/294.94	c #Conflicts:     688000 | #Constraints:      40673
292.29/294.94	c INPROCESSING
292.29/294.94	c GARBAGE COLLECT
292.29/294.94	c #Conflicts:     689000 | #Constraints:      25286
292.29/294.94	c #Conflicts:     690000 | #Constraints:      26286
292.29/294.94	c #Conflicts:     691000 | #Constraints:      27286
292.29/294.94	c #Conflicts:     692000 | #Constraints:      28286
292.29/294.94	c #Conflicts:     693000 | #Constraints:      29286
292.29/294.94	c #Conflicts:     694000 | #Constraints:      30286
292.29/294.94	c #Conflicts:     695000 | #Constraints:      31286
292.29/294.94	c #Conflicts:     696000 | #Constraints:      32286
292.29/294.94	c #Conflicts:     697000 | #Constraints:      33286
292.29/294.94	c #Conflicts:     698000 | #Constraints:      34286
292.29/294.94	c #Conflicts:     699000 | #Constraints:      35286
292.29/294.94	c #Conflicts:     700000 | #Constraints:      36286
292.29/294.94	c #Conflicts:     701000 | #Constraints:      37286
292.29/294.94	c #Conflicts:     702000 | #Constraints:      38286
292.29/294.94	c #Conflicts:     703000 | #Constraints:      39286
292.29/294.94	c #Conflicts:     704000 | #Constraints:      40286
292.29/294.94	c #Conflicts:     705000 | #Constraints:      41286
292.29/294.94	c INPROCESSING
292.29/294.94	c GARBAGE COLLECT
292.29/294.94	c #Conflicts:     706000 | #Constraints:      25698
292.29/294.94	c #Conflicts:     707000 | #Constraints:      26698
292.29/294.94	c #Conflicts:     708000 | #Constraints:      27698
292.29/294.94	c #Conflicts:     709000 | #Constraints:      28698
292.29/294.94	c #Conflicts:     710000 | #Constraints:      29698
292.29/294.94	c #Conflicts:     711000 | #Constraints:      30698
292.29/294.94	c #Conflicts:     712000 | #Constraints:      31698
292.29/294.94	c #Conflicts:     713000 | #Constraints:      32698
292.29/294.94	c #Conflicts:     714000 | #Constraints:      33698
292.29/294.94	c #Conflicts:     715000 | #Constraints:      34698
292.29/294.94	c #Conflicts:     716000 | #Constraints:      35698
292.29/294.94	c #Conflicts:     717000 | #Constraints:      36698
292.29/294.94	c #Conflicts:     718000 | #Constraints:      37698
292.29/294.94	c #Conflicts:     719000 | #Constraints:      38698
292.29/294.94	c #Conflicts:     720000 | #Constraints:      39698
292.29/294.94	c #Conflicts:     721000 | #Constraints:      40698
292.29/294.94	c #Conflicts:     722000 | #Constraints:      41698
292.29/294.94	c INPROCESSING
292.29/294.94	c GARBAGE COLLECT
292.29/294.94	c #Conflicts:     723000 | #Constraints:      25933
292.29/294.94	c #Conflicts:     724000 | #Constraints:      26933
292.29/294.94	c #Conflicts:     725000 | #Constraints:      27933
292.29/294.94	c #Conflicts:     726000 | #Constraints:      28933
292.29/294.94	c #Conflicts:     727000 | #Constraints:      29933
292.29/294.94	c #Conflicts:     728000 | #Constraints:      30933
292.29/294.94	c #Conflicts:     729000 | #Constraints:      31933
292.29/294.94	c #Conflicts:     730000 | #Constraints:      32934
330.81/333.69	c #Conflicts:     731000 | #Constraints:      33934
330.81/333.69	c #Conflicts:     732000 | #Constraints:      34934
330.81/333.69	c #Conflicts:     733000 | #Constraints:      35934
330.81/333.69	c #Conflicts:     734000 | #Constraints:      36934
330.81/333.69	c #Conflicts:     735000 | #Constraints:      37935
330.81/333.69	c #Conflicts:     736000 | #Constraints:      38935
330.81/333.69	c #Conflicts:     737000 | #Constraints:      39935
330.81/333.69	c #Conflicts:     738000 | #Constraints:      40935
330.81/333.69	c #Conflicts:     739000 | #Constraints:      41935
330.81/333.69	c INPROCESSING
330.81/333.69	c GARBAGE COLLECT
330.81/333.69	c #Conflicts:     740000 | #Constraints:      25970
330.81/333.69	c #Conflicts:     741000 | #Constraints:      26970
330.81/333.69	c #Conflicts:     742000 | #Constraints:      27971
330.81/333.69	c #Conflicts:     743000 | #Constraints:      28971
330.81/333.69	c #Conflicts:     744000 | #Constraints:      29971
330.81/333.69	c #Conflicts:     745000 | #Constraints:      30971
330.81/333.69	c #Conflicts:     746000 | #Constraints:      31971
330.81/333.69	c #Conflicts:     747000 | #Constraints:      32971
330.81/333.69	c #Conflicts:     748000 | #Constraints:      33971
330.81/333.69	c #Conflicts:     749000 | #Constraints:      34971
330.81/333.69	c #Conflicts:     750000 | #Constraints:      35971
330.81/333.69	c #Conflicts:     751000 | #Constraints:      36971
330.81/333.69	c #Conflicts:     752000 | #Constraints:      37972
330.81/333.69	c #Conflicts:     753000 | #Constraints:      38972
330.81/333.69	c #Conflicts:     754000 | #Constraints:      39972
330.81/333.69	c #Conflicts:     755000 | #Constraints:      40972
330.81/333.69	c #Conflicts:     756000 | #Constraints:      41972
330.81/333.69	c INPROCESSING
330.81/333.69	c GARBAGE COLLECT
330.81/333.69	c #Conflicts:     757000 | #Constraints:      25768
330.81/333.69	c #Conflicts:     758000 | #Constraints:      26768
330.81/333.69	c #Conflicts:     759000 | #Constraints:      27768
330.81/333.69	c #Conflicts:     760000 | #Constraints:      28768
330.81/333.69	c #Conflicts:     761000 | #Constraints:      29768
330.81/333.69	c #Conflicts:     762000 | #Constraints:      30768
330.81/333.69	c #Conflicts:     763000 | #Constraints:      31768
330.81/333.69	c #Conflicts:     764000 | #Constraints:      32768
330.81/333.69	c #Conflicts:     765000 | #Constraints:      33768
330.81/333.69	c #Conflicts:     766000 | #Constraints:      34769
330.81/333.69	c #Conflicts:     767000 | #Constraints:      35769
330.81/333.69	c #Conflicts:     768000 | #Constraints:      36769
330.81/333.69	c #Conflicts:     769000 | #Constraints:      37769
330.81/333.69	c #Conflicts:     770000 | #Constraints:      38769
330.81/333.69	c #Conflicts:     771000 | #Constraints:      39769
330.81/333.69	c #Conflicts:     772000 | #Constraints:      40769
330.81/333.69	c #Conflicts:     773000 | #Constraints:      41769
330.81/333.69	c #Conflicts:     774000 | #Constraints:      42769
330.81/333.69	c INPROCESSING
330.81/333.69	c GARBAGE COLLECT
330.81/333.69	c #Conflicts:     775000 | #Constraints:      26321
330.81/333.69	c #Conflicts:     776000 | #Constraints:      27321
330.81/333.69	c #Conflicts:     777000 | #Constraints:      28321
330.81/333.69	c #Conflicts:     778000 | #Constraints:      29321
330.81/333.69	c #Conflicts:     779000 | #Constraints:      30321
330.81/333.69	c #Conflicts:     780000 | #Constraints:      31321
330.81/333.69	c #Conflicts:     781000 | #Constraints:      32321
330.81/333.69	c #Conflicts:     782000 | #Constraints:      33321
330.81/333.69	c #Conflicts:     783000 | #Constraints:      34321
330.81/333.69	c #Conflicts:     784000 | #Constraints:      35321
330.81/333.69	c #Conflicts:     785000 | #Constraints:      36321
330.81/333.69	c #Conflicts:     786000 | #Constraints:      37322
330.81/333.69	c #Conflicts:     787000 | #Constraints:      38322
330.81/333.69	c #Conflicts:     788000 | #Constraints:      39322
330.81/333.69	c #Conflicts:     789000 | #Constraints:      40322
330.81/333.69	c #Conflicts:     790000 | #Constraints:      41322
330.81/333.69	c #Conflicts:     791000 | #Constraints:      42322
330.81/333.69	c #Conflicts:     792000 | #Constraints:      43322
330.81/333.69	c INPROCESSING
330.81/333.69	c GARBAGE COLLECT
330.81/333.69	c #Conflicts:     793000 | #Constraints:      26719
330.81/333.69	c #Conflicts:     794000 | #Constraints:      27719
330.81/333.69	c #Conflicts:     795000 | #Constraints:      28719
330.81/333.69	c #Conflicts:     796000 | #Constraints:      29719
330.81/333.69	c #Conflicts:     797000 | #Constraints:      30719
330.81/333.69	c #Conflicts:     798000 | #Constraints:      31719
330.81/333.69	c #Conflicts:     799000 | #Constraints:      32719
330.81/333.69	WSVECS04 Frhs2[13]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[37]: 6 -25.8822 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[40]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[70]: 6 -1.1875 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[75]: 6 -2.25 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[77]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[106]: 6 0 0.29297 shouldn't be
330.81/333.69	WSVECS04 Frhs2[109]: 6 0 2.85156 shouldn't be
330.81/333.69	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[117]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[170]: 6 0 1.29297 shouldn't be
330.81/333.69	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[195]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[200]: 6 -0.962123 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[214]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[215]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[242]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[259]: 6 -1.3125 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[262]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[296]: 6 -1.19214 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[306]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[327]: 6 -1.32813 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[348]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[369]: 6 -1.25 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[383]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[391]: 6 -1.33203 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[434]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[455]: 6 -1.32813 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[456]: 6 -1.25 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[515]: 6 -0.0195316 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[558]: 6 -0.0625008 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[565]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[611]: 6 -0.734375 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[614]: 6 0 1.28714 shouldn't be
330.81/333.69	WSVECS04 Frhs2[619]: 6 -2.75 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[628]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[669]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[682]: 6 0 0.5 shouldn't be
330.81/333.69	WSVECS04 Frhs2[698]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[700]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1026]: 6 -92.8773 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1037]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1066]: 6 -0.962122 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1094]: 6 -0.773148 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1104]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1160]: 6 -1.29803 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1170]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1172]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1186]: 6 -0.168561 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1202]: 6 -0.75 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1213]: 6 -1.5 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1215]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1218]: 6 0 2.05938 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1221]: 6 -0.650095 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1233]: 6 -1.6875 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1234]: 6 -1.375 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1251]: 6 -1.119 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1263]: 6 -1.25 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1276]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1285]: 6 -0.56543 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1286]: 6 -0.41211 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1296]: 6 -1.25 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1300]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1313]: 6 -1.68359 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1326]: 6 -9.95313 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1348]: 6 -0.0410165 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1379]: 6 -3.24219 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1387]: 6 -3.875 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1390]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1439]: 6 -1.125 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1446]: 6 -0.750001 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1452]: 6 -1.125 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1514]: 6 -1.15816 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1562]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1905]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1989]: 6 0 5.82813 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1990]: 6 -10.3131 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[1997]: 6 0 182.755 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2009]: 6 -0.500001 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2015]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2023]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2089]: 6 -1.1875 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2107]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2135]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2186]: 6 0 94.5288 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2189]: 6 -188.058 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2291]: 6 -4.67802 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2340]: 6 -1.3125 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2342]: 6 -1.25 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2352]: 6 -0.125 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2374]: 6 0 1.3125 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2399]: 6 -2.75 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2427]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2473]: 6 -3.5 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2544]: 6 -1.5 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2565]: 6 -0.960649 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2573]: 6 -7.62964 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2588]: 6 -1.5 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2657]: 6 -1.3125 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2665]: 6 -0.500001 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2723]: 6 -1.19727 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2778]: 6 -20.4063 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2779]: 6 -18.4063 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2916]: 6 -1.2923 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2955]: 6 -0.661622 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2957]: 6 -0.676758 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2963]: 6 -3.08594 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2975]: 6 -0.500001 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3048]: 6 -5 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3056]: 6 -2.65625 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3075]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3089]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3140]: 6 -1.375 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3205]: 6 -1.33203 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3209]: 6 -1.3125 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3255]: 6 -0.500001 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3267]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3305]: 6 -1.3125 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3344]: 6 -1.5 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3378]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3386]: 6 -1.25 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3427]: 6 -1.33399 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3429]: 6 -0.664063 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3446]: 6 0 1 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3449]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3549]: 6 -2.875 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3628]: 6 -1.28125 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3631]: 6 -0.687501 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3635]: 6 -0.75 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3642]: 6 -3.03125 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3653]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3747]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3785]: 6 -1.25 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3815]: 6 -1.30182 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3845]: 6 -5 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3849]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
330.81/333.69	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
365.61/368.70	c #Conflicts:     800000 | #Constraints:      33796
365.61/368.70	c #Conflicts:     801000 | #Constraints:      34796
365.61/368.70	c #Conflicts:     802000 | #Constraints:      35796
365.61/368.70	c #Conflicts:     803000 | #Constraints:      36796
365.61/368.70	c #Conflicts:     804000 | #Constraints:      37796
365.61/368.70	c #Conflicts:     805000 | #Constraints:      38796
365.61/368.70	c #Conflicts:     806000 | #Constraints:      39796
365.61/368.70	c #Conflicts:     807000 | #Constraints:      40796
365.61/368.70	c #Conflicts:     808000 | #Constraints:      41796
365.61/368.70	c #Conflicts:     809000 | #Constraints:      42796
365.61/368.70	c #Conflicts:     810000 | #Constraints:      43796
365.61/368.70	c INPROCESSING
365.61/368.70	c GARBAGE COLLECT
365.61/368.70	c #Conflicts:     811000 | #Constraints:      26953
365.61/368.70	c #Conflicts:     812000 | #Constraints:      27953
365.61/368.70	c #Conflicts:     813000 | #Constraints:      28953
365.61/368.70	c #Conflicts:     814000 | #Constraints:      29953
365.61/368.70	c #Conflicts:     815000 | #Constraints:      30953
365.61/368.70	c #Conflicts:     816000 | #Constraints:      31953
365.61/368.70	c #Conflicts:     817000 | #Constraints:      32953
365.61/368.70	c #Conflicts:     818000 | #Constraints:      33953
365.61/368.70	c #Conflicts:     819000 | #Constraints:      34953
365.61/368.70	c #Conflicts:     820000 | #Constraints:      35953
365.61/368.70	c #Conflicts:     821000 | #Constraints:      36953
365.61/368.70	c #Conflicts:     822000 | #Constraints:      37953
365.61/368.70	c #Conflicts:     823000 | #Constraints:      38953
365.61/368.70	c #Conflicts:     824000 | #Constraints:      39953
365.61/368.70	c #Conflicts:     825000 | #Constraints:      40953
365.61/368.70	c #Conflicts:     826000 | #Constraints:      41953
365.61/368.70	c #Conflicts:     827000 | #Constraints:      42953
365.61/368.70	c #Conflicts:     828000 | #Constraints:      43953
365.61/368.70	c INPROCESSING
365.61/368.70	c GARBAGE COLLECT
365.61/368.70	c #Conflicts:     829000 | #Constraints:      26937
365.61/368.70	c #Conflicts:     830000 | #Constraints:      27937
365.61/368.70	c #Conflicts:     831000 | #Constraints:      28937
365.61/368.70	c #Conflicts:     832000 | #Constraints:      29937
365.61/368.70	c #Conflicts:     833000 | #Constraints:      30937
365.61/368.70	c #Conflicts:     834000 | #Constraints:      31937
365.61/368.70	c #Conflicts:     835000 | #Constraints:      32937
365.61/368.70	c #Conflicts:     836000 | #Constraints:      33937
365.61/368.70	c #Conflicts:     837000 | #Constraints:      34937
365.61/368.70	c #Conflicts:     838000 | #Constraints:      35937
365.61/368.70	c #Conflicts:     839000 | #Constraints:      36937
365.61/368.70	c #Conflicts:     840000 | #Constraints:      37937
365.61/368.70	c #Conflicts:     841000 | #Constraints:      38937
365.61/368.70	c #Conflicts:     842000 | #Constraints:      39937
365.61/368.70	c #Conflicts:     843000 | #Constraints:      40937
365.61/368.70	c #Conflicts:     844000 | #Constraints:      41937
365.61/368.70	c #Conflicts:     845000 | #Constraints:      42937
365.61/368.70	c #Conflicts:     846000 | #Constraints:      43937
365.61/368.70	c INPROCESSING
365.61/368.70	c GARBAGE COLLECT
365.61/368.70	c #Conflicts:     847000 | #Constraints:      26702
365.61/368.70	c #Conflicts:     848000 | #Constraints:      27702
365.61/368.70	c #Conflicts:     849000 | #Constraints:      28702
365.61/368.70	c #Conflicts:     850000 | #Constraints:      29702
365.61/368.70	c #Conflicts:     851000 | #Constraints:      30702
365.61/368.70	c #Conflicts:     852000 | #Constraints:      31702
365.61/368.70	c #Conflicts:     853000 | #Constraints:      32702
365.61/368.70	c #Conflicts:     854000 | #Constraints:      33702
365.61/368.70	c #Conflicts:     855000 | #Constraints:      34702
365.61/368.70	c #Conflicts:     856000 | #Constraints:      35702
365.61/368.70	c #Conflicts:     857000 | #Constraints:      36702
365.61/368.70	c #Conflicts:     858000 | #Constraints:      37702
365.61/368.70	c #Conflicts:     859000 | #Constraints:      38702
365.61/368.70	c #Conflicts:     860000 | #Constraints:      39702
365.61/368.70	c #Conflicts:     861000 | #Constraints:      40702
365.61/368.70	c #Conflicts:     862000 | #Constraints:      41702
365.61/368.70	c #Conflicts:     863000 | #Constraints:      42702
365.61/368.70	c #Conflicts:     864000 | #Constraints:      43702
365.61/368.70	c #Conflicts:     865000 | #Constraints:      44702
365.61/368.70	c INPROCESSING
365.61/368.70	c GARBAGE COLLECT
365.61/368.70	c #Conflicts:     866000 | #Constraints:      27282
365.61/368.70	c #Conflicts:     867000 | #Constraints:      28282
365.61/368.70	c #Conflicts:     868000 | #Constraints:      29282
365.61/368.70	c #Conflicts:     869000 | #Constraints:      30282
365.61/368.70	c #Conflicts:     870000 | #Constraints:      31282
365.61/368.70	c #Conflicts:     871000 | #Constraints:      32283
365.61/368.70	c #Conflicts:     872000 | #Constraints:      33285
365.61/368.70	c #Conflicts:     873000 | #Constraints:      34388
365.61/368.70	c #Conflicts:     874000 | #Constraints:      35388
365.61/368.70	c #Conflicts:     875000 | #Constraints:      36388
365.61/368.70	c #Conflicts:     876000 | #Constraints:      37388
400.02/403.30	c #Conflicts:     877000 | #Constraints:      38388
400.02/403.30	c #Conflicts:     878000 | #Constraints:      39388
400.02/403.30	c #Conflicts:     879000 | #Constraints:      40388
400.02/403.30	c #Conflicts:     880000 | #Constraints:      41388
400.02/403.30	c #Conflicts:     881000 | #Constraints:      42388
400.02/403.30	c #Conflicts:     882000 | #Constraints:      43388
400.02/403.30	c #Conflicts:     883000 | #Constraints:      44388
400.02/403.30	c #Conflicts:     884000 | #Constraints:      45388
400.02/403.30	c INPROCESSING
400.02/403.30	c GARBAGE COLLECT
400.02/403.30	c #Conflicts:     885000 | #Constraints:      27745
400.02/403.30	c #Conflicts:     886000 | #Constraints:      28745
400.02/403.30	c #Conflicts:     887000 | #Constraints:      29745
400.02/403.30	c #Conflicts:     888000 | #Constraints:      30745
400.02/403.30	c #Conflicts:     889000 | #Constraints:      31746
400.02/403.30	c #Conflicts:     890000 | #Constraints:      32746
400.02/403.30	c #Conflicts:     891000 | #Constraints:      33746
400.02/403.30	c #Conflicts:     892000 | #Constraints:      34746
400.02/403.30	c #Conflicts:     893000 | #Constraints:      35746
400.02/403.30	c #Conflicts:     894000 | #Constraints:      36747
400.02/403.30	c #Conflicts:     895000 | #Constraints:      37747
400.02/403.30	c #Conflicts:     896000 | #Constraints:      38747
400.02/403.30	c #Conflicts:     897000 | #Constraints:      39747
400.02/403.30	c #Conflicts:     898000 | #Constraints:      40747
400.02/403.30	c #Conflicts:     899000 | #Constraints:      41747
400.02/403.30	c #Conflicts:     900000 | #Constraints:      42747
400.02/403.30	c #Conflicts:     901000 | #Constraints:      43747
400.02/403.30	c #Conflicts:     902000 | #Constraints:      44747
400.02/403.30	c #Conflicts:     903000 | #Constraints:      45747
400.02/403.30	c INPROCESSING
400.02/403.30	c GARBAGE COLLECT
400.02/403.30	c #Conflicts:     904000 | #Constraints:      27937
400.02/403.30	c #Conflicts:     905000 | #Constraints:      28937
400.02/403.30	c #Conflicts:     906000 | #Constraints:      29937
400.02/403.30	c #Conflicts:     907000 | #Constraints:      30937
400.02/403.30	c #Conflicts:     908000 | #Constraints:      31937
400.02/403.30	c #Conflicts:     909000 | #Constraints:      32937
400.02/403.30	c #Conflicts:     910000 | #Constraints:      33937
400.02/403.30	c #Conflicts:     911000 | #Constraints:      34938
400.02/403.30	c #Conflicts:     912000 | #Constraints:      35938
400.02/403.30	c #Conflicts:     913000 | #Constraints:      36938
400.02/403.30	c #Conflicts:     914000 | #Constraints:      37938
400.02/403.30	c #Conflicts:     915000 | #Constraints:      38938
400.02/403.30	c #Conflicts:     916000 | #Constraints:      39938
400.02/403.30	c #Conflicts:     917000 | #Constraints:      40938
400.02/403.30	c #Conflicts:     918000 | #Constraints:      41938
400.02/403.30	c #Conflicts:     919000 | #Constraints:      42938
400.02/403.30	c #Conflicts:     920000 | #Constraints:      43938
400.02/403.30	c #Conflicts:     921000 | #Constraints:      44938
400.02/403.30	c #Conflicts:     922000 | #Constraints:      45938
400.02/403.30	c INPROCESSING
400.02/403.30	c GARBAGE COLLECT
400.02/403.30	c #Conflicts:     923000 | #Constraints:      27919
400.02/403.30	c #Conflicts:     924000 | #Constraints:      28919
400.02/403.30	c #Conflicts:     925000 | #Constraints:      29919
400.02/403.30	c #Conflicts:     926000 | #Constraints:      30919
400.02/403.30	c #Conflicts:     927000 | #Constraints:      31919
400.02/403.30	c #Conflicts:     928000 | #Constraints:      32919
400.02/403.30	c #Conflicts:     929000 | #Constraints:      33919
400.02/403.30	c #Conflicts:     930000 | #Constraints:      34919
400.02/403.30	c #Conflicts:     931000 | #Constraints:      35920
400.02/403.30	c #Conflicts:     932000 | #Constraints:      36920
400.02/403.30	c #Conflicts:     933000 | #Constraints:      37920
400.02/403.30	c #Conflicts:     934000 | #Constraints:      38920
400.02/403.30	c #Conflicts:     935000 | #Constraints:      39920
400.02/403.30	c #Conflicts:     936000 | #Constraints:      40920
400.02/403.30	c #Conflicts:     937000 | #Constraints:      41920
400.02/403.30	c #Conflicts:     938000 | #Constraints:      42920
400.02/403.30	c #Conflicts:     939000 | #Constraints:      43920
400.02/403.30	c #Conflicts:     940000 | #Constraints:      44920
400.02/403.30	c #Conflicts:     941000 | #Constraints:      45920
400.02/403.30	c INPROCESSING
400.02/403.30	c GARBAGE COLLECT
400.02/403.30	c #Conflicts:     942000 | #Constraints:      27742
400.02/403.30	c #Conflicts:     943000 | #Constraints:      28742
400.02/403.30	c #Conflicts:     944000 | #Constraints:      29742
400.02/403.30	c #Conflicts:     945000 | #Constraints:      30742
400.02/403.30	c #Conflicts:     946000 | #Constraints:      31742
400.02/403.30	c #Conflicts:     947000 | #Constraints:      32742
400.02/403.30	c #Conflicts:     948000 | #Constraints:      33742
400.02/403.30	c #Conflicts:     949000 | #Constraints:      34742
400.02/403.30	c #Conflicts:     950000 | #Constraints:      35742
400.02/403.30	c #Conflicts:     951000 | #Constraints:      36742
400.02/403.30	c #Conflicts:     952000 | #Constraints:      37742
458.51/462.13	c #Conflicts:     953000 | #Constraints:      38742
458.51/462.13	c #Conflicts:     954000 | #Constraints:      39742
458.51/462.13	c #Conflicts:     955000 | #Constraints:      40742
458.51/462.13	c #Conflicts:     956000 | #Constraints:      41742
458.51/462.13	c #Conflicts:     957000 | #Constraints:      42742
458.51/462.13	c #Conflicts:     958000 | #Constraints:      43742
458.51/462.13	c #Conflicts:     959000 | #Constraints:      44742
458.51/462.13	c #Conflicts:     960000 | #Constraints:      45742
458.51/462.13	c #Conflicts:     961000 | #Constraints:      46742
458.51/462.13	c INPROCESSING
458.51/462.13	c GARBAGE COLLECT
458.51/462.13	c #Conflicts:     962000 | #Constraints:      28381
458.51/462.13	c #Conflicts:     963000 | #Constraints:      29381
458.51/462.13	c #Conflicts:     964000 | #Constraints:      30381
458.51/462.13	c #Conflicts:     965000 | #Constraints:      31381
458.51/462.13	c #Conflicts:     966000 | #Constraints:      32381
458.51/462.13	c #Conflicts:     967000 | #Constraints:      33381
458.51/462.13	c #Conflicts:     968000 | #Constraints:      34382
458.51/462.13	c #Conflicts:     969000 | #Constraints:      35382
458.51/462.13	c #Conflicts:     970000 | #Constraints:      36382
458.51/462.13	c #Conflicts:     971000 | #Constraints:      37382
458.51/462.13	c #Conflicts:     972000 | #Constraints:      38382
458.51/462.13	c #Conflicts:     973000 | #Constraints:      39382
458.51/462.13	c #Conflicts:     974000 | #Constraints:      40382
458.51/462.13	c #Conflicts:     975000 | #Constraints:      41382
458.51/462.13	c #Conflicts:     976000 | #Constraints:      42382
458.51/462.13	c #Conflicts:     977000 | #Constraints:      43382
458.51/462.13	c #Conflicts:     978000 | #Constraints:      44382
458.51/462.13	c #Conflicts:     979000 | #Constraints:      45382
458.51/462.13	c #Conflicts:     980000 | #Constraints:      46382
458.51/462.13	c #Conflicts:     981000 | #Constraints:      47382
458.51/462.13	c INPROCESSING
458.51/462.13	c GARBAGE COLLECT
458.51/462.13	c #Conflicts:     982000 | #Constraints:      28766
458.51/462.13	c #Conflicts:     983000 | #Constraints:      29766
458.51/462.13	c #Conflicts:     984000 | #Constraints:      30766
458.51/462.13	c #Conflicts:     985000 | #Constraints:      31766
458.51/462.13	c #Conflicts:     986000 | #Constraints:      32766
458.51/462.13	c #Conflicts:     987000 | #Constraints:      33766
458.51/462.13	c #Conflicts:     988000 | #Constraints:      34766
458.51/462.13	c #Conflicts:     989000 | #Constraints:      35766
458.51/462.13	c #Conflicts:     990000 | #Constraints:      36766
458.51/462.13	c #Conflicts:     991000 | #Constraints:      37766
458.51/462.13	c #Conflicts:     992000 | #Constraints:      38766
458.51/462.13	c #Conflicts:     993000 | #Constraints:      39766
458.51/462.13	c #Conflicts:     994000 | #Constraints:      40766
458.51/462.13	c #Conflicts:     995000 | #Constraints:      41766
458.51/462.13	c #Conflicts:     996000 | #Constraints:      42766
458.51/462.13	c #Conflicts:     997000 | #Constraints:      43766
458.51/462.13	c #Conflicts:     998000 | #Constraints:      44767
458.51/462.13	c #Conflicts:     999000 | #Constraints:      45767
458.51/462.13	c #Conflicts:    1000000 | #Constraints:      46767
458.51/462.13	c #Conflicts:    1001000 | #Constraints:      47767
458.51/462.13	c INPROCESSING
458.51/462.13	c GARBAGE COLLECT
458.51/462.13	c #Conflicts:    1002000 | #Constraints:      28973
458.51/462.13	c #Conflicts:    1003000 | #Constraints:      29973
458.51/462.13	c #Conflicts:    1004000 | #Constraints:      30973
458.51/462.13	c #Conflicts:    1005000 | #Constraints:      31973
458.51/462.13	c #Conflicts:    1006000 | #Constraints:      32973
458.51/462.13	c #Conflicts:    1007000 | #Constraints:      33973
458.51/462.13	c #Conflicts:    1008000 | #Constraints:      34973
458.51/462.13	c #Conflicts:    1009000 | #Constraints:      36009
458.51/462.13	c #Conflicts:    1010000 | #Constraints:      37009
458.51/462.13	c #Conflicts:    1011000 | #Constraints:      38009
458.51/462.13	c #Conflicts:    1012000 | #Constraints:      39009
458.51/462.13	c #Conflicts:    1013000 | #Constraints:      40009
458.51/462.13	c #Conflicts:    1014000 | #Constraints:      41009
458.51/462.13	c #Conflicts:    1015000 | #Constraints:      42010
458.51/462.13	c #Conflicts:    1016000 | #Constraints:      43010
458.51/462.13	c #Conflicts:    1017000 | #Constraints:      44010
458.51/462.13	c #Conflicts:    1018000 | #Constraints:      45010
458.51/462.13	c #Conflicts:    1019000 | #Constraints:      46010
458.51/462.13	c #Conflicts:    1020000 | #Constraints:      47010
458.51/462.13	c #Conflicts:    1021000 | #Constraints:      48010
458.51/462.13	c INPROCESSING
458.51/462.13	c GARBAGE COLLECT
458.51/462.13	c #Conflicts:    1022000 | #Constraints:      29019
458.51/462.13	c #Conflicts:    1023000 | #Constraints:      30019
458.51/462.13	c #Conflicts:    1024000 | #Constraints:      31020
458.51/462.13	c #Conflicts:    1025000 | #Constraints:      32020
458.51/462.13	c #Conflicts:    1026000 | #Constraints:      33020
458.51/462.13	c #Conflicts:    1027000 | #Constraints:      34020
458.51/462.13	c #Conflicts:    1028000 | #Constraints:      35020
532.19/536.16	c #Conflicts:    1029000 | #Constraints:      36020
532.19/536.16	c #Conflicts:    1030000 | #Constraints:      37020
532.19/536.16	c #Conflicts:    1031000 | #Constraints:      38020
532.19/536.16	c #Conflicts:    1032000 | #Constraints:      39020
532.19/536.16	c #Conflicts:    1033000 | #Constraints:      40020
532.19/536.16	c #Conflicts:    1034000 | #Constraints:      41021
532.19/536.16	c #Conflicts:    1035000 | #Constraints:      42021
532.19/536.16	c #Conflicts:    1036000 | #Constraints:      43457
532.19/536.16	c #Conflicts:    1037000 | #Constraints:      44960
532.19/536.16	c #Conflicts:    1038000 | #Constraints:      46464
532.19/536.16	c #Conflicts:    1039000 | #Constraints:      47982
532.19/536.16	c #Conflicts:    1040000 | #Constraints:      49495
532.19/536.16	c #Conflicts:    1041000 | #Constraints:      51028
532.19/536.16	c INPROCESSING
532.19/536.16	c GARBAGE COLLECT
532.19/536.16	c #Conflicts:    1042000 | #Constraints:      30451
532.19/536.16	c #Conflicts:    1043000 | #Constraints:      31451
532.19/536.16	c #Conflicts:    1044000 | #Constraints:      32451
532.19/536.16	c #Conflicts:    1045000 | #Constraints:      33451
532.19/536.16	c #Conflicts:    1046000 | #Constraints:      34451
532.19/536.16	c #Conflicts:    1047000 | #Constraints:      35451
532.19/536.16	c #Conflicts:    1048000 | #Constraints:      36451
532.19/536.16	c #Conflicts:    1049000 | #Constraints:      37451
532.19/536.16	c #Conflicts:    1050000 | #Constraints:      38451
532.19/536.16	c #Conflicts:    1051000 | #Constraints:      39451
532.19/536.16	c #Conflicts:    1052000 | #Constraints:      40451
532.19/536.16	c #Conflicts:    1053000 | #Constraints:      41451
532.19/536.16	c #Conflicts:    1054000 | #Constraints:      42451
532.19/536.16	c #Conflicts:    1055000 | #Constraints:      43451
532.19/536.16	c #Conflicts:    1056000 | #Constraints:      44451
532.19/536.16	c #Conflicts:    1057000 | #Constraints:      45451
532.19/536.16	c #Conflicts:    1058000 | #Constraints:      46451
532.19/536.16	c #Conflicts:    1059000 | #Constraints:      47451
532.19/536.16	c #Conflicts:    1060000 | #Constraints:      48451
532.19/536.16	c #Conflicts:    1061000 | #Constraints:      49451
532.19/536.16	c #Conflicts:    1062000 | #Constraints:      50451
532.19/536.16	c INPROCESSING
532.19/536.16	c GARBAGE COLLECT
532.19/536.16	c #Conflicts:    1063000 | #Constraints:      30203
532.19/536.16	c #Conflicts:    1064000 | #Constraints:      31203
532.19/536.16	c #Conflicts:    1065000 | #Constraints:      32203
532.19/536.16	c #Conflicts:    1066000 | #Constraints:      33203
532.19/536.16	c #Conflicts:    1067000 | #Constraints:      34203
532.19/536.16	c #Conflicts:    1068000 | #Constraints:      35203
532.19/536.16	c #Conflicts:    1069000 | #Constraints:      36203
532.19/536.16	c #Conflicts:    1070000 | #Constraints:      37203
532.19/536.16	c #Conflicts:    1071000 | #Constraints:      38203
532.19/536.16	c #Conflicts:    1072000 | #Constraints:      39203
532.19/536.16	c #Conflicts:    1073000 | #Constraints:      40203
532.19/536.16	c #Conflicts:    1074000 | #Constraints:      41203
532.19/536.16	c #Conflicts:    1075000 | #Constraints:      42203
532.19/536.16	c #Conflicts:    1076000 | #Constraints:      43203
532.19/536.16	c #Conflicts:    1077000 | #Constraints:      44203
532.19/536.16	c #Conflicts:    1078000 | #Constraints:      45203
532.19/536.16	c #Conflicts:    1079000 | #Constraints:      46203
532.19/536.16	c #Conflicts:    1080000 | #Constraints:      47203
532.19/536.16	c #Conflicts:    1081000 | #Constraints:      48203
532.19/536.16	c #Conflicts:    1082000 | #Constraints:      49203
532.19/536.16	c #Conflicts:    1083000 | #Constraints:      50203
532.19/536.16	c INPROCESSING
532.19/536.16	c GARBAGE COLLECT
532.19/536.16	c #Conflicts:    1084000 | #Constraints:      30160
532.19/536.16	c #Conflicts:    1085000 | #Constraints:      31160
532.19/536.16	c #Conflicts:    1086000 | #Constraints:      32160
532.19/536.16	c #Conflicts:    1087000 | #Constraints:      33160
532.19/536.16	c #Conflicts:    1088000 | #Constraints:      34160
532.19/536.16	c #Conflicts:    1089000 | #Constraints:      35160
532.19/536.16	c #Conflicts:    1090000 | #Constraints:      36160
532.19/536.16	c #Conflicts:    1091000 | #Constraints:      37160
532.19/536.16	c #Conflicts:    1092000 | #Constraints:      38160
532.19/536.16	c #Conflicts:    1093000 | #Constraints:      39160
532.19/536.16	c #Conflicts:    1094000 | #Constraints:      40160
532.19/536.16	c #Conflicts:    1095000 | #Constraints:      41160
532.19/536.16	c #Conflicts:    1096000 | #Constraints:      42160
532.19/536.16	c #Conflicts:    1097000 | #Constraints:      43160
532.19/536.16	c #Conflicts:    1098000 | #Constraints:      44160
532.19/536.16	c #Conflicts:    1099000 | #Constraints:      45160
532.19/536.16	c #Conflicts:    1100000 | #Constraints:      46161
532.19/536.16	c #Conflicts:    1101000 | #Constraints:      47161
532.19/536.16	c #Conflicts:    1102000 | #Constraints:      48161
532.19/536.16	c #Conflicts:    1103000 | #Constraints:      49161
532.19/536.16	c #Conflicts:    1104000 | #Constraints:      50161
532.19/536.16	c INPROCESSING
532.19/536.16	c GARBAGE COLLECT
579.98/584.27	c #Conflicts:    1105000 | #Constraints:      30153
579.98/584.27	c #Conflicts:    1106000 | #Constraints:      31153
579.98/584.27	c #Conflicts:    1107000 | #Constraints:      32153
579.98/584.27	c #Conflicts:    1108000 | #Constraints:      33153
579.98/584.27	c #Conflicts:    1109000 | #Constraints:      34153
579.98/584.27	c #Conflicts:    1110000 | #Constraints:      35154
579.98/584.27	c #Conflicts:    1111000 | #Constraints:      36154
579.98/584.27	c #Conflicts:    1112000 | #Constraints:      37154
579.98/584.27	c #Conflicts:    1113000 | #Constraints:      38154
579.98/584.27	c #Conflicts:    1114000 | #Constraints:      39154
579.98/584.27	c #Conflicts:    1115000 | #Constraints:      40154
579.98/584.27	c #Conflicts:    1116000 | #Constraints:      41154
579.98/584.27	c #Conflicts:    1117000 | #Constraints:      42154
579.98/584.27	c #Conflicts:    1118000 | #Constraints:      43154
579.98/584.27	c #Conflicts:    1119000 | #Constraints:      44155
579.98/584.27	c #Conflicts:    1120000 | #Constraints:      45155
579.98/584.27	c #Conflicts:    1121000 | #Constraints:      46155
579.98/584.27	c #Conflicts:    1122000 | #Constraints:      47155
579.98/584.27	c #Conflicts:    1123000 | #Constraints:      48160
579.98/584.27	c #Conflicts:    1124000 | #Constraints:      49167
579.98/584.27	c #Conflicts:    1125000 | #Constraints:      50168
579.98/584.27	c INPROCESSING
579.98/584.27	c GARBAGE COLLECT
579.98/584.27	c #Conflicts:    1126000 | #Constraints:      30094
579.98/584.27	c #Conflicts:    1127000 | #Constraints:      31095
579.98/584.27	c #Conflicts:    1128000 | #Constraints:      32095
579.98/584.27	c #Conflicts:    1129000 | #Constraints:      33095
579.98/584.27	c #Conflicts:    1130000 | #Constraints:      34095
579.98/584.27	c #Conflicts:    1131000 | #Constraints:      35095
579.98/584.27	c #Conflicts:    1132000 | #Constraints:      36095
579.98/584.27	c #Conflicts:    1133000 | #Constraints:      37095
579.98/584.27	c #Conflicts:    1134000 | #Constraints:      38095
579.98/584.27	c #Conflicts:    1135000 | #Constraints:      39095
579.98/584.27	c #Conflicts:    1136000 | #Constraints:      40096
579.98/584.27	c #Conflicts:    1137000 | #Constraints:      41096
579.98/584.27	c #Conflicts:    1138000 | #Constraints:      42096
579.98/584.27	c #Conflicts:    1139000 | #Constraints:      43096
579.98/584.27	c #Conflicts:    1140000 | #Constraints:      44096
579.98/584.27	c #Conflicts:    1141000 | #Constraints:      45117
579.98/584.27	c #Conflicts:    1142000 | #Constraints:      46117
579.98/584.27	c #Conflicts:    1143000 | #Constraints:      47117
579.98/584.27	c #Conflicts:    1144000 | #Constraints:      48117
579.98/584.27	c #Conflicts:    1145000 | #Constraints:      49117
579.98/584.27	c #Conflicts:    1146000 | #Constraints:      50117
579.98/584.27	c INPROCESSING
579.98/584.27	c GARBAGE COLLECT
579.98/584.27	c #Conflicts:    1147000 | #Constraints:      29814
579.98/584.27	c #Conflicts:    1148000 | #Constraints:      30814
579.98/584.27	c #Conflicts:    1149000 | #Constraints:      31814
579.98/584.27	c #Conflicts:    1150000 | #Constraints:      32814
579.98/584.27	c #Conflicts:    1151000 | #Constraints:      33814
579.98/584.27	c #Conflicts:    1152000 | #Constraints:      34814
579.98/584.27	c #Conflicts:    1153000 | #Constraints:      35814
579.98/584.27	c #Conflicts:    1154000 | #Constraints:      36814
579.98/584.27	c #Conflicts:    1155000 | #Constraints:      37815
579.98/584.27	c #Conflicts:    1156000 | #Constraints:      38815
579.98/584.27	c #Conflicts:    1157000 | #Constraints:      39815
579.98/584.27	c #Conflicts:    1158000 | #Constraints:      40815
579.98/584.27	c #Conflicts:    1159000 | #Constraints:      41815
579.98/584.27	c #Conflicts:    1160000 | #Constraints:      42815
579.98/584.27	c #Conflicts:    1161000 | #Constraints:      43815
579.98/584.27	c #Conflicts:    1162000 | #Constraints:      44815
579.98/584.27	c #Conflicts:    1163000 | #Constraints:      45815
579.98/584.27	c #Conflicts:    1164000 | #Constraints:      46815
579.98/584.27	c #Conflicts:    1165000 | #Constraints:      47815
579.98/584.27	c #Conflicts:    1166000 | #Constraints:      48815
579.98/584.27	c #Conflicts:    1167000 | #Constraints:      49815
579.98/584.27	c #Conflicts:    1168000 | #Constraints:      50815
579.98/584.27	c INPROCESSING
579.98/584.27	c GARBAGE COLLECT
579.98/584.27	c #Conflicts:    1169000 | #Constraints:      30387
579.98/584.27	c #Conflicts:    1170000 | #Constraints:      31387
579.98/584.27	c #Conflicts:    1171000 | #Constraints:      32387
579.98/584.27	c #Conflicts:    1172000 | #Constraints:      33387
579.98/584.27	c #Conflicts:    1173000 | #Constraints:      34387
579.98/584.27	c #Conflicts:    1174000 | #Constraints:      35387
579.98/584.27	c #Conflicts:    1175000 | #Constraints:      36387
579.98/584.27	c #Conflicts:    1176000 | #Constraints:      37387
579.98/584.27	c #Conflicts:    1177000 | #Constraints:      38387
579.98/584.27	c #Conflicts:    1178000 | #Constraints:      39388
579.98/584.27	c #Conflicts:    1179000 | #Constraints:      40388
579.98/584.27	c #Conflicts:    1180000 | #Constraints:      41388
579.98/584.27	c #Conflicts:    1181000 | #Constraints:      42388
619.88/624.33	c #Conflicts:    1182000 | #Constraints:      43388
619.88/624.33	c #Conflicts:    1183000 | #Constraints:      44388
619.88/624.33	c #Conflicts:    1184000 | #Constraints:      45388
619.88/624.33	c #Conflicts:    1185000 | #Constraints:      46388
619.88/624.33	c #Conflicts:    1186000 | #Constraints:      47388
619.88/624.33	c #Conflicts:    1187000 | #Constraints:      48388
619.88/624.33	c #Conflicts:    1188000 | #Constraints:      49389
619.88/624.33	c #Conflicts:    1189000 | #Constraints:      50393
619.88/624.33	c #Conflicts:    1190000 | #Constraints:      51393
619.88/624.33	c INPROCESSING
619.88/624.33	c GARBAGE COLLECT
619.88/624.33	c #Conflicts:    1191000 | #Constraints:      30765
619.88/624.33	c #Conflicts:    1192000 | #Constraints:      31765
619.88/624.33	c #Conflicts:    1193000 | #Constraints:      32765
619.88/624.33	c #Conflicts:    1194000 | #Constraints:      33765
619.88/624.33	c #Conflicts:    1195000 | #Constraints:      34765
619.88/624.33	c #Conflicts:    1196000 | #Constraints:      35765
619.88/624.33	c #Conflicts:    1197000 | #Constraints:      36765
619.88/624.33	c #Conflicts:    1198000 | #Constraints:      37765
619.88/624.33	c #Conflicts:    1199000 | #Constraints:      38765
619.88/624.33	c #Conflicts:    1200000 | #Constraints:      39765
619.88/624.33	c #Conflicts:    1201000 | #Constraints:      40765
619.88/624.33	c #Conflicts:    1202000 | #Constraints:      41765
619.88/624.33	c #Conflicts:    1203000 | #Constraints:      42765
619.88/624.33	c #Conflicts:    1204000 | #Constraints:      43765
619.88/624.33	c #Conflicts:    1205000 | #Constraints:      44765
619.88/624.33	c #Conflicts:    1206000 | #Constraints:      45765
619.88/624.33	c #Conflicts:    1207000 | #Constraints:      46765
619.88/624.33	c #Conflicts:    1208000 | #Constraints:      47765
619.88/624.33	c #Conflicts:    1209000 | #Constraints:      48765
619.88/624.33	c #Conflicts:    1210000 | #Constraints:      49765
619.88/624.33	c #Conflicts:    1211000 | #Constraints:      50765
619.88/624.33	c #Conflicts:    1212000 | #Constraints:      51765
619.88/624.33	c INPROCESSING
619.88/624.33	c GARBAGE COLLECT
619.88/624.33	c #Conflicts:    1213000 | #Constraints:      30962
619.88/624.33	c #Conflicts:    1214000 | #Constraints:      31962
619.88/624.33	c #Conflicts:    1215000 | #Constraints:      32962
619.88/624.33	c #Conflicts:    1216000 | #Constraints:      33962
619.88/624.33	c #Conflicts:    1217000 | #Constraints:      34962
619.88/624.33	c #Conflicts:    1218000 | #Constraints:      35962
619.88/624.33	c #Conflicts:    1219000 | #Constraints:      36962
619.88/624.33	c #Conflicts:    1220000 | #Constraints:      37962
619.88/624.33	c #Conflicts:    1221000 | #Constraints:      38962
619.88/624.33	c #Conflicts:    1222000 | #Constraints:      39963
619.88/624.33	c #Conflicts:    1223000 | #Constraints:      40963
619.88/624.33	c #Conflicts:    1224000 | #Constraints:      41963
619.88/624.33	c #Conflicts:    1225000 | #Constraints:      42963
619.88/624.33	c #Conflicts:    1226000 | #Constraints:      43963
619.88/624.33	c #Conflicts:    1227000 | #Constraints:      44963
619.88/624.33	c #Conflicts:    1228000 | #Constraints:      45963
619.88/624.33	c #Conflicts:    1229000 | #Constraints:      46963
619.88/624.33	c #Conflicts:    1230000 | #Constraints:      47964
619.88/624.33	c #Conflicts:    1231000 | #Constraints:      48964
619.88/624.33	c #Conflicts:    1232000 | #Constraints:      49964
619.88/624.33	c #Conflicts:    1233000 | #Constraints:      50965
619.88/624.33	c #Conflicts:    1234000 | #Constraints:      51965
619.88/624.33	c INPROCESSING
619.88/624.33	c GARBAGE COLLECT
619.88/624.33	c #Conflicts:    1235000 | #Constraints:      30950
619.88/624.33	c #Conflicts:    1236000 | #Constraints:      31950
619.88/624.33	c #Conflicts:    1237000 | #Constraints:      32950
619.88/624.33	c #Conflicts:    1238000 | #Constraints:      33950
619.88/624.33	c #Conflicts:    1239000 | #Constraints:      34950
619.88/624.33	c #Conflicts:    1240000 | #Constraints:      35950
619.88/624.33	c #Conflicts:    1241000 | #Constraints:      36950
619.88/624.33	c #Conflicts:    1242000 | #Constraints:      37950
619.88/624.33	c #Conflicts:    1243000 | #Constraints:      38950
619.88/624.33	c #Conflicts:    1244000 | #Constraints:      39950
619.88/624.33	c #Conflicts:    1245000 | #Constraints:      40950
619.88/624.33	c #Conflicts:    1246000 | #Constraints:      41950
619.88/624.33	c #Conflicts:    1247000 | #Constraints:      42950
619.88/624.33	c #Conflicts:    1248000 | #Constraints:      43950
619.88/624.33	c #Conflicts:    1249000 | #Constraints:      44950
619.88/624.33	c #Conflicts:    1250000 | #Constraints:      45950
619.88/624.33	c #Conflicts:    1251000 | #Constraints:      46950
619.88/624.33	c #Conflicts:    1252000 | #Constraints:      47950
619.88/624.33	c #Conflicts:    1253000 | #Constraints:      48950
619.88/624.33	c #Conflicts:    1254000 | #Constraints:      49950
619.88/624.33	c #Conflicts:    1255000 | #Constraints:      50950
619.88/624.33	c #Conflicts:    1256000 | #Constraints:      51951
619.88/624.33	c INPROCESSING
619.88/624.33	c GARBAGE COLLECT
619.88/624.33	c #Conflicts:    1257000 | #Constraints:      30757
619.88/624.33	c #Conflicts:    1258000 | #Constraints:      31757
657.49/662.18	c #Conflicts:    1259000 | #Constraints:      32757
657.49/662.18	c #Conflicts:    1260000 | #Constraints:      33757
657.49/662.18	c #Conflicts:    1261000 | #Constraints:      34758
657.49/662.18	c #Conflicts:    1262000 | #Constraints:      35758
657.49/662.18	c #Conflicts:    1263000 | #Constraints:      36758
657.49/662.18	c #Conflicts:    1264000 | #Constraints:      37758
657.49/662.18	c #Conflicts:    1265000 | #Constraints:      38758
657.49/662.18	c #Conflicts:    1266000 | #Constraints:      39758
657.49/662.18	c #Conflicts:    1267000 | #Constraints:      40758
657.49/662.18	c #Conflicts:    1268000 | #Constraints:      41758
657.49/662.18	c #Conflicts:    1269000 | #Constraints:      42758
657.49/662.18	c #Conflicts:    1270000 | #Constraints:      43758
657.49/662.18	c #Conflicts:    1271000 | #Constraints:      44758
657.49/662.18	c #Conflicts:    1272000 | #Constraints:      45758
657.49/662.18	c #Conflicts:    1273000 | #Constraints:      46758
657.49/662.18	c #Conflicts:    1274000 | #Constraints:      47758
657.49/662.18	c #Conflicts:    1275000 | #Constraints:      48758
657.49/662.18	c #Conflicts:    1276000 | #Constraints:      49758
657.49/662.18	c #Conflicts:    1277000 | #Constraints:      50758
657.49/662.18	c #Conflicts:    1278000 | #Constraints:      51758
657.49/662.18	c #Conflicts:    1279000 | #Constraints:      52759
657.49/662.18	c INPROCESSING
657.49/662.18	c GARBAGE COLLECT
657.49/662.18	c #Conflicts:    1280000 | #Constraints:      31316
657.49/662.18	c #Conflicts:    1281000 | #Constraints:      32316
657.49/662.18	c #Conflicts:    1282000 | #Constraints:      33316
657.49/662.18	c #Conflicts:    1283000 | #Constraints:      34316
657.49/662.18	c #Conflicts:    1284000 | #Constraints:      35316
657.49/662.18	c #Conflicts:    1285000 | #Constraints:      36316
657.49/662.18	c #Conflicts:    1286000 | #Constraints:      37316
657.49/662.18	c #Conflicts:    1287000 | #Constraints:      38316
657.49/662.18	c #Conflicts:    1288000 | #Constraints:      39316
657.49/662.18	c #Conflicts:    1289000 | #Constraints:      40316
657.49/662.18	c #Conflicts:    1290000 | #Constraints:      41316
657.49/662.18	c #Conflicts:    1291000 | #Constraints:      42316
657.49/662.18	c #Conflicts:    1292000 | #Constraints:      43316
657.49/662.18	c #Conflicts:    1293000 | #Constraints:      44316
657.49/662.18	c #Conflicts:    1294000 | #Constraints:      45316
657.49/662.18	c #Conflicts:    1295000 | #Constraints:      46316
657.49/662.18	c #Conflicts:    1296000 | #Constraints:      47316
657.49/662.18	c #Conflicts:    1297000 | #Constraints:      48316
657.49/662.18	c #Conflicts:    1298000 | #Constraints:      49316
657.49/662.18	c #Conflicts:    1299000 | #Constraints:      50316
657.49/662.18	c #Conflicts:    1300000 | #Constraints:      51316
657.49/662.18	c #Conflicts:    1301000 | #Constraints:      52317
657.49/662.18	c #Conflicts:    1302000 | #Constraints:      53317
657.49/662.18	c INPROCESSING
657.49/662.18	c GARBAGE COLLECT
657.49/662.18	c #Conflicts:    1303000 | #Constraints:      31716
657.49/662.18	c #Conflicts:    1304000 | #Constraints:      32716
657.49/662.18	c #Conflicts:    1305000 | #Constraints:      33716
657.49/662.18	c #Conflicts:    1306000 | #Constraints:      34716
657.49/662.18	c #Conflicts:    1307000 | #Constraints:      35716
657.49/662.18	c #Conflicts:    1308000 | #Constraints:      36716
657.49/662.18	c #Conflicts:    1309000 | #Constraints:      37716
657.49/662.18	c #Conflicts:    1310000 | #Constraints:      38716
657.49/662.18	c #Conflicts:    1311000 | #Constraints:      39716
657.49/662.18	c #Conflicts:    1312000 | #Constraints:      40716
657.49/662.18	c #Conflicts:    1313000 | #Constraints:      41716
657.49/662.18	c #Conflicts:    1314000 | #Constraints:      42716
657.49/662.18	c #Conflicts:    1315000 | #Constraints:      43716
657.49/662.18	c #Conflicts:    1316000 | #Constraints:      44716
657.49/662.18	c #Conflicts:    1317000 | #Constraints:      45717
657.49/662.18	c #Conflicts:    1318000 | #Constraints:      46717
657.49/662.18	c #Conflicts:    1319000 | #Constraints:      47717
657.49/662.18	c #Conflicts:    1320000 | #Constraints:      48717
657.49/662.18	c #Conflicts:    1321000 | #Constraints:      49717
657.49/662.18	c #Conflicts:    1322000 | #Constraints:      50717
657.49/662.18	c #Conflicts:    1323000 | #Constraints:      51717
657.49/662.18	c #Conflicts:    1324000 | #Constraints:      52717
657.49/662.18	c #Conflicts:    1325000 | #Constraints:      53717
657.49/662.18	c INPROCESSING
657.49/662.18	c GARBAGE COLLECT
657.49/662.18	c #Conflicts:    1326000 | #Constraints:      31946
657.49/662.18	c #Conflicts:    1327000 | #Constraints:      32946
657.49/662.18	c #Conflicts:    1328000 | #Constraints:      33947
657.49/662.18	c #Conflicts:    1329000 | #Constraints:      34947
657.49/662.18	c #Conflicts:    1330000 | #Constraints:      35947
657.49/662.18	c #Conflicts:    1331000 | #Constraints:      36947
657.49/662.18	c #Conflicts:    1332000 | #Constraints:      37947
657.49/662.18	c #Conflicts:    1333000 | #Constraints:      38947
657.49/662.18	c #Conflicts:    1334000 | #Constraints:      39947
700.27/705.14	c #Conflicts:    1335000 | #Constraints:      40947
700.27/705.14	c #Conflicts:    1336000 | #Constraints:      41947
700.27/705.14	c #Conflicts:    1337000 | #Constraints:      42947
700.27/705.14	c #Conflicts:    1338000 | #Constraints:      43947
700.27/705.14	c #Conflicts:    1339000 | #Constraints:      44947
700.27/705.14	c #Conflicts:    1340000 | #Constraints:      45947
700.27/705.14	c #Conflicts:    1341000 | #Constraints:      46948
700.27/705.14	c #Conflicts:    1342000 | #Constraints:      47948
700.27/705.14	c #Conflicts:    1343000 | #Constraints:      48948
700.27/705.14	c #Conflicts:    1344000 | #Constraints:      49948
700.27/705.14	c #Conflicts:    1345000 | #Constraints:      50948
700.27/705.14	c #Conflicts:    1346000 | #Constraints:      51948
700.27/705.14	c #Conflicts:    1347000 | #Constraints:      52948
700.27/705.14	c #Conflicts:    1348000 | #Constraints:      53948
700.27/705.14	c INPROCESSING
700.27/705.14	c GARBAGE COLLECT
700.27/705.14	c #Conflicts:    1349000 | #Constraints:      32023
700.27/705.14	c #Conflicts:    1350000 | #Constraints:      33023
700.27/705.14	c #Conflicts:    1351000 | #Constraints:      34023
700.27/705.14	c #Conflicts:    1352000 | #Constraints:      35023
700.27/705.14	c #Conflicts:    1353000 | #Constraints:      36023
700.27/705.14	c #Conflicts:    1354000 | #Constraints:      37023
700.27/705.14	c #Conflicts:    1355000 | #Constraints:      38023
700.27/705.14	c #Conflicts:    1356000 | #Constraints:      39023
700.27/705.14	c #Conflicts:    1357000 | #Constraints:      40023
700.27/705.14	c #Conflicts:    1358000 | #Constraints:      41023
700.27/705.14	c #Conflicts:    1359000 | #Constraints:      42023
700.27/705.14	c #Conflicts:    1360000 | #Constraints:      43023
700.27/705.14	c #Conflicts:    1361000 | #Constraints:      44023
700.27/705.14	c #Conflicts:    1362000 | #Constraints:      45023
700.27/705.14	c #Conflicts:    1363000 | #Constraints:      46023
700.27/705.14	c #Conflicts:    1364000 | #Constraints:      47023
700.27/705.14	c #Conflicts:    1365000 | #Constraints:      48023
700.27/705.14	c #Conflicts:    1366000 | #Constraints:      49023
700.27/705.14	c #Conflicts:    1367000 | #Constraints:      50023
700.27/705.14	c #Conflicts:    1368000 | #Constraints:      51023
700.27/705.14	c #Conflicts:    1369000 | #Constraints:      52023
700.27/705.14	c #Conflicts:    1370000 | #Constraints:      53023
700.27/705.14	c #Conflicts:    1371000 | #Constraints:      54023
700.27/705.14	c INPROCESSING
700.27/705.14	c GARBAGE COLLECT
700.27/705.14	c #Conflicts:    1372000 | #Constraints:      31783
700.27/705.14	c #Conflicts:    1373000 | #Constraints:      32783
700.27/705.14	c #Conflicts:    1374000 | #Constraints:      33783
700.27/705.14	c #Conflicts:    1375000 | #Constraints:      34783
700.27/705.14	c #Conflicts:    1376000 | #Constraints:      35783
700.27/705.14	c #Conflicts:    1377000 | #Constraints:      36783
700.27/705.14	c #Conflicts:    1378000 | #Constraints:      37783
700.27/705.14	c #Conflicts:    1379000 | #Constraints:      38783
700.27/705.14	c #Conflicts:    1380000 | #Constraints:      39783
700.27/705.14	c #Conflicts:    1381000 | #Constraints:      40783
700.27/705.14	c #Conflicts:    1382000 | #Constraints:      41783
700.27/705.14	c #Conflicts:    1383000 | #Constraints:      42783
700.27/705.14	c #Conflicts:    1384000 | #Constraints:      43783
700.27/705.14	c #Conflicts:    1385000 | #Constraints:      44783
700.27/705.14	c #Conflicts:    1386000 | #Constraints:      45783
700.27/705.14	c #Conflicts:    1387000 | #Constraints:      46783
700.27/705.14	c #Conflicts:    1388000 | #Constraints:      47783
700.27/705.14	c #Conflicts:    1389000 | #Constraints:      48783
700.27/705.14	c #Conflicts:    1390000 | #Constraints:      49783
700.27/705.14	c #Conflicts:    1391000 | #Constraints:      50783
700.27/705.14	c #Conflicts:    1392000 | #Constraints:      51783
700.27/705.14	c #Conflicts:    1393000 | #Constraints:      52783
700.27/705.14	c #Conflicts:    1394000 | #Constraints:      53783
700.27/705.14	c #Conflicts:    1395000 | #Constraints:      54783
700.27/705.14	c INPROCESSING
700.27/705.14	c GARBAGE COLLECT
700.27/705.14	c #Conflicts:    1396000 | #Constraints:      32376
700.27/705.14	c #Conflicts:    1397000 | #Constraints:      33376
700.27/705.14	c #Conflicts:    1398000 | #Constraints:      34376
700.27/705.14	c #Conflicts:    1399000 | #Constraints:      35376
700.27/705.14	c #Conflicts:    1400000 | #Constraints:      36376
700.27/705.14	c #Conflicts:    1401000 | #Constraints:      37376
700.27/705.14	c #Conflicts:    1402000 | #Constraints:      38376
700.27/705.14	c #Conflicts:    1403000 | #Constraints:      39376
700.27/705.14	c #Conflicts:    1404000 | #Constraints:      40376
700.27/705.14	c #Conflicts:    1405000 | #Constraints:      41376
700.27/705.14	c #Conflicts:    1406000 | #Constraints:      42376
700.27/705.14	c #Conflicts:    1407000 | #Constraints:      43376
700.27/705.14	c #Conflicts:    1408000 | #Constraints:      44376
700.27/705.14	c #Conflicts:    1409000 | #Constraints:      45377
700.27/705.14	c #Conflicts:    1410000 | #Constraints:      46377
700.27/705.14	c #Conflicts:    1411000 | #Constraints:      47377
732.40/737.51	c #Conflicts:    1412000 | #Constraints:      48377
732.40/737.51	c #Conflicts:    1413000 | #Constraints:      49377
732.40/737.51	c #Conflicts:    1414000 | #Constraints:      50377
732.40/737.51	c #Conflicts:    1415000 | #Constraints:      51377
732.40/737.51	c #Conflicts:    1416000 | #Constraints:      52377
732.40/737.51	c #Conflicts:    1417000 | #Constraints:      53377
732.40/737.51	c #Conflicts:    1418000 | #Constraints:      54377
732.40/737.51	c #Conflicts:    1419000 | #Constraints:      55378
732.40/737.51	c INPROCESSING
732.40/737.51	c GARBAGE COLLECT
732.40/737.51	c #Conflicts:    1420000 | #Constraints:      32776
732.40/737.51	c #Conflicts:    1421000 | #Constraints:      33776
732.40/737.51	c #Conflicts:    1422000 | #Constraints:      34776
732.40/737.51	c #Conflicts:    1423000 | #Constraints:      35776
732.40/737.51	c #Conflicts:    1424000 | #Constraints:      36776
732.40/737.51	c #Conflicts:    1425000 | #Constraints:      37776
732.40/737.51	c #Conflicts:    1426000 | #Constraints:      38776
732.40/737.51	c #Conflicts:    1427000 | #Constraints:      39777
732.40/737.51	c #Conflicts:    1428000 | #Constraints:      40778
732.40/737.51	c #Conflicts:    1429000 | #Constraints:      41778
732.40/737.51	c #Conflicts:    1430000 | #Constraints:      42778
732.40/737.51	c #Conflicts:    1431000 | #Constraints:      43778
732.40/737.51	c #Conflicts:    1432000 | #Constraints:      44778
732.40/737.51	c #Conflicts:    1433000 | #Constraints:      45778
732.40/737.51	c #Conflicts:    1434000 | #Constraints:      46778
732.40/737.51	c #Conflicts:    1435000 | #Constraints:      47778
732.40/737.51	c #Conflicts:    1436000 | #Constraints:      48778
732.40/737.51	c #Conflicts:    1437000 | #Constraints:      49778
732.40/737.51	c #Conflicts:    1438000 | #Constraints:      50778
732.40/737.51	c #Conflicts:    1439000 | #Constraints:      51778
732.40/737.51	c #Conflicts:    1440000 | #Constraints:      52778
732.40/737.51	c #Conflicts:    1441000 | #Constraints:      53778
732.40/737.51	c #Conflicts:    1442000 | #Constraints:      54778
732.40/737.51	c #Conflicts:    1443000 | #Constraints:      55778
732.40/737.51	c INPROCESSING
732.40/737.51	c GARBAGE COLLECT
732.40/737.51	c #Conflicts:    1444000 | #Constraints:      32956
732.40/737.51	c #Conflicts:    1445000 | #Constraints:      33956
732.40/737.51	c #Conflicts:    1446000 | #Constraints:      34956
732.40/737.51	c #Conflicts:    1447000 | #Constraints:      35956
732.40/737.51	c #Conflicts:    1448000 | #Constraints:      36956
732.40/737.51	c #Conflicts:    1449000 | #Constraints:      37956
732.40/737.51	c #Conflicts:    1450000 | #Constraints:      38956
732.40/737.51	c #Conflicts:    1451000 | #Constraints:      39956
732.40/737.51	c #Conflicts:    1452000 | #Constraints:      40956
732.40/737.51	c #Conflicts:    1453000 | #Constraints:      41956
732.40/737.51	c #Conflicts:    1454000 | #Constraints:      42956
732.40/737.51	c #Conflicts:    1455000 | #Constraints:      43956
732.40/737.51	c #Conflicts:    1456000 | #Constraints:      44956
732.40/737.51	c #Conflicts:    1457000 | #Constraints:      45956
732.40/737.51	c #Conflicts:    1458000 | #Constraints:      46956
732.40/737.51	c #Conflicts:    1459000 | #Constraints:      47956
732.40/737.51	c #Conflicts:    1460000 | #Constraints:      48956
732.40/737.51	c #Conflicts:    1461000 | #Constraints:      49957
732.40/737.51	c #Conflicts:    1462000 | #Constraints:      50957
732.40/737.51	c #Conflicts:    1463000 | #Constraints:      51957
732.40/737.51	c #Conflicts:    1464000 | #Constraints:      52957
732.40/737.51	c #Conflicts:    1465000 | #Constraints:      53957
732.40/737.51	c #Conflicts:    1466000 | #Constraints:      54957
732.40/737.51	c #Conflicts:    1467000 | #Constraints:      55957
732.40/737.51	c INPROCESSING
732.40/737.51	c GARBAGE COLLECT
732.40/737.51	WSVECS04 Frhs2[9]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[22]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[28]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[33]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[34]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[40]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[46]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[48]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[55]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[56]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[61]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[71]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[73]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[75]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[76]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[81]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[83]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[85]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[88]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[91]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[98]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[99]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[100]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[101]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[102]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[103]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[115]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[116]: 6 -10.25 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[117]: 6 -2.03038 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[125]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[129]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[134]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[139]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[157]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[159]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[161]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[162]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[165]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[166]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[169]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[183]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[184]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[186]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[189]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[193]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[197]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[198]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[199]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[201]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[207]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[224]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[225]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[229]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[232]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[251]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[254]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[256]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[259]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[263]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[265]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[285]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[289]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[292]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[295]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[298]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[312]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[323]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[328]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[329]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[331]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[346]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[352]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[353]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[355]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[356]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[357]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[361]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[372]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[381]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[392]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[393]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[416]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[417]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[419]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[422]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[423]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[425]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[440]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[443]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[445]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[448]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[449]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[450]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[451]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[452]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[453]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[456]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[481]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[483]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[486]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[487]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[489]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[493]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[505]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[508]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[511]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[530]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[541]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[542]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[550]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[553]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[560]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[570]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[577]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[579]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[586]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[594]: 6 -1.23681 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[595]: 6 -1.32657 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[603]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[604]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[605]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[615]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[616]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[625]: 6 -1.25004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[629]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[637]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[639]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[646]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[656]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[660]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[661]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[662]: 6 -0.876148 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[671]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[676]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[677]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[678]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[681]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[691]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[692]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[696]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1025]: 6 -1.0006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1026]: 6 -0.998301 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1030]: 6 -0.971348 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1032]: 6 -1.0698 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1033]: 6 -1.13945 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1044]: 6 -1.25006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1045]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1050]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1053]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1057]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1058]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1061]: 6 -1.00049 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1062]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1063]: 6 -1.00626 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1064]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1067]: 6 -1.02871 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1071]: 6 -2.58377 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1073]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1074]: 6 -3.31252 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1076]: 6 -11.2501 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1078]: 6 -38.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1080]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1081]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1085]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1089]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1092]: 6 -1.04603 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1096]: 6 -2.01689 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1098]: 6 -1.12347 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1105]: 6 -1.31258 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1107]: 6 -1.25004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1119]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1122]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1125]: 6 -0.995703 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1129]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1131]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1132]: 6 -0.984441 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1141]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1142]: 6 -1.25004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1143]: 6 -1.25008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1147]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1148]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1149]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1153]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1154]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1155]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1156]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1157]: 6 -1.25005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1159]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1160]: 6 -1.32821 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1161]: 6 -1.32816 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1162]: 6 -1.31255 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1164]: 6 -1.24996 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1175]: 6 0 1.0304 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1176]: 6 -0.504282 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1182]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1183]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1190]: 6 -1.25009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1192]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1195]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1203]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1205]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1207]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1211]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1212]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1213]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1218]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1223]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1224]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1226]: 6 -1.31255 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1227]: 6 -1.06253 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1235]: 6 -1.25002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1243]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1247]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1248]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1264]: 6 -1.18758 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1270]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1274]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1278]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1279]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1282]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1283]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1284]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1285]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1286]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1289]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1292]: 6 -0.687544 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1302]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1311]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1312]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1313]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1321]: 6 -1.32817 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1323]: 6 -1.31255 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1327]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1331]: 6 -1.18946 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1334]: 6 -0.0152411 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1335]: 6 0 0.969736 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1345]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1347]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1349]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1350]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1351]: 6 -0.671912 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1352]: 6 -0.343771 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1358]: 6 0 0.358492 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1364]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1365]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1366]: 6 -0.500014 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1370]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1372]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1373]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1374]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1380]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1396]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1400]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1405]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1407]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1416]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1420]: 6 0 2.31253 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1421]: 6 -0.687598 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1422]: 6 -0.750065 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1423]: 6 -0.75005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1433]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1434]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1441]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1443]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1448]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1450]: 6 -1.29745 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1454]: 6 -0.757653 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1460]: 6 -1.18936 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1470]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1490]: 6 -1.34874 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1491]: 6 -1.53252 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1493]: 6 -3.12977 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1496]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1497]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1503]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1505]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1514]: 6 -1.37509 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1515]: 6 -1.25007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1516]: 6 -1.50001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1517]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1520]: 6 0 1.00007 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1526]: 6 -4.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1527]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1528]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1529]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1530]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1531]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1535]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1544]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1545]: 6 -1.25001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1546]: 6 -0.650653 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1547]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1548]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1554]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1556]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1557]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1558]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1565]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1893]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1897]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1901]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1905]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1907]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1925]: 6 -122.463 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1932]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1933]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1935]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1937]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1940]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1944]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1948]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1950]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1952]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1985]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1988]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1989]: 6 -1.00025 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1992]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[1996]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2000]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2001]: 6 -1.0144 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2004]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2008]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2010]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2014]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2015]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2016]: 6 0 1.31259 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2026]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2027]: 6 -75.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2030]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2034]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2035]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2037]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2040]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2042]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2043]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2046]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2066]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2070]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2078]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2083]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2085]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2087]: 6 -0.999971 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2089]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2094]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2095]: 6 -0.999298 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2098]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2102]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2104]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2106]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2107]: 6 -0.950592 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2112]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2113]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2115]: 6 -0.208222 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2117]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2122]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2124]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2126]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2128]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2130]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2134]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2137]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2139]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2142]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2150]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2151]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2162]: 6 -0.500066 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2163]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2165]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2166]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2170]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2177]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2179]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2181]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2184]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2185]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2190]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2192]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2193]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2196]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2200]: 6 -1.34381 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2208]: 6 0 0.296969 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2212]: 6 -0.821052 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2214]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2215]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2218]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2219]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2222]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2224]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2225]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2228]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2236]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2245]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2246]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2258]: 6 -1.25009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2264]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2266]: 6 -1.00001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2275]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2279]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2281]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2283]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2285]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2291]: 6 -0.999995 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2293]: 6 -1.0001 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2296]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2297]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2299]: 6 -0.999118 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2300]: 6 -1.00009 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2302]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2303]: 6 -0.996142 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2306]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2324]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2327]: 6 -1.00006 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2330]: 6 -1.00002 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2334]: 6 -1.00008 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2335]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2338]: 6 -1.00007 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2339]: 6 -1.00003 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2340]: 6 -1.00005 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2341]: 6 -0.995617 0 shouldn't be
732.40/737.51	WSVECS04 Frhs2[2348]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2351]: 6 -3.14759 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2352]: 6 -1.31256 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2356]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2360]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2364]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2367]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2368]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2369]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2371]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2374]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2376]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2378]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2380]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2381]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2384]: 6 -1.25005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2385]: 6 -1.25003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2392]: 6 -1.32819 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2407]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2411]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2413]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2416]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2420]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2423]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2426]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2430]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2431]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2433]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2435]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2439]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2441]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2442]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2460]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2461]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2466]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2470]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2472]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2474]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2475]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2478]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2482]: 6 -1.25006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2488]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2490]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2492]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2494]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2496]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2498]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2500]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2510]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2512]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2513]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2516]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2517]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2520]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2522]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2523]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2526]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2527]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2529]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2530]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2531]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2534]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2535]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2536]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2551]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2553]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2554]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2556]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2557]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2559]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2560]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2562]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2563]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2566]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2567]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2570]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2572]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2574]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2576]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2577]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2580]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2581]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2584]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2585]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2588]: 6 -1.31253 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2599]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2606]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2607]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2610]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2611]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2613]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2616]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2618]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2619]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2622]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2625]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2629]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2630]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2631]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2632]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2634]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2635]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2639]: 6 -1.25003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2643]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2651]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2652]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2653]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2656]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2658]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2662]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2663]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2666]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2670]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2671]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2674]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2676]: 6 -1.31254 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2701]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2704]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2709]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2712]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2714]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2715]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2718]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2725]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2726]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2727]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2728]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2729]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2730]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2731]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2737]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2741]: 6 0 1.03036 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2745]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2749]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2750]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2753]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2757]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2760]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2762]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2764]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2766]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2768]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2770]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2772]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2773]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2776]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2777]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2780]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2781]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2784]: 6 -1.12131 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2785]: 6 -1.1213 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2793]: 6 -5.06068 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2795]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2797]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2800]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2801]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2804]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2808]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2812]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2814]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2816]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2818]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2822]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2823]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2827]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2833]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2834]: 6 -1.25006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2838]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2839]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2841]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2845]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2846]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2849]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2851]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2856]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2857]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2860]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2861]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2864]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2865]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2867]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2870]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2874]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2878]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2882]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2886]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2895]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2898]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2902]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2903]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2906]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2909]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2912]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2913]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2914]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2918]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2919]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2921]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2936]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2937]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2941]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2946]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2947]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2950]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2951]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2954]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2958]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2960]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2962]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2963]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2966]: 6 -0.343846 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2970]: 6 -3.62501 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2972]: 6 -10.5625 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2973]: 6 -1.31253 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2983]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2989]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2991]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2994]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2996]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[2997]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3000]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3002]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3004]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3005]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3008]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3012]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3014]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3016]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3017]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3025]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3033]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3034]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3036]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3040]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3043]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3048]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3049]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3052]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3053]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3056]: 6 -1.32814 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3058]: 6 -1.32816 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3074]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3078]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3086]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3087]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3090]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3091]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3093]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3096]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3100]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3104]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3108]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3111]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3112]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3117]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3130]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3131]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3132]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3137]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3139]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3141]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3144]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3145]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3148]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3150]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3152]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3154]: 6 -1.25007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3155]: 6 -1.25006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3162]: 6 -0.500064 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3170]: 6 -13 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3171]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3174]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3175]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3178]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3179]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3184]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3186]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3188]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3190]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3192]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3194]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3198]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3200]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3203]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3204]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3205]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3206]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3208]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3218]: 6 -1.00382 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3228]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3231]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3232]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3233]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3235]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3238]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3239]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3242]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3244]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3246]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3248]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3250]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3253]: 6 -1.31258 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3258]: 6 -1.29738 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3275]: 6 -10.8788 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3278]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3282]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3283]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3286]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3290]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3294]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3295]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3297]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3303]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3309]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3314]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3315]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3316]: 6 -0.500084 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3325]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3330]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3334]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3340]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3342]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3344]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3346]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3353]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3356]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3364]: 6 -0.500083 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3372]: 6 -13 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3373]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3376]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3380]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3384]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3385]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3388]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3389]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3403]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3405]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3412]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3415]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3419]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3424]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3426]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3427]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3430]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3431]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3434]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3435]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3438]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3439]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3441]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3443]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3447]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3450]: 6 -1.37504 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3460]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3461]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3469]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3471]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3473]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3475]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3478]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3479]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3482]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3483]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3488]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3504]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3510]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3514]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3516]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3517]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3519]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3521]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3529]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3532]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3535]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3538]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3541]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3544]: 6 -1.25004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3546]: 6 -0.650612 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3550]: 6 -2.39782 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3551]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3554]: 6 -1.00001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3556]: 6 -1.35137 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3557]: 6 -1.3514 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3563]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3566]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3567]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3570]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3572]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3574]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3575]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3582]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3592]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3593]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3594]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3595]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3602]: 6 -1.18934 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3604]: 6 -1.3266 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3606]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3607]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3615]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3618]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3623]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3625]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3627]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3629]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3632]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3634]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3635]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3638]: 6 -0.422413 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3640]: 6 -1.16816 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3642]: 6 -3.31065 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3661]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3663]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3668]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3672]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3673]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3676]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3678]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3679]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3689]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3690]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3696]: 6 -1.31258 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3698]: 6 -1.25006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3699]: 6 -1.16008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3700]: 6 -1.32004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3703]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3704]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3706]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3709]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3710]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3711]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3716]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3719]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3723]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3725]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3728]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3730]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3731]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3734]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3735]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3738]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3755]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3758]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3759]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3762]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3764]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3766]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3770]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3772]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3774]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3775]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3780]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3782]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3784]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3795]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3796]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3797]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3798]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3799]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3800]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3801]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3805]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3809]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3814]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3815]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3817]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3819]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3821]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3824]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3828]: 6 -0.75006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3836]: 6 -9.25004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3842]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3843]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3846]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3848]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3850]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3852]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3854]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3856]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3858]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3860]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3862]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3863]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3866]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3870]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3872]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3915]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3918]: 6 -1.00006 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3919]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3922]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3924]: 6 -1.00004 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3925]: 6 -1.00007 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3928]: 6 -0.375042 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3932]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3936]: 6 -1.00005 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3938]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3939]: 6 -1.00003 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3942]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3944]: 6 -1.00008 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3945]: 6 -1.00009 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3947]: 6 -1.00002 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3949]: 6 -1.0001 0 shouldn't be
732.40/737.52	WSVECS04 Frhs2[3958]: 6 -1.00002 0 shouldn't be
770.72/776.09	c #Conflicts:    1468000 | #Constraints:      32934
770.72/776.09	c #Conflicts:    1469000 | #Constraints:      33934
770.72/776.09	c #Conflicts:    1470000 | #Constraints:      34934
770.72/776.09	c #Conflicts:    1471000 | #Constraints:      35935
770.72/776.09	c #Conflicts:    1472000 | #Constraints:      36935
770.72/776.09	c #Conflicts:    1473000 | #Constraints:      37935
770.72/776.09	c #Conflicts:    1474000 | #Constraints:      38935
770.72/776.09	c #Conflicts:    1475000 | #Constraints:      39935
770.72/776.09	c #Conflicts:    1476000 | #Constraints:      40941
770.72/776.09	c #Conflicts:    1477000 | #Constraints:      41941
770.72/776.09	c #Conflicts:    1478000 | #Constraints:      42941
770.72/776.09	c #Conflicts:    1479000 | #Constraints:      43941
770.72/776.09	c #Conflicts:    1480000 | #Constraints:      44941
770.72/776.09	c #Conflicts:    1481000 | #Constraints:      45941
770.72/776.09	c #Conflicts:    1482000 | #Constraints:      46941
770.72/776.09	c #Conflicts:    1483000 | #Constraints:      47941
770.72/776.09	c #Conflicts:    1484000 | #Constraints:      48941
770.72/776.09	c #Conflicts:    1485000 | #Constraints:      49941
770.72/776.09	c #Conflicts:    1486000 | #Constraints:      50942
770.72/776.09	c #Conflicts:    1487000 | #Constraints:      51942
770.72/776.09	c #Conflicts:    1488000 | #Constraints:      52942
770.72/776.09	c #Conflicts:    1489000 | #Constraints:      53942
770.72/776.09	c #Conflicts:    1490000 | #Constraints:      54942
770.72/776.09	c #Conflicts:    1491000 | #Constraints:      55942
770.72/776.09	c INPROCESSING
770.72/776.09	c GARBAGE COLLECT
770.72/776.09	c #Conflicts:    1492000 | #Constraints:      32736
770.72/776.09	c #Conflicts:    1493000 | #Constraints:      33736
770.72/776.09	c #Conflicts:    1494000 | #Constraints:      34736
770.72/776.09	c #Conflicts:    1495000 | #Constraints:      35736
770.72/776.09	c #Conflicts:    1496000 | #Constraints:      36736
770.72/776.09	c #Conflicts:    1497000 | #Constraints:      37736
770.72/776.09	c #Conflicts:    1498000 | #Constraints:      38737
770.72/776.09	c #Conflicts:    1499000 | #Constraints:      39737
770.72/776.09	c #Conflicts:    1500000 | #Constraints:      40737
770.72/776.09	c #Conflicts:    1501000 | #Constraints:      41737
770.72/776.09	c #Conflicts:    1502000 | #Constraints:      42737
770.72/776.09	c #Conflicts:    1503000 | #Constraints:      43737
770.72/776.09	c #Conflicts:    1504000 | #Constraints:      44872
770.72/776.09	c #Conflicts:    1505000 | #Constraints:      46380
770.72/776.09	c #Conflicts:    1506000 | #Constraints:      47729
770.72/776.09	c #Conflicts:    1507000 | #Constraints:      48729
770.72/776.09	c #Conflicts:    1508000 | #Constraints:      49729
770.72/776.09	c #Conflicts:    1509000 | #Constraints:      50729
770.72/776.09	c #Conflicts:    1510000 | #Constraints:      51729
770.72/776.09	c #Conflicts:    1511000 | #Constraints:      52729
770.72/776.09	c #Conflicts:    1512000 | #Constraints:      53729
770.72/776.09	c #Conflicts:    1513000 | #Constraints:      54729
770.72/776.09	c #Conflicts:    1514000 | #Constraints:      55729
770.72/776.09	c #Conflicts:    1515000 | #Constraints:      56729
770.72/776.09	c #Conflicts:    1516000 | #Constraints:      57729
770.72/776.09	c INPROCESSING
770.72/776.09	c GARBAGE COLLECT
770.72/776.09	c #Conflicts:    1517000 | #Constraints:      33835
770.72/776.09	c #Conflicts:    1518000 | #Constraints:      34835
770.72/776.09	c #Conflicts:    1519000 | #Constraints:      35835
770.72/776.09	c #Conflicts:    1520000 | #Constraints:      36836
770.72/776.09	c #Conflicts:    1521000 | #Constraints:      37836
770.72/776.09	c #Conflicts:    1522000 | #Constraints:      38836
770.72/776.09	c #Conflicts:    1523000 | #Constraints:      39836
770.72/776.09	c #Conflicts:    1524000 | #Constraints:      40836
770.72/776.09	c #Conflicts:    1525000 | #Constraints:      41836
770.72/776.09	c #Conflicts:    1526000 | #Constraints:      42836
770.72/776.09	c #Conflicts:    1527000 | #Constraints:      43836
770.72/776.09	c #Conflicts:    1528000 | #Constraints:      44836
770.72/776.09	c #Conflicts:    1529000 | #Constraints:      45836
770.72/776.09	c #Conflicts:    1530000 | #Constraints:      46836
770.72/776.09	c #Conflicts:    1531000 | #Constraints:      47836
770.72/776.09	c #Conflicts:    1532000 | #Constraints:      48836
770.72/776.09	c #Conflicts:    1533000 | #Constraints:      49836
770.72/776.09	c #Conflicts:    1534000 | #Constraints:      50836
770.72/776.09	c #Conflicts:    1535000 | #Constraints:      51836
770.72/776.09	c #Conflicts:    1536000 | #Constraints:      52836
770.72/776.09	c #Conflicts:    1537000 | #Constraints:      53836
770.72/776.09	c #Conflicts:    1538000 | #Constraints:      54836
770.72/776.09	c #Conflicts:    1539000 | #Constraints:      55836
770.72/776.09	c #Conflicts:    1540000 | #Constraints:      56836
770.72/776.09	c #Conflicts:    1541000 | #Constraints:      57836
770.72/776.09	c INPROCESSING
770.72/776.09	c GARBAGE COLLECT
770.72/776.09	c #Conflicts:    1542000 | #Constraints:      33978
770.72/776.09	c #Conflicts:    1543000 | #Constraints:      34978
770.72/776.09	c #Conflicts:    1544000 | #Constraints:      35978
839.10/844.79	c #Conflicts:    1545000 | #Constraints:      36978
839.10/844.79	c #Conflicts:    1546000 | #Constraints:      37978
839.10/844.79	c #Conflicts:    1547000 | #Constraints:      39044
839.10/844.79	c #Conflicts:    1548000 | #Constraints:      40044
839.10/844.79	c #Conflicts:    1549000 | #Constraints:      41044
839.10/844.79	c #Conflicts:    1550000 | #Constraints:      42044
839.10/844.79	c #Conflicts:    1551000 | #Constraints:      43045
839.10/844.79	c #Conflicts:    1552000 | #Constraints:      44045
839.10/844.79	c #Conflicts:    1553000 | #Constraints:      45045
839.10/844.79	c #Conflicts:    1554000 | #Constraints:      46045
839.10/844.79	c #Conflicts:    1555000 | #Constraints:      47045
839.10/844.79	c #Conflicts:    1556000 | #Constraints:      48045
839.10/844.79	c #Conflicts:    1557000 | #Constraints:      49045
839.10/844.79	c #Conflicts:    1558000 | #Constraints:      50045
839.10/844.79	c #Conflicts:    1559000 | #Constraints:      51045
839.10/844.79	c #Conflicts:    1560000 | #Constraints:      52045
839.10/844.79	c #Conflicts:    1561000 | #Constraints:      53045
839.10/844.79	c #Conflicts:    1562000 | #Constraints:      54045
839.10/844.79	c #Conflicts:    1563000 | #Constraints:      55045
839.10/844.79	c #Conflicts:    1564000 | #Constraints:      56045
839.10/844.79	c #Conflicts:    1565000 | #Constraints:      57045
839.10/844.79	c #Conflicts:    1566000 | #Constraints:      58045
839.10/844.79	c INPROCESSING
839.10/844.79	c GARBAGE COLLECT
839.10/844.79	c #Conflicts:    1567000 | #Constraints:      34128
839.10/844.79	c #Conflicts:    1568000 | #Constraints:      35128
839.10/844.79	c #Conflicts:    1569000 | #Constraints:      36128
839.10/844.79	c #Conflicts:    1570000 | #Constraints:      37128
839.10/844.79	c #Conflicts:    1571000 | #Constraints:      38128
839.10/844.79	c #Conflicts:    1572000 | #Constraints:      39128
839.10/844.79	c #Conflicts:    1573000 | #Constraints:      40128
839.10/844.79	c #Conflicts:    1574000 | #Constraints:      41128
839.10/844.79	c #Conflicts:    1575000 | #Constraints:      42128
839.10/844.79	c #Conflicts:    1576000 | #Constraints:      43129
839.10/844.79	c #Conflicts:    1577000 | #Constraints:      44129
839.10/844.79	c #Conflicts:    1578000 | #Constraints:      45129
839.10/844.79	c #Conflicts:    1579000 | #Constraints:      46129
839.10/844.79	c #Conflicts:    1580000 | #Constraints:      47130
839.10/844.79	c #Conflicts:    1581000 | #Constraints:      48131
839.10/844.79	c #Conflicts:    1582000 | #Constraints:      49131
839.10/844.79	c #Conflicts:    1583000 | #Constraints:      50131
839.10/844.79	c #Conflicts:    1584000 | #Constraints:      51131
839.10/844.79	c #Conflicts:    1585000 | #Constraints:      52131
839.10/844.79	c #Conflicts:    1586000 | #Constraints:      53131
839.10/844.79	c #Conflicts:    1587000 | #Constraints:      54131
839.10/844.79	c #Conflicts:    1588000 | #Constraints:      55131
839.10/844.79	c #Conflicts:    1589000 | #Constraints:      56132
839.10/844.79	c #Conflicts:    1590000 | #Constraints:      57132
839.10/844.79	c #Conflicts:    1591000 | #Constraints:      58132
839.10/844.79	c INPROCESSING
839.10/844.79	c GARBAGE COLLECT
839.10/844.79	c #Conflicts:    1592000 | #Constraints:      34044
839.10/844.79	c #Conflicts:    1593000 | #Constraints:      35044
839.10/844.79	c #Conflicts:    1594000 | #Constraints:      36044
839.10/844.79	c #Conflicts:    1595000 | #Constraints:      37044
839.10/844.79	c #Conflicts:    1596000 | #Constraints:      38045
839.10/844.79	c #Conflicts:    1597000 | #Constraints:      39045
839.10/844.79	c #Conflicts:    1598000 | #Constraints:      40045
839.10/844.79	c #Conflicts:    1599000 | #Constraints:      41045
839.10/844.79	c #Conflicts:    1600000 | #Constraints:      42045
839.10/844.79	c #Conflicts:    1601000 | #Constraints:      43045
839.10/844.79	c #Conflicts:    1602000 | #Constraints:      44045
839.10/844.79	c #Conflicts:    1603000 | #Constraints:      45045
839.10/844.79	c #Conflicts:    1604000 | #Constraints:      46045
839.10/844.79	c #Conflicts:    1605000 | #Constraints:      47045
839.10/844.79	c #Conflicts:    1606000 | #Constraints:      48045
839.10/844.79	c #Conflicts:    1607000 | #Constraints:      49045
839.10/844.79	c #Conflicts:    1608000 | #Constraints:      50045
839.10/844.79	c #Conflicts:    1609000 | #Constraints:      51046
839.10/844.79	c #Conflicts:    1610000 | #Constraints:      52046
839.10/844.79	c #Conflicts:    1611000 | #Constraints:      53046
839.10/844.79	c #Conflicts:    1612000 | #Constraints:      54046
839.10/844.79	c #Conflicts:    1613000 | #Constraints:      55046
839.10/844.79	c #Conflicts:    1614000 | #Constraints:      56046
839.10/844.79	c #Conflicts:    1615000 | #Constraints:      57046
839.10/844.79	c #Conflicts:    1616000 | #Constraints:      58046
839.10/844.79	c INPROCESSING
839.10/844.79	c GARBAGE COLLECT
839.10/844.79	c #Conflicts:    1617000 | #Constraints:      33845
839.10/844.79	c #Conflicts:    1618000 | #Constraints:      34846
839.10/844.79	c #Conflicts:    1619000 | #Constraints:      35846
839.10/844.79	c #Conflicts:    1620000 | #Constraints:      36846
839.10/844.79	c #Conflicts:    1621000 | #Constraints:      37846
893.61/899.51	c #Conflicts:    1622000 | #Constraints:      38846
893.61/899.51	c #Conflicts:    1623000 | #Constraints:      39846
893.61/899.51	c #Conflicts:    1624000 | #Constraints:      40846
893.61/899.51	c #Conflicts:    1625000 | #Constraints:      41846
893.61/899.51	c #Conflicts:    1626000 | #Constraints:      42846
893.61/899.51	c #Conflicts:    1627000 | #Constraints:      43847
893.61/899.51	c #Conflicts:    1628000 | #Constraints:      44847
893.61/899.51	c #Conflicts:    1629000 | #Constraints:      45847
893.61/899.51	c #Conflicts:    1630000 | #Constraints:      46847
893.61/899.51	c #Conflicts:    1631000 | #Constraints:      47847
893.61/899.51	c #Conflicts:    1632000 | #Constraints:      48847
893.61/899.51	c #Conflicts:    1633000 | #Constraints:      49847
893.61/899.51	c #Conflicts:    1634000 | #Constraints:      50851
893.61/899.51	c #Conflicts:    1635000 | #Constraints:      51851
893.61/899.51	c #Conflicts:    1636000 | #Constraints:      52880
893.61/899.51	c #Conflicts:    1637000 | #Constraints:      53880
893.61/899.51	c #Conflicts:    1638000 | #Constraints:      54975
893.61/899.51	c #Conflicts:    1639000 | #Constraints:      56231
893.61/899.51	c #Conflicts:    1640000 | #Constraints:      57231
893.61/899.51	c #Conflicts:    1641000 | #Constraints:      58231
893.61/899.52	c #Conflicts:    1642000 | #Constraints:      59231
893.61/899.52	c INPROCESSING
893.61/899.52	c GARBAGE COLLECT
893.61/899.52	c #Conflicts:    1643000 | #Constraints:      34562
893.61/899.52	c #Conflicts:    1644000 | #Constraints:      35562
893.61/899.52	c #Conflicts:    1645000 | #Constraints:      36562
893.61/899.52	c #Conflicts:    1646000 | #Constraints:      37562
893.61/899.52	c #Conflicts:    1647000 | #Constraints:      38562
893.61/899.52	c #Conflicts:    1648000 | #Constraints:      39562
893.61/899.52	c #Conflicts:    1649000 | #Constraints:      40562
893.61/899.52	c #Conflicts:    1650000 | #Constraints:      41562
893.61/899.52	c #Conflicts:    1651000 | #Constraints:      42562
893.61/899.52	c #Conflicts:    1652000 | #Constraints:      43562
893.61/899.52	c #Conflicts:    1653000 | #Constraints:      44562
893.61/899.52	c #Conflicts:    1654000 | #Constraints:      45562
893.61/899.52	c #Conflicts:    1655000 | #Constraints:      46562
893.61/899.52	c #Conflicts:    1656000 | #Constraints:      47562
893.61/899.52	c #Conflicts:    1657000 | #Constraints:      48562
893.61/899.52	c #Conflicts:    1658000 | #Constraints:      49562
893.61/899.52	c #Conflicts:    1659000 | #Constraints:      50562
893.61/899.52	c #Conflicts:    1660000 | #Constraints:      51562
893.61/899.52	c #Conflicts:    1661000 | #Constraints:      52562
893.61/899.52	c #Conflicts:    1662000 | #Constraints:      53562
893.61/899.52	c #Conflicts:    1663000 | #Constraints:      54562
893.61/899.52	c #Conflicts:    1664000 | #Constraints:      55562
893.61/899.52	c #Conflicts:    1665000 | #Constraints:      56562
893.61/899.52	c #Conflicts:    1666000 | #Constraints:      57562
893.61/899.52	c #Conflicts:    1667000 | #Constraints:      58562
893.61/899.52	c #Conflicts:    1668000 | #Constraints:      59562
893.61/899.52	c INPROCESSING
893.61/899.52	c GARBAGE COLLECT
893.61/899.52	c #Conflicts:    1669000 | #Constraints:      34849
893.61/899.52	c #Conflicts:    1670000 | #Constraints:      35849
893.61/899.52	c #Conflicts:    1671000 | #Constraints:      36849
893.61/899.52	c #Conflicts:    1672000 | #Constraints:      37849
893.61/899.52	c #Conflicts:    1673000 | #Constraints:      38849
893.61/899.52	c #Conflicts:    1674000 | #Constraints:      39849
893.61/899.52	c #Conflicts:    1675000 | #Constraints:      40849
893.61/899.52	c #Conflicts:    1676000 | #Constraints:      41849
893.61/899.52	c #Conflicts:    1677000 | #Constraints:      42849
893.61/899.52	c #Conflicts:    1678000 | #Constraints:      43849
893.61/899.52	c #Conflicts:    1679000 | #Constraints:      44849
893.61/899.52	c #Conflicts:    1680000 | #Constraints:      45849
893.61/899.52	c #Conflicts:    1681000 | #Constraints:      46849
893.61/899.52	c #Conflicts:    1682000 | #Constraints:      47849
893.61/899.52	c #Conflicts:    1683000 | #Constraints:      48850
893.61/899.52	c #Conflicts:    1684000 | #Constraints:      49850
893.61/899.52	c #Conflicts:    1685000 | #Constraints:      50850
893.61/899.52	c #Conflicts:    1686000 | #Constraints:      51850
893.61/899.52	c #Conflicts:    1687000 | #Constraints:      52850
893.61/899.52	c #Conflicts:    1688000 | #Constraints:      53850
893.61/899.52	c #Conflicts:    1689000 | #Constraints:      54850
893.61/899.52	c #Conflicts:    1690000 | #Constraints:      55850
893.61/899.52	c #Conflicts:    1691000 | #Constraints:      56850
893.61/899.52	c #Conflicts:    1692000 | #Constraints:      57850
893.61/899.52	c #Conflicts:    1693000 | #Constraints:      58850
893.61/899.52	c #Conflicts:    1694000 | #Constraints:      59850
893.61/899.52	c INPROCESSING
893.61/899.52	c GARBAGE COLLECT
893.61/899.52	c #Conflicts:    1695000 | #Constraints:      35006
893.61/899.52	c #Conflicts:    1696000 | #Constraints:      36006
893.61/899.52	c #Conflicts:    1697000 | #Constraints:      37006
893.61/899.52	c #Conflicts:    1698000 | #Constraints:      38006
920.26/926.31	c #Conflicts:    1699000 | #Constraints:      39006
920.26/926.31	c #Conflicts:    1700000 | #Constraints:      40006
920.26/926.31	c #Conflicts:    1701000 | #Constraints:      41006
920.26/926.31	c #Conflicts:    1702000 | #Constraints:      42006
920.26/926.31	c #Conflicts:    1703000 | #Constraints:      43006
920.26/926.31	c #Conflicts:    1704000 | #Constraints:      44006
920.26/926.31	c #Conflicts:    1705000 | #Constraints:      45006
920.26/926.31	c #Conflicts:    1706000 | #Constraints:      46006
920.26/926.31	c #Conflicts:    1707000 | #Constraints:      47006
920.26/926.31	c #Conflicts:    1708000 | #Constraints:      48006
920.26/926.31	c #Conflicts:    1709000 | #Constraints:      49006
920.26/926.31	c #Conflicts:    1710000 | #Constraints:      50006
920.26/926.31	c #Conflicts:    1711000 | #Constraints:      51006
920.26/926.31	c #Conflicts:    1712000 | #Constraints:      52006
920.26/926.31	c #Conflicts:    1713000 | #Constraints:      53006
920.26/926.31	c #Conflicts:    1714000 | #Constraints:      54006
920.26/926.31	c #Conflicts:    1715000 | #Constraints:      55006
920.26/926.31	c #Conflicts:    1716000 | #Constraints:      56006
920.26/926.31	c #Conflicts:    1717000 | #Constraints:      57006
920.26/926.31	c #Conflicts:    1718000 | #Constraints:      58006
920.26/926.31	c #Conflicts:    1719000 | #Constraints:      59006
920.26/926.31	c #Conflicts:    1720000 | #Constraints:      60006
920.26/926.31	c INPROCESSING
920.26/926.31	c GARBAGE COLLECT
920.26/926.31	c #Conflicts:    1721000 | #Constraints:      34981
920.26/926.31	c #Conflicts:    1722000 | #Constraints:      35981
920.26/926.31	c #Conflicts:    1723000 | #Constraints:      36981
920.26/926.31	c #Conflicts:    1724000 | #Constraints:      37981
920.26/926.31	c #Conflicts:    1725000 | #Constraints:      38981
920.26/926.31	c #Conflicts:    1726000 | #Constraints:      39981
920.26/926.31	c #Conflicts:    1727000 | #Constraints:      40981
920.26/926.31	c #Conflicts:    1728000 | #Constraints:      41981
920.26/926.31	c #Conflicts:    1729000 | #Constraints:      42981
920.26/926.31	c #Conflicts:    1730000 | #Constraints:      43981
920.26/926.31	c #Conflicts:    1731000 | #Constraints:      44981
920.26/926.31	c #Conflicts:    1732000 | #Constraints:      45981
920.26/926.31	c #Conflicts:    1733000 | #Constraints:      46982
920.26/926.31	c #Conflicts:    1734000 | #Constraints:      47982
920.26/926.31	c #Conflicts:    1735000 | #Constraints:      48982
920.26/926.31	c #Conflicts:    1736000 | #Constraints:      49982
920.26/926.31	c #Conflicts:    1737000 | #Constraints:      50982
920.26/926.31	c #Conflicts:    1738000 | #Constraints:      51982
920.26/926.31	c #Conflicts:    1739000 | #Constraints:      52982
920.26/926.31	c #Conflicts:    1740000 | #Constraints:      53984
920.26/926.31	c #Conflicts:    1741000 | #Constraints:      54985
920.26/926.31	c #Conflicts:    1742000 | #Constraints:      55985
920.26/926.31	c #Conflicts:    1743000 | #Constraints:      56987
920.26/926.31	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[40]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[43]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[51]: 6 -1.75473 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[52]: 6 -1322.04 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[105]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[115]: 6 -1.75473 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[126]: 6 0 2.37105 shouldn't be
920.26/926.31	WSVECS04 Frhs2[128]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[129]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[138]: 6 -2451.46 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[168]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[202]: 6 -2451.46 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[256]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[263]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[278]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[296]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[300]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[307]: 6 -1.75473 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[328]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[349]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[357]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[358]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[364]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[388]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[389]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[397]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[421]: 6 -6.25297 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[448]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[456]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[483]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[554]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[586]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[605]: 6 -0.873158 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[638]: 6 -2 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[643]: 6 -1.29171 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1034]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1038]: 6 -1.00309 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1041]: 6 -1.00247 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1066]: 6 -0.991953 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1125]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1130]: 6 -0.999964 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1162]: 6 -0.999963 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1189]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1221]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1222]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1262]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1355]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1377]: 6 -1.25 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1386]: 6 0 19.8208 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1407]: 6 -1.3125 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1408]: 6 -1.25 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1418]: 6 -665.668 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1450]: 6 -1.60794 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1482]: 6 -2447.52 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1513]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1902]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1909]: 6 -1.00077 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1915]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1917]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[1920]: 6 -1.04944 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2022]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2023]: 6 -0.998535 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2110]: 6 -1.03296 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2207]: 6 -0.999146 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2213]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2715]: 6 -2 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2871]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2921]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3041]: 6 -1.00261 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3061]: 6 -3.59749 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3231]: 6 -1.25 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3357]: 6 -1.00001 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3401]: 6 -1.402 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3430]: 6 -2659.59 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3432]: 6 0 2442.5 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3436]: 6 0 20.0237 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3442]: 6 -2604.39 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3530]: 6 -4895.96 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3534]: 6 -1329.91 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3540]: 6 0 4896.55 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3542]: 6 0 19.9848 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3545]: 6 -1.40198 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3617]: 6 -333.668 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3623]: 6 -1.00001 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3632]: 6 -1.00546 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3633]: 6 -1.00546 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3638]: 6 -1.00309 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3639]: 6 -1.00309 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3737]: 6 -0.999986 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
920.26/926.31	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
957.68/963.97	c #Conflicts:    1744000 | #Constraints:      57987
957.68/963.97	c #Conflicts:    1745000 | #Constraints:      58987
957.68/963.97	c #Conflicts:    1746000 | #Constraints:      59987
957.68/963.97	c INPROCESSING
957.68/963.97	c GARBAGE COLLECT
957.68/963.97	c #Conflicts:    1747000 | #Constraints:      34766
957.68/963.97	c #Conflicts:    1748000 | #Constraints:      35766
957.68/963.97	c #Conflicts:    1749000 | #Constraints:      36766
957.68/963.97	c #Conflicts:    1750000 | #Constraints:      37766
957.68/963.97	c #Conflicts:    1751000 | #Constraints:      38766
957.68/963.97	c #Conflicts:    1752000 | #Constraints:      39766
957.68/963.97	c #Conflicts:    1753000 | #Constraints:      40766
957.68/963.97	c #Conflicts:    1754000 | #Constraints:      41766
957.68/963.97	c #Conflicts:    1755000 | #Constraints:      42766
957.68/963.97	c #Conflicts:    1756000 | #Constraints:      43766
957.68/963.97	c #Conflicts:    1757000 | #Constraints:      44766
957.68/963.97	c #Conflicts:    1758000 | #Constraints:      45766
957.68/963.97	c #Conflicts:    1759000 | #Constraints:      46766
957.68/963.97	c #Conflicts:    1760000 | #Constraints:      47766
957.68/963.97	c #Conflicts:    1761000 | #Constraints:      48766
957.68/963.97	c #Conflicts:    1762000 | #Constraints:      49766
957.68/963.97	c #Conflicts:    1763000 | #Constraints:      50766
957.68/963.97	c #Conflicts:    1764000 | #Constraints:      51766
957.68/963.97	c #Conflicts:    1765000 | #Constraints:      52766
957.68/963.97	c #Conflicts:    1766000 | #Constraints:      53766
957.68/963.97	c #Conflicts:    1767000 | #Constraints:      54766
957.68/963.97	c #Conflicts:    1768000 | #Constraints:      55766
957.68/963.97	c #Conflicts:    1769000 | #Constraints:      56766
957.68/963.97	c #Conflicts:    1770000 | #Constraints:      57766
957.68/963.97	c #Conflicts:    1771000 | #Constraints:      58766
957.68/963.97	c #Conflicts:    1772000 | #Constraints:      59766
957.68/963.97	c #Conflicts:    1773000 | #Constraints:      60766
957.68/963.97	c INPROCESSING
957.68/963.97	c GARBAGE COLLECT
957.68/963.97	c #Conflicts:    1774000 | #Constraints:      35357
957.68/963.97	c #Conflicts:    1775000 | #Constraints:      36357
957.68/963.97	c #Conflicts:    1776000 | #Constraints:      37357
957.68/963.97	c #Conflicts:    1777000 | #Constraints:      38357
957.68/963.97	c #Conflicts:    1778000 | #Constraints:      39357
957.68/963.97	c #Conflicts:    1779000 | #Constraints:      40357
957.68/963.97	c #Conflicts:    1780000 | #Constraints:      41357
957.68/963.97	c #Conflicts:    1781000 | #Constraints:      42357
957.68/963.97	c #Conflicts:    1782000 | #Constraints:      43357
957.68/963.97	c #Conflicts:    1783000 | #Constraints:      44357
957.68/963.97	c #Conflicts:    1784000 | #Constraints:      45357
957.68/963.97	c #Conflicts:    1785000 | #Constraints:      46357
957.68/963.97	c #Conflicts:    1786000 | #Constraints:      47357
957.68/963.97	c #Conflicts:    1787000 | #Constraints:      48357
957.68/963.97	c #Conflicts:    1788000 | #Constraints:      49357
957.68/963.97	c #Conflicts:    1789000 | #Constraints:      50357
957.68/963.97	c #Conflicts:    1790000 | #Constraints:      51357
957.68/963.97	c #Conflicts:    1791000 | #Constraints:      52357
957.68/963.97	c #Conflicts:    1792000 | #Constraints:      53357
957.68/963.97	c #Conflicts:    1793000 | #Constraints:      54357
957.68/963.97	c #Conflicts:    1794000 | #Constraints:      55357
957.68/963.97	c #Conflicts:    1795000 | #Constraints:      56357
957.68/963.97	c #Conflicts:    1796000 | #Constraints:      57357
957.68/963.97	c #Conflicts:    1797000 | #Constraints:      58357
957.68/963.97	c #Conflicts:    1798000 | #Constraints:      59357
957.68/963.97	c #Conflicts:    1799000 | #Constraints:      60357
957.68/963.97	c #Conflicts:    1800000 | #Constraints:      61357
957.68/963.97	c INPROCESSING
957.68/963.97	c GARBAGE COLLECT
957.68/963.97	c #Conflicts:    1801000 | #Constraints:      35738
957.68/963.97	c #Conflicts:    1802000 | #Constraints:      36738
957.68/963.97	c #Conflicts:    1803000 | #Constraints:      37738
957.68/963.97	c #Conflicts:    1804000 | #Constraints:      38738
957.68/963.97	c #Conflicts:    1805000 | #Constraints:      39738
957.68/963.97	c #Conflicts:    1806000 | #Constraints:      40738
957.68/963.97	c #Conflicts:    1807000 | #Constraints:      41738
957.68/963.97	c #Conflicts:    1808000 | #Constraints:      42738
957.68/963.97	c #Conflicts:    1809000 | #Constraints:      43738
957.68/963.97	c #Conflicts:    1810000 | #Constraints:      44738
957.68/963.97	c #Conflicts:    1811000 | #Constraints:      45738
957.68/963.97	c #Conflicts:    1812000 | #Constraints:      46738
957.68/963.97	c #Conflicts:    1813000 | #Constraints:      47738
957.68/963.97	c #Conflicts:    1814000 | #Constraints:      48738
957.68/963.97	c #Conflicts:    1815000 | #Constraints:      49738
957.68/963.97	c #Conflicts:    1816000 | #Constraints:      50738
957.68/963.97	c #Conflicts:    1817000 | #Constraints:      51738
957.68/963.97	c #Conflicts:    1818000 | #Constraints:      52738
957.68/963.97	c #Conflicts:    1819000 | #Constraints:      53738
957.68/963.97	c #Conflicts:    1820000 | #Constraints:      54738
1004.58/1011.09	c #Conflicts:    1821000 | #Constraints:      55738
1004.58/1011.09	c #Conflicts:    1822000 | #Constraints:      56739
1004.58/1011.09	c #Conflicts:    1823000 | #Constraints:      57739
1004.58/1011.09	c #Conflicts:    1824000 | #Constraints:      58739
1004.58/1011.09	c #Conflicts:    1825000 | #Constraints:      59739
1004.58/1011.09	c #Conflicts:    1826000 | #Constraints:      60739
1004.58/1011.09	c #Conflicts:    1827000 | #Constraints:      61739
1004.58/1011.09	c INPROCESSING
1004.58/1011.09	c GARBAGE COLLECT
1004.58/1011.09	c #Conflicts:    1828000 | #Constraints:      35958
1004.58/1011.09	c #Conflicts:    1829000 | #Constraints:      36959
1004.58/1011.09	c #Conflicts:    1830000 | #Constraints:      37959
1004.58/1011.09	c #Conflicts:    1831000 | #Constraints:      38959
1004.58/1011.09	c #Conflicts:    1832000 | #Constraints:      39959
1004.58/1011.09	c #Conflicts:    1833000 | #Constraints:      40959
1004.58/1011.09	c #Conflicts:    1834000 | #Constraints:      41959
1004.58/1011.09	c #Conflicts:    1835000 | #Constraints:      42959
1004.58/1011.09	c #Conflicts:    1836000 | #Constraints:      43959
1004.58/1011.09	c #Conflicts:    1837000 | #Constraints:      44959
1004.58/1011.09	c #Conflicts:    1838000 | #Constraints:      45959
1004.58/1011.09	c #Conflicts:    1839000 | #Constraints:      46959
1004.58/1011.09	c #Conflicts:    1840000 | #Constraints:      47959
1004.58/1011.09	c #Conflicts:    1841000 | #Constraints:      48959
1004.58/1011.09	c #Conflicts:    1842000 | #Constraints:      49959
1004.58/1011.09	c #Conflicts:    1843000 | #Constraints:      50959
1004.58/1011.09	c #Conflicts:    1844000 | #Constraints:      51959
1004.58/1011.09	c #Conflicts:    1845000 | #Constraints:      52959
1004.58/1011.09	c #Conflicts:    1846000 | #Constraints:      53959
1004.58/1011.09	c #Conflicts:    1847000 | #Constraints:      54959
1004.58/1011.09	c #Conflicts:    1848000 | #Constraints:      55959
1004.58/1011.09	c #Conflicts:    1849000 | #Constraints:      56959
1004.58/1011.09	c #Conflicts:    1850000 | #Constraints:      57959
1004.58/1011.09	c #Conflicts:    1851000 | #Constraints:      58959
1004.58/1011.09	c #Conflicts:    1852000 | #Constraints:      59959
1004.58/1011.09	c #Conflicts:    1853000 | #Constraints:      60959
1004.58/1011.09	c #Conflicts:    1854000 | #Constraints:      61959
1004.58/1011.09	c INPROCESSING
1004.58/1011.09	c GARBAGE COLLECT
1004.58/1011.09	c #Conflicts:    1855000 | #Constraints:      35970
1004.58/1011.09	c #Conflicts:    1856000 | #Constraints:      36970
1004.58/1011.09	c #Conflicts:    1857000 | #Constraints:      37970
1004.58/1011.09	c #Conflicts:    1858000 | #Constraints:      38970
1004.58/1011.09	c #Conflicts:    1859000 | #Constraints:      39970
1004.58/1011.09	c #Conflicts:    1860000 | #Constraints:      40970
1004.58/1011.09	c #Conflicts:    1861000 | #Constraints:      41970
1004.58/1011.09	c #Conflicts:    1862000 | #Constraints:      42970
1004.58/1011.09	c #Conflicts:    1863000 | #Constraints:      43970
1004.58/1011.09	c #Conflicts:    1864000 | #Constraints:      44970
1004.58/1011.09	c #Conflicts:    1865000 | #Constraints:      45970
1004.58/1011.09	c #Conflicts:    1866000 | #Constraints:      46970
1004.58/1011.09	c #Conflicts:    1867000 | #Constraints:      47970
1004.58/1011.09	c #Conflicts:    1868000 | #Constraints:      48970
1004.58/1011.09	c #Conflicts:    1869000 | #Constraints:      49980
1004.58/1011.09	c #Conflicts:    1870000 | #Constraints:      51136
1004.58/1011.09	c #Conflicts:    1871000 | #Constraints:      52396
1004.58/1011.09	c #Conflicts:    1872000 | #Constraints:      53396
1004.58/1011.09	c #Conflicts:    1873000 | #Constraints:      54396
1004.58/1011.09	c #Conflicts:    1874000 | #Constraints:      55397
1004.58/1011.09	c #Conflicts:    1875000 | #Constraints:      56397
1004.58/1011.09	c #Conflicts:    1876000 | #Constraints:      57397
1004.58/1011.09	c #Conflicts:    1877000 | #Constraints:      58397
1004.58/1011.09	c #Conflicts:    1878000 | #Constraints:      59397
1004.58/1011.09	c #Conflicts:    1879000 | #Constraints:      60397
1004.58/1011.09	c #Conflicts:    1880000 | #Constraints:      61397
1004.58/1011.09	c #Conflicts:    1881000 | #Constraints:      62398
1004.58/1011.09	c INPROCESSING
1004.58/1011.09	c GARBAGE COLLECT
1004.58/1011.09	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[90]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[149]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[405]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[411]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[459]: 6 -0.750244 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[555]: 6 -1.24976 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[668]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[684]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1051]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1052]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1127]: 6 -0.712452 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1143]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1183]: 6 -0.750001 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1190]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1276]: 6 -1.25 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1292]: 6 -0.208985 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1304]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1316]: 6 -0.75 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1378]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1387]: 6 -1.3125 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1390]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1415]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1416]: 6 -0.75 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1422]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1427]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1430]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1435]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1456]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1476]: 6 0 1.14453 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1486]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1487]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1492]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1493]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1536]: 6 -1.25 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1548]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1549]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[1988]: 6 -5 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2050]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2094]: 6 -9.99805 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2177]: 6 -1.23769 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2200]: 6 -14.998 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2296]: 6 -32.482 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2311]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2327]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2774]: 6 -5.99902 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3016]: 6 -1.25 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3084]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3115]: 6 0 1.58203 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3138]: 6 -1.25 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3157]: 6 -6.04099 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3175]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3378]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3497]: 6 -0.375001 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3501]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3540]: 6 -10 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3563]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3575]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3676]: 6 -1.25 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3809]: 6 -3.91406 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1004.58/1011.09	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
1018.36/1024.90	c #Conflicts:    1882000 | #Constraints:      35975
1018.36/1024.90	c #Conflicts:    1883000 | #Constraints:      36975
1018.36/1024.90	c #Conflicts:    1884000 | #Constraints:      37975
1018.36/1024.90	c #Conflicts:    1885000 | #Constraints:      38975
1018.36/1024.90	c #Conflicts:    1886000 | #Constraints:      39975
1018.36/1024.90	c #Conflicts:    1887000 | #Constraints:      40975
1018.36/1024.90	c #Conflicts:    1888000 | #Constraints:      41975
1018.36/1024.90	c #Conflicts:    1889000 | #Constraints:      42975
1018.36/1024.90	c #Conflicts:    1890000 | #Constraints:      43975
1018.36/1024.90	c #Conflicts:    1891000 | #Constraints:      44975
1018.36/1024.90	c #Conflicts:    1892000 | #Constraints:      45975
1018.36/1024.90	c #Conflicts:    1893000 | #Constraints:      46975
1018.36/1024.90	c #Conflicts:    1894000 | #Constraints:      47975
1018.36/1024.90	c #Conflicts:    1895000 | #Constraints:      48975
1018.36/1024.90	c #Conflicts:    1896000 | #Constraints:      49975
1018.36/1024.90	c #Conflicts:    1897000 | #Constraints:      50975
1018.36/1024.90	c #Conflicts:    1898000 | #Constraints:      51975
1018.36/1024.90	c #Conflicts:    1899000 | #Constraints:      52975
1018.36/1024.90	c #Conflicts:    1900000 | #Constraints:      53975
1018.36/1024.90	c #Conflicts:    1901000 | #Constraints:      54975
1018.36/1024.90	c #Conflicts:    1902000 | #Constraints:      55975
1018.36/1024.90	c #Conflicts:    1903000 | #Constraints:      56976
1018.36/1024.90	c #Conflicts:    1904000 | #Constraints:      57976
1018.36/1024.90	c #Conflicts:    1905000 | #Constraints:      58976
1018.36/1024.90	c #Conflicts:    1906000 | #Constraints:      59976
1018.36/1024.90	c #Conflicts:    1907000 | #Constraints:      60976
1018.36/1024.90	c #Conflicts:    1908000 | #Constraints:      61976
1018.36/1024.90	c #Conflicts:    1909000 | #Constraints:      62976
1018.36/1024.90	c INPROCESSING
1018.36/1024.90	c GARBAGE COLLECT
1018.36/1024.90	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[32]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[47]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[49]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[58]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[82]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[90]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[97]: 6 -0.906016 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[107]: 6 -1.44444 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[108]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[128]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[129]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[189]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[206]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[210]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[220]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[221]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[222]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[223]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[239]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[242]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[245]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[256]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[283]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[303]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[306]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[321]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[337]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[339]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[342]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[346]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[360]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[372]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[378]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[380]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[385]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[484]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[485]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[495]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[498]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[504]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[529]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[544]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[545]: 6 -0.849625 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[559]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[568]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[570]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[571]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[572]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[592]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[598]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[603]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[630]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[653]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[658]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[663]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[681]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[690]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[697]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[702]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1025]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1026]: 6 -1.25 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1027]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1032]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1034]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1036]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1037]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1038]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1039]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1043]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1055]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1066]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1097]: 6 -0.937501 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1100]: 6 -0.875001 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1126]: 6 -1.22222 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1128]: 6 -1.3125 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1130]: 6 -1.02778 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1146]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1160]: 6 -0.515152 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1183]: 6 -0.981204 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1185]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1186]: 6 -1.25 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1224]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1235]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1242]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1243]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1247]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1248]: 6 -1.25 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1249]: 6 -1.3125 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1257]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1276]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1289]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1306]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1309]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1311]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1315]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1322]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1334]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1336]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1338]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1340]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1347]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1349]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1351]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1353]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1368]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1369]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1380]: 6 -0.777778 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1397]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1398]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1403]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1407]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1408]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1410]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1411]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1420]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1427]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1431]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1433]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1443]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1444]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1447]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1450]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1460]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1465]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1473]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1474]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1476]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1479]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1481]: 6 -1.3125 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1483]: 6 -1.25 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1490]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1493]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1494]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1511]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1512]: 6 -1.16079 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1513]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1524]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1527]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1534]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1536]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1544]: 6 -2 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1547]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1548]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1558]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1559]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1561]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1567]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1893]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1902]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1906]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1930]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1931]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1933]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1985]: 6 -1.24436 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2000]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2013]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2015]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2025]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2029]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2033]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2042]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2047]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2124]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2192]: 6 -1.22222 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2214]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2463]: 6 -0.981204 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2533]: 6 -1.25 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2599]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2630]: 6 -1.3125 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2632]: 6 -1.25 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2639]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2657]: 6 -1.11111 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2790]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2813]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2825]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2867]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2877]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3001]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3075]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3108]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3266]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3272]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3273]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3276]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3282]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3283]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3375]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3440]: 6 -5 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3449]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3479]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3481]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3543]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3591]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3661]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3663]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3685]: 6 -1.15625 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3686]: 6 -1.125 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3688]: 6 -1.125 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3692]: 6 -1.25 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3693]: 6 -1.5 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3728]: 6 -0.500001 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3747]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3762]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3784]: 6 -1.32653 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3846]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3849]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3871]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3965]: 6 -1 0 shouldn't be
1018.36/1024.90	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
1059.86/1066.60	c #Conflicts:    1910000 | #Constraints:      36484
1059.86/1066.60	c #Conflicts:    1911000 | #Constraints:      37485
1059.86/1066.60	c #Conflicts:    1912000 | #Constraints:      38485
1059.86/1066.60	c #Conflicts:    1913000 | #Constraints:      39485
1059.86/1066.60	c #Conflicts:    1914000 | #Constraints:      40485
1059.86/1066.60	c #Conflicts:    1915000 | #Constraints:      41485
1059.86/1066.60	c #Conflicts:    1916000 | #Constraints:      42485
1059.86/1066.60	c #Conflicts:    1917000 | #Constraints:      43485
1059.86/1066.60	c #Conflicts:    1918000 | #Constraints:      44485
1059.86/1066.60	c #Conflicts:    1919000 | #Constraints:      45485
1059.86/1066.60	c #Conflicts:    1920000 | #Constraints:      46485
1059.86/1066.60	c #Conflicts:    1921000 | #Constraints:      47485
1059.86/1066.60	c #Conflicts:    1922000 | #Constraints:      48485
1059.86/1066.60	c #Conflicts:    1923000 | #Constraints:      49485
1059.86/1066.60	c #Conflicts:    1924000 | #Constraints:      50485
1059.86/1066.60	c #Conflicts:    1925000 | #Constraints:      51485
1059.86/1066.60	c #Conflicts:    1926000 | #Constraints:      52485
1059.86/1066.60	c #Conflicts:    1927000 | #Constraints:      53485
1059.86/1066.60	c #Conflicts:    1928000 | #Constraints:      54485
1059.86/1066.60	c #Conflicts:    1929000 | #Constraints:      55485
1059.86/1066.60	c #Conflicts:    1930000 | #Constraints:      56485
1059.86/1066.60	c #Conflicts:    1931000 | #Constraints:      57485
1059.86/1066.60	c #Conflicts:    1932000 | #Constraints:      58485
1059.86/1066.60	c #Conflicts:    1933000 | #Constraints:      59486
1059.86/1066.60	c #Conflicts:    1934000 | #Constraints:      60486
1059.86/1066.60	c #Conflicts:    1935000 | #Constraints:      61486
1059.86/1066.60	c #Conflicts:    1936000 | #Constraints:      62486
1059.86/1066.60	c #Conflicts:    1937000 | #Constraints:      63486
1059.86/1066.60	c INPROCESSING
1059.86/1066.60	c GARBAGE COLLECT
1059.86/1066.60	c #Conflicts:    1938000 | #Constraints:      36810
1059.86/1066.60	c #Conflicts:    1939000 | #Constraints:      37810
1059.86/1066.60	c #Conflicts:    1940000 | #Constraints:      38810
1059.86/1066.60	c #Conflicts:    1941000 | #Constraints:      39811
1059.86/1066.60	c #Conflicts:    1942000 | #Constraints:      40811
1059.86/1066.60	c #Conflicts:    1943000 | #Constraints:      41811
1059.86/1066.60	c #Conflicts:    1944000 | #Constraints:      42812
1059.86/1066.60	c #Conflicts:    1945000 | #Constraints:      43859
1059.86/1066.60	c #Conflicts:    1946000 | #Constraints:      44859
1059.86/1066.60	c #Conflicts:    1947000 | #Constraints:      45859
1059.86/1066.60	c #Conflicts:    1948000 | #Constraints:      46859
1059.86/1066.60	c #Conflicts:    1949000 | #Constraints:      47859
1059.86/1066.60	c #Conflicts:    1950000 | #Constraints:      48859
1059.86/1066.60	c #Conflicts:    1951000 | #Constraints:      49859
1059.86/1066.60	c #Conflicts:    1952000 | #Constraints:      50859
1059.86/1066.60	c #Conflicts:    1953000 | #Constraints:      51859
1059.86/1066.60	c #Conflicts:    1954000 | #Constraints:      52859
1059.86/1066.60	c #Conflicts:    1955000 | #Constraints:      53859
1059.86/1066.60	c #Conflicts:    1956000 | #Constraints:      54859
1059.86/1066.60	c #Conflicts:    1957000 | #Constraints:      55859
1059.86/1066.60	c #Conflicts:    1958000 | #Constraints:      56859
1059.86/1066.60	c #Conflicts:    1959000 | #Constraints:      57859
1059.86/1066.60	c #Conflicts:    1960000 | #Constraints:      58859
1059.86/1066.60	c #Conflicts:    1961000 | #Constraints:      59859
1059.86/1066.60	c #Conflicts:    1962000 | #Constraints:      60859
1059.86/1066.60	c #Conflicts:    1963000 | #Constraints:      61859
1059.86/1066.60	c #Conflicts:    1964000 | #Constraints:      62859
1059.86/1066.60	c #Conflicts:    1965000 | #Constraints:      63859
1059.86/1066.60	c INPROCESSING
1059.86/1066.60	c GARBAGE COLLECT
1059.86/1066.60	c #Conflicts:    1966000 | #Constraints:      37033
1059.86/1066.60	c #Conflicts:    1967000 | #Constraints:      38033
1059.86/1066.60	c #Conflicts:    1968000 | #Constraints:      39033
1059.86/1066.60	c #Conflicts:    1969000 | #Constraints:      40033
1059.86/1066.60	c #Conflicts:    1970000 | #Constraints:      41033
1059.86/1066.60	c #Conflicts:    1971000 | #Constraints:      42033
1059.86/1066.60	c #Conflicts:    1972000 | #Constraints:      43033
1059.86/1066.60	c #Conflicts:    1973000 | #Constraints:      44033
1059.86/1066.60	c #Conflicts:    1974000 | #Constraints:      45033
1059.86/1066.60	c #Conflicts:    1975000 | #Constraints:      46033
1059.86/1066.60	c #Conflicts:    1976000 | #Constraints:      47033
1059.86/1066.60	c #Conflicts:    1977000 | #Constraints:      48033
1059.86/1066.60	c #Conflicts:    1978000 | #Constraints:      49033
1059.86/1066.60	c #Conflicts:    1979000 | #Constraints:      50033
1059.86/1066.60	c #Conflicts:    1980000 | #Constraints:      51033
1059.86/1066.60	c #Conflicts:    1981000 | #Constraints:      52033
1059.86/1066.60	c #Conflicts:    1982000 | #Constraints:      53033
1059.86/1066.60	c #Conflicts:    1983000 | #Constraints:      54033
1059.86/1066.60	c #Conflicts:    1984000 | #Constraints:      55033
1059.86/1066.60	c #Conflicts:    1985000 | #Constraints:      56033
1059.86/1066.60	c #Conflicts:    1986000 | #Constraints:      57033
1059.86/1066.60	c #Conflicts:    1987000 | #Constraints:      58033
1101.28/1108.30	c #Conflicts:    1988000 | #Constraints:      59033
1101.28/1108.30	c #Conflicts:    1989000 | #Constraints:      60034
1101.28/1108.30	c #Conflicts:    1990000 | #Constraints:      61034
1101.28/1108.30	c #Conflicts:    1991000 | #Constraints:      62034
1101.28/1108.30	c #Conflicts:    1992000 | #Constraints:      63034
1101.28/1108.30	c #Conflicts:    1993000 | #Constraints:      64034
1101.28/1108.30	c INPROCESSING
1101.28/1108.30	c GARBAGE COLLECT
1101.28/1108.30	c #Conflicts:    1994000 | #Constraints:      36950
1101.28/1108.30	c #Conflicts:    1995000 | #Constraints:      37953
1101.28/1108.30	c #Conflicts:    1996000 | #Constraints:      38953
1101.28/1108.30	c #Conflicts:    1997000 | #Constraints:      40000
1101.28/1108.30	c #Conflicts:    1998000 | #Constraints:      41041
1101.28/1108.30	c #Conflicts:    1999000 | #Constraints:      42041
1101.28/1108.30	c #Conflicts:    2000000 | #Constraints:      43041
1101.28/1108.30	c #Conflicts:    2001000 | #Constraints:      44041
1101.28/1108.30	c #Conflicts:    2002000 | #Constraints:      45041
1101.28/1108.30	c #Conflicts:    2003000 | #Constraints:      46041
1101.28/1108.30	c #Conflicts:    2004000 | #Constraints:      47041
1101.28/1108.30	c #Conflicts:    2005000 | #Constraints:      48041
1101.28/1108.30	c #Conflicts:    2006000 | #Constraints:      49041
1101.28/1108.30	c #Conflicts:    2007000 | #Constraints:      50041
1101.28/1108.30	c #Conflicts:    2008000 | #Constraints:      51041
1101.28/1108.30	c #Conflicts:    2009000 | #Constraints:      52041
1101.28/1108.30	c #Conflicts:    2010000 | #Constraints:      53041
1101.28/1108.30	c #Conflicts:    2011000 | #Constraints:      54041
1101.28/1108.30	c #Conflicts:    2012000 | #Constraints:      55041
1101.28/1108.30	c #Conflicts:    2013000 | #Constraints:      56041
1101.28/1108.30	c #Conflicts:    2014000 | #Constraints:      57041
1101.28/1108.30	c #Conflicts:    2015000 | #Constraints:      58041
1101.28/1108.30	c #Conflicts:    2016000 | #Constraints:      59041
1101.28/1108.30	c #Conflicts:    2017000 | #Constraints:      60041
1101.28/1108.30	c #Conflicts:    2018000 | #Constraints:      61041
1101.28/1108.30	c #Conflicts:    2019000 | #Constraints:      62041
1101.28/1108.30	c #Conflicts:    2020000 | #Constraints:      63041
1101.28/1108.30	c #Conflicts:    2021000 | #Constraints:      64041
1101.28/1108.30	c INPROCESSING
1101.28/1108.30	c GARBAGE COLLECT
1101.28/1108.30	c #Conflicts:    2022000 | #Constraints:      36795
1101.28/1108.30	c #Conflicts:    2023000 | #Constraints:      37795
1101.28/1108.30	c #Conflicts:    2024000 | #Constraints:      38795
1101.28/1108.30	c #Conflicts:    2025000 | #Constraints:      39795
1101.28/1108.30	c #Conflicts:    2026000 | #Constraints:      40795
1101.28/1108.30	c #Conflicts:    2027000 | #Constraints:      41795
1101.28/1108.30	c #Conflicts:    2028000 | #Constraints:      42795
1101.28/1108.30	c #Conflicts:    2029000 | #Constraints:      43795
1101.28/1108.30	c #Conflicts:    2030000 | #Constraints:      44795
1101.28/1108.30	c #Conflicts:    2031000 | #Constraints:      45795
1101.28/1108.30	c #Conflicts:    2032000 | #Constraints:      46795
1101.28/1108.30	c #Conflicts:    2033000 | #Constraints:      47795
1101.28/1108.30	c #Conflicts:    2034000 | #Constraints:      48795
1101.28/1108.30	c #Conflicts:    2035000 | #Constraints:      49795
1101.28/1108.30	c #Conflicts:    2036000 | #Constraints:      50795
1101.28/1108.30	c #Conflicts:    2037000 | #Constraints:      51795
1101.28/1108.30	c #Conflicts:    2038000 | #Constraints:      52795
1101.28/1108.30	c #Conflicts:    2039000 | #Constraints:      53795
1101.28/1108.30	c #Conflicts:    2040000 | #Constraints:      54795
1101.28/1108.30	c #Conflicts:    2041000 | #Constraints:      55795
1101.28/1108.30	c #Conflicts:    2042000 | #Constraints:      56795
1101.28/1108.30	c #Conflicts:    2043000 | #Constraints:      57795
1101.28/1108.30	c #Conflicts:    2044000 | #Constraints:      58795
1101.28/1108.30	c #Conflicts:    2045000 | #Constraints:      59795
1101.28/1108.30	c #Conflicts:    2046000 | #Constraints:      60795
1101.28/1108.30	c #Conflicts:    2047000 | #Constraints:      61795
1101.28/1108.30	c #Conflicts:    2048000 | #Constraints:      62795
1101.28/1108.30	c #Conflicts:    2049000 | #Constraints:      63795
1101.28/1108.30	c #Conflicts:    2050000 | #Constraints:      64795
1101.28/1108.30	c INPROCESSING
1101.28/1108.30	c GARBAGE COLLECT
1101.28/1108.30	c #Conflicts:    2051000 | #Constraints:      37359
1101.28/1108.30	c #Conflicts:    2052000 | #Constraints:      38359
1101.28/1108.30	c #Conflicts:    2053000 | #Constraints:      39359
1101.28/1108.30	c #Conflicts:    2054000 | #Constraints:      40359
1101.28/1108.30	c #Conflicts:    2055000 | #Constraints:      41359
1101.28/1108.30	c #Conflicts:    2056000 | #Constraints:      42359
1101.28/1108.30	c #Conflicts:    2057000 | #Constraints:      43359
1101.28/1108.30	c #Conflicts:    2058000 | #Constraints:      44359
1101.28/1108.30	c #Conflicts:    2059000 | #Constraints:      45359
1101.28/1108.30	c #Conflicts:    2060000 | #Constraints:      46359
1101.28/1108.30	c #Conflicts:    2061000 | #Constraints:      47359
1101.28/1108.30	c #Conflicts:    2062000 | #Constraints:      48359
1101.28/1108.30	c #Conflicts:    2063000 | #Constraints:      49359
1101.28/1108.30	c #Conflicts:    2064000 | #Constraints:      50359
1176.46/1183.88	c #Conflicts:    2065000 | #Constraints:      51359
1176.46/1183.88	c #Conflicts:    2066000 | #Constraints:      52359
1176.46/1183.88	c #Conflicts:    2067000 | #Constraints:      53359
1176.46/1183.88	c #Conflicts:    2068000 | #Constraints:      54359
1176.46/1183.88	c #Conflicts:    2069000 | #Constraints:      55359
1176.46/1183.88	c #Conflicts:    2070000 | #Constraints:      56359
1176.46/1183.88	c #Conflicts:    2071000 | #Constraints:      57359
1176.46/1183.88	c #Conflicts:    2072000 | #Constraints:      58359
1176.46/1183.88	c #Conflicts:    2073000 | #Constraints:      59360
1176.46/1183.88	c #Conflicts:    2074000 | #Constraints:      60360
1176.46/1183.88	c #Conflicts:    2075000 | #Constraints:      61360
1176.46/1183.88	c #Conflicts:    2076000 | #Constraints:      62360
1176.46/1183.88	c #Conflicts:    2077000 | #Constraints:      63360
1176.46/1183.88	c #Conflicts:    2078000 | #Constraints:      64360
1176.46/1183.88	c #Conflicts:    2079000 | #Constraints:      65360
1176.46/1183.88	c INPROCESSING
1176.46/1183.88	c GARBAGE COLLECT
1176.46/1183.88	c #Conflicts:    2080000 | #Constraints:      37778
1176.46/1183.88	c #Conflicts:    2081000 | #Constraints:      38778
1176.46/1183.88	c #Conflicts:    2082000 | #Constraints:      39778
1176.46/1183.88	c #Conflicts:    2083000 | #Constraints:      40778
1176.46/1183.88	c #Conflicts:    2084000 | #Constraints:      41779
1176.46/1183.88	c #Conflicts:    2085000 | #Constraints:      42779
1176.46/1183.88	c #Conflicts:    2086000 | #Constraints:      43779
1176.46/1183.88	c #Conflicts:    2087000 | #Constraints:      44779
1176.46/1183.88	c #Conflicts:    2088000 | #Constraints:      45779
1176.46/1183.88	c #Conflicts:    2089000 | #Constraints:      46779
1176.46/1183.88	c #Conflicts:    2090000 | #Constraints:      47779
1176.46/1183.88	c #Conflicts:    2091000 | #Constraints:      48779
1176.46/1183.88	c #Conflicts:    2092000 | #Constraints:      49796
1176.46/1183.88	c #Conflicts:    2093000 | #Constraints:      50796
1176.46/1183.88	c #Conflicts:    2094000 | #Constraints:      51796
1176.46/1183.88	c #Conflicts:    2095000 | #Constraints:      52796
1176.46/1183.88	c #Conflicts:    2096000 | #Constraints:      53796
1176.46/1183.88	c #Conflicts:    2097000 | #Constraints:      54796
1176.46/1183.88	c #Conflicts:    2098000 | #Constraints:      55797
1176.46/1183.88	c #Conflicts:    2099000 | #Constraints:      56797
1176.46/1183.88	c #Conflicts:    2100000 | #Constraints:      57797
1176.46/1183.88	c #Conflicts:    2101000 | #Constraints:      58797
1176.46/1183.88	c #Conflicts:    2102000 | #Constraints:      59797
1176.46/1183.88	c #Conflicts:    2103000 | #Constraints:      60797
1176.46/1183.88	c #Conflicts:    2104000 | #Constraints:      61797
1176.46/1183.88	c #Conflicts:    2105000 | #Constraints:      62797
1176.46/1183.88	c #Conflicts:    2106000 | #Constraints:      63797
1176.46/1183.88	c #Conflicts:    2107000 | #Constraints:      64797
1176.46/1183.88	c #Conflicts:    2108000 | #Constraints:      65797
1176.46/1183.88	c INPROCESSING
1176.46/1183.88	c GARBAGE COLLECT
1176.46/1183.88	c #Conflicts:    2109000 | #Constraints:      37965
1176.46/1183.88	c #Conflicts:    2110000 | #Constraints:      38966
1176.46/1183.88	c #Conflicts:    2111000 | #Constraints:      39966
1176.46/1183.88	c #Conflicts:    2112000 | #Constraints:      40966
1176.46/1183.88	c #Conflicts:    2113000 | #Constraints:      41966
1176.46/1183.88	c #Conflicts:    2114000 | #Constraints:      42966
1176.46/1183.88	c #Conflicts:    2115000 | #Constraints:      43966
1176.46/1183.88	c #Conflicts:    2116000 | #Constraints:      44966
1176.46/1183.88	c #Conflicts:    2117000 | #Constraints:      45966
1176.46/1183.88	c #Conflicts:    2118000 | #Constraints:      46966
1176.46/1183.88	c #Conflicts:    2119000 | #Constraints:      47967
1176.46/1183.88	c #Conflicts:    2120000 | #Constraints:      48967
1176.46/1183.88	c #Conflicts:    2121000 | #Constraints:      49977
1176.46/1183.88	c #Conflicts:    2122000 | #Constraints:      50998
1176.46/1183.88	c #Conflicts:    2123000 | #Constraints:      51998
1176.46/1183.88	c #Conflicts:    2124000 | #Constraints:      52998
1176.46/1183.88	c #Conflicts:    2125000 | #Constraints:      53998
1176.46/1183.88	c #Conflicts:    2126000 | #Constraints:      54998
1176.46/1183.88	c #Conflicts:    2127000 | #Constraints:      55998
1176.46/1183.88	c #Conflicts:    2128000 | #Constraints:      56998
1176.46/1183.88	c #Conflicts:    2129000 | #Constraints:      57998
1176.46/1183.88	c #Conflicts:    2130000 | #Constraints:      58998
1176.46/1183.88	c #Conflicts:    2131000 | #Constraints:      59998
1176.46/1183.88	c #Conflicts:    2132000 | #Constraints:      60998
1176.46/1183.88	c #Conflicts:    2133000 | #Constraints:      61998
1176.46/1183.88	c #Conflicts:    2134000 | #Constraints:      62998
1176.46/1183.88	c #Conflicts:    2135000 | #Constraints:      63998
1176.46/1183.88	c #Conflicts:    2136000 | #Constraints:      64998
1176.46/1183.88	c #Conflicts:    2137000 | #Constraints:      65998
1176.46/1183.88	c INPROCESSING
1176.46/1183.88	c GARBAGE COLLECT
1176.46/1183.88	c #Conflicts:    2138000 | #Constraints:      38007
1176.46/1183.88	c #Conflicts:    2139000 | #Constraints:      39007
1176.46/1183.88	c #Conflicts:    2140000 | #Constraints:      40007
1176.46/1183.88	c #Conflicts:    2141000 | #Constraints:      41007
1251.90/1259.62	c #Conflicts:    2142000 | #Constraints:      42007
1251.90/1259.62	c #Conflicts:    2143000 | #Constraints:      43007
1251.90/1259.62	c #Conflicts:    2144000 | #Constraints:      44007
1251.90/1259.62	c #Conflicts:    2145000 | #Constraints:      45007
1251.90/1259.62	c #Conflicts:    2146000 | #Constraints:      46007
1251.90/1259.62	c #Conflicts:    2147000 | #Constraints:      47007
1251.90/1259.62	c #Conflicts:    2148000 | #Constraints:      48007
1251.90/1259.62	c #Conflicts:    2149000 | #Constraints:      49008
1251.90/1259.62	c #Conflicts:    2150000 | #Constraints:      50008
1251.90/1259.62	c #Conflicts:    2151000 | #Constraints:      51008
1251.90/1259.62	c #Conflicts:    2152000 | #Constraints:      52008
1251.90/1259.62	c #Conflicts:    2153000 | #Constraints:      53031
1251.90/1259.62	c #Conflicts:    2154000 | #Constraints:      54031
1251.90/1259.62	c #Conflicts:    2155000 | #Constraints:      55031
1251.90/1259.62	c #Conflicts:    2156000 | #Constraints:      56031
1251.90/1259.62	c #Conflicts:    2157000 | #Constraints:      57031
1251.90/1259.62	c #Conflicts:    2158000 | #Constraints:      58031
1251.90/1259.62	c #Conflicts:    2159000 | #Constraints:      59031
1251.90/1259.62	c #Conflicts:    2160000 | #Constraints:      60031
1251.90/1259.62	c #Conflicts:    2161000 | #Constraints:      61031
1251.90/1259.62	c #Conflicts:    2162000 | #Constraints:      62430
1251.90/1259.62	c #Conflicts:    2163000 | #Constraints:      63960
1251.90/1259.62	c #Conflicts:    2164000 | #Constraints:      65481
1251.90/1259.62	c #Conflicts:    2165000 | #Constraints:      67004
1251.90/1259.62	c #Conflicts:    2166000 | #Constraints:      68528
1251.90/1259.62	c INPROCESSING
1251.90/1259.62	c GARBAGE COLLECT
1251.90/1259.62	c #Conflicts:    2167000 | #Constraints:      39229
1251.90/1259.62	c #Conflicts:    2168000 | #Constraints:      40229
1251.90/1259.62	c #Conflicts:    2169000 | #Constraints:      41229
1251.90/1259.62	c #Conflicts:    2170000 | #Constraints:      42229
1251.90/1259.62	c #Conflicts:    2171000 | #Constraints:      43229
1251.90/1259.62	c #Conflicts:    2172000 | #Constraints:      44229
1251.90/1259.62	c #Conflicts:    2173000 | #Constraints:      45229
1251.90/1259.62	c #Conflicts:    2174000 | #Constraints:      46229
1251.90/1259.62	c #Conflicts:    2175000 | #Constraints:      47229
1251.90/1259.62	c #Conflicts:    2176000 | #Constraints:      48229
1251.90/1259.62	c #Conflicts:    2177000 | #Constraints:      49229
1251.90/1259.62	c #Conflicts:    2178000 | #Constraints:      50229
1251.90/1259.62	c #Conflicts:    2179000 | #Constraints:      51229
1251.90/1259.62	c #Conflicts:    2180000 | #Constraints:      52229
1251.90/1259.62	c #Conflicts:    2181000 | #Constraints:      53229
1251.90/1259.62	c #Conflicts:    2182000 | #Constraints:      54229
1251.90/1259.62	c #Conflicts:    2183000 | #Constraints:      55229
1251.90/1259.62	c #Conflicts:    2184000 | #Constraints:      56229
1251.90/1259.62	c #Conflicts:    2185000 | #Constraints:      57229
1251.90/1259.62	c #Conflicts:    2186000 | #Constraints:      58229
1251.90/1259.62	c #Conflicts:    2187000 | #Constraints:      59229
1251.90/1259.62	c #Conflicts:    2188000 | #Constraints:      60229
1251.90/1259.62	c #Conflicts:    2189000 | #Constraints:      61229
1251.90/1259.62	c #Conflicts:    2190000 | #Constraints:      62229
1251.90/1259.62	c #Conflicts:    2191000 | #Constraints:      63229
1251.90/1259.62	c #Conflicts:    2192000 | #Constraints:      64229
1251.90/1259.62	c #Conflicts:    2193000 | #Constraints:      65229
1251.90/1259.62	c #Conflicts:    2194000 | #Constraints:      66229
1251.90/1259.62	c #Conflicts:    2195000 | #Constraints:      67229
1251.90/1259.62	c #Conflicts:    2196000 | #Constraints:      68229
1251.90/1259.62	c INPROCESSING
1251.90/1259.62	c GARBAGE COLLECT
1251.90/1259.62	c #Conflicts:    2197000 | #Constraints:      39116
1251.90/1259.62	c #Conflicts:    2198000 | #Constraints:      40116
1251.90/1259.62	c #Conflicts:    2199000 | #Constraints:      41116
1251.90/1259.62	c #Conflicts:    2200000 | #Constraints:      42116
1251.90/1259.62	c #Conflicts:    2201000 | #Constraints:      43116
1251.90/1259.62	c #Conflicts:    2202000 | #Constraints:      44116
1251.90/1259.62	c #Conflicts:    2203000 | #Constraints:      45116
1251.90/1259.62	c #Conflicts:    2204000 | #Constraints:      46116
1251.90/1259.62	c #Conflicts:    2205000 | #Constraints:      47116
1251.90/1259.62	c #Conflicts:    2206000 | #Constraints:      48116
1251.90/1259.62	c #Conflicts:    2207000 | #Constraints:      49116
1251.90/1259.62	c #Conflicts:    2208000 | #Constraints:      50116
1251.90/1259.62	c #Conflicts:    2209000 | #Constraints:      51116
1251.90/1259.62	c #Conflicts:    2210000 | #Constraints:      52116
1251.90/1259.62	c #Conflicts:    2211000 | #Constraints:      53116
1251.90/1259.62	c #Conflicts:    2212000 | #Constraints:      54116
1251.90/1259.62	c #Conflicts:    2213000 | #Constraints:      55116
1251.90/1259.62	c #Conflicts:    2214000 | #Constraints:      56116
1251.90/1259.62	c #Conflicts:    2215000 | #Constraints:      57116
1251.90/1259.62	c #Conflicts:    2216000 | #Constraints:      58116
1251.90/1259.62	c #Conflicts:    2217000 | #Constraints:      59116
1251.90/1259.62	c #Conflicts:    2218000 | #Constraints:      60116
1298.52/1306.48	c #Conflicts:    2219000 | #Constraints:      61116
1298.52/1306.48	c #Conflicts:    2220000 | #Constraints:      62116
1298.52/1306.48	c #Conflicts:    2221000 | #Constraints:      63116
1298.52/1306.48	c #Conflicts:    2222000 | #Constraints:      64116
1298.52/1306.48	c #Conflicts:    2223000 | #Constraints:      65117
1298.52/1306.48	c #Conflicts:    2224000 | #Constraints:      66117
1298.52/1306.48	c #Conflicts:    2225000 | #Constraints:      67117
1298.52/1306.48	c #Conflicts:    2226000 | #Constraints:      68117
1298.52/1306.48	c INPROCESSING
1298.52/1306.48	c GARBAGE COLLECT
1298.52/1306.48	c #Conflicts:    2227000 | #Constraints:      39179
1298.52/1306.48	c #Conflicts:    2228000 | #Constraints:      40179
1298.52/1306.48	c #Conflicts:    2229000 | #Constraints:      41179
1298.52/1306.48	c #Conflicts:    2230000 | #Constraints:      42179
1298.52/1306.48	c #Conflicts:    2231000 | #Constraints:      43179
1298.52/1306.48	c #Conflicts:    2232000 | #Constraints:      44180
1298.52/1306.48	c #Conflicts:    2233000 | #Constraints:      45180
1298.52/1306.48	c #Conflicts:    2234000 | #Constraints:      46180
1298.52/1306.48	c #Conflicts:    2235000 | #Constraints:      47180
1298.52/1306.48	c #Conflicts:    2236000 | #Constraints:      48180
1298.52/1306.48	c #Conflicts:    2237000 | #Constraints:      49180
1298.52/1306.48	c #Conflicts:    2238000 | #Constraints:      50180
1298.52/1306.48	c #Conflicts:    2239000 | #Constraints:      51180
1298.52/1306.48	c #Conflicts:    2240000 | #Constraints:      52181
1298.52/1306.48	c #Conflicts:    2241000 | #Constraints:      53181
1298.52/1306.48	c #Conflicts:    2242000 | #Constraints:      54181
1298.52/1306.48	c #Conflicts:    2243000 | #Constraints:      55181
1298.52/1306.48	c #Conflicts:    2244000 | #Constraints:      56181
1298.52/1306.48	c #Conflicts:    2245000 | #Constraints:      57181
1298.52/1306.48	c #Conflicts:    2246000 | #Constraints:      58181
1298.52/1306.48	c #Conflicts:    2247000 | #Constraints:      59181
1298.52/1306.48	c #Conflicts:    2248000 | #Constraints:      60181
1298.52/1306.48	c #Conflicts:    2249000 | #Constraints:      61181
1298.52/1306.48	c #Conflicts:    2250000 | #Constraints:      62181
1298.52/1306.48	c #Conflicts:    2251000 | #Constraints:      63181
1298.52/1306.48	c #Conflicts:    2252000 | #Constraints:      64181
1298.52/1306.48	c #Conflicts:    2253000 | #Constraints:      65181
1298.52/1306.48	c #Conflicts:    2254000 | #Constraints:      66181
1298.52/1306.48	c #Conflicts:    2255000 | #Constraints:      67181
1298.52/1306.48	c #Conflicts:    2256000 | #Constraints:      68181
1298.52/1306.48	c INPROCESSING
1298.52/1306.48	c GARBAGE COLLECT
1298.52/1306.48	WSVECS04 Frhs2[2]: 6 0 0.855348 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[3]: 6 -0.399711 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[8]: 6 -2.05612 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[15]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[17]: 6 -0.977291 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[18]: 6 -0.954549 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[19]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[20]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[22]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[32]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[39]: 6 0 0.499999 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[57]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[63]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[70]: 6 -3.75003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[71]: 6 -2.50007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[75]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[76]: 6 -1.87088 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[78]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[79]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[82]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[86]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[87]: 6 0 0.899494 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[88]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[91]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[92]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[96]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[97]: 6 -1.27873 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[100]: 6 -2.52413 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[103]: 6 0 1.27061 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[113]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[114]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[119]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[121]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[123]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[134]: 6 0 0.500014 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[140]: 6 -1.87089 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[141]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[144]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[157]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[158]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[159]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[160]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[174]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[178]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[181]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[184]: 6 0 1.59189 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[187]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[188]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[189]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[192]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[205]: 6 -1.50009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[207]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[209]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[219]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[220]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[235]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[238]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[239]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[240]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[241]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[244]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[248]: 6 0 1.59188 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[251]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[252]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[254]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[263]: 6 -2.52812 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[267]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[268]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[270]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[271]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[274]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[275]: 6 -0.901808 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[276]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[277]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[285]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[286]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[299]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[302]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[303]: 6 -0.999999 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[312]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[313]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[315]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[318]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[327]: 6 -2.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[331]: 6 -0.564648 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[334]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[340]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[345]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[363]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[367]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[368]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[371]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[372]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[374]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[377]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[379]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[380]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[381]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[398]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[400]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[405]: 6 -5.96193 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[409]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[410]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[412]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[413]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[421]: 6 0 2.81808 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[425]: 6 0 0.250048 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[431]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[432]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[440]: 6 0 1.59186 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[443]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[444]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[445]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[448]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[460]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[462]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[463]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[474]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[484]: 6 -1.21863 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[491]: 6 -1.50008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[495]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[496]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[497]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[499]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[500]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[507]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[508]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[510]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[512]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[513]: 6 -1.41418 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[522]: 6 -0.984943 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[529]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[533]: 6 -0.831695 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[538]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[541]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[551]: 6 -2.90299 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[555]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[569]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[570]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[575]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[583]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[585]: 6 -1.35833 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[586]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[588]: 6 -0.121059 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[592]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[593]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[597]: 6 0 0.222637 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[600]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[604]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[605]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[606]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[607]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[617]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[618]: 6 -2.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[624]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[625]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[628]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[629]: 6 -1.00524 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[631]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[639]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[646]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[656]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[657]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[659]: 6 -0.999171 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[660]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[663]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[665]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[668]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[670]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[671]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[679]: 6 -2.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[681]: 6 0 0.000169144 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[682]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[692]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[696]: 6 0 1.51742 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[699]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[700]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[701]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1030]: 6 -0.524605 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1031]: 6 -1.06428 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1036]: 6 -1.49986 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1038]: 6 -0.997198 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1039]: 6 -0.99265 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1046]: 6 -0.0503017 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1053]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1055]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1064]: 6 -3.00199 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1077]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1079]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1080]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1083]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1084]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1087]: 6 -1.50004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1090]: 6 0 3.05127 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1096]: 6 0 0.468876 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1097]: 6 -0.999894 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1098]: 6 0 0.000330384 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1099]: 6 -0.999545 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1102]: 6 -0.996224 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1106]: 6 -0.939381 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1107]: 6 -0.878669 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1109]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1110]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1112]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1115]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1117]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1125]: 6 0 5.75349 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1131]: 6 0 0.387814 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1136]: 6 -0.954575 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1139]: 6 -1.0001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1140]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1145]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1148]: 6 -0.996025 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1149]: 6 -0.423686 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1153]: 6 -1.13256 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1159]: 6 -1.43753 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1164]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1165]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1169]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1175]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1178]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1180]: 6 -1.3478 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1181]: 6 -1.33796 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1184]: 6 -1.56433 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1194]: 6 -1.50009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1196]: 6 -1.00001 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1205]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1209]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1210]: 6 -1.00009 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1214]: 6 -1.00003 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1222]: 6 -1.10423 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1223]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1224]: 6 -1.75008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1226]: 6 -0.25021 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1228]: 6 -0.750024 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1230]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1234]: 6 -1.00002 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1235]: 6 -1.00007 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1245]: 6 -1.14088 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1247]: 6 -1.37504 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1250]: 6 -2.36409 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1254]: 6 -1.60418 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1255]: 6 -1.00008 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1257]: 6 -2.62507 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1258]: 6 -1.00006 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1260]: 6 -0.613922 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1261]: 6 -1.48954 0 shouldn't be
1298.52/1306.48	WSVECS04 Frhs2[1268]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1270]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1275]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1283]: 6 -0.897926 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1285]: 6 -1.34151 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1287]: 6 -0.972007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1292]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1296]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1309]: 6 -1.67971 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1310]: 6 -1.35939 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1314]: 6 -1.32034 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1315]: 6 -3.19067 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1320]: 6 0 0.156795 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1327]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1329]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1338]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1355]: 6 -1.8105 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1363]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1364]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1366]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1368]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1371]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1378]: 6 0 0.651078 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1380]: 6 -0.786187 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1398]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1402]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1405]: 6 -1.25002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1408]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1410]: 6 -1.85009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1411]: 6 0 0.104102 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1424]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1432]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1434]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1435]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1443]: 6 0 0.646235 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1445]: 6 -2.95521 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1450]: 6 -0.994968 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1470]: 6 0 0.687538 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1473]: 6 0 0.0656714 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1477]: 6 -1.45886 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1481]: 6 -2.83331 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1487]: 6 -0.996336 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1489]: 6 -0.98526 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1493]: 6 -0.308868 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1495]: 6 0 0.236786 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1498]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1506]: 6 -0.88656 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1511]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1512]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1519]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1523]: 6 -0.999925 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1545]: 6 -3.31087 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1546]: 6 -0.954919 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1549]: 6 -0.652141 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1555]: 6 -0.221049 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1556]: 6 -0.998217 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1559]: 6 -1.00997 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1561]: 6 -0.995205 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1567]: 6 -1.79689 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1891]: 6 -1.34383 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1906]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1907]: 6 0 0.968473 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1909]: 6 -0.999306 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1914]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1915]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1920]: 6 -0.954518 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1921]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1923]: 6 -0.992852 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1925]: 6 -1.19645 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1928]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1933]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1935]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1937]: 6 -3.20671 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1940]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1944]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1947]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1985]: 6 -2.87319 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1988]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1989]: 6 0 0.00900016 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1992]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1994]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[1998]: 6 0 0.994218 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2002]: 6 0 34.6214 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2004]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2013]: 6 0 527.017 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2015]: 6 -15471.5 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2018]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2022]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2023]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2026]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2027]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2029]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2032]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2033]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2036]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2042]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2050]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2066]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2081]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2084]: 6 -0.923729 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2085]: 6 -12.387 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2089]: 6 -3.30542 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2096]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2099]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2101]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2106]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2107]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2110]: 6 -0.969755 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2112]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2113]: 6 -1.06073 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2119]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2121]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2123]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2128]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2129]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2132]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2135]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2138]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2139]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2142]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2148]: 6 -1.31842 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2151]: 6 0 1.90713 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2156]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2157]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2159]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2161]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2169]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2173]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2177]: 6 -0.820691 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2179]: 6 -1.30049 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2182]: 6 0 1.00006 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2198]: 6 0 1.00005 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2200]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2204]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2210]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2212]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2213]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2217]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2219]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2222]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2224]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2226]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2228]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2230]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2232]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2235]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2238]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2239]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2245]: 6 -1.25006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2249]: 6 -1.25001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2250]: 6 -1.25007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2251]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2252]: 6 -0.996365 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2258]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2259]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2261]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2262]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2265]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2269]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2285]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2296]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2297]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2299]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2302]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2309]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2312]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2314]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2315]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2320]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2321]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2324]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2328]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2330]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2331]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2342]: 6 -26.8295 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2345]: 6 -1.25003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2347]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2348]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2354]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2355]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2356]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2357]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2358]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2360]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2362]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2366]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2392]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2393]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2396]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2397]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2400]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2401]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2404]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2405]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2408]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2409]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2412]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2416]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2419]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2428]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2432]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2435]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2444]: 6 -1.25006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2445]: 6 -1.50005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2446]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2447]: 6 -0.969728 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2449]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2450]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2451]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2453]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2454]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2455]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2458]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2459]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2460]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2464]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2467]: 6 -0.500093 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2474]: 6 -5.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2486]: 6 0 0.499142 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2492]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2494]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2495]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2498]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2499]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2502]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2506]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2507]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2509]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2512]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2513]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2515]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2516]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2517]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2520]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2521]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2524]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2528]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2537]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2538]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2541]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2542]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2545]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2546]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2548]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2549]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2550]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2551]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2553]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2554]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2555]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2557]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2558]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2560]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2578]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2582]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2584]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2586]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2588]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2590]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2592]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2594]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2596]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2598]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2600]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2602]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2604]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2606]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2608]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2610]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2611]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2614]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2616]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2617]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2620]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2621]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2624]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2630]: 6 -1.26412 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2631]: 6 -1.02813 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2632]: 6 -1.05619 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2634]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2641]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2643]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2645]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2647]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2648]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2649]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2650]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2651]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2672]: 6 -0.775652 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2674]: 6 -4.5512 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2676]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2680]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2684]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2686]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2687]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2690]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2692]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2694]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2697]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2700]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2701]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2704]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2705]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2707]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2708]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2710]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2716]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2720]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2729]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2730]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2733]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2739]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2741]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2744]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2745]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2747]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2749]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2750]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2754]: 6 -1.35941 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2772]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2774]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2776]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2778]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2780]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2789]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2791]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2794]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2797]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2800]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2801]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2804]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2805]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2808]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2810]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2812]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2815]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2821]: 6 -1.75008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2823]: 6 -2.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2824]: 6 -2.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2828]: 6 0 0.870911 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2834]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2839]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2841]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2843]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2844]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2866]: 6 -3.17294 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2876]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2879]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2887]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2890]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2894]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2895]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2898]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2899]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2902]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2903]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2906]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2907]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2910]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2911]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2917]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2920]: 6 -1.25008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2927]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2930]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2931]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2932]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2933]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2935]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2938]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2939]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2940]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2942]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2958]: 6 0 2.00003 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2962]: 6 -3.87508 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2963]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2967]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2970]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2971]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2974]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2976]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2977]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2980]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2981]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2984]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2985]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2987]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2989]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2992]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2993]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2996]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[2998]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3000]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3002]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3004]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3005]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3008]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3009]: 6 -1.37501 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3013]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3020]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3022]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3028]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3032]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3033]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3046]: 6 0 0.999932 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3048]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3050]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3051]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3056]: 6 -0.613974 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3064]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3066]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3068]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3086]: 6 -0.440216 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3090]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3092]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3093]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3096]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3100]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3118]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3128]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3130]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3138]: 6 -1.25006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3145]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3161]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3164]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3167]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3170]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3171]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3173]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3177]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3182]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3184]: 6 -1.03462 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3186]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3188]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3189]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3192]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3194]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3195]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3198]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3199]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3201]: 6 -1.55002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3209]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3217]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3227]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3234]: 6 0 2.88753 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3244]: 6 0 2 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3246]: 6 0 1.00001 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3247]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3250]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3253]: 6 -0.999561 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3256]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3257]: 6 -0.998216 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3260]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3262]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3263]: 6 -0.99053 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3267]: 6 -0.961876 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3270]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3271]: 6 -0.847221 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3273]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3282]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3284]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3285]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3288]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3290]: 6 0 9.75269 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3291]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3293]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3296]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3301]: 6 -1.25004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3304]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3306]: 6 -1.25008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3310]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3313]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3320]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3326]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3328]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3329]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3347]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3351]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3353]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3356]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3357]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3360]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3361]: 6 -0.999989 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3364]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3368]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3371]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3374]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3375]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3378]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3380]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3382]: 6 -0.909692 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3386]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3387]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3390]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3391]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3395]: 6 -1.4804 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3400]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3405]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3408]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3419]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3424]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3425]: 6 -1.41415 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3433]: 6 -0.783403 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3437]: 6 -1.1541 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3439]: 6 0 0.308171 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3440]: 6 -0.383755 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3445]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3448]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3452]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3454]: 6 0 1.61347 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3456]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3460]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3466]: 6 0 1.43961 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3467]: 6 -1.33931 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3469]: 6 -1.02477 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3478]: 6 -10.9414 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3482]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3483]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3487]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3491]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3495]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3496]: 6 -1.15293 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3513]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3521]: 6 0 0.219144 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3530]: 6 -7.32948 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3531]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3533]: 6 -1.15296 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3544]: 6 -0.691887 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3545]: 6 -0.691956 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3551]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3553]: 6 -0.819267 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3557]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3565]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3568]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3570]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3572]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3574]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3575]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3578]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3579]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3582]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3583]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3585]: 6 -0.916358 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3589]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3590]: 6 -1.00102 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3591]: 6 -0.88114 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3597]: 6 -1.121 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3599]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3604]: 6 -1.00515 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3606]: 6 0 0.222618 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3613]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3616]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3617]: 6 0 0.833124 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3618]: 6 -1.45895 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3619]: 6 -5.45907 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3621]: 6 -0.749948 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3624]: 6 0 1.00003 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3632]: 6 -9.28904e-05 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3633]: 6 -1.0104 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3636]: 6 -1.0012 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3640]: 6 -1.12739 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3641]: 6 -1.00479 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3642]: 6 -0.799965 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3643]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3646]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3650]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3651]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3654]: 6 -0.398952 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3655]: 6 -0.388732 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3657]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3663]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3668]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3671]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3674]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3675]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3678]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3679]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3681]: 6 0 0.348868 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3682]: 6 0 2.30684 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3684]: 6 -1.12506 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3685]: 6 -1.50007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3686]: 6 -1.2501 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3687]: 6 -1.50006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3688]: 6 -3.6667 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3693]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3695]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3697]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3699]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3712]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3713]: 6 -1.28128 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3731]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3735]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3738]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3739]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3742]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3743]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3746]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3747]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3750]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3751]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3754]: 6 -1.01049 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3757]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3760]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3764]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3765]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3768]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3776]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3777]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3784]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3788]: 6 -0.998807 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3789]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3798]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3800]: 6 -1.00969 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3801]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3802]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3803]: 6 -0.961884 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3808]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3819]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3823]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3828]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3832]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3833]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3837]: 6 -1.00019 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3840]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3842]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3843]: 6 -0.999593 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3846]: 6 -1.00001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3848]: 6 -1.00004 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3852]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3856]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3858]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3859]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3862]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3866]: 6 -2.16473 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3870]: 6 -1.0001 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3872]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3905]: 6 0 0.566467 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3907]: 6 -0.097145 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3910]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3917]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3920]: 6 -0.999896 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3921]: 6 -0.999857 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3924]: 6 -1.00068 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3925]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3929]: 6 -1.00255 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3932]: 6 -1.00006 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3934]: 6 -1.00005 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3936]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3938]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3939]: 6 -1.00007 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3942]: 6 -1.00009 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3943]: 6 -1.00003 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3947]: 6 0 0.298219 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3950]: 6 -1.08145 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3961]: 6 -1.00002 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3964]: 6 -1.00008 0 shouldn't be
1298.52/1306.49	WSVECS04 Frhs2[3965]: 6 -1.0001 0 shouldn't be
1409.88/1418.56	c #Conflicts:    2257000 | #Constraints:      39192
1409.88/1418.56	c #Conflicts:    2258000 | #Constraints:      40192
1409.88/1418.56	c #Conflicts:    2259000 | #Constraints:      41192
1409.88/1418.56	c #Conflicts:    2260000 | #Constraints:      42192
1409.88/1418.56	c #Conflicts:    2261000 | #Constraints:      43192
1409.88/1418.56	c #Conflicts:    2262000 | #Constraints:      44192
1409.88/1418.56	c #Conflicts:    2263000 | #Constraints:      45192
1409.88/1418.56	c #Conflicts:    2264000 | #Constraints:      46192
1409.88/1418.56	c #Conflicts:    2265000 | #Constraints:      47192
1409.88/1418.56	c #Conflicts:    2266000 | #Constraints:      48192
1409.88/1418.56	c #Conflicts:    2267000 | #Constraints:      49192
1409.88/1418.56	c #Conflicts:    2268000 | #Constraints:      50192
1409.88/1418.56	c #Conflicts:    2269000 | #Constraints:      51192
1409.88/1418.56	c #Conflicts:    2270000 | #Constraints:      52192
1409.88/1418.56	c #Conflicts:    2271000 | #Constraints:      53192
1409.88/1418.56	c #Conflicts:    2272000 | #Constraints:      54193
1409.88/1418.56	c #Conflicts:    2273000 | #Constraints:      55193
1409.88/1418.56	c #Conflicts:    2274000 | #Constraints:      56193
1409.88/1418.56	c #Conflicts:    2275000 | #Constraints:      57193
1409.88/1418.56	c #Conflicts:    2276000 | #Constraints:      58193
1409.88/1418.56	c #Conflicts:    2277000 | #Constraints:      59193
1409.88/1418.56	c #Conflicts:    2278000 | #Constraints:      60193
1409.88/1418.56	c #Conflicts:    2279000 | #Constraints:      61193
1409.88/1418.56	c #Conflicts:    2280000 | #Constraints:      62193
1409.88/1418.56	c #Conflicts:    2281000 | #Constraints:      63193
1409.88/1418.56	c #Conflicts:    2282000 | #Constraints:      64241
1409.88/1418.56	c #Conflicts:    2283000 | #Constraints:      65670
1409.88/1418.56	c #Conflicts:    2284000 | #Constraints:      66727
1409.88/1418.56	c #Conflicts:    2285000 | #Constraints:      67727
1409.88/1418.56	c #Conflicts:    2286000 | #Constraints:      68727
1409.88/1418.56	c INPROCESSING
1409.88/1418.56	c GARBAGE COLLECT
1409.88/1418.56	c #Conflicts:    2287000 | #Constraints:      39382
1409.88/1418.56	c #Conflicts:    2288000 | #Constraints:      40382
1409.88/1418.56	c #Conflicts:    2289000 | #Constraints:      41383
1409.88/1418.56	c #Conflicts:    2290000 | #Constraints:      42383
1409.88/1418.56	c #Conflicts:    2291000 | #Constraints:      43383
1409.88/1418.56	c #Conflicts:    2292000 | #Constraints:      44383
1409.88/1418.56	c #Conflicts:    2293000 | #Constraints:      45383
1409.88/1418.56	c #Conflicts:    2294000 | #Constraints:      46383
1409.88/1418.56	c #Conflicts:    2295000 | #Constraints:      47383
1409.88/1418.56	c #Conflicts:    2296000 | #Constraints:      48383
1409.88/1418.56	c #Conflicts:    2297000 | #Constraints:      49383
1409.88/1418.56	c #Conflicts:    2298000 | #Constraints:      50383
1409.88/1418.56	c #Conflicts:    2299000 | #Constraints:      51383
1409.88/1418.56	c #Conflicts:    2300000 | #Constraints:      52383
1409.88/1418.56	c #Conflicts:    2301000 | #Constraints:      53383
1409.88/1418.56	c #Conflicts:    2302000 | #Constraints:      54383
1409.88/1418.56	c #Conflicts:    2303000 | #Constraints:      55384
1409.88/1418.56	c #Conflicts:    2304000 | #Constraints:      56384
1409.88/1418.56	c #Conflicts:    2305000 | #Constraints:      57387
1409.88/1418.56	c #Conflicts:    2306000 | #Constraints:      58387
1409.88/1418.56	c #Conflicts:    2307000 | #Constraints:      59387
1409.88/1418.56	c #Conflicts:    2308000 | #Constraints:      60387
1409.88/1418.56	c #Conflicts:    2309000 | #Constraints:      61387
1409.88/1418.56	c #Conflicts:    2310000 | #Constraints:      62387
1409.88/1418.56	c #Conflicts:    2311000 | #Constraints:      63387
1409.88/1418.56	c #Conflicts:    2312000 | #Constraints:      64387
1409.88/1418.56	c #Conflicts:    2313000 | #Constraints:      65387
1409.88/1418.56	c #Conflicts:    2314000 | #Constraints:      66387
1409.88/1418.56	c #Conflicts:    2315000 | #Constraints:      67387
1409.88/1418.56	c #Conflicts:    2316000 | #Constraints:      68387
1409.88/1418.56	c INPROCESSING
1409.88/1418.56	c GARBAGE COLLECT
1409.88/1418.56	c #Conflicts:    2317000 | #Constraints:      38982
1409.88/1418.56	c #Conflicts:    2318000 | #Constraints:      39982
1409.88/1418.56	c #Conflicts:    2319000 | #Constraints:      40982
1409.88/1418.56	c #Conflicts:    2320000 | #Constraints:      41982
1409.88/1418.56	c #Conflicts:    2321000 | #Constraints:      42982
1409.88/1418.56	c #Conflicts:    2322000 | #Constraints:      43982
1409.88/1418.56	c #Conflicts:    2323000 | #Constraints:      44982
1409.88/1418.56	c #Conflicts:    2324000 | #Constraints:      45982
1409.88/1418.56	c #Conflicts:    2325000 | #Constraints:      46982
1409.88/1418.56	c #Conflicts:    2326000 | #Constraints:      47982
1409.88/1418.56	c #Conflicts:    2327000 | #Constraints:      48982
1409.88/1418.56	c #Conflicts:    2328000 | #Constraints:      49982
1409.88/1418.56	c #Conflicts:    2329000 | #Constraints:      50982
1409.88/1418.56	c #Conflicts:    2330000 | #Constraints:      51982
1409.88/1418.56	c #Conflicts:    2331000 | #Constraints:      52982
1409.88/1418.56	c #Conflicts:    2332000 | #Constraints:      53982
1409.88/1418.56	c #Conflicts:    2333000 | #Constraints:      54982
1409.88/1418.56	c #Conflicts:    2334000 | #Constraints:      55982
1508.86/1517.97	c #Conflicts:    2335000 | #Constraints:      56982
1508.86/1517.97	c #Conflicts:    2336000 | #Constraints:      57982
1508.86/1517.97	c #Conflicts:    2337000 | #Constraints:      58982
1508.86/1517.97	c #Conflicts:    2338000 | #Constraints:      59982
1508.86/1517.97	c #Conflicts:    2339000 | #Constraints:      60982
1508.86/1517.97	c #Conflicts:    2340000 | #Constraints:      61982
1508.86/1517.97	c #Conflicts:    2341000 | #Constraints:      62982
1508.86/1517.97	c #Conflicts:    2342000 | #Constraints:      63982
1508.86/1517.97	c #Conflicts:    2343000 | #Constraints:      64982
1508.86/1517.97	c #Conflicts:    2344000 | #Constraints:      65982
1508.86/1517.97	c #Conflicts:    2345000 | #Constraints:      66982
1508.86/1517.97	c #Conflicts:    2346000 | #Constraints:      67982
1508.86/1517.97	c #Conflicts:    2347000 | #Constraints:      68982
1508.86/1517.97	c INPROCESSING
1508.86/1517.97	c GARBAGE COLLECT
1508.86/1517.97	c #Conflicts:    2348000 | #Constraints:      39491
1508.86/1517.97	c #Conflicts:    2349000 | #Constraints:      40492
1508.86/1517.97	c #Conflicts:    2350000 | #Constraints:      41492
1508.86/1517.97	c #Conflicts:    2351000 | #Constraints:      42492
1508.86/1517.97	c #Conflicts:    2352000 | #Constraints:      43492
1508.86/1517.97	c #Conflicts:    2353000 | #Constraints:      44492
1508.86/1517.97	c #Conflicts:    2354000 | #Constraints:      45492
1508.86/1517.97	c #Conflicts:    2355000 | #Constraints:      46492
1508.86/1517.97	c #Conflicts:    2356000 | #Constraints:      47492
1508.86/1517.97	c #Conflicts:    2357000 | #Constraints:      48492
1508.86/1517.97	c #Conflicts:    2358000 | #Constraints:      49492
1508.86/1517.97	c #Conflicts:    2359000 | #Constraints:      50492
1508.86/1517.97	c #Conflicts:    2360000 | #Constraints:      51492
1508.86/1517.97	c #Conflicts:    2361000 | #Constraints:      52492
1508.86/1517.97	c #Conflicts:    2362000 | #Constraints:      53492
1508.86/1517.97	c #Conflicts:    2363000 | #Constraints:      54492
1508.86/1517.97	c #Conflicts:    2364000 | #Constraints:      55492
1508.86/1517.97	c #Conflicts:    2365000 | #Constraints:      56492
1508.86/1517.97	c #Conflicts:    2366000 | #Constraints:      57492
1508.86/1517.97	c #Conflicts:    2367000 | #Constraints:      58493
1508.86/1517.97	c #Conflicts:    2368000 | #Constraints:      59493
1508.86/1517.97	c #Conflicts:    2369000 | #Constraints:      60493
1508.86/1517.97	c #Conflicts:    2370000 | #Constraints:      61495
1508.86/1517.97	c #Conflicts:    2371000 | #Constraints:      62495
1508.86/1517.97	c #Conflicts:    2372000 | #Constraints:      63495
1508.86/1517.97	c #Conflicts:    2373000 | #Constraints:      64496
1508.86/1517.97	c #Conflicts:    2374000 | #Constraints:      65496
1508.86/1517.97	c #Conflicts:    2375000 | #Constraints:      66497
1508.86/1517.97	c #Conflicts:    2376000 | #Constraints:      67498
1508.86/1517.97	c #Conflicts:    2377000 | #Constraints:      68498
1508.86/1517.97	c #Conflicts:    2378000 | #Constraints:      69501
1508.86/1517.97	c INPROCESSING
1508.86/1517.97	c GARBAGE COLLECT
1508.86/1517.97	c #Conflicts:    2379000 | #Constraints:      39827
1508.86/1517.97	c #Conflicts:    2380000 | #Constraints:      40827
1508.86/1517.97	c #Conflicts:    2381000 | #Constraints:      41827
1508.86/1517.97	c #Conflicts:    2382000 | #Constraints:      42827
1508.86/1517.97	c #Conflicts:    2383000 | #Constraints:      43827
1508.86/1517.97	c #Conflicts:    2384000 | #Constraints:      44827
1508.86/1517.97	c #Conflicts:    2385000 | #Constraints:      45827
1508.86/1517.97	c #Conflicts:    2386000 | #Constraints:      46827
1508.86/1517.97	c #Conflicts:    2387000 | #Constraints:      47828
1508.86/1517.97	c #Conflicts:    2388000 | #Constraints:      48828
1508.86/1517.97	c #Conflicts:    2389000 | #Constraints:      49828
1508.86/1517.97	c #Conflicts:    2390000 | #Constraints:      50828
1508.86/1517.97	c #Conflicts:    2391000 | #Constraints:      51828
1508.86/1517.97	c #Conflicts:    2392000 | #Constraints:      52828
1508.86/1517.97	c #Conflicts:    2393000 | #Constraints:      53828
1508.86/1517.97	c #Conflicts:    2394000 | #Constraints:      55106
1508.86/1517.97	c #Conflicts:    2395000 | #Constraints:      56616
1508.86/1517.97	c #Conflicts:    2396000 | #Constraints:      58128
1508.86/1517.97	c #Conflicts:    2397000 | #Constraints:      59637
1508.86/1517.97	c #Conflicts:    2398000 | #Constraints:      61138
1508.86/1517.97	c #Conflicts:    2399000 | #Constraints:      62205
1508.86/1517.97	c #Conflicts:    2400000 | #Constraints:      63205
1508.86/1517.97	c #Conflicts:    2401000 | #Constraints:      64205
1508.86/1517.97	c #Conflicts:    2402000 | #Constraints:      65205
1508.86/1517.97	c #Conflicts:    2403000 | #Constraints:      66205
1508.86/1517.97	c #Conflicts:    2404000 | #Constraints:      67205
1508.86/1517.97	c #Conflicts:    2405000 | #Constraints:      68205
1508.86/1517.97	c #Conflicts:    2406000 | #Constraints:      69205
1508.86/1517.97	c #Conflicts:    2407000 | #Constraints:      70205
1508.86/1517.97	c #Conflicts:    2408000 | #Constraints:      71205
1508.86/1517.97	c #Conflicts:    2409000 | #Constraints:      72205
1508.86/1517.97	c INPROCESSING
1508.86/1517.97	c GARBAGE COLLECT
1508.86/1517.97	c #Conflicts:    2410000 | #Constraints:      41173
1508.86/1517.97	c #Conflicts:    2411000 | #Constraints:      42173
1595.59/1605.03	c #Conflicts:    2412000 | #Constraints:      43173
1595.59/1605.03	c #Conflicts:    2413000 | #Constraints:      44173
1595.59/1605.03	c #Conflicts:    2414000 | #Constraints:      45173
1595.59/1605.03	c #Conflicts:    2415000 | #Constraints:      46173
1595.59/1605.03	c #Conflicts:    2416000 | #Constraints:      47173
1595.59/1605.03	c #Conflicts:    2417000 | #Constraints:      48173
1595.59/1605.03	c #Conflicts:    2418000 | #Constraints:      49173
1595.59/1605.03	c #Conflicts:    2419000 | #Constraints:      50173
1595.59/1605.03	c #Conflicts:    2420000 | #Constraints:      51173
1595.59/1605.03	c #Conflicts:    2421000 | #Constraints:      52174
1595.59/1605.03	c #Conflicts:    2422000 | #Constraints:      53174
1595.59/1605.03	c #Conflicts:    2423000 | #Constraints:      54174
1595.59/1605.03	c #Conflicts:    2424000 | #Constraints:      55174
1595.59/1605.03	c #Conflicts:    2425000 | #Constraints:      56174
1595.59/1605.03	c #Conflicts:    2426000 | #Constraints:      57174
1595.59/1605.03	c #Conflicts:    2427000 | #Constraints:      58179
1595.59/1605.03	c #Conflicts:    2428000 | #Constraints:      59185
1595.59/1605.03	c #Conflicts:    2429000 | #Constraints:      60185
1595.59/1605.03	c #Conflicts:    2430000 | #Constraints:      61185
1595.59/1605.03	c #Conflicts:    2431000 | #Constraints:      62185
1595.59/1605.03	c #Conflicts:    2432000 | #Constraints:      63185
1595.59/1605.03	c #Conflicts:    2433000 | #Constraints:      64186
1595.59/1605.03	c #Conflicts:    2434000 | #Constraints:      65186
1595.59/1605.03	c #Conflicts:    2435000 | #Constraints:      66186
1595.59/1605.03	c #Conflicts:    2436000 | #Constraints:      67186
1595.59/1605.03	c #Conflicts:    2437000 | #Constraints:      68186
1595.59/1605.03	c #Conflicts:    2438000 | #Constraints:      69186
1595.59/1605.03	c #Conflicts:    2439000 | #Constraints:      70186
1595.59/1605.03	c #Conflicts:    2440000 | #Constraints:      71186
1595.59/1605.03	c INPROCESSING
1595.59/1605.03	c GARBAGE COLLECT
1595.59/1605.03	c #Conflicts:    2441000 | #Constraints:      40582
1595.59/1605.03	c #Conflicts:    2442000 | #Constraints:      41582
1595.59/1605.03	c #Conflicts:    2443000 | #Constraints:      42582
1595.59/1605.03	c #Conflicts:    2444000 | #Constraints:      43582
1595.59/1605.03	c #Conflicts:    2445000 | #Constraints:      44582
1595.59/1605.03	c #Conflicts:    2446000 | #Constraints:      45582
1595.59/1605.03	c #Conflicts:    2447000 | #Constraints:      46582
1595.59/1605.03	c #Conflicts:    2448000 | #Constraints:      47582
1595.59/1605.03	c #Conflicts:    2449000 | #Constraints:      48582
1595.59/1605.03	c #Conflicts:    2450000 | #Constraints:      49582
1595.59/1605.03	c #Conflicts:    2451000 | #Constraints:      50583
1595.59/1605.03	c #Conflicts:    2452000 | #Constraints:      51583
1595.59/1605.03	c #Conflicts:    2453000 | #Constraints:      52583
1595.59/1605.03	c #Conflicts:    2454000 | #Constraints:      53583
1595.59/1605.03	c #Conflicts:    2455000 | #Constraints:      54583
1595.59/1605.03	c #Conflicts:    2456000 | #Constraints:      55585
1595.59/1605.03	c #Conflicts:    2457000 | #Constraints:      56585
1595.59/1605.03	c #Conflicts:    2458000 | #Constraints:      57585
1595.59/1605.03	c #Conflicts:    2459000 | #Constraints:      58585
1595.59/1605.03	c #Conflicts:    2460000 | #Constraints:      59585
1595.59/1605.03	c #Conflicts:    2461000 | #Constraints:      60585
1595.59/1605.03	c #Conflicts:    2462000 | #Constraints:      61586
1595.59/1605.03	c #Conflicts:    2463000 | #Constraints:      62586
1595.59/1605.03	c #Conflicts:    2464000 | #Constraints:      63586
1595.59/1605.03	c #Conflicts:    2465000 | #Constraints:      64586
1595.59/1605.03	c #Conflicts:    2466000 | #Constraints:      65586
1595.59/1605.03	c #Conflicts:    2467000 | #Constraints:      66586
1595.59/1605.03	c #Conflicts:    2468000 | #Constraints:      67586
1595.59/1605.03	c #Conflicts:    2469000 | #Constraints:      68586
1595.59/1605.03	c #Conflicts:    2470000 | #Constraints:      69586
1595.59/1605.03	c #Conflicts:    2471000 | #Constraints:      70586
1595.59/1605.03	c INPROCESSING
1595.59/1605.03	c GARBAGE COLLECT
1595.59/1605.03	c #Conflicts:    2472000 | #Constraints:      40073
1595.59/1605.03	c #Conflicts:    2473000 | #Constraints:      41073
1595.59/1605.03	c #Conflicts:    2474000 | #Constraints:      42073
1595.59/1605.03	c #Conflicts:    2475000 | #Constraints:      43073
1595.59/1605.03	c #Conflicts:    2476000 | #Constraints:      44073
1595.59/1605.03	c #Conflicts:    2477000 | #Constraints:      45073
1595.59/1605.03	c #Conflicts:    2478000 | #Constraints:      46073
1595.59/1605.03	c #Conflicts:    2479000 | #Constraints:      47073
1595.59/1605.03	c #Conflicts:    2480000 | #Constraints:      48073
1595.59/1605.03	c #Conflicts:    2481000 | #Constraints:      49073
1595.59/1605.03	c #Conflicts:    2482000 | #Constraints:      50073
1595.59/1605.03	c #Conflicts:    2483000 | #Constraints:      51073
1595.59/1605.03	c #Conflicts:    2484000 | #Constraints:      52073
1595.59/1605.03	c #Conflicts:    2485000 | #Constraints:      53073
1595.59/1605.03	c #Conflicts:    2486000 | #Constraints:      54073
1595.59/1605.03	c #Conflicts:    2487000 | #Constraints:      55073
1595.59/1605.03	c #Conflicts:    2488000 | #Constraints:      56073
1647.27/1656.98	c #Conflicts:    2489000 | #Constraints:      57073
1647.27/1656.98	c #Conflicts:    2490000 | #Constraints:      58073
1647.27/1656.98	c #Conflicts:    2491000 | #Constraints:      59073
1647.27/1656.98	c #Conflicts:    2492000 | #Constraints:      60073
1647.27/1656.98	c #Conflicts:    2493000 | #Constraints:      61073
1647.27/1656.98	c #Conflicts:    2494000 | #Constraints:      62073
1647.27/1656.98	c #Conflicts:    2495000 | #Constraints:      63073
1647.27/1656.98	c #Conflicts:    2496000 | #Constraints:      64073
1647.27/1656.98	c #Conflicts:    2497000 | #Constraints:      65073
1647.27/1656.98	c #Conflicts:    2498000 | #Constraints:      66073
1647.27/1656.98	c #Conflicts:    2499000 | #Constraints:      67073
1647.27/1656.98	c #Conflicts:    2500000 | #Constraints:      68073
1647.27/1656.98	c #Conflicts:    2501000 | #Constraints:      69073
1647.27/1656.98	c #Conflicts:    2502000 | #Constraints:      70073
1647.27/1656.98	c #Conflicts:    2503000 | #Constraints:      71073
1647.27/1656.98	c INPROCESSING
1647.27/1656.98	c GARBAGE COLLECT
1647.27/1656.98	c #Conflicts:    2504000 | #Constraints:      40530
1647.27/1656.98	c #Conflicts:    2505000 | #Constraints:      41531
1647.27/1656.98	c #Conflicts:    2506000 | #Constraints:      42531
1647.27/1656.98	c #Conflicts:    2507000 | #Constraints:      43531
1647.27/1656.98	c #Conflicts:    2508000 | #Constraints:      44531
1647.27/1656.98	c #Conflicts:    2509000 | #Constraints:      45531
1647.27/1656.98	c #Conflicts:    2510000 | #Constraints:      46531
1647.27/1656.98	c #Conflicts:    2511000 | #Constraints:      47531
1647.27/1656.98	c #Conflicts:    2512000 | #Constraints:      48531
1647.27/1656.98	c #Conflicts:    2513000 | #Constraints:      49531
1647.27/1656.98	c #Conflicts:    2514000 | #Constraints:      50531
1647.27/1656.98	c #Conflicts:    2515000 | #Constraints:      51531
1647.27/1656.98	c #Conflicts:    2516000 | #Constraints:      52531
1647.27/1656.98	c #Conflicts:    2517000 | #Constraints:      53531
1647.27/1656.98	c #Conflicts:    2518000 | #Constraints:      54531
1647.27/1656.98	c #Conflicts:    2519000 | #Constraints:      55531
1647.27/1656.98	c #Conflicts:    2520000 | #Constraints:      56531
1647.27/1656.98	c #Conflicts:    2521000 | #Constraints:      57531
1647.27/1656.98	c #Conflicts:    2522000 | #Constraints:      58531
1647.27/1656.98	c #Conflicts:    2523000 | #Constraints:      59531
1647.27/1656.98	c #Conflicts:    2524000 | #Constraints:      60531
1647.27/1656.98	c #Conflicts:    2525000 | #Constraints:      61531
1647.27/1656.98	c #Conflicts:    2526000 | #Constraints:      62531
1647.27/1656.98	c #Conflicts:    2527000 | #Constraints:      63531
1647.27/1656.98	c #Conflicts:    2528000 | #Constraints:      64531
1647.27/1656.98	c #Conflicts:    2529000 | #Constraints:      65531
1647.27/1656.98	c #Conflicts:    2530000 | #Constraints:      66531
1647.27/1656.98	c #Conflicts:    2531000 | #Constraints:      67531
1647.27/1656.98	c #Conflicts:    2532000 | #Constraints:      68531
1647.27/1656.98	c #Conflicts:    2533000 | #Constraints:      69531
1647.27/1656.98	c #Conflicts:    2534000 | #Constraints:      70531
1647.27/1656.98	c #Conflicts:    2535000 | #Constraints:      71531
1647.27/1656.98	c INPROCESSING
1647.27/1656.98	c GARBAGE COLLECT
1647.27/1656.98	c #Conflicts:    2536000 | #Constraints:      40882
1647.27/1656.98	c #Conflicts:    2537000 | #Constraints:      41882
1647.27/1656.98	c #Conflicts:    2538000 | #Constraints:      42882
1647.27/1656.98	c #Conflicts:    2539000 | #Constraints:      43882
1647.27/1656.98	c #Conflicts:    2540000 | #Constraints:      44882
1647.27/1656.98	c #Conflicts:    2541000 | #Constraints:      45882
1647.27/1656.98	c #Conflicts:    2542000 | #Constraints:      46882
1647.27/1656.98	c #Conflicts:    2543000 | #Constraints:      47882
1647.27/1656.98	c #Conflicts:    2544000 | #Constraints:      48882
1647.27/1656.98	c #Conflicts:    2545000 | #Constraints:      49882
1647.27/1656.98	c #Conflicts:    2546000 | #Constraints:      50882
1647.27/1656.98	c #Conflicts:    2547000 | #Constraints:      51882
1647.27/1656.98	c #Conflicts:    2548000 | #Constraints:      52882
1647.27/1656.98	c #Conflicts:    2549000 | #Constraints:      53882
1647.27/1656.98	c #Conflicts:    2550000 | #Constraints:      54882
1647.27/1656.98	c #Conflicts:    2551000 | #Constraints:      55882
1647.27/1656.98	c #Conflicts:    2552000 | #Constraints:      56882
1647.27/1656.98	c #Conflicts:    2553000 | #Constraints:      57882
1647.27/1656.98	c #Conflicts:    2554000 | #Constraints:      58882
1647.27/1656.98	c #Conflicts:    2555000 | #Constraints:      59882
1647.27/1656.98	c #Conflicts:    2556000 | #Constraints:      60882
1647.27/1656.98	c #Conflicts:    2557000 | #Constraints:      61882
1647.27/1656.98	c #Conflicts:    2558000 | #Constraints:      62882
1647.27/1656.98	c #Conflicts:    2559000 | #Constraints:      63882
1647.27/1656.98	c #Conflicts:    2560000 | #Constraints:      64882
1647.27/1656.98	c #Conflicts:    2561000 | #Constraints:      65882
1647.27/1656.98	c #Conflicts:    2562000 | #Constraints:      66882
1647.27/1656.98	c #Conflicts:    2563000 | #Constraints:      67882
1647.27/1656.98	c #Conflicts:    2564000 | #Constraints:      68882
1647.27/1656.98	c #Conflicts:    2565000 | #Constraints:      69882
1647.27/1656.98	c #Conflicts:    2566000 | #Constraints:      70882
1691.21/1701.19	c #Conflicts:    2567000 | #Constraints:      71882
1691.21/1701.19	c INPROCESSING
1691.21/1701.19	c GARBAGE COLLECT
1691.21/1701.19	c #Conflicts:    2568000 | #Constraints:      40992
1691.21/1701.19	c #Conflicts:    2569000 | #Constraints:      41992
1691.21/1701.19	c #Conflicts:    2570000 | #Constraints:      42992
1691.21/1701.19	c #Conflicts:    2571000 | #Constraints:      43992
1691.21/1701.19	c #Conflicts:    2572000 | #Constraints:      44992
1691.21/1701.19	c #Conflicts:    2573000 | #Constraints:      45993
1691.21/1701.19	c #Conflicts:    2574000 | #Constraints:      46993
1691.21/1701.19	c #Conflicts:    2575000 | #Constraints:      47993
1691.21/1701.19	c #Conflicts:    2576000 | #Constraints:      48993
1691.21/1701.19	c #Conflicts:    2577000 | #Constraints:      49993
1691.21/1701.19	c #Conflicts:    2578000 | #Constraints:      50993
1691.21/1701.19	c #Conflicts:    2579000 | #Constraints:      51993
1691.21/1701.19	c #Conflicts:    2580000 | #Constraints:      52993
1691.21/1701.19	c #Conflicts:    2581000 | #Constraints:      53993
1691.21/1701.19	c #Conflicts:    2582000 | #Constraints:      54994
1691.21/1701.19	c #Conflicts:    2583000 | #Constraints:      55994
1691.21/1701.19	c #Conflicts:    2584000 | #Constraints:      56994
1691.21/1701.19	c #Conflicts:    2585000 | #Constraints:      57994
1691.21/1701.19	c #Conflicts:    2586000 | #Constraints:      58994
1691.21/1701.19	c #Conflicts:    2587000 | #Constraints:      59994
1691.21/1701.19	c #Conflicts:    2588000 | #Constraints:      60994
1691.21/1701.19	c #Conflicts:    2589000 | #Constraints:      61994
1691.21/1701.19	c #Conflicts:    2590000 | #Constraints:      63219
1691.21/1701.19	c #Conflicts:    2591000 | #Constraints:      64219
1691.21/1701.19	c #Conflicts:    2592000 | #Constraints:      65219
1691.21/1701.19	c #Conflicts:    2593000 | #Constraints:      66219
1691.21/1701.19	c #Conflicts:    2594000 | #Constraints:      67219
1691.21/1701.19	c #Conflicts:    2595000 | #Constraints:      68219
1691.21/1701.19	c #Conflicts:    2596000 | #Constraints:      69219
1691.21/1701.19	c #Conflicts:    2597000 | #Constraints:      70219
1691.21/1701.19	c #Conflicts:    2598000 | #Constraints:      71219
1691.21/1701.19	c #Conflicts:    2599000 | #Constraints:      72219
1691.21/1701.19	c INPROCESSING
1691.21/1701.19	c GARBAGE COLLECT
1691.21/1701.19	c #Conflicts:    2600000 | #Constraints:      41098
1691.21/1701.19	c #Conflicts:    2601000 | #Constraints:      42098
1691.21/1701.19	c #Conflicts:    2602000 | #Constraints:      43098
1691.21/1701.19	c #Conflicts:    2603000 | #Constraints:      44098
1691.21/1701.19	c #Conflicts:    2604000 | #Constraints:      45098
1691.21/1701.19	c #Conflicts:    2605000 | #Constraints:      46098
1691.21/1701.19	c #Conflicts:    2606000 | #Constraints:      47098
1691.21/1701.19	c #Conflicts:    2607000 | #Constraints:      48098
1691.21/1701.19	c #Conflicts:    2608000 | #Constraints:      49098
1691.21/1701.19	c #Conflicts:    2609000 | #Constraints:      50098
1691.21/1701.19	c #Conflicts:    2610000 | #Constraints:      51098
1691.21/1701.19	c #Conflicts:    2611000 | #Constraints:      52098
1691.21/1701.19	c #Conflicts:    2612000 | #Constraints:      53098
1691.21/1701.19	c #Conflicts:    2613000 | #Constraints:      54098
1691.21/1701.19	c #Conflicts:    2614000 | #Constraints:      55098
1691.21/1701.19	c #Conflicts:    2615000 | #Constraints:      56098
1691.21/1701.19	c #Conflicts:    2616000 | #Constraints:      57098
1691.21/1701.19	c #Conflicts:    2617000 | #Constraints:      58098
1691.21/1701.19	c #Conflicts:    2618000 | #Constraints:      59098
1691.21/1701.19	c #Conflicts:    2619000 | #Constraints:      60098
1691.21/1701.19	c #Conflicts:    2620000 | #Constraints:      61098
1691.21/1701.19	c #Conflicts:    2621000 | #Constraints:      62098
1691.21/1701.19	c #Conflicts:    2622000 | #Constraints:      63098
1691.21/1701.19	c #Conflicts:    2623000 | #Constraints:      64098
1691.21/1701.19	c #Conflicts:    2624000 | #Constraints:      65098
1691.21/1701.19	c #Conflicts:    2625000 | #Constraints:      66098
1691.21/1701.19	c #Conflicts:    2626000 | #Constraints:      67098
1691.21/1701.19	c #Conflicts:    2627000 | #Constraints:      68098
1691.21/1701.19	c #Conflicts:    2628000 | #Constraints:      69098
1691.21/1701.19	c #Conflicts:    2629000 | #Constraints:      70098
1691.21/1701.19	c #Conflicts:    2630000 | #Constraints:      71098
1691.21/1701.19	c #Conflicts:    2631000 | #Constraints:      72098
1691.21/1701.19	c INPROCESSING
1691.21/1701.19	c GARBAGE COLLECT
1691.21/1701.19	c #Conflicts:    2632000 | #Constraints:      40813
1691.21/1701.19	c #Conflicts:    2633000 | #Constraints:      41813
1691.21/1701.19	c #Conflicts:    2634000 | #Constraints:      42813
1691.21/1701.19	c #Conflicts:    2635000 | #Constraints:      43813
1691.21/1701.19	c #Conflicts:    2636000 | #Constraints:      44813
1691.21/1701.19	c #Conflicts:    2637000 | #Constraints:      45813
1691.21/1701.19	c #Conflicts:    2638000 | #Constraints:      46813
1691.21/1701.19	c #Conflicts:    2639000 | #Constraints:      47813
1691.21/1701.19	c #Conflicts:    2640000 | #Constraints:      48813
1691.21/1701.19	c #Conflicts:    2641000 | #Constraints:      49813
1691.21/1701.19	c #Conflicts:    2642000 | #Constraints:      50813
1691.21/1701.19	c #Conflicts:    2643000 | #Constraints:      51813
1763.64/1773.94	c #Conflicts:    2644000 | #Constraints:      52813
1763.64/1773.94	c #Conflicts:    2645000 | #Constraints:      53813
1763.64/1773.94	c #Conflicts:    2646000 | #Constraints:      54813
1763.64/1773.94	c #Conflicts:    2647000 | #Constraints:      55813
1763.64/1773.94	c #Conflicts:    2648000 | #Constraints:      56813
1763.64/1773.94	c #Conflicts:    2649000 | #Constraints:      57813
1763.64/1773.94	c #Conflicts:    2650000 | #Constraints:      58813
1763.64/1773.94	c #Conflicts:    2651000 | #Constraints:      59813
1763.64/1773.94	c #Conflicts:    2652000 | #Constraints:      60813
1763.64/1773.94	c #Conflicts:    2653000 | #Constraints:      61813
1763.64/1773.94	c #Conflicts:    2654000 | #Constraints:      62813
1763.64/1773.94	c #Conflicts:    2655000 | #Constraints:      63813
1763.64/1773.94	c #Conflicts:    2656000 | #Constraints:      64813
1763.64/1773.94	c #Conflicts:    2657000 | #Constraints:      65813
1763.64/1773.94	c #Conflicts:    2658000 | #Constraints:      66813
1763.64/1773.94	c #Conflicts:    2659000 | #Constraints:      67814
1763.64/1773.94	c #Conflicts:    2660000 | #Constraints:      68814
1763.64/1773.94	c #Conflicts:    2661000 | #Constraints:      69814
1763.64/1773.94	c #Conflicts:    2662000 | #Constraints:      70814
1763.64/1773.94	c #Conflicts:    2663000 | #Constraints:      71814
1763.64/1773.94	c #Conflicts:    2664000 | #Constraints:      72814
1763.64/1773.94	c INPROCESSING
1763.64/1773.94	c GARBAGE COLLECT
1763.64/1773.94	c #Conflicts:    2665000 | #Constraints:      41405
1763.64/1773.94	c #Conflicts:    2666000 | #Constraints:      42406
1763.64/1773.94	c #Conflicts:    2667000 | #Constraints:      43406
1763.64/1773.94	c #Conflicts:    2668000 | #Constraints:      44406
1763.64/1773.94	c #Conflicts:    2669000 | #Constraints:      45406
1763.64/1773.94	c #Conflicts:    2670000 | #Constraints:      46406
1763.64/1773.94	c #Conflicts:    2671000 | #Constraints:      47406
1763.64/1773.94	c #Conflicts:    2672000 | #Constraints:      48406
1763.64/1773.94	c #Conflicts:    2673000 | #Constraints:      49406
1763.64/1773.94	c #Conflicts:    2674000 | #Constraints:      50406
1763.64/1773.94	c #Conflicts:    2675000 | #Constraints:      51407
1763.64/1773.94	c #Conflicts:    2676000 | #Constraints:      52433
1763.64/1773.94	c #Conflicts:    2677000 | #Constraints:      53433
1763.64/1773.94	c #Conflicts:    2678000 | #Constraints:      54434
1763.64/1773.94	c #Conflicts:    2679000 | #Constraints:      55434
1763.64/1773.94	c #Conflicts:    2680000 | #Constraints:      56434
1763.64/1773.94	c #Conflicts:    2681000 | #Constraints:      57434
1763.64/1773.94	c #Conflicts:    2682000 | #Constraints:      58434
1763.64/1773.94	c #Conflicts:    2683000 | #Constraints:      59434
1763.64/1773.94	c #Conflicts:    2684000 | #Constraints:      60434
1763.64/1773.94	c #Conflicts:    2685000 | #Constraints:      61434
1763.64/1773.94	c #Conflicts:    2686000 | #Constraints:      62434
1763.64/1773.94	c #Conflicts:    2687000 | #Constraints:      63434
1763.64/1773.94	c #Conflicts:    2688000 | #Constraints:      64434
1763.64/1773.94	c #Conflicts:    2689000 | #Constraints:      65439
1763.64/1773.94	c #Conflicts:    2690000 | #Constraints:      66439
1763.64/1773.94	c #Conflicts:    2691000 | #Constraints:      67440
1763.64/1773.94	c #Conflicts:    2692000 | #Constraints:      68441
1763.64/1773.94	c #Conflicts:    2693000 | #Constraints:      69441
1763.64/1773.94	c #Conflicts:    2694000 | #Constraints:      70441
1763.64/1773.94	c #Conflicts:    2695000 | #Constraints:      71441
1763.64/1773.94	c #Conflicts:    2696000 | #Constraints:      72441
1763.64/1773.94	c #Conflicts:    2697000 | #Constraints:      73441
1763.64/1773.94	c INPROCESSING
1763.64/1773.94	c GARBAGE COLLECT
1763.64/1773.94	c #Conflicts:    2698000 | #Constraints:      41792
1763.64/1773.94	c #Conflicts:    2699000 | #Constraints:      42792
1763.64/1773.94	c #Conflicts:    2700000 | #Constraints:      43792
1763.64/1773.94	c #Conflicts:    2701000 | #Constraints:      44792
1763.64/1773.94	c #Conflicts:    2702000 | #Constraints:      45792
1763.64/1773.94	c #Conflicts:    2703000 | #Constraints:      46792
1763.64/1773.94	c #Conflicts:    2704000 | #Constraints:      47792
1763.64/1773.94	c #Conflicts:    2705000 | #Constraints:      48792
1763.64/1773.94	c #Conflicts:    2706000 | #Constraints:      49792
1763.64/1773.94	c #Conflicts:    2707000 | #Constraints:      50792
1763.64/1773.94	c #Conflicts:    2708000 | #Constraints:      51792
1763.64/1773.94	c #Conflicts:    2709000 | #Constraints:      52792
1763.64/1773.94	c #Conflicts:    2710000 | #Constraints:      53792
1763.64/1773.94	c #Conflicts:    2711000 | #Constraints:      54792
1763.64/1773.94	c #Conflicts:    2712000 | #Constraints:      55792
1763.64/1773.94	c #Conflicts:    2713000 | #Constraints:      56792
1763.64/1773.94	c #Conflicts:    2714000 | #Constraints:      57792
1763.64/1773.94	c #Conflicts:    2715000 | #Constraints:      58792
1763.64/1773.94	c #Conflicts:    2716000 | #Constraints:      59792
1763.64/1773.94	c #Conflicts:    2717000 | #Constraints:      60792
1763.64/1773.94	c #Conflicts:    2718000 | #Constraints:      61792
1763.64/1773.94	c #Conflicts:    2719000 | #Constraints:      62792
1763.64/1773.94	c #Conflicts:    2720000 | #Constraints:      63792
1816.05/1826.62	c #Conflicts:    2721000 | #Constraints:      64792
1816.05/1826.62	c #Conflicts:    2722000 | #Constraints:      65792
1816.05/1826.62	c #Conflicts:    2723000 | #Constraints:      66792
1816.05/1826.62	c #Conflicts:    2724000 | #Constraints:      67792
1816.05/1826.62	c #Conflicts:    2725000 | #Constraints:      68792
1816.05/1826.62	c #Conflicts:    2726000 | #Constraints:      69792
1816.05/1826.62	c #Conflicts:    2727000 | #Constraints:      70792
1816.05/1826.62	c #Conflicts:    2728000 | #Constraints:      71793
1816.05/1826.62	c #Conflicts:    2729000 | #Constraints:      72793
1816.05/1826.62	c #Conflicts:    2730000 | #Constraints:      73793
1816.05/1826.62	c INPROCESSING
1816.05/1826.62	c GARBAGE COLLECT
1816.05/1826.62	c #Conflicts:    2731000 | #Constraints:      42001
1816.05/1826.62	c #Conflicts:    2732000 | #Constraints:      43001
1816.05/1826.62	c #Conflicts:    2733000 | #Constraints:      44001
1816.05/1826.62	c #Conflicts:    2734000 | #Constraints:      45001
1816.05/1826.62	c #Conflicts:    2735000 | #Constraints:      46001
1816.05/1826.62	c #Conflicts:    2736000 | #Constraints:      47001
1816.05/1826.62	c #Conflicts:    2737000 | #Constraints:      48001
1816.05/1826.62	c #Conflicts:    2738000 | #Constraints:      49001
1816.05/1826.62	c #Conflicts:    2739000 | #Constraints:      50001
1816.05/1826.62	c #Conflicts:    2740000 | #Constraints:      51001
1816.05/1826.62	c #Conflicts:    2741000 | #Constraints:      52001
1816.05/1826.62	c #Conflicts:    2742000 | #Constraints:      53001
1816.05/1826.62	c #Conflicts:    2743000 | #Constraints:      54002
1816.05/1826.62	c #Conflicts:    2744000 | #Constraints:      55002
1816.05/1826.62	c #Conflicts:    2745000 | #Constraints:      56002
1816.05/1826.62	c #Conflicts:    2746000 | #Constraints:      57002
1816.05/1826.62	c #Conflicts:    2747000 | #Constraints:      58002
1816.05/1826.62	c #Conflicts:    2748000 | #Constraints:      59002
1816.05/1826.62	c #Conflicts:    2749000 | #Constraints:      60004
1816.05/1826.62	c #Conflicts:    2750000 | #Constraints:      61004
1816.05/1826.62	c #Conflicts:    2751000 | #Constraints:      62004
1816.05/1826.62	c #Conflicts:    2752000 | #Constraints:      63004
1816.05/1826.62	c #Conflicts:    2753000 | #Constraints:      64004
1816.05/1826.62	c #Conflicts:    2754000 | #Constraints:      65009
1816.05/1826.62	c #Conflicts:    2755000 | #Constraints:      66009
1816.05/1826.62	c #Conflicts:    2756000 | #Constraints:      67009
1816.05/1826.62	c #Conflicts:    2757000 | #Constraints:      68009
1816.05/1826.62	c #Conflicts:    2758000 | #Constraints:      69009
1816.05/1826.62	c #Conflicts:    2759000 | #Constraints:      70009
1816.05/1826.62	c #Conflicts:    2760000 | #Constraints:      71009
1816.05/1826.62	c #Conflicts:    2761000 | #Constraints:      72009
1816.05/1826.62	c #Conflicts:    2762000 | #Constraints:      73009
1816.05/1826.62	c #Conflicts:    2763000 | #Constraints:      74009
1816.05/1826.62	c INPROCESSING
1816.05/1826.62	c GARBAGE COLLECT
1816.05/1826.62	c #Conflicts:    2764000 | #Constraints:      41980
1816.05/1826.62	c #Conflicts:    2765000 | #Constraints:      42980
1816.05/1826.62	c #Conflicts:    2766000 | #Constraints:      43980
1816.05/1826.62	c #Conflicts:    2767000 | #Constraints:      44980
1816.05/1826.62	c #Conflicts:    2768000 | #Constraints:      45980
1816.05/1826.62	c #Conflicts:    2769000 | #Constraints:      46980
1816.05/1826.62	c #Conflicts:    2770000 | #Constraints:      47980
1816.05/1826.62	c #Conflicts:    2771000 | #Constraints:      48980
1816.05/1826.62	c #Conflicts:    2772000 | #Constraints:      49980
1816.05/1826.62	c #Conflicts:    2773000 | #Constraints:      50980
1816.05/1826.62	c #Conflicts:    2774000 | #Constraints:      51980
1816.05/1826.62	c #Conflicts:    2775000 | #Constraints:      52980
1816.05/1826.62	c #Conflicts:    2776000 | #Constraints:      53980
1816.05/1826.62	c #Conflicts:    2777000 | #Constraints:      54980
1816.05/1826.62	c #Conflicts:    2778000 | #Constraints:      55980
1816.05/1826.62	c #Conflicts:    2779000 | #Constraints:      56980
1816.05/1826.62	c #Conflicts:    2780000 | #Constraints:      57980
1816.05/1826.62	c #Conflicts:    2781000 | #Constraints:      58980
1816.05/1826.62	c #Conflicts:    2782000 | #Constraints:      59980
1816.05/1826.62	c #Conflicts:    2783000 | #Constraints:      60980
1816.05/1826.62	c #Conflicts:    2784000 | #Constraints:      61980
1816.05/1826.62	c #Conflicts:    2785000 | #Constraints:      62980
1816.05/1826.62	c #Conflicts:    2786000 | #Constraints:      63980
1816.05/1826.62	c #Conflicts:    2787000 | #Constraints:      64980
1816.05/1826.62	c #Conflicts:    2788000 | #Constraints:      65980
1816.05/1826.62	c #Conflicts:    2789000 | #Constraints:      66980
1816.05/1826.62	c #Conflicts:    2790000 | #Constraints:      67980
1816.05/1826.62	c #Conflicts:    2791000 | #Constraints:      68980
1816.05/1826.62	c #Conflicts:    2792000 | #Constraints:      69981
1816.05/1826.62	c #Conflicts:    2793000 | #Constraints:      70981
1816.05/1826.62	c #Conflicts:    2794000 | #Constraints:      71981
1816.05/1826.62	c #Conflicts:    2795000 | #Constraints:      72981
1816.05/1826.62	c #Conflicts:    2796000 | #Constraints:      73981
1816.05/1826.62	c INPROCESSING
1816.05/1826.62	c GARBAGE COLLECT
1816.05/1826.62	c #Conflicts:    2797000 | #Constraints:      41777
1861.55/1872.37	c #Conflicts:    2798000 | #Constraints:      42777
1861.55/1872.37	c #Conflicts:    2799000 | #Constraints:      43777
1861.55/1872.37	c #Conflicts:    2800000 | #Constraints:      44777
1861.55/1872.37	c #Conflicts:    2801000 | #Constraints:      45777
1861.55/1872.37	c #Conflicts:    2802000 | #Constraints:      46777
1861.55/1872.37	c #Conflicts:    2803000 | #Constraints:      47777
1861.55/1872.37	c #Conflicts:    2804000 | #Constraints:      48777
1861.55/1872.37	c #Conflicts:    2805000 | #Constraints:      49777
1861.55/1872.37	c #Conflicts:    2806000 | #Constraints:      50777
1861.55/1872.37	c #Conflicts:    2807000 | #Constraints:      51777
1861.55/1872.37	c #Conflicts:    2808000 | #Constraints:      52777
1861.55/1872.37	c #Conflicts:    2809000 | #Constraints:      53777
1861.55/1872.37	c #Conflicts:    2810000 | #Constraints:      54777
1861.55/1872.37	c #Conflicts:    2811000 | #Constraints:      55777
1861.55/1872.37	c #Conflicts:    2812000 | #Constraints:      56777
1861.55/1872.37	c #Conflicts:    2813000 | #Constraints:      57777
1861.55/1872.37	c #Conflicts:    2814000 | #Constraints:      58777
1861.55/1872.37	c #Conflicts:    2815000 | #Constraints:      59777
1861.55/1872.37	c #Conflicts:    2816000 | #Constraints:      60777
1861.55/1872.37	c #Conflicts:    2817000 | #Constraints:      61778
1861.55/1872.37	c #Conflicts:    2818000 | #Constraints:      62778
1861.55/1872.37	c #Conflicts:    2819000 | #Constraints:      63778
1861.55/1872.37	c #Conflicts:    2820000 | #Constraints:      64778
1861.55/1872.37	c #Conflicts:    2821000 | #Constraints:      65779
1861.55/1872.37	c #Conflicts:    2822000 | #Constraints:      66779
1861.55/1872.37	c #Conflicts:    2823000 | #Constraints:      67779
1861.55/1872.37	c #Conflicts:    2824000 | #Constraints:      68779
1861.55/1872.37	c #Conflicts:    2825000 | #Constraints:      69779
1861.55/1872.37	c #Conflicts:    2826000 | #Constraints:      70779
1861.55/1872.37	c #Conflicts:    2827000 | #Constraints:      71779
1861.55/1872.37	c #Conflicts:    2828000 | #Constraints:      72780
1861.55/1872.37	c #Conflicts:    2829000 | #Constraints:      73780
1861.55/1872.37	c #Conflicts:    2830000 | #Constraints:      74780
1861.55/1872.37	c INPROCESSING
1861.55/1872.37	c GARBAGE COLLECT
1861.55/1872.37	c #Conflicts:    2831000 | #Constraints:      42385
1861.55/1872.37	c #Conflicts:    2832000 | #Constraints:      43385
1861.55/1872.37	c #Conflicts:    2833000 | #Constraints:      44385
1861.55/1872.37	c #Conflicts:    2834000 | #Constraints:      45385
1861.55/1872.37	c #Conflicts:    2835000 | #Constraints:      46385
1861.55/1872.37	c #Conflicts:    2836000 | #Constraints:      47385
1861.55/1872.37	c #Conflicts:    2837000 | #Constraints:      48385
1861.55/1872.37	c #Conflicts:    2838000 | #Constraints:      49386
1861.55/1872.37	c #Conflicts:    2839000 | #Constraints:      50386
1861.55/1872.37	c #Conflicts:    2840000 | #Constraints:      51386
1861.55/1872.37	c #Conflicts:    2841000 | #Constraints:      52386
1861.55/1872.37	c #Conflicts:    2842000 | #Constraints:      53386
1861.55/1872.37	c #Conflicts:    2843000 | #Constraints:      54386
1861.55/1872.37	c #Conflicts:    2844000 | #Constraints:      55386
1861.55/1872.37	c #Conflicts:    2845000 | #Constraints:      56388
1861.55/1872.37	c #Conflicts:    2846000 | #Constraints:      57388
1861.55/1872.37	c #Conflicts:    2847000 | #Constraints:      58388
1861.55/1872.37	c #Conflicts:    2848000 | #Constraints:      59389
1861.55/1872.37	c #Conflicts:    2849000 | #Constraints:      60389
1861.55/1872.37	c #Conflicts:    2850000 | #Constraints:      61389
1861.55/1872.37	c #Conflicts:    2851000 | #Constraints:      62389
1861.55/1872.37	c #Conflicts:    2852000 | #Constraints:      63389
1861.55/1872.37	c #Conflicts:    2853000 | #Constraints:      64390
1861.55/1872.37	c #Conflicts:    2854000 | #Constraints:      65390
1861.55/1872.37	c #Conflicts:    2855000 | #Constraints:      66390
1861.55/1872.37	c #Conflicts:    2856000 | #Constraints:      67390
1861.55/1872.37	c #Conflicts:    2857000 | #Constraints:      68390
1861.55/1872.37	c #Conflicts:    2858000 | #Constraints:      69390
1861.55/1872.37	c #Conflicts:    2859000 | #Constraints:      70390
1861.55/1872.37	c #Conflicts:    2860000 | #Constraints:      71390
1861.55/1872.37	c #Conflicts:    2861000 | #Constraints:      72390
1861.55/1872.37	c #Conflicts:    2862000 | #Constraints:      73390
1861.55/1872.37	c #Conflicts:    2863000 | #Constraints:      74390
1861.55/1872.37	c #Conflicts:    2864000 | #Constraints:      75390
1861.55/1872.37	c INPROCESSING
1861.55/1872.37	c GARBAGE COLLECT
1861.55/1872.37	c #Conflicts:    2865000 | #Constraints:      42777
1861.55/1872.37	c #Conflicts:    2866000 | #Constraints:      43777
1861.55/1872.37	c #Conflicts:    2867000 | #Constraints:      44777
1861.55/1872.37	c #Conflicts:    2868000 | #Constraints:      45777
1861.55/1872.37	c #Conflicts:    2869000 | #Constraints:      46777
1861.55/1872.37	c #Conflicts:    2870000 | #Constraints:      47777
1861.55/1872.37	c #Conflicts:    2871000 | #Constraints:      48777
1861.55/1872.37	c #Conflicts:    2872000 | #Constraints:      49777
1861.55/1872.37	c #Conflicts:    2873000 | #Constraints:      50777
1861.55/1872.37	c #Conflicts:    2874000 | #Constraints:      51777
1861.55/1872.37	c #Conflicts:    2875000 | #Constraints:      52777
1882.71/1893.62	c #Conflicts:    2876000 | #Constraints:      53777
1882.71/1893.62	c #Conflicts:    2877000 | #Constraints:      54777
1882.71/1893.62	c #Conflicts:    2878000 | #Constraints:      55777
1882.71/1893.62	c #Conflicts:    2879000 | #Constraints:      56777
1882.71/1893.62	c #Conflicts:    2880000 | #Constraints:      57777
1882.71/1893.62	c #Conflicts:    2881000 | #Constraints:      58777
1882.71/1893.62	c #Conflicts:    2882000 | #Constraints:      59777
1882.71/1893.62	c #Conflicts:    2883000 | #Constraints:      60777
1882.71/1893.62	c #Conflicts:    2884000 | #Constraints:      61777
1882.71/1893.62	c #Conflicts:    2885000 | #Constraints:      62777
1882.71/1893.62	c #Conflicts:    2886000 | #Constraints:      63777
1882.71/1893.62	c #Conflicts:    2887000 | #Constraints:      64777
1882.71/1893.62	c #Conflicts:    2888000 | #Constraints:      65777
1882.71/1893.62	c #Conflicts:    2889000 | #Constraints:      66778
1882.71/1893.62	c #Conflicts:    2890000 | #Constraints:      67778
1882.71/1893.62	c #Conflicts:    2891000 | #Constraints:      68778
1882.71/1893.62	c #Conflicts:    2892000 | #Constraints:      69778
1882.71/1893.62	c #Conflicts:    2893000 | #Constraints:      70778
1882.71/1893.62	c #Conflicts:    2894000 | #Constraints:      71778
1882.71/1893.62	c #Conflicts:    2895000 | #Constraints:      72778
1882.71/1893.62	c #Conflicts:    2896000 | #Constraints:      73778
1882.71/1893.62	c #Conflicts:    2897000 | #Constraints:      74778
1882.71/1893.62	c #Conflicts:    2898000 | #Constraints:      75866
1882.71/1893.62	c INPROCESSING
1882.71/1893.62	c GARBAGE COLLECT
1882.71/1893.62	WSVECS04 Frhs2[4]: 6 -1.32813 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[11]: 6 -2 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[14]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[47]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[49]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[56]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[64]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[76]: 6 0 0.187501 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[97]: 6 -0.615385 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[107]: 6 -0.10035 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[120]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[122]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[132]: 6 0 0.369963 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[139]: 6 -1.31934 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[164]: 6 -1.32813 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[171]: 6 -1.70313 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[185]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[194]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[220]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[228]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[230]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[231]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[244]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[262]: 6 -1.3125 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[268]: 6 -0.125001 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[332]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[353]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[372]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[376]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[377]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[389]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[409]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[410]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[428]: 6 -0.0625007 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[447]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[472]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[480]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[501]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[518]: 6 -1.29395 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[529]: 6 -2 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[545]: 6 -0.384616 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[581]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[583]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[586]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[592]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[609]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[630]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[645]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[646]: 6 -0.992188 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[670]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1033]: 6 -1.0625 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1043]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1045]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1056]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1063]: 6 -3.51957 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1068]: 6 -2.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1093]: 6 0 0.333733 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1107]: 6 -0.851563 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1130]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1140]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1147]: 6 -0.923077 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1160]: 6 -0.892639 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1165]: 6 -1.32617 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1179]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1195]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1203]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1205]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1220]: 6 -0.182373 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1222]: 6 -0.5 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1225]: 6 -0.87793 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1241]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1245]: 6 -0.00402882 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1247]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1251]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1264]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1288]: 6 -1.08203 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1296]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1340]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1343]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1375]: 6 -1.22684 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1388]: 6 -5.50781 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1394]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1408]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1414]: 6 -1.55438 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1420]: 6 0 0.332276 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1435]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1444]: 6 -0.666993 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1448]: 6 -0.921875 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1450]: 6 -1.9375 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1451]: 6 -0.6875 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1452]: 6 -0.750001 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1479]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1483]: 6 -3.22235 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1492]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1505]: 6 -1.31885 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1509]: 6 -0.769532 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1510]: 6 -0.4375 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1536]: 6 -1.32349 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1544]: 6 0 4.43359 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1549]: 6 -3.1875 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1556]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1897]: 6 -1.3125 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1909]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1919]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1931]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1939]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2006]: 6 -6.0361 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2008]: 6 -5 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2017]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2020]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2023]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2026]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2031]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2034]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2040]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2044]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2087]: 6 -0.384616 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2090]: 6 -2.46154 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2100]: 6 -5 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2113]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2124]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2125]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2149]: 6 -1.48121 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2177]: 6 -1.03723 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2189]: 6 -2.0332 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2248]: 6 0 0.0378012 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2277]: 6 -0.750001 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2285]: 6 -0.29234 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2298]: 6 0 0.742188 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2349]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2402]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2440]: 6 -1.3125 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2469]: 6 -1.5 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2563]: 6 -2.99194 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2576]: 6 -5 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2586]: 6 -5 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2590]: 6 -0.851563 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2593]: 6 -1.29688 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2633]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2635]: 6 -0.488282 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2678]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2729]: 6 -1.3125 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2771]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2790]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2819]: 6 -0.0781258 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2823]: 6 -1.3125 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2825]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2854]: 6 -5.01563 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2868]: 6 0 0.328125 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2947]: 6 -5.63525 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2950]: 6 -1.04632 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2951]: 6 -1.04632 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2959]: 6 -0.75 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3022]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3059]: 6 -1.3125 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3114]: 6 -1.3125 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3116]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3153]: 6 -1.3125 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3164]: 6 -0.500001 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3170]: 6 -9 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3175]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3197]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3205]: 6 -1.63715 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3206]: 6 -1.2743 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3221]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3238]: 6 -5.63715 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3240]: 6 -1.2743 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3266]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3273]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3299]: 6 -1.33301 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3300]: 6 -0.666017 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3307]: 6 -1.25 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3337]: 6 -0.664063 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3367]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3395]: 6 -1.33087 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3399]: 6 -1.29395 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3404]: 6 -0.406251 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3432]: 6 -1.31885 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3437]: 6 -0.687501 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3498]: 6 -0.730225 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3505]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3525]: 6 -1.24188 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3530]: 6 -1.24753 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3544]: 6 -9.31641 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3558]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3622]: 6 -0.687501 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3627]: 6 -0.5 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3663]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3669]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3758]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3869]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
1882.71/1893.62	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
1992.02/2003.44	c #Conflicts:    2899000 | #Constraints:      43040
1992.02/2003.44	c #Conflicts:    2900000 | #Constraints:      44040
1992.02/2003.44	c #Conflicts:    2901000 | #Constraints:      45040
1992.02/2003.44	c #Conflicts:    2902000 | #Constraints:      46040
1992.02/2003.44	c #Conflicts:    2903000 | #Constraints:      47040
1992.02/2003.44	c #Conflicts:    2904000 | #Constraints:      48040
1992.02/2003.44	c #Conflicts:    2905000 | #Constraints:      49040
1992.02/2003.44	c #Conflicts:    2906000 | #Constraints:      50040
1992.02/2003.44	c #Conflicts:    2907000 | #Constraints:      51040
1992.02/2003.44	c #Conflicts:    2908000 | #Constraints:      52040
1992.02/2003.44	c #Conflicts:    2909000 | #Constraints:      53040
1992.02/2003.44	c #Conflicts:    2910000 | #Constraints:      54040
1992.02/2003.44	c #Conflicts:    2911000 | #Constraints:      55040
1992.02/2003.44	c #Conflicts:    2912000 | #Constraints:      56040
1992.02/2003.44	c #Conflicts:    2913000 | #Constraints:      57040
1992.02/2003.44	c #Conflicts:    2914000 | #Constraints:      58040
1992.02/2003.44	c #Conflicts:    2915000 | #Constraints:      59040
1992.02/2003.44	c #Conflicts:    2916000 | #Constraints:      60040
1992.02/2003.44	c #Conflicts:    2917000 | #Constraints:      61040
1992.02/2003.44	c #Conflicts:    2918000 | #Constraints:      62040
1992.02/2003.44	c #Conflicts:    2919000 | #Constraints:      63040
1992.02/2003.44	c #Conflicts:    2920000 | #Constraints:      64040
1992.02/2003.44	c #Conflicts:    2921000 | #Constraints:      65040
1992.02/2003.44	c #Conflicts:    2922000 | #Constraints:      66040
1992.02/2003.44	c #Conflicts:    2923000 | #Constraints:      67040
1992.02/2003.44	c #Conflicts:    2924000 | #Constraints:      68040
1992.02/2003.44	c #Conflicts:    2925000 | #Constraints:      69040
1992.02/2003.44	c #Conflicts:    2926000 | #Constraints:      70040
1992.02/2003.44	c #Conflicts:    2927000 | #Constraints:      71040
1992.02/2003.44	c #Conflicts:    2928000 | #Constraints:      72040
1992.02/2003.44	c #Conflicts:    2929000 | #Constraints:      73040
1992.02/2003.44	c #Conflicts:    2930000 | #Constraints:      74040
1992.02/2003.44	c #Conflicts:    2931000 | #Constraints:      75040
1992.02/2003.44	c #Conflicts:    2932000 | #Constraints:      76040
1992.02/2003.44	c INPROCESSING
1992.02/2003.44	c GARBAGE COLLECT
1992.02/2003.44	c #Conflicts:    2933000 | #Constraints:      43029
1992.02/2003.44	c #Conflicts:    2934000 | #Constraints:      44029
1992.02/2003.44	c #Conflicts:    2935000 | #Constraints:      45029
1992.02/2003.44	c #Conflicts:    2936000 | #Constraints:      46029
1992.02/2003.44	c #Conflicts:    2937000 | #Constraints:      47029
1992.02/2003.44	c #Conflicts:    2938000 | #Constraints:      48029
1992.02/2003.44	c #Conflicts:    2939000 | #Constraints:      49029
1992.02/2003.44	c #Conflicts:    2940000 | #Constraints:      50029
1992.02/2003.44	c #Conflicts:    2941000 | #Constraints:      51029
1992.02/2003.44	c #Conflicts:    2942000 | #Constraints:      52029
1992.02/2003.44	c #Conflicts:    2943000 | #Constraints:      53029
1992.02/2003.44	c #Conflicts:    2944000 | #Constraints:      54029
1992.02/2003.44	c #Conflicts:    2945000 | #Constraints:      55029
1992.02/2003.44	c #Conflicts:    2946000 | #Constraints:      56029
1992.02/2003.44	c #Conflicts:    2947000 | #Constraints:      57029
1992.02/2003.44	c #Conflicts:    2948000 | #Constraints:      58029
1992.02/2003.44	c #Conflicts:    2949000 | #Constraints:      59029
1992.02/2003.44	c #Conflicts:    2950000 | #Constraints:      60029
1992.02/2003.44	c #Conflicts:    2951000 | #Constraints:      61029
1992.02/2003.44	c #Conflicts:    2952000 | #Constraints:      62029
1992.02/2003.44	c #Conflicts:    2953000 | #Constraints:      63029
1992.02/2003.44	c #Conflicts:    2954000 | #Constraints:      64029
1992.02/2003.44	c #Conflicts:    2955000 | #Constraints:      65029
1992.02/2003.44	c #Conflicts:    2956000 | #Constraints:      66029
1992.02/2003.44	c #Conflicts:    2957000 | #Constraints:      67029
1992.02/2003.44	c #Conflicts:    2958000 | #Constraints:      68029
1992.02/2003.44	c #Conflicts:    2959000 | #Constraints:      69030
1992.02/2003.44	c #Conflicts:    2960000 | #Constraints:      70030
1992.02/2003.44	c #Conflicts:    2961000 | #Constraints:      71030
1992.02/2003.44	c #Conflicts:    2962000 | #Constraints:      72030
1992.02/2003.44	c #Conflicts:    2963000 | #Constraints:      73030
1992.02/2003.44	c #Conflicts:    2964000 | #Constraints:      74030
1992.02/2003.44	c #Conflicts:    2965000 | #Constraints:      75030
1992.02/2003.44	c #Conflicts:    2966000 | #Constraints:      76030
1992.02/2003.44	c INPROCESSING
1992.02/2003.44	c GARBAGE COLLECT
1992.02/2003.44	c #Conflicts:    2967000 | #Constraints:      42841
1992.02/2003.44	c #Conflicts:    2968000 | #Constraints:      43841
1992.02/2003.44	c #Conflicts:    2969000 | #Constraints:      44841
1992.02/2003.44	c #Conflicts:    2970000 | #Constraints:      45841
1992.02/2003.44	c #Conflicts:    2971000 | #Constraints:      46841
1992.02/2003.44	c #Conflicts:    2972000 | #Constraints:      47841
1992.02/2003.44	c #Conflicts:    2973000 | #Constraints:      48841
1992.02/2003.44	c #Conflicts:    2974000 | #Constraints:      49841
1992.02/2003.44	c #Conflicts:    2975000 | #Constraints:      50841
1992.02/2003.44	c #Conflicts:    2976000 | #Constraints:      51841
2038.53/2050.13	c #Conflicts:    2977000 | #Constraints:      52841
2038.53/2050.13	c #Conflicts:    2978000 | #Constraints:      53841
2038.53/2050.13	c #Conflicts:    2979000 | #Constraints:      54841
2038.53/2050.13	c #Conflicts:    2980000 | #Constraints:      55841
2038.53/2050.13	c #Conflicts:    2981000 | #Constraints:      56841
2038.53/2050.13	c #Conflicts:    2982000 | #Constraints:      57841
2038.53/2050.13	c #Conflicts:    2983000 | #Constraints:      58841
2038.53/2050.13	c #Conflicts:    2984000 | #Constraints:      59841
2038.53/2050.13	c #Conflicts:    2985000 | #Constraints:      60841
2038.53/2050.13	c #Conflicts:    2986000 | #Constraints:      61841
2038.53/2050.13	c #Conflicts:    2987000 | #Constraints:      62841
2038.53/2050.13	c #Conflicts:    2988000 | #Constraints:      63841
2038.53/2050.13	c #Conflicts:    2989000 | #Constraints:      64842
2038.53/2050.13	c #Conflicts:    2990000 | #Constraints:      65842
2038.53/2050.13	c #Conflicts:    2991000 | #Constraints:      66842
2038.53/2050.13	c #Conflicts:    2992000 | #Constraints:      67842
2038.53/2050.13	c #Conflicts:    2993000 | #Constraints:      68842
2038.53/2050.13	c #Conflicts:    2994000 | #Constraints:      69842
2038.53/2050.13	c #Conflicts:    2995000 | #Constraints:      70842
2038.53/2050.13	c #Conflicts:    2996000 | #Constraints:      71842
2038.53/2050.13	c #Conflicts:    2997000 | #Constraints:      72842
2038.53/2050.13	c #Conflicts:    2998000 | #Constraints:      73842
2038.53/2050.13	c #Conflicts:    2999000 | #Constraints:      74842
2038.53/2050.13	c #Conflicts:    3000000 | #Constraints:      75842
2038.53/2050.13	c #Conflicts:    3001000 | #Constraints:      76842
2038.53/2050.13	c INPROCESSING
2038.53/2050.13	c GARBAGE COLLECT
2038.53/2050.13	c #Conflicts:    3002000 | #Constraints:      43412
2038.53/2050.13	c #Conflicts:    3003000 | #Constraints:      44412
2038.53/2050.13	c #Conflicts:    3004000 | #Constraints:      45412
2038.53/2050.13	c #Conflicts:    3005000 | #Constraints:      46412
2038.53/2050.13	c #Conflicts:    3006000 | #Constraints:      47412
2038.53/2050.13	c #Conflicts:    3007000 | #Constraints:      48412
2038.53/2050.13	c #Conflicts:    3008000 | #Constraints:      49413
2038.53/2050.13	c #Conflicts:    3009000 | #Constraints:      50413
2038.53/2050.13	c #Conflicts:    3010000 | #Constraints:      51413
2038.53/2050.13	c #Conflicts:    3011000 | #Constraints:      52413
2038.53/2050.13	c #Conflicts:    3012000 | #Constraints:      53413
2038.53/2050.13	c #Conflicts:    3013000 | #Constraints:      54413
2038.53/2050.13	c #Conflicts:    3014000 | #Constraints:      55413
2038.53/2050.13	c #Conflicts:    3015000 | #Constraints:      56413
2038.53/2050.13	c #Conflicts:    3016000 | #Constraints:      57413
2038.53/2050.13	c #Conflicts:    3017000 | #Constraints:      58482
2038.53/2050.13	c #Conflicts:    3018000 | #Constraints:      59791
2038.53/2050.13	c #Conflicts:    3019000 | #Constraints:      60791
2038.53/2050.13	c #Conflicts:    3020000 | #Constraints:      61792
2038.53/2050.13	c #Conflicts:    3021000 | #Constraints:      62792
2038.53/2050.13	c #Conflicts:    3022000 | #Constraints:      63792
2038.53/2050.13	c #Conflicts:    3023000 | #Constraints:      64792
2038.53/2050.13	c #Conflicts:    3024000 | #Constraints:      65792
2038.53/2050.13	c #Conflicts:    3025000 | #Constraints:      66792
2038.53/2050.13	c #Conflicts:    3026000 | #Constraints:      67792
2038.53/2050.13	c #Conflicts:    3027000 | #Constraints:      68792
2038.53/2050.13	c #Conflicts:    3028000 | #Constraints:      69792
2038.53/2050.13	c #Conflicts:    3029000 | #Constraints:      70792
2038.53/2050.13	c #Conflicts:    3030000 | #Constraints:      71792
2038.53/2050.13	c #Conflicts:    3031000 | #Constraints:      72792
2038.53/2050.13	c #Conflicts:    3032000 | #Constraints:      73792
2038.53/2050.13	c #Conflicts:    3033000 | #Constraints:      74792
2038.53/2050.13	c #Conflicts:    3034000 | #Constraints:      75792
2038.53/2050.13	c #Conflicts:    3035000 | #Constraints:      76792
2038.53/2050.13	c #Conflicts:    3036000 | #Constraints:      77792
2038.53/2050.13	c INPROCESSING
2038.53/2050.13	c GARBAGE COLLECT
2038.53/2050.13	c #Conflicts:    3037000 | #Constraints:      43997
2038.53/2050.13	c #Conflicts:    3038000 | #Constraints:      44997
2038.53/2050.13	c #Conflicts:    3039000 | #Constraints:      45997
2038.53/2050.13	c #Conflicts:    3040000 | #Constraints:      46997
2038.53/2050.13	c #Conflicts:    3041000 | #Constraints:      47999
2038.53/2050.13	c #Conflicts:    3042000 | #Constraints:      48999
2038.53/2050.13	c #Conflicts:    3043000 | #Constraints:      49999
2038.53/2050.13	c #Conflicts:    3044000 | #Constraints:      50999
2038.53/2050.13	c #Conflicts:    3045000 | #Constraints:      52000
2038.53/2050.13	c #Conflicts:    3046000 | #Constraints:      53000
2038.53/2050.13	c #Conflicts:    3047000 | #Constraints:      54000
2038.53/2050.13	c #Conflicts:    3048000 | #Constraints:      55001
2038.53/2050.13	c #Conflicts:    3049000 | #Constraints:      56001
2038.53/2050.13	c #Conflicts:    3050000 | #Constraints:      57001
2038.53/2050.13	c #Conflicts:    3051000 | #Constraints:      58001
2038.53/2050.13	c #Conflicts:    3052000 | #Constraints:      59001
2038.53/2050.13	c #Conflicts:    3053000 | #Constraints:      60001
2059.39/2071.20	c #Conflicts:    3054000 | #Constraints:      61001
2059.39/2071.20	c #Conflicts:    3055000 | #Constraints:      62001
2059.39/2071.20	c #Conflicts:    3056000 | #Constraints:      63001
2059.39/2071.20	c #Conflicts:    3057000 | #Constraints:      64002
2059.39/2071.20	c #Conflicts:    3058000 | #Constraints:      65002
2059.39/2071.20	c #Conflicts:    3059000 | #Constraints:      66002
2059.39/2071.20	c #Conflicts:    3060000 | #Constraints:      67002
2059.39/2071.20	c #Conflicts:    3061000 | #Constraints:      68002
2059.39/2071.20	c #Conflicts:    3062000 | #Constraints:      69002
2059.39/2071.20	c #Conflicts:    3063000 | #Constraints:      70002
2059.39/2071.20	c #Conflicts:    3064000 | #Constraints:      71002
2059.39/2071.20	c #Conflicts:    3065000 | #Constraints:      72002
2059.39/2071.20	c #Conflicts:    3066000 | #Constraints:      73002
2059.39/2071.20	c #Conflicts:    3067000 | #Constraints:      74002
2059.39/2071.20	c #Conflicts:    3068000 | #Constraints:      75002
2059.39/2071.20	c #Conflicts:    3069000 | #Constraints:      76002
2059.39/2071.20	c #Conflicts:    3070000 | #Constraints:      77002
2059.39/2071.20	c #Conflicts:    3071000 | #Constraints:      78002
2059.39/2071.20	c INPROCESSING
2059.39/2071.20	c GARBAGE COLLECT
2059.39/2071.20	c #Conflicts:    3072000 | #Constraints:      44115
2059.39/2071.20	c #Conflicts:    3073000 | #Constraints:      45115
2059.39/2071.20	c #Conflicts:    3074000 | #Constraints:      46115
2059.39/2071.20	c #Conflicts:    3075000 | #Constraints:      47116
2059.39/2071.20	c #Conflicts:    3076000 | #Constraints:      48116
2059.39/2071.20	c #Conflicts:    3077000 | #Constraints:      49116
2059.39/2071.20	c #Conflicts:    3078000 | #Constraints:      50116
2059.39/2071.20	c #Conflicts:    3079000 | #Constraints:      51116
2059.39/2071.20	c #Conflicts:    3080000 | #Constraints:      52117
2059.39/2071.20	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[10]: 6 -0.999984 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[35]: 6 -1.25 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[36]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[37]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[41]: 6 0 21.415 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[45]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[51]: 6 -0.991872 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[77]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[81]: 6 -0.997947 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[100]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[102]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[105]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[132]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[138]: 6 0 50.0814 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[162]: 6 0 1.00309 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[195]: 6 0 1.00143 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[196]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[230]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[232]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[261]: 6 -0.886781 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[266]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[270]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[292]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[354]: 6 0 1.00309 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[386]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[387]: 6 0 1.00132 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[419]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[421]: 6 -0.887217 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[422]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[468]: 6 0 30.6935 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[483]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[484]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[488]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[495]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[503]: 6 -0.88464 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[508]: 6 -1.32813 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[516]: 6 0 24.3056 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[518]: 6 -0.996885 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[521]: 6 -0.991868 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[547]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[549]: 6 0 2.21647 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[552]: 6 0 26.6989 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[553]: 6 -0.983783 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[561]: 6 -0.997491 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[571]: 6 0 0.25 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[599]: 6 -0.986825 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[643]: 6 0 1.00143 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[646]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[653]: 6 -1.0004 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[654]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[680]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[701]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1034]: 6 0 1701.48 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1035]: 6 -0.999958 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1036]: 6 -0.999981 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1039]: 6 -0.999316 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1087]: 6 -1.31404 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1094]: 6 0 0.426868 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1098]: 6 -0.999984 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1122]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1154]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1186]: 6 -1.25 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1248]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1279]: 6 -0.25 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1284]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1309]: 6 -2.125 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1312]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1405]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1421]: 6 -4.34833 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1436]: 6 -0.750001 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1467]: 6 -0.994006 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1473]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1475]: 6 0 12.8597 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1476]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1501]: 6 -0.67879 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1503]: 6 -0.75 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1506]: 6 -0.996884 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1508]: 6 -0.978027 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1515]: 6 -0.998442 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1538]: 6 0 5.42985 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1554]: 6 -1.00672 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1567]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1568]: 6 0 25.6075 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1889]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1891]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1894]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1898]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1903]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1904]: 6 -0.999984 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1907]: 6 -1.00003 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1909]: 6 -0.999934 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1911]: 6 -1.00013 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1948]: 6 0 0.959505 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2000]: 6 0 31 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2002]: 6 -13.83 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2018]: 6 -20806.3 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2102]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2110]: 6 -0.997948 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2207]: 6 -0.999937 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2287]: 6 -0.999994 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2298]: 6 -0.999448 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2340]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2342]: 6 0 18.2076 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2426]: 6 -1.25 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2479]: 6 -1.00001 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[2997]: 6 -3 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3050]: 6 0 0.998257 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3062]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3098]: 6 -3 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3231]: 6 -1.25 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3267]: 6 -0.997336 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3269]: 6 -1.00119 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3355]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3365]: 6 -0.999998 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3396]: 6 0 13.7146 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3403]: 6 0 2.34575 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3428]: 6 0 13.7314 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3429]: 6 0 13.7146 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3443]: 6 0 53.3295 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3451]: 6 -0.999855 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3457]: 6 -0.974765 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3463]: 6 -0.996544 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3478]: 6 -1.69341 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3492]: 6 -0.982094 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3497]: 6 0 26.6989 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3498]: 6 -0.982905 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3523]: 6 -1.00001 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3525]: 6 -28.7226 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3530]: 6 0 1 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3537]: 6 -0.992664 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3546]: 6 -0.991863 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3551]: 6 -1.00002 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3553]: 6 -0.997461 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3573]: 6 -3 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3612]: 6 -1.15625 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3616]: 6 -1.25 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3642]: 6 -1.00052 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3652]: 6 -0.891785 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3653]: 6 -0.891786 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3656]: 6 -0.933692 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3689]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3734]: 6 -1.0002 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3738]: 6 -0.999217 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3806]: 6 0 0.500001 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3826]: 6 -1.00005 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3830]: 6 -0.9998 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3835]: 6 -0.997302 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3861]: 6 0 7.49865 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3864]: 6 -11.75 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3865]: 6 0 26.5304 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3867]: 6 -4 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3868]: 6 -7 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3920]: 6 -0.999992 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3924]: 6 -1.00003 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3927]: 6 -0.999937 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
2059.39/2071.20	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
2100.20/2112.18	c #Conflicts:    3081000 | #Constraints:      53117
2100.20/2112.18	c #Conflicts:    3082000 | #Constraints:      54117
2100.20/2112.18	c #Conflicts:    3083000 | #Constraints:      55117
2100.20/2112.18	c #Conflicts:    3084000 | #Constraints:      56117
2100.20/2112.18	c #Conflicts:    3085000 | #Constraints:      57117
2100.20/2112.18	c #Conflicts:    3086000 | #Constraints:      58117
2100.20/2112.18	c #Conflicts:    3087000 | #Constraints:      59117
2100.20/2112.18	c #Conflicts:    3088000 | #Constraints:      60117
2100.20/2112.18	c #Conflicts:    3089000 | #Constraints:      61117
2100.20/2112.18	c #Conflicts:    3090000 | #Constraints:      62117
2100.20/2112.18	c #Conflicts:    3091000 | #Constraints:      63117
2100.20/2112.18	c #Conflicts:    3092000 | #Constraints:      64117
2100.20/2112.18	c #Conflicts:    3093000 | #Constraints:      65117
2100.20/2112.18	c #Conflicts:    3094000 | #Constraints:      66117
2100.20/2112.18	c #Conflicts:    3095000 | #Constraints:      67117
2100.20/2112.18	c #Conflicts:    3096000 | #Constraints:      68117
2100.20/2112.18	c #Conflicts:    3097000 | #Constraints:      69117
2100.20/2112.18	c #Conflicts:    3098000 | #Constraints:      70117
2100.20/2112.18	c #Conflicts:    3099000 | #Constraints:      71117
2100.20/2112.18	c #Conflicts:    3100000 | #Constraints:      72117
2100.20/2112.18	c #Conflicts:    3101000 | #Constraints:      73117
2100.20/2112.18	c #Conflicts:    3102000 | #Constraints:      74117
2100.20/2112.18	c #Conflicts:    3103000 | #Constraints:      75117
2100.20/2112.18	c #Conflicts:    3104000 | #Constraints:      76117
2100.20/2112.18	c #Conflicts:    3105000 | #Constraints:      77117
2100.20/2112.18	c #Conflicts:    3106000 | #Constraints:      78117
2100.20/2112.18	c INPROCESSING
2100.20/2112.18	c GARBAGE COLLECT
2100.20/2112.18	c #Conflicts:    3107000 | #Constraints:      44037
2100.20/2112.18	c #Conflicts:    3108000 | #Constraints:      45037
2100.20/2112.18	c #Conflicts:    3109000 | #Constraints:      46037
2100.20/2112.18	c #Conflicts:    3110000 | #Constraints:      47037
2100.20/2112.18	c #Conflicts:    3111000 | #Constraints:      48037
2100.20/2112.18	c #Conflicts:    3112000 | #Constraints:      49037
2100.20/2112.18	c #Conflicts:    3113000 | #Constraints:      50037
2100.20/2112.18	c #Conflicts:    3114000 | #Constraints:      51037
2100.20/2112.18	c #Conflicts:    3115000 | #Constraints:      52037
2100.20/2112.18	c #Conflicts:    3116000 | #Constraints:      53037
2100.20/2112.18	c #Conflicts:    3117000 | #Constraints:      54037
2100.20/2112.18	c #Conflicts:    3118000 | #Constraints:      55037
2100.20/2112.18	c #Conflicts:    3119000 | #Constraints:      56037
2100.20/2112.18	c #Conflicts:    3120000 | #Constraints:      57037
2100.20/2112.18	c #Conflicts:    3121000 | #Constraints:      58037
2100.20/2112.18	c #Conflicts:    3122000 | #Constraints:      59037
2100.20/2112.18	c #Conflicts:    3123000 | #Constraints:      60037
2100.20/2112.18	c #Conflicts:    3124000 | #Constraints:      61037
2100.20/2112.18	c #Conflicts:    3125000 | #Constraints:      62037
2100.20/2112.18	c #Conflicts:    3126000 | #Constraints:      63037
2100.20/2112.18	c #Conflicts:    3127000 | #Constraints:      64037
2100.20/2112.18	c #Conflicts:    3128000 | #Constraints:      65037
2100.20/2112.18	c #Conflicts:    3129000 | #Constraints:      66037
2100.20/2112.18	c #Conflicts:    3130000 | #Constraints:      67037
2100.20/2112.18	c #Conflicts:    3131000 | #Constraints:      68037
2100.20/2112.18	c #Conflicts:    3132000 | #Constraints:      69037
2100.20/2112.18	c #Conflicts:    3133000 | #Constraints:      70037
2100.20/2112.18	c #Conflicts:    3134000 | #Constraints:      71037
2100.20/2112.18	c #Conflicts:    3135000 | #Constraints:      72037
2100.20/2112.18	c #Conflicts:    3136000 | #Constraints:      73038
2100.20/2112.18	c #Conflicts:    3137000 | #Constraints:      74038
2100.20/2112.18	c #Conflicts:    3138000 | #Constraints:      75038
2100.20/2112.18	c #Conflicts:    3139000 | #Constraints:      76038
2100.20/2112.18	c #Conflicts:    3140000 | #Constraints:      77038
2100.20/2112.18	c #Conflicts:    3141000 | #Constraints:      78038
2100.20/2112.18	c INPROCESSING
2100.20/2112.18	c GARBAGE COLLECT
2100.20/2112.18	WSVECS04 Frhs2[2]: 6 -2.05209 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[33]: 6 -3.88544 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[45]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[81]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[84]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[97]: 6 -2.8034 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[106]: 6 -1.25 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[128]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[149]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[185]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[189]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[213]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[219]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[224]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[279]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[348]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[349]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[398]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[405]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[406]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[442]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[497]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[535]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[552]: 6 -2.33203 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[576]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[577]: 6 -1.26041 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[585]: 6 -1.67709 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[586]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[593]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[632]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[669]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1043]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1051]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1058]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1094]: 6 -4.84442 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1118]: 6 -1.39638 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1120]: 6 -1.33206 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1126]: 6 -1.3125 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1127]: 6 -1.11706 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1130]: 6 -0.75 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1159]: 6 -1.33325 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1167]: 6 -1.3125 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1179]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1186]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1277]: 6 0 1.05209 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1335]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1345]: 6 -2.25 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1351]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1391]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1412]: 6 -2 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1487]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1506]: 6 -2.82813 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1534]: 6 -1.32813 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1549]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1559]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1901]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1904]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1910]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1917]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1927]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1929]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1932]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1948]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2015]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2019]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2021]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2023]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2043]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2047]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2084]: 6 -1.91423 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2105]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2115]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2117]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2119]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2121]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2125]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2139]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2151]: 6 -1.52186 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2178]: 6 -1.27921 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2266]: 6 -5.68884 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2284]: 6 0 0.125001 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2342]: 6 -1.25 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2343]: 6 -1.25 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2402]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2478]: 6 -0.3125 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2484]: 6 -5.08325 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2493]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2503]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2530]: 6 -1.3125 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2570]: 6 -3 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2629]: 6 -1.29688 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2630]: 6 -1.25 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2743]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3058]: 6 -10.3281 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3204]: 6 -1.25 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3234]: 6 -16.7917 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3267]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3299]: 6 -1.32813 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3319]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3331]: 6 -3.32813 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3426]: 6 -1.32813 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3618]: 6 -1.3125 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3619]: 6 -1.3125 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3653]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3667]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3670]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3762]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3809]: 6 -1.3125 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
2100.20/2112.18	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
2174.54/2187.09	c #Conflicts:    3142000 | #Constraints:      43818
2174.54/2187.09	c #Conflicts:    3143000 | #Constraints:      44819
2174.54/2187.09	c #Conflicts:    3144000 | #Constraints:      45819
2174.54/2187.09	c #Conflicts:    3145000 | #Constraints:      46819
2174.54/2187.09	c #Conflicts:    3146000 | #Constraints:      47819
2174.54/2187.09	c #Conflicts:    3147000 | #Constraints:      48819
2174.54/2187.09	c #Conflicts:    3148000 | #Constraints:      49819
2174.54/2187.09	c #Conflicts:    3149000 | #Constraints:      50819
2174.54/2187.09	c #Conflicts:    3150000 | #Constraints:      51819
2174.54/2187.09	c #Conflicts:    3151000 | #Constraints:      52819
2174.54/2187.09	c #Conflicts:    3152000 | #Constraints:      53819
2174.54/2187.09	c #Conflicts:    3153000 | #Constraints:      54861
2174.54/2187.09	c #Conflicts:    3154000 | #Constraints:      55861
2174.54/2187.09	c #Conflicts:    3155000 | #Constraints:      56861
2174.54/2187.09	c #Conflicts:    3156000 | #Constraints:      57861
2174.54/2187.09	c #Conflicts:    3157000 | #Constraints:      58861
2174.54/2187.09	c #Conflicts:    3158000 | #Constraints:      59861
2174.54/2187.09	c #Conflicts:    3159000 | #Constraints:      60861
2174.54/2187.09	c #Conflicts:    3160000 | #Constraints:      61861
2174.54/2187.09	c #Conflicts:    3161000 | #Constraints:      62861
2174.54/2187.09	c #Conflicts:    3162000 | #Constraints:      63861
2174.54/2187.09	c #Conflicts:    3163000 | #Constraints:      64861
2174.54/2187.09	c #Conflicts:    3164000 | #Constraints:      65861
2174.54/2187.09	c #Conflicts:    3165000 | #Constraints:      66861
2174.54/2187.09	c #Conflicts:    3166000 | #Constraints:      67861
2174.54/2187.09	c #Conflicts:    3167000 | #Constraints:      68861
2174.54/2187.09	c #Conflicts:    3168000 | #Constraints:      69861
2174.54/2187.09	c #Conflicts:    3169000 | #Constraints:      70861
2174.54/2187.09	c #Conflicts:    3170000 | #Constraints:      71861
2174.54/2187.09	c #Conflicts:    3171000 | #Constraints:      72861
2174.54/2187.09	c #Conflicts:    3172000 | #Constraints:      73861
2174.54/2187.09	c #Conflicts:    3173000 | #Constraints:      74861
2174.54/2187.09	c #Conflicts:    3174000 | #Constraints:      75861
2174.54/2187.09	c #Conflicts:    3175000 | #Constraints:      76861
2174.54/2187.09	c #Conflicts:    3176000 | #Constraints:      77861
2174.54/2187.09	c #Conflicts:    3177000 | #Constraints:      78863
2174.54/2187.09	c INPROCESSING
2174.54/2187.09	c GARBAGE COLLECT
2174.54/2187.09	c #Conflicts:    3178000 | #Constraints:      44404
2174.54/2187.09	c #Conflicts:    3179000 | #Constraints:      45404
2174.54/2187.09	c #Conflicts:    3180000 | #Constraints:      46404
2174.54/2187.09	c #Conflicts:    3181000 | #Constraints:      47404
2174.54/2187.09	c #Conflicts:    3182000 | #Constraints:      48404
2174.54/2187.09	c #Conflicts:    3183000 | #Constraints:      49404
2174.54/2187.09	c #Conflicts:    3184000 | #Constraints:      50404
2174.54/2187.09	c #Conflicts:    3185000 | #Constraints:      51404
2174.54/2187.09	c #Conflicts:    3186000 | #Constraints:      52404
2174.54/2187.09	c #Conflicts:    3187000 | #Constraints:      53404
2174.54/2187.09	c #Conflicts:    3188000 | #Constraints:      54404
2174.54/2187.09	c #Conflicts:    3189000 | #Constraints:      55404
2174.54/2187.09	c #Conflicts:    3190000 | #Constraints:      56404
2174.54/2187.09	c #Conflicts:    3191000 | #Constraints:      57404
2174.54/2187.09	c #Conflicts:    3192000 | #Constraints:      58405
2174.54/2187.09	c #Conflicts:    3193000 | #Constraints:      59405
2174.54/2187.09	c #Conflicts:    3194000 | #Constraints:      60405
2174.54/2187.09	c #Conflicts:    3195000 | #Constraints:      61405
2174.54/2187.09	c #Conflicts:    3196000 | #Constraints:      62405
2174.54/2187.09	c #Conflicts:    3197000 | #Constraints:      63405
2174.54/2187.09	c #Conflicts:    3198000 | #Constraints:      64405
2174.54/2187.09	c #Conflicts:    3199000 | #Constraints:      65405
2174.54/2187.09	c #Conflicts:    3200000 | #Constraints:      66420
2174.54/2187.09	c #Conflicts:    3201000 | #Constraints:      67420
2174.54/2187.09	c #Conflicts:    3202000 | #Constraints:      68814
2174.54/2187.09	c #Conflicts:    3203000 | #Constraints:      70311
2174.54/2187.09	c #Conflicts:    3204000 | #Constraints:      71508
2174.54/2187.09	c #Conflicts:    3205000 | #Constraints:      72508
2174.54/2187.09	c #Conflicts:    3206000 | #Constraints:      73509
2174.54/2187.09	c #Conflicts:    3207000 | #Constraints:      74509
2174.54/2187.09	c #Conflicts:    3208000 | #Constraints:      75509
2174.54/2187.09	c #Conflicts:    3209000 | #Constraints:      76509
2174.54/2187.09	c #Conflicts:    3210000 | #Constraints:      77509
2174.54/2187.09	c #Conflicts:    3211000 | #Constraints:      78509
2174.54/2187.09	c #Conflicts:    3212000 | #Constraints:      79509
2174.54/2187.09	c #Conflicts:    3213000 | #Constraints:      80509
2174.54/2187.09	c INPROCESSING
2174.54/2187.09	c GARBAGE COLLECT
2174.54/2187.09	c #Conflicts:    3214000 | #Constraints:      45341
2174.54/2187.09	c #Conflicts:    3215000 | #Constraints:      46341
2174.54/2187.09	c #Conflicts:    3216000 | #Constraints:      47341
2174.54/2187.09	c #Conflicts:    3217000 | #Constraints:      48341
2174.54/2187.09	c #Conflicts:    3218000 | #Constraints:      49341
2174.54/2187.09	c #Conflicts:    3219000 | #Constraints:      50341
2225.42/2238.17	c #Conflicts:    3220000 | #Constraints:      51342
2225.42/2238.17	c #Conflicts:    3221000 | #Constraints:      52342
2225.42/2238.17	c #Conflicts:    3222000 | #Constraints:      53342
2225.42/2238.17	c #Conflicts:    3223000 | #Constraints:      54342
2225.42/2238.17	c #Conflicts:    3224000 | #Constraints:      55342
2225.42/2238.17	c #Conflicts:    3225000 | #Constraints:      56342
2225.42/2238.17	c #Conflicts:    3226000 | #Constraints:      57342
2225.42/2238.17	c #Conflicts:    3227000 | #Constraints:      58342
2225.42/2238.17	c #Conflicts:    3228000 | #Constraints:      59342
2225.42/2238.17	c #Conflicts:    3229000 | #Constraints:      60342
2225.42/2238.17	c #Conflicts:    3230000 | #Constraints:      61342
2225.42/2238.17	c #Conflicts:    3231000 | #Constraints:      62342
2225.42/2238.17	c #Conflicts:    3232000 | #Constraints:      63342
2225.42/2238.17	c #Conflicts:    3233000 | #Constraints:      64342
2225.42/2238.17	c #Conflicts:    3234000 | #Constraints:      65342
2225.42/2238.17	c #Conflicts:    3235000 | #Constraints:      66342
2225.42/2238.17	c #Conflicts:    3236000 | #Constraints:      67342
2225.42/2238.17	c #Conflicts:    3237000 | #Constraints:      68342
2225.42/2238.17	c #Conflicts:    3238000 | #Constraints:      69342
2225.42/2238.17	c #Conflicts:    3239000 | #Constraints:      70342
2225.42/2238.17	c #Conflicts:    3240000 | #Constraints:      71342
2225.42/2238.17	c #Conflicts:    3241000 | #Constraints:      72342
2225.42/2238.17	c #Conflicts:    3242000 | #Constraints:      73342
2225.42/2238.17	c #Conflicts:    3243000 | #Constraints:      74342
2225.42/2238.17	c #Conflicts:    3244000 | #Constraints:      75342
2225.42/2238.17	c #Conflicts:    3245000 | #Constraints:      76342
2225.42/2238.17	c #Conflicts:    3246000 | #Constraints:      77342
2225.42/2238.17	c #Conflicts:    3247000 | #Constraints:      78342
2225.42/2238.17	c #Conflicts:    3248000 | #Constraints:      79342
2225.42/2238.17	c #Conflicts:    3249000 | #Constraints:      80342
2225.42/2238.17	c INPROCESSING
2225.42/2238.17	c GARBAGE COLLECT
2225.42/2238.17	c #Conflicts:    3250000 | #Constraints:      45267
2225.42/2238.17	c #Conflicts:    3251000 | #Constraints:      46268
2225.42/2238.17	c #Conflicts:    3252000 | #Constraints:      47268
2225.42/2238.17	c #Conflicts:    3253000 | #Constraints:      48268
2225.42/2238.17	c #Conflicts:    3254000 | #Constraints:      49268
2225.42/2238.17	c #Conflicts:    3255000 | #Constraints:      50268
2225.42/2238.17	c #Conflicts:    3256000 | #Constraints:      51268
2225.42/2238.17	c #Conflicts:    3257000 | #Constraints:      52320
2225.42/2238.17	c #Conflicts:    3258000 | #Constraints:      53321
2225.42/2238.17	c #Conflicts:    3259000 | #Constraints:      54321
2225.42/2238.17	c #Conflicts:    3260000 | #Constraints:      55321
2225.42/2238.17	c #Conflicts:    3261000 | #Constraints:      56321
2225.42/2238.17	c #Conflicts:    3262000 | #Constraints:      57321
2225.42/2238.17	c #Conflicts:    3263000 | #Constraints:      58321
2225.42/2238.17	c #Conflicts:    3264000 | #Constraints:      59322
2225.42/2238.17	c #Conflicts:    3265000 | #Constraints:      60322
2225.42/2238.17	c #Conflicts:    3266000 | #Constraints:      61322
2225.42/2238.17	c #Conflicts:    3267000 | #Constraints:      62322
2225.42/2238.17	c #Conflicts:    3268000 | #Constraints:      63322
2225.42/2238.17	c #Conflicts:    3269000 | #Constraints:      64322
2225.42/2238.17	c #Conflicts:    3270000 | #Constraints:      65322
2225.42/2238.17	c #Conflicts:    3271000 | #Constraints:      66322
2225.42/2238.17	c #Conflicts:    3272000 | #Constraints:      67322
2225.42/2238.17	c #Conflicts:    3273000 | #Constraints:      68323
2225.42/2238.17	c #Conflicts:    3274000 | #Constraints:      69323
2225.42/2238.17	c #Conflicts:    3275000 | #Constraints:      70323
2225.42/2238.17	c #Conflicts:    3276000 | #Constraints:      71323
2225.42/2238.17	c #Conflicts:    3277000 | #Constraints:      72323
2225.42/2238.17	c #Conflicts:    3278000 | #Constraints:      73323
2225.42/2238.17	c #Conflicts:    3279000 | #Constraints:      74323
2225.42/2238.17	c #Conflicts:    3280000 | #Constraints:      75323
2225.42/2238.17	c #Conflicts:    3281000 | #Constraints:      76323
2225.42/2238.17	c #Conflicts:    3282000 | #Constraints:      77323
2225.42/2238.17	c #Conflicts:    3283000 | #Constraints:      78323
2225.42/2238.17	c #Conflicts:    3284000 | #Constraints:      79323
2225.42/2238.17	c #Conflicts:    3285000 | #Constraints:      80323
2225.42/2238.17	c INPROCESSING
2225.42/2238.17	c GARBAGE COLLECT
2225.42/2238.17	c #Conflicts:    3286000 | #Constraints:      45133
2225.42/2238.17	c #Conflicts:    3287000 | #Constraints:      46133
2225.42/2238.17	c #Conflicts:    3288000 | #Constraints:      47133
2225.42/2238.17	c #Conflicts:    3289000 | #Constraints:      48133
2225.42/2238.17	c #Conflicts:    3290000 | #Constraints:      49133
2225.42/2238.17	c #Conflicts:    3291000 | #Constraints:      50133
2225.42/2238.17	c #Conflicts:    3292000 | #Constraints:      51133
2225.42/2238.17	c #Conflicts:    3293000 | #Constraints:      52133
2225.42/2238.17	c #Conflicts:    3294000 | #Constraints:      53133
2225.42/2238.17	c #Conflicts:    3295000 | #Constraints:      54133
2225.42/2238.17	c #Conflicts:    3296000 | #Constraints:      55133
2247.67/2260.54	c #Conflicts:    3297000 | #Constraints:      56134
2247.67/2260.54	c #Conflicts:    3298000 | #Constraints:      57134
2247.67/2260.54	c #Conflicts:    3299000 | #Constraints:      58134
2247.67/2260.54	c #Conflicts:    3300000 | #Constraints:      59134
2247.67/2260.54	c #Conflicts:    3301000 | #Constraints:      60134
2247.67/2260.54	c #Conflicts:    3302000 | #Constraints:      61134
2247.67/2260.54	c #Conflicts:    3303000 | #Constraints:      62134
2247.67/2260.54	c #Conflicts:    3304000 | #Constraints:      63160
2247.67/2260.54	c #Conflicts:    3305000 | #Constraints:      64163
2247.67/2260.54	c #Conflicts:    3306000 | #Constraints:      65185
2247.67/2260.54	c #Conflicts:    3307000 | #Constraints:      66185
2247.67/2260.54	c #Conflicts:    3308000 | #Constraints:      67185
2247.67/2260.54	c #Conflicts:    3309000 | #Constraints:      68185
2247.67/2260.54	c #Conflicts:    3310000 | #Constraints:      69185
2247.67/2260.54	c #Conflicts:    3311000 | #Constraints:      70185
2247.67/2260.54	c #Conflicts:    3312000 | #Constraints:      71186
2247.67/2260.54	c #Conflicts:    3313000 | #Constraints:      72186
2247.67/2260.54	c #Conflicts:    3314000 | #Constraints:      73186
2247.67/2260.54	c #Conflicts:    3315000 | #Constraints:      74186
2247.67/2260.54	c #Conflicts:    3316000 | #Constraints:      75186
2247.67/2260.54	c #Conflicts:    3317000 | #Constraints:      76186
2247.67/2260.54	c #Conflicts:    3318000 | #Constraints:      77186
2247.67/2260.54	c #Conflicts:    3319000 | #Constraints:      78187
2247.67/2260.54	c #Conflicts:    3320000 | #Constraints:      79187
2247.67/2260.54	c #Conflicts:    3321000 | #Constraints:      80187
2247.67/2260.54	c INPROCESSING
2247.67/2260.54	c GARBAGE COLLECT
2247.67/2260.54	WSVECS04 Frhs2[3]: 6 -2.24002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[4]: 6 -1.25002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[7]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[9]: 6 -1.71438 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[10]: 6 -2.19053 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[11]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[18]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[25]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[27]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[31]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[33]: 6 -3.11376 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[34]: 6 0 0.312536 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[49]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[55]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[57]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[58]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[65]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[66]: 6 -2.06064 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[68]: 6 -2.80663 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[77]: 6 -1.50003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[85]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[90]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[91]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[94]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[96]: 6 -2.25001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[97]: 6 -2.39922 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[98]: 6 0 1.31259 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[111]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[119]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[121]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[126]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[141]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[143]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[153]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[158]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[160]: 6 0 0.206485 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[178]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[179]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[181]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[182]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[203]: 6 -1.25007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[204]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[207]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[212]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[214]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[215]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[222]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[233]: 6 -1.04168 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[240]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[241]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[243]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[245]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[253]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[254]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[256]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[268]: 6 -1.25007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[269]: 6 -1.25005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[272]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[273]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[274]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[276]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[277]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[285]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[305]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[311]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[314]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[330]: 6 0 1.44054 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[331]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[332]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[333]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[336]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[338]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[339]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[340]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[346]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[349]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[360]: 6 -1.48435 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[368]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[369]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[370]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[375]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[380]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[381]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[403]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[439]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[444]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[445]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[449]: 6 -3.11372 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[450]: 6 -2.31258 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[453]: 6 -2.30168 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[455]: 6 0 0.206507 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[456]: 6 0 0.412921 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[457]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[476]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[479]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[487]: 6 -1.93753 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[489]: 6 -1.59825 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[491]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[492]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[496]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[497]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[498]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[499]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[500]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[501]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[503]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[523]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[525]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[526]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[527]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[541]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[542]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[543]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[545]: 6 -4.36378 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[551]: 6 -2.64667 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[552]: 6 -3.41291 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[553]: 6 -2.19054 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[554]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[556]: 6 -3.89439 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[560]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[566]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[570]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[571]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[584]: 6 -1.04176 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[586]: 6 0 2.75002 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[593]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[597]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[601]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[603]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[614]: 6 -1.78132 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[616]: 6 -1.48433 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[620]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[621]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[622]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[625]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[627]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[628]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[629]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[639]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[645]: 6 -1.38457 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[648]: 6 -1.44032 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[649]: 6 -2.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[651]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[652]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[655]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[657]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[659]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[662]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[665]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[673]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[680]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[683]: 6 -2.30956 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[685]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[686]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[689]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[690]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[692]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[693]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[695]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[697]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1026]: 6 -1.20652 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1040]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1042]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1050]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1052]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1054]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1056]: 6 -1.67663 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1064]: 6 -2.57936 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1065]: 6 -1.32822 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1066]: 6 -2.31255 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1069]: 6 -1.2501 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1074]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1081]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1083]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1090]: 6 -1.15196 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1098]: 6 0 0.375039 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1100]: 6 -0.750024 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1102]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1103]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1104]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1105]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1108]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1109]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1113]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1114]: 6 -4.4348 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1115]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1118]: 6 -1.36807 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1120]: 6 -1.16475 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1122]: 6 -0.85046 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1129]: 6 -1.47498 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1130]: 6 -2.59168 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1131]: 6 -1.32815 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1132]: 6 -1.22354 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1133]: 6 -1.31255 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1136]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1139]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1143]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1145]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1146]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1147]: 6 -1.26425 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1148]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1152]: 6 -1.15013 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1159]: 6 0 4.24529 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1160]: 6 0 4.14741 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1161]: 6 0 2.14184 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1171]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1173]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1174]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1175]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1180]: 6 -1.32819 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1191]: 6 -2.06732 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1194]: 6 -0.750022 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1201]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1202]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1204]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1205]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1207]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1210]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1217]: 6 -0.671972 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1227]: 6 -0.750076 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1229]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1231]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1232]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1234]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1236]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1238]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1240]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1242]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1243]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1244]: 6 -1.32816 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1249]: 6 -1.31086 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1257]: 6 -0.312544 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1259]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1260]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1261]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1268]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1272]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1277]: 6 -1.25004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1286]: 6 0 1.02367 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1290]: 6 -0.862903 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1305]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1308]: 6 -1.33139 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1309]: 6 -1.31253 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1310]: 6 -1.32548 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1313]: 6 0 0.800183 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1319]: 6 -2.10609 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1320]: 6 -0.587176 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1322]: 6 -1.34862 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1323]: 6 -2.69723 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1331]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1342]: 6 -1.19147 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1346]: 6 -1.40436 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1353]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1355]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1356]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1357]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1359]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1361]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1365]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1370]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1371]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1376]: 6 0 0.20649 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1380]: 6 -1.3126 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1381]: 6 -1.55528 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1382]: 6 -1.25009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1399]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1401]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1405]: 6 -1.33212 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1406]: 6 -1.32815 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1412]: 6 -0.344512 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1417]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1418]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1422]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1423]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1424]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1426]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1429]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1432]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1433]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1434]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1440]: 6 -3.49849 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1448]: 6 -1.22624 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1449]: 6 -1.57746 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1450]: 6 -1.90485 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1451]: 6 -3.30962 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1455]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1462]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1463]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1464]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1473]: 6 0 1.53128 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1474]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1476]: 6 -3.25007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1478]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1479]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1480]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1482]: 6 -2.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1483]: 6 -2.44726 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1485]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1488]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1491]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1492]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1493]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1496]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1497]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1500]: 6 -1.20221 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1502]: 6 -0.808621 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1516]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1518]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1520]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1532]: 6 -1.32819 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1538]: 6 -2.34382 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1539]: 6 -0.687599 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1541]: 6 -0.75009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1542]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1543]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1544]: 6 -0.750021 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1546]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1552]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1557]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1559]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1566]: 6 -1.37502 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1568]: 6 -1.50003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1889]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1894]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1898]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1902]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1910]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1911]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1914]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1916]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1937]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1940]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1944]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1945]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1947]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1987]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1990]: 6 -1.67664 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[1998]: 6 -0.174311 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2000]: 6 0 1.65143 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2002]: 6 0 0.447262 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2003]: 6 -1.55287 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2014]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2015]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2018]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2023]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2026]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2028]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2030]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2032]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2033]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2036]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2037]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2040]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2041]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2042]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2044]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2046]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2048]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2058]: 6 -1.37506 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2062]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2081]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2083]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2085]: 6 -0.986675 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2090]: 6 0 5.68076 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2096]: 6 -1.25003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2108]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2110]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2111]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2113]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2116]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2117]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2120]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2121]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2124]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2125]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2127]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2129]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2132]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2136]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2139]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2142]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2156]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2158]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2159]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2161]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2165]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2167]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2169]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2177]: 6 -0.982066 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2179]: 6 -1.22514 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2195]: 6 -3.57144 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2204]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2210]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2211]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2214]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2215]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2218]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2219]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2222]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2224]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2226]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2228]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2234]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2236]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2237]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2238]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2248]: 6 0 0.440273 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2252]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2253]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2257]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2259]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2268]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2272]: 6 -1.26425 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2273]: 6 -1.88376 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2284]: 6 0 0.440302 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2297]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2300]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2302]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2304]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2306]: 6 -1.00002 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2308]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2311]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2315]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2317]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2320]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2322]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2324]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2328]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2329]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2332]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2334]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2335]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2343]: 6 -1.00008 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2344]: 6 -1.31253 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2349]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2354]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2355]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2358]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2359]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2361]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2364]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2367]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2368]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2371]: 6 -2.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2391]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2394]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2395]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2398]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2401]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2404]: 6 -1.00007 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2405]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2407]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2409]: 6 -1.0001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2412]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2416]: 6 -1.00006 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2417]: 6 -1.00003 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2420]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2421]: 6 -1.00005 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2424]: 6 -1.00001 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2426]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2427]: 6 -1.00004 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2430]: 6 -1.00009 0 shouldn't be
2247.67/2260.54	WSVECS04 Frhs2[2431]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2442]: 6 -1.25002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2444]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2446]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2451]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2453]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2455]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2457]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2459]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2462]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2464]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2490]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2492]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2494]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2495]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2498]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2502]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2506]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2510]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2512]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2514]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2515]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2519]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2521]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2524]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2525]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2528]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2539]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2542]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2545]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2547]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2549]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2554]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2558]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2560]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2575]: 6 -3.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2577]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2579]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2581]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2585]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2589]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2592]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2593]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2596]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2597]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2600]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2601]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2604]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2605]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2608]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2609]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2612]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2613]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2616]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2617]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2620]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2621]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2624]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2626]: 6 -1.25002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2639]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2640]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2641]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2642]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2643]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2645]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2648]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2650]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2651]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2652]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2654]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2684]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2686]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2688]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2690]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2692]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2693]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2696]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2698]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2699]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2702]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2704]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2705]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2708]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2709]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2712]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2716]: 6 -1.25008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2717]: 6 -1.25003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2727]: 6 -1.20652 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2730]: 6 -0.651497 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2736]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2746]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2747]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2749]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2768]: 6 0 1.00003 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2782]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2783]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2786]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2787]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2789]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2791]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2793]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2795]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2797]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2799]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2804]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2805]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2808]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2810]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2811]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2814]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2822]: 6 0 0.468766 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2825]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2826]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2827]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2830]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2833]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2834]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2836]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2840]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2842]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2844]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2847]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2848]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2862]: 6 -8.75005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2863]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2866]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2867]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2870]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2874]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2875]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2878]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2880]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2881]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2884]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2886]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2888]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2889]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2892]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2893]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2896]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2897]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2900]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2901]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2903]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2906]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2907]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2910]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2911]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2918]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2921]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2923]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2924]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2927]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2928]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2929]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2934]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2938]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2939]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2940]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2942]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2943]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2944]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2968]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2969]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2973]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2976]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2978]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2980]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2981]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2984]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2988]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2992]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[2996]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3000]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3003]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3006]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3007]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3010]: 6 -1.33206 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3014]: 6 -1.31255 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3015]: 6 -1.25007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3017]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3030]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3038]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3058]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3059]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3062]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3063]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3066]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3067]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3070]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3078]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3084]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3088]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3091]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3093]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3096]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3099]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3102]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3112]: 6 -1.08633 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3113]: 6 -0.672651 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3116]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3120]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3121]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3131]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3132]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3161]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3164]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3165]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3168]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3169]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3172]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3173]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3175]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3177]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3180]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3181]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3185]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3188]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3189]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3191]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3194]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3196]: 6 -1.25003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3197]: 6 -1.25006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3207]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3221]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3227]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3232]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3233]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3235]: 6 -0.37504 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3240]: 6 -10 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3241]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3243]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3247]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3257]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3260]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3261]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3264]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3267]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3268]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3272]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3275]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3278]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3286]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3288]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3290]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3295]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3299]: 6 -0.808644 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3303]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3304]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3305]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3306]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3307]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3308]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3309]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3312]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3315]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3317]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3318]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3319]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3320]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3321]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3324]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3328]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3339]: 6 -6.06257 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3342]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3344]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3345]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3346]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3350]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3354]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3356]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3358]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3360]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3364]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3365]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3368]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3369]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3372]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3373]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3375]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3376]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3378]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3382]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3386]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3390]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3391]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3398]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3399]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3406]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3408]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3412]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3419]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3424]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3445]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3448]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3450]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3452]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3453]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3456]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3457]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3460]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3461]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3464]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3468]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3472]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3476]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3480]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3481]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3483]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3486]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3487]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3490]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3494]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3495]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3516]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3518]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3520]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3531]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3534]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3538]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3540]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3542]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3544]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3548]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3550]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3554]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3555]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3558]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3559]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3566]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3567]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3569]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3572]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3573]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3575]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3580]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3581]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3584]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3585]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3590]: 6 -1.31252 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3594]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3598]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3599]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3601]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3603]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3604]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3606]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3612]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3613]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3617]: 6 0 1.65635 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3618]: 6 -1.3282 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3619]: 6 -6.64067 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3624]: 6 0 1.31255 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3635]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3638]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3641]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3642]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3643]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3646]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3647]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3650]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3651]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3654]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3658]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3659]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3661]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3663]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3668]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3672]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3673]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3677]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3679]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3681]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3682]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3683]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3684]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3686]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3687]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3688]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3692]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3694]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3696]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3699]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3701]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3702]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3706]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3708]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3714]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3715]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3718]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3719]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3722]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3723]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3728]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3731]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3734]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3735]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3737]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3738]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3740]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3742]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3743]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3746]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3747]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3750]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3751]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3754]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3755]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3758]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3759]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3761]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3764]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3765]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3768]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3770]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3771]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3774]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3775]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3777]: 6 0 1.20646 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3781]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3782]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3784]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3791]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3793]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3794]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3795]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3800]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3801]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3802]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3803]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3804]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3805]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3806]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3809]: 6 -5.66294 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3817]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3820]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3823]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3826]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3828]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3829]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3831]: 6 -1.00001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3833]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3836]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3838]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3840]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3842]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3844]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3846]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3848]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3849]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3851]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3854]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3856]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3858]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3859]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3862]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3864]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3866]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3868]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3870]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3871]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3905]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3908]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3911]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3913]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3915]: 6 -1.00006 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3918]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3919]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3925]: 6 -1.00008 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3929]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3931]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3932]: 6 -1.00002 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3936]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3938]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3939]: 6 -1.0001 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3942]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3946]: 6 -1.00003 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3947]: 6 -1.00005 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3950]: 6 -1.00004 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3960]: 6 -1.00007 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3964]: 6 -1.00009 0 shouldn't be
2247.67/2260.55	WSVECS04 Frhs2[3968]: 6 -1.00006 0 shouldn't be
2298.87/2312.02	c #Conflicts:    3322000 | #Constraints:      44890
2298.87/2312.02	c #Conflicts:    3323000 | #Constraints:      45890
2298.87/2312.02	c #Conflicts:    3324000 | #Constraints:      46890
2298.87/2312.02	c #Conflicts:    3325000 | #Constraints:      47890
2298.87/2312.02	c #Conflicts:    3326000 | #Constraints:      48890
2298.87/2312.02	c #Conflicts:    3327000 | #Constraints:      49890
2298.87/2312.02	c #Conflicts:    3328000 | #Constraints:      50890
2298.87/2312.02	c #Conflicts:    3329000 | #Constraints:      51890
2298.87/2312.02	c #Conflicts:    3330000 | #Constraints:      52890
2298.87/2312.02	c #Conflicts:    3331000 | #Constraints:      53890
2298.87/2312.02	c #Conflicts:    3332000 | #Constraints:      54890
2298.87/2312.02	c #Conflicts:    3333000 | #Constraints:      55890
2298.87/2312.02	c #Conflicts:    3334000 | #Constraints:      56890
2298.87/2312.02	c #Conflicts:    3335000 | #Constraints:      57890
2298.87/2312.02	c #Conflicts:    3336000 | #Constraints:      58890
2298.87/2312.02	c #Conflicts:    3337000 | #Constraints:      59891
2298.87/2312.02	c #Conflicts:    3338000 | #Constraints:      60891
2298.87/2312.02	c #Conflicts:    3339000 | #Constraints:      61891
2298.87/2312.02	c #Conflicts:    3340000 | #Constraints:      62891
2298.87/2312.02	c #Conflicts:    3341000 | #Constraints:      63891
2298.87/2312.02	c #Conflicts:    3342000 | #Constraints:      64891
2298.87/2312.02	c #Conflicts:    3343000 | #Constraints:      65891
2298.87/2312.02	c #Conflicts:    3344000 | #Constraints:      66891
2298.87/2312.02	c #Conflicts:    3345000 | #Constraints:      67891
2298.87/2312.02	c #Conflicts:    3346000 | #Constraints:      68891
2298.87/2312.02	c #Conflicts:    3347000 | #Constraints:      69891
2298.87/2312.02	c #Conflicts:    3348000 | #Constraints:      70891
2298.87/2312.02	c #Conflicts:    3349000 | #Constraints:      71891
2298.87/2312.02	c #Conflicts:    3350000 | #Constraints:      72891
2298.87/2312.02	c #Conflicts:    3351000 | #Constraints:      73891
2298.87/2312.02	c #Conflicts:    3352000 | #Constraints:      74891
2298.87/2312.02	c #Conflicts:    3353000 | #Constraints:      75891
2298.87/2312.02	c #Conflicts:    3354000 | #Constraints:      76891
2298.87/2312.02	c #Conflicts:    3355000 | #Constraints:      77891
2298.87/2312.02	c #Conflicts:    3356000 | #Constraints:      78891
2298.87/2312.02	c #Conflicts:    3357000 | #Constraints:      79891
2298.87/2312.02	c #Conflicts:    3358000 | #Constraints:      80891
2298.87/2312.02	c INPROCESSING
2298.87/2312.02	c GARBAGE COLLECT
2298.87/2312.02	c #Conflicts:    3359000 | #Constraints:      45433
2298.87/2312.02	c #Conflicts:    3360000 | #Constraints:      46520
2298.87/2312.02	c #Conflicts:    3361000 | #Constraints:      47520
2298.87/2312.02	c #Conflicts:    3362000 | #Constraints:      48520
2298.87/2312.02	c #Conflicts:    3363000 | #Constraints:      49520
2298.87/2312.02	c #Conflicts:    3364000 | #Constraints:      50520
2298.87/2312.02	c #Conflicts:    3365000 | #Constraints:      51520
2298.87/2312.02	c #Conflicts:    3366000 | #Constraints:      52520
2298.87/2312.02	c #Conflicts:    3367000 | #Constraints:      53520
2298.87/2312.02	c #Conflicts:    3368000 | #Constraints:      54520
2298.87/2312.02	c #Conflicts:    3369000 | #Constraints:      55520
2298.87/2312.02	c #Conflicts:    3370000 | #Constraints:      56520
2298.87/2312.02	c #Conflicts:    3371000 | #Constraints:      57520
2298.87/2312.02	c #Conflicts:    3372000 | #Constraints:      58520
2298.87/2312.02	c #Conflicts:    3373000 | #Constraints:      59520
2298.87/2312.02	c #Conflicts:    3374000 | #Constraints:      60520
2298.87/2312.02	c #Conflicts:    3375000 | #Constraints:      61520
2298.87/2312.02	c #Conflicts:    3376000 | #Constraints:      62520
2298.87/2312.02	c #Conflicts:    3377000 | #Constraints:      63520
2298.87/2312.02	c #Conflicts:    3378000 | #Constraints:      64520
2298.87/2312.02	c #Conflicts:    3379000 | #Constraints:      65520
2298.87/2312.02	c #Conflicts:    3380000 | #Constraints:      66520
2298.87/2312.02	c #Conflicts:    3381000 | #Constraints:      67520
2298.87/2312.02	c #Conflicts:    3382000 | #Constraints:      68520
2298.87/2312.02	c #Conflicts:    3383000 | #Constraints:      69520
2298.87/2312.02	c #Conflicts:    3384000 | #Constraints:      70520
2298.87/2312.02	c #Conflicts:    3385000 | #Constraints:      71520
2298.87/2312.02	c #Conflicts:    3386000 | #Constraints:      72520
2298.87/2312.02	c #Conflicts:    3387000 | #Constraints:      73520
2298.87/2312.02	c #Conflicts:    3388000 | #Constraints:      74520
2298.87/2312.02	c #Conflicts:    3389000 | #Constraints:      75520
2298.87/2312.02	c #Conflicts:    3390000 | #Constraints:      76520
2298.87/2312.02	c #Conflicts:    3391000 | #Constraints:      77520
2298.87/2312.02	c #Conflicts:    3392000 | #Constraints:      78520
2298.87/2312.02	c #Conflicts:    3393000 | #Constraints:      79520
2298.87/2312.02	c #Conflicts:    3394000 | #Constraints:      80520
2298.87/2312.02	c #Conflicts:    3395000 | #Constraints:      81520
2298.87/2312.02	c INPROCESSING
2298.87/2312.02	c GARBAGE COLLECT
2298.87/2312.02	c #Conflicts:    3396000 | #Constraints:      45864
2298.87/2312.02	c #Conflicts:    3397000 | #Constraints:      46864
2298.87/2312.02	c #Conflicts:    3398000 | #Constraints:      47865
2298.87/2312.02	c #Conflicts:    3399000 | #Constraints:      48865
2389.64/2403.22	c #Conflicts:    3400000 | #Constraints:      49865
2389.64/2403.22	c #Conflicts:    3401000 | #Constraints:      50865
2389.64/2403.22	c #Conflicts:    3402000 | #Constraints:      51865
2389.64/2403.22	c #Conflicts:    3403000 | #Constraints:      52865
2389.64/2403.22	c #Conflicts:    3404000 | #Constraints:      53865
2389.64/2403.22	c #Conflicts:    3405000 | #Constraints:      54865
2389.64/2403.22	c #Conflicts:    3406000 | #Constraints:      55865
2389.64/2403.22	c #Conflicts:    3407000 | #Constraints:      56865
2389.64/2403.22	c #Conflicts:    3408000 | #Constraints:      57865
2389.64/2403.22	c #Conflicts:    3409000 | #Constraints:      58865
2389.64/2403.22	c #Conflicts:    3410000 | #Constraints:      59866
2389.64/2403.22	c #Conflicts:    3411000 | #Constraints:      60866
2389.64/2403.22	c #Conflicts:    3412000 | #Constraints:      61866
2389.64/2403.22	c #Conflicts:    3413000 | #Constraints:      62866
2389.64/2403.22	c #Conflicts:    3414000 | #Constraints:      63866
2389.64/2403.22	c #Conflicts:    3415000 | #Constraints:      64866
2389.64/2403.22	c #Conflicts:    3416000 | #Constraints:      65866
2389.64/2403.22	c #Conflicts:    3417000 | #Constraints:      66866
2389.64/2403.22	c #Conflicts:    3418000 | #Constraints:      67866
2389.64/2403.22	c #Conflicts:    3419000 | #Constraints:      68866
2389.64/2403.22	c #Conflicts:    3420000 | #Constraints:      69883
2389.64/2403.22	c #Conflicts:    3421000 | #Constraints:      70883
2389.64/2403.22	c #Conflicts:    3422000 | #Constraints:      71886
2389.64/2403.22	c #Conflicts:    3423000 | #Constraints:      72888
2389.64/2403.22	c #Conflicts:    3424000 | #Constraints:      73888
2389.64/2403.22	c #Conflicts:    3425000 | #Constraints:      74888
2389.64/2403.22	c #Conflicts:    3426000 | #Constraints:      75888
2389.64/2403.22	c #Conflicts:    3427000 | #Constraints:      76888
2389.64/2403.22	c #Conflicts:    3428000 | #Constraints:      77888
2389.64/2403.22	c #Conflicts:    3429000 | #Constraints:      78888
2389.64/2403.22	c #Conflicts:    3430000 | #Constraints:      79888
2389.64/2403.22	c #Conflicts:    3431000 | #Constraints:      80888
2389.64/2403.22	c #Conflicts:    3432000 | #Constraints:      81888
2389.64/2403.22	c INPROCESSING
2389.64/2403.22	c GARBAGE COLLECT
2389.64/2403.22	c #Conflicts:    3433000 | #Constraints:      46106
2389.64/2403.22	c #Conflicts:    3434000 | #Constraints:      47106
2389.64/2403.22	c #Conflicts:    3435000 | #Constraints:      48107
2389.64/2403.22	c #Conflicts:    3436000 | #Constraints:      49107
2389.64/2403.22	c #Conflicts:    3437000 | #Constraints:      50107
2389.64/2403.22	c #Conflicts:    3438000 | #Constraints:      51107
2389.64/2403.22	c #Conflicts:    3439000 | #Constraints:      52107
2389.64/2403.22	c #Conflicts:    3440000 | #Constraints:      53107
2389.64/2403.22	c #Conflicts:    3441000 | #Constraints:      54107
2389.64/2403.22	c #Conflicts:    3442000 | #Constraints:      55107
2389.64/2403.22	c #Conflicts:    3443000 | #Constraints:      56107
2389.64/2403.22	c #Conflicts:    3444000 | #Constraints:      57107
2389.64/2403.22	c #Conflicts:    3445000 | #Constraints:      58108
2389.64/2403.22	c #Conflicts:    3446000 | #Constraints:      59110
2389.64/2403.22	c #Conflicts:    3447000 | #Constraints:      60110
2389.64/2403.22	c #Conflicts:    3448000 | #Constraints:      61110
2389.64/2403.22	c #Conflicts:    3449000 | #Constraints:      62110
2389.64/2403.22	c #Conflicts:    3450000 | #Constraints:      63111
2389.64/2403.22	c #Conflicts:    3451000 | #Constraints:      64111
2389.64/2403.22	c #Conflicts:    3452000 | #Constraints:      65111
2389.64/2403.22	c #Conflicts:    3453000 | #Constraints:      66111
2389.64/2403.22	c #Conflicts:    3454000 | #Constraints:      67111
2389.64/2403.22	c #Conflicts:    3455000 | #Constraints:      68111
2389.64/2403.22	c #Conflicts:    3456000 | #Constraints:      69111
2389.64/2403.22	c #Conflicts:    3457000 | #Constraints:      70111
2389.64/2403.22	c #Conflicts:    3458000 | #Constraints:      71111
2389.64/2403.22	c #Conflicts:    3459000 | #Constraints:      72111
2389.64/2403.22	c #Conflicts:    3460000 | #Constraints:      73111
2389.64/2403.22	c #Conflicts:    3461000 | #Constraints:      74111
2389.64/2403.22	c #Conflicts:    3462000 | #Constraints:      75112
2389.64/2403.22	c #Conflicts:    3463000 | #Constraints:      76112
2389.64/2403.22	c #Conflicts:    3464000 | #Constraints:      77112
2389.64/2403.22	c #Conflicts:    3465000 | #Constraints:      78112
2389.64/2403.22	c #Conflicts:    3466000 | #Constraints:      79112
2389.64/2403.22	c #Conflicts:    3467000 | #Constraints:      80112
2389.64/2403.22	c #Conflicts:    3468000 | #Constraints:      81112
2389.64/2403.22	c #Conflicts:    3469000 | #Constraints:      82112
2389.64/2403.22	c INPROCESSING
2389.64/2403.22	c GARBAGE COLLECT
2389.64/2403.22	c #Conflicts:    3470000 | #Constraints:      46074
2389.64/2403.22	c #Conflicts:    3471000 | #Constraints:      47074
2389.64/2403.22	c #Conflicts:    3472000 | #Constraints:      48074
2389.64/2403.22	c #Conflicts:    3473000 | #Constraints:      49074
2389.64/2403.22	c #Conflicts:    3474000 | #Constraints:      50074
2389.64/2403.22	c #Conflicts:    3475000 | #Constraints:      51074
2389.64/2403.22	c #Conflicts:    3476000 | #Constraints:      52074
2501.99/2516.07	c #Conflicts:    3477000 | #Constraints:      53074
2501.99/2516.07	c #Conflicts:    3478000 | #Constraints:      54074
2501.99/2516.07	c #Conflicts:    3479000 | #Constraints:      55074
2501.99/2516.07	c #Conflicts:    3480000 | #Constraints:      56074
2501.99/2516.07	c #Conflicts:    3481000 | #Constraints:      57074
2501.99/2516.07	c #Conflicts:    3482000 | #Constraints:      58074
2501.99/2516.07	c #Conflicts:    3483000 | #Constraints:      59074
2501.99/2516.07	c #Conflicts:    3484000 | #Constraints:      60074
2501.99/2516.07	c #Conflicts:    3485000 | #Constraints:      61074
2501.99/2516.07	c #Conflicts:    3486000 | #Constraints:      62074
2501.99/2516.07	c #Conflicts:    3487000 | #Constraints:      63074
2501.99/2516.07	c #Conflicts:    3488000 | #Constraints:      64074
2501.99/2516.07	c #Conflicts:    3489000 | #Constraints:      65074
2501.99/2516.07	c #Conflicts:    3490000 | #Constraints:      66074
2501.99/2516.07	c #Conflicts:    3491000 | #Constraints:      67074
2501.99/2516.07	c #Conflicts:    3492000 | #Constraints:      68074
2501.99/2516.07	c #Conflicts:    3493000 | #Constraints:      69075
2501.99/2516.07	c #Conflicts:    3494000 | #Constraints:      70075
2501.99/2516.07	c #Conflicts:    3495000 | #Constraints:      71075
2501.99/2516.07	c #Conflicts:    3496000 | #Constraints:      72075
2501.99/2516.07	c #Conflicts:    3497000 | #Constraints:      73075
2501.99/2516.07	c #Conflicts:    3498000 | #Constraints:      74075
2501.99/2516.07	c #Conflicts:    3499000 | #Constraints:      75075
2501.99/2516.07	c #Conflicts:    3500000 | #Constraints:      76075
2501.99/2516.07	c #Conflicts:    3501000 | #Constraints:      77075
2501.99/2516.07	c #Conflicts:    3502000 | #Constraints:      78075
2501.99/2516.07	c #Conflicts:    3503000 | #Constraints:      79075
2501.99/2516.07	c #Conflicts:    3504000 | #Constraints:      80076
2501.99/2516.07	c #Conflicts:    3505000 | #Constraints:      81076
2501.99/2516.07	c #Conflicts:    3506000 | #Constraints:      82076
2501.99/2516.07	c INPROCESSING
2501.99/2516.07	c GARBAGE COLLECT
2501.99/2516.07	c #Conflicts:    3507000 | #Constraints:      45851
2501.99/2516.07	c #Conflicts:    3508000 | #Constraints:      46851
2501.99/2516.07	c #Conflicts:    3509000 | #Constraints:      47851
2501.99/2516.07	c #Conflicts:    3510000 | #Constraints:      48852
2501.99/2516.07	c #Conflicts:    3511000 | #Constraints:      49852
2501.99/2516.07	c #Conflicts:    3512000 | #Constraints:      50852
2501.99/2516.07	c #Conflicts:    3513000 | #Constraints:      51852
2501.99/2516.07	c #Conflicts:    3514000 | #Constraints:      52852
2501.99/2516.07	c #Conflicts:    3515000 | #Constraints:      53852
2501.99/2516.07	c #Conflicts:    3516000 | #Constraints:      54852
2501.99/2516.07	c #Conflicts:    3517000 | #Constraints:      55852
2501.99/2516.07	c #Conflicts:    3518000 | #Constraints:      56852
2501.99/2516.07	c #Conflicts:    3519000 | #Constraints:      57852
2501.99/2516.07	c #Conflicts:    3520000 | #Constraints:      58852
2501.99/2516.07	c #Conflicts:    3521000 | #Constraints:      59852
2501.99/2516.07	c #Conflicts:    3522000 | #Constraints:      60852
2501.99/2516.07	c #Conflicts:    3523000 | #Constraints:      61852
2501.99/2516.07	c #Conflicts:    3524000 | #Constraints:      62852
2501.99/2516.07	c #Conflicts:    3525000 | #Constraints:      63852
2501.99/2516.07	c #Conflicts:    3526000 | #Constraints:      64852
2501.99/2516.07	c #Conflicts:    3527000 | #Constraints:      65852
2501.99/2516.07	c #Conflicts:    3528000 | #Constraints:      66852
2501.99/2516.07	c #Conflicts:    3529000 | #Constraints:      67852
2501.99/2516.07	c #Conflicts:    3530000 | #Constraints:      68852
2501.99/2516.07	c #Conflicts:    3531000 | #Constraints:      69852
2501.99/2516.07	c #Conflicts:    3532000 | #Constraints:      70852
2501.99/2516.07	c #Conflicts:    3533000 | #Constraints:      71852
2501.99/2516.07	c #Conflicts:    3534000 | #Constraints:      72852
2501.99/2516.07	c #Conflicts:    3535000 | #Constraints:      73852
2501.99/2516.07	c #Conflicts:    3536000 | #Constraints:      74852
2501.99/2516.07	c #Conflicts:    3537000 | #Constraints:      75852
2501.99/2516.07	c #Conflicts:    3538000 | #Constraints:      76852
2501.99/2516.07	c #Conflicts:    3539000 | #Constraints:      77852
2501.99/2516.07	c #Conflicts:    3540000 | #Constraints:      78852
2501.99/2516.07	c #Conflicts:    3541000 | #Constraints:      79852
2501.99/2516.07	c #Conflicts:    3542000 | #Constraints:      80852
2501.99/2516.07	c #Conflicts:    3543000 | #Constraints:      81852
2501.99/2516.07	c #Conflicts:    3544000 | #Constraints:      82852
2501.99/2516.07	c INPROCESSING
2501.99/2516.07	c GARBAGE COLLECT
2501.99/2516.07	c #Conflicts:    3545000 | #Constraints:      46454
2501.99/2516.07	c #Conflicts:    3546000 | #Constraints:      47454
2501.99/2516.07	c #Conflicts:    3547000 | #Constraints:      48454
2501.99/2516.07	c #Conflicts:    3548000 | #Constraints:      49454
2501.99/2516.07	c #Conflicts:    3549000 | #Constraints:      50454
2501.99/2516.07	c #Conflicts:    3550000 | #Constraints:      51454
2501.99/2516.07	c #Conflicts:    3551000 | #Constraints:      52454
2501.99/2516.07	c #Conflicts:    3552000 | #Constraints:      53454
2501.99/2516.07	c #Conflicts:    3553000 | #Constraints:      54454
2501.99/2516.07	c #Conflicts:    3554000 | #Constraints:      55454
2546.57/2560.83	c #Conflicts:    3555000 | #Constraints:      56454
2546.57/2560.83	c #Conflicts:    3556000 | #Constraints:      57454
2546.57/2560.83	c #Conflicts:    3557000 | #Constraints:      58454
2546.57/2560.83	c #Conflicts:    3558000 | #Constraints:      59454
2546.57/2560.83	c #Conflicts:    3559000 | #Constraints:      60454
2546.57/2560.83	c #Conflicts:    3560000 | #Constraints:      61454
2546.57/2560.83	c #Conflicts:    3561000 | #Constraints:      62454
2546.57/2560.83	c #Conflicts:    3562000 | #Constraints:      63454
2546.57/2560.83	c #Conflicts:    3563000 | #Constraints:      64454
2546.57/2560.83	c #Conflicts:    3564000 | #Constraints:      65454
2546.57/2560.83	c #Conflicts:    3565000 | #Constraints:      66454
2546.57/2560.83	c #Conflicts:    3566000 | #Constraints:      67454
2546.57/2560.83	c #Conflicts:    3567000 | #Constraints:      68454
2546.57/2560.83	c #Conflicts:    3568000 | #Constraints:      69454
2546.57/2560.83	c #Conflicts:    3569000 | #Constraints:      70454
2546.57/2560.83	c #Conflicts:    3570000 | #Constraints:      71454
2546.57/2560.83	c #Conflicts:    3571000 | #Constraints:      72454
2546.57/2560.83	c #Conflicts:    3572000 | #Constraints:      73454
2546.57/2560.83	c #Conflicts:    3573000 | #Constraints:      74455
2546.57/2560.83	c #Conflicts:    3574000 | #Constraints:      75455
2546.57/2560.83	c #Conflicts:    3575000 | #Constraints:      76455
2546.57/2560.83	c #Conflicts:    3576000 | #Constraints:      77455
2546.57/2560.83	c #Conflicts:    3577000 | #Constraints:      78455
2546.57/2560.83	c #Conflicts:    3578000 | #Constraints:      79455
2546.57/2560.83	c #Conflicts:    3579000 | #Constraints:      80455
2546.57/2560.83	c #Conflicts:    3580000 | #Constraints:      81455
2546.57/2560.83	c #Conflicts:    3581000 | #Constraints:      82455
2546.57/2560.83	c #Conflicts:    3582000 | #Constraints:      83455
2546.57/2560.83	c INPROCESSING
2546.57/2560.83	c GARBAGE COLLECT
2546.57/2560.83	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[33]: 6 -0.99998 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[97]: 6 -0.999981 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[100]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[103]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[116]: 6 -1.24908 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[284]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[295]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[442]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[449]: 6 -0.999981 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[486]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[545]: 6 -0.99998 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[548]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[632]: 6 -1.125 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[650]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1026]: 6 -1.01771 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1046]: 6 -1.375 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1047]: 6 -1.25 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1065]: 6 -0.964677 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1077]: 6 -0.9375 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1081]: 6 -0.8 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1084]: 6 -0.75 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1087]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1096]: 6 -0.95952 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1102]: 6 -0.965993 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1139]: 6 -45.3264 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1144]: 6 -2 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1188]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1271]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1304]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1338]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1418]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1452]: 6 -1.3125 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1458]: 6 -0.971639 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1461]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1467]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1493]: 6 -1.25 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1495]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1497]: 6 -1.55556 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1499]: 6 -1.48864 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1524]: 6 -2.25 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1914]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1937]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1989]: 6 -0.999378 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2000]: 6 -0.949281 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2001]: 6 -0.949281 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2005]: 6 -0.79712 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2009]: 6 -0.188478 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2013]: 6 0 0.474835 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2018]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2042]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2043]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2085]: 6 -0.99991 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2089]: 6 -0.999637 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2129]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2165]: 6 -20.5423 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2215]: 6 -20.0441 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2266]: 6 -0.999961 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2269]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2512]: 6 -5 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3175]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3276]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3470]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3563]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3656]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
2546.57/2560.83	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
2597.18/2611.61	c #Conflicts:    3583000 | #Constraints:      46855
2597.18/2611.61	c #Conflicts:    3584000 | #Constraints:      47855
2597.18/2611.61	c #Conflicts:    3585000 | #Constraints:      48855
2597.18/2611.61	c #Conflicts:    3586000 | #Constraints:      49855
2597.18/2611.61	c #Conflicts:    3587000 | #Constraints:      50855
2597.18/2611.61	c #Conflicts:    3588000 | #Constraints:      51869
2597.18/2611.61	c #Conflicts:    3589000 | #Constraints:      52869
2597.18/2611.61	c #Conflicts:    3590000 | #Constraints:      53869
2597.18/2611.61	c #Conflicts:    3591000 | #Constraints:      54869
2597.18/2611.61	c #Conflicts:    3592000 | #Constraints:      55869
2597.18/2611.61	c #Conflicts:    3593000 | #Constraints:      56869
2597.18/2611.61	c #Conflicts:    3594000 | #Constraints:      57869
2597.18/2611.61	c #Conflicts:    3595000 | #Constraints:      58869
2597.18/2611.61	c #Conflicts:    3596000 | #Constraints:      59869
2597.18/2611.61	c #Conflicts:    3597000 | #Constraints:      60869
2597.18/2611.61	c #Conflicts:    3598000 | #Constraints:      61869
2597.18/2611.61	c #Conflicts:    3599000 | #Constraints:      62869
2597.18/2611.61	c #Conflicts:    3600000 | #Constraints:      63869
2597.18/2611.61	c #Conflicts:    3601000 | #Constraints:      64869
2597.18/2611.61	c #Conflicts:    3602000 | #Constraints:      65869
2597.18/2611.61	c #Conflicts:    3603000 | #Constraints:      66869
2597.18/2611.61	c #Conflicts:    3604000 | #Constraints:      67869
2597.18/2611.61	c #Conflicts:    3605000 | #Constraints:      68869
2597.18/2611.61	c #Conflicts:    3606000 | #Constraints:      69869
2597.18/2611.61	c #Conflicts:    3607000 | #Constraints:      70869
2597.18/2611.61	c #Conflicts:    3608000 | #Constraints:      71869
2597.18/2611.61	c #Conflicts:    3609000 | #Constraints:      72869
2597.18/2611.61	c #Conflicts:    3610000 | #Constraints:      73869
2597.18/2611.61	c #Conflicts:    3611000 | #Constraints:      74869
2597.18/2611.61	c #Conflicts:    3612000 | #Constraints:      75869
2597.18/2611.61	c #Conflicts:    3613000 | #Constraints:      76870
2597.18/2611.61	c #Conflicts:    3614000 | #Constraints:      77870
2597.18/2611.61	c #Conflicts:    3615000 | #Constraints:      78870
2597.18/2611.61	c #Conflicts:    3616000 | #Constraints:      79870
2597.18/2611.61	c #Conflicts:    3617000 | #Constraints:      80870
2597.18/2611.61	c #Conflicts:    3618000 | #Constraints:      81870
2597.18/2611.61	c #Conflicts:    3619000 | #Constraints:      82870
2597.18/2611.61	c #Conflicts:    3620000 | #Constraints:      83870
2597.18/2611.61	c INPROCESSING
2597.18/2611.61	c GARBAGE COLLECT
2597.18/2611.61	c #Conflicts:    3621000 | #Constraints:      46996
2597.18/2611.61	c #Conflicts:    3622000 | #Constraints:      47996
2597.18/2611.61	c #Conflicts:    3623000 | #Constraints:      48996
2597.18/2611.61	c #Conflicts:    3624000 | #Constraints:      49996
2597.18/2611.61	c #Conflicts:    3625000 | #Constraints:      50996
2597.18/2611.61	c #Conflicts:    3626000 | #Constraints:      51996
2597.18/2611.61	c #Conflicts:    3627000 | #Constraints:      52996
2597.18/2611.61	c #Conflicts:    3628000 | #Constraints:      53996
2597.18/2611.61	c #Conflicts:    3629000 | #Constraints:      54996
2597.18/2611.61	c #Conflicts:    3630000 | #Constraints:      55996
2597.18/2611.61	c #Conflicts:    3631000 | #Constraints:      56996
2597.18/2611.61	c #Conflicts:    3632000 | #Constraints:      57996
2597.18/2611.61	c #Conflicts:    3633000 | #Constraints:      58996
2597.18/2611.61	c #Conflicts:    3634000 | #Constraints:      59996
2597.18/2611.61	c #Conflicts:    3635000 | #Constraints:      60996
2597.18/2611.61	c #Conflicts:    3636000 | #Constraints:      61996
2597.18/2611.61	c #Conflicts:    3637000 | #Constraints:      62996
2597.18/2611.61	c #Conflicts:    3638000 | #Constraints:      63996
2597.18/2611.61	c #Conflicts:    3639000 | #Constraints:      64996
2597.18/2611.61	c #Conflicts:    3640000 | #Constraints:      65996
2597.18/2611.61	c #Conflicts:    3641000 | #Constraints:      66996
2597.18/2611.61	c #Conflicts:    3642000 | #Constraints:      67996
2597.18/2611.61	c #Conflicts:    3643000 | #Constraints:      68996
2597.18/2611.61	c #Conflicts:    3644000 | #Constraints:      69996
2597.18/2611.61	c #Conflicts:    3645000 | #Constraints:      70996
2597.18/2611.61	c #Conflicts:    3646000 | #Constraints:      71996
2597.18/2611.61	c #Conflicts:    3647000 | #Constraints:      72996
2597.18/2611.61	c #Conflicts:    3648000 | #Constraints:      73996
2597.18/2611.61	c #Conflicts:    3649000 | #Constraints:      74996
2597.18/2611.61	c #Conflicts:    3650000 | #Constraints:      75996
2597.18/2611.61	c #Conflicts:    3651000 | #Constraints:      76996
2597.18/2611.61	c #Conflicts:    3652000 | #Constraints:      77996
2597.18/2611.61	c #Conflicts:    3653000 | #Constraints:      78996
2597.18/2611.61	c #Conflicts:    3654000 | #Constraints:      79996
2597.18/2611.61	c #Conflicts:    3655000 | #Constraints:      80996
2597.18/2611.61	c #Conflicts:    3656000 | #Constraints:      81996
2597.18/2611.61	c #Conflicts:    3657000 | #Constraints:      82997
2597.18/2611.61	c #Conflicts:    3658000 | #Constraints:      83997
2597.18/2611.61	c INPROCESSING
2597.18/2611.61	c GARBAGE COLLECT
2597.18/2611.61	c #Conflicts:    3659000 | #Constraints:      46994
2597.18/2611.61	c #Conflicts:    3660000 | #Constraints:      47994
2628.44/2643.04	c #Conflicts:    3661000 | #Constraints:      48994
2628.44/2643.04	c #Conflicts:    3662000 | #Constraints:      49994
2628.44/2643.04	c #Conflicts:    3663000 | #Constraints:      50994
2628.44/2643.04	c #Conflicts:    3664000 | #Constraints:      51994
2628.44/2643.04	c #Conflicts:    3665000 | #Constraints:      52994
2628.44/2643.04	c #Conflicts:    3666000 | #Constraints:      53994
2628.44/2643.04	c #Conflicts:    3667000 | #Constraints:      54994
2628.44/2643.04	c #Conflicts:    3668000 | #Constraints:      55994
2628.44/2643.04	c #Conflicts:    3669000 | #Constraints:      56994
2628.44/2643.04	c #Conflicts:    3670000 | #Constraints:      57994
2628.44/2643.04	c #Conflicts:    3671000 | #Constraints:      58994
2628.44/2643.04	c #Conflicts:    3672000 | #Constraints:      59994
2628.44/2643.04	c #Conflicts:    3673000 | #Constraints:      60994
2628.44/2643.04	c #Conflicts:    3674000 | #Constraints:      61994
2628.44/2643.04	c #Conflicts:    3675000 | #Constraints:      62994
2628.44/2643.04	c #Conflicts:    3676000 | #Constraints:      63994
2628.44/2643.04	c #Conflicts:    3677000 | #Constraints:      64994
2628.44/2643.04	c #Conflicts:    3678000 | #Constraints:      65994
2628.44/2643.04	c #Conflicts:    3679000 | #Constraints:      66994
2628.44/2643.04	c #Conflicts:    3680000 | #Constraints:      67994
2628.44/2643.04	c #Conflicts:    3681000 | #Constraints:      68994
2628.44/2643.04	c #Conflicts:    3682000 | #Constraints:      69994
2628.44/2643.04	c #Conflicts:    3683000 | #Constraints:      70994
2628.44/2643.04	c #Conflicts:    3684000 | #Constraints:      71994
2628.44/2643.04	c #Conflicts:    3685000 | #Constraints:      72994
2628.44/2643.04	c #Conflicts:    3686000 | #Constraints:      73994
2628.44/2643.04	c #Conflicts:    3687000 | #Constraints:      74994
2628.44/2643.04	c #Conflicts:    3688000 | #Constraints:      75994
2628.44/2643.04	c #Conflicts:    3689000 | #Constraints:      76995
2628.44/2643.04	c #Conflicts:    3690000 | #Constraints:      77995
2628.44/2643.04	c #Conflicts:    3691000 | #Constraints:      78995
2628.44/2643.04	c #Conflicts:    3692000 | #Constraints:      79995
2628.44/2643.04	c #Conflicts:    3693000 | #Constraints:      80995
2628.44/2643.04	c #Conflicts:    3694000 | #Constraints:      81995
2628.44/2643.04	c #Conflicts:    3695000 | #Constraints:      82995
2628.44/2643.04	c #Conflicts:    3696000 | #Constraints:      83995
2628.44/2643.04	c INPROCESSING
2628.44/2643.04	c GARBAGE COLLECT
2628.44/2643.04	WSVECS04 Frhs2[1]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[7]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[8]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[9]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[10]: 6 -1.00029 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[11]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[17]: 6 -1.02852 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[21]: 6 -1.59389 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[25]: 6 -0.942416 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[27]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[32]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[39]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[44]: 6 -1.31253 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[50]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[55]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[57]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[58]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[59]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[61]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[66]: 6 -0.995137 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[68]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[69]: 6 -0.995587 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[71]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[72]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[73]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[78]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[79]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[85]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[86]: 6 -1.2501 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[89]: 6 -10.586 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[93]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[99]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[101]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[102]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[103]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[105]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[107]: 6 -1.50003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[108]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[109]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[111]: 6 -0.999611 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[112]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[114]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[117]: 6 0 0.483075 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[119]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[121]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[126]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[133]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[152]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[156]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[157]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[158]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[159]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[161]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[165]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[174]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[180]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[181]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[185]: 6 -5.07055 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[187]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[193]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[197]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[198]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[207]: 6 -1.31252 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[208]: 6 -1.31259 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[222]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[225]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[228]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[229]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[230]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[243]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[245]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[250]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[251]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[257]: 6 -0.998418 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[260]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[266]: 6 -1.31252 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[275]: 6 -1.12288 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[283]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[284]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[285]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[294]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[296]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[300]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[304]: 6 -1.3126 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[305]: 6 -1.25002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[311]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[312]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[314]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[315]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[325]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[326]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[333]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[334]: 6 -1.12503 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[335]: 6 -1.12509 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[339]: 6 -1.25008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[340]: 6 -1.25005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[342]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[344]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[345]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[361]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[364]: 6 -1.32818 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[365]: 6 -1.25008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[368]: 6 -1.25001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[369]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[371]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[377]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[389]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[390]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[397]: 6 -1.31252 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[398]: 6 -1.31258 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[399]: 6 -1.25006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[405]: 6 -1.20975 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[410]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[419]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[420]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[428]: 6 -1.25002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[432]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[435]: 6 -1.15894 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[443]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[444]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[445]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[447]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[448]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[451]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[452]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[455]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[457]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[470]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[477]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[478]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[492]: 6 -0.250084 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[495]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[496]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[498]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[501]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[508]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[509]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[511]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[539]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[543]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[556]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[562]: 6 0 0.0254041 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[564]: 6 -0.547972 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[566]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[567]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[568]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[572]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[578]: 6 -1.74173 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[580]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[584]: 6 -1.12519 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[589]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[595]: 6 -0.99785 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[600]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[604]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[606]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[607]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[616]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[619]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[633]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[634]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[635]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[638]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[640]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[641]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[644]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[646]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[651]: 6 -0.999421 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[655]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[658]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[659]: 6 0 1.488 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[660]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[661]: 6 -1.54039 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[669]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[670]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[671]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[676]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[678]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[685]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[688]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[689]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[690]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1026]: 6 -1.00954 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1027]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1028]: 6 -0.982098 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1030]: 6 -1.30938 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1038]: 6 -1.00364 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1040]: 6 -1.01998 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1041]: 6 -1.01137 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1043]: 6 -1.03366 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1049]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1051]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1054]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1057]: 6 -0.99996 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1058]: 6 -0.999781 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1060]: 6 -0.998955 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1061]: 6 -0.997675 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1065]: 6 -0.700654 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1073]: 6 -1.56253 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1074]: 6 -1.83156 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1083]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1086]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1088]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1089]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1091]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1092]: 6 -0.940952 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1095]: 6 -0.999598 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1098]: 6 -1.31436 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1099]: 6 -0.742213 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1100]: 6 -1.28753 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1102]: 6 -1.03643 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1103]: 6 -0.632262 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1105]: 6 -0.231222 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1107]: 6 -0.632035 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1113]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1116]: 6 -0.999863 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1118]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1121]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1122]: 6 -1.31327 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1127]: 6 0 4.02234 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1131]: 6 -0.687552 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1133]: 6 -2.67526 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1135]: 6 -0.493843 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1140]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1141]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1142]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1148]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1149]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1150]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1156]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1165]: 6 -9.29459 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1168]: 6 -1.20314 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1172]: 6 -1.25002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1173]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1174]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1178]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1188]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1191]: 6 -1.33204 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1194]: 6 -1.3126 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1197]: 6 -1.25006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1201]: 6 -1.12508 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1202]: 6 -1.25006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1204]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1214]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1215]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1216]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1218]: 6 -1.25008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1222]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1228]: 6 -0.668036 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1231]: 6 -0.937567 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1234]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1235]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1249]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1253]: 6 -1.31257 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1255]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1256]: 6 -0.687536 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1270]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1272]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1274]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1284]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1285]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1295]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1296]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1297]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1301]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1306]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1307]: 6 -3.38745 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1310]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1312]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1313]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1315]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1316]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1341]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1343]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1344]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1346]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1350]: 6 -1.31256 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1351]: 6 -1.3282 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1363]: 6 -0.750083 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1372]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1375]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1377]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1391]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1420]: 6 -0.303879 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1421]: 6 -0.623299 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1424]: 6 -0.806233 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1434]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1440]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1464]: 6 -0.228539 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1470]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1483]: 6 -0.998368 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1486]: 6 -0.519254 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1498]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1500]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1501]: 6 -11.352 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1502]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1506]: 6 -1.73678 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1510]: 6 -1.16143 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1517]: 6 -1.49779 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1528]: 6 -1.0074 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1533]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1538]: 6 -1.86843 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1540]: 6 -1.21504 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1546]: 6 -2.28003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1547]: 6 -3.56546 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1550]: 6 -1.00682 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1552]: 6 -1.00209 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1553]: 6 -4.36218 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1557]: 6 -0.880784 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1558]: 6 -3.84817 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1559]: 6 -1.01162 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1560]: 6 -0.990795 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1562]: 6 -1.03101 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1563]: 6 -0.899491 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1565]: 6 -1.11824 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1566]: 6 -1.18258 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1889]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1898]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1902]: 6 -1.00001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1910]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1914]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1917]: 6 -1.00005 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1919]: 6 -1.02849 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1929]: 6 0 0.187649 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1930]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1931]: 6 -3.37525 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1935]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1940]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1944]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1945]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1947]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1950]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1987]: 6 -0.999491 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1990]: 6 -1.00083 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1991]: 6 -0.998983 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1994]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1995]: 6 -0.995672 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[1997]: 6 -0.987531 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2000]: 6 -0.974365 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2001]: 6 -0.970432 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2010]: 6 -1.00006 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2020]: 6 -1.00007 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2021]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2024]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2027]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2029]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2031]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2032]: 6 -1.00004 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2040]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2042]: 6 -1.00003 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2043]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2046]: 6 -1.00009 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2047]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2058]: 6 -1.0001 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2066]: 6 -1.24266 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2083]: 6 -1.00008 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2088]: 6 -1.00002 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2090]: 6 -0.999974 0 shouldn't be
2628.44/2643.04	WSVECS04 Frhs2[2092]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2094]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2096]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2098]: 6 -1.25007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2099]: 6 -1.25313 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2110]: 6 -0.987776 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2112]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2116]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2119]: 6 -1.94115 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2128]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2129]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2136]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2138]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2139]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2143]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2145]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2152]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2156]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2167]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2169]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2172]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2173]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2176]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2177]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2179]: 6 -0.6251 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2181]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2185]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2188]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2190]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2194]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2198]: 6 0 0.125023 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2201]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2206]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2210]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2214]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2217]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2222]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2224]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2226]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2227]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2229]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2232]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2233]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2236]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2239]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2241]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2242]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2243]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2247]: 6 -1.62575 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2249]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2251]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2255]: 6 -19.5157 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2261]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2264]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2267]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2268]: 6 -0.999846 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2270]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2272]: 6 -0.990571 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2274]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2275]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2278]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2282]: 6 -1.62577 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2290]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2291]: 6 -3.01115 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2294]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2297]: 6 -17.0891 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2303]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2307]: 6 -0.500018 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2310]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2314]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2318]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2320]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2322]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2323]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2326]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2330]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2332]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2334]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2336]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2338]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2339]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2343]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2344]: 6 -0.973306 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2351]: 6 -0.493882 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2353]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2354]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2355]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2359]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2360]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2362]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2364]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2365]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2370]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2371]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2374]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2375]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2378]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2379]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2381]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2384]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2387]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2389]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2391]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2393]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2396]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2398]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2399]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2402]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2406]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2410]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2414]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2416]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2418]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2420]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2422]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2424]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2426]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2430]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2433]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2434]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2437]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2439]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2441]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2442]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2444]: 6 -1.33212 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2445]: 6 -1.32814 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2447]: 6 -1.35047 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2448]: 6 -1.31259 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2449]: 6 -1.25007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2458]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2460]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2461]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2463]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2466]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2467]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2470]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2471]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2473]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2477]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2480]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2482]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2484]: 6 -1.33213 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2489]: 6 -0.671957 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2503]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2505]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2507]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2510]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2511]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2514]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2515]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2517]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2520]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2522]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2523]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2526]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2527]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2539]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2542]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2543]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2544]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2546]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2547]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2548]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2553]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2556]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2561]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2563]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2565]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2567]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2571]: 6 -1.25004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2573]: 6 -0.812565 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2578]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2588]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2590]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2592]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2593]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2596]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2597]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2600]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2603]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2606]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2610]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2614]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2616]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2617]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2619]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2622]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2626]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2635]: 6 -1.25009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2638]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2642]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2644]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2645]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2648]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2654]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2657]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2660]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2664]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2667]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2672]: 6 -1.31258 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2673]: 6 -0.687594 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2677]: 6 -0.750075 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2681]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2684]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2685]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2687]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2691]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2694]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2695]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2697]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2699]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2702]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2705]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2708]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2709]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2712]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2713]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2716]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2717]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2722]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2724]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2727]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2731]: 6 -1.11666 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2735]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2736]: 6 -1.3126 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2744]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2756]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2760]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2764]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2765]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2768]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2770]: 6 -1.24163 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2772]: 6 -1.12507 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2775]: 6 -0.466392 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2779]: 6 -0.899397 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2783]: 6 -0.625086 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2787]: 6 -0.500039 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2790]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2791]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2794]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2795]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2798]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2800]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2804]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2807]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2809]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2811]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2813]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2815]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2821]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2823]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2825]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2826]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2828]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2831]: 6 -1.12502 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2832]: 6 -1.25003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2840]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2843]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2847]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2848]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2849]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2851]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2853]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2855]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2861]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2864]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2866]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2869]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2872]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2876]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2878]: 6 -0.500049 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2881]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2884]: 6 -1.25006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2887]: 6 -0.500044 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2889]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2891]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2893]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2896]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2897]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2900]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2901]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2904]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2905]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2908]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2909]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2912]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2914]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2915]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2917]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2918]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2924]: 6 -1.32819 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2928]: 6 -1.25002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2931]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2932]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2934]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2936]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2939]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2940]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2941]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2942]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2944]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2945]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2948]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2949]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2954]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2955]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2957]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2962]: 6 -1.31255 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2965]: 6 -0.703172 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2969]: 6 -0.812598 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2974]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2977]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2981]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2983]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2985]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2988]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2989]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2991]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2993]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[2997]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3000]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3001]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3003]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3005]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3007]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3010]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3011]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3020]: 6 -1.32819 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3021]: 6 -1.31255 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3022]: 6 -1.31252 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3023]: 6 -1.25009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3024]: 6 -1.25002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3032]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3033]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3036]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3038]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3039]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3040]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3041]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3043]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3048]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3050]: 6 -1.63955 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3069]: 6 -0.76602 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3073]: 6 -1.06388 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3076]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3080]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3084]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3086]: 6 0 3.68866 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3087]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3090]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3092]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3094]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3095]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3098]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3099]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3104]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3119]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3130]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3132]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3133]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3134]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3136]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3137]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3140]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3141]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3144]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3146]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3147]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3151]: 6 -0.65628 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3153]: 6 -0.687525 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3161]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3164]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3165]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3168]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3169]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3172]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3175]: 6 -0.0703431 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3177]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3183]: 6 -3.37466 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3188]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3189]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3192]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3194]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3195]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3198]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3200]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3205]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3213]: 6 -1.2501 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3230]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3234]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3235]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3238]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3239]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3242]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3245]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3247]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3250]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3253]: 6 -1.24982 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3255]: 6 -0.507622 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3265]: 6 -2.98793 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3266]: 6 -5.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3267]: 6 -1.06189 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3270]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3271]: 6 -1.24735 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3274]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3279]: 6 -2.27893 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3283]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3286]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3287]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3290]: 6 -18.3998 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3292]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3295]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3305]: 6 -1.31254 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3306]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3307]: 6 -1.25008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3310]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3311]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3312]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3313]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3319]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3320]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3324]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3326]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3327]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3329]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3333]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3336]: 6 0 0.135117 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3338]: 6 0 0.276955 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3343]: 6 -1.31253 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3347]: 6 -1.25006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3351]: 6 -0.50009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3354]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3355]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3358]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3360]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3362]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3366]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3369]: 6 -0.999558 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3371]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3374]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3377]: 6 -0.992093 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3379]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3381]: 6 -0.968331 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3384]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3388]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3390]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3391]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3404]: 6 -1.25008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3406]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3413]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3414]: 6 -6.65596 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3419]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3425]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3427]: 6 -1.14192 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3431]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3440]: 6 0 1.00004 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3442]: 6 -0.141818 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3447]: 6 -0.499047 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3450]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3451]: 6 -0.995934 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3460]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3462]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3464]: 6 0 0.667074 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3470]: 6 -2.05902 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3471]: 6 -2.01764 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3474]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3475]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3480]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3481]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3483]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3486]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3494]: 6 -0.992042 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3509]: 6 0 0.0249821 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3511]: 6 -0.996091 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3514]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3515]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3521]: 6 -0.89872 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3523]: 6 -1.17232 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3539]: 6 -0.125081 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3554]: 6 0 0.025391 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3556]: 6 0 0.5636 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3557]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3560]: 6 -6.39743 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3565]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3567]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3568]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3572]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3574]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3576]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3578]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3579]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3582]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3583]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3586]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3588]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3590]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3593]: 6 -1.25007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3598]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3600]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3606]: 6 -2.20041 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3611]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3612]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3614]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3616]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3617]: 6 -1.12334 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3620]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3624]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3625]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3628]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3638]: 6 0 9.15825 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3644]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3648]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3651]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3653]: 6 -0.997862 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3656]: 6 -2.20043 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3659]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3664]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3668]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3669]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3672]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3673]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3676]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3677]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3680]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3683]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3688]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3692]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3694]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3695]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3701]: 6 -4.94186 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3704]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3708]: 6 -0.722978 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3710]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3712]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3713]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3715]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3718]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3719]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3721]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3723]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3725]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3728]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3730]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3731]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3734]: 6 -0.99205 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3736]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3738]: 6 -1.03224 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3739]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3742]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3743]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3745]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3747]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3749]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3751]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3755]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3757]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3760]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3764]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3766]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3767]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3768]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3770]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3771]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3774]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3777]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3780]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3783]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3790]: 6 -0.831196 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3792]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3795]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3804]: 6 -0.75486 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3805]: 6 -1.0001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3806]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3812]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3813]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3816]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3817]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3819]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3823]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3828]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3832]: 6 -0.983539 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3833]: 6 -0.983581 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3836]: 6 -10.2897 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3837]: 6 -0.844257 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3842]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3846]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3848]: 6 -7.798 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3849]: 6 -1.00372 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3852]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3854]: 6 -1.00001 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3856]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3860]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3861]: 6 -1.23647 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3868]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3869]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3870]: 6 -1.00007 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3907]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3910]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3928]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3929]: 6 -0.998018 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3932]: 6 -1.00004 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3934]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3936]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3938]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3939]: 6 -1.00003 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3942]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3944]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3945]: 6 -1.00009 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3948]: 6 -3.07327 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3949]: 6 -1.00002 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3951]: 6 -0.868276 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3955]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3958]: 6 -1.00006 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3960]: 6 -1.00008 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3964]: 6 -1.00005 0 shouldn't be
2628.44/2643.05	WSVECS04 Frhs2[3968]: 6 -1.00009 0 shouldn't be
2677.92/2692.77	c #Conflicts:    3697000 | #Constraints:      46799
2677.92/2692.77	c #Conflicts:    3698000 | #Constraints:      47800
2677.92/2692.77	c #Conflicts:    3699000 | #Constraints:      48800
2677.92/2692.77	c #Conflicts:    3700000 | #Constraints:      49800
2677.92/2692.77	c #Conflicts:    3701000 | #Constraints:      50800
2677.92/2692.77	c #Conflicts:    3702000 | #Constraints:      51800
2677.92/2692.77	c #Conflicts:    3703000 | #Constraints:      52800
2677.92/2692.77	c #Conflicts:    3704000 | #Constraints:      53801
2677.92/2692.77	c #Conflicts:    3705000 | #Constraints:      54801
2677.92/2692.77	c #Conflicts:    3706000 | #Constraints:      55801
2677.92/2692.77	c #Conflicts:    3707000 | #Constraints:      56801
2677.92/2692.77	c #Conflicts:    3708000 | #Constraints:      57801
2677.92/2692.77	c #Conflicts:    3709000 | #Constraints:      58801
2677.92/2692.77	c #Conflicts:    3710000 | #Constraints:      59801
2677.92/2692.77	c #Conflicts:    3711000 | #Constraints:      60801
2677.92/2692.77	c #Conflicts:    3712000 | #Constraints:      61801
2677.92/2692.77	c #Conflicts:    3713000 | #Constraints:      62801
2677.92/2692.77	c #Conflicts:    3714000 | #Constraints:      63801
2677.92/2692.77	c #Conflicts:    3715000 | #Constraints:      64801
2677.92/2692.77	c #Conflicts:    3716000 | #Constraints:      65801
2677.92/2692.77	c #Conflicts:    3717000 | #Constraints:      66801
2677.92/2692.77	c #Conflicts:    3718000 | #Constraints:      67801
2677.92/2692.77	c #Conflicts:    3719000 | #Constraints:      68801
2677.92/2692.77	c #Conflicts:    3720000 | #Constraints:      69801
2677.92/2692.77	c #Conflicts:    3721000 | #Constraints:      70801
2677.92/2692.77	c #Conflicts:    3722000 | #Constraints:      71801
2677.92/2692.77	c #Conflicts:    3723000 | #Constraints:      72801
2677.92/2692.77	c #Conflicts:    3724000 | #Constraints:      73801
2677.92/2692.77	c #Conflicts:    3725000 | #Constraints:      74801
2677.92/2692.77	c #Conflicts:    3726000 | #Constraints:      75801
2677.92/2692.77	c #Conflicts:    3727000 | #Constraints:      76801
2677.92/2692.77	c #Conflicts:    3728000 | #Constraints:      77801
2677.92/2692.77	c #Conflicts:    3729000 | #Constraints:      78801
2677.92/2692.77	c #Conflicts:    3730000 | #Constraints:      79801
2677.92/2692.77	c #Conflicts:    3731000 | #Constraints:      80802
2677.92/2692.77	c #Conflicts:    3732000 | #Constraints:      81802
2677.92/2692.77	c #Conflicts:    3733000 | #Constraints:      82802
2677.92/2692.77	c #Conflicts:    3734000 | #Constraints:      83802
2677.92/2692.77	c #Conflicts:    3735000 | #Constraints:      84802
2677.92/2692.77	c INPROCESSING
2677.92/2692.77	c GARBAGE COLLECT
2677.92/2692.77	c #Conflicts:    3736000 | #Constraints:      47427
2677.92/2692.77	c #Conflicts:    3737000 | #Constraints:      48427
2677.92/2692.77	c #Conflicts:    3738000 | #Constraints:      49427
2677.92/2692.77	c #Conflicts:    3739000 | #Constraints:      50427
2677.92/2692.77	c #Conflicts:    3740000 | #Constraints:      51427
2677.92/2692.77	c #Conflicts:    3741000 | #Constraints:      52427
2677.92/2692.77	c #Conflicts:    3742000 | #Constraints:      53427
2677.92/2692.77	c #Conflicts:    3743000 | #Constraints:      54427
2677.92/2692.77	c #Conflicts:    3744000 | #Constraints:      55495
2677.92/2692.77	c #Conflicts:    3745000 | #Constraints:      56495
2677.92/2692.77	c #Conflicts:    3746000 | #Constraints:      57495
2677.92/2692.77	c #Conflicts:    3747000 | #Constraints:      58495
2677.92/2692.77	c #Conflicts:    3748000 | #Constraints:      59495
2677.92/2692.77	c #Conflicts:    3749000 | #Constraints:      60495
2677.92/2692.77	c #Conflicts:    3750000 | #Constraints:      61495
2677.92/2692.77	c #Conflicts:    3751000 | #Constraints:      62495
2677.92/2692.77	c #Conflicts:    3752000 | #Constraints:      63495
2677.92/2692.77	c #Conflicts:    3753000 | #Constraints:      64495
2677.92/2692.77	c #Conflicts:    3754000 | #Constraints:      65495
2677.92/2692.77	c #Conflicts:    3755000 | #Constraints:      66495
2677.92/2692.77	c #Conflicts:    3756000 | #Constraints:      67495
2677.92/2692.77	c #Conflicts:    3757000 | #Constraints:      68495
2677.92/2692.77	c #Conflicts:    3758000 | #Constraints:      69495
2677.92/2692.77	c #Conflicts:    3759000 | #Constraints:      70495
2677.92/2692.77	c #Conflicts:    3760000 | #Constraints:      71495
2677.92/2692.77	c #Conflicts:    3761000 | #Constraints:      72495
2677.92/2692.77	c #Conflicts:    3762000 | #Constraints:      73495
2677.92/2692.77	c #Conflicts:    3763000 | #Constraints:      74495
2677.92/2692.77	c #Conflicts:    3764000 | #Constraints:      75495
2677.92/2692.77	c #Conflicts:    3765000 | #Constraints:      76495
2677.92/2692.77	c #Conflicts:    3766000 | #Constraints:      77495
2677.92/2692.77	c #Conflicts:    3767000 | #Constraints:      78495
2677.92/2692.77	c #Conflicts:    3768000 | #Constraints:      79495
2677.92/2692.77	c #Conflicts:    3769000 | #Constraints:      80495
2677.92/2692.77	c #Conflicts:    3770000 | #Constraints:      81495
2677.92/2692.77	c #Conflicts:    3771000 | #Constraints:      82496
2677.92/2692.77	c #Conflicts:    3772000 | #Constraints:      83496
2677.92/2692.77	c #Conflicts:    3773000 | #Constraints:      84496
2677.92/2692.77	c #Conflicts:    3774000 | #Constraints:      85496
2677.92/2692.77	c INPROCESSING
2741.42/2756.53	c GARBAGE COLLECT
2741.42/2756.53	c #Conflicts:    3775000 | #Constraints:      47842
2741.42/2756.53	c #Conflicts:    3776000 | #Constraints:      48842
2741.42/2756.53	c #Conflicts:    3777000 | #Constraints:      49842
2741.42/2756.53	c #Conflicts:    3778000 | #Constraints:      50842
2741.42/2756.53	c #Conflicts:    3779000 | #Constraints:      51842
2741.42/2756.53	c #Conflicts:    3780000 | #Constraints:      52842
2741.42/2756.53	c #Conflicts:    3781000 | #Constraints:      53843
2741.42/2756.53	c #Conflicts:    3782000 | #Constraints:      54843
2741.42/2756.53	c #Conflicts:    3783000 | #Constraints:      55843
2741.42/2756.53	c #Conflicts:    3784000 | #Constraints:      56843
2741.42/2756.53	c #Conflicts:    3785000 | #Constraints:      57843
2741.42/2756.53	c #Conflicts:    3786000 | #Constraints:      58845
2741.42/2756.53	c #Conflicts:    3787000 | #Constraints:      59847
2741.42/2756.53	c #Conflicts:    3788000 | #Constraints:      60873
2741.42/2756.53	c #Conflicts:    3789000 | #Constraints:      61875
2741.42/2756.53	c #Conflicts:    3790000 | #Constraints:      62876
2741.42/2756.53	c #Conflicts:    3791000 | #Constraints:      63877
2741.42/2756.53	c #Conflicts:    3792000 | #Constraints:      64910
2741.42/2756.53	c #Conflicts:    3793000 | #Constraints:      65929
2741.42/2756.53	c #Conflicts:    3794000 | #Constraints:      66930
2741.42/2756.53	c #Conflicts:    3795000 | #Constraints:      67930
2741.42/2756.53	c #Conflicts:    3796000 | #Constraints:      68930
2741.42/2756.53	c #Conflicts:    3797000 | #Constraints:      69930
2741.42/2756.53	c #Conflicts:    3798000 | #Constraints:      70930
2741.42/2756.53	c #Conflicts:    3799000 | #Constraints:      71931
2741.42/2756.53	c #Conflicts:    3800000 | #Constraints:      72932
2741.42/2756.53	c #Conflicts:    3801000 | #Constraints:      73932
2741.42/2756.53	c #Conflicts:    3802000 | #Constraints:      74932
2741.42/2756.53	c #Conflicts:    3803000 | #Constraints:      75932
2741.42/2756.53	c #Conflicts:    3804000 | #Constraints:      76932
2741.42/2756.53	c #Conflicts:    3805000 | #Constraints:      77932
2741.42/2756.53	c #Conflicts:    3806000 | #Constraints:      78932
2741.42/2756.53	c #Conflicts:    3807000 | #Constraints:      79932
2741.42/2756.53	c #Conflicts:    3808000 | #Constraints:      80932
2741.42/2756.53	c #Conflicts:    3809000 | #Constraints:      81932
2741.42/2756.53	c #Conflicts:    3810000 | #Constraints:      82948
2741.42/2756.53	c #Conflicts:    3811000 | #Constraints:      83948
2741.42/2756.53	c #Conflicts:    3812000 | #Constraints:      84948
2741.42/2756.53	c #Conflicts:    3813000 | #Constraints:      85949
2741.42/2756.53	c INPROCESSING
2741.42/2756.53	c GARBAGE COLLECT
2741.42/2756.53	c #Conflicts:    3814000 | #Constraints:      48075
2741.42/2756.53	c #Conflicts:    3815000 | #Constraints:      49075
2741.42/2756.53	c #Conflicts:    3816000 | #Constraints:      50075
2741.42/2756.53	c #Conflicts:    3817000 | #Constraints:      51075
2741.42/2756.53	c #Conflicts:    3818000 | #Constraints:      52075
2741.42/2756.53	c #Conflicts:    3819000 | #Constraints:      53075
2741.42/2756.53	c #Conflicts:    3820000 | #Constraints:      54075
2741.42/2756.53	c #Conflicts:    3821000 | #Constraints:      55075
2741.42/2756.53	c #Conflicts:    3822000 | #Constraints:      56075
2741.42/2756.53	c #Conflicts:    3823000 | #Constraints:      57075
2741.42/2756.53	c #Conflicts:    3824000 | #Constraints:      58075
2741.42/2756.53	c #Conflicts:    3825000 | #Constraints:      59076
2741.42/2756.53	c #Conflicts:    3826000 | #Constraints:      60076
2741.42/2756.53	c #Conflicts:    3827000 | #Constraints:      61076
2741.42/2756.53	c #Conflicts:    3828000 | #Constraints:      62076
2741.42/2756.53	c #Conflicts:    3829000 | #Constraints:      63076
2741.42/2756.53	c #Conflicts:    3830000 | #Constraints:      64076
2741.42/2756.53	c #Conflicts:    3831000 | #Constraints:      65076
2741.42/2756.53	c #Conflicts:    3832000 | #Constraints:      66076
2741.42/2756.53	c #Conflicts:    3833000 | #Constraints:      67076
2741.42/2756.53	c #Conflicts:    3834000 | #Constraints:      68076
2741.42/2756.53	c #Conflicts:    3835000 | #Constraints:      69076
2741.42/2756.53	c #Conflicts:    3836000 | #Constraints:      70077
2741.42/2756.53	c #Conflicts:    3837000 | #Constraints:      71077
2741.42/2756.53	c #Conflicts:    3838000 | #Constraints:      72077
2741.42/2756.53	c #Conflicts:    3839000 | #Constraints:      73077
2741.42/2756.53	c #Conflicts:    3840000 | #Constraints:      74077
2741.42/2756.53	c #Conflicts:    3841000 | #Constraints:      75077
2741.42/2756.53	c #Conflicts:    3842000 | #Constraints:      76077
2741.42/2756.53	c #Conflicts:    3843000 | #Constraints:      77077
2741.42/2756.53	c #Conflicts:    3844000 | #Constraints:      78134
2741.42/2756.53	c #Conflicts:    3845000 | #Constraints:      79134
2741.42/2756.53	c #Conflicts:    3846000 | #Constraints:      80134
2741.42/2756.53	c #Conflicts:    3847000 | #Constraints:      81134
2741.42/2756.53	c #Conflicts:    3848000 | #Constraints:      82134
2741.42/2756.53	c #Conflicts:    3849000 | #Constraints:      83134
2741.42/2756.53	c #Conflicts:    3850000 | #Constraints:      84134
2741.42/2756.53	c #Conflicts:    3851000 | #Constraints:      85134
2741.42/2756.53	c #Conflicts:    3852000 | #Constraints:      86134
2798.81/2814.22	c INPROCESSING
2798.81/2814.22	c GARBAGE COLLECT
2798.81/2814.22	c #Conflicts:    3853000 | #Constraints:      48066
2798.81/2814.22	c #Conflicts:    3854000 | #Constraints:      49066
2798.81/2814.22	c #Conflicts:    3855000 | #Constraints:      50066
2798.81/2814.22	c #Conflicts:    3856000 | #Constraints:      51066
2798.81/2814.22	c #Conflicts:    3857000 | #Constraints:      52066
2798.81/2814.22	c #Conflicts:    3858000 | #Constraints:      53066
2798.81/2814.22	c #Conflicts:    3859000 | #Constraints:      54066
2798.81/2814.22	c #Conflicts:    3860000 | #Constraints:      55066
2798.81/2814.22	c #Conflicts:    3861000 | #Constraints:      56066
2798.81/2814.22	c #Conflicts:    3862000 | #Constraints:      57066
2798.81/2814.22	c #Conflicts:    3863000 | #Constraints:      58066
2798.81/2814.22	c #Conflicts:    3864000 | #Constraints:      59066
2798.81/2814.22	c #Conflicts:    3865000 | #Constraints:      60066
2798.81/2814.22	c #Conflicts:    3866000 | #Constraints:      61066
2798.81/2814.22	c #Conflicts:    3867000 | #Constraints:      62066
2798.81/2814.22	c #Conflicts:    3868000 | #Constraints:      63066
2798.81/2814.22	c #Conflicts:    3869000 | #Constraints:      64066
2798.81/2814.22	c #Conflicts:    3870000 | #Constraints:      65066
2798.81/2814.22	c #Conflicts:    3871000 | #Constraints:      66066
2798.81/2814.22	c #Conflicts:    3872000 | #Constraints:      67066
2798.81/2814.22	c #Conflicts:    3873000 | #Constraints:      68066
2798.81/2814.22	c #Conflicts:    3874000 | #Constraints:      69066
2798.81/2814.22	c #Conflicts:    3875000 | #Constraints:      70066
2798.81/2814.22	c #Conflicts:    3876000 | #Constraints:      71066
2798.81/2814.22	c #Conflicts:    3877000 | #Constraints:      72066
2798.81/2814.22	c #Conflicts:    3878000 | #Constraints:      73066
2798.81/2814.22	c #Conflicts:    3879000 | #Constraints:      74066
2798.81/2814.22	c #Conflicts:    3880000 | #Constraints:      75066
2798.81/2814.22	c #Conflicts:    3881000 | #Constraints:      76066
2798.81/2814.22	c #Conflicts:    3882000 | #Constraints:      77066
2798.81/2814.22	c #Conflicts:    3883000 | #Constraints:      78066
2798.81/2814.22	c #Conflicts:    3884000 | #Constraints:      79067
2798.81/2814.22	c #Conflicts:    3885000 | #Constraints:      80067
2798.81/2814.22	c #Conflicts:    3886000 | #Constraints:      81067
2798.81/2814.22	c #Conflicts:    3887000 | #Constraints:      82067
2798.81/2814.22	c #Conflicts:    3888000 | #Constraints:      83067
2798.81/2814.22	c #Conflicts:    3889000 | #Constraints:      84067
2798.81/2814.22	c #Conflicts:    3890000 | #Constraints:      85067
2798.81/2814.22	c #Conflicts:    3891000 | #Constraints:      86067
2798.81/2814.22	c INPROCESSING
2798.81/2814.22	c GARBAGE COLLECT
2798.81/2814.22	c #Conflicts:    3892000 | #Constraints:      47831
2798.81/2814.22	c #Conflicts:    3893000 | #Constraints:      48831
2798.81/2814.22	c #Conflicts:    3894000 | #Constraints:      49831
2798.81/2814.22	c #Conflicts:    3895000 | #Constraints:      50831
2798.81/2814.22	c #Conflicts:    3896000 | #Constraints:      51831
2798.81/2814.22	c #Conflicts:    3897000 | #Constraints:      52831
2798.81/2814.22	c #Conflicts:    3898000 | #Constraints:      53831
2798.81/2814.22	c #Conflicts:    3899000 | #Constraints:      54831
2798.81/2814.22	c #Conflicts:    3900000 | #Constraints:      55831
2798.81/2814.22	c #Conflicts:    3901000 | #Constraints:      56831
2798.81/2814.22	c #Conflicts:    3902000 | #Constraints:      57831
2798.81/2814.22	c #Conflicts:    3903000 | #Constraints:      58831
2798.81/2814.22	c #Conflicts:    3904000 | #Constraints:      59831
2798.81/2814.22	c #Conflicts:    3905000 | #Constraints:      60831
2798.81/2814.22	c #Conflicts:    3906000 | #Constraints:      61831
2798.81/2814.22	c #Conflicts:    3907000 | #Constraints:      62831
2798.81/2814.22	c #Conflicts:    3908000 | #Constraints:      63831
2798.81/2814.22	c #Conflicts:    3909000 | #Constraints:      64831
2798.81/2814.22	c #Conflicts:    3910000 | #Constraints:      65831
2798.81/2814.22	c #Conflicts:    3911000 | #Constraints:      66832
2798.81/2814.22	c #Conflicts:    3912000 | #Constraints:      67832
2798.81/2814.22	c #Conflicts:    3913000 | #Constraints:      68832
2798.81/2814.22	c #Conflicts:    3914000 | #Constraints:      69832
2798.81/2814.22	c #Conflicts:    3915000 | #Constraints:      70832
2798.81/2814.22	c #Conflicts:    3916000 | #Constraints:      71833
2798.81/2814.22	c #Conflicts:    3917000 | #Constraints:      72833
2798.81/2814.22	c #Conflicts:    3918000 | #Constraints:      73833
2798.81/2814.22	c #Conflicts:    3919000 | #Constraints:      74833
2798.81/2814.22	c #Conflicts:    3920000 | #Constraints:      75833
2798.81/2814.22	c #Conflicts:    3921000 | #Constraints:      76833
2798.81/2814.22	c #Conflicts:    3922000 | #Constraints:      77833
2798.81/2814.22	c #Conflicts:    3923000 | #Constraints:      78833
2798.81/2814.22	c #Conflicts:    3924000 | #Constraints:      79833
2798.81/2814.22	c #Conflicts:    3925000 | #Constraints:      80833
2798.81/2814.22	c #Conflicts:    3926000 | #Constraints:      81847
2798.81/2814.22	c #Conflicts:    3927000 | #Constraints:      82847
2798.81/2814.22	c #Conflicts:    3928000 | #Constraints:      83847
2798.81/2814.22	c #Conflicts:    3929000 | #Constraints:      84847
2798.81/2814.22	c #Conflicts:    3930000 | #Constraints:      85847
2849.34/2865.05	c #Conflicts:    3931000 | #Constraints:      86847
2849.34/2865.05	c INPROCESSING
2849.34/2865.05	c GARBAGE COLLECT
2849.34/2865.05	c #Conflicts:    3932000 | #Constraints:      48427
2849.34/2865.05	c #Conflicts:    3933000 | #Constraints:      49427
2849.34/2865.05	c #Conflicts:    3934000 | #Constraints:      50427
2849.34/2865.05	c #Conflicts:    3935000 | #Constraints:      51427
2849.34/2865.05	c #Conflicts:    3936000 | #Constraints:      52427
2849.34/2865.05	c #Conflicts:    3937000 | #Constraints:      53427
2849.34/2865.05	c #Conflicts:    3938000 | #Constraints:      54427
2849.34/2865.05	c #Conflicts:    3939000 | #Constraints:      55427
2849.34/2865.05	c #Conflicts:    3940000 | #Constraints:      56427
2849.34/2865.05	c #Conflicts:    3941000 | #Constraints:      57427
2849.34/2865.05	c #Conflicts:    3942000 | #Constraints:      58427
2849.34/2865.05	c #Conflicts:    3943000 | #Constraints:      59427
2849.34/2865.05	c #Conflicts:    3944000 | #Constraints:      60427
2849.34/2865.05	c #Conflicts:    3945000 | #Constraints:      61427
2849.34/2865.05	c #Conflicts:    3946000 | #Constraints:      62427
2849.34/2865.05	c #Conflicts:    3947000 | #Constraints:      63427
2849.34/2865.05	c #Conflicts:    3948000 | #Constraints:      64427
2849.34/2865.05	c #Conflicts:    3949000 | #Constraints:      65427
2849.34/2865.05	c #Conflicts:    3950000 | #Constraints:      66427
2849.34/2865.05	c #Conflicts:    3951000 | #Constraints:      67427
2849.34/2865.05	c #Conflicts:    3952000 | #Constraints:      68427
2849.34/2865.05	c #Conflicts:    3953000 | #Constraints:      69427
2849.34/2865.05	c #Conflicts:    3954000 | #Constraints:      70428
2849.34/2865.05	c #Conflicts:    3955000 | #Constraints:      71428
2849.34/2865.05	c #Conflicts:    3956000 | #Constraints:      72428
2849.34/2865.05	c #Conflicts:    3957000 | #Constraints:      73428
2849.34/2865.05	c #Conflicts:    3958000 | #Constraints:      74428
2849.34/2865.05	c #Conflicts:    3959000 | #Constraints:      75643
2849.34/2865.05	c #Conflicts:    3960000 | #Constraints:      76901
2849.34/2865.05	c #Conflicts:    3961000 | #Constraints:      77901
2849.34/2865.05	c #Conflicts:    3962000 | #Constraints:      78901
2849.34/2865.05	c #Conflicts:    3963000 | #Constraints:      79901
2849.34/2865.05	c #Conflicts:    3964000 | #Constraints:      80901
2849.34/2865.05	c #Conflicts:    3965000 | #Constraints:      81901
2849.34/2865.05	c #Conflicts:    3966000 | #Constraints:      82901
2849.34/2865.05	c #Conflicts:    3967000 | #Constraints:      83901
2849.34/2865.05	c #Conflicts:    3968000 | #Constraints:      84901
2849.34/2865.05	c #Conflicts:    3969000 | #Constraints:      85901
2849.34/2865.05	c #Conflicts:    3970000 | #Constraints:      86901
2849.34/2865.05	c #Conflicts:    3971000 | #Constraints:      87901
2849.34/2865.05	c INPROCESSING
2849.34/2865.05	c GARBAGE COLLECT
2849.34/2865.05	c #Conflicts:    3972000 | #Constraints:      49072
2849.34/2865.05	c #Conflicts:    3973000 | #Constraints:      50072
2849.34/2865.05	c #Conflicts:    3974000 | #Constraints:      51072
2849.34/2865.05	c #Conflicts:    3975000 | #Constraints:      52072
2849.34/2865.05	c #Conflicts:    3976000 | #Constraints:      53072
2849.34/2865.05	c #Conflicts:    3977000 | #Constraints:      54072
2849.34/2865.05	c #Conflicts:    3978000 | #Constraints:      55072
2849.34/2865.05	c #Conflicts:    3979000 | #Constraints:      56072
2849.34/2865.05	c #Conflicts:    3980000 | #Constraints:      57072
2849.34/2865.05	c #Conflicts:    3981000 | #Constraints:      58072
2849.34/2865.05	c #Conflicts:    3982000 | #Constraints:      59072
2849.34/2865.05	c #Conflicts:    3983000 | #Constraints:      60072
2849.34/2865.05	c #Conflicts:    3984000 | #Constraints:      61072
2849.34/2865.05	c #Conflicts:    3985000 | #Constraints:      62072
2849.34/2865.05	c #Conflicts:    3986000 | #Constraints:      63072
2849.34/2865.05	c #Conflicts:    3987000 | #Constraints:      64072
2849.34/2865.05	c #Conflicts:    3988000 | #Constraints:      65072
2849.34/2865.05	c #Conflicts:    3989000 | #Constraints:      66072
2849.34/2865.05	c #Conflicts:    3990000 | #Constraints:      67072
2849.34/2865.05	c #Conflicts:    3991000 | #Constraints:      68072
2849.34/2865.05	c #Conflicts:    3992000 | #Constraints:      69072
2849.34/2865.05	c #Conflicts:    3993000 | #Constraints:      70072
2849.34/2865.05	c #Conflicts:    3994000 | #Constraints:      71072
2849.34/2865.05	c #Conflicts:    3995000 | #Constraints:      72072
2849.34/2865.05	c #Conflicts:    3996000 | #Constraints:      73072
2849.34/2865.05	c #Conflicts:    3997000 | #Constraints:      74072
2849.34/2865.05	c #Conflicts:    3998000 | #Constraints:      75072
2849.34/2865.05	c #Conflicts:    3999000 | #Constraints:      76072
2849.34/2865.05	c #Conflicts:    4000000 | #Constraints:      77072
2849.34/2865.05	c #Conflicts:    4001000 | #Constraints:      78072
2849.34/2865.05	c #Conflicts:    4002000 | #Constraints:      79072
2849.34/2865.05	c #Conflicts:    4003000 | #Constraints:      80072
2849.34/2865.05	c #Conflicts:    4004000 | #Constraints:      81072
2849.34/2865.05	c #Conflicts:    4005000 | #Constraints:      82072
2849.34/2865.05	c #Conflicts:    4006000 | #Constraints:      83072
2849.34/2865.05	c #Conflicts:    4007000 | #Constraints:      84072
2866.19/2881.97	c #Conflicts:    4008000 | #Constraints:      85072
2866.19/2881.97	c #Conflicts:    4009000 | #Constraints:      86072
2866.19/2881.97	c #Conflicts:    4010000 | #Constraints:      87072
2866.19/2881.97	c #Conflicts:    4011000 | #Constraints:      88072
2866.19/2881.97	c INPROCESSING
2866.19/2881.97	c GARBAGE COLLECT
2866.19/2881.97	c #Conflicts:    4012000 | #Constraints:      49131
2866.19/2881.97	c #Conflicts:    4013000 | #Constraints:      50131
2866.19/2881.97	c #Conflicts:    4014000 | #Constraints:      51132
2866.19/2881.97	c #Conflicts:    4015000 | #Constraints:      52132
2866.19/2881.97	c #Conflicts:    4016000 | #Constraints:      53132
2866.19/2881.97	c #Conflicts:    4017000 | #Constraints:      54132
2866.19/2881.97	c #Conflicts:    4018000 | #Constraints:      55132
2866.19/2881.97	c #Conflicts:    4019000 | #Constraints:      56132
2866.19/2881.97	c #Conflicts:    4020000 | #Constraints:      57132
2866.19/2881.97	c #Conflicts:    4021000 | #Constraints:      58135
2866.19/2881.97	c #Conflicts:    4022000 | #Constraints:      59135
2866.19/2881.97	c #Conflicts:    4023000 | #Constraints:      60143
2866.19/2881.97	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[30]: 6 -109.984 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[34]: 6 -1.0352 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[41]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[79]: 6 -2 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[98]: 6 -1.0231 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[103]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[105]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[202]: 6 -0.872539 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[220]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[290]: 6 -1.0352 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[304]: 6 -2.72665 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[354]: 6 -0.970198 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[394]: 6 -0.872539 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[450]: 6 -1.0352 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[457]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[548]: 6 -0.832591 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[551]: 6 -1.06036 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[558]: 6 -0.82516 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[610]: 6 -0.970198 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1036]: 6 -1.21477 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1054]: 6 0 5.5 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1057]: 6 -0.999989 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1066]: 6 -0.643526 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1186]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1416]: 6 -0.985374 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1451]: 6 -1.47655 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1454]: 6 -0.998875 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1469]: 6 0 0.128416 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1483]: 6 -1.23233 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1508]: 6 -0.547817 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1532]: 6 -0.98956 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1889]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1987]: 6 -0.999955 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2000]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2090]: 6 -0.998598 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2110]: 6 -2.43616 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2111]: 6 -2.3919 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2328]: 6 -1.08002 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2479]: 6 -0.999925 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2879]: 6 -0.106509 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3253]: 6 -0.998876 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3264]: 6 0 0.996551 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3369]: 6 -0.999801 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3430]: 6 -1.1807 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3432]: 6 -0.763021 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3434]: 6 -0.526017 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3436]: 6 -1.04368 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3442]: 6 -1.40815 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3444]: 6 -1.85909 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3492]: 6 -0.635242 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3538]: 6 -0.428689 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3541]: 6 -1.02192 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3544]: 6 -0.91258 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3545]: 6 -0.91258 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3550]: 6 0 0.0892429 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3551]: 6 -0.999972 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3554]: 6 -1.29038 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3737]: 6 -1.00071 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3826]: 6 -0.997239 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3827]: 6 -0.997239 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3924]: 6 -1.00014 0 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3925]: 6 0 6.79269 shouldn't be
2866.19/2881.97	WSVECS04 Frhs2[3930]: 6 0 31.8595 shouldn't be
3006.58/3022.97	c #Conflicts:    4024000 | #Constraints:      61144
3006.58/3022.97	c #Conflicts:    4025000 | #Constraints:      62144
3006.58/3022.97	c #Conflicts:    4026000 | #Constraints:      63144
3006.58/3022.97	c #Conflicts:    4027000 | #Constraints:      64144
3006.58/3022.97	c #Conflicts:    4028000 | #Constraints:      65144
3006.58/3022.97	c #Conflicts:    4029000 | #Constraints:      66144
3006.58/3022.97	c #Conflicts:    4030000 | #Constraints:      67144
3006.58/3022.97	c #Conflicts:    4031000 | #Constraints:      68144
3006.58/3022.97	c #Conflicts:    4032000 | #Constraints:      69144
3006.58/3022.97	c #Conflicts:    4033000 | #Constraints:      70144
3006.58/3022.97	c #Conflicts:    4034000 | #Constraints:      71144
3006.58/3022.97	c #Conflicts:    4035000 | #Constraints:      72144
3006.58/3022.97	c #Conflicts:    4036000 | #Constraints:      73144
3006.58/3022.97	c #Conflicts:    4037000 | #Constraints:      74144
3006.58/3022.97	c #Conflicts:    4038000 | #Constraints:      75144
3006.58/3022.97	c #Conflicts:    4039000 | #Constraints:      76144
3006.58/3022.97	c #Conflicts:    4040000 | #Constraints:      77144
3006.58/3022.97	c #Conflicts:    4041000 | #Constraints:      78144
3006.58/3022.97	c #Conflicts:    4042000 | #Constraints:      79144
3006.58/3022.97	c #Conflicts:    4043000 | #Constraints:      80144
3006.58/3022.97	c #Conflicts:    4044000 | #Constraints:      81144
3006.58/3022.97	c #Conflicts:    4045000 | #Constraints:      82144
3006.58/3022.97	c #Conflicts:    4046000 | #Constraints:      83144
3006.58/3022.97	c #Conflicts:    4047000 | #Constraints:      84144
3006.58/3022.97	c #Conflicts:    4048000 | #Constraints:      85144
3006.58/3022.97	c #Conflicts:    4049000 | #Constraints:      86144
3006.58/3022.97	c #Conflicts:    4050000 | #Constraints:      87144
3006.58/3022.97	c #Conflicts:    4051000 | #Constraints:      88144
3006.58/3022.97	c INPROCESSING
3006.58/3022.97	c GARBAGE COLLECT
3006.58/3022.97	c #Conflicts:    4052000 | #Constraints:      49060
3006.58/3022.97	c #Conflicts:    4053000 | #Constraints:      50060
3006.58/3022.97	c #Conflicts:    4054000 | #Constraints:      51060
3006.58/3022.97	c #Conflicts:    4055000 | #Constraints:      52060
3006.58/3022.97	c #Conflicts:    4056000 | #Constraints:      53060
3006.58/3022.97	c #Conflicts:    4057000 | #Constraints:      54060
3006.58/3022.97	c #Conflicts:    4058000 | #Constraints:      55060
3006.58/3022.97	c #Conflicts:    4059000 | #Constraints:      56060
3006.58/3022.97	c #Conflicts:    4060000 | #Constraints:      57060
3006.58/3022.97	c #Conflicts:    4061000 | #Constraints:      58060
3006.58/3022.97	c #Conflicts:    4062000 | #Constraints:      59060
3006.58/3022.97	c #Conflicts:    4063000 | #Constraints:      60060
3006.58/3022.97	c #Conflicts:    4064000 | #Constraints:      61060
3006.58/3022.97	c #Conflicts:    4065000 | #Constraints:      62060
3006.58/3022.97	c #Conflicts:    4066000 | #Constraints:      63060
3006.58/3022.97	c #Conflicts:    4067000 | #Constraints:      64060
3006.58/3022.97	c #Conflicts:    4068000 | #Constraints:      65060
3006.58/3022.97	c #Conflicts:    4069000 | #Constraints:      66060
3006.58/3022.97	c #Conflicts:    4070000 | #Constraints:      67060
3006.58/3022.97	c #Conflicts:    4071000 | #Constraints:      68060
3006.58/3022.97	c #Conflicts:    4072000 | #Constraints:      69060
3006.58/3022.97	c #Conflicts:    4073000 | #Constraints:      70060
3006.58/3022.97	c #Conflicts:    4074000 | #Constraints:      71060
3006.58/3022.97	c #Conflicts:    4075000 | #Constraints:      72060
3006.58/3022.97	c #Conflicts:    4076000 | #Constraints:      73060
3006.58/3022.97	c #Conflicts:    4077000 | #Constraints:      74060
3006.58/3022.97	c #Conflicts:    4078000 | #Constraints:      75060
3006.58/3022.97	c #Conflicts:    4079000 | #Constraints:      76060
3006.58/3022.97	c #Conflicts:    4080000 | #Constraints:      77060
3006.58/3022.97	c #Conflicts:    4081000 | #Constraints:      78060
3006.58/3022.97	c #Conflicts:    4082000 | #Constraints:      79060
3006.58/3022.97	c #Conflicts:    4083000 | #Constraints:      80060
3006.58/3022.97	c #Conflicts:    4084000 | #Constraints:      81060
3006.58/3022.97	c #Conflicts:    4085000 | #Constraints:      82060
3006.58/3022.97	c #Conflicts:    4086000 | #Constraints:      83060
3006.58/3022.97	c #Conflicts:    4087000 | #Constraints:      84060
3006.58/3022.97	c #Conflicts:    4088000 | #Constraints:      85060
3006.58/3022.97	c #Conflicts:    4089000 | #Constraints:      86060
3006.58/3022.97	c #Conflicts:    4090000 | #Constraints:      87061
3006.58/3022.97	c #Conflicts:    4091000 | #Constraints:      88061
3006.58/3022.97	c INPROCESSING
3006.58/3022.97	c GARBAGE COLLECT
3006.58/3022.97	c #Conflicts:    4092000 | #Constraints:      48844
3006.58/3022.97	c #Conflicts:    4093000 | #Constraints:      49844
3006.58/3022.97	c #Conflicts:    4094000 | #Constraints:      50844
3006.58/3022.97	c #Conflicts:    4095000 | #Constraints:      51844
3006.58/3022.97	c #Conflicts:    4096000 | #Constraints:      52845
3006.58/3022.97	c #Conflicts:    4097000 | #Constraints:      53845
3006.58/3022.97	c #Conflicts:    4098000 | #Constraints:      54845
3006.58/3022.97	c #Conflicts:    4099000 | #Constraints:      55845
3006.58/3022.97	c #Conflicts:    4100000 | #Constraints:      56845
3006.58/3022.97	c #Conflicts:    4101000 | #Constraints:      57845
3062.40/3079.08	c #Conflicts:    4102000 | #Constraints:      58845
3062.40/3079.08	c #Conflicts:    4103000 | #Constraints:      59845
3062.40/3079.08	c #Conflicts:    4104000 | #Constraints:      60845
3062.40/3079.08	c #Conflicts:    4105000 | #Constraints:      61845
3062.40/3079.08	c #Conflicts:    4106000 | #Constraints:      62845
3062.40/3079.08	c #Conflicts:    4107000 | #Constraints:      63845
3062.40/3079.08	c #Conflicts:    4108000 | #Constraints:      64845
3062.40/3079.08	c #Conflicts:    4109000 | #Constraints:      65845
3062.40/3079.08	c #Conflicts:    4110000 | #Constraints:      66845
3062.40/3079.08	c #Conflicts:    4111000 | #Constraints:      67845
3062.40/3079.08	c #Conflicts:    4112000 | #Constraints:      68846
3062.40/3079.08	c #Conflicts:    4113000 | #Constraints:      69846
3062.40/3079.08	c #Conflicts:    4114000 | #Constraints:      70846
3062.40/3079.08	c #Conflicts:    4115000 | #Constraints:      71846
3062.40/3079.08	c #Conflicts:    4116000 | #Constraints:      72846
3062.40/3079.08	c #Conflicts:    4117000 | #Constraints:      73846
3062.40/3079.08	c #Conflicts:    4118000 | #Constraints:      74846
3062.40/3079.08	c #Conflicts:    4119000 | #Constraints:      75846
3062.40/3079.08	c #Conflicts:    4120000 | #Constraints:      76964
3062.40/3079.08	c #Conflicts:    4121000 | #Constraints:      77964
3062.40/3079.08	c #Conflicts:    4122000 | #Constraints:      78964
3062.40/3079.08	c #Conflicts:    4123000 | #Constraints:      79964
3062.40/3079.08	c #Conflicts:    4124000 | #Constraints:      80964
3062.40/3079.08	c #Conflicts:    4125000 | #Constraints:      81964
3062.40/3079.08	c #Conflicts:    4126000 | #Constraints:      82965
3062.40/3079.08	c #Conflicts:    4127000 | #Constraints:      83965
3062.40/3079.08	c #Conflicts:    4128000 | #Constraints:      84965
3062.40/3079.08	c #Conflicts:    4129000 | #Constraints:      85965
3062.40/3079.08	c #Conflicts:    4130000 | #Constraints:      86965
3062.40/3079.08	c #Conflicts:    4131000 | #Constraints:      87965
3062.40/3079.08	c #Conflicts:    4132000 | #Constraints:      88965
3062.40/3079.08	c INPROCESSING
3062.40/3079.08	c GARBAGE COLLECT
3062.40/3079.08	c #Conflicts:    4133000 | #Constraints:      49469
3062.40/3079.08	c #Conflicts:    4134000 | #Constraints:      50469
3062.40/3079.08	c #Conflicts:    4135000 | #Constraints:      51469
3062.40/3079.08	c #Conflicts:    4136000 | #Constraints:      52470
3062.40/3079.08	c #Conflicts:    4137000 | #Constraints:      53470
3062.40/3079.08	c #Conflicts:    4138000 | #Constraints:      54470
3062.40/3079.08	c #Conflicts:    4139000 | #Constraints:      55470
3062.40/3079.08	c #Conflicts:    4140000 | #Constraints:      56470
3062.40/3079.08	c #Conflicts:    4141000 | #Constraints:      57470
3062.40/3079.08	c #Conflicts:    4142000 | #Constraints:      58470
3062.40/3079.08	c #Conflicts:    4143000 | #Constraints:      59470
3062.40/3079.08	c #Conflicts:    4144000 | #Constraints:      60470
3062.40/3079.08	c #Conflicts:    4145000 | #Constraints:      61471
3062.40/3079.08	c #Conflicts:    4146000 | #Constraints:      62471
3062.40/3079.08	c #Conflicts:    4147000 | #Constraints:      63471
3062.40/3079.08	c #Conflicts:    4148000 | #Constraints:      64472
3062.40/3079.08	c #Conflicts:    4149000 | #Constraints:      65472
3062.40/3079.08	c #Conflicts:    4150000 | #Constraints:      66472
3062.40/3079.08	c #Conflicts:    4151000 | #Constraints:      67472
3062.40/3079.08	c #Conflicts:    4152000 | #Constraints:      68472
3062.40/3079.08	c #Conflicts:    4153000 | #Constraints:      69472
3062.40/3079.08	c #Conflicts:    4154000 | #Constraints:      70472
3062.40/3079.08	c #Conflicts:    4155000 | #Constraints:      71472
3062.40/3079.08	c #Conflicts:    4156000 | #Constraints:      72472
3062.40/3079.08	c #Conflicts:    4157000 | #Constraints:      73472
3062.40/3079.08	c #Conflicts:    4158000 | #Constraints:      74472
3062.40/3079.08	c #Conflicts:    4159000 | #Constraints:      75472
3062.40/3079.08	c #Conflicts:    4160000 | #Constraints:      76472
3062.40/3079.08	c #Conflicts:    4161000 | #Constraints:      77472
3062.40/3079.08	c #Conflicts:    4162000 | #Constraints:      78472
3062.40/3079.08	c #Conflicts:    4163000 | #Constraints:      79472
3062.40/3079.08	c #Conflicts:    4164000 | #Constraints:      80472
3062.40/3079.08	c #Conflicts:    4165000 | #Constraints:      81472
3062.40/3079.08	c #Conflicts:    4166000 | #Constraints:      82472
3062.40/3079.08	c #Conflicts:    4167000 | #Constraints:      83472
3062.40/3079.08	c #Conflicts:    4168000 | #Constraints:      84473
3062.40/3079.08	c #Conflicts:    4169000 | #Constraints:      85473
3062.40/3079.08	c #Conflicts:    4170000 | #Constraints:      86473
3062.40/3079.08	c #Conflicts:    4171000 | #Constraints:      87473
3062.40/3079.08	c #Conflicts:    4172000 | #Constraints:      88473
3062.40/3079.08	c #Conflicts:    4173000 | #Constraints:      89473
3062.40/3079.08	c INPROCESSING
3062.40/3079.08	c GARBAGE COLLECT
3062.40/3079.08	c #Conflicts:    4174000 | #Constraints:      49843
3062.40/3079.08	c #Conflicts:    4175000 | #Constraints:      50843
3062.40/3079.08	c #Conflicts:    4176000 | #Constraints:      51843
3062.40/3079.08	c #Conflicts:    4177000 | #Constraints:      52843
3062.40/3079.08	c #Conflicts:    4178000 | #Constraints:      53843
3120.91/3137.84	c #Conflicts:    4179000 | #Constraints:      54843
3120.91/3137.84	c #Conflicts:    4180000 | #Constraints:      55843
3120.91/3137.84	c #Conflicts:    4181000 | #Constraints:      56843
3120.91/3137.84	c #Conflicts:    4182000 | #Constraints:      57843
3120.91/3137.84	c #Conflicts:    4183000 | #Constraints:      58843
3120.91/3137.84	c #Conflicts:    4184000 | #Constraints:      59843
3120.91/3137.84	c #Conflicts:    4185000 | #Constraints:      60843
3120.91/3137.84	c #Conflicts:    4186000 | #Constraints:      61843
3120.91/3137.84	c #Conflicts:    4187000 | #Constraints:      62843
3120.91/3137.84	c #Conflicts:    4188000 | #Constraints:      63843
3120.91/3137.84	c #Conflicts:    4189000 | #Constraints:      64843
3120.91/3137.84	c #Conflicts:    4190000 | #Constraints:      65843
3120.91/3137.84	c #Conflicts:    4191000 | #Constraints:      66843
3120.91/3137.84	c #Conflicts:    4192000 | #Constraints:      67843
3120.91/3137.84	c #Conflicts:    4193000 | #Constraints:      68843
3120.91/3137.84	c #Conflicts:    4194000 | #Constraints:      69843
3120.91/3137.84	c #Conflicts:    4195000 | #Constraints:      70843
3120.91/3137.84	c #Conflicts:    4196000 | #Constraints:      71843
3120.91/3137.84	c #Conflicts:    4197000 | #Constraints:      72843
3120.91/3137.84	c #Conflicts:    4198000 | #Constraints:      73843
3120.91/3137.84	c #Conflicts:    4199000 | #Constraints:      74843
3120.91/3137.84	c #Conflicts:    4200000 | #Constraints:      75843
3120.91/3137.84	c #Conflicts:    4201000 | #Constraints:      76843
3120.91/3137.84	c #Conflicts:    4202000 | #Constraints:      77843
3120.91/3137.84	c #Conflicts:    4203000 | #Constraints:      78843
3120.91/3137.84	c #Conflicts:    4204000 | #Constraints:      79843
3120.91/3137.84	c #Conflicts:    4205000 | #Constraints:      80843
3120.91/3137.84	c #Conflicts:    4206000 | #Constraints:      81843
3120.91/3137.84	c #Conflicts:    4207000 | #Constraints:      82843
3120.91/3137.84	c #Conflicts:    4208000 | #Constraints:      83843
3120.91/3137.84	c #Conflicts:    4209000 | #Constraints:      84843
3120.91/3137.84	c #Conflicts:    4210000 | #Constraints:      85843
3120.91/3137.84	c #Conflicts:    4211000 | #Constraints:      86843
3120.91/3137.84	c #Conflicts:    4212000 | #Constraints:      87843
3120.91/3137.84	c #Conflicts:    4213000 | #Constraints:      88843
3120.91/3137.84	c #Conflicts:    4214000 | #Constraints:      89843
3120.91/3137.84	c INPROCESSING
3120.91/3137.84	c GARBAGE COLLECT
3120.91/3137.84	c #Conflicts:    4215000 | #Constraints:      50006
3120.91/3137.84	c #Conflicts:    4216000 | #Constraints:      51006
3120.91/3137.84	c #Conflicts:    4217000 | #Constraints:      52006
3120.91/3137.84	c #Conflicts:    4218000 | #Constraints:      53006
3120.91/3137.84	c #Conflicts:    4219000 | #Constraints:      54006
3120.91/3137.84	c #Conflicts:    4220000 | #Constraints:      55006
3120.91/3137.84	c #Conflicts:    4221000 | #Constraints:      56006
3120.91/3137.84	c #Conflicts:    4222000 | #Constraints:      57006
3120.91/3137.84	c #Conflicts:    4223000 | #Constraints:      58006
3120.91/3137.84	c #Conflicts:    4224000 | #Constraints:      59006
3120.91/3137.84	c #Conflicts:    4225000 | #Constraints:      60006
3120.91/3137.84	c #Conflicts:    4226000 | #Constraints:      61006
3120.91/3137.84	c #Conflicts:    4227000 | #Constraints:      62006
3120.91/3137.84	c #Conflicts:    4228000 | #Constraints:      63006
3120.91/3137.84	c #Conflicts:    4229000 | #Constraints:      64006
3120.91/3137.84	c #Conflicts:    4230000 | #Constraints:      65006
3120.91/3137.84	c #Conflicts:    4231000 | #Constraints:      66006
3120.91/3137.84	c #Conflicts:    4232000 | #Constraints:      67006
3120.91/3137.84	c #Conflicts:    4233000 | #Constraints:      68006
3120.91/3137.84	c #Conflicts:    4234000 | #Constraints:      69006
3120.91/3137.84	c #Conflicts:    4235000 | #Constraints:      70006
3120.91/3137.84	c #Conflicts:    4236000 | #Constraints:      71006
3120.91/3137.84	c #Conflicts:    4237000 | #Constraints:      72006
3120.91/3137.84	c #Conflicts:    4238000 | #Constraints:      73006
3120.91/3137.84	c #Conflicts:    4239000 | #Constraints:      74006
3120.91/3137.84	c #Conflicts:    4240000 | #Constraints:      75006
3120.91/3137.84	c #Conflicts:    4241000 | #Constraints:      76006
3120.91/3137.84	c #Conflicts:    4242000 | #Constraints:      77006
3120.91/3137.84	c #Conflicts:    4243000 | #Constraints:      78006
3120.91/3137.84	c #Conflicts:    4244000 | #Constraints:      79006
3120.91/3137.84	c #Conflicts:    4245000 | #Constraints:      80006
3120.91/3137.84	c #Conflicts:    4246000 | #Constraints:      81006
3120.91/3137.84	c #Conflicts:    4247000 | #Constraints:      82006
3120.91/3137.84	c #Conflicts:    4248000 | #Constraints:      83006
3120.91/3137.84	c #Conflicts:    4249000 | #Constraints:      84006
3120.91/3137.84	c #Conflicts:    4250000 | #Constraints:      85006
3120.91/3137.84	c #Conflicts:    4251000 | #Constraints:      86006
3120.91/3137.84	c #Conflicts:    4252000 | #Constraints:      87006
3120.91/3137.84	c #Conflicts:    4253000 | #Constraints:      88006
3120.91/3137.84	c #Conflicts:    4254000 | #Constraints:      89006
3120.91/3137.84	c #Conflicts:    4255000 | #Constraints:      90006
3120.91/3137.84	c INPROCESSING
3120.91/3137.84	c GARBAGE COLLECT
3120.91/3137.84	c #Conflicts:    4256000 | #Constraints:      50025
3195.78/3213.08	c #Conflicts:    4257000 | #Constraints:      51025
3195.78/3213.08	c #Conflicts:    4258000 | #Constraints:      52025
3195.78/3213.08	c #Conflicts:    4259000 | #Constraints:      53025
3195.78/3213.08	c #Conflicts:    4260000 | #Constraints:      54025
3195.78/3213.08	c #Conflicts:    4261000 | #Constraints:      55025
3195.78/3213.08	c #Conflicts:    4262000 | #Constraints:      56025
3195.78/3213.08	c #Conflicts:    4263000 | #Constraints:      57025
3195.78/3213.08	c #Conflicts:    4264000 | #Constraints:      58025
3195.78/3213.08	c #Conflicts:    4265000 | #Constraints:      59025
3195.78/3213.08	c #Conflicts:    4266000 | #Constraints:      60025
3195.78/3213.08	c #Conflicts:    4267000 | #Constraints:      61025
3195.78/3213.08	c #Conflicts:    4268000 | #Constraints:      62025
3195.78/3213.08	c #Conflicts:    4269000 | #Constraints:      63025
3195.78/3213.08	c #Conflicts:    4270000 | #Constraints:      64025
3195.78/3213.08	c #Conflicts:    4271000 | #Constraints:      65026
3195.78/3213.08	c #Conflicts:    4272000 | #Constraints:      66026
3195.78/3213.08	c #Conflicts:    4273000 | #Constraints:      67026
3195.78/3213.08	c #Conflicts:    4274000 | #Constraints:      68026
3195.78/3213.08	c #Conflicts:    4275000 | #Constraints:      69026
3195.78/3213.08	c #Conflicts:    4276000 | #Constraints:      70026
3195.78/3213.08	c #Conflicts:    4277000 | #Constraints:      71026
3195.78/3213.08	c #Conflicts:    4278000 | #Constraints:      72026
3195.78/3213.08	c #Conflicts:    4279000 | #Constraints:      73026
3195.78/3213.08	c #Conflicts:    4280000 | #Constraints:      74026
3195.78/3213.08	c #Conflicts:    4281000 | #Constraints:      75026
3195.78/3213.08	c #Conflicts:    4282000 | #Constraints:      76026
3195.78/3213.08	c #Conflicts:    4283000 | #Constraints:      77026
3195.78/3213.08	c #Conflicts:    4284000 | #Constraints:      78026
3195.78/3213.08	c #Conflicts:    4285000 | #Constraints:      79027
3195.78/3213.08	c #Conflicts:    4286000 | #Constraints:      80027
3195.78/3213.08	c #Conflicts:    4287000 | #Constraints:      81027
3195.78/3213.08	c #Conflicts:    4288000 | #Constraints:      82027
3195.78/3213.08	c #Conflicts:    4289000 | #Constraints:      83027
3195.78/3213.08	c #Conflicts:    4290000 | #Constraints:      84027
3195.78/3213.08	c #Conflicts:    4291000 | #Constraints:      85132
3195.78/3213.08	c #Conflicts:    4292000 | #Constraints:      86653
3195.78/3213.08	c #Conflicts:    4293000 | #Constraints:      87665
3195.78/3213.08	c #Conflicts:    4294000 | #Constraints:      88665
3195.78/3213.08	c #Conflicts:    4295000 | #Constraints:      89665
3195.78/3213.08	c #Conflicts:    4296000 | #Constraints:      90665
3195.78/3213.08	c INPROCESSING
3195.78/3213.08	c GARBAGE COLLECT
3195.78/3213.08	c #Conflicts:    4297000 | #Constraints:      50143
3195.78/3213.08	c #Conflicts:    4298000 | #Constraints:      51143
3195.78/3213.08	c #Conflicts:    4299000 | #Constraints:      52143
3195.78/3213.08	c #Conflicts:    4300000 | #Constraints:      53143
3195.78/3213.08	c #Conflicts:    4301000 | #Constraints:      54143
3195.78/3213.08	c #Conflicts:    4302000 | #Constraints:      55143
3195.78/3213.08	c #Conflicts:    4303000 | #Constraints:      56143
3195.78/3213.08	c #Conflicts:    4304000 | #Constraints:      57143
3195.78/3213.08	c #Conflicts:    4305000 | #Constraints:      58143
3195.78/3213.08	c #Conflicts:    4306000 | #Constraints:      59143
3195.78/3213.08	c #Conflicts:    4307000 | #Constraints:      60143
3195.78/3213.08	c #Conflicts:    4308000 | #Constraints:      61143
3195.78/3213.08	c #Conflicts:    4309000 | #Constraints:      62143
3195.78/3213.08	c #Conflicts:    4310000 | #Constraints:      63143
3195.78/3213.08	c #Conflicts:    4311000 | #Constraints:      64143
3195.78/3213.08	c #Conflicts:    4312000 | #Constraints:      65143
3195.78/3213.08	c #Conflicts:    4313000 | #Constraints:      66143
3195.78/3213.08	c #Conflicts:    4314000 | #Constraints:      67144
3195.78/3213.08	c #Conflicts:    4315000 | #Constraints:      68144
3195.78/3213.08	c #Conflicts:    4316000 | #Constraints:      69144
3195.78/3213.08	c #Conflicts:    4317000 | #Constraints:      70144
3195.78/3213.08	c #Conflicts:    4318000 | #Constraints:      71144
3195.78/3213.08	c #Conflicts:    4319000 | #Constraints:      72144
3195.78/3213.08	c #Conflicts:    4320000 | #Constraints:      73144
3195.78/3213.08	c #Conflicts:    4321000 | #Constraints:      74144
3195.78/3213.08	c #Conflicts:    4322000 | #Constraints:      75144
3195.78/3213.08	c #Conflicts:    4323000 | #Constraints:      76144
3195.78/3213.08	c #Conflicts:    4324000 | #Constraints:      77144
3195.78/3213.08	c #Conflicts:    4325000 | #Constraints:      78144
3195.78/3213.08	c #Conflicts:    4326000 | #Constraints:      79144
3195.78/3213.08	c #Conflicts:    4327000 | #Constraints:      80144
3195.78/3213.08	c #Conflicts:    4328000 | #Constraints:      81144
3195.78/3213.08	c #Conflicts:    4329000 | #Constraints:      82144
3195.78/3213.08	c #Conflicts:    4330000 | #Constraints:      83144
3195.78/3213.08	c #Conflicts:    4331000 | #Constraints:      84144
3195.78/3213.08	c #Conflicts:    4332000 | #Constraints:      85144
3195.78/3213.08	c #Conflicts:    4333000 | #Constraints:      86144
3195.78/3213.08	c #Conflicts:    4334000 | #Constraints:      87144
3250.19/3267.70	c #Conflicts:    4335000 | #Constraints:      88144
3250.19/3267.70	c #Conflicts:    4336000 | #Constraints:      89144
3250.19/3267.70	c #Conflicts:    4337000 | #Constraints:      90144
3250.19/3267.70	c #Conflicts:    4338000 | #Constraints:      91144
3250.19/3267.70	c INPROCESSING
3250.19/3267.70	c GARBAGE COLLECT
3250.19/3267.70	c #Conflicts:    4339000 | #Constraints:      50572
3250.19/3267.70	c #Conflicts:    4340000 | #Constraints:      51572
3250.19/3267.70	c #Conflicts:    4341000 | #Constraints:      52572
3250.19/3267.70	c #Conflicts:    4342000 | #Constraints:      53572
3250.19/3267.70	c #Conflicts:    4343000 | #Constraints:      54572
3250.19/3267.70	c #Conflicts:    4344000 | #Constraints:      55572
3250.19/3267.70	c #Conflicts:    4345000 | #Constraints:      56572
3250.19/3267.70	c #Conflicts:    4346000 | #Constraints:      57572
3250.19/3267.70	c #Conflicts:    4347000 | #Constraints:      58572
3250.19/3267.70	c #Conflicts:    4348000 | #Constraints:      59572
3250.19/3267.70	c #Conflicts:    4349000 | #Constraints:      60572
3250.19/3267.70	c #Conflicts:    4350000 | #Constraints:      61572
3250.19/3267.70	c #Conflicts:    4351000 | #Constraints:      62572
3250.19/3267.70	c #Conflicts:    4352000 | #Constraints:      63572
3250.19/3267.70	c #Conflicts:    4353000 | #Constraints:      64572
3250.19/3267.70	c #Conflicts:    4354000 | #Constraints:      65572
3250.19/3267.70	c #Conflicts:    4355000 | #Constraints:      66573
3250.19/3267.70	c #Conflicts:    4356000 | #Constraints:      67573
3250.19/3267.70	c #Conflicts:    4357000 | #Constraints:      68573
3250.19/3267.70	c #Conflicts:    4358000 | #Constraints:      69573
3250.19/3267.70	c #Conflicts:    4359000 | #Constraints:      70573
3250.19/3267.70	c #Conflicts:    4360000 | #Constraints:      71573
3250.19/3267.70	c #Conflicts:    4361000 | #Constraints:      72573
3250.19/3267.70	c #Conflicts:    4362000 | #Constraints:      73573
3250.19/3267.70	c #Conflicts:    4363000 | #Constraints:      74573
3250.19/3267.70	c #Conflicts:    4364000 | #Constraints:      75573
3250.19/3267.70	c #Conflicts:    4365000 | #Constraints:      76573
3250.19/3267.70	c #Conflicts:    4366000 | #Constraints:      77573
3250.19/3267.70	c #Conflicts:    4367000 | #Constraints:      78573
3250.19/3267.70	c #Conflicts:    4368000 | #Constraints:      79574
3250.19/3267.70	c #Conflicts:    4369000 | #Constraints:      80574
3250.19/3267.70	c #Conflicts:    4370000 | #Constraints:      81574
3250.19/3267.70	c #Conflicts:    4371000 | #Constraints:      82574
3250.19/3267.70	c #Conflicts:    4372000 | #Constraints:      83574
3250.19/3267.70	c #Conflicts:    4373000 | #Constraints:      84574
3250.19/3267.70	c #Conflicts:    4374000 | #Constraints:      85574
3250.19/3267.70	c #Conflicts:    4375000 | #Constraints:      86574
3250.19/3267.70	c #Conflicts:    4376000 | #Constraints:      87591
3250.19/3267.70	c #Conflicts:    4377000 | #Constraints:      88599
3250.19/3267.70	c #Conflicts:    4378000 | #Constraints:      89599
3250.19/3267.70	c #Conflicts:    4379000 | #Constraints:      90599
3250.19/3267.70	c #Conflicts:    4380000 | #Constraints:      91599
3250.19/3267.70	c INPROCESSING
3250.19/3267.70	c GARBAGE COLLECT
3250.19/3267.70	c #Conflicts:    4381000 | #Constraints:      50885
3250.19/3267.70	c #Conflicts:    4382000 | #Constraints:      51885
3250.19/3267.70	c #Conflicts:    4383000 | #Constraints:      52885
3250.19/3267.70	c #Conflicts:    4384000 | #Constraints:      53885
3250.19/3267.70	c #Conflicts:    4385000 | #Constraints:      54885
3250.19/3267.70	c #Conflicts:    4386000 | #Constraints:      55885
3250.19/3267.70	c #Conflicts:    4387000 | #Constraints:      56885
3250.19/3267.70	c #Conflicts:    4388000 | #Constraints:      57885
3250.19/3267.70	c #Conflicts:    4389000 | #Constraints:      58885
3250.19/3267.70	c #Conflicts:    4390000 | #Constraints:      59886
3250.19/3267.70	c #Conflicts:    4391000 | #Constraints:      60886
3250.19/3267.70	c #Conflicts:    4392000 | #Constraints:      61886
3250.19/3267.70	c #Conflicts:    4393000 | #Constraints:      62886
3250.19/3267.70	c #Conflicts:    4394000 | #Constraints:      63886
3250.19/3267.70	c #Conflicts:    4395000 | #Constraints:      64886
3250.19/3267.70	c #Conflicts:    4396000 | #Constraints:      65886
3250.19/3267.70	c #Conflicts:    4397000 | #Constraints:      66886
3250.19/3267.70	c #Conflicts:    4398000 | #Constraints:      67898
3250.19/3267.70	c #Conflicts:    4399000 | #Constraints:      68898
3250.19/3267.70	c #Conflicts:    4400000 | #Constraints:      69898
3250.19/3267.70	c #Conflicts:    4401000 | #Constraints:      70898
3250.19/3267.70	c #Conflicts:    4402000 | #Constraints:      71898
3250.19/3267.70	c #Conflicts:    4403000 | #Constraints:      72898
3250.19/3267.70	c #Conflicts:    4404000 | #Constraints:      73898
3250.19/3267.70	c #Conflicts:    4405000 | #Constraints:      74898
3250.19/3267.70	c #Conflicts:    4406000 | #Constraints:      75898
3250.19/3267.70	c #Conflicts:    4407000 | #Constraints:      76898
3250.19/3267.70	c #Conflicts:    4408000 | #Constraints:      77898
3250.19/3267.70	c #Conflicts:    4409000 | #Constraints:      78898
3250.19/3267.70	c #Conflicts:    4410000 | #Constraints:      79898
3250.19/3267.70	c #Conflicts:    4411000 | #Constraints:      80898
3250.19/3267.70	c #Conflicts:    4412000 | #Constraints:      81898
3304.70/3322.58	c #Conflicts:    4413000 | #Constraints:      82898
3304.70/3322.58	c #Conflicts:    4414000 | #Constraints:      83898
3304.70/3322.58	c #Conflicts:    4415000 | #Constraints:      84898
3304.70/3322.58	c #Conflicts:    4416000 | #Constraints:      85898
3304.70/3322.58	c #Conflicts:    4417000 | #Constraints:      86898
3304.70/3322.58	c #Conflicts:    4418000 | #Constraints:      87898
3304.70/3322.58	c #Conflicts:    4419000 | #Constraints:      88898
3304.70/3322.58	c #Conflicts:    4420000 | #Constraints:      89898
3304.70/3322.58	c #Conflicts:    4421000 | #Constraints:      90898
3304.70/3322.58	c #Conflicts:    4422000 | #Constraints:      91898
3304.70/3322.58	c INPROCESSING
3304.70/3322.58	c GARBAGE COLLECT
3304.70/3322.58	c #Conflicts:    4423000 | #Constraints:      51047
3304.70/3322.58	c #Conflicts:    4424000 | #Constraints:      52047
3304.70/3322.58	c #Conflicts:    4425000 | #Constraints:      53048
3304.70/3322.58	c #Conflicts:    4426000 | #Constraints:      54048
3304.70/3322.58	c #Conflicts:    4427000 | #Constraints:      55048
3304.70/3322.58	c #Conflicts:    4428000 | #Constraints:      56048
3304.70/3322.58	c #Conflicts:    4429000 | #Constraints:      57048
3304.70/3322.58	c #Conflicts:    4430000 | #Constraints:      58048
3304.70/3322.58	c #Conflicts:    4431000 | #Constraints:      59048
3304.70/3322.58	c #Conflicts:    4432000 | #Constraints:      60048
3304.70/3322.58	c #Conflicts:    4433000 | #Constraints:      61048
3304.70/3322.58	c #Conflicts:    4434000 | #Constraints:      62082
3304.70/3322.58	c #Conflicts:    4435000 | #Constraints:      63130
3304.70/3322.58	c #Conflicts:    4436000 | #Constraints:      64130
3304.70/3322.58	c #Conflicts:    4437000 | #Constraints:      65130
3304.70/3322.58	c #Conflicts:    4438000 | #Constraints:      66130
3304.70/3322.58	c #Conflicts:    4439000 | #Constraints:      67131
3304.70/3322.58	c #Conflicts:    4440000 | #Constraints:      68131
3304.70/3322.58	c #Conflicts:    4441000 | #Constraints:      69131
3304.70/3322.58	c #Conflicts:    4442000 | #Constraints:      70131
3304.70/3322.58	c #Conflicts:    4443000 | #Constraints:      71131
3304.70/3322.58	c #Conflicts:    4444000 | #Constraints:      72131
3304.70/3322.58	c #Conflicts:    4445000 | #Constraints:      73131
3304.70/3322.58	c #Conflicts:    4446000 | #Constraints:      74132
3304.70/3322.58	c #Conflicts:    4447000 | #Constraints:      75134
3304.70/3322.58	c #Conflicts:    4448000 | #Constraints:      76134
3304.70/3322.58	c #Conflicts:    4449000 | #Constraints:      77134
3304.70/3322.58	c #Conflicts:    4450000 | #Constraints:      78134
3304.70/3322.58	c #Conflicts:    4451000 | #Constraints:      79134
3304.70/3322.58	c #Conflicts:    4452000 | #Constraints:      80135
3304.70/3322.58	c #Conflicts:    4453000 | #Constraints:      81136
3304.70/3322.58	c #Conflicts:    4454000 | #Constraints:      82136
3304.70/3322.58	c #Conflicts:    4455000 | #Constraints:      83136
3304.70/3322.58	c #Conflicts:    4456000 | #Constraints:      84136
3304.70/3322.58	c #Conflicts:    4457000 | #Constraints:      85136
3304.70/3322.58	c #Conflicts:    4458000 | #Constraints:      86137
3304.70/3322.58	c #Conflicts:    4459000 | #Constraints:      87137
3304.70/3322.58	c #Conflicts:    4460000 | #Constraints:      88137
3304.70/3322.58	c #Conflicts:    4461000 | #Constraints:      89137
3304.70/3322.58	c #Conflicts:    4462000 | #Constraints:      90137
3304.70/3322.58	c #Conflicts:    4463000 | #Constraints:      91137
3304.70/3322.58	c #Conflicts:    4464000 | #Constraints:      92137
3304.70/3322.58	c INPROCESSING
3304.70/3322.58	c GARBAGE COLLECT
3304.70/3322.58	c #Conflicts:    4465000 | #Constraints:      51073
3304.70/3322.58	c #Conflicts:    4466000 | #Constraints:      52073
3304.70/3322.58	c #Conflicts:    4467000 | #Constraints:      53073
3304.70/3322.58	c #Conflicts:    4468000 | #Constraints:      54073
3304.70/3322.58	c #Conflicts:    4469000 | #Constraints:      55073
3304.70/3322.58	c #Conflicts:    4470000 | #Constraints:      56073
3304.70/3322.58	c #Conflicts:    4471000 | #Constraints:      57073
3304.70/3322.58	c #Conflicts:    4472000 | #Constraints:      58073
3304.70/3322.58	c #Conflicts:    4473000 | #Constraints:      59073
3304.70/3322.58	c #Conflicts:    4474000 | #Constraints:      60073
3304.70/3322.58	c #Conflicts:    4475000 | #Constraints:      61073
3304.70/3322.58	c #Conflicts:    4476000 | #Constraints:      62073
3304.70/3322.58	c #Conflicts:    4477000 | #Constraints:      63073
3304.70/3322.58	c #Conflicts:    4478000 | #Constraints:      64073
3304.70/3322.58	c #Conflicts:    4479000 | #Constraints:      65073
3304.70/3322.58	c #Conflicts:    4480000 | #Constraints:      66073
3304.70/3322.58	c #Conflicts:    4481000 | #Constraints:      67073
3304.70/3322.58	c #Conflicts:    4482000 | #Constraints:      68073
3304.70/3322.58	c #Conflicts:    4483000 | #Constraints:      69073
3304.70/3322.58	c #Conflicts:    4484000 | #Constraints:      70073
3304.70/3322.58	c #Conflicts:    4485000 | #Constraints:      71073
3304.70/3322.58	c #Conflicts:    4486000 | #Constraints:      72073
3304.70/3322.58	c #Conflicts:    4487000 | #Constraints:      73073
3304.70/3322.58	c #Conflicts:    4488000 | #Constraints:      74073
3304.70/3322.58	c #Conflicts:    4489000 | #Constraints:      75073
3358.40/3376.47	c #Conflicts:    4490000 | #Constraints:      76073
3358.40/3376.47	c #Conflicts:    4491000 | #Constraints:      77073
3358.40/3376.47	c #Conflicts:    4492000 | #Constraints:      78073
3358.40/3376.47	c #Conflicts:    4493000 | #Constraints:      79073
3358.40/3376.47	c #Conflicts:    4494000 | #Constraints:      80073
3358.40/3376.47	c #Conflicts:    4495000 | #Constraints:      81073
3358.40/3376.47	c #Conflicts:    4496000 | #Constraints:      82073
3358.40/3376.47	c #Conflicts:    4497000 | #Constraints:      83073
3358.40/3376.47	c #Conflicts:    4498000 | #Constraints:      84073
3358.40/3376.47	c #Conflicts:    4499000 | #Constraints:      85073
3358.40/3376.47	c #Conflicts:    4500000 | #Constraints:      86073
3358.40/3376.47	c #Conflicts:    4501000 | #Constraints:      87073
3358.40/3376.47	c #Conflicts:    4502000 | #Constraints:      88073
3358.40/3376.47	c #Conflicts:    4503000 | #Constraints:      89074
3358.40/3376.47	c #Conflicts:    4504000 | #Constraints:      90074
3358.40/3376.47	c #Conflicts:    4505000 | #Constraints:      91074
3358.40/3376.47	c #Conflicts:    4506000 | #Constraints:      92074
3358.40/3376.47	c INPROCESSING
3358.40/3376.47	c GARBAGE COLLECT
3358.40/3376.47	c #Conflicts:    4507000 | #Constraints:      50835
3358.40/3376.47	c #Conflicts:    4508000 | #Constraints:      51835
3358.40/3376.47	c #Conflicts:    4509000 | #Constraints:      52835
3358.40/3376.47	c #Conflicts:    4510000 | #Constraints:      53835
3358.40/3376.47	c #Conflicts:    4511000 | #Constraints:      54835
3358.40/3376.47	c #Conflicts:    4512000 | #Constraints:      55835
3358.40/3376.47	c #Conflicts:    4513000 | #Constraints:      56835
3358.40/3376.47	c #Conflicts:    4514000 | #Constraints:      57835
3358.40/3376.47	c #Conflicts:    4515000 | #Constraints:      58835
3358.40/3376.47	c #Conflicts:    4516000 | #Constraints:      59835
3358.40/3376.47	c #Conflicts:    4517000 | #Constraints:      60835
3358.40/3376.47	c #Conflicts:    4518000 | #Constraints:      61835
3358.40/3376.47	c #Conflicts:    4519000 | #Constraints:      62835
3358.40/3376.47	c #Conflicts:    4520000 | #Constraints:      63835
3358.40/3376.47	c #Conflicts:    4521000 | #Constraints:      64835
3358.40/3376.47	c #Conflicts:    4522000 | #Constraints:      65835
3358.40/3376.47	c #Conflicts:    4523000 | #Constraints:      66835
3358.40/3376.47	c #Conflicts:    4524000 | #Constraints:      67835
3358.40/3376.47	c #Conflicts:    4525000 | #Constraints:      68835
3358.40/3376.47	c #Conflicts:    4526000 | #Constraints:      69836
3358.40/3376.47	c #Conflicts:    4527000 | #Constraints:      70836
3358.40/3376.47	c #Conflicts:    4528000 | #Constraints:      71836
3358.40/3376.47	c #Conflicts:    4529000 | #Constraints:      72836
3358.40/3376.47	c #Conflicts:    4530000 | #Constraints:      73836
3358.40/3376.47	c #Conflicts:    4531000 | #Constraints:      74836
3358.40/3376.47	c #Conflicts:    4532000 | #Constraints:      75836
3358.40/3376.47	c #Conflicts:    4533000 | #Constraints:      76836
3358.40/3376.47	c #Conflicts:    4534000 | #Constraints:      77836
3358.40/3376.47	c #Conflicts:    4535000 | #Constraints:      78836
3358.40/3376.47	c #Conflicts:    4536000 | #Constraints:      79836
3358.40/3376.47	c #Conflicts:    4537000 | #Constraints:      80865
3358.40/3376.47	c #Conflicts:    4538000 | #Constraints:      82034
3358.40/3376.47	c #Conflicts:    4539000 | #Constraints:      83159
3358.40/3376.47	c #Conflicts:    4540000 | #Constraints:      84690
3358.40/3376.47	c #Conflicts:    4541000 | #Constraints:      86197
3358.40/3376.47	c #Conflicts:    4542000 | #Constraints:      87706
3358.40/3376.47	c #Conflicts:    4543000 | #Constraints:      89205
3358.40/3376.47	c #Conflicts:    4544000 | #Constraints:      90717
3358.40/3376.47	c #Conflicts:    4545000 | #Constraints:      92257
3358.40/3376.47	c #Conflicts:    4546000 | #Constraints:      93384
3358.40/3376.47	c #Conflicts:    4547000 | #Constraints:      94384
3358.40/3376.47	c #Conflicts:    4548000 | #Constraints:      95384
3358.40/3376.47	c #Conflicts:    4549000 | #Constraints:      96384
3358.40/3376.47	c INPROCESSING
3358.40/3376.47	c GARBAGE COLLECT
3358.40/3376.47	WSVECS04 Frhs2[1]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[9]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[30]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[33]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[34]: 6 -0.999944 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[55]: 6 -1.25002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[65]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[91]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[92]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[98]: 6 -0.999987 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[99]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[103]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[114]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[122]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[123]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[126]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[128]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[133]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[153]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[155]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[178]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[179]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[180]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[181]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[184]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[186]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[193]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[195]: 6 -0.999991 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[196]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[210]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[217]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[219]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[220]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[228]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[229]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[246]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[251]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[263]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[286]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[288]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[295]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[310]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[311]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[312]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[335]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[336]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[348]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[349]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[350]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[353]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[355]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[357]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[359]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[360]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[361]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[379]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[382]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[385]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[387]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[401]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[404]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[413]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[417]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[420]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[424]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[443]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[444]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[446]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[450]: 6 -0.999973 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[453]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[454]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[455]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[457]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[458]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[460]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[465]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[466]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[471]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[478]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[484]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[486]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[487]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[488]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[492]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[497]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[505]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[523]: 6 -2.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[524]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[530]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[532]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[533]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[541]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[542]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[546]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[566]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[567]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[573]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[580]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[581]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[583]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[584]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[585]: 6 0 0.332676 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[596]: 6 -1.3126 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[597]: 6 -1.25009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[598]: 6 -1.25003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[599]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[600]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[601]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[603]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[605]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[610]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[616]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[618]: 6 0 0.250078 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[623]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[624]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[626]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[643]: 6 -0.999982 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[660]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[662]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[673]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[675]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[676]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[677]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[680]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[681]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[686]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[695]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[696]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[698]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1045]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1059]: 6 -10.6674 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1071]: 6 -1152.95 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1083]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1089]: 6 -0.924554 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1090]: 6 -0.849111 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1095]: 6 -6.77526 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1096]: 6 -39550.4 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1098]: 6 0 37.6376 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1125]: 6 -1.12764 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1135]: 6 -158304 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1138]: 6 -715.014 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1139]: 6 -778.985 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1144]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1145]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1149]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1153]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1158]: 6 -10.9481 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1160]: 6 -39.7921 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1162]: 6 -155.168 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1165]: 6 -1.13993 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1166]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1167]: 6 -0.434594 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1171]: 6 -1.25004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1172]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1173]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1174]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1175]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1180]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1183]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1184]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1185]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1203]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1207]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1211]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1219]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1225]: 6 0 0.0107033 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1226]: 6 0 0.0625865 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1233]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1239]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1241]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1256]: 6 -1.33311 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1268]: 6 -0.750028 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1269]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1279]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1280]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1281]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1285]: 6 -1.25003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1288]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1308]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1309]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1324]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1326]: 6 -2.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1328]: 6 -0.687553 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1329]: 6 -0.750024 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1330]: 6 -0.750092 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1340]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1342]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1345]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1347]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1348]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1351]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1364]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1370]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1375]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1376]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1378]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1381]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1384]: 6 -1.50005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1387]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1390]: 6 -2.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1391]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1398]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1410]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1420]: 6 -1.31252 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1423]: 6 -2.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1431]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1438]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1439]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1445]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1447]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1450]: 6 -2.50001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1459]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1460]: 6 -1.16204 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1464]: 6 -1.25004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1466]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1472]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1480]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1486]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1495]: 6 -1.12503 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1496]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1497]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1498]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1503]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1505]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1507]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1509]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1511]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1516]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1517]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1527]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1528]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1529]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1530]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1531]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1537]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1539]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1546]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1549]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1555]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1559]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1561]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1563]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1889]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1891]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1894]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1898]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1903]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1904]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1909]: 6 -1.32821 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1921]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1927]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1932]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1933]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1935]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1937]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1940]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1944]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1948]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1950]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1952]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1985]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1988]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1989]: 6 -20.3347 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1992]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1994]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1996]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[1998]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2002]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2004]: 6 0 2443.17 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2006]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2010]: 6 -20043.1 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2020]: 6 -0.875021 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2034]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2036]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2047]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2054]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2070]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2074]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2083]: 6 -0.698161 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2086]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2090]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2094]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2096]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2116]: 6 -21192.7 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2124]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2125]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2128]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2130]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2134]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2138]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2139]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2142]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2143]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2146]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2152]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2165]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2167]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2169]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2171]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2180]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2184]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2188]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2190]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2192]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2196]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2206]: 6 0 541.362 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2215]: 6 -3113.63 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2219]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2228]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2229]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2232]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2238]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2239]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2241]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2242]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2245]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2249]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2257]: 6 -1.25004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2258]: 6 -1.31251 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2259]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2267]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2273]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2275]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2287]: 6 -145.907 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2320]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2322]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2324]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2326]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2330]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2335]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2337]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2338]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2342]: 6 -1.1615 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2345]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2351]: 6 -158255 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2354]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2355]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2362]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2364]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2369]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2373]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2375]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2378]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2380]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2381]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2404]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2406]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2407]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2410]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2416]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2417]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2420]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2421]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2424]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2426]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2432]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2433]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2435]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2445]: 6 -1.31253 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2448]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2451]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2454]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2461]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2466]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2467]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2470]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2471]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2476]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2477]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2482]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2504]: 6 -5.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2508]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2509]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2512]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2513]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2516]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2520]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2523]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2528]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2529]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2530]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2532]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2541]: 6 -1.31254 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2545]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2548]: 6 -1.25001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2553]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2558]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2565]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2569]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2571]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2573]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2575]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2603]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2608]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2609]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2612]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2613]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2616]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2618]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2620]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2621]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2623]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2626]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2628]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2631]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2649]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2652]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2653]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2654]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2655]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2656]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2658]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2662]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2663]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2666]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2670]: 6 -1.33336 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2684]: 6 -1.25008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2692]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2696]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2700]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2701]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2706]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2708]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2709]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2716]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2717]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2720]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2736]: 6 -1.31257 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2738]: 6 -1.25007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2740]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2741]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2742]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2745]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2754]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2755]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2760]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2761]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2764]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2765]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2768]: 6 -1.25007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2778]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2780]: 6 -5.3126 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2781]: 6 -1.31251 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2792]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2796]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2797]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2800]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2803]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2810]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2814]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2815]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2821]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2822]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2832]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2833]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2834]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2835]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2836]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2837]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2845]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2853]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2855]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2857]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2859]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2875]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2877]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2880]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2882]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2884]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2888]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2889]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2892]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2893]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2896]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2899]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2904]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2908]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2909]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2912]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2914]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2917]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2918]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2919]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2937]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2939]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2945]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2947]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2950]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2952]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2956]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2958]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2960]: 6 -1.25006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2962]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2970]: 6 -5.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2971]: 6 -3.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2974]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2975]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2978]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2979]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2984]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2989]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2993]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2996]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[2997]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3002]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3006]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3009]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3012]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3021]: 6 -1.50004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3034]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3035]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3042]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3048]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3049]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3052]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3053]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3056]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3070]: 6 -5.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3076]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3084]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3088]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3092]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3093]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3095]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3098]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3099]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3106]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3116]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3117]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3120]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3121]: 6 -1.31253 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3130]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3131]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3138]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3140]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3141]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3143]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3145]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3147]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3156]: 6 -7.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3157]: 6 -5.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3160]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3161]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3164]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3165]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3167]: 6 -1.31255 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3171]: 6 -1.25009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3179]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3182]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3186]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3188]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3190]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3192]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3193]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3196]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3198]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3201]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3203]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3204]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3206]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3207]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3209]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3212]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3219]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3232]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3235]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3237]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3240]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3244]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3245]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3248]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3250]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3252]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3254]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3256]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3258]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3260]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3262]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3263]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3266]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3268]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3270]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3271]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3274]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3280]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3284]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3290]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3291]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3299]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3300]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3301]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3302]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3305]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3306]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3308]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3312]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3313]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3314]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3315]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3317]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3320]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3322]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3327]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3328]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3331]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3333]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3336]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3338]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3340]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3344]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3346]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3347]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3350]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3351]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3354]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3357]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3359]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3362]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3363]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3366]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3369]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3371]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3373]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3376]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3379]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3384]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3388]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3390]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3391]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3395]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3402]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3405]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3419]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3421]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3425]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3427]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3432]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3434]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3440]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3442]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3446]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3448]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3450]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3452]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3454]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3456]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3458]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3460]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3462]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3464]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3466]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3468]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3470]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3472]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3480]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3481]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3484]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3486]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3488]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3491]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3509]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3510]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3514]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3517]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3518]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3525]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3528]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3529]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3532]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3533]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3536]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3538]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3539]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3543]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3544]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3546]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3547]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3550]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3554]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3556]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3560]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3564]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3566]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3568]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3572]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3573]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3576]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3580]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3584]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3590]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3597]: 6 -1.06256 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3598]: 6 -1.15629 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3601]: 6 -1.25002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3606]: 6 -1.25007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3607]: 6 -1.25009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3608]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3609]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3610]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3611]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3614]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3618]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3622]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3623]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3626]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3629]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3632]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3634]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3638]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3642]: 6 -1.00001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3644]: 6 -0.665553 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3664]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3668]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3669]: 6 -1.00003 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3672]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3676]: 6 -1.00007 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3681]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3688]: 6 -1.0001 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3691]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3692]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3693]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3695]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3697]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3701]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3703]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3704]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3707]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3710]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3713]: 6 -1.00006 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3716]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3717]: 6 -1.00002 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3719]: 6 -1.00009 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3722]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3723]: 6 -1.00008 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3725]: 6 -1.00005 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3729]: 6 -1.00004 0 shouldn't be
3358.40/3376.47	WSVECS04 Frhs2[3732]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3733]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3735]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3736]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3738]: 6 -1.00005 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3739]: 6 -1.0001 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3743]: 6 -1.00005 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3746]: 6 -1.0001 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3749]: 6 -1.00005 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3751]: 6 -1.00007 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3754]: 6 -1.00003 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3758]: 6 -1.00001 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3760]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3761]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3764]: 6 -1.00003 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3765]: 6 -1.00006 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3768]: 6 -1.00006 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3769]: 6 -1.00006 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3772]: 6 -1.00006 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3774]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3781]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3784]: 6 -1.00006 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3787]: 6 -1.0001 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3788]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3794]: 6 -1.00003 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3800]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3802]: 6 -1.00007 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3805]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3809]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3811]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3814]: 6 -1.00004 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3815]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3818]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3824]: 6 -1.00005 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3828]: 6 -1.00004 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3829]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3831]: 6 -1.00005 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3832]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3833]: 6 -1.00007 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3835]: 6 -1.00006 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3836]: 6 -1.00003 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3837]: 6 -1.00007 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3840]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3842]: 6 -1.00006 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3843]: 6 -1.00007 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3846]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3847]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3850]: 6 -1.00007 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3851]: 6 -1.00003 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3853]: 6 -1.00007 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3856]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3858]: 6 -1.00001 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3860]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3862]: 6 -1.00003 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3866]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3870]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3905]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3908]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3909]: 6 -1.00001 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3911]: 6 -1.00001 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3915]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3917]: 6 -1.0001 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3920]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3924]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3925]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3928]: 6 -1.00005 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3929]: 6 -1.00004 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3938]: 6 -1.00007 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3945]: 6 -1.00002 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3947]: 6 -1.00009 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3950]: 6 -1.00006 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3958]: 6 -1.00001 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3966]: 6 -1.00008 0 shouldn't be
3358.40/3376.48	WSVECS04 Frhs2[3967]: 6 -1.00007 0 shouldn't be
3446.45/3464.99	c #Conflicts:    4550000 | #Constraints:      53219
3446.45/3464.99	c #Conflicts:    4551000 | #Constraints:      54220
3446.45/3464.99	c #Conflicts:    4552000 | #Constraints:      55220
3446.45/3464.99	c #Conflicts:    4553000 | #Constraints:      56220
3446.45/3464.99	c #Conflicts:    4554000 | #Constraints:      57220
3446.45/3464.99	c #Conflicts:    4555000 | #Constraints:      58220
3446.45/3464.99	c #Conflicts:    4556000 | #Constraints:      59221
3446.45/3464.99	c #Conflicts:    4557000 | #Constraints:      60224
3446.45/3464.99	c #Conflicts:    4558000 | #Constraints:      61533
3446.45/3464.99	c #Conflicts:    4559000 | #Constraints:      63033
3446.45/3464.99	c #Conflicts:    4560000 | #Constraints:      64524
3446.45/3464.99	c #Conflicts:    4561000 | #Constraints:      66026
3446.45/3464.99	c #Conflicts:    4562000 | #Constraints:      67436
3446.45/3464.99	c #Conflicts:    4563000 | #Constraints:      68436
3446.45/3464.99	c #Conflicts:    4564000 | #Constraints:      69436
3446.45/3464.99	c #Conflicts:    4565000 | #Constraints:      70436
3446.45/3464.99	c #Conflicts:    4566000 | #Constraints:      71436
3446.45/3464.99	c #Conflicts:    4567000 | #Constraints:      72436
3446.45/3464.99	c #Conflicts:    4568000 | #Constraints:      73436
3446.45/3464.99	c #Conflicts:    4569000 | #Constraints:      74436
3446.45/3464.99	c #Conflicts:    4570000 | #Constraints:      75436
3446.45/3464.99	c #Conflicts:    4571000 | #Constraints:      76436
3446.45/3464.99	c #Conflicts:    4572000 | #Constraints:      77436
3446.45/3464.99	c #Conflicts:    4573000 | #Constraints:      78436
3446.45/3464.99	c #Conflicts:    4574000 | #Constraints:      79436
3446.45/3464.99	c #Conflicts:    4575000 | #Constraints:      80436
3446.45/3464.99	c #Conflicts:    4576000 | #Constraints:      81436
3446.45/3464.99	c #Conflicts:    4577000 | #Constraints:      82437
3446.45/3464.99	c #Conflicts:    4578000 | #Constraints:      83437
3446.45/3464.99	c #Conflicts:    4579000 | #Constraints:      84437
3446.45/3464.99	c #Conflicts:    4580000 | #Constraints:      85437
3446.45/3464.99	c #Conflicts:    4581000 | #Constraints:      86437
3446.45/3464.99	c #Conflicts:    4582000 | #Constraints:      87437
3446.45/3464.99	c #Conflicts:    4583000 | #Constraints:      88437
3446.45/3464.99	c #Conflicts:    4584000 | #Constraints:      89437
3446.45/3464.99	c #Conflicts:    4585000 | #Constraints:      90437
3446.45/3464.99	c #Conflicts:    4586000 | #Constraints:      91437
3446.45/3464.99	c #Conflicts:    4587000 | #Constraints:      92437
3446.45/3464.99	c #Conflicts:    4588000 | #Constraints:      93437
3446.45/3464.99	c #Conflicts:    4589000 | #Constraints:      94437
3446.45/3464.99	c #Conflicts:    4590000 | #Constraints:      95437
3446.45/3464.99	c #Conflicts:    4591000 | #Constraints:      96437
3446.45/3464.99	c #Conflicts:    4592000 | #Constraints:      97437
3446.45/3464.99	c INPROCESSING
3446.45/3464.99	c GARBAGE COLLECT
3446.45/3464.99	c #Conflicts:    4593000 | #Constraints:      53852
3446.45/3464.99	c #Conflicts:    4594000 | #Constraints:      54852
3446.45/3464.99	c #Conflicts:    4595000 | #Constraints:      55852
3446.45/3464.99	c #Conflicts:    4596000 | #Constraints:      56852
3446.45/3464.99	c #Conflicts:    4597000 | #Constraints:      57852
3446.45/3464.99	c #Conflicts:    4598000 | #Constraints:      58852
3446.45/3464.99	c #Conflicts:    4599000 | #Constraints:      59853
3446.45/3464.99	c #Conflicts:    4600000 | #Constraints:      60853
3446.45/3464.99	c #Conflicts:    4601000 | #Constraints:      61853
3446.45/3464.99	c #Conflicts:    4602000 | #Constraints:      62853
3446.45/3464.99	c #Conflicts:    4603000 | #Constraints:      63853
3446.45/3464.99	c #Conflicts:    4604000 | #Constraints:      64853
3446.45/3464.99	c #Conflicts:    4605000 | #Constraints:      65853
3446.45/3464.99	c #Conflicts:    4606000 | #Constraints:      66853
3446.45/3464.99	c #Conflicts:    4607000 | #Constraints:      67853
3446.45/3464.99	c #Conflicts:    4608000 | #Constraints:      68854
3446.45/3464.99	c #Conflicts:    4609000 | #Constraints:      69854
3446.45/3464.99	c #Conflicts:    4610000 | #Constraints:      70854
3446.45/3464.99	c #Conflicts:    4611000 | #Constraints:      71854
3446.45/3464.99	c #Conflicts:    4612000 | #Constraints:      72854
3446.45/3464.99	c #Conflicts:    4613000 | #Constraints:      73854
3446.45/3464.99	c #Conflicts:    4614000 | #Constraints:      74854
3446.45/3464.99	c #Conflicts:    4615000 | #Constraints:      75854
3446.45/3464.99	c #Conflicts:    4616000 | #Constraints:      76854
3446.45/3464.99	c #Conflicts:    4617000 | #Constraints:      77865
3446.45/3464.99	c #Conflicts:    4618000 | #Constraints:      78865
3446.45/3464.99	c #Conflicts:    4619000 | #Constraints:      79919
3446.45/3464.99	c #Conflicts:    4620000 | #Constraints:      80957
3446.45/3464.99	c #Conflicts:    4621000 | #Constraints:      81957
3446.45/3464.99	c #Conflicts:    4622000 | #Constraints:      82957
3446.45/3464.99	c #Conflicts:    4623000 | #Constraints:      83957
3446.45/3464.99	c #Conflicts:    4624000 | #Constraints:      84958
3446.45/3464.99	c #Conflicts:    4625000 | #Constraints:      85958
3446.45/3464.99	c #Conflicts:    4626000 | #Constraints:      86958
3446.45/3464.99	c #Conflicts:    4627000 | #Constraints:      87958
3446.45/3464.99	c #Conflicts:    4628000 | #Constraints:      88958
3458.34/3476.99	c #Conflicts:    4629000 | #Constraints:      89958
3458.34/3476.99	c #Conflicts:    4630000 | #Constraints:      90958
3458.34/3476.99	c #Conflicts:    4631000 | #Constraints:      91958
3458.34/3476.99	c #Conflicts:    4632000 | #Constraints:      92958
3458.34/3476.99	c #Conflicts:    4633000 | #Constraints:      93958
3458.34/3476.99	c #Conflicts:    4634000 | #Constraints:      94958
3458.34/3476.99	c #Conflicts:    4635000 | #Constraints:      95958
3458.34/3476.99	c INPROCESSING
3458.34/3476.99	c GARBAGE COLLECT
3458.34/3476.99	WSVECS04 Frhs2[12]: 6 -0.998414 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[34]: 6 -0.731437 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[35]: 6 -2.54498 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[36]: 6 -3.63817 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[55]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[58]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[66]: 6 -2.43749 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[71]: 6 -2.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[72]: 6 -1.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[77]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[98]: 6 0 0.221577 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[99]: 6 -2.64766 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[100]: 6 -5.13816 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[103]: 6 -3 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[108]: 6 -2.49999 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[124]: 6 0 1 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[134]: 6 -3 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[135]: 6 0 0.812434 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[136]: 6 0 0.500002 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[143]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[156]: 6 0 0.00390681 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[162]: 6 -1.17058 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[172]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[182]: 6 -0.972562 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[193]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[199]: 6 -2.43971 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[208]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[209]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[263]: 6 -2.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[283]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[284]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[291]: 6 0 0.499999 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[298]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[305]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[307]: 6 -0.197013 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[310]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[316]: 6 -2 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[328]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[336]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[345]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[363]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[368]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[375]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[376]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[396]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[418]: 6 -2.17188 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[450]: 6 0 0.268565 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[474]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[475]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[493]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[497]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[504]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[517]: 6 -2.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[518]: 6 -5.56504 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[532]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[534]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[576]: 6 -2.41333 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[583]: 6 -2.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[595]: 6 -0.999072 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[603]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[614]: 6 0 0.5 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[615]: 6 -4.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[630]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[645]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[647]: 6 0 0.812547 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[650]: 6 -0.56247 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[653]: 6 -1.00724 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[656]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[674]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[686]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[692]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[704]: 6 -2.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1033]: 6 -1.87474 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1035]: 6 -1.49895 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1038]: 6 -0.993655 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1042]: 6 -0.966349 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1043]: 6 -0.950267 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1056]: 6 -3.3155 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1063]: 6 -2.2501 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1064]: 6 -2.00423 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1071]: 6 -167.065 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1080]: 6 -0.963506 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1082]: 6 -0.962482 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1084]: 6 -0.849929 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1091]: 6 -0.75 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1094]: 6 -0.402033 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1097]: 6 0 5.78395 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1098]: 6 -1.49947 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1103]: 6 -0.983104 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1104]: 6 -0.992501 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1111]: 6 0 1.92706 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1118]: 6 0 0.125 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1125]: 6 -1.8547 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1127]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1136]: 6 -0.899047 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1142]: 6 -1.02712 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1149]: 6 -0.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1150]: 6 -4.78364 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1153]: 6 -1.125 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1164]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1166]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1168]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1180]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1182]: 6 0 0.187501 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1188]: 6 -0.515625 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1189]: 6 -0.250001 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1195]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1197]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1207]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1237]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1242]: 6 -1.20892 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1245]: 6 0 0.185269 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1252]: 6 -0.972961 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1255]: 6 -8.23678 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1269]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1282]: 6 -2.65625 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1285]: 6 -0.750001 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1301]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1309]: 6 -1.67188 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1310]: 6 -0.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1317]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1318]: 6 -1.1875 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1321]: 6 -2.49998 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1323]: 6 -1.43187e-06 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1331]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1349]: 6 -15.7578 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1366]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1368]: 6 -1.8125 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1370]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1371]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1389]: 6 -0.856346 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1406]: 6 -0.375001 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1411]: 6 -2.41354 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1430]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1431]: 6 -2.52156 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1455]: 6 -527.831 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1465]: 6 -13.4868 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1474]: 6 -1.45426 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1486]: 6 -0.998102 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1488]: 6 -0.999435 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1489]: 6 -0.978705 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1498]: 6 -1.625 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1505]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1532]: 6 -1.6184 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1539]: 6 -0.857037 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1541]: 6 -0.999992 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1548]: 6 -1.00095 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1551]: 6 -0.121221 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1554]: 6 -1.12077 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1559]: 6 -1.19203 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1560]: 6 -1.01617 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1564]: 6 -1.13279 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1896]: 6 -2.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1904]: 6 -0.999604 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1905]: 6 -0.999604 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1909]: 6 -0.998414 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1912]: 6 -1.00635 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1920]: 6 -0.898477 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1921]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1935]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1937]: 6 -3.82287 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1940]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1944]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1945]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1947]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1985]: 6 -2.62497 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1988]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1990]: 6 -1.44809 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[1998]: 6 -5.0004 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2004]: 6 0 0.249935 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2008]: 6 -5.99974 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2014]: 6 -333.129 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2023]: 6 -0.998828 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2025]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2029]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2032]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2046]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2081]: 6 -0.851442 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2089]: 6 -2 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2092]: 6 -1.75005 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2110]: 6 -0.932413 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2116]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2117]: 6 -0.459301 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2120]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2123]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2128]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2136]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2140]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2184]: 6 0 0.935357 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2187]: 6 -4.87071 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2205]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2221]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2233]: 6 0 0.399714 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2235]: 6 -4.29943 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2252]: 6 -0.991104 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2259]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2332]: 6 -0.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2339]: 6 -1.4375 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2344]: 6 -9.73429 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2368]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2371]: 6 -1.4375 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2424]: 6 -1.8125 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2438]: 6 -0.999472 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2440]: 6 -1.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2469]: 6 -1.625 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2476]: 6 -1.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2477]: 6 -1.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2516]: 6 -2.31639 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2520]: 6 -1.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2536]: 6 -1.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2559]: 6 -0.625 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2572]: 6 -13.0674 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2574]: 6 -28.1347 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2589]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2595]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2599]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2616]: 6 -1.3125 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2617]: 6 -1.3125 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2627]: 6 -1.8125 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2659]: 6 -1.8125 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2711]: 6 -0.935268 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2729]: 6 0 1.36094e-06 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2758]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2809]: 6 -13.5493 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2814]: 6 -2.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2843]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2866]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2898]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2902]: 6 -1.75 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2921]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2956]: 6 0 1 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2967]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2977]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[2996]: 6 -1.90625 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3017]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3022]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3041]: 6 -0.999996 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3045]: 6 -1.72653 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3059]: 6 -1.99785 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3061]: 6 -0.995699 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3065]: 6 -0.982795 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3069]: 6 -0.931179 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3089]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3137]: 6 -0.999997 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3142]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3144]: 6 0 1.5 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3176]: 6 -0.150622 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3179]: 6 -1.17482 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3181]: 6 -1.02401 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3184]: 6 -0.936725 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3192]: 6 -1.375 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3205]: 6 -1.375 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3211]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3238]: 6 0 1.5 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3239]: 6 -0.5 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3251]: 6 -1.25 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3256]: 6 0 0.999964 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3259]: 6 -0.999928 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3263]: 6 -0.99971 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3266]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3271]: 6 -0.6344 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3273]: 6 -1.0855 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3278]: 6 0 1.37044 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3288]: 6 -13.4868 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3292]: 6 0 48.6971 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3299]: 6 -3.52529 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3332]: 6 0 0.616667 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3336]: 6 -6.92346 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3349]: 6 -1.30092 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3351]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3367]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3384]: 6 -1.3125 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3428]: 6 0 2.30273 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3430]: 6 0 2 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3432]: 6 -2.13226 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3433]: 6 -4.13226 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3436]: 6 -1.21531 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3440]: 6 -0.154086 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3444]: 6 -0.00435819 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3458]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3463]: 6 -1.42455 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3467]: 6 -1.79847 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3479]: 6 -1.625 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3510]: 6 -0.995237 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3525]: 6 -1.66598 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3534]: 6 0 0.601079 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3538]: 6 -2.5366 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3539]: 6 -4.13229 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3544]: 6 -0.577025 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3546]: 6 -0.154049 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3548]: 6 -0.417855 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3549]: 6 -0.417855 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3551]: 6 -1.00026 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3556]: 6 0 0.371702 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3558]: 6 -4.23181 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3559]: 6 -3.12937 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3563]: 6 -5.49246 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3566]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3572]: 6 -1.22222 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3576]: 6 -0.611111 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3594]: 6 -46.3314 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3604]: 6 -0.999072 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3615]: 6 -1.625 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3619]: 6 -1.53123 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3638]: 6 -544.979 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3640]: 6 -544.851 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3661]: 6 -1.73912 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3664]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3693]: 6 -1.00353 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3738]: 6 -0.985893 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3752]: 6 -2.79816 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3753]: 6 -2.79816 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3758]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3763]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3805]: 6 -0.717658 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3826]: 6 -1.00091 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3829]: 6 -0.99819 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3833]: 6 -1.00724 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3835]: 6 -0.951373 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3836]: 6 -0.97103 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3838]: 6 -1.13675 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3843]: 6 -1.54579 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3845]: 6 -2.09029 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3857]: 6 -0.780492 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3859]: 6 -58.8305 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3861]: 6 -0.121967 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3864]: 6 -194.834 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3905]: 6 -0.0816312 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3921]: 6 -0.999678 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3924]: 6 -1.00129 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3929]: 6 -1.00515 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3951]: 6 -1.02783 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3953]: 6 -1.13281 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
3458.34/3476.99	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
3551.41/3570.43	c #Conflicts:    4636000 | #Constraints:      53098
3551.41/3570.43	c #Conflicts:    4637000 | #Constraints:      54098
3551.41/3570.43	c #Conflicts:    4638000 | #Constraints:      55098
3551.41/3570.43	c #Conflicts:    4639000 | #Constraints:      56098
3551.41/3570.43	c #Conflicts:    4640000 | #Constraints:      57098
3551.41/3570.43	c #Conflicts:    4641000 | #Constraints:      58098
3551.41/3570.43	c #Conflicts:    4642000 | #Constraints:      59098
3551.41/3570.43	c #Conflicts:    4643000 | #Constraints:      60098
3551.41/3570.43	c #Conflicts:    4644000 | #Constraints:      61098
3551.41/3570.43	c #Conflicts:    4645000 | #Constraints:      62098
3551.41/3570.43	c #Conflicts:    4646000 | #Constraints:      63098
3551.41/3570.43	c #Conflicts:    4647000 | #Constraints:      64098
3551.41/3570.43	c #Conflicts:    4648000 | #Constraints:      65098
3551.41/3570.43	c #Conflicts:    4649000 | #Constraints:      66098
3551.41/3570.43	c #Conflicts:    4650000 | #Constraints:      67098
3551.41/3570.43	c #Conflicts:    4651000 | #Constraints:      68098
3551.41/3570.43	c #Conflicts:    4652000 | #Constraints:      69098
3551.41/3570.43	c #Conflicts:    4653000 | #Constraints:      70099
3551.41/3570.43	c #Conflicts:    4654000 | #Constraints:      71099
3551.41/3570.43	c #Conflicts:    4655000 | #Constraints:      72099
3551.41/3570.43	c #Conflicts:    4656000 | #Constraints:      73099
3551.41/3570.43	c #Conflicts:    4657000 | #Constraints:      74099
3551.41/3570.43	c #Conflicts:    4658000 | #Constraints:      75099
3551.41/3570.43	c #Conflicts:    4659000 | #Constraints:      76099
3551.41/3570.43	c #Conflicts:    4660000 | #Constraints:      77099
3551.41/3570.43	c #Conflicts:    4661000 | #Constraints:      78099
3551.41/3570.43	c #Conflicts:    4662000 | #Constraints:      79099
3551.41/3570.43	c #Conflicts:    4663000 | #Constraints:      80099
3551.41/3570.43	c #Conflicts:    4664000 | #Constraints:      81099
3551.41/3570.43	c #Conflicts:    4665000 | #Constraints:      82100
3551.41/3570.43	c #Conflicts:    4666000 | #Constraints:      83114
3551.41/3570.43	c #Conflicts:    4667000 | #Constraints:      84114
3551.41/3570.43	c #Conflicts:    4668000 | #Constraints:      85114
3551.41/3570.43	c #Conflicts:    4669000 | #Constraints:      86114
3551.41/3570.43	c #Conflicts:    4670000 | #Constraints:      87114
3551.41/3570.43	c #Conflicts:    4671000 | #Constraints:      88114
3551.41/3570.43	c #Conflicts:    4672000 | #Constraints:      89114
3551.41/3570.43	c #Conflicts:    4673000 | #Constraints:      90114
3551.41/3570.43	c #Conflicts:    4674000 | #Constraints:      91114
3551.41/3570.43	c #Conflicts:    4675000 | #Constraints:      92114
3551.41/3570.43	c #Conflicts:    4676000 | #Constraints:      93114
3551.41/3570.43	c #Conflicts:    4677000 | #Constraints:      94114
3551.41/3570.43	c #Conflicts:    4678000 | #Constraints:      95115
3551.41/3570.43	c INPROCESSING
3551.41/3570.43	c GARBAGE COLLECT
3551.41/3570.43	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[9]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[11]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[12]: 6 -0.992714 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[18]: 6 -1.78168 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[25]: 6 -1.00296 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[29]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[33]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[36]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[43]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[44]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[45]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[47]: 6 -1.00034 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[55]: 6 -1.31258 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[61]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[65]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[91]: 6 0 11.9779 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[96]: 6 -3.34027 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[99]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[100]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[102]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[103]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[104]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[105]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[107]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[109]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[112]: 6 -1.49061 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[114]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[123]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[125]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[133]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[134]: 6 -1.0001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[135]: 6 -1.08365 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[141]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[142]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[143]: 6 -1.00042 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[144]: 6 0 39.0812 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[151]: 6 -6.7685 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[154]: 6 -2.32822 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[158]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[160]: 6 0 0.250013 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[163]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[164]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[165]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[166]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[169]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[180]: 6 -2.00218 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[181]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[196]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[199]: 6 -1.0837 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[212]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[213]: 6 -3.15838 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[218]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[219]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[220]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[222]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[224]: 6 -1.0001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[227]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[228]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[234]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[256]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[264]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[268]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[289]: 6 -1.08372 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[293]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[294]: 6 -1.0001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[295]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[296]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[300]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[317]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[325]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[326]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[329]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[330]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[333]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[334]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[335]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[357]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[358]: 6 -1.0001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[360]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[361]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[364]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[386]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[389]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[390]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[391]: 6 -1.08365 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[397]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[420]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[424]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[425]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[430]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[438]: 6 -1.82576 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[441]: 6 -3.58262 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[444]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[448]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[452]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[453]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[455]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[456]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[457]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[460]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[461]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[481]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[483]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[484]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[489]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[492]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[513]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[514]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[536]: 6 -2.68576 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[538]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[541]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[555]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[569]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[570]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[587]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[588]: 6 -1.00065 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[589]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[599]: 6 -1.59709 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[603]: 6 -13.9779 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[607]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[608]: 6 -3.42095 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[611]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[618]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[620]: 6 -1.00342 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[637]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[638]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[641]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[643]: 6 -1.23896 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[645]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[652]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[653]: 6 -1.00694 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[654]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[655]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[661]: 6 0 0.520978 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[662]: 6 0 0.250067 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[668]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[685]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[694]: 6 -1.68268 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[697]: 6 -3.74275 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[700]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[704]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1029]: 6 -1.0012 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1030]: 6 -1.07861 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1040]: 6 -3.547 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1042]: 6 -0.62324 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1049]: 6 -1353.81 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1063]: 6 -0.983617 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1069]: 6 -1.34126 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1072]: 6 -3.4323 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1083]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1084]: 6 -3910.02 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1086]: 6 -12792.8 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1088]: 6 -0.999988 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1092]: 6 -0.923916 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1093]: 6 -0.999644 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1096]: 6 0 0.217379 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1102]: 6 -0.620729 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1109]: 6 0 42.3417 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1110]: 6 -5.95541 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1112]: 6 -51.8217 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1120]: 6 -0.995169 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1131]: 6 -1.33 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1136]: 6 -0.95441 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1138]: 6 -42.4316 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1141]: 6 -286.575 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1142]: 6 -258.782 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1150]: 6 -2845.23 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1151]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1152]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1158]: 6 -0.997631 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1160]: 6 -0.999967 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1161]: 6 -1.00251 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1162]: 6 0 0.000315062 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1163]: 6 -0.477072 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1165]: 6 0 40.3716 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1168]: 6 -0.651142 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1180]: 6 -3.64529 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1182]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1192]: 6 -1.00042 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1196]: 6 0 18.9847 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1198]: 6 0 79.9389 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1200]: 6 -1.53294 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1206]: 6 -2.09412 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1207]: 6 -1.29156 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1208]: 6 -1.02059 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1210]: 6 -1.08206 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1211]: 6 -0.664161 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1212]: 6 -1.32822 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1213]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1217]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1218]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1237]: 6 -2.45092 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1239]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1242]: 6 -1.32818 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1243]: 6 -1.25004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1244]: 6 -1.31252 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1250]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1253]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1257]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1265]: 6 -0.869596 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1270]: 6 -2.50744 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1271]: 6 -4.21555 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1275]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1281]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1287]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1288]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1291]: 6 -1.33306 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1306]: 6 -4.11872 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1310]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1321]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1322]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1327]: 6 -1.3333 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1328]: 6 -2.27108 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1345]: 6 -1.25008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1353]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1361]: 6 -1.00138 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1368]: 6 -0.667988 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1372]: 6 0 6.49984 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1377]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1389]: 6 -1.22126 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1393]: 6 -1.25009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1397]: 6 -2.16661 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1398]: 6 -0.668032 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1400]: 6 -2.83261 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1402]: 6 -0.68751 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1403]: 6 -1.43574 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1407]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1410]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1413]: 6 -0.999851 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1415]: 6 -1.57376 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1416]: 6 -1.0407 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1421]: 6 -0.0927405 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1423]: 6 -1.81074 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1428]: 6 -2.30144 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1431]: 6 0 2.36439 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1432]: 6 0 3.03229 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1434]: 6 -0.847797 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1435]: 6 -1.25003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1448]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1449]: 6 -1.08098 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1464]: 6 0 2.09088 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1471]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1478]: 6 -1.03891 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1486]: 6 -1.16855 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1501]: 6 -1.16749 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1505]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1521]: 6 -2.18302 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1522]: 6 -2.30075 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1523]: 6 -0.83342 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1524]: 6 -4.86653 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1537]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1538]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1539]: 6 -0.727375 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1541]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1542]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1548]: 6 -1.30966 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1551]: 6 0 4.29695 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1552]: 6 -0.999231 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1553]: 6 -5.33336 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1559]: 6 -1.47355 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1560]: 6 -1.47215 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1565]: 6 -0.861503 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1566]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1568]: 6 -1.57266 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1889]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1891]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1898]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1900]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1902]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1904]: 6 -0.998215 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1909]: 6 -0.992736 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1912]: 6 -1.02936 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1913]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1915]: 6 -1.0001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1916]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1921]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1950]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1985]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1988]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1990]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1992]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1994]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1996]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[1998]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2000]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2001]: 6 -0.960752 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2006]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2008]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2010]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2014]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2015]: 6 -5.86452 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2020]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2022]: 6 0 0.671929 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2041]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2042]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2043]: 6 -21310.6 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2046]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2062]: 6 -1.0098 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2070]: 6 -1.20318 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2074]: 6 -1.25008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2081]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2083]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2085]: 6 -0.999829 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2087]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2090]: 6 -1.00034 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2091]: 6 -1.00043 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2094]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2096]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2097]: 6 -0.986673 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2099]: 6 -1.00823 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2101]: 6 -0.94656 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2104]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2105]: 6 -0.786103 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2108]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2136]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2138]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2139]: 6 -2473.37 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2142]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2152]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2153]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2156]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2157]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2158]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2160]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2169]: 6 0 108.011 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2171]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2172]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2174]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2176]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2186]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2190]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2192]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2194]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2197]: 6 -1.00117 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2201]: 6 -1.00451 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2208]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2212]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2216]: 6 0 1.14123 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2218]: 6 0 24.7612 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2224]: 6 -39.2587 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2229]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2232]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2236]: 6 -5479.87 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2238]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2239]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2245]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2247]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2249]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2253]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2256]: 6 -11.8811 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2273]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2277]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2280]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2282]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2283]: 6 -0.999997 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2285]: 6 -1.00131 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2286]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2288]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2291]: 6 -0.999395 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2293]: 6 -1.01987 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2296]: 6 -1.00025 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2298]: 6 -1.00038 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2302]: 6 -0.998735 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2304]: 6 0 1.26387 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2318]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2320]: 6 -318.763 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2322]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2324]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2328]: 6 -6.98775 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2329]: 6 -5168.23 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2332]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2333]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2337]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2338]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2339]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2345]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2348]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2356]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2358]: 6 -245.314 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2359]: 6 -1283.67 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2361]: 6 -1.25007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2362]: 6 -1.25003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2364]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2367]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2368]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2369]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2371]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2374]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2378]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2379]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2383]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2386]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2387]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2390]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2391]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2397]: 6 -2.46719 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2404]: 6 -166.644 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2412]: 6 -1.31255 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2413]: 6 -1.31252 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2424]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2428]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2429]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2432]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2435]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2437]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2440]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2441]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2442]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2446]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2452]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2453]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2454]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2455]: 6 -1.25008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2456]: 6 -1.25005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2457]: 6 -1.0001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2460]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2467]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2469]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2472]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2474]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2476]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2478]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2480]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2482]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2483]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2486]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2490]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2502]: 6 -324.755 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2504]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2508]: 6 -1.25007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2514]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2516]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2520]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2524]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2526]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2528]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2533]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2534]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2535]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2537]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2542]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2551]: 6 -0.128724 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2554]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2561]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2563]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2565]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2568]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2572]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2573]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2576]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2577]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2580]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2584]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2588]: 6 -1.31266 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2589]: 6 -1.31267 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2603]: 6 -2.11138 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2608]: 6 -11.9708 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2610]: 6 -18.9417 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2612]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2616]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2620]: 6 -1.0001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2621]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2624]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2628]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2630]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2631]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2633]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2636]: 6 -1.00049 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2637]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2638]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2644]: 6 -1.21742 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2645]: 6 -1.18483 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2651]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2661]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2664]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2665]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2668]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2670]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2672]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2674]: 6 -1.00006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2675]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2676]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2680]: 6 -1.0001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2683]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2684]: 6 -1.32614 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2704]: 6 -4.34535 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2705]: 6 -2.34531 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2708]: 6 -11.9709 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2709]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2712]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2713]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2716]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2718]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2720]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2721]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2726]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2731]: 6 -1.00001 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2739]: 6 -1.3321 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2741]: 6 -1.32817 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2745]: 6 -1.25006 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2746]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2751]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2754]: 6 -1.00007 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2757]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2760]: 6 -1.00009 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2764]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2766]: 6 -1.00008 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2768]: 6 -1.00003 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2770]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2771]: 6 -1.00004 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2773]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2776]: 6 -1.00005 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2778]: 6 -1.00002 0 shouldn't be
3551.41/3570.43	WSVECS04 Frhs2[2780]: 6 -1.33303 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2781]: 6 -1.33306 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2804]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2808]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2812]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2816]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2818]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2823]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2824]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2831]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2840]: 6 -1.33205 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2852]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2853]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2856]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2857]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2860]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2861]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2863]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2874]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2880]: 6 -166.976 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2898]: 6 -2.34376 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2900]: 6 0 0.312581 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2905]: 6 -5.18308 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2912]: 6 -14.3611 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2913]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2915]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2919]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2920]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2922]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2937]: 6 -1.25005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2945]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2947]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2949]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2951]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2960]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2962]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2966]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2968]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2969]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[2972]: 6 -1.31257 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3002]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3006]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3008]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3014]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3017]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3018]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3033]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3041]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3043]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3045]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3047]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3052]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3053]: 6 -1.00011 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3057]: 6 -1.0004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3060]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3061]: 6 -1.0015 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3064]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3065]: 6 -1.00576 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3067]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3069]: 6 -1.02306 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3086]: 6 0 4.88697 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3088]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3089]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3092]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3096]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3098]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3102]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3104]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3109]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3111]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3114]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3118]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3128]: 6 -1.37602 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3130]: 6 0 1.74276 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3133]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3135]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3137]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3139]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3141]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3146]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3149]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3152]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3154]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3156]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3157]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3160]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3164]: 6 -0.0127553 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3165]: 6 -0.0127015 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3168]: 6 -3.94944 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3172]: 6 -5.58029 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3186]: 6 -4.48543 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3188]: 6 -11.9709 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3189]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3192]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3194]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3195]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3197]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3200]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3203]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3205]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3220]: 6 -1.65858 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3222]: 6 -2.6341 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3231]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3240]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3242]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3245]: 6 -1.00017 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3248]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3250]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3251]: 6 -1.00053 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3254]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3255]: 6 -1.0018 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3258]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3260]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3263]: 6 -1.34115 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3284]: 6 -5.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3285]: 6 -3.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3288]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3292]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3296]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3299]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3301]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3304]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3305]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3307]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3309]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3310]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3325]: 6 -1.31256 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3328]: 6 -1.25006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3331]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3334]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3335]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3338]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3342]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3344]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3347]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3350]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3351]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3354]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3355]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3357]: 6 -1.25003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3374]: 6 0 2.00547 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3380]: 6 -30.9993 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3381]: 6 -28.9994 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3384]: 6 -0.625047 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3387]: 6 -2.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3398]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3404]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3405]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3421]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3424]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3425]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3427]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3432]: 6 -2.05836 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3433]: 6 -2.05837 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3440]: 6 -1.59353 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3441]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3446]: 6 -0.82187 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3447]: 6 -1.00213 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3450]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3451]: 6 -1.00825 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3454]: 6 -3.91027 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3460]: 6 0 1.76133 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3474]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3475]: 6 -9.33071 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3478]: 6 -1.12827 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3479]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3482]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3486]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3494]: 6 -1.04184 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3499]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3512]: 6 0 0.152261 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3517]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3519]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3521]: 6 -1.0776 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3523]: 6 -1.00013 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3525]: 6 -1.54962 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3527]: 6 -1.57258 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3532]: 6 -0.723282 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3536]: 6 -1.57193 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3537]: 6 -1.57192 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3539]: 6 -2.05837 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3542]: 6 -0.858509 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3544]: 6 -1.29676 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3546]: 6 -1.59344 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3548]: 6 -0.509789 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3549]: 6 -0.509799 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3551]: 6 -1.30837 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3558]: 6 0 1.62582 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3562]: 6 0 0.0625789 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3565]: 6 -1.97278 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3572]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3573]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3579]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3582]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3583]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3588]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3592]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3594]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3600]: 6 -1.62505 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3611]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3613]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3616]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3618]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3619]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3624]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3625]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3628]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3629]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3632]: 6 -1.00015 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3635]: 6 -0.99992 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3640]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3642]: 6 -0.997727 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3646]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3647]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3651]: 6 -4.99156 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3654]: 6 -1.40158 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3656]: 6 0 1.50007 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3663]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3668]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3669]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3672]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3673]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3676]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3680]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3681]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3683]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3690]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3692]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3694]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3695]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3698]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3700]: 6 -11.502 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3701]: 6 -2.09469 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3702]: 6 -2.83348 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3706]: 6 -1.1094 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3708]: 6 -0.727059 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3709]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3711]: 6 -1.03895 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3712]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3714]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3717]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3720]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3721]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3724]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3728]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3729]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3732]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3733]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3736]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3738]: 6 -0.986526 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3739]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3746]: 6 -7.23265 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3747]: 6 -1.10122 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3764]: 6 -0.562534 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3768]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3770]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3771]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3774]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3775]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3785]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3788]: 6 -1.11127 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3789]: 6 -1.00001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3790]: 6 -1.56098 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3799]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3801]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3802]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3804]: 6 -1.3226 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3805]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3809]: 6 -1.00006 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3812]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3813]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3816]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3819]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3821]: 6 -1.00009 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3823]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3826]: 6 -1.0014 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3827]: 6 -1.00135 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3829]: 6 -0.99739 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3832]: 6 -1.007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3833]: 6 -1.00697 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3835]: 6 -0.960757 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3836]: 6 -0.97234 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3838]: 6 -1.13094 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3848]: 6 -3.07305 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3849]: 6 -2.99572 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3854]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3858]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3860]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3861]: 6 -0.722969 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3864]: 6 -186.502 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3866]: 6 -1.18212 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3868]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3870]: 6 -1.00005 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3871]: 6 -1.00007 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3905]: 6 -1.64433 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3907]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3910]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3917]: 6 -1.24287 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3919]: 6 -1.00004 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3921]: 6 -1.97123 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3924]: 6 -0.999887 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3928]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3929]: 6 -16.5375 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3931]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3936]: 6 -1.0001 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3938]: 6 -1.33952 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3939]: 6 -1.33949 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3958]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3960]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3964]: 6 -1.00003 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3965]: 6 -1.00008 0 shouldn't be
3551.41/3570.44	WSVECS04 Frhs2[3968]: 6 -1.00003 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[5]: 6 -1.03889 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[18]: 6 -1.78164 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[25]: 6 -1.00294 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[33]: 6 -0.999923 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[40]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[49]: 6 -2.3125 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[61]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[65]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[69]: 6 -1.03881 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[80]: 6 0 40.7366 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[90]: 6 0 3.50713 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[112]: 6 -1.49054 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[113]: 6 0 18.518 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[121]: 6 0 109.121 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[132]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[144]: 6 0 39.0812 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[151]: 6 -6.76846 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[153]: 6 -1.7809 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[155]: 6 -2 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[160]: 6 0 0.25 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[168]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[182]: 6 -3.15204 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[198]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[213]: 6 -3.1583 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[261]: 6 -1.03889 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[289]: 6 -1.08365 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[296]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[324]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[360]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[390]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[438]: 6 -1.82571 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[441]: 6 -3.58254 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[456]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[477]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[484]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[486]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[521]: 6 -1.59347 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[536]: 6 -2.68568 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[602]: 6 -7.49983 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[608]: 6 -3.42093 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[646]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[653]: 6 -1.00693 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[663]: 6 0 4.49914 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[694]: 6 -1.6826 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[697]: 6 -3.7427 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1034]: 6 -2.25894 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1037]: 6 -1.27735 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1039]: 6 -2.1094 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1054]: 6 -1281.03 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1073]: 6 0 3.95323 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1084]: 6 -3910.02 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1089]: 6 -1.00001 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1091]: 6 -0.999876 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1096]: 6 0 0.217305 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1112]: 6 -51.8216 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1113]: 6 -0.128649 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1123]: 6 -1.00001 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1133]: 6 -3.01474 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1136]: 6 -0.954364 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1142]: 6 -258.782 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1150]: 6 -2845.23 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1165]: 6 0 40.3715 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1167]: 6 -0.516936 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1178]: 6 -1.91132 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1192]: 6 -1.00032 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1201]: 6 -22.51 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1211]: 6 -0.664063 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1237]: 6 -2.45084 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1328]: 6 -2.271 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1354]: 6 -1.25 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1400]: 6 -2.83257 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1402]: 6 -0.687501 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1416]: 6 -1.04062 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1424]: 6 -1.0009 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1428]: 6 -2.30142 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1432]: 6 0 3.03222 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1449]: 6 -1.08094 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1461]: 6 -2.80743 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1471]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1478]: 6 -1.03889 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1486]: 6 -1.16847 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1495]: 6 -7.0296 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1509]: 6 -1.59347 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1510]: 6 -1.02983 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1521]: 6 -2.18294 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1522]: 6 -2.30071 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1524]: 6 -4.86646 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1539]: 6 -0.727335 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1542]: 6 -1.00002 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1553]: 6 -5.33328 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1896]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1900]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1904]: 6 -0.998171 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1909]: 6 -0.992683 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1913]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1916]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1919]: 6 -0.76582 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1937]: 6 -2370.59 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[1990]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[2001]: 6 -0.960659 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
3552.21/3571.22	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2011]: 6 -2.21612 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2015]: 6 -5.86447 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2022]: 6 0 0.671876 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2041]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2043]: 6 -21310.6 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2085]: 6 -0.999791 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2087]: 6 -1.00001 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2090]: 6 -1.00031 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2091]: 6 -1.00036 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2097]: 6 -0.98663 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2099]: 6 -1.00822 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2101]: 6 -0.946516 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2105]: 6 -0.786063 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2139]: 6 -2473.37 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2143]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2195]: 6 -1.00543 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2197]: 6 -1.00111 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2209]: 6 -1.07132 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2216]: 6 0 1.14116 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2218]: 6 0 24.7612 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2225]: 6 -219.023 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2231]: 6 -1423.11 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2236]: 6 -5479.87 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2256]: 6 -11.881 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2283]: 6 -0.999961 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2288]: 6 -0.999988 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2296]: 6 -1.0002 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2298]: 6 -1.00032 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2304]: 6 0 1.26385 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2320]: 6 -318.763 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2325]: 6 -1296.95 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2328]: 6 -6.98773 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2329]: 6 -5168.23 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2341]: 6 -1.01156 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2358]: 6 -245.314 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2359]: 6 -1283.67 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2396]: 6 -0.467123 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2397]: 6 -2.46712 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2405]: 6 -164.144 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2412]: 6 -1.3125 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2456]: 6 -1.25 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2463]: 6 -0.999991 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2508]: 6 -1.25 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2603]: 6 -2.11133 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2608]: 6 -11.9708 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2610]: 6 -18.9416 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2705]: 6 -2.34527 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2708]: 6 -11.9708 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2745]: 6 -1.25 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2898]: 6 -2.34375 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2899]: 6 -0.34375 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2906]: 6 -9.36611 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[2910]: 6 -5.68051 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3057]: 6 -1.00036 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3061]: 6 -1.00144 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3065]: 6 -1.00575 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3069]: 6 -1.02298 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3085]: 6 -2.05753 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3164]: 6 -0.0126575 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3165]: 6 -0.012657 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3168]: 6 -3.94937 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3172]: 6 -5.58021 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3186]: 6 -4.4854 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3188]: 6 -11.9708 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3224]: 6 -6.3858 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3254]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3255]: 6 -1.00179 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3257]: 6 -1.00965 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3262]: 6 -1.3125 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3263]: 6 -1.34112 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3289]: 6 -0.861284 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3302]: 6 -1.0446 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3351]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3355]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3358]: 6 -1.29165 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3381]: 6 -28.9993 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3421]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3429]: 6 -0.736204 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3432]: 6 -2.05831 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3433]: 6 -2.05831 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3436]: 6 -0.85856 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3437]: 6 -0.851633 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3440]: 6 -1.59347 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3446]: 6 -0.821798 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3447]: 6 -1.00204 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3454]: 6 -3.91019 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3460]: 6 0 1.76124 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3475]: 6 -9.33068 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3478]: 6 -1.12825 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3494]: 6 -1.04182 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3512]: 6 0 0.152243 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3521]: 6 -1.07751 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3523]: 6 -1.00009 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3525]: 6 -1.54959 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3527]: 6 -1.57256 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3529]: 6 -0.036971 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3532]: 6 -0.723245 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3533]: 6 -0.723245 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3536]: 6 -1.57185 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3537]: 6 -1.57185 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3544]: 6 -1.29667 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3546]: 6 -1.59335 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3548]: 6 -0.509716 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3549]: 6 -0.509716 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3551]: 6 -1.30834 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3558]: 6 0 1.62576 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3565]: 6 -1.97276 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3568]: 6 -5.60897 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3621]: 6 -0.445954 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3700]: 6 -11.5019 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3702]: 6 -2.83345 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3708]: 6 -0.727024 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3746]: 6 -7.23264 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3832]: 6 -1.00693 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3833]: 6 -1.00693 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3836]: 6 -0.972273 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3840]: 6 -1.30808 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3849]: 6 -2.99567 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3861]: 6 -0.722905 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3864]: 6 -186.502 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3866]: 6 -1.18209 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3929]: 6 -16.5374 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3938]: 6 -1.33943 0 shouldn't be
3552.21/3571.23	WSVECS04 Frhs2[3939]: 6 -1.33943 0 shouldn't be
3600.02/3619.20	c #Conflicts:    4679000 | #Constraints:      52572
3600.02/3619.20	c #Conflicts:    4680000 | #Constraints:      53572
3600.02/3619.20	c #Conflicts:    4681000 | #Constraints:      54572
3600.02/3619.20	c #Conflicts:    4682000 | #Constraints:      55572
3600.02/3619.20	c #Conflicts:    4683000 | #Constraints:      56572
3600.02/3619.20	c #Conflicts:    4684000 | #Constraints:      57572
3600.02/3619.20	c #Conflicts:    4685000 | #Constraints:      58572
3600.02/3619.20	c #Conflicts:    4686000 | #Constraints:      59572
3600.02/3619.20	c #Conflicts:    4687000 | #Constraints:      60572
3600.02/3619.20	c #Conflicts:    4688000 | #Constraints:      61572
3600.02/3619.20	c #Conflicts:    4689000 | #Constraints:      62572
3600.02/3619.20	c #Conflicts:    4690000 | #Constraints:      63572
3600.02/3619.20	c #Conflicts:    4691000 | #Constraints:      64572
3600.02/3619.20	c #Conflicts:    4692000 | #Constraints:      65572
3600.02/3619.20	c #Conflicts:    4693000 | #Constraints:      66572
3600.02/3619.20	c #Conflicts:    4694000 | #Constraints:      67572
3600.02/3619.20	c #Conflicts:    4695000 | #Constraints:      68572
3600.02/3619.20	c #Conflicts:    4696000 | #Constraints:      69572
3600.02/3619.20	c #Conflicts:    4697000 | #Constraints:      70572
3600.02/3619.20	c #Conflicts:    4698000 | #Constraints:      71572
3600.02/3619.20	c #Conflicts:    4699000 | #Constraints:      72573
3600.02/3619.20	c #Conflicts:    4700000 | #Constraints:      73573
3600.02/3619.20	c #Conflicts:    4701000 | #Constraints:      74573
3600.02/3619.20	c #Conflicts:    4702000 | #Constraints:      75573
3600.02/3619.20	c #Conflicts:    4703000 | #Constraints:      76573
3600.02/3619.20	c #Conflicts:    4704000 | #Constraints:      77573
3600.02/3619.20	c #Conflicts:    4705000 | #Constraints:      78573
3600.02/3619.20	c #Conflicts:    4706000 | #Constraints:      79573
3600.02/3619.20	c cpu time 3562.92 s
3600.02/3619.20	c deterministic time 200621171753 2.01e+11
3600.02/3619.20	c optimization time 47.4904 s
3600.02/3619.20	c total solve time 3515.37 s
3600.02/3619.20	c core-guided solve time 0 s
3600.02/3619.20	c propagation time 2313.91 s
3600.02/3619.20	c conflict analysis time 1073.24 s
3600.02/3619.20	c propagations 650119353
3600.02/3619.20	c resolve steps 150778654
3600.02/3619.20	c decisions 12260219
3600.02/3619.20	c conflicts 4706718
3600.02/3619.20	c restarts 8188
3600.02/3619.20	c inprocessing phases 207
3600.02/3619.20	c garbage collections 207 ,( 100.00 )
3600.02/3619.20	c input clauses 7390 ,( 81.10 )
3600.02/3619.20	c input cardinalities 0 ,( 0.00 )
3600.02/3619.20	c input general constraints 1722 ,( 18.90 )
3600.02/3619.20	c input average constraint length 4.48
3600.02/3619.20	c input average constraint degree 1.86
3600.02/3619.20	c learned clauses 1995910 ,( 42.18 )
3600.02/3619.20	c learned cardinalities 893 ,( 0.02 )
3600.02/3619.20	c learned general constraints 2735483 ,( 57.80 )
3600.02/3619.20	c learned average constraint length 184.05
3600.02/3619.20	c learned average constraint degree 11648594.19
3600.02/3619.20	c watched  CF 32, 64, 128, Arb: 829301 , 0 , 0 , 0
3600.02/3619.20	c counting CF 32, 64, 128, Arb: 1907904 , 0 , 0 , 0
3600.02/3619.20	c watched   constraints 829301 ,( 30.30 ) 
3600.02/3619.20	c counting  constraints 1907904 ,( 69.70 ) 
3600.02/3619.20	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 954214465 , 4662470 , 23348821248 ,( 1254128606 , 22094692642 )
3600.02/3619.20	c gcd simplifications 430944
3600.02/3619.20	c detected cardinalities 50
3600.02/3619.20	c weakened non-implied lits 120393498
3600.02/3619.20	c weakened non-implying lits 1256108
3600.02/3619.20	c original variables 4128
3600.02/3619.20	c clausal propagations 158162335
3600.02/3619.20	c cardinality propagations 80157
3600.02/3619.20	c watched propagations 2850466
3600.02/3619.20	c counting propagations 484090632
3600.02/3619.20	c watch lookups 108187677091
3600.02/3619.20	c watch backjump lookups 0
3600.02/3619.20	c watch checks 47737606691
3600.02/3619.20	c propagation checks 40821392242
3600.02/3619.20	c constraint additions 2544096241
3600.02/3619.20	c trail pops 667082714
3600.02/3619.20	c formula constraints 9112
3600.02/3619.20	c learned constraints 4706717
3600.02/3619.20	c bound constraints 0
3600.02/3619.20	c core-guided constraints 0
3600.02/3619.20	c encountered formula constraints 113529068
3600.02/3619.20	c encountered learned constraints 41792433
3600.02/3619.20	c encountered bound constraints 0
3600.02/3619.20	c encountered core-guided constraints 0
3600.02/3619.20	c LP total time 168.179 s
3600.02/3619.20	c LP solve time 156.53 s
3600.02/3619.20	c LP constraints added 9414
3600.02/3619.20	c LP constraints removed 48
3600.02/3619.20	c LP pivots internal 471062
3600.02/3619.20	c LP pivots root 466139
3600.02/3619.20	c LP calls 27065
3600.02/3619.20	c LP optimalities 16
3600.02/3619.20	c LP no pivot count 0
3600.02/3619.20	c LP infeasibilities 26792
3600.02/3619.20	c LP valid Farkas constraints 25501
3600.02/3619.20	c LP learned Farkas constraints 0
3600.02/3619.20	c LP basis resets 256
3600.02/3619.20	c LP cycling count 0
3600.02/3619.20	c LP singular count 250
3600.02/3619.20	c LP no primal count 0
3600.02/3619.20	c LP no farkas count 3
3600.02/3619.20	c LP other issue count 3
3600.02/3619.20	c LP Gomory cuts 68
3600.02/3619.20	c LP learned cuts 234
3600.02/3619.20	c LP deleted cuts 48
3600.02/3619.20	c LP encountered Gomory constraints 22006
3600.02/3619.20	c LP encountered Farkas constraints 141865
3600.02/3619.20	c LP encountered learned Farkas constraints 0
3600.02/3619.20	c CG auxiliary variables introduced 0
3600.02/3619.20	c CG solutions found 0
3600.02/3619.20	c CG cores constructed 0
3600.02/3619.20	c CG core cardinality constraints returned 0
3600.02/3619.20	c CG unit cores 0
3600.02/3619.20	c CG single cores 0
3600.02/3619.20	c CG blocks removed during cardinality reduction 0
3600.02/3619.20	c CG first core best 0
3600.02/3619.20	c CG decision core best 0
3600.02/3619.20	c CG core reduction tie 0
3600.02/3619.20	c CG core degree average 0.00
3600.02/3619.20	c CG core slack average 0.00
3600.02/3619.20	c CG core upper bound improvements 0
3600.02/3619.20	c STR number of successful calls 0
3600.02/3619.20	c STR number of unsuccessful calls 0
3600.02/3619.20	c STR number of inconclusive calls 0
3600.02/3619.20	c STR number of successful attempts 0
3600.02/3619.20	c STR number of unsuccessful attempts 0
3600.02/3619.20	c STR number of inconclusive attempts 0
3600.02/3619.20	c STR average degree increase per successful call inf
3600.02/3619.20	c STR average degree increase per successful attempt inf
3600.02/3619.20	c STR total number of conflicts for successful attempts 0
3600.02/3619.20	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3619.20	c STR total number of conflicts for inconclusive attempts 0
3600.02/3619.20	c STR average number of conflicts per successful attempt inf
3600.02/3619.20	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3619.20	c STR average number of conflicts per inconclusive attempt inf
3600.02/3619.20	c AVG.sumWPerc 55.36 
3600.02/3619.20	c bigint constraints 0 
3600.02/3619.20	s UNKNOWN
3600.02/3619.20	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=24722, runsolver pid=24719

[startup+0.100064 s]*
/proc/loadavg: 4.15 4.16 4.12 5/272 24725
/proc/meminfo: memFree=111825252/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=72576 memory=26252 CPUtime=0.06 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 4678 0 0 0 5 1 0 0 20 0 1 0 36240654 74317824 6563 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 18144 6563 2272 1147 0 5571 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 76768 KiB
Current children cumulated memory: 29324 KiB

[startup+0.205693 s]*
/proc/loadavg: 4.15 4.16 4.12 5/272 24725
/proc/meminfo: memFree=111819708/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=76264 memory=30092 CPUtime=0.17 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 5564 0 0 0 15 2 0 0 20 0 1 0 36240654 78094336 7523 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 19066 7523 2336 1147 0 6493 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 80456 KiB
Current children cumulated memory: 33164 KiB

[startup+0.305463 s]*
/proc/loadavg: 4.15 4.16 4.12 5/272 24725
/proc/meminfo: memFree=111820020/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=77456 memory=31116 CPUtime=0.27 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 5793 0 0 0 25 2 0 0 20 0 1 0 36240654 79314944 7779 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 19364 7779 2368 1147 0 6791 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 81648 KiB
Current children cumulated memory: 34188 KiB

[startup+0.700179 s]
/proc/loadavg: 4.15 4.16 4.12 5/272 24725
/proc/meminfo: memFree=111807924/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=80404 memory=34188 CPUtime=0.66 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 6598 0 0 0 62 4 0 0 20 0 1 0 36240654 82333696 8547 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 20101 8547 2368 1147 0 7528 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 84596 KiB
Current children cumulated memory: 37260 KiB

[startup+1.50017 s]
/proc/loadavg: 4.15 4.16 4.12 5/272 24725
/proc/meminfo: memFree=111799860/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=81912 memory=35596 CPUtime=1.45 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 6946 0 0 0 138 7 0 0 20 0 1 0 36240654 83877888 8899 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 20478 8899 2368 1147 0 7905 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 86104 KiB
Current children cumulated memory: 38668 KiB

[startup+3.10542 s]
/proc/loadavg: 4.13 4.15 4.12 5/272 24725
/proc/meminfo: memFree=111767592/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=87468 memory=41612 CPUtime=3.06 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 8349 0 0 0 293 13 0 0 20 0 1 0 36240654 89567232 10403 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 21867 10403 2464 1147 0 9294 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 91660 KiB
Current children cumulated memory: 44684 KiB

[startup+6.30019 s]
/proc/loadavg: 4.13 4.15 4.12 5/272 24725
/proc/meminfo: memFree=111736124/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=87996 memory=44092 CPUtime=6.24 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 8469 0 0 0 600 24 0 0 20 0 1 0 36240654 90107904 11023 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 21999 11023 2464 1147 0 9426 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 92188 KiB
Current children cumulated memory: 47164 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.15 4.12 5/272 24725
/proc/meminfo: memFree=111650096/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=97692 memory=51516 CPUtime=12.62 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 10392 0 0 0 1221 41 0 0 20 0 1 0 36240654 100036608 12879 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 24423 12879 2464 1147 0 11850 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 101884 KiB
Current children cumulated memory: 54588 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.14 4.12 5/271 24725
/proc/meminfo: memFree=111450168/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=118688 memory=72312 CPUtime=25.38 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 15093 0 0 0 2464 74 0 0 20 0 1 0 36240654 121536512 18078 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 29672 18078 2464 1147 0 17099 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 122880 KiB
Current children cumulated memory: 75384 KiB

[startup+51.1055 s]
/proc/loadavg: 4.21 4.16 4.12 5/271 24736
/proc/meminfo: memFree=111094128/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=130908 memory=86548 CPUtime=50.48 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 18134 0 0 0 4918 130 0 0 20 0 1 0 36240654 134049792 21637 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 32727 21637 2464 1147 0 20154 0
Current children cumulated CPU time: 50.49 s
Current children cumulated vsize: 135100 KiB
Current children cumulated memory: 89620 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.15 4.12 5/272 24739
/proc/meminfo: memFree=110447624/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=162196 memory=112492 CPUtime=101.29 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 24124 0 0 0 9903 226 0 0 20 0 1 0 36240654 166088704 28123 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 40549 28123 2464 1147 0 27976 0
Current children cumulated CPU time: 101.3 s
Current children cumulated vsize: 166388 KiB
Current children cumulated memory: 115564 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.15 4.12 5/272 24741
/proc/meminfo: memFree=109683008/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=188200 memory=132140 CPUtime=160.81 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 28043 0 0 0 15746 335 0 0 20 0 1 0 36240654 192716800 33035 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 47050 33035 2464 1147 0 34477 0
Current children cumulated CPU time: 160.82 s
Current children cumulated vsize: 192392 KiB
Current children cumulated memory: 135212 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/272 24743
/proc/meminfo: memFree=108949248/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=218920 memory=164304 CPUtime=220.39 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 35055 0 0 0 21616 423 0 0 20 0 1 0 36240654 224174080 41076 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 54730 41076 2464 1147 0 42157 0

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

/proc/24725/statm: 173898 147545 2464 1147 0 161325 0
Current children cumulated CPU time: 3025.86 s
Current children cumulated vsize: 699784 KiB
Current children cumulated memory: 593252 KiB

[startup+3102.3 s]
/proc/loadavg: 3.14 3.51 3.84 4/264 25014
/proc/meminfo: memFree=108788464/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=695592 memory=590180 CPUtime=3085.57 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 115950 0 0 0 305269 3288 0 0 20 0 1 0 36240654 712286208 147545 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 173898 147545 2464 1147 0 161325 0
Current children cumulated CPU time: 3085.58 s
Current children cumulated vsize: 699784 KiB
Current children cumulated memory: 593252 KiB

[startup+3162.3 s]
/proc/loadavg: 3.09 3.43 3.79 4/264 25016
/proc/meminfo: memFree=108319336/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=695592 memory=590180 CPUtime=3145.33 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 115950 0 0 0 311182 3351 0 0 20 0 1 0 36240654 712286208 147545 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 173898 147545 2464 1147 0 161325 0
Current children cumulated CPU time: 3145.34 s
Current children cumulated vsize: 699784 KiB
Current children cumulated memory: 593252 KiB

[startup+3222.3 s]
/proc/loadavg: 3.14 3.38 3.75 4/264 25018
/proc/meminfo: memFree=107890560/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=696520 memory=591076 CPUtime=3205.03 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 116182 0 0 0 317105 3398 0 0 20 0 1 0 36240654 713236480 147769 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 174130 147769 2464 1147 0 161557 0
Current children cumulated CPU time: 3205.04 s
Current children cumulated vsize: 700712 KiB
Current children cumulated memory: 594148 KiB

[startup+3282.3 s]
/proc/loadavg: 3.26 3.36 3.72 4/263 25020
/proc/meminfo: memFree=107414276/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=696660 memory=591204 CPUtime=3264.74 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 116217 0 0 0 323009 3465 0 0 20 0 1 0 36240654 713379840 147801 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 174165 147801 2464 1147 0 161592 0
Current children cumulated CPU time: 3264.75 s
Current children cumulated vsize: 700852 KiB
Current children cumulated memory: 594276 KiB

[startup+3342.3 s]
/proc/loadavg: 3.33 3.37 3.70 4/262 25022
/proc/meminfo: memFree=106978976/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=696660 memory=610276 CPUtime=3324.44 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 116233 0 0 0 328908 3536 0 0 20 0 1 0 36240654 713379840 152569 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 174165 152569 2464 1147 0 161592 0
Current children cumulated CPU time: 3324.45 s
Current children cumulated vsize: 700852 KiB
Current children cumulated memory: 613348 KiB

[startup+3402.3 s]
/proc/loadavg: 3.18 3.31 3.66 4/263 25027
/proc/meminfo: memFree=106677996/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=697048 memory=610660 CPUtime=3384.16 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 116330 0 0 0 334824 3592 0 0 20 0 1 0 36240654 713777152 152665 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 174262 152665 2464 1147 0 161689 0
Current children cumulated CPU time: 3384.17 s
Current children cumulated vsize: 701240 KiB
Current children cumulated memory: 613732 KiB

[startup+3462.3 s]
/proc/loadavg: 3.11 3.27 3.62 4/263 25029
/proc/meminfo: memFree=106319324/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=698016 memory=611684 CPUtime=3443.84 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 116572 0 0 0 340753 3631 0 0 20 0 1 0 36240654 714768384 152921 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 174504 152921 2464 1147 0 161931 0
Current children cumulated CPU time: 3443.85 s
Current children cumulated vsize: 702208 KiB
Current children cumulated memory: 614756 KiB

[startup+3522.3 s]
/proc/loadavg: 3.16 3.25 3.59 4/263 25031
/proc/meminfo: memFree=105997168/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=698460 memory=612068 CPUtime=3503.48 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 116683 0 0 0 346682 3666 0 0 20 0 1 0 36240654 715223040 153017 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 174615 153017 2464 1147 0 162042 0
Current children cumulated CPU time: 3503.49 s
Current children cumulated vsize: 702652 KiB
Current children cumulated memory: 615140 KiB

[startup+3582.3 s]
/proc/loadavg: 3.11 3.22 3.56 4/264 25034
/proc/meminfo: memFree=105689928/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=720012 memory=638040 CPUtime=3563.27 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 120736 0 0 0 352633 3694 0 0 20 0 1 0 36240654 737292288 159510 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 180003 159510 2464 1147 0 167430 0
Current children cumulated CPU time: 3563.28 s
Current children cumulated vsize: 724204 KiB
Current children cumulated memory: 641112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.2 s]
/proc/loadavg: 3.12 3.21 3.54 4/263 25035
/proc/meminfo: memFree=105486556/131249996 swapFree=33010684/33010684
[pid=24722] ppid=24719 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/24722/stat : 24722 (run-dec-break-l) S 24719 24722 21214 0 -1 4194304 242 3056 0 0 0 0 1 0 20 0 1 0 36240652 4292608 768 18446744073709551615 94339913093120 94339913987653 140721743570000 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94339914226704 94339914274448 94339940495360 140721743575317 140721743575518 140721743575518 140721743581120 0
/proc/24722/statm: 1048 768 704 219 0 110 0
[pid=24725] ppid=24722 vsize=720220 memory=638168 CPUtime=3600.01 cores=1,3
/proc/24725/stat : 24725 (roundingsat) R 24722 24722 21214 0 -1 4194304 120908 0 0 0 356292 3709 0 0 20 0 1 0 36240654 737505280 159542 18446744073709551615 4227072 8923433 140724528038272 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21241856 140724528044276 140724528044584 140724528044584 140724528050154 0
/proc/24725/statm: 180055 159542 2464 1147 0 167482 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 724412 KiB
Current children cumulated memory: 641240 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.014108 s, system=0.006212 s

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

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

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

Child status: 2

Real time (s): 3619.24
CPU time (s): 3600.05
CPU user time (s): 3562.94
CPU system time (s): 37.1102
CPU usage (%): 99.4698
Max. virtual memory (cumulated for all children) (KiB): 724412
Max. memory (cumulated for all children) (KiB): 641240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3562.94
system time used= 37.1102
maximum resident set size= 638424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124224
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18858752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 729
involuntary context switches= 5272


# summary of solver processes directly reported to runsolver:
#   pid: 24722,24725
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3562.94
#   total CPU system time (s): 37.1102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.9125 second user time and 16.4502 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 16:00:11
IDJOB=4513083
IDBENCH=162262
IDSOLVER=3358
FILE ID=nodeC030/4513083-1751205611
RUNJOBID= nodeC030-1751197546-21226
SLURM_JOB_ID= 9587610
Free space on /tmp= 433012 MiB

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

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

MD5SUM BENCH= 1c3bde2857450970636e675d32ef1343
RANDOM SEED=721108749

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        111844368 kB
MemAvailable:   128456996 kB
Buffers:            3280 kB
Cached:         17401372 kB
SwapCached:            0 kB
Active:          1657664 kB
Inactive:       17144528 kB
Active(anon):    1415708 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file): 17144528 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            124684 kB
Writeback:            60 kB
AnonPages:       1398960 kB
Mapped:           117500 kB
Shmem:             18064 kB
KReclaimable:     130368 kB
Slab:             220832 kB
SReclaimable:     130368 kB
SUnreclaim:        90464 kB
KernelStack:        4368 kB
PageTables:         5972 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1840080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    960512 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC030 at 2025-06-29 17:00:30