Trace number 4513119

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-6.opb
MD5SUMc9436c9260c5d2d4def6ae640460810c
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 benchmark2263.43
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4513119-1751207048.opb'
0.00/0.01	c 	read 0.42MB  (5.75ms)
0.00/0.01	c	 [cnf: #variables 4288 #clauses 9488 #duplicates 0 #arr 40998]
0.00/0.01	c output proof to 'PROOFDIR/proof-4513119-1751207048'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (6.32ms)
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.83ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 26358 #edges 107160]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.99ms)
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-4513119-1751207048.opb.pre'
0.00/0.02	c 	wrote 0.42MB (1.02ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   6.32ms 37.02% approx_orbits
0.00/0.02	c                   5.75ms 33.67% parse
0.00/0.02	c                   1.99ms 11.64% detect_generic
0.00/0.02	c                   1.03ms  6.04% other
0.00/0.02	c                   1.02ms  5.96% output
0.00/0.02	c                   0.83ms  4.88% detect_special
0.00/0.02	c                   0.13ms  0.79% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  17.08ms   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.07/0.11	c #variables 4288 #constraints 9896
15.32/15.44	c #Conflicts:       1000 | #Constraints:      10895
15.32/15.44	c #Conflicts:       2000 | #Constraints:      11895
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:       3000 | #Constraints:      10869
15.32/15.44	c #Conflicts:       4000 | #Constraints:      11869
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:       5000 | #Constraints:      11296
15.32/15.44	c #Conflicts:       6000 | #Constraints:      12296
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:       7000 | #Constraints:      11317
15.32/15.44	c #Conflicts:       8000 | #Constraints:      12317
15.32/15.44	c #Conflicts:       9000 | #Constraints:      13317
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      10000 | #Constraints:      12057
15.32/15.44	c #Conflicts:      11000 | #Constraints:      13057
15.32/15.44	c #Conflicts:      12000 | #Constraints:      14057
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      13000 | #Constraints:      12498
15.32/15.44	c #Conflicts:      14000 | #Constraints:      13498
15.32/15.44	c #Conflicts:      15000 | #Constraints:      14498
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      16000 | #Constraints:      12775
15.32/15.44	c #Conflicts:      17000 | #Constraints:      13775
15.32/15.44	c #Conflicts:      18000 | #Constraints:      14775
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      19000 | #Constraints:      12844
15.32/15.44	c #Conflicts:      20000 | #Constraints:      13844
15.32/15.44	c #Conflicts:      21000 | #Constraints:      14844
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      22000 | #Constraints:      12632
15.32/15.44	c #Conflicts:      23000 | #Constraints:      13632
15.32/15.44	c #Conflicts:      24000 | #Constraints:      14632
15.32/15.44	c #Conflicts:      25000 | #Constraints:      15632
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      26000 | #Constraints:      13229
15.32/15.44	c #Conflicts:      27000 | #Constraints:      14229
15.32/15.44	c #Conflicts:      28000 | #Constraints:      15229
15.32/15.44	c #Conflicts:      29000 | #Constraints:      16229
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      30000 | #Constraints:      13625
15.32/15.44	c #Conflicts:      31000 | #Constraints:      14625
15.32/15.44	c #Conflicts:      32000 | #Constraints:      15625
15.32/15.44	c #Conflicts:      33000 | #Constraints:      16625
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      34000 | #Constraints:      13837
15.32/15.44	c #Conflicts:      35000 | #Constraints:      14837
15.32/15.44	c #Conflicts:      36000 | #Constraints:      15837
15.32/15.44	c #Conflicts:      37000 | #Constraints:      16837
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      38000 | #Constraints:      13845
15.32/15.44	c #Conflicts:      39000 | #Constraints:      14845
15.32/15.44	c #Conflicts:      40000 | #Constraints:      15845
15.32/15.44	c #Conflicts:      41000 | #Constraints:      16845
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      42000 | #Constraints:      13645
15.32/15.44	c #Conflicts:      43000 | #Constraints:      14645
15.32/15.44	c #Conflicts:      44000 | #Constraints:      15645
15.32/15.44	c #Conflicts:      45000 | #Constraints:      16645
15.32/15.44	c #Conflicts:      46000 | #Constraints:      17645
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      47000 | #Constraints:      14242
15.32/15.44	c #Conflicts:      48000 | #Constraints:      15242
15.32/15.44	c #Conflicts:      49000 | #Constraints:      16242
15.32/15.44	c #Conflicts:      50000 | #Constraints:      17242
15.32/15.44	c #Conflicts:      51000 | #Constraints:      18242
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      52000 | #Constraints:      14644
15.32/15.44	c #Conflicts:      53000 | #Constraints:      15644
15.32/15.44	c #Conflicts:      54000 | #Constraints:      16644
15.32/15.44	c #Conflicts:      55000 | #Constraints:      17644
15.32/15.44	c #Conflicts:      56000 | #Constraints:      18644
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      57000 | #Constraints:      14851
15.32/15.44	c #Conflicts:      58000 | #Constraints:      15851
15.32/15.44	c #Conflicts:      59000 | #Constraints:      16851
15.32/15.44	c #Conflicts:      60000 | #Constraints:      17851
15.32/15.44	c #Conflicts:      61000 | #Constraints:      18851
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      62000 | #Constraints:      14883
15.32/15.44	c #Conflicts:      63000 | #Constraints:      15884
15.32/15.44	c #Conflicts:      64000 | #Constraints:      16884
15.32/15.44	c #Conflicts:      65000 | #Constraints:      17884
15.32/15.44	c #Conflicts:      66000 | #Constraints:      18884
15.32/15.44	c INPROCESSING
15.32/15.44	c GARBAGE COLLECT
15.32/15.44	c #Conflicts:      67000 | #Constraints:      14690
15.32/15.44	c #Conflicts:      68000 | #Constraints:      15690
36.79/37.14	c #Conflicts:      69000 | #Constraints:      16690
36.79/37.14	c #Conflicts:      70000 | #Constraints:      17690
36.79/37.14	c #Conflicts:      71000 | #Constraints:      18690
36.79/37.14	c #Conflicts:      72000 | #Constraints:      19690
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:      73000 | #Constraints:      15301
36.79/37.14	c #Conflicts:      74000 | #Constraints:      16301
36.79/37.14	c #Conflicts:      75000 | #Constraints:      17301
36.79/37.14	c #Conflicts:      76000 | #Constraints:      18301
36.79/37.14	c #Conflicts:      77000 | #Constraints:      19301
36.79/37.14	c #Conflicts:      78000 | #Constraints:      20301
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:      79000 | #Constraints:      15680
36.79/37.14	c #Conflicts:      80000 | #Constraints:      16680
36.79/37.14	c #Conflicts:      81000 | #Constraints:      17680
36.79/37.14	c #Conflicts:      82000 | #Constraints:      18680
36.79/37.14	c #Conflicts:      83000 | #Constraints:      19680
36.79/37.14	c #Conflicts:      84000 | #Constraints:      20680
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:      85000 | #Constraints:      15884
36.79/37.14	c #Conflicts:      86000 | #Constraints:      16884
36.79/37.14	c #Conflicts:      87000 | #Constraints:      17884
36.79/37.14	c #Conflicts:      88000 | #Constraints:      18884
36.79/37.14	c #Conflicts:      89000 | #Constraints:      19884
36.79/37.14	c #Conflicts:      90000 | #Constraints:      20884
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:      91000 | #Constraints:      15894
36.79/37.14	c #Conflicts:      92000 | #Constraints:      16894
36.79/37.14	c #Conflicts:      93000 | #Constraints:      17894
36.79/37.14	c #Conflicts:      94000 | #Constraints:      18894
36.79/37.14	c #Conflicts:      95000 | #Constraints:      19894
36.79/37.14	c #Conflicts:      96000 | #Constraints:      20894
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:      97000 | #Constraints:      15698
36.79/37.14	c #Conflicts:      98000 | #Constraints:      16698
36.79/37.14	c #Conflicts:      99000 | #Constraints:      17698
36.79/37.14	c #Conflicts:     100000 | #Constraints:      18698
36.79/37.14	c #Conflicts:     101000 | #Constraints:      19698
36.79/37.14	c #Conflicts:     102000 | #Constraints:      20698
36.79/37.14	c #Conflicts:     103000 | #Constraints:      21698
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:     104000 | #Constraints:      16302
36.79/37.14	c #Conflicts:     105000 | #Constraints:      17302
36.79/37.14	c #Conflicts:     106000 | #Constraints:      18302
36.79/37.14	c #Conflicts:     107000 | #Constraints:      19302
36.79/37.14	c #Conflicts:     108000 | #Constraints:      20302
36.79/37.14	c #Conflicts:     109000 | #Constraints:      21302
36.79/37.14	c #Conflicts:     110000 | #Constraints:      22302
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:     111000 | #Constraints:      16716
36.79/37.14	c #Conflicts:     112000 | #Constraints:      17716
36.79/37.14	c #Conflicts:     113000 | #Constraints:      18716
36.79/37.14	c #Conflicts:     114000 | #Constraints:      19716
36.79/37.14	c #Conflicts:     115000 | #Constraints:      20716
36.79/37.14	c #Conflicts:     116000 | #Constraints:      21716
36.79/37.14	c #Conflicts:     117000 | #Constraints:      22716
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:     118000 | #Constraints:      16924
36.79/37.14	c #Conflicts:     119000 | #Constraints:      17924
36.79/37.14	c #Conflicts:     120000 | #Constraints:      18924
36.79/37.14	c #Conflicts:     121000 | #Constraints:      19924
36.79/37.14	c #Conflicts:     122000 | #Constraints:      20924
36.79/37.14	c #Conflicts:     123000 | #Constraints:      21924
36.79/37.14	c #Conflicts:     124000 | #Constraints:      22924
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:     125000 | #Constraints:      16919
36.79/37.14	c #Conflicts:     126000 | #Constraints:      17919
36.79/37.14	c #Conflicts:     127000 | #Constraints:      18919
36.79/37.14	c #Conflicts:     128000 | #Constraints:      19919
36.79/37.14	c #Conflicts:     129000 | #Constraints:      20919
36.79/37.14	c #Conflicts:     130000 | #Constraints:      21919
36.79/37.14	c #Conflicts:     131000 | #Constraints:      22919
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:     132000 | #Constraints:      16726
36.79/37.14	c #Conflicts:     133000 | #Constraints:      17726
36.79/37.14	c #Conflicts:     134000 | #Constraints:      18726
36.79/37.14	c #Conflicts:     135000 | #Constraints:      19726
36.79/37.14	c #Conflicts:     136000 | #Constraints:      20726
36.79/37.14	c #Conflicts:     137000 | #Constraints:      21726
36.79/37.14	c #Conflicts:     138000 | #Constraints:      22726
36.79/37.14	c #Conflicts:     139000 | #Constraints:      23726
36.79/37.14	c INPROCESSING
36.79/37.14	c GARBAGE COLLECT
36.79/37.14	c #Conflicts:     140000 | #Constraints:      17318
43.37/43.71	c #Conflicts:     141000 | #Constraints:      18318
43.37/43.71	c #Conflicts:     142000 | #Constraints:      19318
43.37/43.71	c #Conflicts:     143000 | #Constraints:      20318
43.37/43.71	c #Conflicts:     144000 | #Constraints:      21318
43.37/43.71	c #Conflicts:     145000 | #Constraints:      22318
43.37/43.71	c #Conflicts:     146000 | #Constraints:      23318
43.37/43.71	c #Conflicts:     147000 | #Constraints:      24318
43.37/43.71	c INPROCESSING
43.37/43.71	c GARBAGE COLLECT
43.37/43.71	c #Conflicts:     148000 | #Constraints:      17763
43.37/43.71	c #Conflicts:     149000 | #Constraints:      18763
43.37/43.71	c #Conflicts:     150000 | #Constraints:      19763
43.37/43.71	c #Conflicts:     151000 | #Constraints:      20763
43.37/43.71	c #Conflicts:     152000 | #Constraints:      21763
43.37/43.71	c #Conflicts:     153000 | #Constraints:      22763
43.37/43.71	c #Conflicts:     154000 | #Constraints:      23763
43.37/43.71	c #Conflicts:     155000 | #Constraints:      24763
43.37/43.71	c INPROCESSING
43.37/43.71	c GARBAGE COLLECT
43.37/43.71	c rational objective 643.727
70.51/71.14	c #Conflicts:     156000 | #Constraints:      17995
70.51/71.14	c #Conflicts:     157000 | #Constraints:      18995
70.51/71.14	c #Conflicts:     158000 | #Constraints:      19995
70.51/71.14	c #Conflicts:     159000 | #Constraints:      20995
70.51/71.14	c #Conflicts:     160000 | #Constraints:      21995
70.51/71.14	c #Conflicts:     161000 | #Constraints:      22995
70.51/71.14	c #Conflicts:     162000 | #Constraints:      23995
70.51/71.14	c #Conflicts:     163000 | #Constraints:      24995
70.51/71.14	c INPROCESSING
70.51/71.14	c GARBAGE COLLECT
70.51/71.14	c #Conflicts:     164000 | #Constraints:      17979
70.51/71.14	c #Conflicts:     165000 | #Constraints:      18979
70.51/71.14	c #Conflicts:     166000 | #Constraints:      19979
70.51/71.14	c #Conflicts:     167000 | #Constraints:      20979
70.51/71.14	c #Conflicts:     168000 | #Constraints:      21979
70.51/71.14	c #Conflicts:     169000 | #Constraints:      22979
70.51/71.14	c #Conflicts:     170000 | #Constraints:      23979
70.51/71.14	c #Conflicts:     171000 | #Constraints:      24979
70.51/71.14	c INPROCESSING
70.51/71.14	c GARBAGE COLLECT
70.51/71.14	c #Conflicts:     172000 | #Constraints:      17747
70.51/71.14	c #Conflicts:     173000 | #Constraints:      18747
70.51/71.14	c #Conflicts:     174000 | #Constraints:      19747
70.51/71.14	c #Conflicts:     175000 | #Constraints:      20747
70.51/71.14	c #Conflicts:     176000 | #Constraints:      21747
70.51/71.14	c #Conflicts:     177000 | #Constraints:      22747
70.51/71.14	c #Conflicts:     178000 | #Constraints:      23747
70.51/71.14	c #Conflicts:     179000 | #Constraints:      24747
70.51/71.14	c #Conflicts:     180000 | #Constraints:      25747
70.51/71.14	c INPROCESSING
70.51/71.14	c GARBAGE COLLECT
70.51/71.14	c #Conflicts:     181000 | #Constraints:      18344
70.51/71.14	c #Conflicts:     182000 | #Constraints:      19344
70.51/71.14	c #Conflicts:     183000 | #Constraints:      20344
70.51/71.14	c #Conflicts:     184000 | #Constraints:      21344
70.51/71.14	c #Conflicts:     185000 | #Constraints:      22344
70.51/71.14	c #Conflicts:     186000 | #Constraints:      23344
70.51/71.14	c #Conflicts:     187000 | #Constraints:      24344
70.51/71.14	c #Conflicts:     188000 | #Constraints:      25344
70.51/71.14	c #Conflicts:     189000 | #Constraints:      26344
70.51/71.14	c INPROCESSING
70.51/71.14	c GARBAGE COLLECT
70.51/71.14	c #Conflicts:     190000 | #Constraints:      18749
70.51/71.14	c #Conflicts:     191000 | #Constraints:      19749
70.51/71.14	c #Conflicts:     192000 | #Constraints:      20749
70.51/71.14	c #Conflicts:     193000 | #Constraints:      21749
70.51/71.14	c #Conflicts:     194000 | #Constraints:      22749
70.51/71.14	c #Conflicts:     195000 | #Constraints:      23749
70.51/71.14	c #Conflicts:     196000 | #Constraints:      24749
70.51/71.14	c #Conflicts:     197000 | #Constraints:      25749
70.51/71.14	c #Conflicts:     198000 | #Constraints:      26749
70.51/71.14	c INPROCESSING
70.51/71.14	c GARBAGE COLLECT
70.51/71.14	c #Conflicts:     199000 | #Constraints:      18957
70.51/71.14	c #Conflicts:     200000 | #Constraints:      19957
70.51/71.14	c #Conflicts:     201000 | #Constraints:      20957
70.51/71.14	c #Conflicts:     202000 | #Constraints:      21957
70.51/71.14	c #Conflicts:     203000 | #Constraints:      22957
70.51/71.14	c #Conflicts:     204000 | #Constraints:      23957
70.51/71.14	c #Conflicts:     205000 | #Constraints:      24957
70.51/71.14	c #Conflicts:     206000 | #Constraints:      25957
70.51/71.14	c #Conflicts:     207000 | #Constraints:      26957
70.51/71.14	c INPROCESSING
70.51/71.14	c GARBAGE COLLECT
70.51/71.14	c #Conflicts:     208000 | #Constraints:      18972
70.51/71.14	c #Conflicts:     209000 | #Constraints:      19972
70.51/71.14	c #Conflicts:     210000 | #Constraints:      20972
70.51/71.14	c #Conflicts:     211000 | #Constraints:      21972
70.51/71.14	c #Conflicts:     212000 | #Constraints:      22972
70.51/71.14	c #Conflicts:     213000 | #Constraints:      23972
70.51/71.14	c #Conflicts:     214000 | #Constraints:      24972
70.51/71.14	c #Conflicts:     215000 | #Constraints:      25972
70.51/71.14	c #Conflicts:     216000 | #Constraints:      26972
70.51/71.14	c INPROCESSING
70.51/71.14	c GARBAGE COLLECT
70.51/71.14	c #Conflicts:     217000 | #Constraints:      18795
70.51/71.14	c #Conflicts:     218000 | #Constraints:      19795
70.51/71.14	c #Conflicts:     219000 | #Constraints:      20795
70.51/71.14	c #Conflicts:     220000 | #Constraints:      21795
70.51/71.14	c #Conflicts:     221000 | #Constraints:      22795
70.51/71.14	c #Conflicts:     222000 | #Constraints:      23795
70.51/71.14	c #Conflicts:     223000 | #Constraints:      24795
70.51/71.14	c #Conflicts:     224000 | #Constraints:      25795
70.51/71.14	c #Conflicts:     225000 | #Constraints:      26795
70.51/71.14	c #Conflicts:     226000 | #Constraints:      27795
70.51/71.14	c INPROCESSING
70.51/71.14	c GARBAGE COLLECT
70.51/71.14	c #Conflicts:     227000 | #Constraints:      19396
70.51/71.14	c #Conflicts:     228000 | #Constraints:      20396
70.51/71.14	c #Conflicts:     229000 | #Constraints:      21396
78.39/79.10	c #Conflicts:     230000 | #Constraints:      22396
78.39/79.10	c #Conflicts:     231000 | #Constraints:      23396
78.39/79.10	c #Conflicts:     232000 | #Constraints:      24397
78.39/79.10	c #Conflicts:     233000 | #Constraints:      25397
78.39/79.10	c #Conflicts:     234000 | #Constraints:      26397
78.39/79.10	c #Conflicts:     235000 | #Constraints:      27397
78.39/79.10	c #Conflicts:     236000 | #Constraints:      28397
78.39/79.10	c INPROCESSING
78.39/79.10	c GARBAGE COLLECT
78.39/79.10	c #Conflicts:     237000 | #Constraints:      19761
78.39/79.10	c #Conflicts:     238000 | #Constraints:      20761
78.39/79.10	c #Conflicts:     239000 | #Constraints:      21761
78.39/79.10	c #Conflicts:     240000 | #Constraints:      22761
78.39/79.10	c #Conflicts:     241000 | #Constraints:      23761
78.39/79.10	c #Conflicts:     242000 | #Constraints:      24761
78.39/79.10	c #Conflicts:     243000 | #Constraints:      25761
78.39/79.10	c #Conflicts:     244000 | #Constraints:      26761
78.39/79.10	c #Conflicts:     245000 | #Constraints:      27761
78.39/79.10	c #Conflicts:     246000 | #Constraints:      28761
78.39/79.10	c INPROCESSING
78.39/79.10	c GARBAGE COLLECT
78.39/79.10	c #Conflicts:     247000 | #Constraints:      19957
78.39/79.10	c #Conflicts:     248000 | #Constraints:      20957
78.39/79.10	c #Conflicts:     249000 | #Constraints:      21957
78.39/79.10	c #Conflicts:     250000 | #Constraints:      22957
78.39/79.10	c #Conflicts:     251000 | #Constraints:      23957
78.39/79.10	c #Conflicts:     252000 | #Constraints:      24957
78.39/79.10	c #Conflicts:     253000 | #Constraints:      25957
78.39/79.10	c #Conflicts:     254000 | #Constraints:      26957
78.39/79.10	c #Conflicts:     255000 | #Constraints:      27957
78.39/79.10	c #Conflicts:     256000 | #Constraints:      28957
78.39/79.10	c INPROCESSING
78.39/79.10	c GARBAGE COLLECT
78.39/79.10	c rational objective 702.387
110.43/111.31	c #Conflicts:     257000 | #Constraints:      19955
110.43/111.31	c #Conflicts:     258000 | #Constraints:      20956
110.43/111.31	c #Conflicts:     259000 | #Constraints:      21956
110.43/111.31	c #Conflicts:     260000 | #Constraints:      22956
110.43/111.31	c #Conflicts:     261000 | #Constraints:      23956
110.43/111.31	c #Conflicts:     262000 | #Constraints:      24956
110.43/111.31	c #Conflicts:     263000 | #Constraints:      25956
110.43/111.31	c #Conflicts:     264000 | #Constraints:      26956
110.43/111.31	c #Conflicts:     265000 | #Constraints:      27956
110.43/111.31	c #Conflicts:     266000 | #Constraints:      28956
110.43/111.31	c INPROCESSING
110.43/111.31	c GARBAGE COLLECT
110.43/111.31	c #Conflicts:     267000 | #Constraints:      19795
110.43/111.31	c #Conflicts:     268000 | #Constraints:      20795
110.43/111.31	c #Conflicts:     269000 | #Constraints:      21795
110.43/111.31	c #Conflicts:     270000 | #Constraints:      22795
110.43/111.31	c #Conflicts:     271000 | #Constraints:      23795
110.43/111.31	c #Conflicts:     272000 | #Constraints:      24795
110.43/111.31	c #Conflicts:     273000 | #Constraints:      25795
110.43/111.31	c #Conflicts:     274000 | #Constraints:      26795
110.43/111.31	c #Conflicts:     275000 | #Constraints:      27795
110.43/111.31	c #Conflicts:     276000 | #Constraints:      28796
110.43/111.31	c #Conflicts:     277000 | #Constraints:      29796
110.43/111.31	c INPROCESSING
110.43/111.31	c GARBAGE COLLECT
110.43/111.31	c #Conflicts:     278000 | #Constraints:      20365
110.43/111.31	c #Conflicts:     279000 | #Constraints:      21365
110.43/111.31	c #Conflicts:     280000 | #Constraints:      22365
110.43/111.31	c #Conflicts:     281000 | #Constraints:      23365
110.43/111.31	c #Conflicts:     282000 | #Constraints:      24365
110.43/111.31	c #Conflicts:     283000 | #Constraints:      25365
110.43/111.31	c #Conflicts:     284000 | #Constraints:      26365
110.43/111.31	c #Conflicts:     285000 | #Constraints:      27365
110.43/111.31	c #Conflicts:     286000 | #Constraints:      28365
110.43/111.31	c #Conflicts:     287000 | #Constraints:      29365
110.43/111.31	c #Conflicts:     288000 | #Constraints:      30365
110.43/111.31	c INPROCESSING
110.43/111.31	c GARBAGE COLLECT
110.43/111.31	c #Conflicts:     289000 | #Constraints:      20773
110.43/111.31	c #Conflicts:     290000 | #Constraints:      21773
110.43/111.31	c #Conflicts:     291000 | #Constraints:      22773
110.43/111.31	c #Conflicts:     292000 | #Constraints:      23773
110.43/111.31	c #Conflicts:     293000 | #Constraints:      24773
110.43/111.31	c #Conflicts:     294000 | #Constraints:      25773
110.43/111.31	c #Conflicts:     295000 | #Constraints:      26773
110.43/111.31	c #Conflicts:     296000 | #Constraints:      27773
110.43/111.31	c #Conflicts:     297000 | #Constraints:      28773
110.43/111.31	c #Conflicts:     298000 | #Constraints:      29773
110.43/111.31	c #Conflicts:     299000 | #Constraints:      30773
110.43/111.31	c INPROCESSING
110.43/111.31	c GARBAGE COLLECT
110.43/111.31	c #Conflicts:     300000 | #Constraints:      20995
110.43/111.31	c #Conflicts:     301000 | #Constraints:      21995
110.43/111.31	c #Conflicts:     302000 | #Constraints:      22995
110.43/111.31	c #Conflicts:     303000 | #Constraints:      23995
110.43/111.31	c #Conflicts:     304000 | #Constraints:      24995
110.43/111.31	c #Conflicts:     305000 | #Constraints:      25995
110.43/111.31	c #Conflicts:     306000 | #Constraints:      27309
110.43/111.31	c #Conflicts:     307000 | #Constraints:      28309
110.43/111.31	c #Conflicts:     308000 | #Constraints:      29309
110.43/111.31	c #Conflicts:     309000 | #Constraints:      30309
110.43/111.31	c #Conflicts:     310000 | #Constraints:      31309
110.43/111.31	c INPROCESSING
110.43/111.31	c GARBAGE COLLECT
110.43/111.31	c #Conflicts:     311000 | #Constraints:      21137
110.43/111.31	c #Conflicts:     312000 | #Constraints:      22137
110.43/111.31	c #Conflicts:     313000 | #Constraints:      23137
110.43/111.31	c #Conflicts:     314000 | #Constraints:      24137
110.43/111.31	c #Conflicts:     315000 | #Constraints:      25137
110.43/111.31	c #Conflicts:     316000 | #Constraints:      26137
110.43/111.31	c #Conflicts:     317000 | #Constraints:      27137
110.43/111.31	c #Conflicts:     318000 | #Constraints:      28137
110.43/111.31	c #Conflicts:     319000 | #Constraints:      29137
110.43/111.31	c #Conflicts:     320000 | #Constraints:      30137
110.43/111.31	c #Conflicts:     321000 | #Constraints:      31137
110.43/111.31	c INPROCESSING
110.43/111.31	c GARBAGE COLLECT
110.43/111.31	c #Conflicts:     322000 | #Constraints:      20901
110.43/111.31	c #Conflicts:     323000 | #Constraints:      21901
110.43/111.31	c #Conflicts:     324000 | #Constraints:      22901
110.43/111.31	c #Conflicts:     325000 | #Constraints:      23901
110.43/111.31	c #Conflicts:     326000 | #Constraints:      24901
110.43/111.31	c #Conflicts:     327000 | #Constraints:      25901
110.43/111.31	c #Conflicts:     328000 | #Constraints:      26901
110.43/111.31	c #Conflicts:     329000 | #Constraints:      27901
110.43/111.31	c #Conflicts:     330000 | #Constraints:      28901
110.43/111.31	c #Conflicts:     331000 | #Constraints:      29901
135.80/136.99	c #Conflicts:     332000 | #Constraints:      30901
135.80/136.99	c #Conflicts:     333000 | #Constraints:      31901
135.80/136.99	c INPROCESSING
135.80/136.99	c GARBAGE COLLECT
135.80/136.99	c #Conflicts:     334000 | #Constraints:      21417
135.80/136.99	c #Conflicts:     335000 | #Constraints:      22417
135.80/136.99	c #Conflicts:     336000 | #Constraints:      23417
135.80/136.99	c #Conflicts:     337000 | #Constraints:      24417
135.80/136.99	c #Conflicts:     338000 | #Constraints:      25417
135.80/136.99	c #Conflicts:     339000 | #Constraints:      26417
135.80/136.99	c #Conflicts:     340000 | #Constraints:      27417
135.80/136.99	c #Conflicts:     341000 | #Constraints:      28417
135.80/136.99	c #Conflicts:     342000 | #Constraints:      29417
135.80/136.99	c #Conflicts:     343000 | #Constraints:      30418
135.80/136.99	c #Conflicts:     344000 | #Constraints:      31418
135.80/136.99	c #Conflicts:     345000 | #Constraints:      32418
135.80/136.99	c INPROCESSING
135.80/136.99	c GARBAGE COLLECT
135.80/136.99	c #Conflicts:     346000 | #Constraints:      21789
135.80/136.99	c #Conflicts:     347000 | #Constraints:      22789
135.80/136.99	c #Conflicts:     348000 | #Constraints:      23789
135.80/136.99	c #Conflicts:     349000 | #Constraints:      24789
135.80/136.99	c #Conflicts:     350000 | #Constraints:      25789
135.80/136.99	c #Conflicts:     351000 | #Constraints:      26789
135.80/136.99	c #Conflicts:     352000 | #Constraints:      27789
135.80/136.99	c #Conflicts:     353000 | #Constraints:      28789
135.80/136.99	c #Conflicts:     354000 | #Constraints:      29789
135.80/136.99	c #Conflicts:     355000 | #Constraints:      30789
135.80/136.99	c #Conflicts:     356000 | #Constraints:      31789
135.80/136.99	c #Conflicts:     357000 | #Constraints:      32789
135.80/136.99	c INPROCESSING
135.80/136.99	c GARBAGE COLLECT
135.80/136.99	c #Conflicts:     358000 | #Constraints:      21967
135.80/136.99	c #Conflicts:     359000 | #Constraints:      22967
135.80/136.99	c #Conflicts:     360000 | #Constraints:      23968
135.80/136.99	c #Conflicts:     361000 | #Constraints:      24968
135.80/136.99	c #Conflicts:     362000 | #Constraints:      25968
135.80/136.99	c #Conflicts:     363000 | #Constraints:      26968
135.80/136.99	c #Conflicts:     364000 | #Constraints:      27968
135.80/136.99	c #Conflicts:     365000 | #Constraints:      28968
135.80/136.99	c #Conflicts:     366000 | #Constraints:      29969
135.80/136.99	c #Conflicts:     367000 | #Constraints:      30969
135.80/136.99	c #Conflicts:     368000 | #Constraints:      31969
135.80/136.99	c #Conflicts:     369000 | #Constraints:      32969
135.80/136.99	c INPROCESSING
135.80/136.99	c GARBAGE COLLECT
135.80/136.99	c #Conflicts:     370000 | #Constraints:      21985
135.80/136.99	c #Conflicts:     371000 | #Constraints:      22985
135.80/136.99	c #Conflicts:     372000 | #Constraints:      23985
135.80/136.99	c #Conflicts:     373000 | #Constraints:      24985
135.80/136.99	c #Conflicts:     374000 | #Constraints:      25985
135.80/136.99	c #Conflicts:     375000 | #Constraints:      26985
135.80/136.99	c #Conflicts:     376000 | #Constraints:      27985
135.80/136.99	c #Conflicts:     377000 | #Constraints:      28985
135.80/136.99	c #Conflicts:     378000 | #Constraints:      29985
135.80/136.99	c #Conflicts:     379000 | #Constraints:      30985
135.80/136.99	c #Conflicts:     380000 | #Constraints:      31985
135.80/136.99	c #Conflicts:     381000 | #Constraints:      32985
135.80/136.99	c INPROCESSING
135.80/136.99	c GARBAGE COLLECT
135.80/136.99	c #Conflicts:     382000 | #Constraints:      21802
135.80/136.99	c #Conflicts:     383000 | #Constraints:      22802
135.80/136.99	c #Conflicts:     384000 | #Constraints:      23802
135.80/136.99	c #Conflicts:     385000 | #Constraints:      24802
135.80/136.99	c #Conflicts:     386000 | #Constraints:      25802
135.80/136.99	c #Conflicts:     387000 | #Constraints:      26802
135.80/136.99	c #Conflicts:     388000 | #Constraints:      27802
135.80/136.99	c #Conflicts:     389000 | #Constraints:      28805
135.80/136.99	c #Conflicts:     390000 | #Constraints:      29805
135.80/136.99	c #Conflicts:     391000 | #Constraints:      30805
135.80/136.99	c #Conflicts:     392000 | #Constraints:      31805
135.80/136.99	c #Conflicts:     393000 | #Constraints:      32805
135.80/136.99	c #Conflicts:     394000 | #Constraints:      33805
135.80/136.99	c INPROCESSING
135.80/136.99	c GARBAGE COLLECT
135.80/136.99	c #Conflicts:     395000 | #Constraints:      22386
135.80/136.99	c #Conflicts:     396000 | #Constraints:      23386
135.80/136.99	c #Conflicts:     397000 | #Constraints:      24386
135.80/136.99	c #Conflicts:     398000 | #Constraints:      25386
135.80/136.99	c #Conflicts:     399000 | #Constraints:      26387
135.80/136.99	c #Conflicts:     400000 | #Constraints:      27387
135.80/136.99	c #Conflicts:     401000 | #Constraints:      28387
135.80/136.99	c #Conflicts:     402000 | #Constraints:      29387
135.80/136.99	c #Conflicts:     403000 | #Constraints:      30387
135.80/136.99	c #Conflicts:     404000 | #Constraints:      31387
135.80/136.99	c #Conflicts:     405000 | #Constraints:      32387
135.80/136.99	c #Conflicts:     406000 | #Constraints:      33387
178.33/179.76	c #Conflicts:     407000 | #Constraints:      34387
178.33/179.76	c INPROCESSING
178.33/179.76	c GARBAGE COLLECT
178.33/179.76	c #Conflicts:     408000 | #Constraints:      22796
178.33/179.76	c #Conflicts:     409000 | #Constraints:      23796
178.33/179.76	c #Conflicts:     410000 | #Constraints:      24796
178.33/179.76	c #Conflicts:     411000 | #Constraints:      25796
178.33/179.76	c #Conflicts:     412000 | #Constraints:      26796
178.33/179.76	c #Conflicts:     413000 | #Constraints:      27796
178.33/179.76	c #Conflicts:     414000 | #Constraints:      28796
178.33/179.76	c #Conflicts:     415000 | #Constraints:      29796
178.33/179.76	c #Conflicts:     416000 | #Constraints:      30796
178.33/179.76	c #Conflicts:     417000 | #Constraints:      31796
178.33/179.76	c #Conflicts:     418000 | #Constraints:      32796
178.33/179.76	c #Conflicts:     419000 | #Constraints:      33796
178.33/179.76	c #Conflicts:     420000 | #Constraints:      34796
178.33/179.76	c INPROCESSING
178.33/179.76	c GARBAGE COLLECT
178.33/179.76	c #Conflicts:     421000 | #Constraints:      23012
178.33/179.76	c #Conflicts:     422000 | #Constraints:      24012
178.33/179.76	c #Conflicts:     423000 | #Constraints:      25012
178.33/179.76	c #Conflicts:     424000 | #Constraints:      26012
178.33/179.76	c #Conflicts:     425000 | #Constraints:      27012
178.33/179.76	c #Conflicts:     426000 | #Constraints:      28012
178.33/179.76	c #Conflicts:     427000 | #Constraints:      29012
178.33/179.76	c #Conflicts:     428000 | #Constraints:      30012
178.33/179.76	c #Conflicts:     429000 | #Constraints:      31012
178.33/179.76	c #Conflicts:     430000 | #Constraints:      32012
178.33/179.76	c #Conflicts:     431000 | #Constraints:      33012
178.33/179.76	c #Conflicts:     432000 | #Constraints:      34012
178.33/179.76	c #Conflicts:     433000 | #Constraints:      35012
178.33/179.76	c INPROCESSING
178.33/179.76	c GARBAGE COLLECT
178.33/179.76	c #Conflicts:     434000 | #Constraints:      23015
178.33/179.76	c #Conflicts:     435000 | #Constraints:      24015
178.33/179.76	c #Conflicts:     436000 | #Constraints:      25015
178.33/179.76	c #Conflicts:     437000 | #Constraints:      26015
178.33/179.76	c #Conflicts:     438000 | #Constraints:      27015
178.33/179.76	c #Conflicts:     439000 | #Constraints:      28015
178.33/179.76	c #Conflicts:     440000 | #Constraints:      29015
178.33/179.76	c #Conflicts:     441000 | #Constraints:      30015
178.33/179.76	c #Conflicts:     442000 | #Constraints:      31015
178.33/179.76	c #Conflicts:     443000 | #Constraints:      32015
178.33/179.76	c #Conflicts:     444000 | #Constraints:      33015
178.33/179.76	c #Conflicts:     445000 | #Constraints:      34015
178.33/179.76	c #Conflicts:     446000 | #Constraints:      35015
178.33/179.76	c INPROCESSING
178.33/179.76	c GARBAGE COLLECT
178.33/179.76	c #Conflicts:     447000 | #Constraints:      22841
178.33/179.76	c #Conflicts:     448000 | #Constraints:      23841
178.33/179.76	c #Conflicts:     449000 | #Constraints:      24841
178.33/179.76	c #Conflicts:     450000 | #Constraints:      25841
178.33/179.76	c #Conflicts:     451000 | #Constraints:      26841
178.33/179.76	c #Conflicts:     452000 | #Constraints:      27841
178.33/179.76	c #Conflicts:     453000 | #Constraints:      28841
178.33/179.76	c #Conflicts:     454000 | #Constraints:      29841
178.33/179.76	c #Conflicts:     455000 | #Constraints:      30841
178.33/179.76	c #Conflicts:     456000 | #Constraints:      31841
178.33/179.76	c #Conflicts:     457000 | #Constraints:      32841
178.33/179.76	c #Conflicts:     458000 | #Constraints:      33841
178.33/179.76	c #Conflicts:     459000 | #Constraints:      34841
178.33/179.76	c #Conflicts:     460000 | #Constraints:      35841
178.33/179.76	c INPROCESSING
178.33/179.76	c GARBAGE COLLECT
178.33/179.76	c #Conflicts:     461000 | #Constraints:      23470
178.33/179.76	c #Conflicts:     462000 | #Constraints:      24470
178.33/179.76	c #Conflicts:     463000 | #Constraints:      25470
178.33/179.76	c #Conflicts:     464000 | #Constraints:      26470
178.33/179.76	c #Conflicts:     465000 | #Constraints:      27470
178.33/179.76	c #Conflicts:     466000 | #Constraints:      28470
178.33/179.76	c #Conflicts:     467000 | #Constraints:      29470
178.33/179.76	c #Conflicts:     468000 | #Constraints:      30470
178.33/179.76	c #Conflicts:     469000 | #Constraints:      31470
178.33/179.76	c #Conflicts:     470000 | #Constraints:      32470
178.33/179.76	c #Conflicts:     471000 | #Constraints:      33470
178.33/179.76	c #Conflicts:     472000 | #Constraints:      34470
178.33/179.76	c #Conflicts:     473000 | #Constraints:      35470
178.33/179.76	c #Conflicts:     474000 | #Constraints:      36470
178.33/179.76	c INPROCESSING
178.33/179.76	c GARBAGE COLLECT
178.33/179.76	c #Conflicts:     475000 | #Constraints:      23871
178.33/179.76	c #Conflicts:     476000 | #Constraints:      24871
178.33/179.76	c #Conflicts:     477000 | #Constraints:      25871
178.33/179.76	c #Conflicts:     478000 | #Constraints:      26871
178.33/179.76	c #Conflicts:     479000 | #Constraints:      27871
178.33/179.76	c #Conflicts:     480000 | #Constraints:      28871
178.33/179.76	c #Conflicts:     481000 | #Constraints:      29871
206.27/207.85	c #Conflicts:     482000 | #Constraints:      30871
206.27/207.85	c #Conflicts:     483000 | #Constraints:      31871
206.27/207.85	c #Conflicts:     484000 | #Constraints:      32871
206.27/207.85	c #Conflicts:     485000 | #Constraints:      33871
206.27/207.85	c #Conflicts:     486000 | #Constraints:      34871
206.27/207.85	c #Conflicts:     487000 | #Constraints:      35871
206.27/207.85	c #Conflicts:     488000 | #Constraints:      36871
206.27/207.85	c INPROCESSING
206.27/207.85	c GARBAGE COLLECT
206.27/207.85	c #Conflicts:     489000 | #Constraints:      24091
206.27/207.85	c #Conflicts:     490000 | #Constraints:      25091
206.27/207.85	c #Conflicts:     491000 | #Constraints:      26091
206.27/207.85	c #Conflicts:     492000 | #Constraints:      27091
206.27/207.85	c #Conflicts:     493000 | #Constraints:      28091
206.27/207.85	c #Conflicts:     494000 | #Constraints:      29091
206.27/207.85	c #Conflicts:     495000 | #Constraints:      30091
206.27/207.85	c #Conflicts:     496000 | #Constraints:      31091
206.27/207.85	c #Conflicts:     497000 | #Constraints:      32091
206.27/207.85	c #Conflicts:     498000 | #Constraints:      33091
206.27/207.85	c #Conflicts:     499000 | #Constraints:      34091
206.27/207.85	c #Conflicts:     500000 | #Constraints:      35091
206.27/207.85	c #Conflicts:     501000 | #Constraints:      36091
206.27/207.85	c #Conflicts:     502000 | #Constraints:      37091
206.27/207.85	c INPROCESSING
206.27/207.85	c GARBAGE COLLECT
206.27/207.85	c #Conflicts:     503000 | #Constraints:      24072
206.27/207.85	c #Conflicts:     504000 | #Constraints:      25072
206.27/207.85	c #Conflicts:     505000 | #Constraints:      26072
206.27/207.85	c #Conflicts:     506000 | #Constraints:      27072
206.27/207.85	c #Conflicts:     507000 | #Constraints:      28072
206.27/207.85	c #Conflicts:     508000 | #Constraints:      29072
206.27/207.85	c #Conflicts:     509000 | #Constraints:      30072
206.27/207.85	c #Conflicts:     510000 | #Constraints:      31072
206.27/207.85	c #Conflicts:     511000 | #Constraints:      32072
206.27/207.85	c #Conflicts:     512000 | #Constraints:      33072
206.27/207.85	c #Conflicts:     513000 | #Constraints:      34072
206.27/207.85	c #Conflicts:     514000 | #Constraints:      35072
206.27/207.85	c #Conflicts:     515000 | #Constraints:      36072
206.27/207.85	c #Conflicts:     516000 | #Constraints:      37072
206.27/207.85	c INPROCESSING
206.27/207.85	c GARBAGE COLLECT
206.27/207.85	c #Conflicts:     517000 | #Constraints:      23843
206.27/207.85	c #Conflicts:     518000 | #Constraints:      24843
206.27/207.85	c #Conflicts:     519000 | #Constraints:      25843
206.27/207.85	c #Conflicts:     520000 | #Constraints:      26843
206.27/207.85	c #Conflicts:     521000 | #Constraints:      27843
206.27/207.85	c #Conflicts:     522000 | #Constraints:      28843
206.27/207.85	c #Conflicts:     523000 | #Constraints:      29843
206.27/207.85	c #Conflicts:     524000 | #Constraints:      30843
206.27/207.85	c #Conflicts:     525000 | #Constraints:      31843
206.27/207.85	c #Conflicts:     526000 | #Constraints:      32843
206.27/207.85	c #Conflicts:     527000 | #Constraints:      33843
206.27/207.85	c #Conflicts:     528000 | #Constraints:      34843
206.27/207.85	c #Conflicts:     529000 | #Constraints:      35843
206.27/207.85	c #Conflicts:     530000 | #Constraints:      36843
206.27/207.85	c #Conflicts:     531000 | #Constraints:      37843
206.27/207.85	c INPROCESSING
206.27/207.85	c GARBAGE COLLECT
206.27/207.85	c rational objective 733.83
234.28/236.06	c #Conflicts:     532000 | #Constraints:      24431
234.28/236.06	c #Conflicts:     533000 | #Constraints:      25431
234.28/236.06	c #Conflicts:     534000 | #Constraints:      26431
234.28/236.06	c #Conflicts:     535000 | #Constraints:      27431
234.28/236.06	c #Conflicts:     536000 | #Constraints:      28431
234.28/236.06	c #Conflicts:     537000 | #Constraints:      29431
234.28/236.06	c #Conflicts:     538000 | #Constraints:      30431
234.28/236.06	c #Conflicts:     539000 | #Constraints:      31431
234.28/236.06	c #Conflicts:     540000 | #Constraints:      32431
234.28/236.06	c #Conflicts:     541000 | #Constraints:      33431
234.28/236.06	c #Conflicts:     542000 | #Constraints:      34431
234.28/236.06	c #Conflicts:     543000 | #Constraints:      35431
234.28/236.06	c #Conflicts:     544000 | #Constraints:      36431
234.28/236.06	c #Conflicts:     545000 | #Constraints:      37431
234.28/236.06	c #Conflicts:     546000 | #Constraints:      38431
234.28/236.06	c INPROCESSING
234.28/236.06	c GARBAGE COLLECT
234.28/236.06	c #Conflicts:     547000 | #Constraints:      24851
234.28/236.06	c #Conflicts:     548000 | #Constraints:      25851
234.28/236.06	c #Conflicts:     549000 | #Constraints:      26851
234.28/236.06	c #Conflicts:     550000 | #Constraints:      27851
234.28/236.06	c #Conflicts:     551000 | #Constraints:      28851
234.28/236.06	c #Conflicts:     552000 | #Constraints:      29851
234.28/236.06	c #Conflicts:     553000 | #Constraints:      30851
234.28/236.06	c #Conflicts:     554000 | #Constraints:      31851
234.28/236.06	c #Conflicts:     555000 | #Constraints:      32851
234.28/236.06	c #Conflicts:     556000 | #Constraints:      33851
234.28/236.06	c #Conflicts:     557000 | #Constraints:      34851
234.28/236.06	c #Conflicts:     558000 | #Constraints:      35851
234.28/236.06	c #Conflicts:     559000 | #Constraints:      36851
234.28/236.06	c #Conflicts:     560000 | #Constraints:      37851
234.28/236.06	c #Conflicts:     561000 | #Constraints:      38851
234.28/236.06	c INPROCESSING
234.28/236.06	c GARBAGE COLLECT
234.28/236.06	c #Conflicts:     562000 | #Constraints:      25016
234.28/236.06	c #Conflicts:     563000 | #Constraints:      26016
234.28/236.06	c #Conflicts:     564000 | #Constraints:      27016
234.28/236.06	c #Conflicts:     565000 | #Constraints:      28016
234.28/236.06	c #Conflicts:     566000 | #Constraints:      29016
234.28/236.06	c #Conflicts:     567000 | #Constraints:      30016
234.28/236.06	c #Conflicts:     568000 | #Constraints:      31016
234.28/236.06	c #Conflicts:     569000 | #Constraints:      32016
234.28/236.06	c #Conflicts:     570000 | #Constraints:      33016
234.28/236.06	c #Conflicts:     571000 | #Constraints:      34016
234.28/236.06	c #Conflicts:     572000 | #Constraints:      35016
234.28/236.06	c #Conflicts:     573000 | #Constraints:      36016
234.28/236.06	c #Conflicts:     574000 | #Constraints:      37016
234.28/236.06	c #Conflicts:     575000 | #Constraints:      38017
234.28/236.06	c #Conflicts:     576000 | #Constraints:      39017
234.28/236.06	c INPROCESSING
234.28/236.06	c GARBAGE COLLECT
234.28/236.06	c #Conflicts:     577000 | #Constraints:      25034
234.28/236.06	c #Conflicts:     578000 | #Constraints:      26034
234.28/236.06	c #Conflicts:     579000 | #Constraints:      27034
234.28/236.06	c #Conflicts:     580000 | #Constraints:      28034
234.28/236.06	c #Conflicts:     581000 | #Constraints:      29034
234.28/236.06	c #Conflicts:     582000 | #Constraints:      30034
234.28/236.06	c #Conflicts:     583000 | #Constraints:      31034
234.28/236.06	c #Conflicts:     584000 | #Constraints:      32034
234.28/236.06	c #Conflicts:     585000 | #Constraints:      33034
234.28/236.06	c #Conflicts:     586000 | #Constraints:      34034
234.28/236.06	c #Conflicts:     587000 | #Constraints:      35034
234.28/236.06	c #Conflicts:     588000 | #Constraints:      36034
234.28/236.06	c #Conflicts:     589000 | #Constraints:      37034
234.28/236.06	c #Conflicts:     590000 | #Constraints:      38034
234.28/236.06	c #Conflicts:     591000 | #Constraints:      39034
234.28/236.06	c INPROCESSING
234.28/236.06	c GARBAGE COLLECT
234.28/236.06	c #Conflicts:     592000 | #Constraints:      24836
234.28/236.06	c #Conflicts:     593000 | #Constraints:      25836
234.28/236.06	c #Conflicts:     594000 | #Constraints:      26836
234.28/236.06	c #Conflicts:     595000 | #Constraints:      27836
234.28/236.06	c #Conflicts:     596000 | #Constraints:      28836
234.28/236.06	c #Conflicts:     597000 | #Constraints:      29836
234.28/236.06	c #Conflicts:     598000 | #Constraints:      30836
234.28/236.06	c #Conflicts:     599000 | #Constraints:      31836
234.28/236.06	c #Conflicts:     600000 | #Constraints:      32836
234.28/236.06	c #Conflicts:     601000 | #Constraints:      33837
234.28/236.06	c #Conflicts:     602000 | #Constraints:      34837
234.28/236.06	c #Conflicts:     603000 | #Constraints:      35837
234.28/236.06	c #Conflicts:     604000 | #Constraints:      36837
234.28/236.06	c #Conflicts:     605000 | #Constraints:      37837
234.28/236.06	c #Conflicts:     606000 | #Constraints:      38837
234.28/236.06	c #Conflicts:     607000 | #Constraints:      39837
234.28/236.06	c INPROCESSING
265.54/267.57	c GARBAGE COLLECT
265.54/267.57	c #Conflicts:     608000 | #Constraints:      25461
265.54/267.57	c #Conflicts:     609000 | #Constraints:      26461
265.54/267.57	c #Conflicts:     610000 | #Constraints:      27461
265.54/267.57	c #Conflicts:     611000 | #Constraints:      28461
265.54/267.57	c #Conflicts:     612000 | #Constraints:      29461
265.54/267.57	c #Conflicts:     613000 | #Constraints:      30461
265.54/267.57	c #Conflicts:     614000 | #Constraints:      31538
265.54/267.57	c #Conflicts:     615000 | #Constraints:      32538
265.54/267.57	c #Conflicts:     616000 | #Constraints:      33538
265.54/267.57	c #Conflicts:     617000 | #Constraints:      34538
265.54/267.57	c #Conflicts:     618000 | #Constraints:      35538
265.54/267.57	c #Conflicts:     619000 | #Constraints:      36538
265.54/267.57	c #Conflicts:     620000 | #Constraints:      37538
265.54/267.57	c #Conflicts:     621000 | #Constraints:      38538
265.54/267.57	c #Conflicts:     622000 | #Constraints:      39538
265.54/267.57	c #Conflicts:     623000 | #Constraints:      40538
265.54/267.57	c INPROCESSING
265.54/267.57	c GARBAGE COLLECT
265.54/267.57	c #Conflicts:     624000 | #Constraints:      25866
265.54/267.57	c #Conflicts:     625000 | #Constraints:      26866
265.54/267.57	c #Conflicts:     626000 | #Constraints:      27866
265.54/267.57	c #Conflicts:     627000 | #Constraints:      28866
265.54/267.57	c #Conflicts:     628000 | #Constraints:      29866
265.54/267.57	c #Conflicts:     629000 | #Constraints:      30866
265.54/267.57	c #Conflicts:     630000 | #Constraints:      31866
265.54/267.57	c #Conflicts:     631000 | #Constraints:      32866
265.54/267.57	c #Conflicts:     632000 | #Constraints:      33866
265.54/267.57	c #Conflicts:     633000 | #Constraints:      34866
265.54/267.57	c #Conflicts:     634000 | #Constraints:      35866
265.54/267.57	c #Conflicts:     635000 | #Constraints:      36866
265.54/267.57	c #Conflicts:     636000 | #Constraints:      37866
265.54/267.57	c #Conflicts:     637000 | #Constraints:      38866
265.54/267.57	c #Conflicts:     638000 | #Constraints:      39866
265.54/267.57	c #Conflicts:     639000 | #Constraints:      40867
265.54/267.57	c INPROCESSING
265.54/267.57	c GARBAGE COLLECT
265.54/267.57	c #Conflicts:     640000 | #Constraints:      26055
265.54/267.57	c #Conflicts:     641000 | #Constraints:      27055
265.54/267.57	c #Conflicts:     642000 | #Constraints:      28055
265.54/267.57	c #Conflicts:     643000 | #Constraints:      29055
265.54/267.57	c #Conflicts:     644000 | #Constraints:      30055
265.54/267.57	c #Conflicts:     645000 | #Constraints:      31055
265.54/267.57	c #Conflicts:     646000 | #Constraints:      32055
265.54/267.57	c #Conflicts:     647000 | #Constraints:      33055
265.54/267.57	c #Conflicts:     648000 | #Constraints:      34055
265.54/267.57	c #Conflicts:     649000 | #Constraints:      35055
265.54/267.57	c #Conflicts:     650000 | #Constraints:      36055
265.54/267.57	c #Conflicts:     651000 | #Constraints:      37055
265.54/267.57	c #Conflicts:     652000 | #Constraints:      38055
265.54/267.57	c #Conflicts:     653000 | #Constraints:      39055
265.54/267.57	c #Conflicts:     654000 | #Constraints:      40055
265.54/267.57	c #Conflicts:     655000 | #Constraints:      41055
265.54/267.57	c INPROCESSING
265.54/267.57	c GARBAGE COLLECT
265.54/267.57	c #Conflicts:     656000 | #Constraints:      26098
265.54/267.57	c #Conflicts:     657000 | #Constraints:      27098
265.54/267.57	c #Conflicts:     658000 | #Constraints:      28098
265.54/267.57	c #Conflicts:     659000 | #Constraints:      29098
265.54/267.57	c #Conflicts:     660000 | #Constraints:      30098
265.54/267.57	c #Conflicts:     661000 | #Constraints:      31098
265.54/267.57	c #Conflicts:     662000 | #Constraints:      32098
265.54/267.57	c #Conflicts:     663000 | #Constraints:      33098
265.54/267.57	c #Conflicts:     664000 | #Constraints:      34098
265.54/267.57	c #Conflicts:     665000 | #Constraints:      35098
265.54/267.57	c #Conflicts:     666000 | #Constraints:      36098
265.54/267.57	c #Conflicts:     667000 | #Constraints:      37098
265.54/267.57	c #Conflicts:     668000 | #Constraints:      38098
265.54/267.57	c #Conflicts:     669000 | #Constraints:      39098
265.54/267.57	c #Conflicts:     670000 | #Constraints:      40098
265.54/267.57	c #Conflicts:     671000 | #Constraints:      41098
265.54/267.57	c INPROCESSING
265.54/267.57	c GARBAGE COLLECT
265.54/267.57	c #Conflicts:     672000 | #Constraints:      25851
265.54/267.57	c #Conflicts:     673000 | #Constraints:      26851
265.54/267.57	c #Conflicts:     674000 | #Constraints:      27851
265.54/267.57	c #Conflicts:     675000 | #Constraints:      28851
265.54/267.57	c #Conflicts:     676000 | #Constraints:      29851
265.54/267.57	c #Conflicts:     677000 | #Constraints:      30851
265.54/267.57	c #Conflicts:     678000 | #Constraints:      31851
265.54/267.57	c #Conflicts:     679000 | #Constraints:      32851
265.54/267.57	c #Conflicts:     680000 | #Constraints:      33851
265.54/267.57	c #Conflicts:     681000 | #Constraints:      34851
265.54/267.57	c #Conflicts:     682000 | #Constraints:      35851
265.54/267.57	c #Conflicts:     683000 | #Constraints:      36852
300.69/302.97	c #Conflicts:     684000 | #Constraints:      37852
300.69/302.97	c #Conflicts:     685000 | #Constraints:      38852
300.69/302.97	c #Conflicts:     686000 | #Constraints:      39852
300.69/302.97	c #Conflicts:     687000 | #Constraints:      40852
300.69/302.97	c #Conflicts:     688000 | #Constraints:      41852
300.69/302.97	c INPROCESSING
300.69/302.97	c GARBAGE COLLECT
300.69/302.97	c #Conflicts:     689000 | #Constraints:      26437
300.69/302.97	c #Conflicts:     690000 | #Constraints:      27437
300.69/302.97	c #Conflicts:     691000 | #Constraints:      28437
300.69/302.97	c #Conflicts:     692000 | #Constraints:      29437
300.69/302.97	c #Conflicts:     693000 | #Constraints:      30437
300.69/302.97	c #Conflicts:     694000 | #Constraints:      31437
300.69/302.97	c #Conflicts:     695000 | #Constraints:      32437
300.69/302.97	c #Conflicts:     696000 | #Constraints:      33438
300.69/302.97	c #Conflicts:     697000 | #Constraints:      34438
300.69/302.97	c #Conflicts:     698000 | #Constraints:      35438
300.69/302.97	c #Conflicts:     699000 | #Constraints:      36438
300.69/302.97	c #Conflicts:     700000 | #Constraints:      37438
300.69/302.97	c #Conflicts:     701000 | #Constraints:      38438
300.69/302.97	c #Conflicts:     702000 | #Constraints:      39438
300.69/302.97	c #Conflicts:     703000 | #Constraints:      40438
300.69/302.97	c #Conflicts:     704000 | #Constraints:      41438
300.69/302.97	c #Conflicts:     705000 | #Constraints:      42438
300.69/302.97	c INPROCESSING
300.69/302.97	c GARBAGE COLLECT
300.69/302.97	c #Conflicts:     706000 | #Constraints:      26874
300.69/302.97	c #Conflicts:     707000 | #Constraints:      27874
300.69/302.97	c #Conflicts:     708000 | #Constraints:      28874
300.69/302.97	c #Conflicts:     709000 | #Constraints:      29874
300.69/302.97	c #Conflicts:     710000 | #Constraints:      30874
300.69/302.97	c #Conflicts:     711000 | #Constraints:      31874
300.69/302.97	c #Conflicts:     712000 | #Constraints:      32874
300.69/302.97	c #Conflicts:     713000 | #Constraints:      33874
300.69/302.97	c #Conflicts:     714000 | #Constraints:      34874
300.69/302.97	c #Conflicts:     715000 | #Constraints:      35874
300.69/302.97	c #Conflicts:     716000 | #Constraints:      36874
300.69/302.97	c #Conflicts:     717000 | #Constraints:      37874
300.69/302.97	c #Conflicts:     718000 | #Constraints:      38875
300.69/302.97	c #Conflicts:     719000 | #Constraints:      39875
300.69/302.97	c #Conflicts:     720000 | #Constraints:      40875
300.69/302.97	c #Conflicts:     721000 | #Constraints:      41875
300.69/302.97	c #Conflicts:     722000 | #Constraints:      42875
300.69/302.97	c INPROCESSING
300.69/302.97	c GARBAGE COLLECT
300.69/302.97	c #Conflicts:     723000 | #Constraints:      27083
300.69/302.97	c #Conflicts:     724000 | #Constraints:      28083
300.69/302.97	c #Conflicts:     725000 | #Constraints:      29083
300.69/302.97	c #Conflicts:     726000 | #Constraints:      30083
300.69/302.97	c #Conflicts:     727000 | #Constraints:      31083
300.69/302.97	c #Conflicts:     728000 | #Constraints:      32083
300.69/302.97	c #Conflicts:     729000 | #Constraints:      33083
300.69/302.97	c #Conflicts:     730000 | #Constraints:      34083
300.69/302.97	c #Conflicts:     731000 | #Constraints:      35083
300.69/302.97	c #Conflicts:     732000 | #Constraints:      36083
300.69/302.97	c #Conflicts:     733000 | #Constraints:      37083
300.69/302.97	c #Conflicts:     734000 | #Constraints:      38083
300.69/302.97	c #Conflicts:     735000 | #Constraints:      39083
300.69/302.97	c #Conflicts:     736000 | #Constraints:      40083
300.69/302.97	c #Conflicts:     737000 | #Constraints:      41084
300.69/302.97	c #Conflicts:     738000 | #Constraints:      42085
300.69/302.97	c #Conflicts:     739000 | #Constraints:      43085
300.69/302.97	c INPROCESSING
300.69/302.97	c GARBAGE COLLECT
300.69/302.97	c #Conflicts:     740000 | #Constraints:      27128
300.69/302.97	c #Conflicts:     741000 | #Constraints:      28128
300.69/302.97	c #Conflicts:     742000 | #Constraints:      29128
300.69/302.97	c #Conflicts:     743000 | #Constraints:      30128
300.69/302.97	c #Conflicts:     744000 | #Constraints:      31129
300.69/302.97	c #Conflicts:     745000 | #Constraints:      32129
300.69/302.97	c #Conflicts:     746000 | #Constraints:      33129
300.69/302.97	c #Conflicts:     747000 | #Constraints:      34129
300.69/302.97	c #Conflicts:     748000 | #Constraints:      35129
300.69/302.97	c #Conflicts:     749000 | #Constraints:      36129
300.69/302.97	c #Conflicts:     750000 | #Constraints:      37129
300.69/302.97	c #Conflicts:     751000 | #Constraints:      38129
300.69/302.97	c #Conflicts:     752000 | #Constraints:      39129
300.69/302.97	c #Conflicts:     753000 | #Constraints:      40129
300.69/302.97	c #Conflicts:     754000 | #Constraints:      41129
300.69/302.97	c #Conflicts:     755000 | #Constraints:      42129
300.69/302.97	c #Conflicts:     756000 | #Constraints:      43129
300.69/302.97	c INPROCESSING
300.69/302.97	c GARBAGE COLLECT
300.69/302.97	c #Conflicts:     757000 | #Constraints:      26888
300.69/302.97	c #Conflicts:     758000 | #Constraints:      27888
300.69/302.97	c #Conflicts:     759000 | #Constraints:      28888
314.57/316.97	c #Conflicts:     760000 | #Constraints:      29888
314.57/316.97	c #Conflicts:     761000 | #Constraints:      30888
314.57/316.97	c #Conflicts:     762000 | #Constraints:      31888
314.57/316.97	c #Conflicts:     763000 | #Constraints:      32888
314.57/316.97	c #Conflicts:     764000 | #Constraints:      33888
314.57/316.97	c #Conflicts:     765000 | #Constraints:      34888
314.57/316.97	c #Conflicts:     766000 | #Constraints:      35888
314.57/316.97	c #Conflicts:     767000 | #Constraints:      36888
314.57/316.97	c #Conflicts:     768000 | #Constraints:      37888
314.57/316.97	c #Conflicts:     769000 | #Constraints:      38888
314.57/316.97	c #Conflicts:     770000 | #Constraints:      39888
314.57/316.97	c #Conflicts:     771000 | #Constraints:      40888
314.57/316.97	c #Conflicts:     772000 | #Constraints:      41888
314.57/316.97	c #Conflicts:     773000 | #Constraints:      42888
314.57/316.97	c #Conflicts:     774000 | #Constraints:      43888
314.57/316.97	c INPROCESSING
314.57/316.97	c GARBAGE COLLECT
314.57/316.97	c #Conflicts:     775000 | #Constraints:      27483
314.57/316.97	c #Conflicts:     776000 | #Constraints:      28483
314.57/316.97	c #Conflicts:     777000 | #Constraints:      29483
314.57/316.97	c #Conflicts:     778000 | #Constraints:      30483
314.57/316.97	c #Conflicts:     779000 | #Constraints:      31483
314.57/316.97	c #Conflicts:     780000 | #Constraints:      32483
314.57/316.97	c #Conflicts:     781000 | #Constraints:      33483
314.57/316.97	c #Conflicts:     782000 | #Constraints:      34483
314.57/316.97	c #Conflicts:     783000 | #Constraints:      35483
314.57/316.97	c #Conflicts:     784000 | #Constraints:      36483
314.57/316.97	c #Conflicts:     785000 | #Constraints:      37483
314.57/316.97	c #Conflicts:     786000 | #Constraints:      38483
314.57/316.97	c #Conflicts:     787000 | #Constraints:      39483
314.57/316.97	c #Conflicts:     788000 | #Constraints:      40483
314.57/316.97	c #Conflicts:     789000 | #Constraints:      41483
314.57/316.97	c #Conflicts:     790000 | #Constraints:      42483
314.57/316.97	c #Conflicts:     791000 | #Constraints:      43483
314.57/316.97	c #Conflicts:     792000 | #Constraints:      44483
314.57/316.97	c INPROCESSING
314.57/316.97	c GARBAGE COLLECT
314.57/316.97	WSVECS04 Frhs2[11]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[15]: 6 0 1.64066 shouldn't be
314.57/316.97	WSVECS04 Frhs2[19]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[23]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[25]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[28]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[57]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[60]: 6 -0.94173 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[79]: 6 -5.72735 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[83]: 6 -0.999745 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[88]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[111]: 6 0 1.72595 shouldn't be
314.57/316.97	WSVECS04 Frhs2[113]: 6 0 0.194622 shouldn't be
314.57/316.97	WSVECS04 Frhs2[120]: 6 -0.987779 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[122]: 6 -1.00818 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[124]: 6 -1.07152 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[180]: 6 -0.999784 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[182]: 6 -0.999512 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[183]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[184]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[217]: 6 -0.977605 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[218]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[275]: 6 -2.20905 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[343]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[371]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[374]: 6 -0.998367 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[407]: 6 -0.996332 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[426]: 6 -1.36722 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[427]: 6 -1.73438 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[429]: 6 -1.06675 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[430]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[431]: 6 0 3.72732 shouldn't be
314.57/316.97	WSVECS04 Frhs2[434]: 6 -1.70176 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[435]: 6 -2.31252 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[439]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[462]: 6 0 2.70138 shouldn't be
314.57/316.97	WSVECS04 Frhs2[465]: 6 0 0.302338 shouldn't be
314.57/316.97	WSVECS04 Frhs2[468]: 6 -0.999843 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[472]: 6 -0.982376 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[505]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[523]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[526]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[528]: 6 -2.19463 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[535]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[536]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[566]: 6 -0.996337 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[567]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[569]: 6 0 0.134588 shouldn't be
314.57/316.97	WSVECS04 Frhs2[587]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[593]: 6 -2.3125 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[598]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[600]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[601]: 6 -1.31255 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[621]: 6 0 0.771255 shouldn't be
314.57/316.97	WSVECS04 Frhs2[622]: 6 -2.0667 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[624]: 6 0 1.30229 shouldn't be
314.57/316.97	WSVECS04 Frhs2[627]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[664]: 6 -1.31963 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[729]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[980]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1013]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1068]: 6 -1.44054 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1069]: 6 -1.32075 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1072]: 6 -1.19035 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1076]: 6 0 0.954572 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1080]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1081]: 6 -1.27147 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1084]: 6 -1.12111 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1112]: 6 -1.24499 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1114]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1131]: 6 -1.93692 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1132]: 6 -3.3738 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1137]: 6 -1.33213 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1138]: 6 -1.32817 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1142]: 6 -1.25007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1143]: 6 -1.25007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1145]: 6 -0.977647 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1146]: 6 -0.250028 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1148]: 6 -0.914082 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1168]: 6 0 1.3637 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1174]: 6 -0.994994 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1179]: 6 -1.25009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1199]: 6 -0.87499 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1200]: 6 0 0.363668 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1204]: 6 -1.25007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1207]: 6 -1.47326 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1211]: 6 -1.16045 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1212]: 6 -1.25006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1240]: 6 -1.25197 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1264]: 6 0 1.14875 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1269]: 6 -0.664111 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1271]: 6 -1.31257 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1273]: 6 -1.16041 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1274]: 6 -1.25004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1294]: 6 -1.50003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1295]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1322]: 6 -2.37632 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1323]: 6 -1.04552 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1324]: 6 -1.34099 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1325]: 6 -3.4319 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1328]: 6 -11.4547 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1329]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1333]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1335]: 6 -1.25005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1339]: 6 -0.921942 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1340]: 6 -0.250072 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1359]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1365]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1368]: 6 -1.31256 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1370]: 6 -1.25008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1371]: 6 -1.25005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1383]: 6 -3.36172 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1403]: 6 -1.25002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1427]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1431]: 6 -1.31255 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1433]: 6 -1.25006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1445]: 6 -2.6466 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1446]: 6 -2.33402 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1449]: 6 -2.97212 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1455]: 6 -0.671886 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1466]: 6 -0.921957 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1467]: 6 -1.2501 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1482]: 6 0 0.0625525 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1485]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1516]: 6 -1.31257 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1517]: 6 -1.25003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1519]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1520]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1550]: 6 -1.25009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1558]: 6 -1.32814 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1559]: 6 -1.25002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1560]: 6 -1.31258 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1582]: 6 -1.32036 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1583]: 6 0 0.250035 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1584]: 6 -4.29652 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1585]: 6 -1.25006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1586]: 6 -1.16802 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1588]: 6 -0.671912 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1592]: 6 -2.75966 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1594]: 6 -2.88834 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1606]: 6 -3.60472 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1607]: 6 0 0.245029 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1614]: 6 -1.2501 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1617]: 6 -1.29305 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1618]: 6 -1.32563 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1619]: 6 0 1.27525 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1623]: 6 -1.41799 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1627]: 6 0 0.319583 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1628]: 6 -3.64072 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1639]: 6 -3.58207 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1640]: 6 -2.01295 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1641]: 6 -2.15067 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1642]: 6 -1.48444 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1657]: 6 -2.39068 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1659]: 6 0 0.265661 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1688]: 6 -2.09376 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1691]: 6 0 0.656318 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1718]: 6 -1.32818 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1749]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1975]: 6 -1.23222 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1980]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1983]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1985]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1989]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1992]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1993]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1996]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1997]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[1999]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2001]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2008]: 6 -1.3126 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2009]: 6 -1.31255 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2049]: 6 -1.32568 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2074]: 6 -5.73613 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2076]: 6 -14.4723 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2079]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2082]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2090]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2094]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2098]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2104]: 6 -1.27146 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2106]: 6 -1.11837 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2134]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2168]: 6 -10.2498 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2172]: 6 -1.0001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2174]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2175]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2183]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2186]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2192]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2193]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2196]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2198]: 6 0 1.00004 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2200]: 6 -1.50005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2202]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2204]: 6 0 0.500019 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2216]: 6 -1.31472 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2217]: 6 -1.25009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2220]: 6 -1.03431 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2223]: 6 0 1.726 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2225]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2229]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2231]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2233]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2236]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2268]: 6 -4.45192 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2270]: 6 -11.9037 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2272]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2274]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2276]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2281]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2284]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2288]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2290]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2292]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2293]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2296]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2316]: 6 -1.32034 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2321]: 6 -1.24807 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2324]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2383]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2388]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2392]: 6 -1.31252 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2414]: 6 -1.18973 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2421]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2426]: 6 -1.12112 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2468]: 6 -8.81816 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2469]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2472]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2473]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2476]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2478]: 6 -1.25008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2480]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2484]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2516]: 6 -1.31258 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2517]: 6 -0.997299 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2519]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2520]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2522]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2576]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2577]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2580]: 6 -1.25008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2611]: 6 -1.31252 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2612]: 6 -1.25001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2613]: 6 -1.25005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2615]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2617]: 6 -1.33213 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2670]: 6 -1.33207 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2672]: 6 -4.66412 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2676]: 6 -2.65635 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2750]: 6 -23.9091 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2751]: 6 -21.9092 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2754]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2755]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2758]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2759]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2761]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2763]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2765]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2767]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2770]: 6 -1.32821 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2771]: 6 -1.32816 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2802]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2808]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2809]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2845]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2848]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2849]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2853]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2855]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2859]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2864]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2865]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2868]: 6 -1.25002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2892]: 6 -1.28134 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2898]: 6 0 1.99993 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2948]: 6 -12.9995 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2951]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2953]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2955]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2957]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2960]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2961]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2964]: 6 -1.32818 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2986]: 6 -0.793 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2988]: 6 -0.760981 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2990]: 6 0 1.06677 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2995]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2996]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2997]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[2998]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3002]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3029]: 6 -3.58903 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3034]: 6 -6.91294 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3036]: 6 -9.26678 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3038]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3039]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3042]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3043]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3046]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3047]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3050]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3051]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3053]: 6 -1.0001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3055]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3057]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3059]: 6 -1.32816 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3084]: 6 -1.66609 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3087]: 6 -1.3282 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3091]: 6 -1.25004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3093]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3097]: 6 -1.08603 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3098]: 6 -1.32821 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3124]: 6 -18.8175 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3132]: 6 -2.34379 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3149]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3151]: 6 -1.08603 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3181]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3186]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3188]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3189]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3190]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3214]: 6 -14.0626 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3216]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3218]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3220]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3224]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3226]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3227]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3228]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3230]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3231]: 6 -1.0001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3234]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3236]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3237]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3239]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3242]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3244]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3250]: 6 -1.3282 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3252]: 6 -5.25008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3271]: 6 -1.70316 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3289]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3314]: 6 0 6.25003 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3316]: 6 0 9.5001 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3321]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3324]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3331]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3333]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3335]: 6 -1.0001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3337]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3343]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3345]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3348]: 6 -1.25002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3377]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3383]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3404]: 6 0 1.29693 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3425]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3429]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3431]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3433]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3439]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3442]: 6 -1.32814 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3460]: 6 -1.28347 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3462]: 6 -1.13358 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3470]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3473]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3480]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3508]: 6 -12.4565 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3509]: 6 -2.18662 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3512]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3513]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3522]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3526]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3565]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3566]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3575]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3610]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3611]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3614]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3619]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3628]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3636]: 6 -5.78833 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3664]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3668]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3697]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3699]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3702]: 6 -1.35671 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3703]: 6 -1.35672 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3708]: 6 0 6.49839 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3710]: 6 -0.671947 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3714]: 6 -2.31259 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3715]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3718]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3722]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3724]: 6 0 1.44714 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3728]: 6 -11.0384 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3754]: 6 -1.31252 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3755]: 6 -1.25005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3756]: 6 -1.25004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3760]: 6 -1.0001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3764]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3766]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3768]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3802]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3804]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3806]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3812]: 6 -12.8506 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3817]: 6 -1.00001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3825]: 6 -1.32815 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3848]: 6 -1.32819 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3856]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3858]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3862]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3863]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3904]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3906]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3907]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3910]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3911]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3914]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3915]: 6 -1.0001 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3918]: 6 -1.31959 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3920]: 6 0 1.32663 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3950]: 6 -1.28133 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3951]: 6 -1.25008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3953]: 6 -1.08602 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3954]: 6 -0.671969 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[3959]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4008]: 6 -10.2501 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4009]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4014]: 6 -1.25008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4042]: 6 -1.31253 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4057]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4112]: 6 -7.62508 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4114]: 6 -1.00006 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4115]: 6 -1.00005 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4118]: 6 -1.31254 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4181]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4182]: 6 -1.00003 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4261]: 6 -1.00007 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4262]: 6 -1.00002 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4263]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4264]: 6 -1.00009 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4265]: 6 -1.00004 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4279]: 6 -1.00008 0 shouldn't be
314.57/316.97	WSVECS04 Frhs2[4280]: 6 -1.00005 0 shouldn't be
351.16/353.75	c #Conflicts:     793000 | #Constraints:      27845
351.16/353.75	c #Conflicts:     794000 | #Constraints:      28845
351.16/353.75	c #Conflicts:     795000 | #Constraints:      29845
351.16/353.75	c #Conflicts:     796000 | #Constraints:      30846
351.16/353.75	c #Conflicts:     797000 | #Constraints:      31846
351.16/353.75	c #Conflicts:     798000 | #Constraints:      32846
351.16/353.75	c #Conflicts:     799000 | #Constraints:      33846
351.16/353.75	c #Conflicts:     800000 | #Constraints:      34846
351.16/353.75	c #Conflicts:     801000 | #Constraints:      35846
351.16/353.75	c #Conflicts:     802000 | #Constraints:      36846
351.16/353.75	c #Conflicts:     803000 | #Constraints:      37846
351.16/353.75	c #Conflicts:     804000 | #Constraints:      38846
351.16/353.75	c #Conflicts:     805000 | #Constraints:      39846
351.16/353.75	c #Conflicts:     806000 | #Constraints:      40846
351.16/353.75	c #Conflicts:     807000 | #Constraints:      41846
351.16/353.75	c #Conflicts:     808000 | #Constraints:      42846
351.16/353.75	c #Conflicts:     809000 | #Constraints:      43846
351.16/353.75	c #Conflicts:     810000 | #Constraints:      44846
351.16/353.75	c INPROCESSING
351.16/353.75	c GARBAGE COLLECT
351.16/353.75	c #Conflicts:     811000 | #Constraints:      28057
351.16/353.75	c #Conflicts:     812000 | #Constraints:      29057
351.16/353.75	c #Conflicts:     813000 | #Constraints:      30057
351.16/353.75	c #Conflicts:     814000 | #Constraints:      31057
351.16/353.75	c #Conflicts:     815000 | #Constraints:      32057
351.16/353.75	c #Conflicts:     816000 | #Constraints:      33058
351.16/353.75	c #Conflicts:     817000 | #Constraints:      34058
351.16/353.75	c #Conflicts:     818000 | #Constraints:      35058
351.16/353.75	c #Conflicts:     819000 | #Constraints:      36058
351.16/353.75	c #Conflicts:     820000 | #Constraints:      37058
351.16/353.75	c #Conflicts:     821000 | #Constraints:      38058
351.16/353.75	c #Conflicts:     822000 | #Constraints:      39058
351.16/353.75	c #Conflicts:     823000 | #Constraints:      40058
351.16/353.75	c #Conflicts:     824000 | #Constraints:      41058
351.16/353.75	c #Conflicts:     825000 | #Constraints:      42058
351.16/353.75	c #Conflicts:     826000 | #Constraints:      43058
351.16/353.75	c #Conflicts:     827000 | #Constraints:      44058
351.16/353.75	c #Conflicts:     828000 | #Constraints:      45058
351.16/353.75	c INPROCESSING
351.16/353.75	c GARBAGE COLLECT
351.16/353.75	c #Conflicts:     829000 | #Constraints:      28069
351.16/353.75	c #Conflicts:     830000 | #Constraints:      29069
351.16/353.75	c #Conflicts:     831000 | #Constraints:      30069
351.16/353.75	c #Conflicts:     832000 | #Constraints:      31069
351.16/353.75	c #Conflicts:     833000 | #Constraints:      32069
351.16/353.75	c #Conflicts:     834000 | #Constraints:      33069
351.16/353.75	c #Conflicts:     835000 | #Constraints:      34069
351.16/353.75	c #Conflicts:     836000 | #Constraints:      35069
351.16/353.75	c #Conflicts:     837000 | #Constraints:      36069
351.16/353.75	c #Conflicts:     838000 | #Constraints:      37069
351.16/353.75	c #Conflicts:     839000 | #Constraints:      38069
351.16/353.75	c #Conflicts:     840000 | #Constraints:      39318
351.16/353.75	c #Conflicts:     841000 | #Constraints:      40829
351.16/353.75	c #Conflicts:     842000 | #Constraints:      42331
351.16/353.75	c #Conflicts:     843000 | #Constraints:      43844
351.16/353.75	c #Conflicts:     844000 | #Constraints:      45363
351.16/353.75	c #Conflicts:     845000 | #Constraints:      46884
351.16/353.75	c #Conflicts:     846000 | #Constraints:      48104
351.16/353.75	c INPROCESSING
351.16/353.75	c GARBAGE COLLECT
351.16/353.75	c #Conflicts:     847000 | #Constraints:      29393
351.16/353.75	c #Conflicts:     848000 | #Constraints:      30393
351.16/353.75	c #Conflicts:     849000 | #Constraints:      31393
351.16/353.75	c #Conflicts:     850000 | #Constraints:      32393
351.16/353.75	c #Conflicts:     851000 | #Constraints:      33393
351.16/353.75	c #Conflicts:     852000 | #Constraints:      34393
351.16/353.75	c #Conflicts:     853000 | #Constraints:      35393
351.16/353.75	c #Conflicts:     854000 | #Constraints:      36393
351.16/353.75	c #Conflicts:     855000 | #Constraints:      37393
351.16/353.75	c #Conflicts:     856000 | #Constraints:      38393
351.16/353.75	c #Conflicts:     857000 | #Constraints:      39393
351.16/353.75	c #Conflicts:     858000 | #Constraints:      40394
351.16/353.75	c #Conflicts:     859000 | #Constraints:      41394
351.16/353.75	c #Conflicts:     860000 | #Constraints:      42394
351.16/353.75	c #Conflicts:     861000 | #Constraints:      43394
351.16/353.75	c #Conflicts:     862000 | #Constraints:      44394
351.16/353.75	c #Conflicts:     863000 | #Constraints:      45394
351.16/353.75	c #Conflicts:     864000 | #Constraints:      46394
351.16/353.75	c #Conflicts:     865000 | #Constraints:      47394
351.16/353.75	c INPROCESSING
351.16/353.75	c GARBAGE COLLECT
351.16/353.75	c #Conflicts:     866000 | #Constraints:      29194
351.16/353.75	c #Conflicts:     867000 | #Constraints:      30194
351.16/353.75	c #Conflicts:     868000 | #Constraints:      31194
351.16/353.75	c #Conflicts:     869000 | #Constraints:      32194
387.66/390.31	c #Conflicts:     870000 | #Constraints:      33194
387.66/390.31	c #Conflicts:     871000 | #Constraints:      34194
387.66/390.31	c #Conflicts:     872000 | #Constraints:      35194
387.66/390.31	c #Conflicts:     873000 | #Constraints:      36194
387.66/390.31	c #Conflicts:     874000 | #Constraints:      37194
387.66/390.31	c #Conflicts:     875000 | #Constraints:      38194
387.66/390.31	c #Conflicts:     876000 | #Constraints:      39194
387.66/390.31	c #Conflicts:     877000 | #Constraints:      40194
387.66/390.31	c #Conflicts:     878000 | #Constraints:      41194
387.66/390.31	c #Conflicts:     879000 | #Constraints:      42194
387.66/390.31	c #Conflicts:     880000 | #Constraints:      43194
387.66/390.31	c #Conflicts:     881000 | #Constraints:      44194
387.66/390.31	c #Conflicts:     882000 | #Constraints:      45195
387.66/390.31	c #Conflicts:     883000 | #Constraints:      46195
387.66/390.31	c #Conflicts:     884000 | #Constraints:      47195
387.66/390.31	c INPROCESSING
387.66/390.31	c GARBAGE COLLECT
387.66/390.31	c #Conflicts:     885000 | #Constraints:      29243
387.66/390.31	c #Conflicts:     886000 | #Constraints:      30243
387.66/390.31	c #Conflicts:     887000 | #Constraints:      31243
387.66/390.31	c #Conflicts:     888000 | #Constraints:      32243
387.66/390.31	c #Conflicts:     889000 | #Constraints:      33243
387.66/390.31	c #Conflicts:     890000 | #Constraints:      34243
387.66/390.31	c #Conflicts:     891000 | #Constraints:      35243
387.66/390.31	c #Conflicts:     892000 | #Constraints:      36243
387.66/390.31	c #Conflicts:     893000 | #Constraints:      37243
387.66/390.31	c #Conflicts:     894000 | #Constraints:      38243
387.66/390.31	c #Conflicts:     895000 | #Constraints:      39243
387.66/390.31	c #Conflicts:     896000 | #Constraints:      40243
387.66/390.31	c #Conflicts:     897000 | #Constraints:      41243
387.66/390.31	c #Conflicts:     898000 | #Constraints:      42243
387.66/390.31	c #Conflicts:     899000 | #Constraints:      43243
387.66/390.31	c #Conflicts:     900000 | #Constraints:      44243
387.66/390.31	c #Conflicts:     901000 | #Constraints:      45243
387.66/390.31	c #Conflicts:     902000 | #Constraints:      46243
387.66/390.31	c #Conflicts:     903000 | #Constraints:      47243
387.66/390.31	c INPROCESSING
387.66/390.31	c GARBAGE COLLECT
387.66/390.31	c #Conflicts:     904000 | #Constraints:      29263
387.66/390.31	c #Conflicts:     905000 | #Constraints:      30263
387.66/390.31	c #Conflicts:     906000 | #Constraints:      31263
387.66/390.31	c #Conflicts:     907000 | #Constraints:      32263
387.66/390.31	c #Conflicts:     908000 | #Constraints:      33263
387.66/390.31	c #Conflicts:     909000 | #Constraints:      34263
387.66/390.31	c #Conflicts:     910000 | #Constraints:      35263
387.66/390.31	c #Conflicts:     911000 | #Constraints:      36263
387.66/390.31	c #Conflicts:     912000 | #Constraints:      37263
387.66/390.31	c #Conflicts:     913000 | #Constraints:      38263
387.66/390.31	c #Conflicts:     914000 | #Constraints:      39263
387.66/390.31	c #Conflicts:     915000 | #Constraints:      40263
387.66/390.31	c #Conflicts:     916000 | #Constraints:      41263
387.66/390.31	c #Conflicts:     917000 | #Constraints:      42263
387.66/390.31	c #Conflicts:     918000 | #Constraints:      43263
387.66/390.31	c #Conflicts:     919000 | #Constraints:      44263
387.66/390.31	c #Conflicts:     920000 | #Constraints:      45264
387.66/390.31	c #Conflicts:     921000 | #Constraints:      46264
387.66/390.31	c #Conflicts:     922000 | #Constraints:      47264
387.66/390.31	c INPROCESSING
387.66/390.31	c GARBAGE COLLECT
387.66/390.31	c #Conflicts:     923000 | #Constraints:      29162
387.66/390.31	c #Conflicts:     924000 | #Constraints:      30162
387.66/390.31	c #Conflicts:     925000 | #Constraints:      31162
387.66/390.31	c #Conflicts:     926000 | #Constraints:      32162
387.66/390.31	c #Conflicts:     927000 | #Constraints:      33162
387.66/390.31	c #Conflicts:     928000 | #Constraints:      34162
387.66/390.31	c #Conflicts:     929000 | #Constraints:      35162
387.66/390.31	c #Conflicts:     930000 | #Constraints:      36162
387.66/390.31	c #Conflicts:     931000 | #Constraints:      37162
387.66/390.31	c #Conflicts:     932000 | #Constraints:      38162
387.66/390.31	c #Conflicts:     933000 | #Constraints:      39162
387.66/390.31	c #Conflicts:     934000 | #Constraints:      40162
387.66/390.31	c #Conflicts:     935000 | #Constraints:      41162
387.66/390.31	c #Conflicts:     936000 | #Constraints:      42162
387.66/390.31	c #Conflicts:     937000 | #Constraints:      43162
387.66/390.31	c #Conflicts:     938000 | #Constraints:      44162
387.66/390.31	c #Conflicts:     939000 | #Constraints:      45162
387.66/390.31	c #Conflicts:     940000 | #Constraints:      46162
387.66/390.31	c #Conflicts:     941000 | #Constraints:      47162
387.66/390.31	c INPROCESSING
387.66/390.31	c GARBAGE COLLECT
387.66/390.31	c #Conflicts:     942000 | #Constraints:      28936
387.66/390.31	c #Conflicts:     943000 | #Constraints:      29936
387.66/390.31	c #Conflicts:     944000 | #Constraints:      30936
387.66/390.31	c #Conflicts:     945000 | #Constraints:      31936
443.29/446.35	c #Conflicts:     946000 | #Constraints:      32936
443.29/446.35	c #Conflicts:     947000 | #Constraints:      33936
443.29/446.35	c #Conflicts:     948000 | #Constraints:      34936
443.29/446.35	c #Conflicts:     949000 | #Constraints:      35936
443.29/446.35	c #Conflicts:     950000 | #Constraints:      36936
443.29/446.35	c #Conflicts:     951000 | #Constraints:      37936
443.29/446.35	c #Conflicts:     952000 | #Constraints:      38936
443.29/446.35	c #Conflicts:     953000 | #Constraints:      39936
443.29/446.35	c #Conflicts:     954000 | #Constraints:      40936
443.29/446.35	c #Conflicts:     955000 | #Constraints:      41936
443.29/446.35	c #Conflicts:     956000 | #Constraints:      42936
443.29/446.35	c #Conflicts:     957000 | #Constraints:      43936
443.29/446.35	c #Conflicts:     958000 | #Constraints:      44936
443.29/446.35	c #Conflicts:     959000 | #Constraints:      45936
443.29/446.35	c #Conflicts:     960000 | #Constraints:      46936
443.29/446.35	c #Conflicts:     961000 | #Constraints:      47936
443.29/446.35	c INPROCESSING
443.29/446.35	c GARBAGE COLLECT
443.29/446.35	c #Conflicts:     962000 | #Constraints:      29526
443.29/446.35	c #Conflicts:     963000 | #Constraints:      30526
443.29/446.35	c #Conflicts:     964000 | #Constraints:      31526
443.29/446.35	c #Conflicts:     965000 | #Constraints:      32526
443.29/446.35	c #Conflicts:     966000 | #Constraints:      33526
443.29/446.35	c #Conflicts:     967000 | #Constraints:      34526
443.29/446.35	c #Conflicts:     968000 | #Constraints:      35526
443.29/446.35	c #Conflicts:     969000 | #Constraints:      36526
443.29/446.35	c #Conflicts:     970000 | #Constraints:      37526
443.29/446.35	c #Conflicts:     971000 | #Constraints:      38526
443.29/446.35	c #Conflicts:     972000 | #Constraints:      39526
443.29/446.35	c #Conflicts:     973000 | #Constraints:      40526
443.29/446.35	c #Conflicts:     974000 | #Constraints:      41526
443.29/446.35	c #Conflicts:     975000 | #Constraints:      42526
443.29/446.35	c #Conflicts:     976000 | #Constraints:      43526
443.29/446.35	c #Conflicts:     977000 | #Constraints:      44526
443.29/446.35	c #Conflicts:     978000 | #Constraints:      45526
443.29/446.35	c #Conflicts:     979000 | #Constraints:      46526
443.29/446.35	c #Conflicts:     980000 | #Constraints:      47526
443.29/446.35	c #Conflicts:     981000 | #Constraints:      48526
443.29/446.35	c INPROCESSING
443.29/446.35	c GARBAGE COLLECT
443.29/446.35	c #Conflicts:     982000 | #Constraints:      29932
443.29/446.35	c #Conflicts:     983000 | #Constraints:      30932
443.29/446.35	c #Conflicts:     984000 | #Constraints:      31932
443.29/446.35	c #Conflicts:     985000 | #Constraints:      32932
443.29/446.35	c #Conflicts:     986000 | #Constraints:      33932
443.29/446.35	c #Conflicts:     987000 | #Constraints:      34932
443.29/446.35	c #Conflicts:     988000 | #Constraints:      35932
443.29/446.35	c #Conflicts:     989000 | #Constraints:      36932
443.29/446.35	c #Conflicts:     990000 | #Constraints:      37932
443.29/446.35	c #Conflicts:     991000 | #Constraints:      38932
443.29/446.35	c #Conflicts:     992000 | #Constraints:      39932
443.29/446.35	c #Conflicts:     993000 | #Constraints:      40932
443.29/446.35	c #Conflicts:     994000 | #Constraints:      41932
443.29/446.35	c #Conflicts:     995000 | #Constraints:      42932
443.29/446.35	c #Conflicts:     996000 | #Constraints:      43932
443.29/446.35	c #Conflicts:     997000 | #Constraints:      44932
443.29/446.35	c #Conflicts:     998000 | #Constraints:      45932
443.29/446.35	c #Conflicts:     999000 | #Constraints:      46932
443.29/446.35	c #Conflicts:    1000000 | #Constraints:      47932
443.29/446.35	c #Conflicts:    1001000 | #Constraints:      48932
443.29/446.35	c INPROCESSING
443.29/446.35	c GARBAGE COLLECT
443.29/446.35	c #Conflicts:    1002000 | #Constraints:      30118
443.29/446.35	c #Conflicts:    1003000 | #Constraints:      31118
443.29/446.35	c #Conflicts:    1004000 | #Constraints:      32118
443.29/446.35	c #Conflicts:    1005000 | #Constraints:      33118
443.29/446.35	c #Conflicts:    1006000 | #Constraints:      34118
443.29/446.35	c #Conflicts:    1007000 | #Constraints:      35118
443.29/446.35	c #Conflicts:    1008000 | #Constraints:      36118
443.29/446.35	c #Conflicts:    1009000 | #Constraints:      37118
443.29/446.35	c #Conflicts:    1010000 | #Constraints:      38118
443.29/446.35	c #Conflicts:    1011000 | #Constraints:      39118
443.29/446.35	c #Conflicts:    1012000 | #Constraints:      40118
443.29/446.35	c #Conflicts:    1013000 | #Constraints:      41118
443.29/446.35	c #Conflicts:    1014000 | #Constraints:      42118
443.29/446.35	c #Conflicts:    1015000 | #Constraints:      43118
443.29/446.35	c #Conflicts:    1016000 | #Constraints:      44118
443.29/446.35	c #Conflicts:    1017000 | #Constraints:      45118
443.29/446.35	c #Conflicts:    1018000 | #Constraints:      46118
443.29/446.35	c #Conflicts:    1019000 | #Constraints:      47118
443.29/446.35	c #Conflicts:    1020000 | #Constraints:      48118
443.29/446.35	c #Conflicts:    1021000 | #Constraints:      49118
443.29/446.35	c INPROCESSING
443.29/446.35	c GARBAGE COLLECT
456.96/460.01	c #Conflicts:    1022000 | #Constraints:      30140
456.96/460.01	c #Conflicts:    1023000 | #Constraints:      31140
456.96/460.01	c #Conflicts:    1024000 | #Constraints:      32140
456.96/460.01	c #Conflicts:    1025000 | #Constraints:      33140
456.96/460.01	c #Conflicts:    1026000 | #Constraints:      34140
456.96/460.01	c #Conflicts:    1027000 | #Constraints:      35140
456.96/460.01	c #Conflicts:    1028000 | #Constraints:      36140
456.96/460.01	c #Conflicts:    1029000 | #Constraints:      37140
456.96/460.01	c #Conflicts:    1030000 | #Constraints:      38140
456.96/460.01	c #Conflicts:    1031000 | #Constraints:      39140
456.96/460.01	c #Conflicts:    1032000 | #Constraints:      40140
456.96/460.01	c #Conflicts:    1033000 | #Constraints:      41140
456.96/460.01	c #Conflicts:    1034000 | #Constraints:      42140
456.96/460.01	c #Conflicts:    1035000 | #Constraints:      43140
456.96/460.01	c #Conflicts:    1036000 | #Constraints:      44140
456.96/460.01	c #Conflicts:    1037000 | #Constraints:      45140
456.96/460.01	c #Conflicts:    1038000 | #Constraints:      46140
456.96/460.01	c #Conflicts:    1039000 | #Constraints:      47140
456.96/460.01	c #Conflicts:    1040000 | #Constraints:      48140
456.96/460.01	c #Conflicts:    1041000 | #Constraints:      49140
456.96/460.01	c INPROCESSING
456.96/460.01	c GARBAGE COLLECT
456.96/460.01	c rational objective 754.669
520.62/524.13	c #Conflicts:    1042000 | #Constraints:      29923
520.62/524.13	c #Conflicts:    1043000 | #Constraints:      30923
520.62/524.13	c #Conflicts:    1044000 | #Constraints:      31923
520.62/524.13	c #Conflicts:    1045000 | #Constraints:      32923
520.62/524.13	c #Conflicts:    1046000 | #Constraints:      33923
520.62/524.13	c #Conflicts:    1047000 | #Constraints:      34924
520.62/524.13	c #Conflicts:    1048000 | #Constraints:      35924
520.62/524.13	c #Conflicts:    1049000 | #Constraints:      36924
520.62/524.13	c #Conflicts:    1050000 | #Constraints:      37924
520.62/524.13	c #Conflicts:    1051000 | #Constraints:      38924
520.62/524.13	c #Conflicts:    1052000 | #Constraints:      39924
520.62/524.13	c #Conflicts:    1053000 | #Constraints:      40924
520.62/524.13	c #Conflicts:    1054000 | #Constraints:      41924
520.62/524.13	c #Conflicts:    1055000 | #Constraints:      42954
520.62/524.13	c #Conflicts:    1056000 | #Constraints:      43954
520.62/524.13	c #Conflicts:    1057000 | #Constraints:      44954
520.62/524.13	c #Conflicts:    1058000 | #Constraints:      45954
520.62/524.13	c #Conflicts:    1059000 | #Constraints:      46954
520.62/524.13	c #Conflicts:    1060000 | #Constraints:      47955
520.62/524.13	c #Conflicts:    1061000 | #Constraints:      48955
520.62/524.13	c #Conflicts:    1062000 | #Constraints:      49955
520.62/524.13	c INPROCESSING
520.62/524.13	c GARBAGE COLLECT
520.62/524.13	c #Conflicts:    1063000 | #Constraints:      30558
520.62/524.13	c #Conflicts:    1064000 | #Constraints:      31559
520.62/524.13	c #Conflicts:    1065000 | #Constraints:      32559
520.62/524.13	c #Conflicts:    1066000 | #Constraints:      33560
520.62/524.13	c #Conflicts:    1067000 | #Constraints:      34560
520.62/524.13	c #Conflicts:    1068000 | #Constraints:      35560
520.62/524.13	c #Conflicts:    1069000 | #Constraints:      36560
520.62/524.13	c #Conflicts:    1070000 | #Constraints:      37560
520.62/524.13	c #Conflicts:    1071000 | #Constraints:      38560
520.62/524.13	c #Conflicts:    1072000 | #Constraints:      39561
520.62/524.13	c #Conflicts:    1073000 | #Constraints:      40561
520.62/524.13	c #Conflicts:    1074000 | #Constraints:      41561
520.62/524.13	c #Conflicts:    1075000 | #Constraints:      42561
520.62/524.13	c #Conflicts:    1076000 | #Constraints:      43561
520.62/524.13	c #Conflicts:    1077000 | #Constraints:      44561
520.62/524.13	c #Conflicts:    1078000 | #Constraints:      45561
520.62/524.13	c #Conflicts:    1079000 | #Constraints:      46561
520.62/524.13	c #Conflicts:    1080000 | #Constraints:      47561
520.62/524.13	c #Conflicts:    1081000 | #Constraints:      48561
520.62/524.13	c #Conflicts:    1082000 | #Constraints:      49566
520.62/524.13	c #Conflicts:    1083000 | #Constraints:      50566
520.62/524.13	c INPROCESSING
520.62/524.13	c GARBAGE COLLECT
520.62/524.13	c #Conflicts:    1084000 | #Constraints:      30968
520.62/524.13	c #Conflicts:    1085000 | #Constraints:      31968
520.62/524.13	c #Conflicts:    1086000 | #Constraints:      32968
520.62/524.13	c #Conflicts:    1087000 | #Constraints:      33968
520.62/524.13	c #Conflicts:    1088000 | #Constraints:      34969
520.62/524.13	c #Conflicts:    1089000 | #Constraints:      35969
520.62/524.13	c #Conflicts:    1090000 | #Constraints:      36969
520.62/524.13	c #Conflicts:    1091000 | #Constraints:      37969
520.62/524.13	c #Conflicts:    1092000 | #Constraints:      38969
520.62/524.13	c #Conflicts:    1093000 | #Constraints:      39969
520.62/524.13	c #Conflicts:    1094000 | #Constraints:      40970
520.62/524.13	c #Conflicts:    1095000 | #Constraints:      41970
520.62/524.13	c #Conflicts:    1096000 | #Constraints:      42970
520.62/524.13	c #Conflicts:    1097000 | #Constraints:      43970
520.62/524.13	c #Conflicts:    1098000 | #Constraints:      44970
520.62/524.13	c #Conflicts:    1099000 | #Constraints:      45970
520.62/524.13	c #Conflicts:    1100000 | #Constraints:      46970
520.62/524.13	c #Conflicts:    1101000 | #Constraints:      47970
520.62/524.13	c #Conflicts:    1102000 | #Constraints:      48970
520.62/524.13	c #Conflicts:    1103000 | #Constraints:      49970
520.62/524.13	c #Conflicts:    1104000 | #Constraints:      50970
520.62/524.13	c INPROCESSING
520.62/524.13	c GARBAGE COLLECT
520.62/524.13	c #Conflicts:    1105000 | #Constraints:      31137
520.62/524.13	c #Conflicts:    1106000 | #Constraints:      32137
520.62/524.13	c #Conflicts:    1107000 | #Constraints:      33143
520.62/524.13	c #Conflicts:    1108000 | #Constraints:      34157
520.62/524.13	c #Conflicts:    1109000 | #Constraints:      35176
520.62/524.13	c #Conflicts:    1110000 | #Constraints:      36185
520.62/524.13	c #Conflicts:    1111000 | #Constraints:      37192
520.62/524.13	c #Conflicts:    1112000 | #Constraints:      38198
520.62/524.13	c #Conflicts:    1113000 | #Constraints:      39206
520.62/524.13	c #Conflicts:    1114000 | #Constraints:      40217
520.62/524.13	c #Conflicts:    1115000 | #Constraints:      41229
520.62/524.13	c #Conflicts:    1116000 | #Constraints:      42234
520.62/524.13	c #Conflicts:    1117000 | #Constraints:      43235
520.62/524.13	c #Conflicts:    1118000 | #Constraints:      44235
550.32/553.96	c #Conflicts:    1119000 | #Constraints:      45235
550.32/553.96	c #Conflicts:    1120000 | #Constraints:      46235
550.32/553.96	c #Conflicts:    1121000 | #Constraints:      47235
550.32/553.96	c #Conflicts:    1122000 | #Constraints:      48235
550.32/553.96	c #Conflicts:    1123000 | #Constraints:      49235
550.32/553.96	c #Conflicts:    1124000 | #Constraints:      50235
550.32/553.96	c #Conflicts:    1125000 | #Constraints:      51235
550.32/553.96	c INPROCESSING
550.32/553.96	c GARBAGE COLLECT
550.32/553.96	c #Conflicts:    1126000 | #Constraints:      31178
550.32/553.96	c #Conflicts:    1127000 | #Constraints:      32178
550.32/553.96	c #Conflicts:    1128000 | #Constraints:      33179
550.32/553.96	c #Conflicts:    1129000 | #Constraints:      34179
550.32/553.96	c #Conflicts:    1130000 | #Constraints:      35179
550.32/553.96	c #Conflicts:    1131000 | #Constraints:      36179
550.32/553.96	c #Conflicts:    1132000 | #Constraints:      37179
550.32/553.96	c #Conflicts:    1133000 | #Constraints:      38179
550.32/553.96	c #Conflicts:    1134000 | #Constraints:      39179
550.32/553.96	c #Conflicts:    1135000 | #Constraints:      40179
550.32/553.96	c #Conflicts:    1136000 | #Constraints:      41179
550.32/553.96	c #Conflicts:    1137000 | #Constraints:      42179
550.32/553.96	c #Conflicts:    1138000 | #Constraints:      43179
550.32/553.96	c #Conflicts:    1139000 | #Constraints:      44179
550.32/553.96	c #Conflicts:    1140000 | #Constraints:      45179
550.32/553.96	c #Conflicts:    1141000 | #Constraints:      46179
550.32/553.96	c #Conflicts:    1142000 | #Constraints:      47179
550.32/553.96	c #Conflicts:    1143000 | #Constraints:      48179
550.32/553.96	c #Conflicts:    1144000 | #Constraints:      49179
550.32/553.96	c #Conflicts:    1145000 | #Constraints:      50179
550.32/553.96	c #Conflicts:    1146000 | #Constraints:      51179
550.32/553.96	c INPROCESSING
550.32/553.96	c GARBAGE COLLECT
550.32/553.96	c #Conflicts:    1147000 | #Constraints:      30909
550.32/553.96	c #Conflicts:    1148000 | #Constraints:      31909
550.32/553.96	c #Conflicts:    1149000 | #Constraints:      32909
550.32/553.96	c #Conflicts:    1150000 | #Constraints:      33909
550.32/553.96	c #Conflicts:    1151000 | #Constraints:      34909
550.32/553.96	c #Conflicts:    1152000 | #Constraints:      35909
550.32/553.96	c #Conflicts:    1153000 | #Constraints:      36909
550.32/553.96	c #Conflicts:    1154000 | #Constraints:      37909
550.32/553.96	c #Conflicts:    1155000 | #Constraints:      38909
550.32/553.96	c #Conflicts:    1156000 | #Constraints:      39909
550.32/553.96	c #Conflicts:    1157000 | #Constraints:      40909
550.32/553.96	c #Conflicts:    1158000 | #Constraints:      41909
550.32/553.96	c #Conflicts:    1159000 | #Constraints:      42909
550.32/553.96	c #Conflicts:    1160000 | #Constraints:      43909
550.32/553.96	c #Conflicts:    1161000 | #Constraints:      44909
550.32/553.96	c #Conflicts:    1162000 | #Constraints:      45909
550.32/553.96	c #Conflicts:    1163000 | #Constraints:      46910
550.32/553.96	c #Conflicts:    1164000 | #Constraints:      47910
550.32/553.96	c #Conflicts:    1165000 | #Constraints:      48910
550.32/553.96	c #Conflicts:    1166000 | #Constraints:      49910
550.32/553.96	c #Conflicts:    1167000 | #Constraints:      50911
550.32/553.96	c #Conflicts:    1168000 | #Constraints:      51911
550.32/553.96	c INPROCESSING
550.32/553.96	c GARBAGE COLLECT
550.32/553.96	WSVECS04 Frhs2[1]: 6 -2.36246 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2]: 6 -2.50511 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[15]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[21]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[31]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[33]: 6 0 0.328184 shouldn't be
550.32/553.96	WSVECS04 Frhs2[51]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[65]: 6 -3.80294 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[66]: 6 -2.76602 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[81]: 6 -1.18755 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[89]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[114]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[115]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[118]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[126]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[129]: 6 0 0.312514 shouldn't be
550.32/553.96	WSVECS04 Frhs2[141]: 6 0 0.761163 shouldn't be
550.32/553.96	WSVECS04 Frhs2[144]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[155]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[181]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[193]: 6 0 0.0655893 shouldn't be
550.32/553.96	WSVECS04 Frhs2[205]: 6 0 0.199496 shouldn't be
550.32/553.96	WSVECS04 Frhs2[224]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[345]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[371]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[378]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[379]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[381]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[393]: 6 -1.11563 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[395]: 6 -6.17849 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[400]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[403]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[408]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[409]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[428]: 6 -1.37942 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[431]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[435]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[436]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[441]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[445]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[449]: 6 -3.24269 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[481]: 6 -2.31256 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[482]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[497]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[509]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[512]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[531]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[533]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[534]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[542]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[608]: 6 -2.25004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[624]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[632]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[634]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[636]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[652]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[653]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[655]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[656]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[659]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[670]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[672]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[693]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[697]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[718]: 6 -2.13007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[728]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[736]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[914]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[945]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[980]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1005]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1009]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1013]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1035]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1037]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1053]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1054]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1070]: 6 -1.06251 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1071]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1079]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1089]: 6 -2.17713 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1099]: 6 -1.21879 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1103]: 6 0 2.24618 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1107]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1109]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1112]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1113]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1114]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1118]: 6 -1.25002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1121]: 6 -1.1846 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1127]: 6 -2.64895 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1133]: 6 -0.96881 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1135]: 6 -0.875088 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1137]: 6 -0.312538 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1139]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1144]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1147]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1148]: 6 0 1.17713 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1149]: 6 -1.33207 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1154]: 6 -0.834082 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1161]: 6 -1.06255 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1167]: 6 -0.557445 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1171]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1173]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1175]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1179]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1183]: 6 -1.2501 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1185]: 6 -1.25008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1199]: 6 -1.28328 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1201]: 6 -1.1331 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1203]: 6 -0.532109 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1212]: 6 -1.25001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1217]: 6 -1.07819 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1218]: 6 -1.8282 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1226]: 6 -2.27508 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1230]: 6 -0.770644 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1231]: 6 -1.12509 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1232]: 6 -0.75003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1238]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1239]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1242]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1245]: 6 -1.33305 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1250]: 6 -1.32526 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1260]: 6 -2.57456 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1266]: 6 -1.02556 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1270]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1278]: 6 -1.3332 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1293]: 6 -1.87503 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1295]: 6 -2.87508 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1301]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1307]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1328]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1337]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1340]: 6 -1.32817 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1344]: 6 -1.25008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1346]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1355]: 6 -1.67173 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1357]: 6 -0.999339 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1359]: 6 -0.997075 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1371]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1376]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1380]: 6 -1.25008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1385]: 6 -0.664079 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1388]: 6 0 0.326005 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1390]: 6 -0.11955 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1395]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1396]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1397]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1400]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1403]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1404]: 6 -1.25002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1413]: 6 0 2.56999 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1415]: 6 -1.70662 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1417]: 6 -1.06251 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1418]: 6 -2.40643 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1419]: 6 -1.81934 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1420]: 6 -2.29553 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1421]: 6 -2.28258 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1424]: 6 -1.22451 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1427]: 6 -1.25005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1428]: 6 -1.25002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1429]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1430]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1437]: 6 -1.27425 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1442]: 6 -0.940305 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1451]: 6 0 0.168294 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1452]: 6 0 1.33647 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1456]: 6 -1.05997 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1457]: 6 -0.119893 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1470]: 6 -1.32597 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1474]: 6 -0.587108 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1476]: 6 0 1.24192 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1479]: 6 -1.45401 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1480]: 6 -2.66112 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1486]: 6 -0.447434 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1500]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1517]: 6 -0.0882089 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1518]: 6 -1.48987 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1524]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1527]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1528]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1530]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1531]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1541]: 6 -1.60238 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1544]: 6 -19.19 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1552]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1553]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1563]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1565]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1570]: 6 0 0.35461 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1571]: 6 -3.82961 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1580]: 6 -1.86679 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1582]: 6 -0.817474 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1583]: 6 -0.134925 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1586]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1588]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1595]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1596]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1597]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1622]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1623]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1627]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1630]: 6 -1.3123 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1631]: 6 -1.25008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1640]: 6 0 1.32204 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1641]: 6 0 0.966984 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1642]: 6 0 0.028677 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1644]: 6 -1.88561 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1647]: 6 -8.42117 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1657]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1663]: 6 -0.731374 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1664]: 6 -1.31251 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1666]: 6 -1.72576 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1679]: 6 -0.75004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1684]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1688]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1697]: 6 -1.30427 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1698]: 6 -2.31557 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1711]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1718]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1723]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1728]: 6 -1.31253 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1748]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1751]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1789]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1953]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1955]: 6 -1.03392 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1985]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1989]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1992]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1993]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[1996]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2004]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2009]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2012]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2014]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2016]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2051]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2084]: 6 -3.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2088]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2100]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2104]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2106]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2107]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2110]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2111]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2130]: 6 -1.25006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2134]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2138]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2142]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2145]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2154]: 6 0 2.83651 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2156]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2157]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2160]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2168]: 6 -0.025028 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2183]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2186]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2187]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2190]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2192]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2194]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2199]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2200]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2203]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2206]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2220]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2223]: 6 -1.31257 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2225]: 6 -1.25003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2229]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2230]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2231]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2233]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2239]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2260]: 6 0 0.775986 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2264]: 6 -1.25008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2276]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2277]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2279]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2282]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2284]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2286]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2288]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2291]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2298]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2299]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2316]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2318]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2321]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2326]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2328]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2329]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2335]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2336]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2356]: 6 -15.2613 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2357]: 6 -5.68753 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2360]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2361]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2364]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2368]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2372]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2382]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2384]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2386]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2388]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2389]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2392]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2394]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2395]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2398]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2399]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2401]: 6 -1.25001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2411]: 6 -1.25005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2413]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2418]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2419]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2422]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2426]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2428]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2429]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2431]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2458]: 6 -1.25005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2465]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2467]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2470]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2471]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2474]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2475]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2478]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2479]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2482]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2484]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2486]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2488]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2490]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2496]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2501]: 6 -1.33206 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2509]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2513]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2515]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2518]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2521]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2523]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2529]: 6 -1.33308 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2554]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2555]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2558]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2559]: 6 -1.53944 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2562]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2563]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2566]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2567]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2569]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2571]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2574]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2575]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2578]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2579]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2582]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2583]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2586]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2590]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2591]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2601]: 6 -1.32035 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2605]: 6 -1.12507 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2617]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2618]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2619]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2623]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2624]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2654]: 6 -3.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2658]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2660]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2662]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2665]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2668]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2669]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2672]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2674]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2676]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2680]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2681]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2684]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2688]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2701]: 6 -0.869955 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2705]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2715]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2717]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2720]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2721]: 6 -3.91584 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2744]: 6 -3.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2750]: 6 -7.08114 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2751]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2754]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2756]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2757]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2760]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2763]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2765]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2767]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2772]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2776]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2777]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2779]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2782]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2783]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2800]: 6 -0.766141 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2804]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2805]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2812]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2813]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2815]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2816]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2852]: 6 -8.74334 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2853]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2855]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2858]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2860]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2863]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2864]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2868]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2872]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2874]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2875]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2877]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2879]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2888]: 6 -1.63889 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2890]: 6 -1.33617 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2912]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2924]: 6 -5.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2925]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2928]: 6 -1.25517 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2940]: 6 -2.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2942]: 6 0 1.00008 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2948]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2952]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2953]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2956]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2957]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2960]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2964]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2967]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2969]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2971]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2974]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2975]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2989]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[2993]: 6 -0.0510397 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3001]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3003]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3006]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3007]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3033]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3036]: 6 -1.02555 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3037]: 6 -1.0256 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3044]: 6 -4.59206 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3045]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3048]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3051]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3053]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3058]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3061]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3064]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3065]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3068]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3070]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3072]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3084]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3097]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3098]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3102]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3104]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3120]: 6 -14.8126 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3122]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3124]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3126]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3128]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3130]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3132]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3134]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3135]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3137]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3140]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3143]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3152]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3154]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3156]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3158]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3162]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3163]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3168]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3169]: 6 0 0.107436 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3171]: 6 -1.32599 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3175]: 6 -1.2145 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3197]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3198]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3201]: 6 -3.71484 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3224]: 6 -13.5541 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3225]: 6 -15.5541 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3228]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3230]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3233]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3236]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3237]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3241]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3243]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3246]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3248]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3250]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3252]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3254]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3255]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3258]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3259]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3262]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3266]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3270]: 6 -1.29107 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3276]: 6 -1.19006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3286]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3290]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3291]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3293]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3298]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3299]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3302]: 6 -1.35259 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3328]: 6 -8.83781 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3332]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3333]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3335]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3337]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3341]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3346]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3350]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3356]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3357]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3359]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3361]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3366]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3371]: 6 -0.559802 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3376]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3377]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3386]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3388]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3392]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3394]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3396]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3397]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3400]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3405]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3407]: 6 -1.14002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3420]: 6 -23.0886 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3421]: 6 -25.0887 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3424]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3426]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3428]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3430]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3440]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3441]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3444]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3445]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3448]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3450]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3452]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3454]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3456]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3461]: 6 -0.666532 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3468]: 6 -1.31251 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3472]: 6 -1.31255 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3486]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3488]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3489]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3492]: 6 -1.33328 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3498]: 6 -2.64651 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3529]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3536]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3540]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3544]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3545]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3548]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3549]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3552]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3573]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3584]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3585]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3588]: 6 -1.29168 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3606]: 6 -23.6913 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3609]: 6 -1.05997 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3610]: 6 -0.119886 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3614]: 6 -4.52062 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3616]: 6 -12.0411 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3618]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3620]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3622]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3624]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3625]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3627]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3632]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3636]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3640]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3641]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3644]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3645]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3648]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3651]: 6 -1.31226 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3661]: 6 0 0.605309 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3670]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3673]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3678]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3680]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3683]: 6 -5.62502 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3708]: 6 -13.8422 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3710]: 6 -30.6843 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3714]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3716]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3717]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3719]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3721]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3723]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3728]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3731]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3734]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3735]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3738]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3739]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3742]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3743]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3750]: 6 -1.28133 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3759]: 6 -1.25007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3769]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3770]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3771]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3812]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3823]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3826]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3827]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3830]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3832]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3834]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3836]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3837]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3839]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3856]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3857]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3858]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3859]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3861]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3862]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3863]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3865]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3871]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3878]: 6 0 0.0967367 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3896]: 6 -22.8489 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3897]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3900]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3902]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3904]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3906]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3908]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3912]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3914]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3915]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3918]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3922]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3926]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3929]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3932]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3945]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3948]: 6 -1.22371 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3951]: 6 -1.25009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3953]: 6 -1.50008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3954]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3956]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3958]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3960]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3961]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3967]: 6 -1.00007 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3988]: 6 -1.75694 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3990]: 6 -5.51378 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3992]: 6 -0.355313 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[3994]: 6 -3.46058 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4008]: 6 -1.00001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4009]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4012]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4016]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4018]: 6 -1.00005 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4020]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4022]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4024]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4028]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4030]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4041]: 6 -1.25008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4050]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4057]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4061]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4064]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4065]: 6 -1.06553 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4097]: 6 -3.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4104]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4109]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4112]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4116]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4118]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4120]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4122]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4123]: 6 -1.00003 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4126]: 6 -1.0001 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4145]: 6 -7.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4158]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4160]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4217]: 6 -1.00008 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4222]: 6 -1.00002 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4223]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4224]: 6 -1.00006 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4256]: 6 -1.00009 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4279]: 6 -1.00004 0 shouldn't be
550.32/553.96	WSVECS04 Frhs2[4280]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[27]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[52]: 6 -1.0001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[58]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[83]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[122]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[135]: 6 -1.16608 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[180]: 6 -1.00005 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[183]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[213]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[216]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[241]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[243]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[249]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[250]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[287]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[311]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[312]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[314]: 6 -1.00001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[318]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[327]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[328]: 6 -1.21383 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[342]: 6 -1.00005 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[343]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[351]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[383]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[384]: 6 -1.00001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[399]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[411]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[413]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[434]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[437]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[439]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[471]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[473]: 6 -1.00005 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[474]: 6 -1.00005 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[475]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[476]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[478]: 6 -1.00005 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[486]: 6 -1.0001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[510]: 6 -1.00001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[511]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[513]: 6 -2.36077 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[529]: 6 -1.25003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[538]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[539]: 6 -1.00001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[540]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[545]: 6 -3.60732 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[560]: 6 -1.66411 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[561]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[565]: 6 -1.0001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[566]: 6 -1.00001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[573]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[574]: 6 -1.00005 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[575]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[599]: 6 -1.00001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[606]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[625]: 6 -1.05104 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[637]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[640]: 6 0 0.0655635 shouldn't be
551.61/555.29	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[663]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[669]: 6 -1.00001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[729]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[732]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1116]: 6 -1.13302 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1122]: 6 -1.0101 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1141]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1165]: 6 -2.46017 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1166]: 6 -0.0673994 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1169]: 6 0 0.770324 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1172]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1176]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1180]: 6 -1.00001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1184]: 6 -1.25004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1206]: 6 -1.00005 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1208]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1224]: 6 -1.08284 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1246]: 6 -1.33302 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1268]: 6 -0.102046 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1281]: 6 -0.979312 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1282]: 6 -1.64603 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1331]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1336]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1405]: 6 -1.32332 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1412]: 6 -0.7071 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1433]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1435]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1436]: 6 -1.25008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1444]: 6 -0.761087 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1461]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1462]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1472]: 6 -1.30369 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1516]: 6 -1.03429 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1521]: 6 -4.16892 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1523]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1529]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1535]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1568]: 6 -0.666525 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1589]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1626]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1645]: 6 -2.60532 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1658]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[1747]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2008]: 6 -1.0001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2085]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2202]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2237]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2365]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2375]: 6 -1.0001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2565]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2570]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2607]: 6 -0.500029 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2682]: 6 -1.00005 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2708]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2716]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2798]: 6 -1.19155 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2899]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2900]: 6 -1.00004 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[2905]: 6 -1.00005 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3081]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3083]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3086]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3160]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3200]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3244]: 6 -1.00008 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3265]: 6 -1.0001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3289]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3347]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3353]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3382]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3431]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3470]: 6 -1.25009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3483]: 6 -1.0001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3532]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3558]: 6 -3.77304 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3565]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3570]: 6 -1.00003 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3578]: 6 -1.0001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3665]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3725]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3757]: 6 -1.31259 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3810]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3815]: 6 -1.00002 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3851]: 6 0 1.23118 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3852]: 6 0 4.46228 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3855]: 6 -1.00001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3873]: 6 -1.00006 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3911]: 6 -1.00007 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3917]: 6 -1.00009 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3966]: 6 -1.0001 0 shouldn't be
551.61/555.29	WSVECS04 Frhs2[3969]: 6 -1.00003 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1]: 6 -2.3624 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[2]: 6 -2.50501 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[21]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[58]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[60]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[83]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[91]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[120]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[135]: 6 -1.16602 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[136]: 6 -1.21378 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[141]: 6 0 0.761078 shouldn't be
553.61/557.28	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[186]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[192]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[193]: 6 0 0.0655164 shouldn't be
553.61/557.28	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[216]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[224]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[246]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[312]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[318]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[328]: 6 -1.21378 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[379]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[380]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[381]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[384]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[394]: 6 -1.14443 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[399]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[400]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[415]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[428]: 6 -1.37936 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[430]: 6 0 0.390145 shouldn't be
553.61/557.28	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[449]: 6 -3.2426 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[476]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[478]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[486]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[512]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[513]: 6 -2.36073 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[539]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[545]: 6 -3.60731 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[563]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[574]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[628]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[636]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[653]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[656]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[694]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[718]: 6 -2.13001 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[736]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1035]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1058]: 6 -1.01002 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1070]: 6 -1.0625 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1081]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1089]: 6 -2.17708 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1090]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1091]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1104]: 6 -2.66406 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1116]: 6 -1.133 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1118]: 6 -1.25 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1136]: 6 -0.906251 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1154]: 6 -0.833985 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1169]: 6 0 0.770277 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1183]: 6 -1.25 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1184]: 6 -1.25 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1218]: 6 -1.82813 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1226]: 6 -2.27505 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1230]: 6 -0.770594 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1250]: 6 -1.3252 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1278]: 6 -1.33313 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1280]: 6 -1.33252 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1282]: 6 -1.64594 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1292]: 6 -0.6875 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1293]: 6 -1.875 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1296]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1307]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1339]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1341]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1344]: 6 -1.25 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1346]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1357]: 6 -0.999262 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1359]: 6 -0.997048 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1361]: 6 -0.988188 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1374]: 6 -1.25 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1378]: 6 -1.3125 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1379]: 6 -1.0625 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1384]: 6 0 0.113532 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1385]: 6 -0.664063 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1397]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1408]: 6 -1.25 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1415]: 6 -1.70658 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1417]: 6 -1.0625 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1418]: 6 -2.40641 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1419]: 6 -1.81925 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1421]: 6 -2.28252 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1427]: 6 -1.25 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1442]: 6 -0.940253 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1446]: 6 -0.357139 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1457]: 6 -0.119868 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1479]: 6 -1.45397 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1480]: 6 -2.66102 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1504]: 6 -1.35258 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1506]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1515]: 6 -2.10354 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1516]: 6 -1.03426 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1517]: 6 -0.0881828 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1518]: 6 -1.48986 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1536]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1541]: 6 -1.6023 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1561]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1568]: 6 -0.666505 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1571]: 6 -3.82956 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1576]: 6 -2.06991 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1580]: 6 -1.8667 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1596]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1597]: 6 -1 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1598]: 6 -1.28906 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1613]: 6 -1.25 0 shouldn't be
553.61/557.28	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1626]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1631]: 6 -1.25 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1641]: 6 0 0.966894 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1642]: 6 0 0.0286048 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1644]: 6 -1.88558 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1645]: 6 -2.60527 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1663]: 6 -0.731286 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1666]: 6 -1.7257 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1698]: 6 -2.31552 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1728]: 6 -1.3125 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1792]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1955]: 6 -1.03385 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2051]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2130]: 6 -1.25 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2154]: 6 0 2.83649 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2159]: 6 -1.83579 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2241]: 6 -5.6862 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2260]: 6 0 0.775962 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2327]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2337]: 6 -1.3125 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2356]: 6 -15.2613 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2401]: 6 -1.25 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2529]: 6 -1.33301 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2559]: 6 -1.53942 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2583]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2604]: 6 -1.3125 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2654]: 6 -3 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2744]: 6 -3 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2767]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2852]: 6 -8.74329 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2888]: 6 -1.6388 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2924]: 6 -5 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2940]: 6 -2 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[2993]: 6 -0.0509997 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3003]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3036]: 6 -1.0255 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3044]: 6 -4.59201 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3121]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3169]: 6 0 0.107386 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3224]: 6 -13.554 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3265]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3302]: 6 -1.35258 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3328]: 6 -8.83779 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3371]: 6 -0.559731 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3396]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3407]: 6 -1.13993 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3421]: 6 -25.0886 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3422]: 6 -49.1772 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3461]: 6 -0.666505 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3492]: 6 -1.33325 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3498]: 6 -2.64649 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3558]: 6 -3.77295 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3581]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3608]: 6 -42.4425 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3610]: 6 -0.119869 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3651]: 6 -1.31224 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3683]: 6 -5.625 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3710]: 6 -30.6843 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3747]: 6 -1.03361 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3750]: 6 -1.28125 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3757]: 6 -1.3125 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3841]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3851]: 6 0 1.23111 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3852]: 6 0 4.46222 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3871]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3880]: 6 0 5.97018 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3896]: 6 -22.8489 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3988]: 6 -1.75688 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3990]: 6 -5.51376 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3992]: 6 -0.355268 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[3994]: 6 -3.46054 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[4041]: 6 -1.25 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[4043]: 6 -1.25 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[4061]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[4064]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[4065]: 6 -1.06552 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[4097]: 6 -3 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[4145]: 6 -7 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[4160]: 6 -1 0 shouldn't be
553.61/557.29	WSVECS04 Frhs2[4256]: 6 -1 0 shouldn't be
591.81/595.63	c #Conflicts:    1169000 | #Constraints:      31508
591.81/595.63	c #Conflicts:    1170000 | #Constraints:      32508
591.81/595.63	c #Conflicts:    1171000 | #Constraints:      33508
591.81/595.63	c #Conflicts:    1172000 | #Constraints:      34508
591.81/595.63	c #Conflicts:    1173000 | #Constraints:      35508
591.81/595.63	c #Conflicts:    1174000 | #Constraints:      36508
591.81/595.63	c #Conflicts:    1175000 | #Constraints:      37508
591.81/595.63	c #Conflicts:    1176000 | #Constraints:      38508
591.81/595.63	c #Conflicts:    1177000 | #Constraints:      39508
591.81/595.63	c #Conflicts:    1178000 | #Constraints:      40508
591.81/595.63	c #Conflicts:    1179000 | #Constraints:      41508
591.81/595.63	c #Conflicts:    1180000 | #Constraints:      42508
591.81/595.63	c #Conflicts:    1181000 | #Constraints:      43508
591.81/595.63	c #Conflicts:    1182000 | #Constraints:      44508
591.81/595.63	c #Conflicts:    1183000 | #Constraints:      45508
591.81/595.63	c #Conflicts:    1184000 | #Constraints:      46508
591.81/595.63	c #Conflicts:    1185000 | #Constraints:      47508
591.81/595.63	c #Conflicts:    1186000 | #Constraints:      48508
591.81/595.63	c #Conflicts:    1187000 | #Constraints:      49508
591.81/595.63	c #Conflicts:    1188000 | #Constraints:      50508
591.81/595.63	c #Conflicts:    1189000 | #Constraints:      51508
591.81/595.63	c #Conflicts:    1190000 | #Constraints:      52508
591.81/595.63	c INPROCESSING
591.81/595.63	c GARBAGE COLLECT
591.81/595.63	c #Conflicts:    1191000 | #Constraints:      31927
591.81/595.63	c #Conflicts:    1192000 | #Constraints:      32927
591.81/595.63	c #Conflicts:    1193000 | #Constraints:      33927
591.81/595.63	c #Conflicts:    1194000 | #Constraints:      34927
591.81/595.63	c #Conflicts:    1195000 | #Constraints:      35927
591.81/595.63	c #Conflicts:    1196000 | #Constraints:      36927
591.81/595.63	c #Conflicts:    1197000 | #Constraints:      37927
591.81/595.63	c #Conflicts:    1198000 | #Constraints:      38927
591.81/595.63	c #Conflicts:    1199000 | #Constraints:      39927
591.81/595.63	c #Conflicts:    1200000 | #Constraints:      40927
591.81/595.63	c #Conflicts:    1201000 | #Constraints:      41927
591.81/595.63	c #Conflicts:    1202000 | #Constraints:      42927
591.81/595.63	c #Conflicts:    1203000 | #Constraints:      43927
591.81/595.63	c #Conflicts:    1204000 | #Constraints:      44927
591.81/595.63	c #Conflicts:    1205000 | #Constraints:      45927
591.81/595.63	c #Conflicts:    1206000 | #Constraints:      46927
591.81/595.63	c #Conflicts:    1207000 | #Constraints:      47927
591.81/595.63	c #Conflicts:    1208000 | #Constraints:      48927
591.81/595.63	c #Conflicts:    1209000 | #Constraints:      49927
591.81/595.63	c #Conflicts:    1210000 | #Constraints:      50927
591.81/595.63	c #Conflicts:    1211000 | #Constraints:      51927
591.81/595.63	c #Conflicts:    1212000 | #Constraints:      52927
591.81/595.63	c INPROCESSING
591.81/595.63	c GARBAGE COLLECT
591.81/595.63	c #Conflicts:    1213000 | #Constraints:      32111
591.81/595.63	c #Conflicts:    1214000 | #Constraints:      33111
591.81/595.63	c #Conflicts:    1215000 | #Constraints:      34111
591.81/595.63	c #Conflicts:    1216000 | #Constraints:      35111
591.81/595.63	c #Conflicts:    1217000 | #Constraints:      36111
591.81/595.63	c #Conflicts:    1218000 | #Constraints:      37111
591.81/595.63	c #Conflicts:    1219000 | #Constraints:      38111
591.81/595.63	c #Conflicts:    1220000 | #Constraints:      39111
591.81/595.63	c #Conflicts:    1221000 | #Constraints:      40111
591.81/595.63	c #Conflicts:    1222000 | #Constraints:      41111
591.81/595.63	c #Conflicts:    1223000 | #Constraints:      42111
591.81/595.63	c #Conflicts:    1224000 | #Constraints:      43111
591.81/595.63	c #Conflicts:    1225000 | #Constraints:      44111
591.81/595.63	c #Conflicts:    1226000 | #Constraints:      45111
591.81/595.63	c #Conflicts:    1227000 | #Constraints:      46111
591.81/595.63	c #Conflicts:    1228000 | #Constraints:      47111
591.81/595.63	c #Conflicts:    1229000 | #Constraints:      48111
591.81/595.63	c #Conflicts:    1230000 | #Constraints:      49111
591.81/595.63	c #Conflicts:    1231000 | #Constraints:      50111
591.81/595.63	c #Conflicts:    1232000 | #Constraints:      51111
591.81/595.63	c #Conflicts:    1233000 | #Constraints:      52111
591.81/595.63	c #Conflicts:    1234000 | #Constraints:      53111
591.81/595.63	c INPROCESSING
591.81/595.63	c GARBAGE COLLECT
591.81/595.63	c #Conflicts:    1235000 | #Constraints:      32092
591.81/595.63	c #Conflicts:    1236000 | #Constraints:      33092
591.81/595.63	c #Conflicts:    1237000 | #Constraints:      34092
591.81/595.63	c #Conflicts:    1238000 | #Constraints:      35092
591.81/595.63	c #Conflicts:    1239000 | #Constraints:      36092
591.81/595.63	c #Conflicts:    1240000 | #Constraints:      37092
591.81/595.63	c #Conflicts:    1241000 | #Constraints:      38092
591.81/595.63	c #Conflicts:    1242000 | #Constraints:      39092
591.81/595.63	c #Conflicts:    1243000 | #Constraints:      40092
591.81/595.63	c #Conflicts:    1244000 | #Constraints:      41092
591.81/595.63	c #Conflicts:    1245000 | #Constraints:      42092
599.09/602.95	c #Conflicts:    1246000 | #Constraints:      43092
599.09/602.95	c #Conflicts:    1247000 | #Constraints:      44092
599.09/602.95	c #Conflicts:    1248000 | #Constraints:      45093
599.09/602.95	c #Conflicts:    1249000 | #Constraints:      46093
599.09/602.95	c #Conflicts:    1250000 | #Constraints:      47093
599.09/602.95	c #Conflicts:    1251000 | #Constraints:      48093
599.09/602.95	c #Conflicts:    1252000 | #Constraints:      49093
599.09/602.95	c #Conflicts:    1253000 | #Constraints:      50093
599.09/602.95	c #Conflicts:    1254000 | #Constraints:      51093
599.09/602.95	c #Conflicts:    1255000 | #Constraints:      52093
599.09/602.95	c #Conflicts:    1256000 | #Constraints:      53093
599.09/602.95	c INPROCESSING
599.09/602.95	c GARBAGE COLLECT
599.09/602.95	c #Conflicts:    1257000 | #Constraints:      31918
599.09/602.95	WSVECS04 Frhs2[3]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[4]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[12]: 6 -1273.31 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[14]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[33]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[37]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[40]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[57]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[58]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[68]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[71]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[76]: 6 -1061 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[102]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[103]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[120]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[132]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[133]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[136]: 6 0 51.375 shouldn't be
599.09/602.95	WSVECS04 Frhs2[138]: 6 0 211 shouldn't be
599.09/602.95	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[162]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[164]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[165]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[169]: 6 0 2 shouldn't be
599.09/602.95	WSVECS04 Frhs2[170]: 6 0 5.3125 shouldn't be
599.09/602.95	WSVECS04 Frhs2[181]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[206]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[214]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[230]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[231]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[235]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[244]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[259]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[270]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[280]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[289]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[294]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[295]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[324]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[336]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[343]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[355]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[356]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[357]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[358]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[361]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[368]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[376]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[388]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[389]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[391]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[393]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[398]: 6 -1.32813 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[413]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[414]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[420]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[423]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[426]: 6 -0.343751 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[428]: 6 -637 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[430]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[449]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[451]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[453]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[454]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[456]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[473]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[475]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[480]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[488]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[490]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[492]: 6 -849 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[497]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[498]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[503]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[514]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[516]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[525]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[535]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[537]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[550]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[579]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[583]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[602]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[611]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[612]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[613]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[614]: 6 -1.0625 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[616]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[632]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[636]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[649]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[652]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[676]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[679]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[692]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[705]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[706]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[718]: 6 -1.26563 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[720]: 6 -1.0625 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[724]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[727]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[728]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[911]: 6 -0.448661 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[959]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1064]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1069]: 6 0 434.5 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1097]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1101]: 6 0 421.882 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1106]: 6 -0.5 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1129]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1154]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1155]: 6 0 51.375 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1158]: 6 0 423 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1161]: 6 -0.75 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1170]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1186]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1189]: 6 0 5.3125 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1191]: 6 0 25.25 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1199]: 6 -1.29688 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1202]: 6 -1.375 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1217]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1228]: 6 -27.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1229]: 6 -54 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1230]: 6 -107 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1231]: 6 -214 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1259]: 6 -1.38235 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1260]: 6 -0.764706 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1264]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1277]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1298]: 6 -1.3125 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1299]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1300]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1303]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1312]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1316]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1317]: 6 -1.32813 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1330]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1334]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1336]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1339]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1344]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1362]: 6 -0.500001 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1366]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1367]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1378]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1384]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1393]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1402]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1405]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1413]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1434]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1435]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1453]: 6 -0.835938 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1468]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1481]: 6 -1.32813 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1502]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1515]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1516]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1530]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1546]: 6 -0.75 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1554]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1562]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1575]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1577]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1604]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1618]: 6 -1.32813 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1620]: 6 -1.3125 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1623]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1637]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1643]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1664]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1668]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1669]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1687]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1693]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1745]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1759]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1771]: 6 -0.647972 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1783]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1973]: 6 -637.313 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1979]: 6 -0.5 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2051]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2059]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2076]: 6 -1.25 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2079]: 6 -0.500001 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2159]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2215]: 6 -1.07813 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2254]: 6 -1.09375 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2353]: 6 -0.5 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2359]: 6 -1699 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2402]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2403]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2409]: 6 0 2 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2453]: 6 -0.75 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2462]: 6 -853 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2487]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2515]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
599.09/602.95	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2532]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2585]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2606]: 6 -1.3125 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2634]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2681]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2698]: 6 -1.3125 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2729]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2777]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2781]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2794]: 6 -1.32813 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2797]: 6 -1.29688 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2798]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2802]: 6 -1.5 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2825]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2832]: 6 -1.32813 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2888]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2895]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2898]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2925]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2944]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2945]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2981]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2997]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3001]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3012]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3032]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3110]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3125]: 6 -1.125 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3165]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3177]: 6 -0.671875 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3215]: 6 -0.671876 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3221]: 6 -5.625 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3254]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3255]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3283]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3314]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3317]: 6 -0.500001 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3401]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3420]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3425]: 6 -0.500001 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3661]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3773]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3792]: 6 -0.500001 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3796]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3851]: 6 -1.08333 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3876]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3888]: 6 -1.29167 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3889]: 6 -1.25 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3891]: 6 -0.5 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3895]: 6 -0.750001 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3900]: 6 -0.500001 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3981]: 6 -0.75 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4033]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4034]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4038]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4068]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4084]: 6 -0.295944 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4086]: 6 0 1.27548 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4177]: 6 -1 0 shouldn't be
599.09/602.96	WSVECS04 Frhs2[4265]: 6 -1 0 shouldn't be
636.30/640.36	c #Conflicts:    1258000 | #Constraints:      32944
636.30/640.36	c #Conflicts:    1259000 | #Constraints:      33944
636.30/640.36	c #Conflicts:    1260000 | #Constraints:      34944
636.30/640.36	c #Conflicts:    1261000 | #Constraints:      35944
636.30/640.36	c #Conflicts:    1262000 | #Constraints:      36944
636.30/640.36	c #Conflicts:    1263000 | #Constraints:      37944
636.30/640.36	c #Conflicts:    1264000 | #Constraints:      38944
636.30/640.36	c #Conflicts:    1265000 | #Constraints:      39944
636.30/640.36	c #Conflicts:    1266000 | #Constraints:      40944
636.30/640.36	c #Conflicts:    1267000 | #Constraints:      41944
636.30/640.36	c #Conflicts:    1268000 | #Constraints:      42944
636.30/640.36	c #Conflicts:    1269000 | #Constraints:      43944
636.30/640.36	c #Conflicts:    1270000 | #Constraints:      44944
636.30/640.36	c #Conflicts:    1271000 | #Constraints:      45944
636.30/640.36	c #Conflicts:    1272000 | #Constraints:      46944
636.30/640.36	c #Conflicts:    1273000 | #Constraints:      47944
636.30/640.36	c #Conflicts:    1274000 | #Constraints:      48944
636.30/640.36	c #Conflicts:    1275000 | #Constraints:      49944
636.30/640.36	c #Conflicts:    1276000 | #Constraints:      50944
636.30/640.36	c #Conflicts:    1277000 | #Constraints:      51944
636.30/640.36	c #Conflicts:    1278000 | #Constraints:      52944
636.30/640.36	c #Conflicts:    1279000 | #Constraints:      53944
636.30/640.36	c INPROCESSING
636.30/640.36	c GARBAGE COLLECT
636.30/640.36	c #Conflicts:    1280000 | #Constraints:      32523
636.30/640.36	c #Conflicts:    1281000 | #Constraints:      33523
636.30/640.36	c #Conflicts:    1282000 | #Constraints:      34523
636.30/640.36	c #Conflicts:    1283000 | #Constraints:      35523
636.30/640.36	c #Conflicts:    1284000 | #Constraints:      36523
636.30/640.36	c #Conflicts:    1285000 | #Constraints:      37523
636.30/640.36	c #Conflicts:    1286000 | #Constraints:      38523
636.30/640.36	c #Conflicts:    1287000 | #Constraints:      39523
636.30/640.36	c #Conflicts:    1288000 | #Constraints:      40523
636.30/640.36	c #Conflicts:    1289000 | #Constraints:      41523
636.30/640.36	c #Conflicts:    1290000 | #Constraints:      42523
636.30/640.36	c #Conflicts:    1291000 | #Constraints:      43523
636.30/640.36	c #Conflicts:    1292000 | #Constraints:      44523
636.30/640.36	c #Conflicts:    1293000 | #Constraints:      45523
636.30/640.36	c #Conflicts:    1294000 | #Constraints:      46523
636.30/640.36	c #Conflicts:    1295000 | #Constraints:      47523
636.30/640.36	c #Conflicts:    1296000 | #Constraints:      48523
636.30/640.36	c #Conflicts:    1297000 | #Constraints:      49523
636.30/640.36	c #Conflicts:    1298000 | #Constraints:      50523
636.30/640.36	c #Conflicts:    1299000 | #Constraints:      51523
636.30/640.36	c #Conflicts:    1300000 | #Constraints:      52523
636.30/640.36	c #Conflicts:    1301000 | #Constraints:      53523
636.30/640.36	c #Conflicts:    1302000 | #Constraints:      54523
636.30/640.36	c INPROCESSING
636.30/640.36	c GARBAGE COLLECT
636.30/640.36	c #Conflicts:    1303000 | #Constraints:      32921
636.30/640.36	c #Conflicts:    1304000 | #Constraints:      33921
636.30/640.36	c #Conflicts:    1305000 | #Constraints:      34921
636.30/640.36	c #Conflicts:    1306000 | #Constraints:      35921
636.30/640.36	c #Conflicts:    1307000 | #Constraints:      36921
636.30/640.36	c #Conflicts:    1308000 | #Constraints:      37922
636.30/640.36	c #Conflicts:    1309000 | #Constraints:      38922
636.30/640.36	c #Conflicts:    1310000 | #Constraints:      39922
636.30/640.36	c #Conflicts:    1311000 | #Constraints:      40922
636.30/640.36	c #Conflicts:    1312000 | #Constraints:      41922
636.30/640.36	c #Conflicts:    1313000 | #Constraints:      42922
636.30/640.36	c #Conflicts:    1314000 | #Constraints:      44187
636.30/640.36	c #Conflicts:    1315000 | #Constraints:      45727
636.30/640.36	c #Conflicts:    1316000 | #Constraints:      47252
636.30/640.36	c #Conflicts:    1317000 | #Constraints:      48759
636.30/640.36	c #Conflicts:    1318000 | #Constraints:      50278
636.30/640.36	c #Conflicts:    1319000 | #Constraints:      51788
636.30/640.36	c #Conflicts:    1320000 | #Constraints:      53187
636.30/640.36	c #Conflicts:    1321000 | #Constraints:      54187
636.30/640.36	c #Conflicts:    1322000 | #Constraints:      55510
636.30/640.36	c #Conflicts:    1323000 | #Constraints:      57010
636.30/640.36	c #Conflicts:    1324000 | #Constraints:      58502
636.30/640.36	c #Conflicts:    1325000 | #Constraints:      59993
636.30/640.36	c INPROCESSING
636.30/640.36	c GARBAGE COLLECT
636.30/640.36	WSVECS04 Frhs2[4]: 6 -0.210542 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[6]: 6 -13.6908 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[7]: 6 -0.935401 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[9]: 6 -0.619134 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[11]: 6 -0.648405 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[14]: 6 -0.984827 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[24]: 6 -1.17008 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[29]: 6 -0.345818 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[57]: 6 -0.0579562 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[65]: 6 -0.524474 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[71]: 6 -0.351521 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[74]: 6 0 225.719 shouldn't be
636.30/640.36	WSVECS04 Frhs2[75]: 6 0 0.475685 shouldn't be
636.30/640.36	WSVECS04 Frhs2[88]: 6 -0.389896 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[126]: 6 -0.0538518 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[137]: 6 -0.959869 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[140]: 6 -0.990961 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[144]: 6 -1.00292 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[151]: 6 -0.554197 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[155]: 6 0 0.0564006 shouldn't be
636.30/640.36	WSVECS04 Frhs2[164]: 6 -0.310029 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[171]: 6 -227.29 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[191]: 6 -0.187998 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[192]: 6 -0.436155 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[193]: 6 -0.666568 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[195]: 6 -1.5239 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[198]: 6 -1.19224 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[203]: 6 -0.231987 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[210]: 6 -1.08502 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[253]: 6 -0.635071 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[257]: 6 -0.542485 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[259]: 6 0 1.04839 shouldn't be
636.30/640.36	WSVECS04 Frhs2[276]: 6 -0.480922 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[288]: 6 -0.196434 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[307]: 6 -0.75536 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[320]: 6 0 0.0790152 shouldn't be
636.30/640.36	WSVECS04 Frhs2[343]: 6 -0.897828 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[348]: 6 -0.0625008 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[383]: 6 -0.425572 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[395]: 6 -0.690123 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[404]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[433]: 6 -0.645824 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[451]: 6 -1.0521 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[486]: 6 0 1.23943 shouldn't be
636.30/640.36	WSVECS04 Frhs2[504]: 6 -0.946292 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[518]: 6 -12.3775 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[537]: 6 0 2.93758 shouldn't be
636.30/640.36	WSVECS04 Frhs2[546]: 6 -0.343997 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[576]: 6 -0.464749 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[580]: 6 -2.68601 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[588]: 6 -0.99929 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[609]: 6 -1.33439 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[611]: 6 -2.58548 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[618]: 6 -0.940979 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[619]: 6 -75.8366 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[629]: 6 -0.365047 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[632]: 6 0 0.475179 shouldn't be
636.30/640.36	WSVECS04 Frhs2[639]: 6 -0.822982 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[641]: 6 -0.777202 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[651]: 6 -0.96199 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[658]: 6 -1.22049 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[668]: 6 -0.625045 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[681]: 6 -0.951523 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[686]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[689]: 6 -1.21744 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[690]: 6 -1.919 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[720]: 6 -1.00087 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[722]: 6 -0.921033 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[727]: 6 -0.579455 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[914]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[933]: 6 -0.999437 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[971]: 6 -0.99963 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1005]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1013]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1020]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1035]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1062]: 6 -28.908 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1079]: 6 -0.0909617 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1085]: 6 -41.0288 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1093]: 6 -1.57874 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1099]: 6 -0.855897 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1112]: 6 -0.0862878 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1116]: 6 -0.384302 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1117]: 6 -1.01478 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1119]: 6 -0.673128 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1121]: 6 -1.08118 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1130]: 6 -455.113 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1142]: 6 -1.53186 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1146]: 6 -0.440867 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1157]: 6 -1.28268 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1161]: 6 -1.20667 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1169]: 6 -1.31085 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1184]: 6 -0.494103 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1192]: 6 -0.994641 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1194]: 6 -0.976762 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1197]: 6 -0.970318 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1199]: 6 -0.895049 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1202]: 6 0 0.976148 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1235]: 6 -1.00899 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1236]: 6 -1.14852 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1243]: 6 -0.777418 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1252]: 6 -1.01533 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1260]: 6 -0.998564 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1263]: 6 -0.993397 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1285]: 6 -0.994365 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1297]: 6 -0.987464 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1311]: 6 -0.762694 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1313]: 6 -0.998414 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1321]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1325]: 6 -0.999983 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1327]: 6 -0.979818 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1344]: 6 -1.25 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1347]: 6 -0.999989 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1351]: 6 -0.999987 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1359]: 6 -0.984824 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1360]: 6 -1.25179 0 shouldn't be
636.30/640.36	WSVECS04 Frhs2[1373]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1380]: 6 -0.874553 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1396]: 6 -1.06847 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1399]: 6 -1.11872 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1415]: 6 -0.999444 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1420]: 6 -0.991461 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1421]: 6 -0.982918 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1429]: 6 -1.53309 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1439]: 6 -0.759414 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1470]: 6 -1.2499 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1475]: 6 -0.999924 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1476]: 6 -0.999658 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1477]: 6 -1.07599 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1480]: 6 -0.952949 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1482]: 6 -1.00291 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1484]: 6 -0.821039 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1486]: 6 -0.892348 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1487]: 6 -0.935699 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1507]: 6 -1.00014 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1520]: 6 -1.19382 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1522]: 6 -0.912693 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1532]: 6 -0.671876 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1550]: 6 -0.89322 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1563]: 6 -0.660204 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1565]: 6 -0.840638 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1567]: 6 -0.999155 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1575]: 6 -0.957662 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1585]: 6 -0.502629 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1586]: 6 -1.02583 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1605]: 6 -0.855438 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1607]: 6 -0.903698 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1614]: 6 -0.799685 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1631]: 6 -0.999617 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1639]: 6 -1.00268 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1664]: 6 -0.905177 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1679]: 6 -0.998471 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1688]: 6 -1.33542 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1694]: 6 -0.796943 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1711]: 6 -0.148781 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1736]: 6 -0.997758 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1743]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1750]: 6 -1.15987 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1772]: 6 -0.888683 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1774]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1788]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1790]: 6 -0.956771 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1955]: 6 -0.937544 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1958]: 6 -1.24197 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1971]: 6 -3.30898 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1980]: 6 -0.208246 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1984]: 6 -2.27489 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1985]: 6 -0.994378 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1989]: 6 -1.00327 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2001]: 6 -1.63335 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2049]: 6 -1.12235 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2052]: 6 -40.5789 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2053]: 6 -0.998725 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2056]: 6 -0.752411 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2060]: 6 -1.75256 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2061]: 6 -0.980337 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2064]: 6 -0.870754 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2071]: 6 -0.910781 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2073]: 6 -0.96831 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2080]: 6 0 2.90284 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2090]: 6 -0.0469827 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2091]: 6 -0.046983 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2098]: 6 -0.546544 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2109]: 6 -1.0473 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2112]: 6 -0.303278 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2114]: 6 -1.25 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2122]: 6 -0.753821 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2158]: 6 -0.992376 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2160]: 6 -3.48674 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2162]: 6 -3.70238 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2163]: 6 -868.48 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2166]: 6 -5.66995 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2168]: 6 0 0.543128 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2171]: 6 -0.957001 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2174]: 6 -0.82841 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2177]: 6 -0.929412 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2181]: 6 -0.76701 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2185]: 6 -0.0819816 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2188]: 6 -0.871322 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2189]: 6 -0.963024 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2198]: 6 0 0.408374 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2200]: 6 -1.375 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2220]: 6 -0.34579 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2225]: 6 -1.08907 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2231]: 6 -1.42487 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2232]: 6 -1.1875 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2248]: 6 -0.320318 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2249]: 6 -1.00001 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2251]: 6 -0.967794 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2255]: 6 -0.998896 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2258]: 6 -5.37607 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2261]: 6 -0.552739 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2264]: 6 -1.42286 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2275]: 6 -0.269647 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2280]: 6 0 1.45418 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2284]: 6 0 0.156712 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2286]: 6 -0.802934 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2294]: 6 0 0.975467 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2296]: 6 -0.402336 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2302]: 6 -0.413071 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2331]: 6 -0.584346 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2337]: 6 -0.91327 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2343]: 6 -0.998876 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2346]: 6 -0.989471 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2349]: 6 -0.984088 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2353]: 6 -0.980418 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2355]: 6 -0.888196 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2360]: 6 -1.00157 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2364]: 6 -0.790284 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2365]: 6 -0.996861 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2368]: 6 -1.01182 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2369]: 6 -0.999261 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2380]: 6 -0.280356 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2383]: 6 0 0.453794 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2386]: 6 -4.11206 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2392]: 6 -1.02145 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2395]: 6 -0.0978226 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2401]: 6 -0.689923 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2402]: 6 -0.853132 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2403]: 6 -0.617196 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2420]: 6 -1.00141 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2421]: 6 -1.00079 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2426]: 6 -0.925929 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2433]: 6 -2.58498 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2440]: 6 -0.719733 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2442]: 6 -0.439462 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2443]: 6 -0.999998 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2445]: 6 -0.999571 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2447]: 6 -1.00002 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2449]: 6 -0.998262 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2451]: 6 -0.999998 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2458]: 6 -0.998197 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2460]: 6 -0.997728 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2462]: 6 -0.782838 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2472]: 6 -0.987062 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2478]: 6 -3.46306 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2498]: 6 -7.99304 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2503]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2512]: 6 -0.962233 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2524]: 6 -1.3125 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2530]: 6 -0.997725 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2550]: 6 -0.999711 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2554]: 6 -1.00116 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2556]: 6 -0.997685 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2558]: 6 -0.995369 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2562]: 6 -0.998485 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2565]: 6 -0.750637 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2576]: 6 -1.32813 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2577]: 6 -0.828126 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2581]: 6 -1.3125 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2613]: 6 -0.912925 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2626]: 6 -0.806576 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2635]: 6 -0.994604 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2639]: 6 -0.978414 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2642]: 6 -1.25 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2645]: 6 -0.500004 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2648]: 6 -0.999987 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2654]: 6 -1.00007 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2661]: 6 -0.999476 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2664]: 6 -1.25 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2665]: 6 -1.2479 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2669]: 6 -0.335644 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2676]: 6 -1.28594 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2677]: 6 -0.656251 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2690]: 6 -0.996589 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2701]: 6 -0.949504 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2702]: 6 -0.999974 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2746]: 6 -0.999947 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2750]: 6 -1.00009 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2753]: 6 -0.999428 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2757]: 6 -0.997712 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2765]: 6 -2.03761 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2767]: 6 -0.107207 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2772]: 6 -1.25 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2777]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2797]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2805]: 6 -1.27905 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2813]: 6 -1.25 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2814]: 6 -1.3125 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2818]: 6 0 1.47699 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2865]: 6 -1.63851 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2889]: 6 -1.00015 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2894]: 6 -1.00125 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2895]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2907]: 6 -1.3125 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2916]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2931]: 6 -0.999994 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2938]: 6 -0.990233 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2940]: 6 -0.990034 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2960]: 6 -0.429076 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2971]: 6 -0.5 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2977]: 6 -1.00643 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3014]: 6 -0.777609 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3015]: 6 -0.77761 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3022]: 6 -1.0007 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3031]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3033]: 6 -0.983257 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3036]: 6 -0.911958 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3048]: 6 0 0.607307 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3053]: 6 -3.49117 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3056]: 6 -3.42911 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3060]: 6 -1.3125 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3085]: 6 -1.00066 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3089]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3094]: 6 -1.13082 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3103]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3109]: 6 -1.01125 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3114]: 6 -0.90983 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3119]: 6 -0.701094 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3124]: 6 -1.00023 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3126]: 6 -1.00073 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3148]: 6 -1.10136 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3149]: 6 -1.25 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3157]: 6 -1.3125 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3163]: 6 -0.5 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3183]: 6 0 0.558098 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3198]: 6 -1.25 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3205]: 6 -1.00021 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3216]: 6 -0.938275 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3217]: 6 -0.938275 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3230]: 6 -2.60184 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3246]: 6 -7.24188 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3253]: 6 -1.5 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3287]: 6 -1.32813 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3292]: 6 -1.32813 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3293]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3294]: 6 -1.3125 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3307]: 6 -0.999904 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3310]: 6 -0.999999 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3312]: 6 -1.00001 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3317]: 6 -0.999619 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3321]: 6 -0.998474 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3323]: 6 -0.971402 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3326]: 6 -1.00919 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3337]: 6 -0.976415 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3343]: 6 -1.12382 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3349]: 6 -0.828126 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3393]: 6 -0.752446 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3396]: 6 -1.348 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3409]: 6 -0.979682 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3413]: 6 -0.918726 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3415]: 6 -0.997099 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3417]: 6 -0.98906 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3419]: 6 -0.906544 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3425]: 6 -0.999831 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3437]: 6 -1.24973 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3441]: 6 -0.998907 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3458]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3459]: 6 -1.0001 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3484]: 6 -0.913942 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3489]: 6 -0.999 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3501]: 6 -0.935974 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3507]: 6 -0.999998 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3516]: 6 0 3.4556 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3518]: 6 -0.829793 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3521]: 6 -0.995694 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3523]: 6 -0.993233 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3528]: 6 0 1.90751 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3535]: 6 -0.811318 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3563]: 6 -0.818999 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3566]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3586]: 6 -0.999767 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3594]: 6 -0.867618 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3597]: 6 -0.894225 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3601]: 6 -0.976555 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3610]: 6 0 0.706405 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3626]: 6 -0.980183 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3637]: 6 -1.5 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3655]: 6 -1.11722 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3660]: 6 -0.998632 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3674]: 6 -0.921224 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3675]: 6 -1.03307 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3676]: 6 -1.24984 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3683]: 6 -0.69395 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3685]: 6 -1.30023 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3688]: 6 -6.39804 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3692]: 6 -1.01497 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3693]: 6 -1.00475 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3696]: 6 -0.730554 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3697]: 6 -0.689223 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3700]: 6 -0.995002 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3703]: 6 -0.999064 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3706]: 6 -10.6318 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3708]: 6 -11.4522 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3709]: 6 -0.632716 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3716]: 6 -1.25609 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3717]: 6 -1.24954 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3721]: 6 -2.98809 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3728]: 6 -0.903661 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3741]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3752]: 6 -1.68656 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3765]: 6 -0.912251 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3766]: 6 -2.24357 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3779]: 6 -0.99657 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3781]: 6 -0.999917 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3784]: 6 -5.03886 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3790]: 6 -0.985259 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3795]: 6 -0.999186 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3798]: 6 0 0.159311 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3801]: 6 -0.991209 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3804]: 6 -0.721358 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3808]: 6 -0.531188 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3811]: 6 -0.226426 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3816]: 6 0 0.658316 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3819]: 6 -1.36386 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3825]: 6 -0.999994 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3831]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3832]: 6 -0.997957 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3834]: 6 -0.979754 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3838]: 6 -0.684873 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3859]: 6 -1.51786 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3863]: 6 -1.01224 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3869]: 6 -1.36794 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3874]: 6 0 0.301916 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3879]: 6 -0.749086 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3891]: 6 -0.989519 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3894]: 6 -0.923979 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3902]: 6 -0.999995 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3903]: 6 -0.99981 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3912]: 6 -0.0917608 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3918]: 6 -0.958217 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3919]: 6 -0.9021 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3922]: 6 -0.992238 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3932]: 6 -0.479139 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3935]: 6 -0.816902 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3939]: 6 -0.567645 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3946]: 6 -0.916835 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3952]: 6 -0.235338 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3957]: 6 -1.04824 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3958]: 6 -0.782066 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3971]: 6 -0.94797 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3975]: 6 -0.940833 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3981]: 6 -0.91652 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3984]: 6 -1.94159 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3986]: 6 -3.54307 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3987]: 6 -2.87501 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3990]: 6 0 0.148811 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3996]: 6 -0.994829 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[3997]: 6 -0.994829 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4004]: 6 -0.148803 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4006]: 6 0 3.00004 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4010]: 6 -0.758487 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4011]: 6 -0.890689 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4014]: 6 -0.812331 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4015]: 6 -0.812331 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4020]: 6 -0.540861 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4021]: 6 -0.540862 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4024]: 6 -1.25 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4025]: 6 -0.67743 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4031]: 6 -2.87819 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4035]: 6 -0.998556 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4039]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4042]: 6 -0.249505 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4050]: 6 -0.999598 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4056]: 6 -1.02575 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4061]: 6 -0.969418 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4065]: 6 -3.43243 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4068]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4070]: 6 -1.00578 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4071]: 6 -0.999813 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4074]: 6 -1.1922 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4076]: 6 -1.38289 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4082]: 6 -3.83137 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4083]: 6 -1.25786 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4088]: 6 0 0.198441 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4090]: 6 -0.99995 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4095]: 6 -0.999799 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4103]: 6 -0.996781 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4116]: 6 -0.58793 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4120]: 6 -1.04323 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4122]: 6 -0.769443 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4142]: 6 -0.979185 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4143]: 6 -1.04173 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4144]: 6 -0.91654 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4145]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4155]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4156]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4160]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4171]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4172]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4181]: 6 -0.908916 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4182]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4217]: 6 -0.853145 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4226]: 6 -0.933141 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4227]: 6 -0.921491 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4228]: 6 -1.04526 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4261]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4262]: 6 -1 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4263]: 6 -0.949383 0 shouldn't be
636.30/640.37	WSVECS04 Frhs2[4264]: 6 -0.844319 0 shouldn't be
680.49/684.72	c #Conflicts:    1326000 | #Constraints:      35641
680.49/684.72	c #Conflicts:    1327000 | #Constraints:      36641
680.49/684.72	c #Conflicts:    1328000 | #Constraints:      37641
680.49/684.72	c #Conflicts:    1329000 | #Constraints:      38641
680.49/684.72	c #Conflicts:    1330000 | #Constraints:      39641
680.49/684.72	c #Conflicts:    1331000 | #Constraints:      40641
680.49/684.72	c #Conflicts:    1332000 | #Constraints:      41641
680.49/684.72	c #Conflicts:    1333000 | #Constraints:      42641
680.49/684.72	c #Conflicts:    1334000 | #Constraints:      43641
680.49/684.72	c #Conflicts:    1335000 | #Constraints:      44641
680.49/684.72	c #Conflicts:    1336000 | #Constraints:      45641
680.49/684.72	c #Conflicts:    1337000 | #Constraints:      46641
680.49/684.72	c #Conflicts:    1338000 | #Constraints:      47641
680.49/684.72	c #Conflicts:    1339000 | #Constraints:      48641
680.49/684.72	c #Conflicts:    1340000 | #Constraints:      49641
680.49/684.72	c #Conflicts:    1341000 | #Constraints:      50641
680.49/684.72	c #Conflicts:    1342000 | #Constraints:      51641
680.49/684.72	c #Conflicts:    1343000 | #Constraints:      52641
680.49/684.72	c #Conflicts:    1344000 | #Constraints:      53641
680.49/684.72	c #Conflicts:    1345000 | #Constraints:      54641
680.49/684.72	c #Conflicts:    1346000 | #Constraints:      55641
680.49/684.72	c #Conflicts:    1347000 | #Constraints:      56641
680.49/684.72	c #Conflicts:    1348000 | #Constraints:      57641
680.49/684.72	c INPROCESSING
680.49/684.72	c GARBAGE COLLECT
680.49/684.72	c #Conflicts:    1349000 | #Constraints:      34412
680.49/684.72	c #Conflicts:    1350000 | #Constraints:      35412
680.49/684.72	c #Conflicts:    1351000 | #Constraints:      36412
680.49/684.72	c #Conflicts:    1352000 | #Constraints:      37412
680.49/684.72	c #Conflicts:    1353000 | #Constraints:      38412
680.49/684.72	c #Conflicts:    1354000 | #Constraints:      39412
680.49/684.72	c #Conflicts:    1355000 | #Constraints:      40412
680.49/684.72	c #Conflicts:    1356000 | #Constraints:      41412
680.49/684.72	c #Conflicts:    1357000 | #Constraints:      42412
680.49/684.72	c #Conflicts:    1358000 | #Constraints:      43412
680.49/684.72	c #Conflicts:    1359000 | #Constraints:      44412
680.49/684.72	c #Conflicts:    1360000 | #Constraints:      45412
680.49/684.72	c #Conflicts:    1361000 | #Constraints:      46412
680.49/684.72	c #Conflicts:    1362000 | #Constraints:      47412
680.49/684.72	c #Conflicts:    1363000 | #Constraints:      48412
680.49/684.72	c #Conflicts:    1364000 | #Constraints:      49412
680.49/684.72	c #Conflicts:    1365000 | #Constraints:      50412
680.49/684.72	c #Conflicts:    1366000 | #Constraints:      51412
680.49/684.72	c #Conflicts:    1367000 | #Constraints:      52412
680.49/684.72	c #Conflicts:    1368000 | #Constraints:      53412
680.49/684.72	c #Conflicts:    1369000 | #Constraints:      54412
680.49/684.72	c #Conflicts:    1370000 | #Constraints:      55412
680.49/684.72	c #Conflicts:    1371000 | #Constraints:      56412
680.49/684.72	c INPROCESSING
680.49/684.72	c GARBAGE COLLECT
680.49/684.72	c #Conflicts:    1372000 | #Constraints:      33531
680.49/684.72	c #Conflicts:    1373000 | #Constraints:      34531
680.49/684.72	c #Conflicts:    1374000 | #Constraints:      35531
680.49/684.72	c #Conflicts:    1375000 | #Constraints:      36531
680.49/684.72	c #Conflicts:    1376000 | #Constraints:      37531
680.49/684.72	c #Conflicts:    1377000 | #Constraints:      38531
680.49/684.72	c #Conflicts:    1378000 | #Constraints:      39531
680.49/684.72	c #Conflicts:    1379000 | #Constraints:      40531
680.49/684.72	c #Conflicts:    1380000 | #Constraints:      41532
680.49/684.72	c #Conflicts:    1381000 | #Constraints:      42532
680.49/684.72	c #Conflicts:    1382000 | #Constraints:      43532
680.49/684.72	c #Conflicts:    1383000 | #Constraints:      44532
680.49/684.72	c #Conflicts:    1384000 | #Constraints:      45532
680.49/684.72	c #Conflicts:    1385000 | #Constraints:      46532
680.49/684.72	c #Conflicts:    1386000 | #Constraints:      47532
680.49/684.72	c #Conflicts:    1387000 | #Constraints:      48532
680.49/684.72	c #Conflicts:    1388000 | #Constraints:      49532
680.49/684.72	c #Conflicts:    1389000 | #Constraints:      50532
680.49/684.72	c #Conflicts:    1390000 | #Constraints:      51532
680.49/684.72	c #Conflicts:    1391000 | #Constraints:      52532
680.49/684.72	c #Conflicts:    1392000 | #Constraints:      53532
680.49/684.72	c #Conflicts:    1393000 | #Constraints:      54532
680.49/684.72	c #Conflicts:    1394000 | #Constraints:      55532
680.49/684.72	c #Conflicts:    1395000 | #Constraints:      56532
680.49/684.72	c INPROCESSING
680.49/684.72	c GARBAGE COLLECT
680.49/684.72	c #Conflicts:    1396000 | #Constraints:      33860
680.49/684.72	c #Conflicts:    1397000 | #Constraints:      34860
680.49/684.72	c #Conflicts:    1398000 | #Constraints:      35860
680.49/684.72	c #Conflicts:    1399000 | #Constraints:      36860
680.49/684.72	c #Conflicts:    1400000 | #Constraints:      37860
680.49/684.72	c #Conflicts:    1401000 | #Constraints:      38860
680.49/684.72	c #Conflicts:    1402000 | #Constraints:      39860
724.38/728.82	c #Conflicts:    1403000 | #Constraints:      40860
724.38/728.82	c #Conflicts:    1404000 | #Constraints:      41860
724.38/728.82	c #Conflicts:    1405000 | #Constraints:      42860
724.38/728.82	c #Conflicts:    1406000 | #Constraints:      43860
724.38/728.82	c #Conflicts:    1407000 | #Constraints:      44860
724.38/728.82	c #Conflicts:    1408000 | #Constraints:      45860
724.38/728.82	c #Conflicts:    1409000 | #Constraints:      46860
724.38/728.82	c #Conflicts:    1410000 | #Constraints:      47860
724.38/728.82	c #Conflicts:    1411000 | #Constraints:      48860
724.38/728.82	c #Conflicts:    1412000 | #Constraints:      49860
724.38/728.82	c #Conflicts:    1413000 | #Constraints:      50860
724.38/728.82	c #Conflicts:    1414000 | #Constraints:      51860
724.38/728.82	c #Conflicts:    1415000 | #Constraints:      52860
724.38/728.82	c #Conflicts:    1416000 | #Constraints:      53860
724.38/728.82	c #Conflicts:    1417000 | #Constraints:      54860
724.38/728.82	c #Conflicts:    1418000 | #Constraints:      55861
724.38/728.82	c #Conflicts:    1419000 | #Constraints:      56861
724.38/728.82	c INPROCESSING
724.38/728.82	c GARBAGE COLLECT
724.38/728.82	c #Conflicts:    1420000 | #Constraints:      34084
724.38/728.82	c #Conflicts:    1421000 | #Constraints:      35084
724.38/728.82	c #Conflicts:    1422000 | #Constraints:      36084
724.38/728.82	c #Conflicts:    1423000 | #Constraints:      37084
724.38/728.82	c #Conflicts:    1424000 | #Constraints:      38084
724.38/728.82	c #Conflicts:    1425000 | #Constraints:      39084
724.38/728.82	c #Conflicts:    1426000 | #Constraints:      40084
724.38/728.82	c #Conflicts:    1427000 | #Constraints:      41084
724.38/728.82	c #Conflicts:    1428000 | #Constraints:      42084
724.38/728.82	c #Conflicts:    1429000 | #Constraints:      43084
724.38/728.82	c #Conflicts:    1430000 | #Constraints:      44084
724.38/728.82	c #Conflicts:    1431000 | #Constraints:      45084
724.38/728.82	c #Conflicts:    1432000 | #Constraints:      46084
724.38/728.82	c #Conflicts:    1433000 | #Constraints:      47084
724.38/728.82	c #Conflicts:    1434000 | #Constraints:      48084
724.38/728.82	c #Conflicts:    1435000 | #Constraints:      49084
724.38/728.82	c #Conflicts:    1436000 | #Constraints:      50084
724.38/728.82	c #Conflicts:    1437000 | #Constraints:      51084
724.38/728.82	c #Conflicts:    1438000 | #Constraints:      52084
724.38/728.82	c #Conflicts:    1439000 | #Constraints:      53084
724.38/728.82	c #Conflicts:    1440000 | #Constraints:      54084
724.38/728.82	c #Conflicts:    1441000 | #Constraints:      55084
724.38/728.82	c #Conflicts:    1442000 | #Constraints:      56084
724.38/728.82	c #Conflicts:    1443000 | #Constraints:      57084
724.38/728.82	c INPROCESSING
724.38/728.82	c GARBAGE COLLECT
724.38/728.82	c #Conflicts:    1444000 | #Constraints:      34221
724.38/728.82	c #Conflicts:    1445000 | #Constraints:      35221
724.38/728.82	c #Conflicts:    1446000 | #Constraints:      36222
724.38/728.82	c #Conflicts:    1447000 | #Constraints:      37222
724.38/728.82	c #Conflicts:    1448000 | #Constraints:      38222
724.38/728.82	c #Conflicts:    1449000 | #Constraints:      39222
724.38/728.82	c #Conflicts:    1450000 | #Constraints:      40222
724.38/728.82	c #Conflicts:    1451000 | #Constraints:      41222
724.38/728.82	c #Conflicts:    1452000 | #Constraints:      42222
724.38/728.82	c #Conflicts:    1453000 | #Constraints:      43222
724.38/728.82	c #Conflicts:    1454000 | #Constraints:      44222
724.38/728.82	c #Conflicts:    1455000 | #Constraints:      45222
724.38/728.82	c #Conflicts:    1456000 | #Constraints:      46222
724.38/728.82	c #Conflicts:    1457000 | #Constraints:      47222
724.38/728.82	c #Conflicts:    1458000 | #Constraints:      48222
724.38/728.82	c #Conflicts:    1459000 | #Constraints:      49536
724.38/728.82	c #Conflicts:    1460000 | #Constraints:      51029
724.38/728.82	c #Conflicts:    1461000 | #Constraints:      52386
724.38/728.82	c #Conflicts:    1462000 | #Constraints:      53386
724.38/728.82	c #Conflicts:    1463000 | #Constraints:      54386
724.38/728.82	c #Conflicts:    1464000 | #Constraints:      55386
724.38/728.82	c #Conflicts:    1465000 | #Constraints:      56386
724.38/728.82	c #Conflicts:    1466000 | #Constraints:      57386
724.38/728.82	c #Conflicts:    1467000 | #Constraints:      58386
724.38/728.82	c INPROCESSING
724.38/728.82	c GARBAGE COLLECT
724.38/728.82	c #Conflicts:    1468000 | #Constraints:      34724
724.38/728.82	c #Conflicts:    1469000 | #Constraints:      35724
724.38/728.82	c #Conflicts:    1470000 | #Constraints:      36724
724.38/728.82	c #Conflicts:    1471000 | #Constraints:      37724
724.38/728.82	c #Conflicts:    1472000 | #Constraints:      38724
724.38/728.82	c #Conflicts:    1473000 | #Constraints:      39724
724.38/728.82	c #Conflicts:    1474000 | #Constraints:      40724
724.38/728.82	c #Conflicts:    1475000 | #Constraints:      41724
724.38/728.82	c #Conflicts:    1476000 | #Constraints:      42724
724.38/728.82	c #Conflicts:    1477000 | #Constraints:      43724
724.38/728.82	c #Conflicts:    1478000 | #Constraints:      44724
724.38/728.82	c #Conflicts:    1479000 | #Constraints:      45724
766.17/770.86	c #Conflicts:    1480000 | #Constraints:      46725
766.17/770.86	c #Conflicts:    1481000 | #Constraints:      47725
766.17/770.86	c #Conflicts:    1482000 | #Constraints:      48725
766.17/770.86	c #Conflicts:    1483000 | #Constraints:      49725
766.17/770.86	c #Conflicts:    1484000 | #Constraints:      50725
766.17/770.86	c #Conflicts:    1485000 | #Constraints:      51725
766.17/770.86	c #Conflicts:    1486000 | #Constraints:      52725
766.17/770.86	c #Conflicts:    1487000 | #Constraints:      53725
766.17/770.86	c #Conflicts:    1488000 | #Constraints:      54725
766.17/770.86	c #Conflicts:    1489000 | #Constraints:      55725
766.17/770.86	c #Conflicts:    1490000 | #Constraints:      56725
766.17/770.86	c #Conflicts:    1491000 | #Constraints:      57725
766.17/770.86	c INPROCESSING
766.17/770.86	c GARBAGE COLLECT
766.17/770.86	c #Conflicts:    1492000 | #Constraints:      34163
766.17/770.86	c #Conflicts:    1493000 | #Constraints:      35163
766.17/770.86	c #Conflicts:    1494000 | #Constraints:      36163
766.17/770.86	c #Conflicts:    1495000 | #Constraints:      37163
766.17/770.86	c #Conflicts:    1496000 | #Constraints:      38163
766.17/770.86	c #Conflicts:    1497000 | #Constraints:      39163
766.17/770.86	c #Conflicts:    1498000 | #Constraints:      40163
766.17/770.86	c #Conflicts:    1499000 | #Constraints:      41163
766.17/770.86	c #Conflicts:    1500000 | #Constraints:      42163
766.17/770.86	c #Conflicts:    1501000 | #Constraints:      43163
766.17/770.86	c #Conflicts:    1502000 | #Constraints:      44163
766.17/770.86	c #Conflicts:    1503000 | #Constraints:      45163
766.17/770.86	c #Conflicts:    1504000 | #Constraints:      46163
766.17/770.86	c #Conflicts:    1505000 | #Constraints:      47163
766.17/770.86	c #Conflicts:    1506000 | #Constraints:      48163
766.17/770.86	c #Conflicts:    1507000 | #Constraints:      49163
766.17/770.86	c #Conflicts:    1508000 | #Constraints:      50163
766.17/770.86	c #Conflicts:    1509000 | #Constraints:      51163
766.17/770.86	c #Conflicts:    1510000 | #Constraints:      52163
766.17/770.86	c #Conflicts:    1511000 | #Constraints:      53163
766.17/770.86	c #Conflicts:    1512000 | #Constraints:      54163
766.17/770.86	c #Conflicts:    1513000 | #Constraints:      55163
766.17/770.86	c #Conflicts:    1514000 | #Constraints:      56163
766.17/770.86	c #Conflicts:    1515000 | #Constraints:      57163
766.17/770.86	c #Conflicts:    1516000 | #Constraints:      58163
766.17/770.86	c INPROCESSING
766.17/770.86	c GARBAGE COLLECT
766.17/770.86	c #Conflicts:    1517000 | #Constraints:      34676
766.17/770.86	c #Conflicts:    1518000 | #Constraints:      35676
766.17/770.86	c #Conflicts:    1519000 | #Constraints:      36676
766.17/770.86	c #Conflicts:    1520000 | #Constraints:      37676
766.17/770.86	c #Conflicts:    1521000 | #Constraints:      38676
766.17/770.86	c #Conflicts:    1522000 | #Constraints:      39676
766.17/770.86	c #Conflicts:    1523000 | #Constraints:      40676
766.17/770.86	c #Conflicts:    1524000 | #Constraints:      41676
766.17/770.86	c #Conflicts:    1525000 | #Constraints:      42676
766.17/770.86	c #Conflicts:    1526000 | #Constraints:      43676
766.17/770.86	c #Conflicts:    1527000 | #Constraints:      44676
766.17/770.86	c #Conflicts:    1528000 | #Constraints:      45676
766.17/770.86	c #Conflicts:    1529000 | #Constraints:      46676
766.17/770.86	c #Conflicts:    1530000 | #Constraints:      47676
766.17/770.86	c #Conflicts:    1531000 | #Constraints:      48676
766.17/770.86	c #Conflicts:    1532000 | #Constraints:      49676
766.17/770.86	c #Conflicts:    1533000 | #Constraints:      50676
766.17/770.86	c #Conflicts:    1534000 | #Constraints:      51676
766.17/770.86	c #Conflicts:    1535000 | #Constraints:      52676
766.17/770.86	c #Conflicts:    1536000 | #Constraints:      53676
766.17/770.86	c #Conflicts:    1537000 | #Constraints:      54676
766.17/770.86	c #Conflicts:    1538000 | #Constraints:      55676
766.17/770.86	c #Conflicts:    1539000 | #Constraints:      56676
766.17/770.86	c #Conflicts:    1540000 | #Constraints:      57676
766.17/770.86	c #Conflicts:    1541000 | #Constraints:      58677
766.17/770.86	c INPROCESSING
766.17/770.86	c GARBAGE COLLECT
766.17/770.86	c #Conflicts:    1542000 | #Constraints:      34962
766.17/770.86	c #Conflicts:    1543000 | #Constraints:      35962
766.17/770.86	c #Conflicts:    1544000 | #Constraints:      36962
766.17/770.86	c #Conflicts:    1545000 | #Constraints:      37962
766.17/770.86	c #Conflicts:    1546000 | #Constraints:      38962
766.17/770.86	c #Conflicts:    1547000 | #Constraints:      39962
766.17/770.86	c #Conflicts:    1548000 | #Constraints:      40962
766.17/770.86	c #Conflicts:    1549000 | #Constraints:      41962
766.17/770.86	c #Conflicts:    1550000 | #Constraints:      42962
766.17/770.86	c #Conflicts:    1551000 | #Constraints:      43962
766.17/770.86	c #Conflicts:    1552000 | #Constraints:      44962
766.17/770.86	c #Conflicts:    1553000 | #Constraints:      45962
766.17/770.86	c #Conflicts:    1554000 | #Constraints:      46962
766.17/770.86	c #Conflicts:    1555000 | #Constraints:      47963
766.17/770.86	c #Conflicts:    1556000 | #Constraints:      48963
844.92/849.90	c #Conflicts:    1557000 | #Constraints:      49963
844.92/849.90	c #Conflicts:    1558000 | #Constraints:      50963
844.92/849.90	c #Conflicts:    1559000 | #Constraints:      51964
844.92/849.90	c #Conflicts:    1560000 | #Constraints:      52964
844.92/849.90	c #Conflicts:    1561000 | #Constraints:      53964
844.92/849.90	c #Conflicts:    1562000 | #Constraints:      54965
844.92/849.90	c #Conflicts:    1563000 | #Constraints:      55965
844.92/849.90	c #Conflicts:    1564000 | #Constraints:      56965
844.92/849.90	c #Conflicts:    1565000 | #Constraints:      57965
844.92/849.90	c #Conflicts:    1566000 | #Constraints:      58965
844.92/849.90	c INPROCESSING
844.92/849.90	c GARBAGE COLLECT
844.92/849.90	c #Conflicts:    1567000 | #Constraints:      35151
844.92/849.90	c #Conflicts:    1568000 | #Constraints:      36151
844.92/849.90	c #Conflicts:    1569000 | #Constraints:      37151
844.92/849.90	c #Conflicts:    1570000 | #Constraints:      38151
844.92/849.90	c #Conflicts:    1571000 | #Constraints:      39151
844.92/849.90	c #Conflicts:    1572000 | #Constraints:      40151
844.92/849.90	c #Conflicts:    1573000 | #Constraints:      41152
844.92/849.90	c #Conflicts:    1574000 | #Constraints:      42152
844.92/849.90	c #Conflicts:    1575000 | #Constraints:      43152
844.92/849.90	c #Conflicts:    1576000 | #Constraints:      44152
844.92/849.90	c #Conflicts:    1577000 | #Constraints:      45152
844.92/849.90	c #Conflicts:    1578000 | #Constraints:      46152
844.92/849.90	c #Conflicts:    1579000 | #Constraints:      47152
844.92/849.90	c #Conflicts:    1580000 | #Constraints:      48152
844.92/849.90	c #Conflicts:    1581000 | #Constraints:      49152
844.92/849.90	c #Conflicts:    1582000 | #Constraints:      50153
844.92/849.90	c #Conflicts:    1583000 | #Constraints:      51153
844.92/849.90	c #Conflicts:    1584000 | #Constraints:      52602
844.92/849.90	c #Conflicts:    1585000 | #Constraints:      54107
844.92/849.90	c #Conflicts:    1586000 | #Constraints:      55614
844.92/849.90	c #Conflicts:    1587000 | #Constraints:      57137
844.92/849.90	c #Conflicts:    1588000 | #Constraints:      58639
844.92/849.90	c #Conflicts:    1589000 | #Constraints:      59988
844.92/849.90	c #Conflicts:    1590000 | #Constraints:      60988
844.92/849.90	c #Conflicts:    1591000 | #Constraints:      61988
844.92/849.90	c INPROCESSING
844.92/849.90	c GARBAGE COLLECT
844.92/849.90	c #Conflicts:    1592000 | #Constraints:      36586
844.92/849.90	c #Conflicts:    1593000 | #Constraints:      37587
844.92/849.90	c #Conflicts:    1594000 | #Constraints:      38587
844.92/849.90	c #Conflicts:    1595000 | #Constraints:      39587
844.92/849.90	c #Conflicts:    1596000 | #Constraints:      40587
844.92/849.90	c #Conflicts:    1597000 | #Constraints:      41587
844.92/849.90	c #Conflicts:    1598000 | #Constraints:      42587
844.92/849.90	c #Conflicts:    1599000 | #Constraints:      43587
844.92/849.90	c #Conflicts:    1600000 | #Constraints:      44587
844.92/849.90	c #Conflicts:    1601000 | #Constraints:      45587
844.92/849.90	c #Conflicts:    1602000 | #Constraints:      46587
844.92/849.90	c #Conflicts:    1603000 | #Constraints:      47587
844.92/849.90	c #Conflicts:    1604000 | #Constraints:      48587
844.92/849.90	c #Conflicts:    1605000 | #Constraints:      49587
844.92/849.90	c #Conflicts:    1606000 | #Constraints:      50587
844.92/849.90	c #Conflicts:    1607000 | #Constraints:      51587
844.92/849.90	c #Conflicts:    1608000 | #Constraints:      52587
844.92/849.90	c #Conflicts:    1609000 | #Constraints:      53587
844.92/849.90	c #Conflicts:    1610000 | #Constraints:      54587
844.92/849.90	c #Conflicts:    1611000 | #Constraints:      55587
844.92/849.90	c #Conflicts:    1612000 | #Constraints:      56587
844.92/849.90	c #Conflicts:    1613000 | #Constraints:      57587
844.92/849.90	c #Conflicts:    1614000 | #Constraints:      58588
844.92/849.90	c #Conflicts:    1615000 | #Constraints:      59589
844.92/849.90	c #Conflicts:    1616000 | #Constraints:      60593
844.92/849.90	c INPROCESSING
844.92/849.90	c GARBAGE COLLECT
844.92/849.90	c #Conflicts:    1617000 | #Constraints:      35665
844.92/849.90	c #Conflicts:    1618000 | #Constraints:      36665
844.92/849.90	c #Conflicts:    1619000 | #Constraints:      37665
844.92/849.90	c #Conflicts:    1620000 | #Constraints:      38665
844.92/849.90	c #Conflicts:    1621000 | #Constraints:      39665
844.92/849.90	c #Conflicts:    1622000 | #Constraints:      40666
844.92/849.90	c #Conflicts:    1623000 | #Constraints:      41666
844.92/849.90	c #Conflicts:    1624000 | #Constraints:      42666
844.92/849.90	c #Conflicts:    1625000 | #Constraints:      43666
844.92/849.90	c #Conflicts:    1626000 | #Constraints:      44666
844.92/849.90	c #Conflicts:    1627000 | #Constraints:      45666
844.92/849.90	c #Conflicts:    1628000 | #Constraints:      46666
844.92/849.90	c #Conflicts:    1629000 | #Constraints:      47667
844.92/849.90	c #Conflicts:    1630000 | #Constraints:      48667
844.92/849.90	c #Conflicts:    1631000 | #Constraints:      49711
844.92/849.90	c #Conflicts:    1632000 | #Constraints:      50903
844.92/849.90	c #Conflicts:    1633000 | #Constraints:      51903
856.30/861.48	c #Conflicts:    1634000 | #Constraints:      52903
856.30/861.48	c #Conflicts:    1635000 | #Constraints:      53903
856.30/861.48	c #Conflicts:    1636000 | #Constraints:      54903
856.30/861.48	c #Conflicts:    1637000 | #Constraints:      55903
856.30/861.48	c #Conflicts:    1638000 | #Constraints:      56903
856.30/861.48	c #Conflicts:    1639000 | #Constraints:      57903
856.30/861.48	c #Conflicts:    1640000 | #Constraints:      58904
856.30/861.48	c #Conflicts:    1641000 | #Constraints:      59904
856.30/861.48	c #Conflicts:    1642000 | #Constraints:      60904
856.30/861.48	c INPROCESSING
856.30/861.48	c GARBAGE COLLECT
856.30/861.48	WSVECS04 Frhs2[4]: 6 -33.4364 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[9]: 6 -0.815969 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[15]: 6 -0.985582 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[34]: 6 -0.870265 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[79]: 6 -1.00021 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[91]: 6 -1.0394 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[92]: 6 -1.8008 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[111]: 6 -1.32523 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[140]: 6 -1.00694 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[204]: 6 -0.553019 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[235]: 6 -1466.99 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[262]: 6 -170.172 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[276]: 6 -0.996069 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[290]: 6 -0.879418 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[347]: 6 -1.03471 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[363]: 6 -733.366 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[365]: 6 -0.96809 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[389]: 6 -1.00472 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[396]: 6 -0.860633 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[404]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[438]: 6 -0.211083 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[459]: 6 -0.842417 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[500]: 6 -0.414203 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[513]: 6 -1.51041 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[522]: 6 -1466.61 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[524]: 6 -0.96805 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[546]: 6 -0.988574 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[571]: 6 0 0.130292 shouldn't be
856.30/861.48	WSVECS04 Frhs2[597]: 6 -4.41472 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[609]: 6 -5.24037 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[619]: 6 -733.694 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[643]: 6 -0.855131 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[652]: 6 -0.86049 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[657]: 6 -0.99996 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[658]: 6 -1.10898 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[660]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[672]: 6 -0.704084 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[676]: 6 -0.999999 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[677]: 6 0 0.226205 shouldn't be
856.30/861.48	WSVECS04 Frhs2[678]: 6 -91.9049 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1065]: 6 -0.687346 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1089]: 6 -2.24955 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1118]: 6 -1.63383 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1137]: 6 -0.997694 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1145]: 6 0 1.41257 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1154]: 6 -0.87961 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1158]: 6 -2.98366 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1168]: 6 -0.40847 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1178]: 6 -0.928823 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1201]: 6 -0.996348 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1209]: 6 -1.13473 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1223]: 6 0 0.344206 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1246]: 6 -0.532199 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1253]: 6 -2.0378 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1287]: 6 -0.750001 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1305]: 6 -1.43013 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1322]: 6 -0.999999 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1326]: 6 -0.99937 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1364]: 6 -1.00138 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1423]: 6 -0.773753 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1438]: 6 -1.34616 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1464]: 6 -0.876239 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1475]: 6 -1.00004 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1517]: 6 -1.11001 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1533]: 6 -1.64085 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1603]: 6 -0.872447 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1631]: 6 -0.376981 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1641]: 6 -1.19798 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1643]: 6 -0.390431 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1646]: 6 -0.595797 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1772]: 6 -0.943587 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1961]: 6 -0.76016 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1966]: 6 0 0.918728 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1973]: 6 -2.26295 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[1987]: 6 -0.998932 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2004]: 6 -0.853253 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2009]: 6 -1.05226 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2052]: 6 0 1.30837 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2060]: 6 -8.92738 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2062]: 6 -0.988831 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2064]: 6 -0.979521 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2069]: 6 -0.995986 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2085]: 6 -0.979876 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2104]: 6 -0.773569 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2106]: 6 -0.982117 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2147]: 6 -28.0526 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2151]: 6 -138.348 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2154]: 6 -5.01082 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2158]: 6 -0.981448 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2163]: 6 -8427.68 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2167]: 6 0 1.70184 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2174]: 6 -0.913064 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2177]: 6 -0.994097 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2181]: 6 -1.0014 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2184]: 6 -0.990813 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2186]: 6 -0.990824 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2187]: 6 -0.967395 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2189]: 6 -0.981261 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2193]: 6 -0.837715 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2266]: 6 0 0.0686971 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2268]: 6 -0.121499 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2275]: 6 -1.00071 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2277]: 6 -0.935253 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2280]: 6 0 0.025914 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2282]: 6 -0.97293 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2283]: 6 -0.935641 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2286]: 6 -0.980466 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2298]: 6 -0.542946 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2300]: 6 -9.27349 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2337]: 6 -0.956046 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2351]: 6 -0.996725 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2355]: 6 -0.888246 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2360]: 6 -1.02147 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2364]: 6 -0.811041 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2365]: 6 -0.9985 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2383]: 6 -1.76645 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2389]: 6 -0.518081 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2392]: 6 -2.87118 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2422]: 6 -0.996354 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2435]: 6 -0.173674 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2446]: 6 -1.00001 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2458]: 6 -0.999087 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2460]: 6 -0.998848 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2472]: 6 -0.996355 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2473]: 6 -0.996304 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2548]: 6 -0.999927 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2549]: 6 -0.999927 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2552]: 6 -1.00029 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2564]: 6 -0.974046 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2612]: 6 -1.05395 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2627]: 6 -0.999932 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2648]: 6 -0.999994 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2661]: 6 -0.999735 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2680]: 6 -0.946168 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2732]: 6 -0.897079 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2745]: 6 -0.999982 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2750]: 6 -1.00005 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2767]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2822]: 6 -88.262 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2833]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2869]: 6 -0.124742 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2894]: 6 -1.00063 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2940]: 6 -0.99495 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3009]: 6 -0.993485 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3016]: 6 -0.856743 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3106]: 6 -1.12018 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3110]: 6 -1.01492 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3114]: 6 -0.940251 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3124]: 6 -1.0001 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3129]: 6 -0.999718 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3145]: 6 -0.828732 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3148]: 6 -0.983437 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3206]: 6 -1.00021 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3207]: 6 -0.999248 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3227]: 6 -1.00501 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3228]: 6 -0.997695 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3247]: 6 -0.99656 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3300]: 6 0 7.55997 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3302]: 6 0 15.6394 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3308]: 6 -141.96 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3315]: 6 -1.00002 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3328]: 6 -0.997805 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3329]: 6 -1.00341 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3343]: 6 -0.904378 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3362]: 6 -1.16864 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3418]: 6 -0.963325 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3492]: 6 -1.62499 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3511]: 6 -0.935984 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3516]: 6 0 1.2632 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3518]: 6 -0.913741 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3534]: 6 -0.904379 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3538]: 6 -0.46084 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3540]: 6 -0.956333 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3542]: 6 -1.65683 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3589]: 6 -0.996813 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3594]: 6 -0.972602 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3595]: 6 -0.972602 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3605]: 6 -0.952471 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3611]: 6 -0.135214 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3625]: 6 -0.769408 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3627]: 6 -0.913976 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3630]: 6 -0.819852 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3631]: 6 -0.525552 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3676]: 6 -1.00002 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3686]: 6 -2.74772 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3693]: 6 -0.998678 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3696]: 6 -0.957249 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3702]: 6 -0.999802 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3703]: 6 -0.999802 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3710]: 6 -0.68074 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3712]: 6 -0.993127 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3713]: 6 -0.993127 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3716]: 6 -1.34962 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3723]: 6 -0.341579 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3728]: 6 -0.995271 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3777]: 6 -0.600326 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3784]: 6 -3.07456 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3790]: 6 -0.998511 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3794]: 6 -0.989173 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3804]: 6 -0.933916 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3812]: 6 -0.867721 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3815]: 6 -0.391045 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3822]: 6 0 0.513337 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3829]: 6 -0.999988 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3832]: 6 -0.999856 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3880]: 6 -0.998914 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3883]: 6 -1.00218 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3902]: 6 -0.999976 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3904]: 6 -0.999962 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3912]: 6 -0.537267 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3920]: 6 -0.996067 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3969]: 6 -0.644183 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[3988]: 6 -0.998622 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4005]: 6 -0.0345207 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4010]: 6 -0.895603 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4015]: 6 -0.904892 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4025]: 6 -0.959828 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4088]: 6 -0.392645 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4114]: 6 -0.874167 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4118]: 6 -1.12583 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4122]: 6 -1.13316 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4142]: 6 -0.989452 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4155]: 6 -1 0 shouldn't be
856.30/861.48	WSVECS04 Frhs2[4227]: 6 -1.00146 0 shouldn't be
871.46/876.66	c #Conflicts:    1643000 | #Constraints:      35999
871.46/876.66	c #Conflicts:    1644000 | #Constraints:      36999
871.46/876.66	c #Conflicts:    1645000 | #Constraints:      37999
871.46/876.66	c #Conflicts:    1646000 | #Constraints:      38999
871.46/876.66	c #Conflicts:    1647000 | #Constraints:      40000
871.46/876.66	c #Conflicts:    1648000 | #Constraints:      41000
871.46/876.66	c #Conflicts:    1649000 | #Constraints:      42000
871.46/876.66	c #Conflicts:    1650000 | #Constraints:      43000
871.46/876.66	c #Conflicts:    1651000 | #Constraints:      44000
871.46/876.66	c #Conflicts:    1652000 | #Constraints:      45000
871.46/876.66	c #Conflicts:    1653000 | #Constraints:      46000
871.46/876.66	c #Conflicts:    1654000 | #Constraints:      47000
871.46/876.66	c #Conflicts:    1655000 | #Constraints:      48000
871.46/876.66	c #Conflicts:    1656000 | #Constraints:      49000
871.46/876.66	c #Conflicts:    1657000 | #Constraints:      50318
871.46/876.66	c #Conflicts:    1658000 | #Constraints:      51842
871.46/876.66	c #Conflicts:    1659000 | #Constraints:      53358
871.46/876.66	c #Conflicts:    1660000 | #Constraints:      54547
871.46/876.66	c #Conflicts:    1661000 | #Constraints:      55547
871.46/876.66	c #Conflicts:    1662000 | #Constraints:      56548
871.46/876.66	c #Conflicts:    1663000 | #Constraints:      57548
871.46/876.66	c #Conflicts:    1664000 | #Constraints:      58548
871.46/876.66	c #Conflicts:    1665000 | #Constraints:      59548
871.46/876.66	c #Conflicts:    1666000 | #Constraints:      60548
871.46/876.66	c #Conflicts:    1667000 | #Constraints:      61548
871.46/876.66	c #Conflicts:    1668000 | #Constraints:      62548
871.46/876.66	c INPROCESSING
871.46/876.66	c GARBAGE COLLECT
871.46/876.66	WSVECS04 Frhs2[9]: 6 -0.747491 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[11]: 6 -2.08163 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[12]: 6 -0.0521258 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[15]: 6 -0.999992 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[24]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[26]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[39]: 6 -0.539215 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[55]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[64]: 6 -0.443346 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[65]: 6 -2.62502 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[76]: 6 0 0.464441 shouldn't be
871.46/876.66	WSVECS04 Frhs2[90]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[99]: 6 -1.15473 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[111]: 6 0 0.236783 shouldn't be
871.46/876.66	WSVECS04 Frhs2[119]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[123]: 6 -0.721716 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[125]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[129]: 6 0 0.425937 shouldn't be
871.46/876.66	WSVECS04 Frhs2[145]: 6 -3.25006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[149]: 6 -0.498527 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[155]: 6 -0.658501 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[160]: 6 -3.04436 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[172]: 6 0 1.04175 shouldn't be
871.46/876.66	WSVECS04 Frhs2[185]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[188]: 6 -1.0555 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[197]: 6 -1.08341 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[203]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[204]: 6 0 3.87509 shouldn't be
871.46/876.66	WSVECS04 Frhs2[207]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[217]: 6 -0.985066 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[237]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[268]: 6 -0.0518704 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[315]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[347]: 6 -0.568106 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[377]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[383]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[400]: 6 -0.99564 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[403]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[410]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[413]: 6 -0.930491 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[431]: 6 -2.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[435]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[440]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[442]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[453]: 6 -1.16967 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[459]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[460]: 6 0 0.000375338 shouldn't be
871.46/876.66	WSVECS04 Frhs2[461]: 6 -2.34156 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[470]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[473]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[480]: 6 -1.47464 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[532]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[538]: 6 -0.721748 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[542]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[543]: 6 -1.31257 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[559]: 6 -2.23678 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[572]: 6 -0.610861 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[591]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[603]: 6 -0.568076 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[604]: 6 -3.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[608]: 6 -0.250075 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[616]: 6 -0.395568 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[629]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[632]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[639]: 6 0 0.0313493 shouldn't be
871.46/876.66	WSVECS04 Frhs2[645]: 6 -1.1667 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[647]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[655]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[669]: 6 -0.930483 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[679]: 6 -1.61874 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[681]: 6 -1.1622 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[688]: 6 -1.25008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[689]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[697]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[721]: 6 -1.50004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[728]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[733]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[909]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[914]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[916]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[918]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1005]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1013]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1017]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1020]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1035]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1062]: 6 -1.20551 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1065]: 6 0 0.476628 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1070]: 6 -1.25002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1071]: 6 -1.25008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1072]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1075]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1077]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1078]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1082]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1088]: 6 -1.62508 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1092]: 6 -1.06252 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1097]: 6 0 1.28574 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1108]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1112]: 6 -1.29303 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1119]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1134]: 6 -0.593826 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1136]: 6 -0.874921 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1139]: 6 -1.9998 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1142]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1145]: 6 -0.271886 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1154]: 6 0 1.91409 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1156]: 6 -0.0258962 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1162]: 6 -0.625054 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1164]: 6 -0.671934 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1167]: 6 -0.687623 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1169]: 6 -0.643774 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1170]: 6 -0.749585 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1172]: 6 -1.99812 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1181]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1182]: 6 0 0.0855205 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1184]: 6 0 0.101637 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1186]: 6 -1.25344 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1194]: 6 -0.752483 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1198]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1201]: 6 -1.24994 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1218]: 6 -0.647719 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1219]: 6 -0.799948 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1220]: 6 -1.17684 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1222]: 6 -0.707073 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1227]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1228]: 6 -1.73468 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1229]: 6 -0.72349 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1239]: 6 -1.25003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1242]: 6 -1.90629 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1243]: 6 -1.75008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1244]: 6 -2.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1245]: 6 -0.750098 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1248]: 6 -1.25001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1250]: 6 -1.3126 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1251]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1252]: 6 -2.26565 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1253]: 6 -1.05916 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1254]: 6 -0.961997 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1256]: 6 -0.847743 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1258]: 6 -0.390717 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1263]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1271]: 6 -0.375073 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1278]: 6 -2.23777 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1290]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1294]: 6 -0.50977 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1295]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1306]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1307]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1310]: 6 -1.14634 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1312]: 6 -1.00122 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1325]: 6 -1.50005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1329]: 6 -1.50009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1338]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1339]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1343]: 6 -1.25009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1353]: 6 -0.428631 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1356]: 6 0 1.00007 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1357]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1368]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1369]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1372]: 6 -1.33213 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1379]: 6 0 0.125057 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1400]: 6 -1.50006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1402]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1405]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1407]: 6 -1.24326 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1408]: 6 -1.23638 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1420]: 6 -0.875025 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1429]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1430]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1434]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1442]: 6 -0.707668 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1447]: 6 -0.500066 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1449]: 6 -2.20077 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1452]: 6 -2.11527 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1454]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1464]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1466]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1469]: 6 -1.31252 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1470]: 6 -1.37506 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1471]: 6 -1.25007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1474]: 6 0 0.883966 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1494]: 6 -0.875065 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1503]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1522]: 6 -1.31255 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1527]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1530]: 6 -1.25009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1531]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1533]: 6 -1.25007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1537]: 6 0 0.804702 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1538]: 6 0 0.625046 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1549]: 6 -1.43753 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1553]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1560]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1566]: 6 -1.66514 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1579]: 6 -0.750015 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1581]: 6 -1.08209 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1585]: 6 -1.31254 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1586]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1587]: 6 -1.25008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1593]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1596]: 6 -1.81259 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1597]: 6 -1.62508 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1598]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1599]: 6 -1.33792 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1603]: 6 -2.66802 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1605]: 6 -2.70317 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1614]: 6 -0.835972 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1616]: 6 -1.09384 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1617]: 6 -0.697303 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1618]: 6 -0.375062 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1628]: 6 -1.25006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1632]: 6 -1.81254 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1639]: 6 -1.40514 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1644]: 6 -1.20148 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1657]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1679]: 6 -0.359398 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1684]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1688]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1690]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1691]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1694]: 6 -1.21884 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1704]: 6 -0.228223 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1709]: 6 -0.250051 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1710]: 6 -0.500091 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1724]: 6 -1.31256 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1733]: 6 -1.90671 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1735]: 6 -1.7313 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1743]: 6 -0.687599 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1745]: 6 -0.750056 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1747]: 6 -0.777789 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1748]: 6 -0.555583 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1751]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1774]: 6 -0.656322 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1777]: 6 0 0.632853 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1953]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1955]: 6 -3.49935 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1980]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1985]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1991]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[1999]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2001]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2004]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2008]: 6 -1.25007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2009]: 6 -1.25008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2016]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2064]: 6 -1.13016 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2076]: 6 -4.67597 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2077]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2078]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2080]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2081]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2083]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2085]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2088]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2090]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2094]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2097]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2100]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2103]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2106]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2108]: 6 0 0.113428 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2110]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2111]: 6 -2.11343 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2130]: 6 -0.500134 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2142]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2145]: 6 -0.00254558 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2149]: 6 -0.70145 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2152]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2156]: 6 -1.16233 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2166]: 6 0 1.25008 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2171]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2176]: 6 0 1.50008 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2180]: 6 -2.99959 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2183]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2185]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2187]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2189]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2193]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2196]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2197]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2199]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2200]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2207]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2216]: 6 -1.26346 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2220]: 6 -1.50004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2223]: 6 -1.31252 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2225]: 6 -1.25002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2229]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2231]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2232]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2233]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2237]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2242]: 6 0 1.2891 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2243]: 6 -0.711034 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2247]: 6 -0.843801 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2265]: 6 -0.986786 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2268]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2272]: 6 0 0.07791 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2279]: 6 -0.996181 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2283]: 6 -0.984447 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2286]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2290]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2292]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2294]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2296]: 6 -0.286895 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2298]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2299]: 6 0 1.42637 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2303]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2316]: 6 -0.99034 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2317]: 6 -0.999565 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2321]: 6 -0.9922 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2324]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2328]: 6 -1.50009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2329]: 6 -1.0151 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2331]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2333]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2337]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2342]: 6 0 1.10165 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2352]: 6 -1.24763 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2353]: 6 -1.24764 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2357]: 6 -0.990308 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2360]: 6 -1.03898 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2361]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2366]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2370]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2371]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2374]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2375]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2378]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2379]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2382]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2384]: 6 0 1.00007 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2386]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2388]: 6 0 0.875032 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2390]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2393]: 6 -0.0396523 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2395]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2398]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2404]: 6 -1.4092 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2412]: 6 -1.25002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2419]: 6 0 0.700014 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2422]: 6 -0.988313 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2423]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2425]: 6 -0.85941 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2426]: 6 -0.718845 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2431]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2448]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2460]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2461]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2463]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2466]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2467]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2470]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2471]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2473]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2476]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2479]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2482]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2483]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2486]: 6 -3.25006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2487]: 6 -3.25007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2492]: 6 0 0.0625205 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2494]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2498]: 6 -2.00724 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2500]: 6 -1.32039 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2506]: 6 -0.500021 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2515]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2519]: 6 -1.62509 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2523]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2524]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2529]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2532]: 6 -1.32037 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2533]: 6 -1.32034 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2537]: 6 -0.781309 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2539]: 6 -0.437553 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2542]: 6 -1.25007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2543]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2547]: 6 -2.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2554]: 6 -5.38676 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2558]: 6 -2.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2559]: 6 -2.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2564]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2568]: 6 -1.31252 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2571]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2574]: 6 0 1.50002 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2577]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2580]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2582]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2586]: 6 -1.62504 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2587]: 6 -1.62502 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2591]: 6 -0.500058 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2600]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2602]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2608]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2622]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2623]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2624]: 6 -1.50004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2640]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2641]: 6 -0.500075 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2644]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2645]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2648]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2650]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2652]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2654]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2656]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2657]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2660]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2662]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2664]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2665]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2668]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2669]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2672]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2675]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2677]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2680]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2681]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2683]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2686]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2690]: 6 -1.39456 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2692]: 6 -1.57818 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2698]: 6 -1.25007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2700]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2705]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2706]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2710]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2711]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2718]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2729]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2744]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2745]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2748]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2749]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2752]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2756]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2757]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2760]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2761]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2764]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2765]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2767]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2775]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2782]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2783]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2787]: 6 -1.33208 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2791]: 6 -1.3126 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2795]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2803]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2806]: 6 -1.50003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2807]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2808]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2809]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2812]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2814]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2815]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2816]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2832]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2833]: 6 -0.500013 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2835]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2837]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2840]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2841]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2849]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2852]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2853]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2856]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2857]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2861]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2864]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2869]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2871]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2874]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2876]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2878]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2880]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2887]: 6 -1.25008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2888]: 6 -1.74623 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2892]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2893]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2901]: 6 -1.25004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2906]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2910]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2913]: 6 -0.671902 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2915]: 6 -0.656301 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2917]: 6 -0.687547 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2921]: 6 -0.750075 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2925]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2932]: 6 -1.06162 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2933]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2937]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2940]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2941]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2945]: 6 -3.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2948]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2950]: 6 -1.25006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2951]: 6 -1.25004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2955]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2958]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2959]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2962]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2963]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2966]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2968]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2969]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2971]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2974]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2975]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2977]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2983]: 6 -0.945363 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2989]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[2999]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3000]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3001]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3002]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3004]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3008]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3013]: 6 -0.625067 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3019]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3024]: 6 -5.75008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3027]: 6 -0.375098 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3034]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3035]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3038]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3044]: 6 -5.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3045]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3048]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3049]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3051]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3053]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3056]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3057]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3060]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3064]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3068]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3070]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3072]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3084]: 6 -0.509796 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3096]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3097]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3099]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3103]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3108]: 6 0 1.10716 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3128]: 6 -2.96111 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3132]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3133]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3137]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3140]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3143]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3145]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3147]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3152]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3153]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3156]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3157]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3160]: 6 -1.25003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3166]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3168]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3179]: 6 -1.50008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3182]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3202]: 6 0 1.0001 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3206]: 6 0 1.16409 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3224]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3226]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3228]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3230]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3231]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3233]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3236]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3237]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3239]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3241]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3243]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3247]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3249]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3256]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3258]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3259]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3262]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3263]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3269]: 6 -2.04662 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3271]: 6 -1.25008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3278]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3288]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3295]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3304]: 6 -1.33935 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3314]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3315]: 6 -3.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3318]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3319]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3322]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3324]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3325]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3331]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3334]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3338]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3340]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3341]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3344]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3345]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3348]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3351]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3353]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3355]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3358]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3359]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3367]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3377]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3383]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3385]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3409]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3411]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3413]: 6 -1.50004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3416]: 6 0 1.00002 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3417]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3420]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3427]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3436]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3440]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3444]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3448]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3449]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3452]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3463]: 6 -1.25004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3474]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3478]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3487]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3488]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3495]: 6 -0.652421 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3499]: 6 -0.60945 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3503]: 6 -0.437548 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3506]: 6 -1.25003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3517]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3519]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3523]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3525]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3528]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3529]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3532]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3533]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3535]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3540]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3544]: 6 -1.25007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3545]: 6 -1.25004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3550]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3551]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3563]: 6 -1.25001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3571]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3576]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3577]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3580]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3581]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3588]: 6 0 1.16214 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3604]: 6 0 1.50003 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3608]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3613]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3616]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3620]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3624]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3627]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3630]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3632]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3634]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3636]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3637]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3640]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3642]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3643]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3646]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3659]: 6 -1.8516 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3661]: 6 -1.25007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3662]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3675]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3676]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3699]: 6 0 1.15633 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3710]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3713]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3716]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3717]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3720]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3721]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3725]: 6 -3.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3728]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3731]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3734]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3738]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3739]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3742]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3755]: 6 -1.50007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3759]: 6 -1.3282 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3765]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3782]: 6 0 1.43756 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3789]: 6 -0.500018 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3791]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3801]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3804]: 6 0 1.34383 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3814]: 6 0 1.00007 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3822]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3823]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3826]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3829]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3832]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3833]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3835]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3837]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3856]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3857]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3859]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3865]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3868]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3870]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3871]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3879]: 6 -0.625032 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3898]: 6 0 2.00006 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3902]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3904]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3906]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3907]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3910]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3912]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3914]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3916]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3918]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3922]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3926]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3929]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3932]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3946]: 6 -1.16214 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3950]: 6 -1.25001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3954]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3956]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3957]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3959]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3986]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3993]: 6 -0.593817 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[3997]: 6 -0.375077 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4004]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4010]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4014]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4015]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4017]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4020]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4021]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4024]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4025]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4028]: 6 -1.25002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4046]: 6 -1.34382 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4047]: 6 -1.19734 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4054]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4062]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4101]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4104]: 6 -1.00003 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4108]: 6 -1.00005 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4112]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4113]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4116]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4118]: 6 -1.00004 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4120]: 6 -1.00002 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4121]: 6 -1.0001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4124]: 6 -2.50007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4127]: 6 0 2.00004 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4128]: 6 0 5.00005 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4139]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4143]: 6 -1.42863 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4177]: 6 -1.00006 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4203]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4204]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4223]: 6 -1.00001 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4224]: 6 -1.00009 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4261]: 6 -1.00008 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4265]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4279]: 6 -1.00007 0 shouldn't be
871.46/876.66	WSVECS04 Frhs2[4280]: 6 -1.00008 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[9]: 6 -0.747469 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[11]: 6 -2.08155 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[12]: 6 -0.0520839 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[30]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[39]: 6 -0.539141 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[50]: 6 -0.999837 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[64]: 6 -0.443327 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[65]: 6 -2.62495 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[76]: 6 0 0.464411 shouldn't be
872.46/877.63	WSVECS04 Frhs2[90]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[91]: 6 -0.196917 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[111]: 6 0 0.236714 shouldn't be
872.46/877.63	WSVECS04 Frhs2[116]: 6 -1.00065 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[129]: 6 0 0.425849 shouldn't be
872.46/877.63	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[154]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[160]: 6 -3.04427 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[172]: 6 0 1.04167 shouldn't be
872.46/877.63	WSVECS04 Frhs2[188]: 6 -1.05542 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[202]: 6 -0.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[203]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[204]: 6 0 3.875 shouldn't be
872.46/877.63	WSVECS04 Frhs2[216]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[235]: 6 -0.58155 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[236]: 6 -1.05208 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[239]: 6 -1.99994 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[268]: 6 -0.0518073 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[306]: 6 -0.999838 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[332]: 6 0 0.5 shouldn't be
872.46/877.63	WSVECS04 Frhs2[347]: 6 -0.568033 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[381]: 6 -1.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[393]: 6 0 6.07637e-07 shouldn't be
872.46/877.63	WSVECS04 Frhs2[400]: 6 -0.995569 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[431]: 6 -1.99997 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[460]: 6 0 0.000277538 shouldn't be
872.46/877.63	WSVECS04 Frhs2[480]: 6 -1.47458 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[506]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[532]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[543]: 6 -1.3125 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[559]: 6 -2.2367 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[602]: 6 -0.721663 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[603]: 6 -0.568033 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[604]: 6 -3 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[608]: 6 -0.250001 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[616]: 6 -0.395508 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[624]: 6 -0.625031 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[639]: 6 0 0.031251 shouldn't be
872.46/877.63	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[679]: 6 -1.61865 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[681]: 6 -1.16211 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[688]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[697]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[721]: 6 -1.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[731]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[732]: 6 -0.38833 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[948]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[985]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1005]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1020]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1062]: 6 -1.20546 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1065]: 6 0 0.476563 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1070]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1134]: 6 -0.593751 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1136]: 6 -0.874883 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1154]: 6 0 1.91406 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1156]: 6 -0.0258267 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1164]: 6 -0.671891 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1166]: 6 -0.84375 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1167]: 6 -0.687561 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1169]: 6 -0.643751 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1172]: 6 -1.99805 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1184]: 6 0 0.101563 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1186]: 6 -1.25342 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1196]: 6 -1.00974 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1209]: 6 -0.969988 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1217]: 6 -0.928956 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1218]: 6 -0.647705 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1226]: 6 -1.1875 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1231]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1239]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1248]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1250]: 6 -1.3125 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1252]: 6 -2.26563 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1254]: 6 -0.961914 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1258]: 6 -0.390626 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1263]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1279]: 6 -1.0324 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1294]: 6 -0.509736 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1317]: 6 -1.46875 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1325]: 6 -1.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1329]: 6 -1.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1343]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1344]: 6 -1.32813 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1353]: 6 -0.428572 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1356]: 6 0 1 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1367]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1370]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1400]: 6 -1.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1409]: 6 -0.867781 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1417]: 6 -4.46875 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1419]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1424]: 6 -2 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1449]: 6 -2.20069 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1453]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1471]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1473]: 6 -1.99554 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1474]: 6 0 0.883929 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1486]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1533]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1538]: 6 0 0.625001 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1542]: 6 -3.65625 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1543]: 6 -1.47498 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1581]: 6 -1.08203 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1598]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1603]: 6 -2.66797 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1605]: 6 -2.70313 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1614]: 6 -0.835938 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1616]: 6 -1.09375 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1617]: 6 -0.697266 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1639]: 6 -1.40509 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1644]: 6 -1.20139 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1647]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1679]: 6 -0.359376 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1690]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1694]: 6 -1.21875 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1704]: 6 -0.228133 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1709]: 6 -0.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1710]: 6 -0.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1735]: 6 -1.7312 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1748]: 6 -0.555556 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1955]: 6 -3.49931 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1983]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2008]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2064]: 6 -1.13006 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2076]: 6 -4.67595 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2103]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2111]: 6 -2.11335 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2145]: 6 -0.00245071 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2149]: 6 -0.701389 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2155]: 6 -1.18694 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2176]: 6 0 1.5 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2180]: 6 -2.99953 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2242]: 6 0 1.28906 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2250]: 6 0 0.687449 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2265]: 6 -0.986719 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2272]: 6 0 0.0778665 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2273]: 6 -0.5375 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2277]: 6 -0.15 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2279]: 6 -0.996095 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2281]: 6 0 2.4 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2283]: 6 -0.984376 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2296]: 6 -0.286844 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2299]: 6 0 1.42631 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2301]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2317]: 6 -0.999512 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2328]: 6 -1.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2329]: 6 -1.01501 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2339]: 6 -1.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2342]: 6 0 1.10156 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2352]: 6 -1.24757 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2357]: 6 -0.990262 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2360]: 6 -1.03894 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2361]: 6 -0.999986 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2384]: 6 0 1 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2388]: 6 0 0.875 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2393]: 6 -0.0395767 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2419]: 6 0 0.7 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2438]: 6 0 1 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2486]: 6 -3.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2487]: 6 -3.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2492]: 6 0 0.0625002 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2498]: 6 -2.00718 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2500]: 6 -1.32031 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2506]: 6 -0.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2532]: 6 -1.32031 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2533]: 6 -1.32031 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2542]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2547]: 6 -2 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2558]: 6 -2 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2562]: 6 0 3 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2568]: 6 -1.3125 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2574]: 6 0 1.5 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2586]: 6 -1.625 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2587]: 6 -1.625 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2637]: 6 -0.375 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2681]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2690]: 6 -1.39453 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2692]: 6 -1.57813 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2701]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2742]: 6 0 1 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2788]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2799]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2805]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2806]: 6 -1.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2817]: 6 -0.333985 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2867]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2888]: 6 -1.74615 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2932]: 6 -1.06154 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2953]: 6 -0.500001 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2989]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3024]: 6 -5.75 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3044]: 6 -5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3083]: 6 -1.25487 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3108]: 6 0 1.10714 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3128]: 6 -2.96106 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3160]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3179]: 6 -1.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3202]: 6 0 1 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3206]: 6 0 1.16406 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3241]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3304]: 6 -1.33929 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3314]: 6 -0.999998 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3315]: 6 -3 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3319]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3397]: 6 -0.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3413]: 6 -1.5 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3416]: 6 0 1 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3417]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3503]: 6 -0.4375 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3506]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3544]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3545]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3547]: 6 -0.500001 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3581]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3588]: 6 0 1.16211 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3604]: 6 0 1.5 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3685]: 6 -0.734378 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3699]: 6 0 1.15625 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3707]: 6 -0.111112 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3725]: 6 -3 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3761]: 6 -1.625 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3782]: 6 0 1.4375 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3804]: 6 0 1.34375 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3814]: 6 0 1 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3837]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3891]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3946]: 6 -1.16211 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3950]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4015]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4028]: 6 -1.25 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4045]: 6 -1.67188 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4046]: 6 -1.34375 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4121]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4139]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4143]: 6 -1.42857 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4203]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4204]: 6 -1 0 shouldn't be
872.46/877.63	WSVECS04 Frhs2[4224]: 6 -1 0 shouldn't be
919.27/924.72	c #Conflicts:    1669000 | #Constraints:      36914
919.27/924.72	c #Conflicts:    1670000 | #Constraints:      37914
919.27/924.72	c #Conflicts:    1671000 | #Constraints:      38914
919.27/924.72	c #Conflicts:    1672000 | #Constraints:      39914
919.27/924.72	c #Conflicts:    1673000 | #Constraints:      40914
919.27/924.72	c #Conflicts:    1674000 | #Constraints:      41914
919.27/924.72	c #Conflicts:    1675000 | #Constraints:      42914
919.27/924.72	c #Conflicts:    1676000 | #Constraints:      43914
919.27/924.72	c #Conflicts:    1677000 | #Constraints:      44914
919.27/924.72	c #Conflicts:    1678000 | #Constraints:      45914
919.27/924.72	c #Conflicts:    1679000 | #Constraints:      46914
919.27/924.72	c #Conflicts:    1680000 | #Constraints:      47914
919.27/924.72	c #Conflicts:    1681000 | #Constraints:      48914
919.27/924.72	c #Conflicts:    1682000 | #Constraints:      49914
919.27/924.72	c #Conflicts:    1683000 | #Constraints:      50914
919.27/924.72	c #Conflicts:    1684000 | #Constraints:      51914
919.27/924.72	c #Conflicts:    1685000 | #Constraints:      52914
919.27/924.72	c #Conflicts:    1686000 | #Constraints:      53914
919.27/924.72	c #Conflicts:    1687000 | #Constraints:      54914
919.27/924.72	c #Conflicts:    1688000 | #Constraints:      55914
919.27/924.72	c #Conflicts:    1689000 | #Constraints:      56914
919.27/924.72	c #Conflicts:    1690000 | #Constraints:      57915
919.27/924.72	c #Conflicts:    1691000 | #Constraints:      58915
919.27/924.72	c #Conflicts:    1692000 | #Constraints:      59915
919.27/924.72	c #Conflicts:    1693000 | #Constraints:      60915
919.27/924.72	c #Conflicts:    1694000 | #Constraints:      61915
919.27/924.72	c INPROCESSING
919.27/924.72	c GARBAGE COLLECT
919.27/924.72	c #Conflicts:    1695000 | #Constraints:      36583
919.27/924.72	c #Conflicts:    1696000 | #Constraints:      37583
919.27/924.72	c #Conflicts:    1697000 | #Constraints:      38583
919.27/924.72	c #Conflicts:    1698000 | #Constraints:      39583
919.27/924.72	c #Conflicts:    1699000 | #Constraints:      40583
919.27/924.72	c #Conflicts:    1700000 | #Constraints:      41583
919.27/924.72	c #Conflicts:    1701000 | #Constraints:      42583
919.27/924.72	c #Conflicts:    1702000 | #Constraints:      43583
919.27/924.72	c #Conflicts:    1703000 | #Constraints:      44583
919.27/924.72	c #Conflicts:    1704000 | #Constraints:      45583
919.27/924.72	c #Conflicts:    1705000 | #Constraints:      46583
919.27/924.72	c #Conflicts:    1706000 | #Constraints:      47583
919.27/924.72	c #Conflicts:    1707000 | #Constraints:      48583
919.27/924.72	c #Conflicts:    1708000 | #Constraints:      49583
919.27/924.72	c #Conflicts:    1709000 | #Constraints:      50583
919.27/924.72	c #Conflicts:    1710000 | #Constraints:      51583
919.27/924.72	c #Conflicts:    1711000 | #Constraints:      52583
919.27/924.72	c #Conflicts:    1712000 | #Constraints:      53583
919.27/924.72	c #Conflicts:    1713000 | #Constraints:      54583
919.27/924.72	c #Conflicts:    1714000 | #Constraints:      55583
919.27/924.72	c #Conflicts:    1715000 | #Constraints:      56583
919.27/924.72	c #Conflicts:    1716000 | #Constraints:      57583
919.27/924.72	c #Conflicts:    1717000 | #Constraints:      58583
919.27/924.72	c #Conflicts:    1718000 | #Constraints:      59583
919.27/924.72	c #Conflicts:    1719000 | #Constraints:      60583
919.27/924.72	c #Conflicts:    1720000 | #Constraints:      61583
919.27/924.72	c INPROCESSING
919.27/924.72	c GARBAGE COLLECT
919.27/924.72	c #Conflicts:    1721000 | #Constraints:      36366
919.27/924.72	c #Conflicts:    1722000 | #Constraints:      37366
919.27/924.72	c #Conflicts:    1723000 | #Constraints:      38366
919.27/924.72	c #Conflicts:    1724000 | #Constraints:      39366
919.27/924.72	c #Conflicts:    1725000 | #Constraints:      40366
919.27/924.72	c #Conflicts:    1726000 | #Constraints:      41366
919.27/924.72	c #Conflicts:    1727000 | #Constraints:      42366
919.27/924.72	c #Conflicts:    1728000 | #Constraints:      43366
919.27/924.72	c #Conflicts:    1729000 | #Constraints:      44366
919.27/924.72	c #Conflicts:    1730000 | #Constraints:      45366
919.27/924.72	c #Conflicts:    1731000 | #Constraints:      46366
919.27/924.72	c #Conflicts:    1732000 | #Constraints:      47366
919.27/924.72	c #Conflicts:    1733000 | #Constraints:      48366
919.27/924.72	c #Conflicts:    1734000 | #Constraints:      49366
919.27/924.72	c #Conflicts:    1735000 | #Constraints:      50366
919.27/924.72	c #Conflicts:    1736000 | #Constraints:      51366
919.27/924.72	c #Conflicts:    1737000 | #Constraints:      52366
919.27/924.72	c #Conflicts:    1738000 | #Constraints:      53366
919.27/924.72	c #Conflicts:    1739000 | #Constraints:      54366
919.27/924.72	c #Conflicts:    1740000 | #Constraints:      55366
919.27/924.72	c #Conflicts:    1741000 | #Constraints:      56366
919.27/924.72	c #Conflicts:    1742000 | #Constraints:      57366
919.27/924.72	c #Conflicts:    1743000 | #Constraints:      58366
919.27/924.72	c #Conflicts:    1744000 | #Constraints:      59366
919.27/924.72	c #Conflicts:    1745000 | #Constraints:      60366
919.27/924.72	c #Conflicts:    1746000 | #Constraints:      61366
959.68/965.32	c INPROCESSING
959.68/965.32	c GARBAGE COLLECT
959.68/965.32	c #Conflicts:    1747000 | #Constraints:      36035
959.68/965.32	c #Conflicts:    1748000 | #Constraints:      37035
959.68/965.32	c #Conflicts:    1749000 | #Constraints:      38035
959.68/965.32	c #Conflicts:    1750000 | #Constraints:      39035
959.68/965.32	c #Conflicts:    1751000 | #Constraints:      40035
959.68/965.32	c #Conflicts:    1752000 | #Constraints:      41035
959.68/965.32	c #Conflicts:    1753000 | #Constraints:      42035
959.68/965.32	c #Conflicts:    1754000 | #Constraints:      43035
959.68/965.32	c #Conflicts:    1755000 | #Constraints:      44035
959.68/965.32	c #Conflicts:    1756000 | #Constraints:      45035
959.68/965.32	c #Conflicts:    1757000 | #Constraints:      46035
959.68/965.32	c #Conflicts:    1758000 | #Constraints:      47035
959.68/965.32	c #Conflicts:    1759000 | #Constraints:      48035
959.68/965.32	c #Conflicts:    1760000 | #Constraints:      49035
959.68/965.32	c #Conflicts:    1761000 | #Constraints:      50035
959.68/965.32	c #Conflicts:    1762000 | #Constraints:      51035
959.68/965.32	c #Conflicts:    1763000 | #Constraints:      52035
959.68/965.32	c #Conflicts:    1764000 | #Constraints:      53035
959.68/965.32	c #Conflicts:    1765000 | #Constraints:      54035
959.68/965.32	c #Conflicts:    1766000 | #Constraints:      55035
959.68/965.32	c #Conflicts:    1767000 | #Constraints:      56035
959.68/965.32	c #Conflicts:    1768000 | #Constraints:      57035
959.68/965.32	c #Conflicts:    1769000 | #Constraints:      58035
959.68/965.32	c #Conflicts:    1770000 | #Constraints:      59035
959.68/965.32	c #Conflicts:    1771000 | #Constraints:      60035
959.68/965.32	c #Conflicts:    1772000 | #Constraints:      61035
959.68/965.32	c #Conflicts:    1773000 | #Constraints:      62035
959.68/965.32	c INPROCESSING
959.68/965.32	c GARBAGE COLLECT
959.68/965.32	c #Conflicts:    1774000 | #Constraints:      36569
959.68/965.32	c #Conflicts:    1775000 | #Constraints:      37569
959.68/965.32	c #Conflicts:    1776000 | #Constraints:      38569
959.68/965.32	c #Conflicts:    1777000 | #Constraints:      39569
959.68/965.32	c #Conflicts:    1778000 | #Constraints:      40569
959.68/965.32	c #Conflicts:    1779000 | #Constraints:      41569
959.68/965.32	c #Conflicts:    1780000 | #Constraints:      42569
959.68/965.32	c #Conflicts:    1781000 | #Constraints:      43569
959.68/965.32	c #Conflicts:    1782000 | #Constraints:      44569
959.68/965.32	c #Conflicts:    1783000 | #Constraints:      45569
959.68/965.32	c #Conflicts:    1784000 | #Constraints:      46569
959.68/965.32	c #Conflicts:    1785000 | #Constraints:      47569
959.68/965.32	c #Conflicts:    1786000 | #Constraints:      48569
959.68/965.32	c #Conflicts:    1787000 | #Constraints:      49569
959.68/965.32	c #Conflicts:    1788000 | #Constraints:      50569
959.68/965.32	c #Conflicts:    1789000 | #Constraints:      51569
959.68/965.32	c #Conflicts:    1790000 | #Constraints:      52569
959.68/965.32	c #Conflicts:    1791000 | #Constraints:      53569
959.68/965.32	c #Conflicts:    1792000 | #Constraints:      54569
959.68/965.32	c #Conflicts:    1793000 | #Constraints:      55569
959.68/965.32	c #Conflicts:    1794000 | #Constraints:      56569
959.68/965.32	c #Conflicts:    1795000 | #Constraints:      57569
959.68/965.32	c #Conflicts:    1796000 | #Constraints:      58569
959.68/965.32	c #Conflicts:    1797000 | #Constraints:      59569
959.68/965.32	c #Conflicts:    1798000 | #Constraints:      60569
959.68/965.32	c #Conflicts:    1799000 | #Constraints:      61569
959.68/965.32	c #Conflicts:    1800000 | #Constraints:      62569
959.68/965.32	c INPROCESSING
959.68/965.32	c GARBAGE COLLECT
959.68/965.32	c #Conflicts:    1801000 | #Constraints:      36916
959.68/965.32	c #Conflicts:    1802000 | #Constraints:      37916
959.68/965.32	c #Conflicts:    1803000 | #Constraints:      38916
959.68/965.32	c #Conflicts:    1804000 | #Constraints:      39916
959.68/965.32	c #Conflicts:    1805000 | #Constraints:      40916
959.68/965.32	c #Conflicts:    1806000 | #Constraints:      41916
959.68/965.32	c #Conflicts:    1807000 | #Constraints:      42916
959.68/965.32	c #Conflicts:    1808000 | #Constraints:      43916
959.68/965.32	c #Conflicts:    1809000 | #Constraints:      44916
959.68/965.32	c #Conflicts:    1810000 | #Constraints:      45916
959.68/965.32	c #Conflicts:    1811000 | #Constraints:      46916
959.68/965.32	c #Conflicts:    1812000 | #Constraints:      47916
959.68/965.32	c #Conflicts:    1813000 | #Constraints:      48916
959.68/965.32	c #Conflicts:    1814000 | #Constraints:      49916
959.68/965.32	c #Conflicts:    1815000 | #Constraints:      50916
959.68/965.32	c #Conflicts:    1816000 | #Constraints:      51916
959.68/965.32	c #Conflicts:    1817000 | #Constraints:      52916
959.68/965.32	c #Conflicts:    1818000 | #Constraints:      53916
959.68/965.32	c #Conflicts:    1819000 | #Constraints:      54916
959.68/965.32	c #Conflicts:    1820000 | #Constraints:      55916
959.68/965.32	c #Conflicts:    1821000 | #Constraints:      56916
959.68/965.32	c #Conflicts:    1822000 | #Constraints:      57916
959.68/965.32	c #Conflicts:    1823000 | #Constraints:      58916
1014.16/1020.17	c #Conflicts:    1824000 | #Constraints:      59916
1014.16/1020.17	c #Conflicts:    1825000 | #Constraints:      60916
1014.16/1020.17	c #Conflicts:    1826000 | #Constraints:      61916
1014.16/1020.17	c #Conflicts:    1827000 | #Constraints:      62916
1014.16/1020.17	c INPROCESSING
1014.16/1020.17	c GARBAGE COLLECT
1014.16/1020.17	c #Conflicts:    1828000 | #Constraints:      37153
1014.16/1020.17	c #Conflicts:    1829000 | #Constraints:      38153
1014.16/1020.17	c #Conflicts:    1830000 | #Constraints:      39153
1014.16/1020.17	c #Conflicts:    1831000 | #Constraints:      40153
1014.16/1020.17	c #Conflicts:    1832000 | #Constraints:      41153
1014.16/1020.17	c #Conflicts:    1833000 | #Constraints:      42153
1014.16/1020.17	c #Conflicts:    1834000 | #Constraints:      43153
1014.16/1020.17	c #Conflicts:    1835000 | #Constraints:      44153
1014.16/1020.17	c #Conflicts:    1836000 | #Constraints:      45153
1014.16/1020.17	c #Conflicts:    1837000 | #Constraints:      46153
1014.16/1020.17	c #Conflicts:    1838000 | #Constraints:      47153
1014.16/1020.17	c #Conflicts:    1839000 | #Constraints:      48153
1014.16/1020.17	c #Conflicts:    1840000 | #Constraints:      49153
1014.16/1020.17	c #Conflicts:    1841000 | #Constraints:      50153
1014.16/1020.17	c #Conflicts:    1842000 | #Constraints:      51153
1014.16/1020.17	c #Conflicts:    1843000 | #Constraints:      52153
1014.16/1020.17	c #Conflicts:    1844000 | #Constraints:      53153
1014.16/1020.17	c #Conflicts:    1845000 | #Constraints:      54153
1014.16/1020.17	c #Conflicts:    1846000 | #Constraints:      55153
1014.16/1020.17	c #Conflicts:    1847000 | #Constraints:      56153
1014.16/1020.17	c #Conflicts:    1848000 | #Constraints:      57153
1014.16/1020.17	c #Conflicts:    1849000 | #Constraints:      58153
1014.16/1020.17	c #Conflicts:    1850000 | #Constraints:      59153
1014.16/1020.17	c #Conflicts:    1851000 | #Constraints:      60153
1014.16/1020.17	c #Conflicts:    1852000 | #Constraints:      61153
1014.16/1020.17	c #Conflicts:    1853000 | #Constraints:      62153
1014.16/1020.17	c #Conflicts:    1854000 | #Constraints:      63153
1014.16/1020.17	c INPROCESSING
1014.16/1020.17	c GARBAGE COLLECT
1014.16/1020.17	c #Conflicts:    1855000 | #Constraints:      37158
1014.16/1020.17	c #Conflicts:    1856000 | #Constraints:      38158
1014.16/1020.17	c #Conflicts:    1857000 | #Constraints:      39158
1014.16/1020.17	c #Conflicts:    1858000 | #Constraints:      40158
1014.16/1020.17	c #Conflicts:    1859000 | #Constraints:      41158
1014.16/1020.17	c #Conflicts:    1860000 | #Constraints:      42158
1014.16/1020.17	c #Conflicts:    1861000 | #Constraints:      43158
1014.16/1020.17	c #Conflicts:    1862000 | #Constraints:      44158
1014.16/1020.17	c #Conflicts:    1863000 | #Constraints:      45158
1014.16/1020.17	c #Conflicts:    1864000 | #Constraints:      46158
1014.16/1020.17	c #Conflicts:    1865000 | #Constraints:      47158
1014.16/1020.17	c #Conflicts:    1866000 | #Constraints:      48158
1014.16/1020.17	c #Conflicts:    1867000 | #Constraints:      49158
1014.16/1020.17	c #Conflicts:    1868000 | #Constraints:      50159
1014.16/1020.17	c #Conflicts:    1869000 | #Constraints:      51174
1014.16/1020.17	c #Conflicts:    1870000 | #Constraints:      52178
1014.16/1020.17	c #Conflicts:    1871000 | #Constraints:      53187
1014.16/1020.17	c #Conflicts:    1872000 | #Constraints:      54187
1014.16/1020.17	c #Conflicts:    1873000 | #Constraints:      55187
1014.16/1020.17	c #Conflicts:    1874000 | #Constraints:      56188
1014.16/1020.17	c #Conflicts:    1875000 | #Constraints:      57188
1014.16/1020.17	c #Conflicts:    1876000 | #Constraints:      58188
1014.16/1020.17	c #Conflicts:    1877000 | #Constraints:      59188
1014.16/1020.17	c #Conflicts:    1878000 | #Constraints:      60188
1014.16/1020.17	c #Conflicts:    1879000 | #Constraints:      61188
1014.16/1020.17	c #Conflicts:    1880000 | #Constraints:      62188
1014.16/1020.17	c #Conflicts:    1881000 | #Constraints:      63188
1014.16/1020.17	c INPROCESSING
1014.16/1020.17	c GARBAGE COLLECT
1014.16/1020.17	c #Conflicts:    1882000 | #Constraints:      36957
1014.16/1020.17	c #Conflicts:    1883000 | #Constraints:      37957
1014.16/1020.17	c #Conflicts:    1884000 | #Constraints:      38957
1014.16/1020.17	c #Conflicts:    1885000 | #Constraints:      39957
1014.16/1020.17	c #Conflicts:    1886000 | #Constraints:      40957
1014.16/1020.17	c #Conflicts:    1887000 | #Constraints:      41957
1014.16/1020.17	c #Conflicts:    1888000 | #Constraints:      42957
1014.16/1020.17	c #Conflicts:    1889000 | #Constraints:      43957
1014.16/1020.17	c #Conflicts:    1890000 | #Constraints:      44957
1014.16/1020.17	c #Conflicts:    1891000 | #Constraints:      45957
1014.16/1020.17	c #Conflicts:    1892000 | #Constraints:      46957
1014.16/1020.17	c #Conflicts:    1893000 | #Constraints:      47957
1014.16/1020.17	c #Conflicts:    1894000 | #Constraints:      48958
1014.16/1020.17	c #Conflicts:    1895000 | #Constraints:      49959
1014.16/1020.17	c #Conflicts:    1896000 | #Constraints:      50959
1014.16/1020.17	c #Conflicts:    1897000 | #Constraints:      51959
1014.16/1020.17	c #Conflicts:    1898000 | #Constraints:      52959
1014.16/1020.17	c #Conflicts:    1899000 | #Constraints:      53959
1014.16/1020.17	c #Conflicts:    1900000 | #Constraints:      54959
1057.52/1063.76	c #Conflicts:    1901000 | #Constraints:      55959
1057.52/1063.76	c #Conflicts:    1902000 | #Constraints:      56959
1057.52/1063.76	c #Conflicts:    1903000 | #Constraints:      57959
1057.52/1063.76	c #Conflicts:    1904000 | #Constraints:      58959
1057.52/1063.76	c #Conflicts:    1905000 | #Constraints:      59959
1057.52/1063.76	c #Conflicts:    1906000 | #Constraints:      60959
1057.52/1063.76	c #Conflicts:    1907000 | #Constraints:      61959
1057.52/1063.76	c #Conflicts:    1908000 | #Constraints:      62959
1057.52/1063.76	c #Conflicts:    1909000 | #Constraints:      63959
1057.52/1063.76	c INPROCESSING
1057.52/1063.76	c GARBAGE COLLECT
1057.52/1063.76	c #Conflicts:    1910000 | #Constraints:      37587
1057.52/1063.76	c #Conflicts:    1911000 | #Constraints:      38587
1057.52/1063.76	c #Conflicts:    1912000 | #Constraints:      39587
1057.52/1063.76	c #Conflicts:    1913000 | #Constraints:      40587
1057.52/1063.76	c #Conflicts:    1914000 | #Constraints:      41587
1057.52/1063.76	c #Conflicts:    1915000 | #Constraints:      42587
1057.52/1063.76	c #Conflicts:    1916000 | #Constraints:      43587
1057.52/1063.76	c #Conflicts:    1917000 | #Constraints:      44587
1057.52/1063.76	c #Conflicts:    1918000 | #Constraints:      45587
1057.52/1063.76	c #Conflicts:    1919000 | #Constraints:      46587
1057.52/1063.76	c #Conflicts:    1920000 | #Constraints:      47587
1057.52/1063.76	c #Conflicts:    1921000 | #Constraints:      48587
1057.52/1063.76	c #Conflicts:    1922000 | #Constraints:      49587
1057.52/1063.76	c #Conflicts:    1923000 | #Constraints:      50587
1057.52/1063.76	c #Conflicts:    1924000 | #Constraints:      51587
1057.52/1063.76	c #Conflicts:    1925000 | #Constraints:      52587
1057.52/1063.76	c #Conflicts:    1926000 | #Constraints:      53587
1057.52/1063.76	c #Conflicts:    1927000 | #Constraints:      54587
1057.52/1063.76	c #Conflicts:    1928000 | #Constraints:      55587
1057.52/1063.76	c #Conflicts:    1929000 | #Constraints:      56587
1057.52/1063.76	c #Conflicts:    1930000 | #Constraints:      57587
1057.52/1063.76	c #Conflicts:    1931000 | #Constraints:      58587
1057.52/1063.76	c #Conflicts:    1932000 | #Constraints:      59587
1057.52/1063.76	c #Conflicts:    1933000 | #Constraints:      60587
1057.52/1063.76	c #Conflicts:    1934000 | #Constraints:      61587
1057.52/1063.76	c #Conflicts:    1935000 | #Constraints:      62587
1057.52/1063.76	c #Conflicts:    1936000 | #Constraints:      63587
1057.52/1063.76	c #Conflicts:    1937000 | #Constraints:      64587
1057.52/1063.76	c INPROCESSING
1057.52/1063.76	c GARBAGE COLLECT
1057.52/1063.76	c #Conflicts:    1938000 | #Constraints:      37945
1057.52/1063.76	c #Conflicts:    1939000 | #Constraints:      38945
1057.52/1063.76	c #Conflicts:    1940000 | #Constraints:      39945
1057.52/1063.76	c #Conflicts:    1941000 | #Constraints:      40945
1057.52/1063.76	c #Conflicts:    1942000 | #Constraints:      41945
1057.52/1063.76	c #Conflicts:    1943000 | #Constraints:      42945
1057.52/1063.76	c #Conflicts:    1944000 | #Constraints:      43945
1057.52/1063.76	c #Conflicts:    1945000 | #Constraints:      44946
1057.52/1063.76	c #Conflicts:    1946000 | #Constraints:      45946
1057.52/1063.76	c #Conflicts:    1947000 | #Constraints:      46946
1057.52/1063.76	c #Conflicts:    1948000 | #Constraints:      47946
1057.52/1063.76	c #Conflicts:    1949000 | #Constraints:      48946
1057.52/1063.76	c #Conflicts:    1950000 | #Constraints:      49946
1057.52/1063.76	c #Conflicts:    1951000 | #Constraints:      50947
1057.52/1063.76	c #Conflicts:    1952000 | #Constraints:      51947
1057.52/1063.76	c #Conflicts:    1953000 | #Constraints:      52947
1057.52/1063.76	c #Conflicts:    1954000 | #Constraints:      53947
1057.52/1063.76	c #Conflicts:    1955000 | #Constraints:      54947
1057.52/1063.76	c #Conflicts:    1956000 | #Constraints:      55947
1057.52/1063.76	c #Conflicts:    1957000 | #Constraints:      56947
1057.52/1063.76	c #Conflicts:    1958000 | #Constraints:      57947
1057.52/1063.76	c #Conflicts:    1959000 | #Constraints:      58947
1057.52/1063.76	c #Conflicts:    1960000 | #Constraints:      59947
1057.52/1063.76	c #Conflicts:    1961000 | #Constraints:      60947
1057.52/1063.76	c #Conflicts:    1962000 | #Constraints:      61947
1057.52/1063.76	c #Conflicts:    1963000 | #Constraints:      62947
1057.52/1063.76	c #Conflicts:    1964000 | #Constraints:      63947
1057.52/1063.76	c #Conflicts:    1965000 | #Constraints:      64947
1057.52/1063.76	c INPROCESSING
1057.52/1063.76	c GARBAGE COLLECT
1057.52/1063.76	c #Conflicts:    1966000 | #Constraints:      38156
1057.52/1063.76	c #Conflicts:    1967000 | #Constraints:      39156
1057.52/1063.76	c #Conflicts:    1968000 | #Constraints:      40156
1057.52/1063.76	c #Conflicts:    1969000 | #Constraints:      41156
1057.52/1063.76	c #Conflicts:    1970000 | #Constraints:      42156
1057.52/1063.76	c #Conflicts:    1971000 | #Constraints:      43156
1057.52/1063.76	c #Conflicts:    1972000 | #Constraints:      44156
1057.52/1063.76	c #Conflicts:    1973000 | #Constraints:      45156
1057.52/1063.76	c #Conflicts:    1974000 | #Constraints:      46156
1057.52/1063.76	c #Conflicts:    1975000 | #Constraints:      47156
1057.52/1063.76	c #Conflicts:    1976000 | #Constraints:      48156
1057.52/1063.76	c #Conflicts:    1977000 | #Constraints:      49156
1098.61/1105.09	c #Conflicts:    1978000 | #Constraints:      50156
1098.61/1105.09	c #Conflicts:    1979000 | #Constraints:      51156
1098.61/1105.09	c #Conflicts:    1980000 | #Constraints:      52156
1098.61/1105.09	c #Conflicts:    1981000 | #Constraints:      53156
1098.61/1105.09	c #Conflicts:    1982000 | #Constraints:      54157
1098.61/1105.09	c #Conflicts:    1983000 | #Constraints:      55157
1098.61/1105.09	c #Conflicts:    1984000 | #Constraints:      56157
1098.61/1105.09	c #Conflicts:    1985000 | #Constraints:      57157
1098.61/1105.09	c #Conflicts:    1986000 | #Constraints:      58157
1098.61/1105.09	c #Conflicts:    1987000 | #Constraints:      59157
1098.61/1105.09	c #Conflicts:    1988000 | #Constraints:      60157
1098.61/1105.09	c #Conflicts:    1989000 | #Constraints:      61157
1098.61/1105.09	c #Conflicts:    1990000 | #Constraints:      62157
1098.61/1105.09	c #Conflicts:    1991000 | #Constraints:      63157
1098.61/1105.09	c #Conflicts:    1992000 | #Constraints:      64157
1098.61/1105.09	c #Conflicts:    1993000 | #Constraints:      65157
1098.61/1105.09	c INPROCESSING
1098.61/1105.09	c GARBAGE COLLECT
1098.61/1105.09	c #Conflicts:    1994000 | #Constraints:      38143
1098.61/1105.09	c #Conflicts:    1995000 | #Constraints:      39143
1098.61/1105.09	c #Conflicts:    1996000 | #Constraints:      40143
1098.61/1105.09	c #Conflicts:    1997000 | #Constraints:      41143
1098.61/1105.09	c #Conflicts:    1998000 | #Constraints:      42143
1098.61/1105.09	c #Conflicts:    1999000 | #Constraints:      43143
1098.61/1105.09	c #Conflicts:    2000000 | #Constraints:      44143
1098.61/1105.09	c #Conflicts:    2001000 | #Constraints:      45143
1098.61/1105.09	c #Conflicts:    2002000 | #Constraints:      46143
1098.61/1105.09	c #Conflicts:    2003000 | #Constraints:      47143
1098.61/1105.09	c #Conflicts:    2004000 | #Constraints:      48143
1098.61/1105.09	c #Conflicts:    2005000 | #Constraints:      49143
1098.61/1105.09	c #Conflicts:    2006000 | #Constraints:      50143
1098.61/1105.09	c #Conflicts:    2007000 | #Constraints:      51143
1098.61/1105.09	c #Conflicts:    2008000 | #Constraints:      52143
1098.61/1105.09	c #Conflicts:    2009000 | #Constraints:      53143
1098.61/1105.09	c #Conflicts:    2010000 | #Constraints:      54143
1098.61/1105.09	c #Conflicts:    2011000 | #Constraints:      55143
1098.61/1105.09	c #Conflicts:    2012000 | #Constraints:      56143
1098.61/1105.09	c #Conflicts:    2013000 | #Constraints:      57143
1098.61/1105.09	c #Conflicts:    2014000 | #Constraints:      58143
1098.61/1105.09	c #Conflicts:    2015000 | #Constraints:      59143
1098.61/1105.09	c #Conflicts:    2016000 | #Constraints:      60143
1098.61/1105.09	c #Conflicts:    2017000 | #Constraints:      61143
1098.61/1105.09	c #Conflicts:    2018000 | #Constraints:      62143
1098.61/1105.09	c #Conflicts:    2019000 | #Constraints:      63143
1098.61/1105.09	c #Conflicts:    2020000 | #Constraints:      64143
1098.61/1105.09	c #Conflicts:    2021000 | #Constraints:      65143
1098.61/1105.09	c INPROCESSING
1098.61/1105.09	c GARBAGE COLLECT
1098.61/1105.09	c #Conflicts:    2022000 | #Constraints:      37904
1098.61/1105.09	c #Conflicts:    2023000 | #Constraints:      38904
1098.61/1105.09	c #Conflicts:    2024000 | #Constraints:      39904
1098.61/1105.09	c #Conflicts:    2025000 | #Constraints:      40904
1098.61/1105.09	c #Conflicts:    2026000 | #Constraints:      41904
1098.61/1105.09	c #Conflicts:    2027000 | #Constraints:      42904
1098.61/1105.09	c #Conflicts:    2028000 | #Constraints:      43904
1098.61/1105.09	c #Conflicts:    2029000 | #Constraints:      44904
1098.61/1105.09	c #Conflicts:    2030000 | #Constraints:      45904
1098.61/1105.09	c #Conflicts:    2031000 | #Constraints:      46904
1098.61/1105.09	c #Conflicts:    2032000 | #Constraints:      47904
1098.61/1105.09	c #Conflicts:    2033000 | #Constraints:      48904
1098.61/1105.09	c #Conflicts:    2034000 | #Constraints:      50301
1098.61/1105.09	c #Conflicts:    2035000 | #Constraints:      51434
1098.61/1105.09	c #Conflicts:    2036000 | #Constraints:      52434
1098.61/1105.09	c #Conflicts:    2037000 | #Constraints:      53434
1098.61/1105.09	c #Conflicts:    2038000 | #Constraints:      54434
1098.61/1105.09	c #Conflicts:    2039000 | #Constraints:      55434
1098.61/1105.09	c #Conflicts:    2040000 | #Constraints:      56434
1098.61/1105.09	c #Conflicts:    2041000 | #Constraints:      57434
1098.61/1105.09	c #Conflicts:    2042000 | #Constraints:      58434
1098.61/1105.09	c #Conflicts:    2043000 | #Constraints:      59434
1098.61/1105.09	c #Conflicts:    2044000 | #Constraints:      60434
1098.61/1105.09	c #Conflicts:    2045000 | #Constraints:      61434
1098.61/1105.09	c #Conflicts:    2046000 | #Constraints:      62434
1098.61/1105.09	c #Conflicts:    2047000 | #Constraints:      63434
1098.61/1105.09	c #Conflicts:    2048000 | #Constraints:      64434
1098.61/1105.09	c #Conflicts:    2049000 | #Constraints:      65434
1098.61/1105.09	c #Conflicts:    2050000 | #Constraints:      66434
1098.61/1105.09	c INPROCESSING
1098.61/1105.09	c GARBAGE COLLECT
1098.61/1105.09	c #Conflicts:    2051000 | #Constraints:      38769
1098.61/1105.09	c #Conflicts:    2052000 | #Constraints:      39769
1098.61/1105.09	c #Conflicts:    2053000 | #Constraints:      40769
1164.88/1171.76	c #Conflicts:    2054000 | #Constraints:      41769
1164.88/1171.76	c #Conflicts:    2055000 | #Constraints:      42769
1164.88/1171.76	c #Conflicts:    2056000 | #Constraints:      43769
1164.88/1171.76	c #Conflicts:    2057000 | #Constraints:      44769
1164.88/1171.76	c #Conflicts:    2058000 | #Constraints:      45769
1164.88/1171.76	c #Conflicts:    2059000 | #Constraints:      46769
1164.88/1171.76	c #Conflicts:    2060000 | #Constraints:      47769
1164.88/1171.76	c #Conflicts:    2061000 | #Constraints:      48769
1164.88/1171.76	c #Conflicts:    2062000 | #Constraints:      49769
1164.88/1171.76	c #Conflicts:    2063000 | #Constraints:      50769
1164.88/1171.76	c #Conflicts:    2064000 | #Constraints:      51769
1164.88/1171.76	c #Conflicts:    2065000 | #Constraints:      52769
1164.88/1171.76	c #Conflicts:    2066000 | #Constraints:      53769
1164.88/1171.76	c #Conflicts:    2067000 | #Constraints:      54769
1164.88/1171.76	c #Conflicts:    2068000 | #Constraints:      55769
1164.88/1171.76	c #Conflicts:    2069000 | #Constraints:      56769
1164.88/1171.76	c #Conflicts:    2070000 | #Constraints:      57769
1164.88/1171.76	c #Conflicts:    2071000 | #Constraints:      58769
1164.88/1171.76	c #Conflicts:    2072000 | #Constraints:      59769
1164.88/1171.76	c #Conflicts:    2073000 | #Constraints:      60769
1164.88/1171.76	c #Conflicts:    2074000 | #Constraints:      61769
1164.88/1171.76	c #Conflicts:    2075000 | #Constraints:      62769
1164.88/1171.76	c #Conflicts:    2076000 | #Constraints:      63769
1164.88/1171.76	c #Conflicts:    2077000 | #Constraints:      64769
1164.88/1171.76	c #Conflicts:    2078000 | #Constraints:      65769
1164.88/1171.76	c #Conflicts:    2079000 | #Constraints:      66769
1164.88/1171.76	c INPROCESSING
1164.88/1171.76	c GARBAGE COLLECT
1164.88/1171.76	c #Conflicts:    2080000 | #Constraints:      39073
1164.88/1171.76	c #Conflicts:    2081000 | #Constraints:      40073
1164.88/1171.76	c #Conflicts:    2082000 | #Constraints:      41073
1164.88/1171.76	c #Conflicts:    2083000 | #Constraints:      42073
1164.88/1171.76	c #Conflicts:    2084000 | #Constraints:      43073
1164.88/1171.76	c #Conflicts:    2085000 | #Constraints:      44073
1164.88/1171.76	c #Conflicts:    2086000 | #Constraints:      45073
1164.88/1171.76	c #Conflicts:    2087000 | #Constraints:      46073
1164.88/1171.76	c #Conflicts:    2088000 | #Constraints:      47073
1164.88/1171.76	c #Conflicts:    2089000 | #Constraints:      48073
1164.88/1171.76	c #Conflicts:    2090000 | #Constraints:      49073
1164.88/1171.76	c #Conflicts:    2091000 | #Constraints:      50073
1164.88/1171.76	c #Conflicts:    2092000 | #Constraints:      51073
1164.88/1171.76	c #Conflicts:    2093000 | #Constraints:      52073
1164.88/1171.76	c #Conflicts:    2094000 | #Constraints:      53073
1164.88/1171.76	c #Conflicts:    2095000 | #Constraints:      54073
1164.88/1171.76	c #Conflicts:    2096000 | #Constraints:      55073
1164.88/1171.76	c #Conflicts:    2097000 | #Constraints:      56073
1164.88/1171.76	c #Conflicts:    2098000 | #Constraints:      57073
1164.88/1171.76	c #Conflicts:    2099000 | #Constraints:      58073
1164.88/1171.76	c #Conflicts:    2100000 | #Constraints:      59073
1164.88/1171.76	c #Conflicts:    2101000 | #Constraints:      60073
1164.88/1171.76	c #Conflicts:    2102000 | #Constraints:      61073
1164.88/1171.76	c #Conflicts:    2103000 | #Constraints:      62073
1164.88/1171.76	c #Conflicts:    2104000 | #Constraints:      63073
1164.88/1171.76	c #Conflicts:    2105000 | #Constraints:      64073
1164.88/1171.76	c #Conflicts:    2106000 | #Constraints:      65073
1164.88/1171.76	c #Conflicts:    2107000 | #Constraints:      66073
1164.88/1171.76	c #Conflicts:    2108000 | #Constraints:      67073
1164.88/1171.76	c INPROCESSING
1164.88/1171.76	c GARBAGE COLLECT
1164.88/1171.76	c #Conflicts:    2109000 | #Constraints:      39212
1164.88/1171.76	c #Conflicts:    2110000 | #Constraints:      40212
1164.88/1171.76	c #Conflicts:    2111000 | #Constraints:      41212
1164.88/1171.76	c #Conflicts:    2112000 | #Constraints:      42212
1164.88/1171.76	c #Conflicts:    2113000 | #Constraints:      43212
1164.88/1171.76	c #Conflicts:    2114000 | #Constraints:      44212
1164.88/1171.76	c #Conflicts:    2115000 | #Constraints:      45212
1164.88/1171.76	c #Conflicts:    2116000 | #Constraints:      46212
1164.88/1171.76	c #Conflicts:    2117000 | #Constraints:      47212
1164.88/1171.76	c #Conflicts:    2118000 | #Constraints:      48212
1164.88/1171.76	c #Conflicts:    2119000 | #Constraints:      49212
1164.88/1171.76	c #Conflicts:    2120000 | #Constraints:      50212
1164.88/1171.76	c #Conflicts:    2121000 | #Constraints:      51212
1164.88/1171.76	c #Conflicts:    2122000 | #Constraints:      52212
1164.88/1171.76	c #Conflicts:    2123000 | #Constraints:      53212
1164.88/1171.76	c #Conflicts:    2124000 | #Constraints:      54212
1164.88/1171.76	c #Conflicts:    2125000 | #Constraints:      55212
1164.88/1171.76	c #Conflicts:    2126000 | #Constraints:      56212
1164.88/1171.76	c #Conflicts:    2127000 | #Constraints:      57212
1164.88/1171.76	c #Conflicts:    2128000 | #Constraints:      58212
1164.88/1171.76	c #Conflicts:    2129000 | #Constraints:      59212
1164.88/1171.76	c #Conflicts:    2130000 | #Constraints:      60212
1164.88/1171.76	c #Conflicts:    2131000 | #Constraints:      61212
1176.74/1183.64	c #Conflicts:    2132000 | #Constraints:      62212
1176.74/1183.64	c #Conflicts:    2133000 | #Constraints:      63212
1176.74/1183.64	c #Conflicts:    2134000 | #Constraints:      64212
1176.74/1183.64	c #Conflicts:    2135000 | #Constraints:      65212
1176.74/1183.64	c #Conflicts:    2136000 | #Constraints:      66212
1176.74/1183.64	c #Conflicts:    2137000 | #Constraints:      67216
1176.74/1183.64	c INPROCESSING
1176.74/1183.64	c GARBAGE COLLECT
1176.74/1183.64	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[13]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[32]: 6 -2.32664 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[82]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[83]: 6 -0.999691 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[100]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[121]: 6 -2.625 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[129]: 6 -0.890625 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[150]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[160]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[164]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[176]: 6 -0.999993 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[180]: 6 -0.999794 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[188]: 6 0 0.0916672 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[197]: 6 -2.4375 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[198]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[210]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[214]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[228]: 6 -1.32813 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[261]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[278]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[332]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[342]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[356]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[384]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[419]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[420]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[434]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[438]: 6 -0.998874 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[443]: 6 0 0.343155 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[448]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[492]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[525]: 6 -0.999998 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[532]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[540]: 6 -1.3125 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[572]: 6 0 0.377391 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[579]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[580]: 6 -1.15625 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[592]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[595]: 6 -0.999897 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[601]: 6 -1.125 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[607]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[609]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[624]: 6 -0.999992 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[645]: 6 -2.6875 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[677]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[687]: 6 -0.999993 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[730]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1019]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1057]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1061]: 6 -1.5625 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1068]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1081]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1095]: 6 -0.710938 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1100]: 6 -0.750001 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1116]: 6 -1.19834 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1125]: 6 -1.32813 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1127]: 6 -1.3125 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1133]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1143]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1146]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1205]: 6 -1.13086 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1207]: 6 -0.523421 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1208]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1219]: 6 -0.520833 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1247]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1268]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1300]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1309]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1333]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1341]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1399]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1443]: 6 -1.65625 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1477]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1480]: 6 -1.3125 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1511]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1514]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1521]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1545]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1563]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1572]: 6 -1.28906 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1573]: 6 -1.07813 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1575]: 6 -1.3125 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1603]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1614]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1631]: 6 -1.5625 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1637]: 6 -0.687501 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1645]: 6 -1 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1663]: 6 -0.750001 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1697]: 6 -1.25 0 shouldn't be
1176.74/1183.64	WSVECS04 Frhs2[1711]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[1740]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[1961]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2003]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2056]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2108]: 6 -0.750001 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2246]: 6 0 1.5 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2259]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2263]: 6 -0.999997 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2271]: 6 -0.999937 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2291]: 6 -0.93511 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2317]: 6 -0.999874 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2321]: 6 -0.997973 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2329]: 6 -1.01983 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2338]: 6 -1.3125 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2345]: 6 -0.500001 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2361]: 6 -0.999981 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2373]: 6 -0.998761 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2377]: 6 -0.995044 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2385]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2435]: 6 -1.3125 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2440]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2480]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2531]: 6 -1.5 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2577]: 6 -1.32813 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2595]: 6 -1.32813 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2618]: 6 -0.84375 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2625]: 6 -0.5 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2627]: 6 -1.32813 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2672]: 6 -0.843751 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2673]: 6 -0.84375 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2772]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2773]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2779]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2812]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2817]: 6 -1.33333 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2868]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2869]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2908]: 6 -0.916667 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2916]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2964]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3056]: 6 -1.3125 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3103]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3114]: 6 -11.75 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3160]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3195]: 6 -1.3125 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3197]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3250]: 6 -1.3125 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3272]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3301]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3352]: 6 -1.3125 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3357]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3402]: 6 -5 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3444]: 6 -1.3125 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3445]: 6 -1.3125 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3493]: 6 -0.5 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3501]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3540]: 6 -1.32813 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3541]: 6 -1.32813 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3652]: 6 -1.25 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3678]: 6 -1.3125 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3686]: 6 -1.15625 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3724]: 6 -3 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3737]: 6 -1.1875 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3880]: 6 -11 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3941]: 6 -1.3125 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3952]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3965]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3973]: 6 -1.15625 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3989]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4005]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4013]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4016]: 6 -0.578126 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4018]: 6 0 1 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4026]: 6 0 0.281251 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4065]: 6 -1.15625 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4079]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4083]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4116]: 6 -1.17188 0 shouldn't be
1176.74/1183.65	WSVECS04 Frhs2[4241]: 6 -1 0 shouldn't be
1262.29/1270.37	c #Conflicts:    2138000 | #Constraints:      39216
1262.29/1270.37	c #Conflicts:    2139000 | #Constraints:      40216
1262.29/1270.37	c #Conflicts:    2140000 | #Constraints:      41216
1262.29/1270.37	c #Conflicts:    2141000 | #Constraints:      42216
1262.29/1270.37	c #Conflicts:    2142000 | #Constraints:      43216
1262.29/1270.37	c #Conflicts:    2143000 | #Constraints:      44216
1262.29/1270.37	c #Conflicts:    2144000 | #Constraints:      45216
1262.29/1270.37	c #Conflicts:    2145000 | #Constraints:      46216
1262.29/1270.37	c #Conflicts:    2146000 | #Constraints:      47216
1262.29/1270.37	c #Conflicts:    2147000 | #Constraints:      48216
1262.29/1270.37	c #Conflicts:    2148000 | #Constraints:      49216
1262.29/1270.37	c #Conflicts:    2149000 | #Constraints:      50216
1262.29/1270.37	c #Conflicts:    2150000 | #Constraints:      51216
1262.29/1270.37	c #Conflicts:    2151000 | #Constraints:      52216
1262.29/1270.37	c #Conflicts:    2152000 | #Constraints:      53216
1262.29/1270.37	c #Conflicts:    2153000 | #Constraints:      54216
1262.29/1270.37	c #Conflicts:    2154000 | #Constraints:      55216
1262.29/1270.37	c #Conflicts:    2155000 | #Constraints:      56216
1262.29/1270.37	c #Conflicts:    2156000 | #Constraints:      57216
1262.29/1270.37	c #Conflicts:    2157000 | #Constraints:      58216
1262.29/1270.37	c #Conflicts:    2158000 | #Constraints:      59216
1262.29/1270.37	c #Conflicts:    2159000 | #Constraints:      60216
1262.29/1270.37	c #Conflicts:    2160000 | #Constraints:      61216
1262.29/1270.37	c #Conflicts:    2161000 | #Constraints:      62216
1262.29/1270.37	c #Conflicts:    2162000 | #Constraints:      63216
1262.29/1270.37	c #Conflicts:    2163000 | #Constraints:      64216
1262.29/1270.37	c #Conflicts:    2164000 | #Constraints:      65216
1262.29/1270.37	c #Conflicts:    2165000 | #Constraints:      66216
1262.29/1270.37	c #Conflicts:    2166000 | #Constraints:      67216
1262.29/1270.37	c INPROCESSING
1262.29/1270.37	c GARBAGE COLLECT
1262.29/1270.37	c #Conflicts:    2167000 | #Constraints:      38975
1262.29/1270.37	c #Conflicts:    2168000 | #Constraints:      39975
1262.29/1270.37	c #Conflicts:    2169000 | #Constraints:      40975
1262.29/1270.37	c #Conflicts:    2170000 | #Constraints:      41975
1262.29/1270.37	c #Conflicts:    2171000 | #Constraints:      42975
1262.29/1270.37	c #Conflicts:    2172000 | #Constraints:      43975
1262.29/1270.37	c #Conflicts:    2173000 | #Constraints:      44975
1262.29/1270.37	c #Conflicts:    2174000 | #Constraints:      45975
1262.29/1270.37	c #Conflicts:    2175000 | #Constraints:      46975
1262.29/1270.37	c #Conflicts:    2176000 | #Constraints:      47975
1262.29/1270.37	c #Conflicts:    2177000 | #Constraints:      48975
1262.29/1270.37	c #Conflicts:    2178000 | #Constraints:      49975
1262.29/1270.37	c #Conflicts:    2179000 | #Constraints:      50975
1262.29/1270.37	c #Conflicts:    2180000 | #Constraints:      51975
1262.29/1270.37	c #Conflicts:    2181000 | #Constraints:      52975
1262.29/1270.37	c #Conflicts:    2182000 | #Constraints:      53975
1262.29/1270.37	c #Conflicts:    2183000 | #Constraints:      54975
1262.29/1270.37	c #Conflicts:    2184000 | #Constraints:      55975
1262.29/1270.37	c #Conflicts:    2185000 | #Constraints:      56975
1262.29/1270.37	c #Conflicts:    2186000 | #Constraints:      57975
1262.29/1270.37	c #Conflicts:    2187000 | #Constraints:      58975
1262.29/1270.37	c #Conflicts:    2188000 | #Constraints:      59975
1262.29/1270.37	c #Conflicts:    2189000 | #Constraints:      60975
1262.29/1270.37	c #Conflicts:    2190000 | #Constraints:      61975
1262.29/1270.37	c #Conflicts:    2191000 | #Constraints:      62975
1262.29/1270.37	c #Conflicts:    2192000 | #Constraints:      63975
1262.29/1270.37	c #Conflicts:    2193000 | #Constraints:      64975
1262.29/1270.37	c #Conflicts:    2194000 | #Constraints:      65975
1262.29/1270.37	c #Conflicts:    2195000 | #Constraints:      66975
1262.29/1270.37	c #Conflicts:    2196000 | #Constraints:      67975
1262.29/1270.37	c INPROCESSING
1262.29/1270.37	c GARBAGE COLLECT
1262.29/1270.37	c #Conflicts:    2197000 | #Constraints:      39585
1262.29/1270.37	c #Conflicts:    2198000 | #Constraints:      40586
1262.29/1270.37	c #Conflicts:    2199000 | #Constraints:      41586
1262.29/1270.37	c #Conflicts:    2200000 | #Constraints:      42586
1262.29/1270.37	c #Conflicts:    2201000 | #Constraints:      43586
1262.29/1270.37	c #Conflicts:    2202000 | #Constraints:      44586
1262.29/1270.37	c #Conflicts:    2203000 | #Constraints:      45586
1262.29/1270.37	c #Conflicts:    2204000 | #Constraints:      46586
1262.29/1270.37	c #Conflicts:    2205000 | #Constraints:      47586
1262.29/1270.37	c #Conflicts:    2206000 | #Constraints:      48586
1262.29/1270.37	c #Conflicts:    2207000 | #Constraints:      49586
1262.29/1270.37	c #Conflicts:    2208000 | #Constraints:      50586
1262.29/1270.37	c #Conflicts:    2209000 | #Constraints:      51586
1262.29/1270.37	c #Conflicts:    2210000 | #Constraints:      52586
1262.29/1270.37	c #Conflicts:    2211000 | #Constraints:      53587
1262.29/1270.37	c #Conflicts:    2212000 | #Constraints:      54599
1262.29/1270.37	c #Conflicts:    2213000 | #Constraints:      55599
1262.29/1270.37	c #Conflicts:    2214000 | #Constraints:      56599
1262.29/1270.37	c #Conflicts:    2215000 | #Constraints:      57600
1328.31/1336.61	c #Conflicts:    2216000 | #Constraints:      58610
1328.31/1336.61	c #Conflicts:    2217000 | #Constraints:      59612
1328.31/1336.61	c #Conflicts:    2218000 | #Constraints:      60612
1328.31/1336.61	c #Conflicts:    2219000 | #Constraints:      61613
1328.31/1336.61	c #Conflicts:    2220000 | #Constraints:      62613
1328.31/1336.61	c #Conflicts:    2221000 | #Constraints:      63613
1328.31/1336.61	c #Conflicts:    2222000 | #Constraints:      64613
1328.31/1336.61	c #Conflicts:    2223000 | #Constraints:      65613
1328.31/1336.61	c #Conflicts:    2224000 | #Constraints:      66613
1328.31/1336.61	c #Conflicts:    2225000 | #Constraints:      67614
1328.31/1336.61	c #Conflicts:    2226000 | #Constraints:      68614
1328.31/1336.61	c INPROCESSING
1328.31/1336.61	c GARBAGE COLLECT
1328.31/1336.61	c #Conflicts:    2227000 | #Constraints:      39966
1328.31/1336.61	c #Conflicts:    2228000 | #Constraints:      40967
1328.31/1336.61	c #Conflicts:    2229000 | #Constraints:      41967
1328.31/1336.61	c #Conflicts:    2230000 | #Constraints:      42967
1328.31/1336.61	c #Conflicts:    2231000 | #Constraints:      43967
1328.31/1336.61	c #Conflicts:    2232000 | #Constraints:      44967
1328.31/1336.61	c #Conflicts:    2233000 | #Constraints:      45967
1328.31/1336.61	c #Conflicts:    2234000 | #Constraints:      46969
1328.31/1336.61	c #Conflicts:    2235000 | #Constraints:      47969
1328.31/1336.61	c #Conflicts:    2236000 | #Constraints:      48971
1328.31/1336.61	c #Conflicts:    2237000 | #Constraints:      49971
1328.31/1336.61	c #Conflicts:    2238000 | #Constraints:      50971
1328.31/1336.61	c #Conflicts:    2239000 | #Constraints:      51971
1328.31/1336.61	c #Conflicts:    2240000 | #Constraints:      52971
1328.31/1336.61	c #Conflicts:    2241000 | #Constraints:      53971
1328.31/1336.61	c #Conflicts:    2242000 | #Constraints:      54971
1328.31/1336.61	c #Conflicts:    2243000 | #Constraints:      55971
1328.31/1336.61	c #Conflicts:    2244000 | #Constraints:      56971
1328.31/1336.61	c #Conflicts:    2245000 | #Constraints:      57973
1328.31/1336.61	c #Conflicts:    2246000 | #Constraints:      58973
1328.31/1336.61	c #Conflicts:    2247000 | #Constraints:      59973
1328.31/1336.61	c #Conflicts:    2248000 | #Constraints:      60973
1328.31/1336.61	c #Conflicts:    2249000 | #Constraints:      61973
1328.31/1336.61	c #Conflicts:    2250000 | #Constraints:      62973
1328.31/1336.61	c #Conflicts:    2251000 | #Constraints:      63973
1328.31/1336.61	c #Conflicts:    2252000 | #Constraints:      64974
1328.31/1336.61	c #Conflicts:    2253000 | #Constraints:      65974
1328.31/1336.61	c #Conflicts:    2254000 | #Constraints:      66974
1328.31/1336.61	c #Conflicts:    2255000 | #Constraints:      67974
1328.31/1336.61	c #Conflicts:    2256000 | #Constraints:      68974
1328.31/1336.61	c INPROCESSING
1328.31/1336.61	c GARBAGE COLLECT
1328.31/1336.61	WSVECS04 Frhs2[12]: 6 -2.32815 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[17]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[31]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[32]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[37]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[49]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[51]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[52]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[53]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[67]: 6 -1.04633 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[68]: 6 -0.965364 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[88]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[89]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[96]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[98]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[99]: 6 -0.953802 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[115]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[121]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[132]: 6 -0.93058 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[138]: 6 -1.31259 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[144]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[153]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[172]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[181]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[185]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[188]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[206]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[208]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[217]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[249]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[252]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[256]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[257]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[272]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[276]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[286]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[293]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[321]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[337]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[370]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[379]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[394]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[403]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[406]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[409]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[416]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[427]: 6 -1.12509 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[428]: 6 -2.3282 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[429]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[448]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[449]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[453]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[512]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[513]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[514]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[523]: 6 -1.12509 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[524]: 6 -2.25003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[529]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[542]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[544]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[547]: 6 -0.976922 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[561]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[576]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[577]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[578]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[579]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[588]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[589]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[593]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[621]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[623]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[624]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[625]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[629]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[631]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[640]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[653]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[656]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[659]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[672]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[686]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[690]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[700]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[705]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[722]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[734]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[941]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[964]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[965]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[966]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1005]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1013]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1016]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1017]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1019]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1053]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1057]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1070]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1072]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1073]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1074]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1075]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1077]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1080]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1085]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1092]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1097]: 6 -1.0938 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1100]: 6 -0.750044 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1102]: 6 -0.916544 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1106]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1112]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1116]: 6 -1.12507 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1120]: 6 -1.27784 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1134]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1139]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1140]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1146]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1147]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1151]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1154]: 6 -1.25007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1156]: 6 -0.921959 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1157]: 6 -1.18756 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1161]: 6 -1.086 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1163]: 6 -0.968784 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1169]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1174]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1178]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1180]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1183]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1186]: 6 -1.25008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1192]: 6 -0.965334 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1196]: 6 -0.750017 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1197]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1199]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1203]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1205]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1207]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1224]: 6 -1.25004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1229]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1230]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1242]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1244]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1249]: 6 -1.25007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1253]: 6 -0.671926 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1258]: 6 -2.25005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1271]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1274]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1278]: 6 -1.31258 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1279]: 6 -1.34377 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1281]: 6 -1.29302 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1282]: 6 -1.24222 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1296]: 6 -1.25009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1299]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1300]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1303]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1313]: 6 -1.31258 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1342]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1347]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1349]: 6 0 0.250049 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1350]: 6 -0.68753 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1366]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1367]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1368]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1385]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1391]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1400]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1412]: 6 -0.750019 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1422]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1423]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1424]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1425]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1437]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1445]: 6 -0.750068 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1446]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1455]: 6 -1.25003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1456]: 6 -1.25009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1457]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1460]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1463]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1464]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1469]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1470]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1471]: 6 -1.25006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1475]: 6 -1.12507 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1476]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1477]: 6 -1.25007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1490]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1496]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1497]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1498]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1501]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1505]: 6 -1.25004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1509]: 6 -0.916731 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1514]: 6 -0.875051 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1515]: 6 -1.25002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1517]: 6 -1.25002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1519]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1522]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1526]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1528]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1530]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1539]: 6 -1.25002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1541]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1542]: 6 -0.75002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1544]: 6 -1.25006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1546]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1550]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1560]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1567]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1568]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1570]: 6 -1.25003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1571]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1572]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1578]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1579]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1581]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1582]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1583]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1586]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1590]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1591]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1592]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1593]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1595]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1596]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1604]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1608]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1609]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1611]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1612]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1613]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1614]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1617]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1619]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1620]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1623]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1625]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1626]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1627]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1630]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1644]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1646]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1659]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1663]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1664]: 6 -1.06255 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1668]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1669]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1670]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1679]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1683]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1688]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1690]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1691]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1693]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1694]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1702]: 6 -0.750089 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1703]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1704]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1709]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1710]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1723]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1743]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1747]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1748]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1749]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1775]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1778]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1789]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1792]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1960]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1964]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1968]: 6 -1.00257 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1976]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1991]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[1997]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2003]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2009]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2016]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2049]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2052]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2053]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2056]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2060]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2062]: 6 -5.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2079]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2082]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2086]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2087]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2089]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2094]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2097]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2100]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2101]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2104]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2106]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2108]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2110]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2111]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2118]: 6 -1.25008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2145]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2149]: 6 -0.722294 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2152]: 6 -1.2501 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2160]: 6 -0.668057 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2167]: 6 -5.65626 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2168]: 6 -10.3126 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2170]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2173]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2175]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2178]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2180]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2181]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2183]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2185]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2187]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2190]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2192]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2193]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2200]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2204]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2206]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2207]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2220]: 6 -1.25002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2223]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2225]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2229]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2231]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2232]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2233]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2237]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2240]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2243]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2245]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2247]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2249]: 6 -1.1251 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2256]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2268]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2269]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2276]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2277]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2279]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2281]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2283]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2285]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2288]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2290]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2292]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2293]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2296]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2300]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2302]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2304]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2315]: 6 -1.25007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2316]: 6 -1.25005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2319]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2321]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2326]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2327]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2328]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2333]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2337]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2339]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2344]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2345]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2347]: 6 -1.25006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2363]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2366]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2367]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2370]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2372]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2373]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2376]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2380]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2383]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2384]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2386]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2388]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2389]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2392]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2394]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2395]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2398]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2399]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2412]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2417]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2423]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2429]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2437]: 6 -1.25006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2450]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2451]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2453]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2456]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2460]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2464]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2465]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2468]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2469]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2472]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2473]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2475]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2477]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2480]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2481]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2484]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2485]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2488]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2490]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2494]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2495]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2498]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2509]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2511]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2513]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2514]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2515]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2518]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2521]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2525]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2529]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2532]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2536]: 6 -1.25005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2550]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2552]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2554]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2556]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2558]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2560]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2561]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2564]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2568]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2572]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2576]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2577]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2580]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2581]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2584]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2586]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2588]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2589]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2591]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2598]: 6 -1.25009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2601]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2603]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2604]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2605]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2607]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2610]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2612]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2616]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2624]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2625]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2627]: 6 -1.31252 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2642]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2646]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2648]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2650]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2652]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2654]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2658]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2660]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2661]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2665]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2667]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2669]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2672]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2674]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2676]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2677]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2680]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2682]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2684]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2686]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2688]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2692]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2694]: 6 -1.29299 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2702]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2707]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2711]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2712]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2721]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2723]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2725]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2728]: 6 -1.29301 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2744]: 6 -10 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2746]: 6 -23.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2748]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2750]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2751]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2753]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2757]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2762]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2763]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2765]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2768]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2769]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2772]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2776]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2777]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2779]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2781]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2783]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2787]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2793]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2795]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2798]: 6 0 0.031303 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2799]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2800]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2803]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2805]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2807]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2808]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2812]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2813]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2817]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2824]: 6 -1.31257 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2826]: 6 -1.25009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2834]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2835]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2838]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2841]: 6 0 0.0313413 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2842]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2844]: 6 -5.12503 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2846]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2848]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2849]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2852]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2854]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2855]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2858]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2864]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2868]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2872]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2873]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2875]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2878]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2879]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2895]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2897]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2901]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2906]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2907]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2911]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2915]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2917]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2928]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2929]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2931]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2934]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2935]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2938]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2939]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2942]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2946]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2947]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2950]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2951]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2954]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2955]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2958]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2959]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2962]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2963]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2966]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2967]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2969]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2971]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2974]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2977]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2990]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2994]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[2997]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3000]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3001]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3008]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3010]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3013]: 6 -1.25004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3027]: 6 -3.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3032]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3033]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3036]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3037]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3039]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3041]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3044]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3047]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3052]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3053]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3055]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3058]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3059]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3062]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3063]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3066]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3070]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3084]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3096]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3097]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3104]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3106]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3107]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3110]: 6 -1.25004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3119]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3122]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3125]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3128]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3139]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3142]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3146]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3147]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3152]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3153]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3156]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3157]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3165]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3168]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3169]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3178]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3183]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3184]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3197]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3201]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3203]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3205]: 6 -1.2501 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3218]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3222]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3224]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3226]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3227]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3229]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3230]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3231]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3233]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3235]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3238]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3239]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3242]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3243]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3246]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3247]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3250]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3256]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3257]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3261]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3264]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3280]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3286]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3291]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3293]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3294]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3297]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3299]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3304]: 6 -1.25009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3305]: 6 -1.25004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3321]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3323]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3327]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3329]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3331]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3342]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3345]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3349]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3351]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3354]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3355]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3358]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3359]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3362]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3372]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3375]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3385]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3388]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3389]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3390]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3393]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3395]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3397]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3400]: 6 -1.25007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3407]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3409]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3411]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3415]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3418]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3419]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3422]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3424]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3425]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3428]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3432]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3437]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3440]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3444]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3446]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3448]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3450]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3452]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3454]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3455]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3457]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3458]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3459]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3478]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3479]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3483]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3484]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3490]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3491]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3494]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3495]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3498]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3511]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3512]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3514]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3518]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3520]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3522]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3524]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3526]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3527]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3530]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3531]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3536]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3544]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3546]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3547]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3550]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3560]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3569]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3571]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3575]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3581]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3583]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3586]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3590]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3591]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3594]: 6 -1.25003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3595]: 6 -1.25003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3600]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3601]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3603]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3605]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3608]: 6 -1.25009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3614]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3616]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3617]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3620]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3621]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3625]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3628]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3629]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3633]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3635]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3638]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3640]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3641]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3642]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3646]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3651]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3659]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3660]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3661]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3662]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3668]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3670]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3676]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3679]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3681]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3683]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3686]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3688]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3690]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3691]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3693]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3696]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3698]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3699]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3702]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3703]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3706]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3708]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3710]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3712]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3714]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3716]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3718]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3719]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3722]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3728]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3729]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3732]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3736]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3737]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3740]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3741]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3744]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3745]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3749]: 6 -1.06259 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3752]: 6 -1.12501 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3754]: 6 -1.12501 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3755]: 6 -1.25006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3759]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3764]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3766]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3772]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3777]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3779]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3782]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3792]: 6 -0.500068 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3802]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3803]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3806]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3810]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3814]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3822]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3823]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3826]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3827]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3829]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3832]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3833]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3835]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3837]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3839]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3842]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3843]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3848]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3850]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3857]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3858]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3862]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3863]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3867]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3871]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3874]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3875]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3878]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3879]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3882]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3888]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3890]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3892]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3894]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3896]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3898]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3900]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3902]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3904]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3906]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3908]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3911]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3912]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3913]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3916]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3918]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3920]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3923]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3926]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3928]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3932]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3934]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3936]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3938]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3943]: 6 -1.25004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3944]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3946]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3948]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3950]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3955]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3956]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3962]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3964]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3967]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3972]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3984]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3986]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3988]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3990]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3992]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3994]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3996]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[3997]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4000]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4002]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4006]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4010]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4014]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4018]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4020]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4021]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4024]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4028]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4032]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4033]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4034]: 6 -1.00003 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4037]: 6 -1.2501 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4041]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4044]: 6 -1.25009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4046]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4047]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4049]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4054]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4055]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4057]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4061]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4064]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4065]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4068]: 6 -1.25008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4069]: 6 -1.25007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4076]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4077]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4082]: 6 -1.12502 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4083]: 6 -1.1251 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4092]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4093]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4096]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4098]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4099]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4102]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4106]: 6 -1.00009 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4110]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4112]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4114]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4116]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4118]: 6 -1.00005 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4120]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4122]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4123]: 6 -1.00002 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4126]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4160]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4181]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4182]: 6 -1.0001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4203]: 6 -1.00001 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4204]: 6 -1.00004 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4217]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4226]: 6 -1.00006 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4227]: 6 -1.00007 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4228]: 6 -1.00008 0 shouldn't be
1328.31/1336.61	WSVECS04 Frhs2[4241]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[23]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[56]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[62]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[97]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[123]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[131]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[145]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[147]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[157]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[159]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[161]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[180]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[189]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[194]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[212]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[219]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[221]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[241]: 6 -1.00006 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[242]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[250]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[253]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[254]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[289]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[303]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[304]: 6 -1.0001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[306]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[312]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[377]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[395]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[410]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[411]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[419]: 6 -0.953774 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[436]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[459]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[471]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[472]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[475]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[483]: 6 -1.00006 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[490]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[500]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[501]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[502]: 6 -1.00006 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[506]: 6 -1.0001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[507]: 6 -1.00006 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[522]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[539]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[545]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[559]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[560]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[572]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[580]: 6 -0.861206 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[584]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[592]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[622]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[626]: 6 -1.00006 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[648]: 6 -1.0001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[658]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[663]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[669]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[682]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[688]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[706]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[720]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[727]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[911]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1079]: 6 -1.0001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1096]: 6 -1.15628 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1110]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1131]: 6 -1.66416 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1164]: 6 -0.437573 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1175]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1181]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1195]: 6 -0.750026 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1198]: 6 -0.992207 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1206]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1237]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1267]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1333]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1369]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1377]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1402]: 6 -1.00006 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1427]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1467]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1499]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1547]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1548]: 6 -1.0001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1553]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1977]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1980]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[1993]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2014]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2090]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2336]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2377]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2407]: 6 -1.25007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2455]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2461]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2640]: 6 0 0.0625975 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2663]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2756]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2760]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2796]: 6 -0.992239 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2810]: 6 -1.00006 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2896]: 6 -1.00006 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2904]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2908]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2913]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[2920]: 6 -1.25002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3056]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3073]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3149]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3260]: 6 -1.00007 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3347]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3379]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3436]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3460]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3480]: 6 -1.00006 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3563]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3564]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3574]: 6 -1.0001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3577]: 6 -1.0001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3643]: 6 -1.00008 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3663]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3705]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3757]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3760]: 6 -1.00005 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3795]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3807]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3841]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3853]: 6 -1.00002 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3855]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3860]: 6 -1.00001 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3864]: 6 -1.00004 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[3959]: 6 -1.00009 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[4025]: 6 -1.00003 0 shouldn't be
1329.41/1337.75	WSVECS04 Frhs2[4059]: 6 -1.00006 0 shouldn't be
1419.88/1428.67	c #Conflicts:    2257000 | #Constraints:      40154
1419.88/1428.67	c #Conflicts:    2258000 | #Constraints:      41154
1419.88/1428.67	c #Conflicts:    2259000 | #Constraints:      42154
1419.88/1428.67	c #Conflicts:    2260000 | #Constraints:      43154
1419.88/1428.67	c #Conflicts:    2261000 | #Constraints:      44154
1419.88/1428.67	c #Conflicts:    2262000 | #Constraints:      45155
1419.88/1428.67	c #Conflicts:    2263000 | #Constraints:      46155
1419.88/1428.67	c #Conflicts:    2264000 | #Constraints:      47155
1419.88/1428.67	c #Conflicts:    2265000 | #Constraints:      48155
1419.88/1428.67	c #Conflicts:    2266000 | #Constraints:      49155
1419.88/1428.67	c #Conflicts:    2267000 | #Constraints:      50155
1419.88/1428.67	c #Conflicts:    2268000 | #Constraints:      51155
1419.88/1428.67	c #Conflicts:    2269000 | #Constraints:      52155
1419.88/1428.67	c #Conflicts:    2270000 | #Constraints:      53155
1419.88/1428.67	c #Conflicts:    2271000 | #Constraints:      54155
1419.88/1428.67	c #Conflicts:    2272000 | #Constraints:      55155
1419.88/1428.67	c #Conflicts:    2273000 | #Constraints:      56155
1419.88/1428.67	c #Conflicts:    2274000 | #Constraints:      57155
1419.88/1428.67	c #Conflicts:    2275000 | #Constraints:      58155
1419.88/1428.67	c #Conflicts:    2276000 | #Constraints:      59155
1419.88/1428.67	c #Conflicts:    2277000 | #Constraints:      60155
1419.88/1428.67	c #Conflicts:    2278000 | #Constraints:      61155
1419.88/1428.67	c #Conflicts:    2279000 | #Constraints:      62155
1419.88/1428.67	c #Conflicts:    2280000 | #Constraints:      63155
1419.88/1428.67	c #Conflicts:    2281000 | #Constraints:      64155
1419.88/1428.67	c #Conflicts:    2282000 | #Constraints:      65155
1419.88/1428.67	c #Conflicts:    2283000 | #Constraints:      66155
1419.88/1428.67	c #Conflicts:    2284000 | #Constraints:      67155
1419.88/1428.67	c #Conflicts:    2285000 | #Constraints:      68155
1419.88/1428.67	c #Conflicts:    2286000 | #Constraints:      69155
1419.88/1428.67	c INPROCESSING
1419.88/1428.67	c GARBAGE COLLECT
1419.88/1428.67	c #Conflicts:    2287000 | #Constraints:      40161
1419.88/1428.67	c #Conflicts:    2288000 | #Constraints:      41161
1419.88/1428.67	c #Conflicts:    2289000 | #Constraints:      42161
1419.88/1428.67	c #Conflicts:    2290000 | #Constraints:      43161
1419.88/1428.67	c #Conflicts:    2291000 | #Constraints:      44161
1419.88/1428.67	c #Conflicts:    2292000 | #Constraints:      45161
1419.88/1428.67	c #Conflicts:    2293000 | #Constraints:      46161
1419.88/1428.67	c #Conflicts:    2294000 | #Constraints:      47161
1419.88/1428.67	c #Conflicts:    2295000 | #Constraints:      48161
1419.88/1428.67	c #Conflicts:    2296000 | #Constraints:      49161
1419.88/1428.67	c #Conflicts:    2297000 | #Constraints:      50161
1419.88/1428.67	c #Conflicts:    2298000 | #Constraints:      51161
1419.88/1428.67	c #Conflicts:    2299000 | #Constraints:      52161
1419.88/1428.67	c #Conflicts:    2300000 | #Constraints:      53161
1419.88/1428.67	c #Conflicts:    2301000 | #Constraints:      54161
1419.88/1428.67	c #Conflicts:    2302000 | #Constraints:      55161
1419.88/1428.67	c #Conflicts:    2303000 | #Constraints:      56161
1419.88/1428.67	c #Conflicts:    2304000 | #Constraints:      57161
1419.88/1428.67	c #Conflicts:    2305000 | #Constraints:      58161
1419.88/1428.67	c #Conflicts:    2306000 | #Constraints:      59161
1419.88/1428.67	c #Conflicts:    2307000 | #Constraints:      60161
1419.88/1428.67	c #Conflicts:    2308000 | #Constraints:      61161
1419.88/1428.67	c #Conflicts:    2309000 | #Constraints:      62161
1419.88/1428.67	c #Conflicts:    2310000 | #Constraints:      63161
1419.88/1428.67	c #Conflicts:    2311000 | #Constraints:      64161
1419.88/1428.67	c #Conflicts:    2312000 | #Constraints:      65161
1419.88/1428.67	c #Conflicts:    2313000 | #Constraints:      66161
1419.88/1428.67	c #Conflicts:    2314000 | #Constraints:      67161
1419.88/1428.67	c #Conflicts:    2315000 | #Constraints:      68161
1419.88/1428.67	c #Conflicts:    2316000 | #Constraints:      69161
1419.88/1428.67	c INPROCESSING
1419.88/1428.67	c GARBAGE COLLECT
1419.88/1428.67	c #Conflicts:    2317000 | #Constraints:      39980
1419.88/1428.67	c #Conflicts:    2318000 | #Constraints:      40980
1419.88/1428.67	c #Conflicts:    2319000 | #Constraints:      41980
1419.88/1428.67	c #Conflicts:    2320000 | #Constraints:      42980
1419.88/1428.67	c #Conflicts:    2321000 | #Constraints:      43981
1419.88/1428.67	c #Conflicts:    2322000 | #Constraints:      44981
1419.88/1428.67	c #Conflicts:    2323000 | #Constraints:      45981
1419.88/1428.67	c #Conflicts:    2324000 | #Constraints:      46981
1419.88/1428.67	c #Conflicts:    2325000 | #Constraints:      47981
1419.88/1428.67	c #Conflicts:    2326000 | #Constraints:      48981
1419.88/1428.67	c #Conflicts:    2327000 | #Constraints:      49981
1419.88/1428.67	c #Conflicts:    2328000 | #Constraints:      50981
1419.88/1428.67	c #Conflicts:    2329000 | #Constraints:      51981
1419.88/1428.67	c #Conflicts:    2330000 | #Constraints:      52981
1419.88/1428.67	c #Conflicts:    2331000 | #Constraints:      53981
1419.88/1428.67	c #Conflicts:    2332000 | #Constraints:      54981
1419.88/1428.67	c #Conflicts:    2333000 | #Constraints:      55981
1419.88/1428.67	c #Conflicts:    2334000 | #Constraints:      56982
1523.35/1532.55	c #Conflicts:    2335000 | #Constraints:      57982
1523.35/1532.55	c #Conflicts:    2336000 | #Constraints:      58982
1523.35/1532.55	c #Conflicts:    2337000 | #Constraints:      59982
1523.35/1532.55	c #Conflicts:    2338000 | #Constraints:      60982
1523.35/1532.55	c #Conflicts:    2339000 | #Constraints:      61982
1523.35/1532.55	c #Conflicts:    2340000 | #Constraints:      62984
1523.35/1532.55	c #Conflicts:    2341000 | #Constraints:      63984
1523.35/1532.55	c #Conflicts:    2342000 | #Constraints:      64984
1523.35/1532.55	c #Conflicts:    2343000 | #Constraints:      65984
1523.35/1532.55	c #Conflicts:    2344000 | #Constraints:      66984
1523.35/1532.55	c #Conflicts:    2345000 | #Constraints:      67984
1523.35/1532.55	c #Conflicts:    2346000 | #Constraints:      68984
1523.35/1532.55	c #Conflicts:    2347000 | #Constraints:      69984
1523.35/1532.55	c INPROCESSING
1523.35/1532.55	c GARBAGE COLLECT
1523.35/1532.55	c #Conflicts:    2348000 | #Constraints:      40587
1523.35/1532.55	c #Conflicts:    2349000 | #Constraints:      41587
1523.35/1532.55	c #Conflicts:    2350000 | #Constraints:      42587
1523.35/1532.55	c #Conflicts:    2351000 | #Constraints:      43587
1523.35/1532.55	c #Conflicts:    2352000 | #Constraints:      44587
1523.35/1532.55	c #Conflicts:    2353000 | #Constraints:      45587
1523.35/1532.55	c #Conflicts:    2354000 | #Constraints:      46587
1523.35/1532.55	c #Conflicts:    2355000 | #Constraints:      47587
1523.35/1532.55	c #Conflicts:    2356000 | #Constraints:      48587
1523.35/1532.55	c #Conflicts:    2357000 | #Constraints:      49587
1523.35/1532.55	c #Conflicts:    2358000 | #Constraints:      50587
1523.35/1532.55	c #Conflicts:    2359000 | #Constraints:      51587
1523.35/1532.55	c #Conflicts:    2360000 | #Constraints:      52587
1523.35/1532.55	c #Conflicts:    2361000 | #Constraints:      53587
1523.35/1532.55	c #Conflicts:    2362000 | #Constraints:      54587
1523.35/1532.55	c #Conflicts:    2363000 | #Constraints:      55587
1523.35/1532.55	c #Conflicts:    2364000 | #Constraints:      56587
1523.35/1532.55	c #Conflicts:    2365000 | #Constraints:      57587
1523.35/1532.55	c #Conflicts:    2366000 | #Constraints:      58587
1523.35/1532.55	c #Conflicts:    2367000 | #Constraints:      59587
1523.35/1532.55	c #Conflicts:    2368000 | #Constraints:      60587
1523.35/1532.55	c #Conflicts:    2369000 | #Constraints:      61587
1523.35/1532.55	c #Conflicts:    2370000 | #Constraints:      62587
1523.35/1532.55	c #Conflicts:    2371000 | #Constraints:      63587
1523.35/1532.55	c #Conflicts:    2372000 | #Constraints:      64587
1523.35/1532.55	c #Conflicts:    2373000 | #Constraints:      65587
1523.35/1532.55	c #Conflicts:    2374000 | #Constraints:      66587
1523.35/1532.55	c #Conflicts:    2375000 | #Constraints:      67587
1523.35/1532.55	c #Conflicts:    2376000 | #Constraints:      68587
1523.35/1532.55	c #Conflicts:    2377000 | #Constraints:      69587
1523.35/1532.55	c #Conflicts:    2378000 | #Constraints:      70587
1523.35/1532.55	c INPROCESSING
1523.35/1532.55	c GARBAGE COLLECT
1523.35/1532.55	c #Conflicts:    2379000 | #Constraints:      40979
1523.35/1532.55	c #Conflicts:    2380000 | #Constraints:      41979
1523.35/1532.55	c #Conflicts:    2381000 | #Constraints:      42979
1523.35/1532.55	c #Conflicts:    2382000 | #Constraints:      43979
1523.35/1532.55	c #Conflicts:    2383000 | #Constraints:      44979
1523.35/1532.55	c #Conflicts:    2384000 | #Constraints:      45979
1523.35/1532.55	c #Conflicts:    2385000 | #Constraints:      46980
1523.35/1532.55	c #Conflicts:    2386000 | #Constraints:      47980
1523.35/1532.55	c #Conflicts:    2387000 | #Constraints:      48980
1523.35/1532.55	c #Conflicts:    2388000 | #Constraints:      49980
1523.35/1532.55	c #Conflicts:    2389000 | #Constraints:      50980
1523.35/1532.55	c #Conflicts:    2390000 | #Constraints:      51980
1523.35/1532.55	c #Conflicts:    2391000 | #Constraints:      52980
1523.35/1532.55	c #Conflicts:    2392000 | #Constraints:      53980
1523.35/1532.55	c #Conflicts:    2393000 | #Constraints:      54980
1523.35/1532.55	c #Conflicts:    2394000 | #Constraints:      55980
1523.35/1532.55	c #Conflicts:    2395000 | #Constraints:      56980
1523.35/1532.55	c #Conflicts:    2396000 | #Constraints:      57980
1523.35/1532.55	c #Conflicts:    2397000 | #Constraints:      58980
1523.35/1532.55	c #Conflicts:    2398000 | #Constraints:      59980
1523.35/1532.55	c #Conflicts:    2399000 | #Constraints:      60980
1523.35/1532.55	c #Conflicts:    2400000 | #Constraints:      61980
1523.35/1532.55	c #Conflicts:    2401000 | #Constraints:      62980
1523.35/1532.55	c #Conflicts:    2402000 | #Constraints:      63980
1523.35/1532.55	c #Conflicts:    2403000 | #Constraints:      64980
1523.35/1532.55	c #Conflicts:    2404000 | #Constraints:      65980
1523.35/1532.55	c #Conflicts:    2405000 | #Constraints:      66980
1523.35/1532.55	c #Conflicts:    2406000 | #Constraints:      67980
1523.35/1532.55	c #Conflicts:    2407000 | #Constraints:      68980
1523.35/1532.55	c #Conflicts:    2408000 | #Constraints:      69980
1523.35/1532.55	c #Conflicts:    2409000 | #Constraints:      70980
1523.35/1532.55	c INPROCESSING
1523.35/1532.55	c GARBAGE COLLECT
1523.35/1532.55	c #Conflicts:    2410000 | #Constraints:      41174
1523.35/1532.55	c #Conflicts:    2411000 | #Constraints:      42174
1588.31/1597.71	c #Conflicts:    2412000 | #Constraints:      43174
1588.31/1597.71	c #Conflicts:    2413000 | #Constraints:      44174
1588.31/1597.71	c #Conflicts:    2414000 | #Constraints:      45174
1588.31/1597.71	c #Conflicts:    2415000 | #Constraints:      46174
1588.31/1597.71	c #Conflicts:    2416000 | #Constraints:      47174
1588.31/1597.71	c #Conflicts:    2417000 | #Constraints:      48174
1588.31/1597.71	c #Conflicts:    2418000 | #Constraints:      49174
1588.31/1597.71	c #Conflicts:    2419000 | #Constraints:      50174
1588.31/1597.71	c #Conflicts:    2420000 | #Constraints:      51174
1588.31/1597.71	c #Conflicts:    2421000 | #Constraints:      52174
1588.31/1597.71	c #Conflicts:    2422000 | #Constraints:      53175
1588.31/1597.71	c #Conflicts:    2423000 | #Constraints:      54175
1588.31/1597.71	c #Conflicts:    2424000 | #Constraints:      55175
1588.31/1597.71	c #Conflicts:    2425000 | #Constraints:      56175
1588.31/1597.71	c #Conflicts:    2426000 | #Constraints:      57175
1588.31/1597.71	c #Conflicts:    2427000 | #Constraints:      58175
1588.31/1597.71	c #Conflicts:    2428000 | #Constraints:      59175
1588.31/1597.71	c #Conflicts:    2429000 | #Constraints:      60175
1588.31/1597.71	c #Conflicts:    2430000 | #Constraints:      61175
1588.31/1597.71	c #Conflicts:    2431000 | #Constraints:      62175
1588.31/1597.71	c #Conflicts:    2432000 | #Constraints:      63175
1588.31/1597.71	c #Conflicts:    2433000 | #Constraints:      64175
1588.31/1597.71	c #Conflicts:    2434000 | #Constraints:      65175
1588.31/1597.71	c #Conflicts:    2435000 | #Constraints:      66175
1588.31/1597.71	c #Conflicts:    2436000 | #Constraints:      67175
1588.31/1597.71	c #Conflicts:    2437000 | #Constraints:      68175
1588.31/1597.71	c #Conflicts:    2438000 | #Constraints:      69175
1588.31/1597.71	c #Conflicts:    2439000 | #Constraints:      70175
1588.31/1597.71	c #Conflicts:    2440000 | #Constraints:      71175
1588.31/1597.71	c INPROCESSING
1588.31/1597.71	c GARBAGE COLLECT
1588.31/1597.71	c #Conflicts:    2441000 | #Constraints:      41187
1588.31/1597.71	c #Conflicts:    2442000 | #Constraints:      42187
1588.31/1597.71	c #Conflicts:    2443000 | #Constraints:      43187
1588.31/1597.71	c #Conflicts:    2444000 | #Constraints:      44187
1588.31/1597.71	c #Conflicts:    2445000 | #Constraints:      45187
1588.31/1597.71	c #Conflicts:    2446000 | #Constraints:      46187
1588.31/1597.71	c #Conflicts:    2447000 | #Constraints:      47188
1588.31/1597.71	c #Conflicts:    2448000 | #Constraints:      48188
1588.31/1597.71	c #Conflicts:    2449000 | #Constraints:      49188
1588.31/1597.71	c #Conflicts:    2450000 | #Constraints:      50188
1588.31/1597.71	c #Conflicts:    2451000 | #Constraints:      51188
1588.31/1597.71	c #Conflicts:    2452000 | #Constraints:      52188
1588.31/1597.71	c #Conflicts:    2453000 | #Constraints:      53188
1588.31/1597.71	c #Conflicts:    2454000 | #Constraints:      54188
1588.31/1597.71	c #Conflicts:    2455000 | #Constraints:      55188
1588.31/1597.71	c #Conflicts:    2456000 | #Constraints:      56188
1588.31/1597.71	c #Conflicts:    2457000 | #Constraints:      57188
1588.31/1597.71	c #Conflicts:    2458000 | #Constraints:      58188
1588.31/1597.71	c #Conflicts:    2459000 | #Constraints:      59189
1588.31/1597.71	c #Conflicts:    2460000 | #Constraints:      60189
1588.31/1597.71	c #Conflicts:    2461000 | #Constraints:      61189
1588.31/1597.71	c #Conflicts:    2462000 | #Constraints:      62190
1588.31/1597.71	c #Conflicts:    2463000 | #Constraints:      63190
1588.31/1597.71	c #Conflicts:    2464000 | #Constraints:      64190
1588.31/1597.71	c #Conflicts:    2465000 | #Constraints:      65190
1588.31/1597.71	c #Conflicts:    2466000 | #Constraints:      66190
1588.31/1597.71	c #Conflicts:    2467000 | #Constraints:      67190
1588.31/1597.71	c #Conflicts:    2468000 | #Constraints:      68190
1588.31/1597.71	c #Conflicts:    2469000 | #Constraints:      69190
1588.31/1597.71	c #Conflicts:    2470000 | #Constraints:      70190
1588.31/1597.71	c #Conflicts:    2471000 | #Constraints:      71190
1588.31/1597.71	c INPROCESSING
1588.31/1597.71	c GARBAGE COLLECT
1588.31/1597.71	c #Conflicts:    2472000 | #Constraints:      40942
1588.31/1597.71	c #Conflicts:    2473000 | #Constraints:      41942
1588.31/1597.71	c #Conflicts:    2474000 | #Constraints:      42943
1588.31/1597.71	c #Conflicts:    2475000 | #Constraints:      43943
1588.31/1597.71	c #Conflicts:    2476000 | #Constraints:      44943
1588.31/1597.71	c #Conflicts:    2477000 | #Constraints:      45943
1588.31/1597.71	c #Conflicts:    2478000 | #Constraints:      46943
1588.31/1597.71	c #Conflicts:    2479000 | #Constraints:      47943
1588.31/1597.71	c #Conflicts:    2480000 | #Constraints:      48943
1588.31/1597.71	c #Conflicts:    2481000 | #Constraints:      49943
1588.31/1597.71	c #Conflicts:    2482000 | #Constraints:      50943
1588.31/1597.71	c #Conflicts:    2483000 | #Constraints:      51943
1588.31/1597.71	c #Conflicts:    2484000 | #Constraints:      52943
1588.31/1597.71	c #Conflicts:    2485000 | #Constraints:      53943
1588.31/1597.71	c #Conflicts:    2486000 | #Constraints:      54943
1588.31/1597.71	c #Conflicts:    2487000 | #Constraints:      55943
1588.31/1597.71	c #Conflicts:    2488000 | #Constraints:      56943
1636.52/1646.23	c #Conflicts:    2489000 | #Constraints:      57943
1636.52/1646.23	c #Conflicts:    2490000 | #Constraints:      58943
1636.52/1646.23	c #Conflicts:    2491000 | #Constraints:      59943
1636.52/1646.23	c #Conflicts:    2492000 | #Constraints:      60943
1636.52/1646.23	c #Conflicts:    2493000 | #Constraints:      61943
1636.52/1646.23	c #Conflicts:    2494000 | #Constraints:      62943
1636.52/1646.23	c #Conflicts:    2495000 | #Constraints:      63943
1636.52/1646.23	c #Conflicts:    2496000 | #Constraints:      64943
1636.52/1646.23	c #Conflicts:    2497000 | #Constraints:      65943
1636.52/1646.23	c #Conflicts:    2498000 | #Constraints:      66943
1636.52/1646.23	c #Conflicts:    2499000 | #Constraints:      67943
1636.52/1646.23	c #Conflicts:    2500000 | #Constraints:      68943
1636.52/1646.23	c #Conflicts:    2501000 | #Constraints:      69943
1636.52/1646.23	c #Conflicts:    2502000 | #Constraints:      70943
1636.52/1646.23	c #Conflicts:    2503000 | #Constraints:      71943
1636.52/1646.23	c INPROCESSING
1636.52/1646.23	c GARBAGE COLLECT
1636.52/1646.23	c #Conflicts:    2504000 | #Constraints:      41580
1636.52/1646.23	c #Conflicts:    2505000 | #Constraints:      42580
1636.52/1646.23	c #Conflicts:    2506000 | #Constraints:      43580
1636.52/1646.23	c #Conflicts:    2507000 | #Constraints:      44580
1636.52/1646.23	c #Conflicts:    2508000 | #Constraints:      45580
1636.52/1646.23	c #Conflicts:    2509000 | #Constraints:      46580
1636.52/1646.23	c #Conflicts:    2510000 | #Constraints:      47580
1636.52/1646.23	c #Conflicts:    2511000 | #Constraints:      48580
1636.52/1646.23	c #Conflicts:    2512000 | #Constraints:      49580
1636.52/1646.23	c #Conflicts:    2513000 | #Constraints:      50580
1636.52/1646.23	c #Conflicts:    2514000 | #Constraints:      51580
1636.52/1646.23	c #Conflicts:    2515000 | #Constraints:      52580
1636.52/1646.23	c #Conflicts:    2516000 | #Constraints:      53580
1636.52/1646.23	c #Conflicts:    2517000 | #Constraints:      54580
1636.52/1646.23	c #Conflicts:    2518000 | #Constraints:      55580
1636.52/1646.23	c #Conflicts:    2519000 | #Constraints:      56580
1636.52/1646.23	c #Conflicts:    2520000 | #Constraints:      57580
1636.52/1646.23	c #Conflicts:    2521000 | #Constraints:      58580
1636.52/1646.23	c #Conflicts:    2522000 | #Constraints:      59580
1636.52/1646.23	c #Conflicts:    2523000 | #Constraints:      60580
1636.52/1646.23	c #Conflicts:    2524000 | #Constraints:      61580
1636.52/1646.23	c #Conflicts:    2525000 | #Constraints:      62580
1636.52/1646.23	c #Conflicts:    2526000 | #Constraints:      63580
1636.52/1646.23	c #Conflicts:    2527000 | #Constraints:      64580
1636.52/1646.23	c #Conflicts:    2528000 | #Constraints:      65580
1636.52/1646.23	c #Conflicts:    2529000 | #Constraints:      66580
1636.52/1646.23	c #Conflicts:    2530000 | #Constraints:      67580
1636.52/1646.23	c #Conflicts:    2531000 | #Constraints:      68580
1636.52/1646.23	c #Conflicts:    2532000 | #Constraints:      69580
1636.52/1646.23	c #Conflicts:    2533000 | #Constraints:      70580
1636.52/1646.23	c #Conflicts:    2534000 | #Constraints:      71580
1636.52/1646.23	c #Conflicts:    2535000 | #Constraints:      72580
1636.52/1646.23	c INPROCESSING
1636.52/1646.23	c GARBAGE COLLECT
1636.52/1646.23	c #Conflicts:    2536000 | #Constraints:      41964
1636.52/1646.23	c #Conflicts:    2537000 | #Constraints:      42964
1636.52/1646.23	c #Conflicts:    2538000 | #Constraints:      43964
1636.52/1646.23	c #Conflicts:    2539000 | #Constraints:      44964
1636.52/1646.23	c #Conflicts:    2540000 | #Constraints:      45964
1636.52/1646.23	c #Conflicts:    2541000 | #Constraints:      46964
1636.52/1646.23	c #Conflicts:    2542000 | #Constraints:      47964
1636.52/1646.23	c #Conflicts:    2543000 | #Constraints:      48964
1636.52/1646.23	c #Conflicts:    2544000 | #Constraints:      49964
1636.52/1646.23	c #Conflicts:    2545000 | #Constraints:      50964
1636.52/1646.23	c #Conflicts:    2546000 | #Constraints:      51964
1636.52/1646.23	c #Conflicts:    2547000 | #Constraints:      52964
1636.52/1646.23	c #Conflicts:    2548000 | #Constraints:      53965
1636.52/1646.23	c #Conflicts:    2549000 | #Constraints:      54965
1636.52/1646.23	c #Conflicts:    2550000 | #Constraints:      55965
1636.52/1646.23	c #Conflicts:    2551000 | #Constraints:      56965
1636.52/1646.23	c #Conflicts:    2552000 | #Constraints:      57965
1636.52/1646.23	c #Conflicts:    2553000 | #Constraints:      58965
1636.52/1646.23	c #Conflicts:    2554000 | #Constraints:      59965
1636.52/1646.23	c #Conflicts:    2555000 | #Constraints:      60965
1636.52/1646.23	c #Conflicts:    2556000 | #Constraints:      61965
1636.52/1646.23	c #Conflicts:    2557000 | #Constraints:      62965
1636.52/1646.23	c #Conflicts:    2558000 | #Constraints:      63965
1636.52/1646.23	c #Conflicts:    2559000 | #Constraints:      64965
1636.52/1646.23	c #Conflicts:    2560000 | #Constraints:      65965
1636.52/1646.23	c #Conflicts:    2561000 | #Constraints:      66965
1636.52/1646.23	c #Conflicts:    2562000 | #Constraints:      67965
1636.52/1646.23	c #Conflicts:    2563000 | #Constraints:      68965
1636.52/1646.23	c #Conflicts:    2564000 | #Constraints:      69965
1636.52/1646.23	c #Conflicts:    2565000 | #Constraints:      70965
1636.52/1646.23	c #Conflicts:    2566000 | #Constraints:      71965
1678.43/1688.37	c #Conflicts:    2567000 | #Constraints:      72965
1678.43/1688.37	c INPROCESSING
1678.43/1688.37	c GARBAGE COLLECT
1678.43/1688.37	c #Conflicts:    2568000 | #Constraints:      42101
1678.43/1688.37	c #Conflicts:    2569000 | #Constraints:      43101
1678.43/1688.37	c #Conflicts:    2570000 | #Constraints:      44101
1678.43/1688.37	c #Conflicts:    2571000 | #Constraints:      45101
1678.43/1688.37	c #Conflicts:    2572000 | #Constraints:      46101
1678.43/1688.37	c #Conflicts:    2573000 | #Constraints:      47101
1678.43/1688.37	c #Conflicts:    2574000 | #Constraints:      48101
1678.43/1688.37	c #Conflicts:    2575000 | #Constraints:      49101
1678.43/1688.37	c #Conflicts:    2576000 | #Constraints:      50101
1678.43/1688.37	c #Conflicts:    2577000 | #Constraints:      51101
1678.43/1688.37	c #Conflicts:    2578000 | #Constraints:      52101
1678.43/1688.37	c #Conflicts:    2579000 | #Constraints:      53101
1678.43/1688.37	c #Conflicts:    2580000 | #Constraints:      54101
1678.43/1688.37	c #Conflicts:    2581000 | #Constraints:      55101
1678.43/1688.37	c #Conflicts:    2582000 | #Constraints:      56101
1678.43/1688.37	c #Conflicts:    2583000 | #Constraints:      57101
1678.43/1688.37	c #Conflicts:    2584000 | #Constraints:      58101
1678.43/1688.37	c #Conflicts:    2585000 | #Constraints:      59101
1678.43/1688.37	c #Conflicts:    2586000 | #Constraints:      60101
1678.43/1688.37	c #Conflicts:    2587000 | #Constraints:      61101
1678.43/1688.37	c #Conflicts:    2588000 | #Constraints:      62101
1678.43/1688.37	c #Conflicts:    2589000 | #Constraints:      63101
1678.43/1688.37	c #Conflicts:    2590000 | #Constraints:      64101
1678.43/1688.37	c #Conflicts:    2591000 | #Constraints:      65101
1678.43/1688.37	c #Conflicts:    2592000 | #Constraints:      66101
1678.43/1688.37	c #Conflicts:    2593000 | #Constraints:      67101
1678.43/1688.37	c #Conflicts:    2594000 | #Constraints:      68101
1678.43/1688.37	c #Conflicts:    2595000 | #Constraints:      69101
1678.43/1688.37	c #Conflicts:    2596000 | #Constraints:      70101
1678.43/1688.37	c #Conflicts:    2597000 | #Constraints:      71101
1678.43/1688.37	c #Conflicts:    2598000 | #Constraints:      72101
1678.43/1688.37	c #Conflicts:    2599000 | #Constraints:      73101
1678.43/1688.37	c INPROCESSING
1678.43/1688.37	c GARBAGE COLLECT
1678.43/1688.37	c #Conflicts:    2600000 | #Constraints:      42141
1678.43/1688.37	c #Conflicts:    2601000 | #Constraints:      43141
1678.43/1688.37	c #Conflicts:    2602000 | #Constraints:      44141
1678.43/1688.37	c #Conflicts:    2603000 | #Constraints:      45141
1678.43/1688.37	c #Conflicts:    2604000 | #Constraints:      46141
1678.43/1688.37	c #Conflicts:    2605000 | #Constraints:      47141
1678.43/1688.37	c #Conflicts:    2606000 | #Constraints:      48141
1678.43/1688.37	c #Conflicts:    2607000 | #Constraints:      49141
1678.43/1688.37	c #Conflicts:    2608000 | #Constraints:      50141
1678.43/1688.37	c #Conflicts:    2609000 | #Constraints:      51141
1678.43/1688.37	c #Conflicts:    2610000 | #Constraints:      52141
1678.43/1688.37	c #Conflicts:    2611000 | #Constraints:      53141
1678.43/1688.37	c #Conflicts:    2612000 | #Constraints:      54141
1678.43/1688.37	c #Conflicts:    2613000 | #Constraints:      55141
1678.43/1688.37	c #Conflicts:    2614000 | #Constraints:      56141
1678.43/1688.37	c #Conflicts:    2615000 | #Constraints:      57141
1678.43/1688.37	c #Conflicts:    2616000 | #Constraints:      58141
1678.43/1688.37	c #Conflicts:    2617000 | #Constraints:      59141
1678.43/1688.37	c #Conflicts:    2618000 | #Constraints:      60141
1678.43/1688.37	c #Conflicts:    2619000 | #Constraints:      61141
1678.43/1688.37	c #Conflicts:    2620000 | #Constraints:      62141
1678.43/1688.37	c #Conflicts:    2621000 | #Constraints:      63141
1678.43/1688.37	c #Conflicts:    2622000 | #Constraints:      64141
1678.43/1688.37	c #Conflicts:    2623000 | #Constraints:      65141
1678.43/1688.37	c #Conflicts:    2624000 | #Constraints:      66141
1678.43/1688.37	c #Conflicts:    2625000 | #Constraints:      67141
1678.43/1688.37	c #Conflicts:    2626000 | #Constraints:      68141
1678.43/1688.37	c #Conflicts:    2627000 | #Constraints:      69141
1678.43/1688.37	c #Conflicts:    2628000 | #Constraints:      70141
1678.43/1688.37	c #Conflicts:    2629000 | #Constraints:      71141
1678.43/1688.37	c #Conflicts:    2630000 | #Constraints:      72141
1678.43/1688.37	c #Conflicts:    2631000 | #Constraints:      73141
1678.43/1688.37	c INPROCESSING
1678.43/1688.37	c GARBAGE COLLECT
1678.43/1688.37	c #Conflicts:    2632000 | #Constraints:      41908
1678.43/1688.37	c #Conflicts:    2633000 | #Constraints:      42908
1678.43/1688.37	c #Conflicts:    2634000 | #Constraints:      43908
1678.43/1688.37	c #Conflicts:    2635000 | #Constraints:      44908
1678.43/1688.37	c #Conflicts:    2636000 | #Constraints:      45908
1678.43/1688.37	c #Conflicts:    2637000 | #Constraints:      46908
1678.43/1688.37	c #Conflicts:    2638000 | #Constraints:      47908
1678.43/1688.37	c #Conflicts:    2639000 | #Constraints:      48908
1678.43/1688.37	c #Conflicts:    2640000 | #Constraints:      49908
1678.43/1688.37	c #Conflicts:    2641000 | #Constraints:      50908
1678.43/1688.37	c #Conflicts:    2642000 | #Constraints:      51908
1678.43/1688.37	c #Conflicts:    2643000 | #Constraints:      52908
1742.24/1752.54	c #Conflicts:    2644000 | #Constraints:      53908
1742.24/1752.54	c #Conflicts:    2645000 | #Constraints:      54908
1742.24/1752.54	c #Conflicts:    2646000 | #Constraints:      55908
1742.24/1752.54	c #Conflicts:    2647000 | #Constraints:      56908
1742.24/1752.54	c #Conflicts:    2648000 | #Constraints:      57908
1742.24/1752.54	c #Conflicts:    2649000 | #Constraints:      58908
1742.24/1752.54	c #Conflicts:    2650000 | #Constraints:      59908
1742.24/1752.54	c #Conflicts:    2651000 | #Constraints:      60908
1742.24/1752.54	c #Conflicts:    2652000 | #Constraints:      61908
1742.24/1752.54	c #Conflicts:    2653000 | #Constraints:      62908
1742.24/1752.54	c #Conflicts:    2654000 | #Constraints:      63908
1742.24/1752.54	c #Conflicts:    2655000 | #Constraints:      64908
1742.24/1752.54	c #Conflicts:    2656000 | #Constraints:      65908
1742.24/1752.54	c #Conflicts:    2657000 | #Constraints:      66908
1742.24/1752.54	c #Conflicts:    2658000 | #Constraints:      67908
1742.24/1752.54	c #Conflicts:    2659000 | #Constraints:      68908
1742.24/1752.54	c #Conflicts:    2660000 | #Constraints:      69908
1742.24/1752.54	c #Conflicts:    2661000 | #Constraints:      70908
1742.24/1752.54	c #Conflicts:    2662000 | #Constraints:      71908
1742.24/1752.54	c #Conflicts:    2663000 | #Constraints:      72908
1742.24/1752.54	c #Conflicts:    2664000 | #Constraints:      73908
1742.24/1752.54	c INPROCESSING
1742.24/1752.54	c GARBAGE COLLECT
1742.24/1752.54	c #Conflicts:    2665000 | #Constraints:      42539
1742.24/1752.54	c #Conflicts:    2666000 | #Constraints:      43539
1742.24/1752.54	c #Conflicts:    2667000 | #Constraints:      44539
1742.24/1752.54	c #Conflicts:    2668000 | #Constraints:      45539
1742.24/1752.54	c #Conflicts:    2669000 | #Constraints:      46539
1742.24/1752.54	c #Conflicts:    2670000 | #Constraints:      47539
1742.24/1752.54	c #Conflicts:    2671000 | #Constraints:      48539
1742.24/1752.54	c #Conflicts:    2672000 | #Constraints:      49539
1742.24/1752.54	c #Conflicts:    2673000 | #Constraints:      50539
1742.24/1752.54	c #Conflicts:    2674000 | #Constraints:      51539
1742.24/1752.54	c #Conflicts:    2675000 | #Constraints:      52539
1742.24/1752.54	c #Conflicts:    2676000 | #Constraints:      53539
1742.24/1752.54	c #Conflicts:    2677000 | #Constraints:      54539
1742.24/1752.54	c #Conflicts:    2678000 | #Constraints:      55539
1742.24/1752.54	c #Conflicts:    2679000 | #Constraints:      56539
1742.24/1752.54	c #Conflicts:    2680000 | #Constraints:      57539
1742.24/1752.54	c #Conflicts:    2681000 | #Constraints:      58539
1742.24/1752.54	c #Conflicts:    2682000 | #Constraints:      59539
1742.24/1752.54	c #Conflicts:    2683000 | #Constraints:      60539
1742.24/1752.54	c #Conflicts:    2684000 | #Constraints:      61539
1742.24/1752.54	c #Conflicts:    2685000 | #Constraints:      62539
1742.24/1752.54	c #Conflicts:    2686000 | #Constraints:      63539
1742.24/1752.54	c #Conflicts:    2687000 | #Constraints:      64539
1742.24/1752.54	c #Conflicts:    2688000 | #Constraints:      65539
1742.24/1752.54	c #Conflicts:    2689000 | #Constraints:      66539
1742.24/1752.54	c #Conflicts:    2690000 | #Constraints:      67539
1742.24/1752.54	c #Conflicts:    2691000 | #Constraints:      68539
1742.24/1752.54	c #Conflicts:    2692000 | #Constraints:      69539
1742.24/1752.54	c #Conflicts:    2693000 | #Constraints:      70539
1742.24/1752.54	c #Conflicts:    2694000 | #Constraints:      71539
1742.24/1752.54	c #Conflicts:    2695000 | #Constraints:      72539
1742.24/1752.54	c #Conflicts:    2696000 | #Constraints:      73539
1742.24/1752.54	c #Conflicts:    2697000 | #Constraints:      74539
1742.24/1752.54	c INPROCESSING
1742.24/1752.54	c GARBAGE COLLECT
1742.24/1752.54	c #Conflicts:    2698000 | #Constraints:      42919
1742.24/1752.54	c #Conflicts:    2699000 | #Constraints:      43919
1742.24/1752.54	c #Conflicts:    2700000 | #Constraints:      44919
1742.24/1752.54	c #Conflicts:    2701000 | #Constraints:      45919
1742.24/1752.54	c #Conflicts:    2702000 | #Constraints:      46919
1742.24/1752.54	c #Conflicts:    2703000 | #Constraints:      47919
1742.24/1752.54	c #Conflicts:    2704000 | #Constraints:      48919
1742.24/1752.54	c #Conflicts:    2705000 | #Constraints:      49919
1742.24/1752.54	c #Conflicts:    2706000 | #Constraints:      50919
1742.24/1752.54	c #Conflicts:    2707000 | #Constraints:      51919
1742.24/1752.54	c #Conflicts:    2708000 | #Constraints:      52919
1742.24/1752.54	c #Conflicts:    2709000 | #Constraints:      53919
1742.24/1752.54	c #Conflicts:    2710000 | #Constraints:      54919
1742.24/1752.54	c #Conflicts:    2711000 | #Constraints:      55919
1742.24/1752.54	c #Conflicts:    2712000 | #Constraints:      56919
1742.24/1752.54	c #Conflicts:    2713000 | #Constraints:      57919
1742.24/1752.54	c #Conflicts:    2714000 | #Constraints:      58919
1742.24/1752.54	c #Conflicts:    2715000 | #Constraints:      59919
1742.24/1752.54	c #Conflicts:    2716000 | #Constraints:      60919
1742.24/1752.54	c #Conflicts:    2717000 | #Constraints:      61919
1742.24/1752.54	c #Conflicts:    2718000 | #Constraints:      62920
1742.24/1752.54	c #Conflicts:    2719000 | #Constraints:      63920
1742.24/1752.54	c #Conflicts:    2720000 | #Constraints:      64920
1791.24/1801.74	c #Conflicts:    2721000 | #Constraints:      65920
1791.24/1801.74	c #Conflicts:    2722000 | #Constraints:      66920
1791.24/1801.74	c #Conflicts:    2723000 | #Constraints:      67920
1791.24/1801.74	c #Conflicts:    2724000 | #Constraints:      68920
1791.24/1801.74	c #Conflicts:    2725000 | #Constraints:      69920
1791.24/1801.74	c #Conflicts:    2726000 | #Constraints:      70920
1791.24/1801.74	c #Conflicts:    2727000 | #Constraints:      71920
1791.24/1801.74	c #Conflicts:    2728000 | #Constraints:      72920
1791.24/1801.74	c #Conflicts:    2729000 | #Constraints:      73920
1791.24/1801.74	c #Conflicts:    2730000 | #Constraints:      74920
1791.24/1801.74	c INPROCESSING
1791.24/1801.74	c GARBAGE COLLECT
1791.24/1801.74	c #Conflicts:    2731000 | #Constraints:      43146
1791.24/1801.74	c #Conflicts:    2732000 | #Constraints:      44146
1791.24/1801.74	c #Conflicts:    2733000 | #Constraints:      45146
1791.24/1801.74	c #Conflicts:    2734000 | #Constraints:      46146
1791.24/1801.74	c #Conflicts:    2735000 | #Constraints:      47146
1791.24/1801.74	c #Conflicts:    2736000 | #Constraints:      48146
1791.24/1801.74	c #Conflicts:    2737000 | #Constraints:      49146
1791.24/1801.74	c #Conflicts:    2738000 | #Constraints:      50146
1791.24/1801.74	c #Conflicts:    2739000 | #Constraints:      51146
1791.24/1801.74	c #Conflicts:    2740000 | #Constraints:      52146
1791.24/1801.74	c #Conflicts:    2741000 | #Constraints:      53146
1791.24/1801.74	c #Conflicts:    2742000 | #Constraints:      54146
1791.24/1801.74	c #Conflicts:    2743000 | #Constraints:      55146
1791.24/1801.74	c #Conflicts:    2744000 | #Constraints:      56146
1791.24/1801.74	c #Conflicts:    2745000 | #Constraints:      57146
1791.24/1801.74	c #Conflicts:    2746000 | #Constraints:      58146
1791.24/1801.74	c #Conflicts:    2747000 | #Constraints:      59146
1791.24/1801.74	c #Conflicts:    2748000 | #Constraints:      60146
1791.24/1801.74	c #Conflicts:    2749000 | #Constraints:      61146
1791.24/1801.74	c #Conflicts:    2750000 | #Constraints:      62146
1791.24/1801.74	c #Conflicts:    2751000 | #Constraints:      63146
1791.24/1801.74	c #Conflicts:    2752000 | #Constraints:      64146
1791.24/1801.74	c #Conflicts:    2753000 | #Constraints:      65146
1791.24/1801.74	c #Conflicts:    2754000 | #Constraints:      66146
1791.24/1801.74	c #Conflicts:    2755000 | #Constraints:      67146
1791.24/1801.74	c #Conflicts:    2756000 | #Constraints:      68146
1791.24/1801.74	c #Conflicts:    2757000 | #Constraints:      69146
1791.24/1801.74	c #Conflicts:    2758000 | #Constraints:      70146
1791.24/1801.74	c #Conflicts:    2759000 | #Constraints:      71146
1791.24/1801.74	c #Conflicts:    2760000 | #Constraints:      72146
1791.24/1801.74	c #Conflicts:    2761000 | #Constraints:      73146
1791.24/1801.74	c #Conflicts:    2762000 | #Constraints:      74146
1791.24/1801.74	c #Conflicts:    2763000 | #Constraints:      75146
1791.24/1801.74	c INPROCESSING
1791.24/1801.74	c GARBAGE COLLECT
1791.24/1801.74	c #Conflicts:    2764000 | #Constraints:      43126
1791.24/1801.74	c #Conflicts:    2765000 | #Constraints:      44126
1791.24/1801.74	c #Conflicts:    2766000 | #Constraints:      45126
1791.24/1801.74	c #Conflicts:    2767000 | #Constraints:      46126
1791.24/1801.74	c #Conflicts:    2768000 | #Constraints:      47126
1791.24/1801.74	c #Conflicts:    2769000 | #Constraints:      48126
1791.24/1801.74	c #Conflicts:    2770000 | #Constraints:      49126
1791.24/1801.74	c #Conflicts:    2771000 | #Constraints:      50126
1791.24/1801.74	c #Conflicts:    2772000 | #Constraints:      51126
1791.24/1801.74	c #Conflicts:    2773000 | #Constraints:      52126
1791.24/1801.74	c #Conflicts:    2774000 | #Constraints:      53126
1791.24/1801.74	c #Conflicts:    2775000 | #Constraints:      54126
1791.24/1801.74	c #Conflicts:    2776000 | #Constraints:      55126
1791.24/1801.74	c #Conflicts:    2777000 | #Constraints:      56126
1791.24/1801.74	c #Conflicts:    2778000 | #Constraints:      57126
1791.24/1801.74	c #Conflicts:    2779000 | #Constraints:      58126
1791.24/1801.74	c #Conflicts:    2780000 | #Constraints:      59126
1791.24/1801.74	c #Conflicts:    2781000 | #Constraints:      60126
1791.24/1801.74	c #Conflicts:    2782000 | #Constraints:      61126
1791.24/1801.74	c #Conflicts:    2783000 | #Constraints:      62126
1791.24/1801.74	c #Conflicts:    2784000 | #Constraints:      63126
1791.24/1801.74	c #Conflicts:    2785000 | #Constraints:      64126
1791.24/1801.74	c #Conflicts:    2786000 | #Constraints:      65126
1791.24/1801.74	c #Conflicts:    2787000 | #Constraints:      66126
1791.24/1801.74	c #Conflicts:    2788000 | #Constraints:      67126
1791.24/1801.74	c #Conflicts:    2789000 | #Constraints:      68126
1791.24/1801.74	c #Conflicts:    2790000 | #Constraints:      69126
1791.24/1801.74	c #Conflicts:    2791000 | #Constraints:      70126
1791.24/1801.74	c #Conflicts:    2792000 | #Constraints:      71126
1791.24/1801.74	c #Conflicts:    2793000 | #Constraints:      72126
1791.24/1801.74	c #Conflicts:    2794000 | #Constraints:      73126
1791.24/1801.74	c #Conflicts:    2795000 | #Constraints:      74126
1791.24/1801.74	c #Conflicts:    2796000 | #Constraints:      75126
1791.24/1801.74	c INPROCESSING
1791.24/1801.74	c GARBAGE COLLECT
1791.24/1801.74	c #Conflicts:    2797000 | #Constraints:      42922
1831.06/1841.77	c #Conflicts:    2798000 | #Constraints:      43922
1831.06/1841.77	c #Conflicts:    2799000 | #Constraints:      44922
1831.06/1841.77	c #Conflicts:    2800000 | #Constraints:      45922
1831.06/1841.77	c #Conflicts:    2801000 | #Constraints:      46922
1831.06/1841.77	c #Conflicts:    2802000 | #Constraints:      47922
1831.06/1841.77	c #Conflicts:    2803000 | #Constraints:      48922
1831.06/1841.77	c #Conflicts:    2804000 | #Constraints:      49922
1831.06/1841.77	c #Conflicts:    2805000 | #Constraints:      50922
1831.06/1841.77	c #Conflicts:    2806000 | #Constraints:      51922
1831.06/1841.77	c #Conflicts:    2807000 | #Constraints:      52922
1831.06/1841.77	c #Conflicts:    2808000 | #Constraints:      53922
1831.06/1841.77	c #Conflicts:    2809000 | #Constraints:      54922
1831.06/1841.77	c #Conflicts:    2810000 | #Constraints:      55922
1831.06/1841.77	c #Conflicts:    2811000 | #Constraints:      56922
1831.06/1841.77	c #Conflicts:    2812000 | #Constraints:      57922
1831.06/1841.77	c #Conflicts:    2813000 | #Constraints:      58922
1831.06/1841.77	c #Conflicts:    2814000 | #Constraints:      59922
1831.06/1841.77	c #Conflicts:    2815000 | #Constraints:      60922
1831.06/1841.77	c #Conflicts:    2816000 | #Constraints:      61922
1831.06/1841.77	c #Conflicts:    2817000 | #Constraints:      62922
1831.06/1841.77	c #Conflicts:    2818000 | #Constraints:      63922
1831.06/1841.77	c #Conflicts:    2819000 | #Constraints:      64922
1831.06/1841.77	c #Conflicts:    2820000 | #Constraints:      65922
1831.06/1841.77	c #Conflicts:    2821000 | #Constraints:      66922
1831.06/1841.77	c #Conflicts:    2822000 | #Constraints:      67922
1831.06/1841.77	c #Conflicts:    2823000 | #Constraints:      68922
1831.06/1841.77	c #Conflicts:    2824000 | #Constraints:      69922
1831.06/1841.77	c #Conflicts:    2825000 | #Constraints:      70922
1831.06/1841.77	c #Conflicts:    2826000 | #Constraints:      71922
1831.06/1841.77	c #Conflicts:    2827000 | #Constraints:      72922
1831.06/1841.77	c #Conflicts:    2828000 | #Constraints:      73922
1831.06/1841.77	c #Conflicts:    2829000 | #Constraints:      74922
1831.06/1841.77	c #Conflicts:    2830000 | #Constraints:      75922
1831.06/1841.77	c INPROCESSING
1831.06/1841.77	c GARBAGE COLLECT
1831.06/1841.77	c #Conflicts:    2831000 | #Constraints:      43553
1831.06/1841.77	c #Conflicts:    2832000 | #Constraints:      44553
1831.06/1841.77	c #Conflicts:    2833000 | #Constraints:      45553
1831.06/1841.77	c #Conflicts:    2834000 | #Constraints:      46553
1831.06/1841.77	c #Conflicts:    2835000 | #Constraints:      47553
1831.06/1841.77	c #Conflicts:    2836000 | #Constraints:      48553
1831.06/1841.77	c #Conflicts:    2837000 | #Constraints:      49553
1831.06/1841.77	c #Conflicts:    2838000 | #Constraints:      50553
1831.06/1841.77	c #Conflicts:    2839000 | #Constraints:      51553
1831.06/1841.77	c #Conflicts:    2840000 | #Constraints:      52553
1831.06/1841.77	c #Conflicts:    2841000 | #Constraints:      53553
1831.06/1841.77	c #Conflicts:    2842000 | #Constraints:      54553
1831.06/1841.77	c #Conflicts:    2843000 | #Constraints:      55553
1831.06/1841.77	c #Conflicts:    2844000 | #Constraints:      56553
1831.06/1841.77	c #Conflicts:    2845000 | #Constraints:      57553
1831.06/1841.77	c #Conflicts:    2846000 | #Constraints:      58553
1831.06/1841.77	c #Conflicts:    2847000 | #Constraints:      59553
1831.06/1841.77	c #Conflicts:    2848000 | #Constraints:      60553
1831.06/1841.77	c #Conflicts:    2849000 | #Constraints:      61553
1831.06/1841.77	c #Conflicts:    2850000 | #Constraints:      62553
1831.06/1841.77	c #Conflicts:    2851000 | #Constraints:      63553
1831.06/1841.77	c #Conflicts:    2852000 | #Constraints:      64553
1831.06/1841.77	c #Conflicts:    2853000 | #Constraints:      65553
1831.06/1841.77	c #Conflicts:    2854000 | #Constraints:      66553
1831.06/1841.77	c #Conflicts:    2855000 | #Constraints:      67553
1831.06/1841.77	c #Conflicts:    2856000 | #Constraints:      68553
1831.06/1841.77	c #Conflicts:    2857000 | #Constraints:      69553
1831.06/1841.77	c #Conflicts:    2858000 | #Constraints:      70553
1831.06/1841.77	c #Conflicts:    2859000 | #Constraints:      71553
1831.06/1841.77	c #Conflicts:    2860000 | #Constraints:      72553
1831.06/1841.77	c #Conflicts:    2861000 | #Constraints:      73553
1831.06/1841.77	c #Conflicts:    2862000 | #Constraints:      74553
1831.06/1841.77	c #Conflicts:    2863000 | #Constraints:      75553
1831.06/1841.77	c #Conflicts:    2864000 | #Constraints:      76553
1831.06/1841.77	c INPROCESSING
1831.06/1841.77	c GARBAGE COLLECT
1831.06/1841.77	c #Conflicts:    2865000 | #Constraints:      43965
1831.06/1841.77	c #Conflicts:    2866000 | #Constraints:      44965
1831.06/1841.77	c #Conflicts:    2867000 | #Constraints:      45965
1831.06/1841.77	c #Conflicts:    2868000 | #Constraints:      46965
1831.06/1841.77	c #Conflicts:    2869000 | #Constraints:      47965
1831.06/1841.77	c #Conflicts:    2870000 | #Constraints:      48965
1831.06/1841.77	c #Conflicts:    2871000 | #Constraints:      49965
1831.06/1841.77	c #Conflicts:    2872000 | #Constraints:      50965
1831.06/1841.77	c #Conflicts:    2873000 | #Constraints:      51965
1831.06/1841.77	c #Conflicts:    2874000 | #Constraints:      52965
1831.06/1841.77	c #Conflicts:    2875000 | #Constraints:      53965
1895.67/1906.78	c #Conflicts:    2876000 | #Constraints:      54965
1895.67/1906.78	c #Conflicts:    2877000 | #Constraints:      55965
1895.67/1906.78	c #Conflicts:    2878000 | #Constraints:      56965
1895.67/1906.78	c #Conflicts:    2879000 | #Constraints:      57965
1895.67/1906.78	c #Conflicts:    2880000 | #Constraints:      58965
1895.67/1906.78	c #Conflicts:    2881000 | #Constraints:      59965
1895.67/1906.78	c #Conflicts:    2882000 | #Constraints:      60965
1895.67/1906.78	c #Conflicts:    2883000 | #Constraints:      61965
1895.67/1906.78	c #Conflicts:    2884000 | #Constraints:      62965
1895.67/1906.78	c #Conflicts:    2885000 | #Constraints:      63965
1895.67/1906.78	c #Conflicts:    2886000 | #Constraints:      64965
1895.67/1906.78	c #Conflicts:    2887000 | #Constraints:      65965
1895.67/1906.78	c #Conflicts:    2888000 | #Constraints:      66965
1895.67/1906.78	c #Conflicts:    2889000 | #Constraints:      67965
1895.67/1906.78	c #Conflicts:    2890000 | #Constraints:      68965
1895.67/1906.78	c #Conflicts:    2891000 | #Constraints:      69965
1895.67/1906.78	c #Conflicts:    2892000 | #Constraints:      70965
1895.67/1906.78	c #Conflicts:    2893000 | #Constraints:      71965
1895.67/1906.78	c #Conflicts:    2894000 | #Constraints:      72965
1895.67/1906.78	c #Conflicts:    2895000 | #Constraints:      73965
1895.67/1906.78	c #Conflicts:    2896000 | #Constraints:      74965
1895.67/1906.78	c #Conflicts:    2897000 | #Constraints:      75965
1895.67/1906.78	c #Conflicts:    2898000 | #Constraints:      76965
1895.67/1906.78	c INPROCESSING
1895.67/1906.78	c GARBAGE COLLECT
1895.67/1906.78	c #Conflicts:    2899000 | #Constraints:      44141
1895.67/1906.78	c #Conflicts:    2900000 | #Constraints:      45141
1895.67/1906.78	c #Conflicts:    2901000 | #Constraints:      46141
1895.67/1906.78	c #Conflicts:    2902000 | #Constraints:      47141
1895.67/1906.78	c #Conflicts:    2903000 | #Constraints:      48141
1895.67/1906.78	c #Conflicts:    2904000 | #Constraints:      49141
1895.67/1906.78	c #Conflicts:    2905000 | #Constraints:      50141
1895.67/1906.78	c #Conflicts:    2906000 | #Constraints:      51141
1895.67/1906.78	c #Conflicts:    2907000 | #Constraints:      52141
1895.67/1906.78	c #Conflicts:    2908000 | #Constraints:      53141
1895.67/1906.78	c #Conflicts:    2909000 | #Constraints:      54141
1895.67/1906.78	c #Conflicts:    2910000 | #Constraints:      55141
1895.67/1906.78	c #Conflicts:    2911000 | #Constraints:      56141
1895.67/1906.78	c #Conflicts:    2912000 | #Constraints:      57141
1895.67/1906.78	c #Conflicts:    2913000 | #Constraints:      58141
1895.67/1906.78	c #Conflicts:    2914000 | #Constraints:      59141
1895.67/1906.78	c #Conflicts:    2915000 | #Constraints:      60141
1895.67/1906.78	c #Conflicts:    2916000 | #Constraints:      61141
1895.67/1906.78	c #Conflicts:    2917000 | #Constraints:      62141
1895.67/1906.78	c #Conflicts:    2918000 | #Constraints:      63141
1895.67/1906.78	c #Conflicts:    2919000 | #Constraints:      64141
1895.67/1906.78	c #Conflicts:    2920000 | #Constraints:      65141
1895.67/1906.78	c #Conflicts:    2921000 | #Constraints:      66141
1895.67/1906.78	c #Conflicts:    2922000 | #Constraints:      67141
1895.67/1906.78	c #Conflicts:    2923000 | #Constraints:      68141
1895.67/1906.78	c #Conflicts:    2924000 | #Constraints:      69141
1895.67/1906.78	c #Conflicts:    2925000 | #Constraints:      70141
1895.67/1906.78	c #Conflicts:    2926000 | #Constraints:      71141
1895.67/1906.78	c #Conflicts:    2927000 | #Constraints:      72141
1895.67/1906.78	c #Conflicts:    2928000 | #Constraints:      73141
1895.67/1906.78	c #Conflicts:    2929000 | #Constraints:      74141
1895.67/1906.78	c #Conflicts:    2930000 | #Constraints:      75141
1895.67/1906.78	c #Conflicts:    2931000 | #Constraints:      76141
1895.67/1906.78	c #Conflicts:    2932000 | #Constraints:      77141
1895.67/1906.78	c INPROCESSING
1895.67/1906.78	c GARBAGE COLLECT
1895.67/1906.78	c #Conflicts:    2933000 | #Constraints:      44191
1895.67/1906.78	c #Conflicts:    2934000 | #Constraints:      45191
1895.67/1906.78	c #Conflicts:    2935000 | #Constraints:      46191
1895.67/1906.78	c #Conflicts:    2936000 | #Constraints:      47191
1895.67/1906.78	c #Conflicts:    2937000 | #Constraints:      48191
1895.67/1906.78	c #Conflicts:    2938000 | #Constraints:      49191
1895.67/1906.78	c #Conflicts:    2939000 | #Constraints:      50191
1895.67/1906.78	c #Conflicts:    2940000 | #Constraints:      51191
1895.67/1906.78	c #Conflicts:    2941000 | #Constraints:      52191
1895.67/1906.78	c #Conflicts:    2942000 | #Constraints:      53191
1895.67/1906.78	c #Conflicts:    2943000 | #Constraints:      54191
1895.67/1906.78	c #Conflicts:    2944000 | #Constraints:      55191
1895.67/1906.78	c #Conflicts:    2945000 | #Constraints:      56191
1895.67/1906.78	c #Conflicts:    2946000 | #Constraints:      57191
1895.67/1906.78	c #Conflicts:    2947000 | #Constraints:      58191
1895.67/1906.78	c #Conflicts:    2948000 | #Constraints:      59191
1895.67/1906.78	c #Conflicts:    2949000 | #Constraints:      60191
1895.67/1906.78	c #Conflicts:    2950000 | #Constraints:      61191
1895.67/1906.78	c #Conflicts:    2951000 | #Constraints:      62191
1895.67/1906.78	c #Conflicts:    2952000 | #Constraints:      63191
1925.68/1936.81	c #Conflicts:    2953000 | #Constraints:      64191
1925.68/1936.81	c #Conflicts:    2954000 | #Constraints:      65191
1925.68/1936.81	c #Conflicts:    2955000 | #Constraints:      66191
1925.68/1936.81	c #Conflicts:    2956000 | #Constraints:      67191
1925.68/1936.81	c #Conflicts:    2957000 | #Constraints:      68191
1925.68/1936.81	c #Conflicts:    2958000 | #Constraints:      69191
1925.68/1936.81	c #Conflicts:    2959000 | #Constraints:      70191
1925.68/1936.81	c #Conflicts:    2960000 | #Constraints:      71191
1925.68/1936.81	c #Conflicts:    2961000 | #Constraints:      72191
1925.68/1936.81	c #Conflicts:    2962000 | #Constraints:      73191
1925.68/1936.81	c #Conflicts:    2963000 | #Constraints:      74191
1925.68/1936.81	c #Conflicts:    2964000 | #Constraints:      75191
1925.68/1936.81	c #Conflicts:    2965000 | #Constraints:      76191
1925.68/1936.81	c #Conflicts:    2966000 | #Constraints:      77191
1925.68/1936.81	c INPROCESSING
1925.68/1936.81	c GARBAGE COLLECT
1925.68/1936.81	c rational objective 768.755
1970.64/1982.08	c #Conflicts:    2967000 | #Constraints:      43993
1970.64/1982.08	c #Conflicts:    2968000 | #Constraints:      44993
1970.64/1982.08	c #Conflicts:    2969000 | #Constraints:      45993
1970.64/1982.08	c #Conflicts:    2970000 | #Constraints:      46993
1970.64/1982.08	c #Conflicts:    2971000 | #Constraints:      47993
1970.64/1982.08	c #Conflicts:    2972000 | #Constraints:      48993
1970.64/1982.08	c #Conflicts:    2973000 | #Constraints:      49993
1970.64/1982.08	c #Conflicts:    2974000 | #Constraints:      50993
1970.64/1982.08	c #Conflicts:    2975000 | #Constraints:      51993
1970.64/1982.08	c #Conflicts:    2976000 | #Constraints:      52993
1970.64/1982.08	c #Conflicts:    2977000 | #Constraints:      53993
1970.64/1982.08	c #Conflicts:    2978000 | #Constraints:      54993
1970.64/1982.08	c #Conflicts:    2979000 | #Constraints:      55993
1970.64/1982.08	c #Conflicts:    2980000 | #Constraints:      56993
1970.64/1982.08	c #Conflicts:    2981000 | #Constraints:      57993
1970.64/1982.08	c #Conflicts:    2982000 | #Constraints:      58993
1970.64/1982.08	c #Conflicts:    2983000 | #Constraints:      59993
1970.64/1982.08	c #Conflicts:    2984000 | #Constraints:      60993
1970.64/1982.08	c #Conflicts:    2985000 | #Constraints:      61993
1970.64/1982.08	c #Conflicts:    2986000 | #Constraints:      62993
1970.64/1982.08	c #Conflicts:    2987000 | #Constraints:      63993
1970.64/1982.08	c #Conflicts:    2988000 | #Constraints:      64993
1970.64/1982.08	c #Conflicts:    2989000 | #Constraints:      65993
1970.64/1982.08	c #Conflicts:    2990000 | #Constraints:      66993
1970.64/1982.08	c #Conflicts:    2991000 | #Constraints:      67993
1970.64/1982.08	c #Conflicts:    2992000 | #Constraints:      68993
1970.64/1982.08	c #Conflicts:    2993000 | #Constraints:      69993
1970.64/1982.08	c #Conflicts:    2994000 | #Constraints:      70993
1970.64/1982.08	c #Conflicts:    2995000 | #Constraints:      71993
1970.64/1982.08	c #Conflicts:    2996000 | #Constraints:      72993
1970.64/1982.08	c #Conflicts:    2997000 | #Constraints:      73993
1970.64/1982.08	c #Conflicts:    2998000 | #Constraints:      74993
1970.64/1982.08	c #Conflicts:    2999000 | #Constraints:      75993
1970.64/1982.08	c #Conflicts:    3000000 | #Constraints:      76993
1970.64/1982.08	c #Conflicts:    3001000 | #Constraints:      77993
1970.64/1982.08	c INPROCESSING
1970.64/1982.08	c GARBAGE COLLECT
1970.64/1982.08	c #Conflicts:    3002000 | #Constraints:      44530
1970.64/1982.08	c #Conflicts:    3003000 | #Constraints:      45530
1970.64/1982.08	c #Conflicts:    3004000 | #Constraints:      46530
1970.64/1982.08	c #Conflicts:    3005000 | #Constraints:      47530
1970.64/1982.08	c #Conflicts:    3006000 | #Constraints:      48530
1970.64/1982.08	c #Conflicts:    3007000 | #Constraints:      49530
1970.64/1982.08	c #Conflicts:    3008000 | #Constraints:      50530
1970.64/1982.08	c #Conflicts:    3009000 | #Constraints:      51530
1970.64/1982.08	c #Conflicts:    3010000 | #Constraints:      52530
1970.64/1982.08	c #Conflicts:    3011000 | #Constraints:      53530
1970.64/1982.08	c #Conflicts:    3012000 | #Constraints:      54530
1970.64/1982.08	c #Conflicts:    3013000 | #Constraints:      55530
1970.64/1982.08	c #Conflicts:    3014000 | #Constraints:      56530
1970.64/1982.08	c #Conflicts:    3015000 | #Constraints:      57530
1970.64/1982.08	c #Conflicts:    3016000 | #Constraints:      58530
1970.64/1982.08	c #Conflicts:    3017000 | #Constraints:      59530
1970.64/1982.08	c #Conflicts:    3018000 | #Constraints:      60530
1970.64/1982.08	c #Conflicts:    3019000 | #Constraints:      61530
1970.64/1982.08	c #Conflicts:    3020000 | #Constraints:      62530
1970.64/1982.08	c #Conflicts:    3021000 | #Constraints:      63530
1970.64/1982.08	c #Conflicts:    3022000 | #Constraints:      64530
1970.64/1982.08	c #Conflicts:    3023000 | #Constraints:      65530
1970.64/1982.08	c #Conflicts:    3024000 | #Constraints:      66530
1970.64/1982.08	c #Conflicts:    3025000 | #Constraints:      67530
1970.64/1982.08	c #Conflicts:    3026000 | #Constraints:      68530
1970.64/1982.08	c #Conflicts:    3027000 | #Constraints:      69530
1970.64/1982.08	c #Conflicts:    3028000 | #Constraints:      70530
1970.64/1982.08	c #Conflicts:    3029000 | #Constraints:      71530
1970.64/1982.08	c #Conflicts:    3030000 | #Constraints:      72530
1970.64/1982.08	c #Conflicts:    3031000 | #Constraints:      73530
1970.64/1982.08	c #Conflicts:    3032000 | #Constraints:      74530
1970.64/1982.08	c #Conflicts:    3033000 | #Constraints:      75530
1970.64/1982.08	c #Conflicts:    3034000 | #Constraints:      76530
1970.64/1982.08	c #Conflicts:    3035000 | #Constraints:      77530
1970.64/1982.08	c #Conflicts:    3036000 | #Constraints:      78530
1970.64/1982.08	c INPROCESSING
1970.64/1982.08	c GARBAGE COLLECT
1970.64/1982.08	c #Conflicts:    3037000 | #Constraints:      44957
1970.64/1982.08	c #Conflicts:    3038000 | #Constraints:      45957
1970.64/1982.08	c #Conflicts:    3039000 | #Constraints:      46957
1970.64/1982.08	c #Conflicts:    3040000 | #Constraints:      47957
1970.64/1982.08	c #Conflicts:    3041000 | #Constraints:      48957
1970.64/1982.08	c #Conflicts:    3042000 | #Constraints:      49957
1970.64/1982.08	c #Conflicts:    3043000 | #Constraints:      50957
1970.64/1982.08	c #Conflicts:    3044000 | #Constraints:      51957
2018.18/2030.00	c #Conflicts:    3045000 | #Constraints:      52957
2018.18/2030.00	c #Conflicts:    3046000 | #Constraints:      53957
2018.18/2030.00	c #Conflicts:    3047000 | #Constraints:      54957
2018.18/2030.00	c #Conflicts:    3048000 | #Constraints:      55957
2018.18/2030.00	c #Conflicts:    3049000 | #Constraints:      56957
2018.18/2030.00	c #Conflicts:    3050000 | #Constraints:      57957
2018.18/2030.00	c #Conflicts:    3051000 | #Constraints:      58964
2018.18/2030.00	c #Conflicts:    3052000 | #Constraints:      60160
2018.18/2030.00	c #Conflicts:    3053000 | #Constraints:      61525
2018.18/2030.00	c #Conflicts:    3054000 | #Constraints:      62525
2018.18/2030.00	c #Conflicts:    3055000 | #Constraints:      63525
2018.18/2030.00	c #Conflicts:    3056000 | #Constraints:      64525
2018.18/2030.00	c #Conflicts:    3057000 | #Constraints:      65526
2018.18/2030.00	c #Conflicts:    3058000 | #Constraints:      66646
2018.18/2030.00	c #Conflicts:    3059000 | #Constraints:      68171
2018.18/2030.00	c #Conflicts:    3060000 | #Constraints:      69690
2018.18/2030.00	c #Conflicts:    3061000 | #Constraints:      71191
2018.18/2030.00	c #Conflicts:    3062000 | #Constraints:      72694
2018.18/2030.00	c #Conflicts:    3063000 | #Constraints:      73857
2018.18/2030.00	c #Conflicts:    3064000 | #Constraints:      74857
2018.18/2030.00	c #Conflicts:    3065000 | #Constraints:      75857
2018.18/2030.00	c #Conflicts:    3066000 | #Constraints:      76857
2018.18/2030.00	c #Conflicts:    3067000 | #Constraints:      77857
2018.18/2030.00	c #Conflicts:    3068000 | #Constraints:      78857
2018.18/2030.00	c #Conflicts:    3069000 | #Constraints:      79857
2018.18/2030.00	c #Conflicts:    3070000 | #Constraints:      80857
2018.18/2030.00	c #Conflicts:    3071000 | #Constraints:      81857
2018.18/2030.00	c INPROCESSING
2018.18/2030.00	c GARBAGE COLLECT
2018.18/2030.00	c #Conflicts:    3072000 | #Constraints:      46649
2018.18/2030.00	c #Conflicts:    3073000 | #Constraints:      47649
2018.18/2030.00	c #Conflicts:    3074000 | #Constraints:      48649
2018.18/2030.00	c #Conflicts:    3075000 | #Constraints:      49649
2018.18/2030.00	c #Conflicts:    3076000 | #Constraints:      50649
2018.18/2030.00	c #Conflicts:    3077000 | #Constraints:      51649
2018.18/2030.00	c #Conflicts:    3078000 | #Constraints:      52649
2018.18/2030.00	c #Conflicts:    3079000 | #Constraints:      53649
2018.18/2030.00	c #Conflicts:    3080000 | #Constraints:      54649
2018.18/2030.00	c #Conflicts:    3081000 | #Constraints:      55649
2018.18/2030.00	c #Conflicts:    3082000 | #Constraints:      56649
2018.18/2030.00	c #Conflicts:    3083000 | #Constraints:      57649
2018.18/2030.00	c #Conflicts:    3084000 | #Constraints:      58649
2018.18/2030.00	c #Conflicts:    3085000 | #Constraints:      59649
2018.18/2030.00	c #Conflicts:    3086000 | #Constraints:      60649
2018.18/2030.00	c #Conflicts:    3087000 | #Constraints:      61649
2018.18/2030.00	c #Conflicts:    3088000 | #Constraints:      62649
2018.18/2030.00	c #Conflicts:    3089000 | #Constraints:      63649
2018.18/2030.00	c #Conflicts:    3090000 | #Constraints:      64649
2018.18/2030.00	c #Conflicts:    3091000 | #Constraints:      65649
2018.18/2030.00	c #Conflicts:    3092000 | #Constraints:      66649
2018.18/2030.00	c #Conflicts:    3093000 | #Constraints:      67649
2018.18/2030.00	c #Conflicts:    3094000 | #Constraints:      68649
2018.18/2030.00	c #Conflicts:    3095000 | #Constraints:      69649
2018.18/2030.00	c #Conflicts:    3096000 | #Constraints:      70649
2018.18/2030.00	c #Conflicts:    3097000 | #Constraints:      71649
2018.18/2030.00	c #Conflicts:    3098000 | #Constraints:      72649
2018.18/2030.00	c #Conflicts:    3099000 | #Constraints:      73649
2018.18/2030.00	c #Conflicts:    3100000 | #Constraints:      74649
2018.18/2030.00	c #Conflicts:    3101000 | #Constraints:      75649
2018.18/2030.00	c #Conflicts:    3102000 | #Constraints:      76649
2018.18/2030.00	c #Conflicts:    3103000 | #Constraints:      77649
2018.18/2030.00	c #Conflicts:    3104000 | #Constraints:      78649
2018.18/2030.00	c #Conflicts:    3105000 | #Constraints:      79649
2018.18/2030.00	c #Conflicts:    3106000 | #Constraints:      80649
2018.18/2030.00	c INPROCESSING
2018.18/2030.00	c GARBAGE COLLECT
2018.18/2030.00	c #Conflicts:    3107000 | #Constraints:      45907
2018.18/2030.00	c #Conflicts:    3108000 | #Constraints:      46907
2018.18/2030.00	c #Conflicts:    3109000 | #Constraints:      47907
2018.18/2030.00	c #Conflicts:    3110000 | #Constraints:      48907
2018.18/2030.00	c #Conflicts:    3111000 | #Constraints:      49907
2018.18/2030.00	c #Conflicts:    3112000 | #Constraints:      50907
2018.18/2030.00	c #Conflicts:    3113000 | #Constraints:      51907
2018.18/2030.00	c #Conflicts:    3114000 | #Constraints:      52907
2018.18/2030.00	c #Conflicts:    3115000 | #Constraints:      53907
2018.18/2030.00	c #Conflicts:    3116000 | #Constraints:      54907
2018.18/2030.00	c #Conflicts:    3117000 | #Constraints:      55907
2018.18/2030.00	c #Conflicts:    3118000 | #Constraints:      56907
2018.18/2030.00	c #Conflicts:    3119000 | #Constraints:      57907
2018.18/2030.00	c #Conflicts:    3120000 | #Constraints:      58907
2018.18/2030.00	c #Conflicts:    3121000 | #Constraints:      59907
2081.08/2093.19	c #Conflicts:    3122000 | #Constraints:      60907
2081.08/2093.19	c #Conflicts:    3123000 | #Constraints:      61907
2081.08/2093.19	c #Conflicts:    3124000 | #Constraints:      62907
2081.08/2093.19	c #Conflicts:    3125000 | #Constraints:      63907
2081.08/2093.19	c #Conflicts:    3126000 | #Constraints:      64907
2081.08/2093.19	c #Conflicts:    3127000 | #Constraints:      65907
2081.08/2093.19	c #Conflicts:    3128000 | #Constraints:      66907
2081.08/2093.19	c #Conflicts:    3129000 | #Constraints:      67907
2081.08/2093.19	c #Conflicts:    3130000 | #Constraints:      68907
2081.08/2093.19	c #Conflicts:    3131000 | #Constraints:      69907
2081.08/2093.19	c #Conflicts:    3132000 | #Constraints:      70907
2081.08/2093.19	c #Conflicts:    3133000 | #Constraints:      71907
2081.08/2093.19	c #Conflicts:    3134000 | #Constraints:      72907
2081.08/2093.19	c #Conflicts:    3135000 | #Constraints:      73907
2081.08/2093.19	c #Conflicts:    3136000 | #Constraints:      74907
2081.08/2093.19	c #Conflicts:    3137000 | #Constraints:      75907
2081.08/2093.19	c #Conflicts:    3138000 | #Constraints:      76907
2081.08/2093.19	c #Conflicts:    3139000 | #Constraints:      77907
2081.08/2093.19	c #Conflicts:    3140000 | #Constraints:      78907
2081.08/2093.19	c #Conflicts:    3141000 | #Constraints:      79907
2081.08/2093.19	c INPROCESSING
2081.08/2093.19	c GARBAGE COLLECT
2081.08/2093.19	c #Conflicts:    3142000 | #Constraints:      45335
2081.08/2093.19	c #Conflicts:    3143000 | #Constraints:      46335
2081.08/2093.19	c #Conflicts:    3144000 | #Constraints:      47335
2081.08/2093.19	c #Conflicts:    3145000 | #Constraints:      48335
2081.08/2093.19	c #Conflicts:    3146000 | #Constraints:      49335
2081.08/2093.19	c #Conflicts:    3147000 | #Constraints:      50335
2081.08/2093.19	c #Conflicts:    3148000 | #Constraints:      51335
2081.08/2093.19	c #Conflicts:    3149000 | #Constraints:      52335
2081.08/2093.19	c #Conflicts:    3150000 | #Constraints:      53336
2081.08/2093.19	c #Conflicts:    3151000 | #Constraints:      54336
2081.08/2093.19	c #Conflicts:    3152000 | #Constraints:      55336
2081.08/2093.19	c #Conflicts:    3153000 | #Constraints:      56336
2081.08/2093.19	c #Conflicts:    3154000 | #Constraints:      57336
2081.08/2093.19	c #Conflicts:    3155000 | #Constraints:      58336
2081.08/2093.19	c #Conflicts:    3156000 | #Constraints:      59336
2081.08/2093.19	c #Conflicts:    3157000 | #Constraints:      60336
2081.08/2093.19	c #Conflicts:    3158000 | #Constraints:      61336
2081.08/2093.19	c #Conflicts:    3159000 | #Constraints:      62336
2081.08/2093.19	c #Conflicts:    3160000 | #Constraints:      63336
2081.08/2093.19	c #Conflicts:    3161000 | #Constraints:      64336
2081.08/2093.19	c #Conflicts:    3162000 | #Constraints:      65336
2081.08/2093.19	c #Conflicts:    3163000 | #Constraints:      66337
2081.08/2093.19	c #Conflicts:    3164000 | #Constraints:      67337
2081.08/2093.19	c #Conflicts:    3165000 | #Constraints:      68337
2081.08/2093.19	c #Conflicts:    3166000 | #Constraints:      69337
2081.08/2093.19	c #Conflicts:    3167000 | #Constraints:      70337
2081.08/2093.19	c #Conflicts:    3168000 | #Constraints:      71337
2081.08/2093.19	c #Conflicts:    3169000 | #Constraints:      72337
2081.08/2093.19	c #Conflicts:    3170000 | #Constraints:      73337
2081.08/2093.19	c #Conflicts:    3171000 | #Constraints:      74337
2081.08/2093.19	c #Conflicts:    3172000 | #Constraints:      75337
2081.08/2093.19	c #Conflicts:    3173000 | #Constraints:      76337
2081.08/2093.19	c #Conflicts:    3174000 | #Constraints:      77337
2081.08/2093.19	c #Conflicts:    3175000 | #Constraints:      78337
2081.08/2093.19	c #Conflicts:    3176000 | #Constraints:      79337
2081.08/2093.19	c #Conflicts:    3177000 | #Constraints:      80337
2081.08/2093.19	c INPROCESSING
2081.08/2093.19	c GARBAGE COLLECT
2081.08/2093.19	c #Conflicts:    3178000 | #Constraints:      45766
2081.08/2093.19	c #Conflicts:    3179000 | #Constraints:      46766
2081.08/2093.19	c #Conflicts:    3180000 | #Constraints:      47766
2081.08/2093.19	c #Conflicts:    3181000 | #Constraints:      48767
2081.08/2093.19	c #Conflicts:    3182000 | #Constraints:      49767
2081.08/2093.19	c #Conflicts:    3183000 | #Constraints:      50767
2081.08/2093.19	c #Conflicts:    3184000 | #Constraints:      51767
2081.08/2093.19	c #Conflicts:    3185000 | #Constraints:      52767
2081.08/2093.19	c #Conflicts:    3186000 | #Constraints:      53767
2081.08/2093.19	c #Conflicts:    3187000 | #Constraints:      54767
2081.08/2093.19	c #Conflicts:    3188000 | #Constraints:      55767
2081.08/2093.19	c #Conflicts:    3189000 | #Constraints:      56769
2081.08/2093.19	c #Conflicts:    3190000 | #Constraints:      57780
2081.08/2093.19	c #Conflicts:    3191000 | #Constraints:      58784
2081.08/2093.19	c #Conflicts:    3192000 | #Constraints:      59792
2081.08/2093.19	c #Conflicts:    3193000 | #Constraints:      60834
2081.08/2093.19	c #Conflicts:    3194000 | #Constraints:      61834
2081.08/2093.19	c #Conflicts:    3195000 | #Constraints:      62834
2081.08/2093.19	c #Conflicts:    3196000 | #Constraints:      63834
2081.08/2093.19	c #Conflicts:    3197000 | #Constraints:      64834
2081.08/2093.19	c #Conflicts:    3198000 | #Constraints:      65834
2081.08/2093.19	c #Conflicts:    3199000 | #Constraints:      66834
2134.89/2147.10	c #Conflicts:    3200000 | #Constraints:      67834
2134.89/2147.10	c #Conflicts:    3201000 | #Constraints:      68834
2134.89/2147.10	c #Conflicts:    3202000 | #Constraints:      69834
2134.89/2147.10	c #Conflicts:    3203000 | #Constraints:      70834
2134.89/2147.10	c #Conflicts:    3204000 | #Constraints:      71834
2134.89/2147.10	c #Conflicts:    3205000 | #Constraints:      72834
2134.89/2147.10	c #Conflicts:    3206000 | #Constraints:      73834
2134.89/2147.10	c #Conflicts:    3207000 | #Constraints:      74834
2134.89/2147.10	c #Conflicts:    3208000 | #Constraints:      75834
2134.89/2147.10	c #Conflicts:    3209000 | #Constraints:      76834
2134.89/2147.10	c #Conflicts:    3210000 | #Constraints:      77834
2134.89/2147.10	c #Conflicts:    3211000 | #Constraints:      78834
2134.89/2147.10	c #Conflicts:    3212000 | #Constraints:      79834
2134.89/2147.10	c #Conflicts:    3213000 | #Constraints:      80834
2134.89/2147.10	c INPROCESSING
2134.89/2147.10	c GARBAGE COLLECT
2134.89/2147.10	c #Conflicts:    3214000 | #Constraints:      46086
2134.89/2147.10	c #Conflicts:    3215000 | #Constraints:      47086
2134.89/2147.10	c #Conflicts:    3216000 | #Constraints:      48086
2134.89/2147.10	c #Conflicts:    3217000 | #Constraints:      49086
2134.89/2147.10	c #Conflicts:    3218000 | #Constraints:      50086
2134.89/2147.10	c #Conflicts:    3219000 | #Constraints:      51086
2134.89/2147.10	c #Conflicts:    3220000 | #Constraints:      52086
2134.89/2147.10	c #Conflicts:    3221000 | #Constraints:      53086
2134.89/2147.10	c #Conflicts:    3222000 | #Constraints:      54086
2134.89/2147.10	c #Conflicts:    3223000 | #Constraints:      55086
2134.89/2147.10	c #Conflicts:    3224000 | #Constraints:      56086
2134.89/2147.10	c #Conflicts:    3225000 | #Constraints:      57086
2134.89/2147.10	c #Conflicts:    3226000 | #Constraints:      58086
2134.89/2147.10	c #Conflicts:    3227000 | #Constraints:      59086
2134.89/2147.10	c #Conflicts:    3228000 | #Constraints:      60086
2134.89/2147.10	c #Conflicts:    3229000 | #Constraints:      61086
2134.89/2147.10	c #Conflicts:    3230000 | #Constraints:      62086
2134.89/2147.10	c #Conflicts:    3231000 | #Constraints:      63086
2134.89/2147.10	c #Conflicts:    3232000 | #Constraints:      64086
2134.89/2147.10	c #Conflicts:    3233000 | #Constraints:      65086
2134.89/2147.10	c #Conflicts:    3234000 | #Constraints:      66086
2134.89/2147.10	c #Conflicts:    3235000 | #Constraints:      67086
2134.89/2147.10	c #Conflicts:    3236000 | #Constraints:      68086
2134.89/2147.10	c #Conflicts:    3237000 | #Constraints:      69086
2134.89/2147.10	c #Conflicts:    3238000 | #Constraints:      70086
2134.89/2147.10	c #Conflicts:    3239000 | #Constraints:      71086
2134.89/2147.10	c #Conflicts:    3240000 | #Constraints:      72086
2134.89/2147.10	c #Conflicts:    3241000 | #Constraints:      73086
2134.89/2147.10	c #Conflicts:    3242000 | #Constraints:      74086
2134.89/2147.10	c #Conflicts:    3243000 | #Constraints:      75086
2134.89/2147.10	c #Conflicts:    3244000 | #Constraints:      76086
2134.89/2147.10	c #Conflicts:    3245000 | #Constraints:      77086
2134.89/2147.10	c #Conflicts:    3246000 | #Constraints:      78086
2134.89/2147.10	c #Conflicts:    3247000 | #Constraints:      79086
2134.89/2147.10	c #Conflicts:    3248000 | #Constraints:      80086
2134.89/2147.10	c #Conflicts:    3249000 | #Constraints:      81086
2134.89/2147.10	c INPROCESSING
2134.89/2147.10	c GARBAGE COLLECT
2134.89/2147.10	c #Conflicts:    3250000 | #Constraints:      46193
2134.89/2147.10	c #Conflicts:    3251000 | #Constraints:      47193
2134.89/2147.10	c #Conflicts:    3252000 | #Constraints:      48193
2134.89/2147.10	c #Conflicts:    3253000 | #Constraints:      49193
2134.89/2147.10	c #Conflicts:    3254000 | #Constraints:      50193
2134.89/2147.10	c #Conflicts:    3255000 | #Constraints:      51193
2134.89/2147.10	c #Conflicts:    3256000 | #Constraints:      52193
2134.89/2147.10	c #Conflicts:    3257000 | #Constraints:      53193
2134.89/2147.10	c #Conflicts:    3258000 | #Constraints:      54193
2134.89/2147.10	c #Conflicts:    3259000 | #Constraints:      55193
2134.89/2147.10	c #Conflicts:    3260000 | #Constraints:      56193
2134.89/2147.10	c #Conflicts:    3261000 | #Constraints:      57193
2134.89/2147.10	c #Conflicts:    3262000 | #Constraints:      58193
2134.89/2147.10	c #Conflicts:    3263000 | #Constraints:      59193
2134.89/2147.10	c #Conflicts:    3264000 | #Constraints:      60193
2134.89/2147.10	c #Conflicts:    3265000 | #Constraints:      61193
2134.89/2147.10	c #Conflicts:    3266000 | #Constraints:      62193
2134.89/2147.10	c #Conflicts:    3267000 | #Constraints:      63193
2134.89/2147.10	c #Conflicts:    3268000 | #Constraints:      64193
2134.89/2147.10	c #Conflicts:    3269000 | #Constraints:      65193
2134.89/2147.10	c #Conflicts:    3270000 | #Constraints:      66193
2134.89/2147.10	c #Conflicts:    3271000 | #Constraints:      67193
2134.89/2147.10	c #Conflicts:    3272000 | #Constraints:      68193
2134.89/2147.10	c #Conflicts:    3273000 | #Constraints:      69193
2134.89/2147.10	c #Conflicts:    3274000 | #Constraints:      70193
2134.89/2147.10	c #Conflicts:    3275000 | #Constraints:      71194
2134.89/2147.10	c #Conflicts:    3276000 | #Constraints:      72194
2186.01/2198.53	c #Conflicts:    3277000 | #Constraints:      73194
2186.01/2198.53	c #Conflicts:    3278000 | #Constraints:      74194
2186.01/2198.53	c #Conflicts:    3279000 | #Constraints:      75194
2186.01/2198.53	c #Conflicts:    3280000 | #Constraints:      76194
2186.01/2198.53	c #Conflicts:    3281000 | #Constraints:      77194
2186.01/2198.53	c #Conflicts:    3282000 | #Constraints:      78194
2186.01/2198.53	c #Conflicts:    3283000 | #Constraints:      79194
2186.01/2198.53	c #Conflicts:    3284000 | #Constraints:      80194
2186.01/2198.53	c #Conflicts:    3285000 | #Constraints:      81194
2186.01/2198.53	c INPROCESSING
2186.01/2198.53	c GARBAGE COLLECT
2186.01/2198.53	c #Conflicts:    3286000 | #Constraints:      46205
2186.01/2198.53	c #Conflicts:    3287000 | #Constraints:      47205
2186.01/2198.53	c #Conflicts:    3288000 | #Constraints:      48205
2186.01/2198.53	c #Conflicts:    3289000 | #Constraints:      49205
2186.01/2198.53	c #Conflicts:    3290000 | #Constraints:      50205
2186.01/2198.53	c #Conflicts:    3291000 | #Constraints:      51206
2186.01/2198.53	c #Conflicts:    3292000 | #Constraints:      52206
2186.01/2198.53	c #Conflicts:    3293000 | #Constraints:      53206
2186.01/2198.53	c #Conflicts:    3294000 | #Constraints:      54206
2186.01/2198.53	c #Conflicts:    3295000 | #Constraints:      55206
2186.01/2198.53	c #Conflicts:    3296000 | #Constraints:      56206
2186.01/2198.53	c #Conflicts:    3297000 | #Constraints:      57206
2186.01/2198.53	c #Conflicts:    3298000 | #Constraints:      58206
2186.01/2198.53	c #Conflicts:    3299000 | #Constraints:      59206
2186.01/2198.53	c #Conflicts:    3300000 | #Constraints:      60206
2186.01/2198.53	c #Conflicts:    3301000 | #Constraints:      61206
2186.01/2198.53	c #Conflicts:    3302000 | #Constraints:      62206
2186.01/2198.53	c #Conflicts:    3303000 | #Constraints:      63206
2186.01/2198.53	c #Conflicts:    3304000 | #Constraints:      64347
2186.01/2198.53	c #Conflicts:    3305000 | #Constraints:      65862
2186.01/2198.53	c #Conflicts:    3306000 | #Constraints:      67294
2186.01/2198.53	c #Conflicts:    3307000 | #Constraints:      68294
2186.01/2198.53	c #Conflicts:    3308000 | #Constraints:      69294
2186.01/2198.53	c #Conflicts:    3309000 | #Constraints:      70294
2186.01/2198.53	c #Conflicts:    3310000 | #Constraints:      71294
2186.01/2198.53	c #Conflicts:    3311000 | #Constraints:      72294
2186.01/2198.53	c #Conflicts:    3312000 | #Constraints:      73294
2186.01/2198.53	c #Conflicts:    3313000 | #Constraints:      74294
2186.01/2198.53	c #Conflicts:    3314000 | #Constraints:      75294
2186.01/2198.53	c #Conflicts:    3315000 | #Constraints:      76294
2186.01/2198.53	c #Conflicts:    3316000 | #Constraints:      77294
2186.01/2198.53	c #Conflicts:    3317000 | #Constraints:      78294
2186.01/2198.53	c #Conflicts:    3318000 | #Constraints:      79294
2186.01/2198.53	c #Conflicts:    3319000 | #Constraints:      80294
2186.01/2198.53	c #Conflicts:    3320000 | #Constraints:      81294
2186.01/2198.53	c #Conflicts:    3321000 | #Constraints:      82294
2186.01/2198.53	c INPROCESSING
2186.01/2198.53	c GARBAGE COLLECT
2186.01/2198.53	c #Conflicts:    3322000 | #Constraints:      46567
2186.01/2198.53	c #Conflicts:    3323000 | #Constraints:      47567
2186.01/2198.53	c #Conflicts:    3324000 | #Constraints:      48567
2186.01/2198.53	c #Conflicts:    3325000 | #Constraints:      49567
2186.01/2198.53	c #Conflicts:    3326000 | #Constraints:      50567
2186.01/2198.53	c #Conflicts:    3327000 | #Constraints:      51567
2186.01/2198.53	c #Conflicts:    3328000 | #Constraints:      52567
2186.01/2198.53	c #Conflicts:    3329000 | #Constraints:      53567
2186.01/2198.53	c #Conflicts:    3330000 | #Constraints:      54567
2186.01/2198.53	c #Conflicts:    3331000 | #Constraints:      55567
2186.01/2198.53	c #Conflicts:    3332000 | #Constraints:      56567
2186.01/2198.53	c #Conflicts:    3333000 | #Constraints:      57567
2186.01/2198.53	c #Conflicts:    3334000 | #Constraints:      58567
2186.01/2198.53	c #Conflicts:    3335000 | #Constraints:      59567
2186.01/2198.53	c #Conflicts:    3336000 | #Constraints:      60567
2186.01/2198.53	c #Conflicts:    3337000 | #Constraints:      61567
2186.01/2198.53	c #Conflicts:    3338000 | #Constraints:      62567
2186.01/2198.53	c #Conflicts:    3339000 | #Constraints:      63567
2186.01/2198.53	c #Conflicts:    3340000 | #Constraints:      64567
2186.01/2198.53	c #Conflicts:    3341000 | #Constraints:      65567
2186.01/2198.53	c #Conflicts:    3342000 | #Constraints:      66567
2186.01/2198.53	c #Conflicts:    3343000 | #Constraints:      67567
2186.01/2198.53	c #Conflicts:    3344000 | #Constraints:      68567
2186.01/2198.53	c #Conflicts:    3345000 | #Constraints:      69567
2186.01/2198.53	c #Conflicts:    3346000 | #Constraints:      70567
2186.01/2198.53	c #Conflicts:    3347000 | #Constraints:      71567
2186.01/2198.53	c #Conflicts:    3348000 | #Constraints:      72568
2186.01/2198.53	c #Conflicts:    3349000 | #Constraints:      73568
2186.01/2198.53	c #Conflicts:    3350000 | #Constraints:      74568
2186.01/2198.53	c #Conflicts:    3351000 | #Constraints:      75568
2186.01/2198.53	c #Conflicts:    3352000 | #Constraints:      76568
2186.01/2198.53	c #Conflicts:    3353000 | #Constraints:      77568
2186.01/2198.53	c #Conflicts:    3354000 | #Constraints:      78568
2255.56/2274.83	c #Conflicts:    3355000 | #Constraints:      79568
2255.56/2274.83	c #Conflicts:    3356000 | #Constraints:      80569
2255.56/2274.83	c #Conflicts:    3357000 | #Constraints:      81569
2255.56/2274.83	c #Conflicts:    3358000 | #Constraints:      82569
2255.56/2274.83	c INPROCESSING
2255.56/2274.83	c GARBAGE COLLECT
2255.56/2274.83	c #Conflicts:    3359000 | #Constraints:      46865
2255.56/2274.83	c #Conflicts:    3360000 | #Constraints:      47865
2255.56/2274.83	c #Conflicts:    3361000 | #Constraints:      48865
2255.56/2274.83	c #Conflicts:    3362000 | #Constraints:      49865
2255.56/2274.83	c #Conflicts:    3363000 | #Constraints:      50865
2255.56/2274.83	c #Conflicts:    3364000 | #Constraints:      51865
2255.56/2274.83	c #Conflicts:    3365000 | #Constraints:      52865
2255.56/2274.83	c #Conflicts:    3366000 | #Constraints:      53865
2255.56/2274.83	c #Conflicts:    3367000 | #Constraints:      54865
2255.56/2274.83	c #Conflicts:    3368000 | #Constraints:      55865
2255.56/2274.83	c #Conflicts:    3369000 | #Constraints:      56865
2255.56/2274.83	c #Conflicts:    3370000 | #Constraints:      57865
2255.56/2274.83	c #Conflicts:    3371000 | #Constraints:      58890
2255.56/2274.83	c #Conflicts:    3372000 | #Constraints:      59890
2255.56/2274.83	c #Conflicts:    3373000 | #Constraints:      60891
2255.56/2274.83	c #Conflicts:    3374000 | #Constraints:      61892
2255.56/2274.83	c #Conflicts:    3375000 | #Constraints:      62892
2255.56/2274.83	c #Conflicts:    3376000 | #Constraints:      63892
2255.56/2274.83	c #Conflicts:    3377000 | #Constraints:      64892
2255.56/2274.83	c #Conflicts:    3378000 | #Constraints:      65892
2255.56/2274.83	c #Conflicts:    3379000 | #Constraints:      66892
2255.56/2274.83	c #Conflicts:    3380000 | #Constraints:      67894
2255.56/2274.83	c #Conflicts:    3381000 | #Constraints:      68894
2255.56/2274.83	c #Conflicts:    3382000 | #Constraints:      69894
2255.56/2274.83	c #Conflicts:    3383000 | #Constraints:      70894
2255.56/2274.83	c #Conflicts:    3384000 | #Constraints:      71894
2255.56/2274.83	c #Conflicts:    3385000 | #Constraints:      72894
2255.56/2274.83	c #Conflicts:    3386000 | #Constraints:      73894
2255.56/2274.83	c #Conflicts:    3387000 | #Constraints:      74894
2255.56/2274.83	c #Conflicts:    3388000 | #Constraints:      75894
2255.56/2274.83	c #Conflicts:    3389000 | #Constraints:      76894
2255.56/2274.83	c #Conflicts:    3390000 | #Constraints:      77894
2255.56/2274.83	c #Conflicts:    3391000 | #Constraints:      78894
2255.56/2274.83	c #Conflicts:    3392000 | #Constraints:      79894
2255.56/2274.83	c #Conflicts:    3393000 | #Constraints:      80894
2255.56/2274.83	c #Conflicts:    3394000 | #Constraints:      81895
2255.56/2274.83	c #Conflicts:    3395000 | #Constraints:      82895
2255.56/2274.83	c INPROCESSING
2255.56/2274.83	c GARBAGE COLLECT
2255.56/2274.83	c #Conflicts:    3396000 | #Constraints:      47163
2255.56/2274.83	c #Conflicts:    3397000 | #Constraints:      48163
2255.56/2274.83	c #Conflicts:    3398000 | #Constraints:      49163
2255.56/2274.83	c #Conflicts:    3399000 | #Constraints:      50163
2255.56/2274.83	c #Conflicts:    3400000 | #Constraints:      51163
2255.56/2274.83	c #Conflicts:    3401000 | #Constraints:      52163
2255.56/2274.83	c #Conflicts:    3402000 | #Constraints:      53163
2255.56/2274.83	c #Conflicts:    3403000 | #Constraints:      54163
2255.56/2274.83	c #Conflicts:    3404000 | #Constraints:      55163
2255.56/2274.83	c #Conflicts:    3405000 | #Constraints:      56163
2255.56/2274.83	c #Conflicts:    3406000 | #Constraints:      57163
2255.56/2274.83	c #Conflicts:    3407000 | #Constraints:      58163
2255.56/2274.83	c #Conflicts:    3408000 | #Constraints:      59163
2255.56/2274.83	c #Conflicts:    3409000 | #Constraints:      60163
2255.56/2274.83	c #Conflicts:    3410000 | #Constraints:      61163
2255.56/2274.83	c #Conflicts:    3411000 | #Constraints:      62163
2255.56/2274.83	c #Conflicts:    3412000 | #Constraints:      63163
2255.56/2274.83	c #Conflicts:    3413000 | #Constraints:      64163
2255.56/2274.83	c #Conflicts:    3414000 | #Constraints:      65163
2255.56/2274.83	c #Conflicts:    3415000 | #Constraints:      66491
2255.56/2274.83	c #Conflicts:    3416000 | #Constraints:      68015
2255.56/2274.83	c #Conflicts:    3417000 | #Constraints:      69549
2255.56/2274.83	c #Conflicts:    3418000 | #Constraints:      71059
2255.56/2274.83	c #Conflicts:    3419000 | #Constraints:      72561
2255.56/2274.83	c #Conflicts:    3420000 | #Constraints:      74064
2255.56/2274.83	c #Conflicts:    3421000 | #Constraints:      75563
2255.56/2274.83	c #Conflicts:    3422000 | #Constraints:      77062
2255.56/2274.83	c #Conflicts:    3423000 | #Constraints:      78561
2255.56/2274.83	c #Conflicts:    3424000 | #Constraints:      80064
2255.56/2274.83	c #Conflicts:    3425000 | #Constraints:      81583
2255.56/2274.83	c #Conflicts:    3426000 | #Constraints:      83082
2255.56/2274.83	c #Conflicts:    3427000 | #Constraints:      84598
2255.56/2274.83	c #Conflicts:    3428000 | #Constraints:      86120
2255.56/2274.83	c #Conflicts:    3429000 | #Constraints:      87631
2255.56/2274.83	c #Conflicts:    3430000 | #Constraints:      89126
2255.56/2274.83	c #Conflicts:    3431000 | #Constraints:      90636
2351.18/2371.70	c #Conflicts:    3432000 | #Constraints:      92130
2351.18/2371.70	c INPROCESSING
2351.18/2371.70	c GARBAGE COLLECT
2351.18/2371.70	c #Conflicts:    3433000 | #Constraints:      51777
2351.18/2371.70	c #Conflicts:    3434000 | #Constraints:      52777
2351.18/2371.70	c #Conflicts:    3435000 | #Constraints:      53777
2351.18/2371.70	c #Conflicts:    3436000 | #Constraints:      54777
2351.18/2371.70	c #Conflicts:    3437000 | #Constraints:      55777
2351.18/2371.70	c #Conflicts:    3438000 | #Constraints:      56777
2351.18/2371.70	c #Conflicts:    3439000 | #Constraints:      57777
2351.18/2371.70	c #Conflicts:    3440000 | #Constraints:      58777
2351.18/2371.70	c #Conflicts:    3441000 | #Constraints:      59777
2351.18/2371.70	c #Conflicts:    3442000 | #Constraints:      60777
2351.18/2371.70	c #Conflicts:    3443000 | #Constraints:      61777
2351.18/2371.70	c #Conflicts:    3444000 | #Constraints:      62777
2351.18/2371.70	c #Conflicts:    3445000 | #Constraints:      63777
2351.18/2371.70	c #Conflicts:    3446000 | #Constraints:      64777
2351.18/2371.70	c #Conflicts:    3447000 | #Constraints:      65777
2351.18/2371.70	c #Conflicts:    3448000 | #Constraints:      66777
2351.18/2371.70	c #Conflicts:    3449000 | #Constraints:      67777
2351.18/2371.70	c #Conflicts:    3450000 | #Constraints:      68777
2351.18/2371.70	c #Conflicts:    3451000 | #Constraints:      69777
2351.18/2371.70	c #Conflicts:    3452000 | #Constraints:      70777
2351.18/2371.70	c #Conflicts:    3453000 | #Constraints:      71777
2351.18/2371.70	c #Conflicts:    3454000 | #Constraints:      72777
2351.18/2371.70	c #Conflicts:    3455000 | #Constraints:      73777
2351.18/2371.70	c #Conflicts:    3456000 | #Constraints:      74777
2351.18/2371.70	c #Conflicts:    3457000 | #Constraints:      75777
2351.18/2371.70	c #Conflicts:    3458000 | #Constraints:      76777
2351.18/2371.70	c #Conflicts:    3459000 | #Constraints:      77777
2351.18/2371.70	c #Conflicts:    3460000 | #Constraints:      78777
2351.18/2371.70	c #Conflicts:    3461000 | #Constraints:      79777
2351.18/2371.70	c #Conflicts:    3462000 | #Constraints:      80777
2351.18/2371.70	c #Conflicts:    3463000 | #Constraints:      81777
2351.18/2371.70	c #Conflicts:    3464000 | #Constraints:      82777
2351.18/2371.70	c #Conflicts:    3465000 | #Constraints:      83777
2351.18/2371.70	c #Conflicts:    3466000 | #Constraints:      84777
2351.18/2371.70	c #Conflicts:    3467000 | #Constraints:      85777
2351.18/2371.70	c #Conflicts:    3468000 | #Constraints:      86777
2351.18/2371.70	c #Conflicts:    3469000 | #Constraints:      87777
2351.18/2371.70	c INPROCESSING
2351.18/2371.70	c GARBAGE COLLECT
2351.18/2371.70	c #Conflicts:    3470000 | #Constraints:      49489
2351.18/2371.70	c #Conflicts:    3471000 | #Constraints:      50489
2351.18/2371.70	c #Conflicts:    3472000 | #Constraints:      51489
2351.18/2371.70	c #Conflicts:    3473000 | #Constraints:      52489
2351.18/2371.70	c #Conflicts:    3474000 | #Constraints:      53489
2351.18/2371.70	c #Conflicts:    3475000 | #Constraints:      54489
2351.18/2371.70	c #Conflicts:    3476000 | #Constraints:      55489
2351.18/2371.70	c #Conflicts:    3477000 | #Constraints:      56489
2351.18/2371.70	c #Conflicts:    3478000 | #Constraints:      57489
2351.18/2371.70	c #Conflicts:    3479000 | #Constraints:      58489
2351.18/2371.70	c #Conflicts:    3480000 | #Constraints:      59489
2351.18/2371.70	c #Conflicts:    3481000 | #Constraints:      60489
2351.18/2371.70	c #Conflicts:    3482000 | #Constraints:      61489
2351.18/2371.70	c #Conflicts:    3483000 | #Constraints:      62489
2351.18/2371.70	c #Conflicts:    3484000 | #Constraints:      63489
2351.18/2371.70	c #Conflicts:    3485000 | #Constraints:      64489
2351.18/2371.70	c #Conflicts:    3486000 | #Constraints:      65489
2351.18/2371.70	c #Conflicts:    3487000 | #Constraints:      66489
2351.18/2371.70	c #Conflicts:    3488000 | #Constraints:      67489
2351.18/2371.70	c #Conflicts:    3489000 | #Constraints:      68489
2351.18/2371.70	c #Conflicts:    3490000 | #Constraints:      69489
2351.18/2371.70	c #Conflicts:    3491000 | #Constraints:      70489
2351.18/2371.70	c #Conflicts:    3492000 | #Constraints:      71489
2351.18/2371.70	c #Conflicts:    3493000 | #Constraints:      72489
2351.18/2371.70	c #Conflicts:    3494000 | #Constraints:      73489
2351.18/2371.70	c #Conflicts:    3495000 | #Constraints:      74489
2351.18/2371.70	c #Conflicts:    3496000 | #Constraints:      75489
2351.18/2371.70	c #Conflicts:    3497000 | #Constraints:      76489
2351.18/2371.70	c #Conflicts:    3498000 | #Constraints:      77489
2351.18/2371.70	c #Conflicts:    3499000 | #Constraints:      78489
2351.18/2371.70	c #Conflicts:    3500000 | #Constraints:      79489
2351.18/2371.70	c #Conflicts:    3501000 | #Constraints:      80489
2351.18/2371.70	c #Conflicts:    3502000 | #Constraints:      81489
2351.18/2371.70	c #Conflicts:    3503000 | #Constraints:      82489
2351.18/2371.70	c #Conflicts:    3504000 | #Constraints:      83489
2351.18/2371.70	c #Conflicts:    3505000 | #Constraints:      84489
2351.18/2371.70	c #Conflicts:    3506000 | #Constraints:      85489
2351.18/2371.70	c INPROCESSING
2351.18/2371.70	c GARBAGE COLLECT
2351.18/2371.70	c #Conflicts:    3507000 | #Constraints:      48170
2351.18/2371.70	c #Conflicts:    3508000 | #Constraints:      49170
2465.44/2487.08	c #Conflicts:    3509000 | #Constraints:      50170
2465.44/2487.08	c #Conflicts:    3510000 | #Constraints:      51170
2465.44/2487.08	c #Conflicts:    3511000 | #Constraints:      52170
2465.44/2487.08	c #Conflicts:    3512000 | #Constraints:      53170
2465.44/2487.08	c #Conflicts:    3513000 | #Constraints:      54170
2465.44/2487.08	c #Conflicts:    3514000 | #Constraints:      55170
2465.44/2487.08	c #Conflicts:    3515000 | #Constraints:      56170
2465.44/2487.08	c #Conflicts:    3516000 | #Constraints:      57170
2465.44/2487.08	c #Conflicts:    3517000 | #Constraints:      58170
2465.44/2487.08	c #Conflicts:    3518000 | #Constraints:      59170
2465.44/2487.08	c #Conflicts:    3519000 | #Constraints:      60170
2465.44/2487.08	c #Conflicts:    3520000 | #Constraints:      61170
2465.44/2487.08	c #Conflicts:    3521000 | #Constraints:      62170
2465.44/2487.08	c #Conflicts:    3522000 | #Constraints:      63170
2465.44/2487.08	c #Conflicts:    3523000 | #Constraints:      64170
2465.44/2487.08	c #Conflicts:    3524000 | #Constraints:      65170
2465.44/2487.08	c #Conflicts:    3525000 | #Constraints:      66170
2465.44/2487.08	c #Conflicts:    3526000 | #Constraints:      67170
2465.44/2487.08	c #Conflicts:    3527000 | #Constraints:      68170
2465.44/2487.08	c #Conflicts:    3528000 | #Constraints:      69170
2465.44/2487.08	c #Conflicts:    3529000 | #Constraints:      70170
2465.44/2487.08	c #Conflicts:    3530000 | #Constraints:      71170
2465.44/2487.08	c #Conflicts:    3531000 | #Constraints:      72170
2465.44/2487.08	c #Conflicts:    3532000 | #Constraints:      73170
2465.44/2487.08	c #Conflicts:    3533000 | #Constraints:      74170
2465.44/2487.08	c #Conflicts:    3534000 | #Constraints:      75170
2465.44/2487.08	c #Conflicts:    3535000 | #Constraints:      76170
2465.44/2487.08	c #Conflicts:    3536000 | #Constraints:      77170
2465.44/2487.08	c #Conflicts:    3537000 | #Constraints:      78170
2465.44/2487.08	c #Conflicts:    3538000 | #Constraints:      79170
2465.44/2487.08	c #Conflicts:    3539000 | #Constraints:      80170
2465.44/2487.08	c #Conflicts:    3540000 | #Constraints:      81170
2465.44/2487.08	c #Conflicts:    3541000 | #Constraints:      82170
2465.44/2487.08	c #Conflicts:    3542000 | #Constraints:      83170
2465.44/2487.08	c #Conflicts:    3543000 | #Constraints:      84170
2465.44/2487.08	c #Conflicts:    3544000 | #Constraints:      85170
2465.44/2487.08	c INPROCESSING
2465.44/2487.08	c GARBAGE COLLECT
2465.44/2487.08	c #Conflicts:    3545000 | #Constraints:      48221
2465.44/2487.08	c #Conflicts:    3546000 | #Constraints:      49221
2465.44/2487.08	c #Conflicts:    3547000 | #Constraints:      50221
2465.44/2487.08	c #Conflicts:    3548000 | #Constraints:      51221
2465.44/2487.08	c #Conflicts:    3549000 | #Constraints:      52221
2465.44/2487.08	c #Conflicts:    3550000 | #Constraints:      53221
2465.44/2487.08	c #Conflicts:    3551000 | #Constraints:      54221
2465.44/2487.08	c #Conflicts:    3552000 | #Constraints:      55221
2465.44/2487.08	c #Conflicts:    3553000 | #Constraints:      56221
2465.44/2487.08	c #Conflicts:    3554000 | #Constraints:      57221
2465.44/2487.08	c #Conflicts:    3555000 | #Constraints:      58221
2465.44/2487.08	c #Conflicts:    3556000 | #Constraints:      59221
2465.44/2487.08	c #Conflicts:    3557000 | #Constraints:      60221
2465.44/2487.08	c #Conflicts:    3558000 | #Constraints:      61221
2465.44/2487.08	c #Conflicts:    3559000 | #Constraints:      62221
2465.44/2487.08	c #Conflicts:    3560000 | #Constraints:      63221
2465.44/2487.08	c #Conflicts:    3561000 | #Constraints:      64221
2465.44/2487.08	c #Conflicts:    3562000 | #Constraints:      65221
2465.44/2487.08	c #Conflicts:    3563000 | #Constraints:      66221
2465.44/2487.08	c #Conflicts:    3564000 | #Constraints:      67221
2465.44/2487.08	c #Conflicts:    3565000 | #Constraints:      68221
2465.44/2487.08	c #Conflicts:    3566000 | #Constraints:      69221
2465.44/2487.08	c #Conflicts:    3567000 | #Constraints:      70221
2465.44/2487.08	c #Conflicts:    3568000 | #Constraints:      71221
2465.44/2487.08	c #Conflicts:    3569000 | #Constraints:      72221
2465.44/2487.08	c #Conflicts:    3570000 | #Constraints:      73221
2465.44/2487.08	c #Conflicts:    3571000 | #Constraints:      74221
2465.44/2487.08	c #Conflicts:    3572000 | #Constraints:      75221
2465.44/2487.08	c #Conflicts:    3573000 | #Constraints:      76221
2465.44/2487.08	c #Conflicts:    3574000 | #Constraints:      77221
2465.44/2487.08	c #Conflicts:    3575000 | #Constraints:      78221
2465.44/2487.08	c #Conflicts:    3576000 | #Constraints:      79221
2465.44/2487.08	c #Conflicts:    3577000 | #Constraints:      80221
2465.44/2487.08	c #Conflicts:    3578000 | #Constraints:      81221
2465.44/2487.08	c #Conflicts:    3579000 | #Constraints:      82221
2465.44/2487.08	c #Conflicts:    3580000 | #Constraints:      83221
2465.44/2487.08	c #Conflicts:    3581000 | #Constraints:      84221
2465.44/2487.08	c #Conflicts:    3582000 | #Constraints:      85221
2465.44/2487.08	c INPROCESSING
2465.44/2487.08	c GARBAGE COLLECT
2465.44/2487.08	c #Conflicts:    3583000 | #Constraints:      48337
2465.44/2487.08	c #Conflicts:    3584000 | #Constraints:      49337
2465.44/2487.08	c #Conflicts:    3585000 | #Constraints:      50337
2465.44/2487.08	c #Conflicts:    3586000 | #Constraints:      51337
2509.66/2531.48	c #Conflicts:    3587000 | #Constraints:      52337
2509.66/2531.48	c #Conflicts:    3588000 | #Constraints:      53337
2509.66/2531.48	c #Conflicts:    3589000 | #Constraints:      54337
2509.66/2531.48	c #Conflicts:    3590000 | #Constraints:      55337
2509.66/2531.48	c #Conflicts:    3591000 | #Constraints:      56337
2509.66/2531.48	c #Conflicts:    3592000 | #Constraints:      57337
2509.66/2531.48	c #Conflicts:    3593000 | #Constraints:      58337
2509.66/2531.48	c #Conflicts:    3594000 | #Constraints:      59337
2509.66/2531.48	c #Conflicts:    3595000 | #Constraints:      60337
2509.66/2531.48	c #Conflicts:    3596000 | #Constraints:      61337
2509.66/2531.48	c #Conflicts:    3597000 | #Constraints:      62337
2509.66/2531.48	c #Conflicts:    3598000 | #Constraints:      63337
2509.66/2531.48	c #Conflicts:    3599000 | #Constraints:      64337
2509.66/2531.48	c #Conflicts:    3600000 | #Constraints:      65338
2509.66/2531.48	c #Conflicts:    3601000 | #Constraints:      66338
2509.66/2531.48	c #Conflicts:    3602000 | #Constraints:      67338
2509.66/2531.48	c #Conflicts:    3603000 | #Constraints:      68338
2509.66/2531.48	c #Conflicts:    3604000 | #Constraints:      69338
2509.66/2531.48	c #Conflicts:    3605000 | #Constraints:      70338
2509.66/2531.48	c #Conflicts:    3606000 | #Constraints:      71338
2509.66/2531.48	c #Conflicts:    3607000 | #Constraints:      72338
2509.66/2531.48	c #Conflicts:    3608000 | #Constraints:      73338
2509.66/2531.48	c #Conflicts:    3609000 | #Constraints:      74339
2509.66/2531.48	c #Conflicts:    3610000 | #Constraints:      75339
2509.66/2531.48	c #Conflicts:    3611000 | #Constraints:      76339
2509.66/2531.48	c #Conflicts:    3612000 | #Constraints:      77339
2509.66/2531.48	c #Conflicts:    3613000 | #Constraints:      78339
2509.66/2531.48	c #Conflicts:    3614000 | #Constraints:      79339
2509.66/2531.48	c #Conflicts:    3615000 | #Constraints:      80339
2509.66/2531.48	c #Conflicts:    3616000 | #Constraints:      81339
2509.66/2531.48	c #Conflicts:    3617000 | #Constraints:      82339
2509.66/2531.48	c #Conflicts:    3618000 | #Constraints:      83339
2509.66/2531.48	c #Conflicts:    3619000 | #Constraints:      84339
2509.66/2531.48	c #Conflicts:    3620000 | #Constraints:      85339
2509.66/2531.48	c INPROCESSING
2509.66/2531.48	c GARBAGE COLLECT
2509.66/2531.48	c #Conflicts:    3621000 | #Constraints:      48361
2509.66/2531.48	c #Conflicts:    3622000 | #Constraints:      49361
2509.66/2531.48	c #Conflicts:    3623000 | #Constraints:      50361
2509.66/2531.48	c #Conflicts:    3624000 | #Constraints:      51361
2509.66/2531.48	c #Conflicts:    3625000 | #Constraints:      52361
2509.66/2531.48	c #Conflicts:    3626000 | #Constraints:      53361
2509.66/2531.48	c #Conflicts:    3627000 | #Constraints:      54361
2509.66/2531.48	c #Conflicts:    3628000 | #Constraints:      55361
2509.66/2531.48	c #Conflicts:    3629000 | #Constraints:      56361
2509.66/2531.48	c #Conflicts:    3630000 | #Constraints:      57361
2509.66/2531.48	c #Conflicts:    3631000 | #Constraints:      58361
2509.66/2531.48	c #Conflicts:    3632000 | #Constraints:      59361
2509.66/2531.48	c #Conflicts:    3633000 | #Constraints:      60361
2509.66/2531.48	c #Conflicts:    3634000 | #Constraints:      61361
2509.66/2531.48	c #Conflicts:    3635000 | #Constraints:      62361
2509.66/2531.48	c #Conflicts:    3636000 | #Constraints:      63361
2509.66/2531.48	c #Conflicts:    3637000 | #Constraints:      64361
2509.66/2531.48	c #Conflicts:    3638000 | #Constraints:      65361
2509.66/2531.48	c #Conflicts:    3639000 | #Constraints:      66361
2509.66/2531.48	c #Conflicts:    3640000 | #Constraints:      67361
2509.66/2531.48	c #Conflicts:    3641000 | #Constraints:      68361
2509.66/2531.48	c #Conflicts:    3642000 | #Constraints:      69361
2509.66/2531.48	c #Conflicts:    3643000 | #Constraints:      70361
2509.66/2531.48	c #Conflicts:    3644000 | #Constraints:      71361
2509.66/2531.48	c #Conflicts:    3645000 | #Constraints:      72361
2509.66/2531.48	c #Conflicts:    3646000 | #Constraints:      73361
2509.66/2531.48	c #Conflicts:    3647000 | #Constraints:      74361
2509.66/2531.48	c #Conflicts:    3648000 | #Constraints:      75361
2509.66/2531.48	c #Conflicts:    3649000 | #Constraints:      76362
2509.66/2531.48	c #Conflicts:    3650000 | #Constraints:      77362
2509.66/2531.48	c #Conflicts:    3651000 | #Constraints:      78362
2509.66/2531.48	c #Conflicts:    3652000 | #Constraints:      79362
2509.66/2531.48	c #Conflicts:    3653000 | #Constraints:      80362
2509.66/2531.48	c #Conflicts:    3654000 | #Constraints:      81362
2509.66/2531.48	c #Conflicts:    3655000 | #Constraints:      82362
2509.66/2531.48	c #Conflicts:    3656000 | #Constraints:      83362
2509.66/2531.48	c #Conflicts:    3657000 | #Constraints:      84362
2509.66/2531.48	c #Conflicts:    3658000 | #Constraints:      85362
2509.66/2531.48	c INPROCESSING
2509.66/2531.48	c GARBAGE COLLECT
2509.66/2531.48	c #Conflicts:    3659000 | #Constraints:      48217
2509.66/2531.48	c #Conflicts:    3660000 | #Constraints:      49217
2509.66/2531.48	c #Conflicts:    3661000 | #Constraints:      50217
2509.66/2531.48	c #Conflicts:    3662000 | #Constraints:      51217
2509.66/2531.48	c #Conflicts:    3663000 | #Constraints:      52217
2561.15/2583.25	c #Conflicts:    3664000 | #Constraints:      53217
2561.15/2583.25	c #Conflicts:    3665000 | #Constraints:      54217
2561.15/2583.25	c #Conflicts:    3666000 | #Constraints:      55217
2561.15/2583.25	c #Conflicts:    3667000 | #Constraints:      56218
2561.15/2583.25	c #Conflicts:    3668000 | #Constraints:      57218
2561.15/2583.25	c #Conflicts:    3669000 | #Constraints:      58218
2561.15/2583.25	c #Conflicts:    3670000 | #Constraints:      59218
2561.15/2583.25	c #Conflicts:    3671000 | #Constraints:      60218
2561.15/2583.25	c #Conflicts:    3672000 | #Constraints:      61218
2561.15/2583.25	c #Conflicts:    3673000 | #Constraints:      62218
2561.15/2583.25	c #Conflicts:    3674000 | #Constraints:      63218
2561.15/2583.25	c #Conflicts:    3675000 | #Constraints:      64218
2561.15/2583.25	c #Conflicts:    3676000 | #Constraints:      65218
2561.15/2583.25	c #Conflicts:    3677000 | #Constraints:      66218
2561.15/2583.25	c #Conflicts:    3678000 | #Constraints:      67218
2561.15/2583.25	c #Conflicts:    3679000 | #Constraints:      68218
2561.15/2583.25	c #Conflicts:    3680000 | #Constraints:      69218
2561.15/2583.25	c #Conflicts:    3681000 | #Constraints:      70218
2561.15/2583.25	c #Conflicts:    3682000 | #Constraints:      71218
2561.15/2583.25	c #Conflicts:    3683000 | #Constraints:      72218
2561.15/2583.25	c #Conflicts:    3684000 | #Constraints:      73218
2561.15/2583.25	c #Conflicts:    3685000 | #Constraints:      74218
2561.15/2583.25	c #Conflicts:    3686000 | #Constraints:      75218
2561.15/2583.25	c #Conflicts:    3687000 | #Constraints:      76218
2561.15/2583.25	c #Conflicts:    3688000 | #Constraints:      77218
2561.15/2583.25	c #Conflicts:    3689000 | #Constraints:      78218
2561.15/2583.25	c #Conflicts:    3690000 | #Constraints:      79218
2561.15/2583.25	c #Conflicts:    3691000 | #Constraints:      80218
2561.15/2583.25	c #Conflicts:    3692000 | #Constraints:      81218
2561.15/2583.25	c #Conflicts:    3693000 | #Constraints:      82218
2561.15/2583.25	c #Conflicts:    3694000 | #Constraints:      83218
2561.15/2583.25	c #Conflicts:    3695000 | #Constraints:      84218
2561.15/2583.25	c #Conflicts:    3696000 | #Constraints:      85218
2561.15/2583.25	c INPROCESSING
2561.15/2583.25	c GARBAGE COLLECT
2561.15/2583.25	c #Conflicts:    3697000 | #Constraints:      48000
2561.15/2583.25	c #Conflicts:    3698000 | #Constraints:      49000
2561.15/2583.25	c #Conflicts:    3699000 | #Constraints:      50000
2561.15/2583.25	c #Conflicts:    3700000 | #Constraints:      51000
2561.15/2583.25	c #Conflicts:    3701000 | #Constraints:      52000
2561.15/2583.25	c #Conflicts:    3702000 | #Constraints:      53000
2561.15/2583.25	c #Conflicts:    3703000 | #Constraints:      54000
2561.15/2583.25	c #Conflicts:    3704000 | #Constraints:      55000
2561.15/2583.25	c #Conflicts:    3705000 | #Constraints:      56000
2561.15/2583.25	c #Conflicts:    3706000 | #Constraints:      57000
2561.15/2583.25	c #Conflicts:    3707000 | #Constraints:      58000
2561.15/2583.25	c #Conflicts:    3708000 | #Constraints:      59000
2561.15/2583.25	c #Conflicts:    3709000 | #Constraints:      60000
2561.15/2583.25	c #Conflicts:    3710000 | #Constraints:      61000
2561.15/2583.25	c #Conflicts:    3711000 | #Constraints:      62000
2561.15/2583.25	c #Conflicts:    3712000 | #Constraints:      63000
2561.15/2583.25	c #Conflicts:    3713000 | #Constraints:      64000
2561.15/2583.25	c #Conflicts:    3714000 | #Constraints:      65000
2561.15/2583.25	c #Conflicts:    3715000 | #Constraints:      66000
2561.15/2583.25	c #Conflicts:    3716000 | #Constraints:      67000
2561.15/2583.25	c #Conflicts:    3717000 | #Constraints:      68000
2561.15/2583.25	c #Conflicts:    3718000 | #Constraints:      69000
2561.15/2583.25	c #Conflicts:    3719000 | #Constraints:      70000
2561.15/2583.25	c #Conflicts:    3720000 | #Constraints:      71000
2561.15/2583.25	c #Conflicts:    3721000 | #Constraints:      72000
2561.15/2583.25	c #Conflicts:    3722000 | #Constraints:      73000
2561.15/2583.25	c #Conflicts:    3723000 | #Constraints:      74000
2561.15/2583.25	c #Conflicts:    3724000 | #Constraints:      75000
2561.15/2583.25	c #Conflicts:    3725000 | #Constraints:      76000
2561.15/2583.25	c #Conflicts:    3726000 | #Constraints:      77000
2561.15/2583.25	c #Conflicts:    3727000 | #Constraints:      78000
2561.15/2583.25	c #Conflicts:    3728000 | #Constraints:      79000
2561.15/2583.25	c #Conflicts:    3729000 | #Constraints:      80000
2561.15/2583.25	c #Conflicts:    3730000 | #Constraints:      81000
2561.15/2583.25	c #Conflicts:    3731000 | #Constraints:      82000
2561.15/2583.25	c #Conflicts:    3732000 | #Constraints:      83000
2561.15/2583.25	c #Conflicts:    3733000 | #Constraints:      84000
2561.15/2583.25	c #Conflicts:    3734000 | #Constraints:      85000
2561.15/2583.25	c #Conflicts:    3735000 | #Constraints:      86029
2561.15/2583.25	c INPROCESSING
2561.15/2583.25	c GARBAGE COLLECT
2561.15/2583.25	c #Conflicts:    3736000 | #Constraints:      48583
2561.15/2583.25	c #Conflicts:    3737000 | #Constraints:      49583
2561.15/2583.25	c #Conflicts:    3738000 | #Constraints:      50583
2561.15/2583.25	c #Conflicts:    3739000 | #Constraints:      51583
2561.15/2583.25	c #Conflicts:    3740000 | #Constraints:      52583
2561.15/2583.25	c #Conflicts:    3741000 | #Constraints:      53583
2584.50/2606.70	c #Conflicts:    3742000 | #Constraints:      54583
2584.50/2606.70	c #Conflicts:    3743000 | #Constraints:      55583
2584.50/2606.70	c #Conflicts:    3744000 | #Constraints:      56583
2584.50/2606.70	c #Conflicts:    3745000 | #Constraints:      57583
2584.50/2606.70	c #Conflicts:    3746000 | #Constraints:      58583
2584.50/2606.70	c #Conflicts:    3747000 | #Constraints:      59583
2584.50/2606.70	c #Conflicts:    3748000 | #Constraints:      60583
2584.50/2606.70	c #Conflicts:    3749000 | #Constraints:      61583
2584.50/2606.70	c #Conflicts:    3750000 | #Constraints:      62583
2584.50/2606.70	c #Conflicts:    3751000 | #Constraints:      63583
2584.50/2606.70	c #Conflicts:    3752000 | #Constraints:      64583
2584.50/2606.70	c #Conflicts:    3753000 | #Constraints:      65583
2584.50/2606.70	c #Conflicts:    3754000 | #Constraints:      66583
2584.50/2606.70	c #Conflicts:    3755000 | #Constraints:      67583
2584.50/2606.70	c #Conflicts:    3756000 | #Constraints:      68583
2584.50/2606.70	c #Conflicts:    3757000 | #Constraints:      69583
2584.50/2606.70	c #Conflicts:    3758000 | #Constraints:      70583
2584.50/2606.70	c #Conflicts:    3759000 | #Constraints:      71583
2584.50/2606.70	c #Conflicts:    3760000 | #Constraints:      72583
2584.50/2606.70	c #Conflicts:    3761000 | #Constraints:      73583
2584.50/2606.70	c #Conflicts:    3762000 | #Constraints:      74583
2584.50/2606.70	c #Conflicts:    3763000 | #Constraints:      75583
2584.50/2606.70	c #Conflicts:    3764000 | #Constraints:      76583
2584.50/2606.70	c #Conflicts:    3765000 | #Constraints:      77583
2584.50/2606.70	c #Conflicts:    3766000 | #Constraints:      78583
2584.50/2606.70	c #Conflicts:    3767000 | #Constraints:      79583
2584.50/2606.70	c #Conflicts:    3768000 | #Constraints:      80583
2584.50/2606.70	c #Conflicts:    3769000 | #Constraints:      81583
2584.50/2606.70	c #Conflicts:    3770000 | #Constraints:      82583
2584.50/2606.70	c #Conflicts:    3771000 | #Constraints:      83583
2584.50/2606.70	c #Conflicts:    3772000 | #Constraints:      84583
2584.50/2606.70	c #Conflicts:    3773000 | #Constraints:      85583
2584.50/2606.70	c #Conflicts:    3774000 | #Constraints:      86583
2584.50/2606.70	c INPROCESSING
2584.50/2606.70	c GARBAGE COLLECT
2584.50/2606.70	c rational objective 778.43
2645.90/2668.41	c #Conflicts:    3775000 | #Constraints:      48986
2645.90/2668.41	c #Conflicts:    3776000 | #Constraints:      49986
2645.90/2668.41	c #Conflicts:    3777000 | #Constraints:      50986
2645.90/2668.41	c #Conflicts:    3778000 | #Constraints:      51986
2645.90/2668.41	c #Conflicts:    3779000 | #Constraints:      52986
2645.90/2668.41	c #Conflicts:    3780000 | #Constraints:      53986
2645.90/2668.41	c #Conflicts:    3781000 | #Constraints:      54986
2645.90/2668.41	c #Conflicts:    3782000 | #Constraints:      55986
2645.90/2668.41	c #Conflicts:    3783000 | #Constraints:      56986
2645.90/2668.41	c #Conflicts:    3784000 | #Constraints:      57986
2645.90/2668.41	c #Conflicts:    3785000 | #Constraints:      58986
2645.90/2668.41	c #Conflicts:    3786000 | #Constraints:      59986
2645.90/2668.41	c #Conflicts:    3787000 | #Constraints:      60986
2645.90/2668.41	c #Conflicts:    3788000 | #Constraints:      61986
2645.90/2668.41	c #Conflicts:    3789000 | #Constraints:      62986
2645.90/2668.41	c #Conflicts:    3790000 | #Constraints:      63986
2645.90/2668.41	c #Conflicts:    3791000 | #Constraints:      64986
2645.90/2668.41	c #Conflicts:    3792000 | #Constraints:      65986
2645.90/2668.41	c #Conflicts:    3793000 | #Constraints:      66986
2645.90/2668.41	c #Conflicts:    3794000 | #Constraints:      67986
2645.90/2668.41	c #Conflicts:    3795000 | #Constraints:      68987
2645.90/2668.41	c #Conflicts:    3796000 | #Constraints:      69987
2645.90/2668.41	c #Conflicts:    3797000 | #Constraints:      70987
2645.90/2668.41	c #Conflicts:    3798000 | #Constraints:      71987
2645.90/2668.41	c #Conflicts:    3799000 | #Constraints:      72987
2645.90/2668.41	c #Conflicts:    3800000 | #Constraints:      73987
2645.90/2668.41	c #Conflicts:    3801000 | #Constraints:      74987
2645.90/2668.41	c #Conflicts:    3802000 | #Constraints:      75987
2645.90/2668.41	c #Conflicts:    3803000 | #Constraints:      76987
2645.90/2668.41	c #Conflicts:    3804000 | #Constraints:      77987
2645.90/2668.41	c #Conflicts:    3805000 | #Constraints:      78987
2645.90/2668.41	c #Conflicts:    3806000 | #Constraints:      79987
2645.90/2668.41	c #Conflicts:    3807000 | #Constraints:      80987
2645.90/2668.41	c #Conflicts:    3808000 | #Constraints:      81987
2645.90/2668.41	c #Conflicts:    3809000 | #Constraints:      83106
2645.90/2668.41	c #Conflicts:    3810000 | #Constraints:      84269
2645.90/2668.41	c #Conflicts:    3811000 | #Constraints:      85271
2645.90/2668.41	c #Conflicts:    3812000 | #Constraints:      86271
2645.90/2668.41	c #Conflicts:    3813000 | #Constraints:      87271
2645.90/2668.41	c INPROCESSING
2645.90/2668.41	c GARBAGE COLLECT
2645.90/2668.41	c #Conflicts:    3814000 | #Constraints:      49383
2645.90/2668.41	c #Conflicts:    3815000 | #Constraints:      50384
2645.90/2668.41	c #Conflicts:    3816000 | #Constraints:      51384
2645.90/2668.41	c #Conflicts:    3817000 | #Constraints:      52384
2645.90/2668.41	c #Conflicts:    3818000 | #Constraints:      53384
2645.90/2668.41	c #Conflicts:    3819000 | #Constraints:      54384
2645.90/2668.41	c #Conflicts:    3820000 | #Constraints:      55384
2645.90/2668.41	c #Conflicts:    3821000 | #Constraints:      56384
2645.90/2668.41	c #Conflicts:    3822000 | #Constraints:      57384
2645.90/2668.41	c #Conflicts:    3823000 | #Constraints:      58384
2645.90/2668.41	c #Conflicts:    3824000 | #Constraints:      59384
2645.90/2668.41	c #Conflicts:    3825000 | #Constraints:      60384
2645.90/2668.41	c #Conflicts:    3826000 | #Constraints:      61385
2645.90/2668.41	c #Conflicts:    3827000 | #Constraints:      62385
2645.90/2668.41	c #Conflicts:    3828000 | #Constraints:      63386
2645.90/2668.41	c #Conflicts:    3829000 | #Constraints:      64386
2645.90/2668.41	c #Conflicts:    3830000 | #Constraints:      65387
2645.90/2668.41	c #Conflicts:    3831000 | #Constraints:      66387
2645.90/2668.41	c #Conflicts:    3832000 | #Constraints:      67387
2645.90/2668.41	c #Conflicts:    3833000 | #Constraints:      68387
2645.90/2668.41	c #Conflicts:    3834000 | #Constraints:      69387
2645.90/2668.41	c #Conflicts:    3835000 | #Constraints:      70387
2645.90/2668.41	c #Conflicts:    3836000 | #Constraints:      71387
2645.90/2668.41	c #Conflicts:    3837000 | #Constraints:      72387
2645.90/2668.41	c #Conflicts:    3838000 | #Constraints:      73387
2645.90/2668.41	c #Conflicts:    3839000 | #Constraints:      74387
2645.90/2668.41	c #Conflicts:    3840000 | #Constraints:      75387
2645.90/2668.41	c #Conflicts:    3841000 | #Constraints:      76387
2645.90/2668.41	c #Conflicts:    3842000 | #Constraints:      77387
2645.90/2668.41	c #Conflicts:    3843000 | #Constraints:      78387
2645.90/2668.41	c #Conflicts:    3844000 | #Constraints:      79387
2645.90/2668.41	c #Conflicts:    3845000 | #Constraints:      80387
2645.90/2668.41	c #Conflicts:    3846000 | #Constraints:      81387
2645.90/2668.41	c #Conflicts:    3847000 | #Constraints:      82387
2645.90/2668.41	c #Conflicts:    3848000 | #Constraints:      83387
2645.90/2668.41	c #Conflicts:    3849000 | #Constraints:      84387
2645.90/2668.41	c #Conflicts:    3850000 | #Constraints:      85387
2645.90/2668.41	c #Conflicts:    3851000 | #Constraints:      86387
2645.90/2668.41	c #Conflicts:    3852000 | #Constraints:      87387
2645.90/2668.41	c INPROCESSING
2646.81/2669.34	c GARBAGE COLLECT
2646.81/2669.34	WSVECS04 Frhs2[5]: 6 -1.0001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[6]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[7]: 6 -1.0001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[9]: 6 -0.999893 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[10]: 6 -0.999846 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[15]: 6 -0.960169 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[42]: 6 -0.99913 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[97]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[99]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[101]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[102]: 6 -1.00014 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[107]: 6 -1.00027 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[135]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[137]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[138]: 6 -1.33091 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[167]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[194]: 6 0 0.32819 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[198]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[202]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[231]: 6 -1.0001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[233]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[235]: 6 -0.999791 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[262]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[265]: 6 -0.99989 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[321]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[421]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[423]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[424]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[456]: 6 -1.31243 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[481]: 6 -1.17194 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[489]: 6 -0.999973 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[490]: 6 -0.999771 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[514]: 6 -1.25009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[515]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[516]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[522]: 6 -0.999515 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[524]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[545]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[549]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[551]: 6 -0.999994 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[552]: 6 -0.999861 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[577]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[583]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[610]: 6 -1.00001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[614]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[616]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[617]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[646]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[647]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[649]: 6 -0.999953 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[652]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[711]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[965]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[994]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1068]: 6 -1.28496 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1069]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1070]: 6 -1.35563 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1071]: 6 -1.5411 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1089]: 6 -1.25002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1092]: 6 -1.06251 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1097]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1101]: 6 -1.2718 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1121]: 6 -1.25003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1124]: 6 -2.0628 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1127]: 6 -0.999968 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1128]: 6 -0.999829 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1133]: 6 -0.997232 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1148]: 6 -1.03133 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1150]: 6 -1.12509 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1156]: 6 0 1.07824 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1158]: 6 -1.3281 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1159]: 6 -1.3242 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1160]: 6 -1.06214 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1186]: 6 -1.24983 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1188]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1189]: 6 -1.33308 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1190]: 6 -1.32821 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1191]: 6 -1.16799 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1195]: 6 -1.2344 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1216]: 6 -1.31259 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1217]: 6 -1.25006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1225]: 6 -1.25008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1246]: 6 -1.31251 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1247]: 6 -1.06253 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1248]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1249]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1250]: 6 -2.32815 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1251]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1252]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1253]: 6 -1.57814 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1255]: 6 -1.31252 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1257]: 6 -3.6938 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1258]: 6 -1.58327 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1281]: 6 -1.25003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1311]: 6 -1.06255 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1312]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1313]: 6 -2.22658 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1318]: 6 -1.50002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1319]: 6 -1.25006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1322]: 6 -0.359463 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1324]: 6 -1.25009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1325]: 6 -1.25001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1353]: 6 -1.10162 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1354]: 6 -1.62508 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1380]: 6 -0.855651 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1385]: 6 -0.709945 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1387]: 6 -1.07015 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1408]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1415]: 6 -0.487198 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1416]: 6 -0.666764 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1422]: 6 -0.67191 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1445]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1446]: 6 0 1.2344 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1448]: 6 -3.17195 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1453]: 6 -1.25009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1478]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1480]: 6 -1.32815 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1481]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1484]: 6 -0.882022 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1487]: 6 -0.80563 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1507]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1508]: 6 -3.35162 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1509]: 6 -1.04695 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1511]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1537]: 6 -0.828174 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1538]: 6 -1.03133 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1539]: 6 -1.31253 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1540]: 6 -2.12504 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1544]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1549]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1551]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1566]: 6 -2.56259 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1567]: 6 -2.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1570]: 6 -1.12503 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1571]: 6 -1.41669 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1579]: 6 -1.31252 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1580]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1598]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1599]: 6 0 2.25005 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1600]: 6 -1.06257 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1602]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1603]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1607]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1611]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1630]: 6 -1.32816 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1637]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1644]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1666]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1671]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1697]: 6 -1.31256 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1698]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1702]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1703]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1704]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1711]: 6 -1.06256 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1728]: 6 -1.31255 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1739]: 6 -1.32818 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1960]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1962]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1964]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1966]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1968]: 6 -1.00001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1970]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1971]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1973]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[1975]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2058]: 6 -1.50009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2062]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2064]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2065]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2068]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2072]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2076]: 6 -1.25006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2084]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2122]: 6 -1.25008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2145]: 6 -0.984443 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2152]: 6 -5.25004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2153]: 6 -0.999998 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2156]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2157]: 6 -0.999993 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2160]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2161]: 6 -0.999723 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2168]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2169]: 6 -0.994477 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2209]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2212]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2215]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2216]: 6 -1.25008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2217]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2219]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2220]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2221]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2242]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2243]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2246]: 6 -1.00001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2247]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2250]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2254]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2258]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2259]: 6 -0.996477 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2262]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2264]: 6 -1.28129 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2266]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2311]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2313]: 6 -1.25004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2315]: 6 -1.21275 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2402]: 6 -0.715036 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2404]: 6 0 1.14002 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2406]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2409]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2411]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2426]: 6 -1.31252 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2433]: 6 -0.715085 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2440]: 6 -9.55997 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2441]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2444]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2445]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2448]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2450]: 6 -1.0001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2452]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2454]: 6 -1.32036 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2456]: 6 -1.34385 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2502]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2538]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2539]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2541]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2549]: 6 -1.31254 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2596]: 6 -0.999983 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2598]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2622]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2623]: 6 -1.2501 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2624]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2632]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2636]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2637]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2640]: 6 -1.32818 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2642]: 6 -1.0001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2646]: 6 -1.25004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2695]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2718]: 6 -1.25002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2719]: 6 -1.25008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2725]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2728]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2729]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2732]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2738]: 6 -1.25009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2791]: 6 -1.32822 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2815]: 6 -1.25001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2816]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2885]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2888]: 6 -1.31256 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2911]: 6 -1.25004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2913]: 6 -1.31256 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[2980]: 6 -1.30565 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3004]: 6 -1.25006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3007]: 6 -1.2501 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3018]: 6 -1.14132 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3019]: 6 -1.07291 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3077]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3080]: 6 -3.48445 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3082]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3083]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3111]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3114]: 6 -0.414128 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3120]: 6 -9.68755 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3121]: 6 -1.0001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3124]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3125]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3128]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3178]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3179]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3213]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3216]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3217]: 6 -1.00001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3220]: 6 -1.25699 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3221]: 6 -1.25698 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3271]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3273]: 6 -1.00001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3275]: 6 -1.00001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3294]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3318]: 6 -1.32815 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3320]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3324]: 6 -1.32816 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3371]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3372]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3405]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3408]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3410]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3412]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3414]: 6 -1.31257 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3416]: 6 -1.25006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3460]: 6 -3.32818 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3461]: 6 -1.00001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3462]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3464]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3466]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3467]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3468]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3496]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3498]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3500]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3502]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3504]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3506]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3508]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3509]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3512]: 6 -1.25008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3514]: 6 -1.32818 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3554]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3556]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3557]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3558]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3559]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3561]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3562]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3586]: 6 -11.3282 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3590]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3591]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3594]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3596]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3597]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3600]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3602]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3604]: 6 -1.0001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3605]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3608]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3609]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3612]: 6 -1.31256 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3649]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3654]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3656]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3659]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3660]: 6 -1.0001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3683]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3685]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3688]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3692]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3694]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3696]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3698]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3699]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3702]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3703]: 6 -1.00001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3706]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3745]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3747]: 6 -1.00001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3754]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3757]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3772]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3773]: 6 -1.31251 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3774]: 6 -1.2501 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3776]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3777]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3782]: 6 -1.00001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3783]: 6 -1.0001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3786]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3787]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3790]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3791]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3794]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3795]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3797]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3799]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3802]: 6 -1.25004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3832]: 6 -1.25009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3842]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3850]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3852]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3873]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3875]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3883]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3885]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3887]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3890]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3892]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3893]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3898]: 6 -1.18754 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3900]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3937]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3938]: 6 -1.25007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3939]: 6 -1.28911 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3941]: 6 -1.25002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3943]: 6 -1.25002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3944]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3947]: 6 -1.0001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3948]: 6 -1.00008 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3964]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3968]: 6 -1.25001 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3976]: 6 0 0.437552 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3986]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3988]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[3989]: 6 -1.00007 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4024]: 6 -1.00006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4028]: 6 -0.750084 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4034]: 6 -1.00003 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4036]: 6 -1.25005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4041]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4062]: 6 -1.31257 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4064]: 6 -1.25004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4065]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4067]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4069]: 6 -1.25006 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4073]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4076]: 6 -1.00009 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4079]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4082]: 6 -1.12506 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4171]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4172]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4222]: 6 -1.00005 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4223]: 6 -1.00004 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4224]: 6 -1.00002 0 shouldn't be
2646.81/2669.34	WSVECS04 Frhs2[4256]: 6 -1.00003 0 shouldn't be
2706.99/2729.83	c #Conflicts:    3853000 | #Constraints:      49286
2706.99/2729.83	c #Conflicts:    3854000 | #Constraints:      50286
2706.99/2729.83	c #Conflicts:    3855000 | #Constraints:      51286
2706.99/2729.83	c #Conflicts:    3856000 | #Constraints:      52286
2706.99/2729.83	c #Conflicts:    3857000 | #Constraints:      53286
2706.99/2729.83	c #Conflicts:    3858000 | #Constraints:      54286
2706.99/2729.83	c #Conflicts:    3859000 | #Constraints:      55286
2706.99/2729.83	c #Conflicts:    3860000 | #Constraints:      56286
2706.99/2729.83	c #Conflicts:    3861000 | #Constraints:      57286
2706.99/2729.83	c #Conflicts:    3862000 | #Constraints:      58287
2706.99/2729.83	c #Conflicts:    3863000 | #Constraints:      59287
2706.99/2729.83	c #Conflicts:    3864000 | #Constraints:      60287
2706.99/2729.83	c #Conflicts:    3865000 | #Constraints:      61287
2706.99/2729.83	c #Conflicts:    3866000 | #Constraints:      62287
2706.99/2729.83	c #Conflicts:    3867000 | #Constraints:      63287
2706.99/2729.83	c #Conflicts:    3868000 | #Constraints:      64287
2706.99/2729.83	c #Conflicts:    3869000 | #Constraints:      65287
2706.99/2729.83	c #Conflicts:    3870000 | #Constraints:      66287
2706.99/2729.83	c #Conflicts:    3871000 | #Constraints:      67327
2706.99/2729.83	c #Conflicts:    3872000 | #Constraints:      68469
2706.99/2729.83	c #Conflicts:    3873000 | #Constraints:      69469
2706.99/2729.83	c #Conflicts:    3874000 | #Constraints:      70469
2706.99/2729.83	c #Conflicts:    3875000 | #Constraints:      71469
2706.99/2729.83	c #Conflicts:    3876000 | #Constraints:      72469
2706.99/2729.83	c #Conflicts:    3877000 | #Constraints:      73469
2706.99/2729.83	c #Conflicts:    3878000 | #Constraints:      74469
2706.99/2729.83	c #Conflicts:    3879000 | #Constraints:      75469
2706.99/2729.83	c #Conflicts:    3880000 | #Constraints:      76469
2706.99/2729.83	c #Conflicts:    3881000 | #Constraints:      77469
2706.99/2729.83	c #Conflicts:    3882000 | #Constraints:      78469
2706.99/2729.83	c #Conflicts:    3883000 | #Constraints:      79469
2706.99/2729.83	c #Conflicts:    3884000 | #Constraints:      80469
2706.99/2729.83	c #Conflicts:    3885000 | #Constraints:      81469
2706.99/2729.83	c #Conflicts:    3886000 | #Constraints:      82469
2706.99/2729.83	c #Conflicts:    3887000 | #Constraints:      83469
2706.99/2729.83	c #Conflicts:    3888000 | #Constraints:      84469
2706.99/2729.83	c #Conflicts:    3889000 | #Constraints:      85469
2706.99/2729.83	c #Conflicts:    3890000 | #Constraints:      86473
2706.99/2729.83	c #Conflicts:    3891000 | #Constraints:      87473
2706.99/2729.83	c INPROCESSING
2706.99/2729.83	c GARBAGE COLLECT
2706.99/2729.83	c #Conflicts:    3892000 | #Constraints:      49165
2706.99/2729.83	c #Conflicts:    3893000 | #Constraints:      50165
2706.99/2729.83	c #Conflicts:    3894000 | #Constraints:      51165
2706.99/2729.83	c #Conflicts:    3895000 | #Constraints:      52165
2706.99/2729.83	c #Conflicts:    3896000 | #Constraints:      53165
2706.99/2729.83	c #Conflicts:    3897000 | #Constraints:      54165
2706.99/2729.83	c #Conflicts:    3898000 | #Constraints:      55165
2706.99/2729.83	c #Conflicts:    3899000 | #Constraints:      56165
2706.99/2729.83	c #Conflicts:    3900000 | #Constraints:      57165
2706.99/2729.83	c #Conflicts:    3901000 | #Constraints:      58165
2706.99/2729.83	c #Conflicts:    3902000 | #Constraints:      59165
2706.99/2729.83	c #Conflicts:    3903000 | #Constraints:      60165
2706.99/2729.83	c #Conflicts:    3904000 | #Constraints:      61165
2706.99/2729.83	c #Conflicts:    3905000 | #Constraints:      62166
2706.99/2729.83	c #Conflicts:    3906000 | #Constraints:      63168
2706.99/2729.83	c #Conflicts:    3907000 | #Constraints:      64168
2706.99/2729.83	c #Conflicts:    3908000 | #Constraints:      65168
2706.99/2729.83	c #Conflicts:    3909000 | #Constraints:      66168
2706.99/2729.83	c #Conflicts:    3910000 | #Constraints:      67168
2706.99/2729.83	c #Conflicts:    3911000 | #Constraints:      68168
2706.99/2729.83	c #Conflicts:    3912000 | #Constraints:      69168
2706.99/2729.83	c #Conflicts:    3913000 | #Constraints:      70199
2706.99/2729.83	c #Conflicts:    3914000 | #Constraints:      71298
2706.99/2729.83	c #Conflicts:    3915000 | #Constraints:      72406
2706.99/2729.83	c #Conflicts:    3916000 | #Constraints:      73511
2706.99/2729.83	c #Conflicts:    3917000 | #Constraints:      74598
2706.99/2729.83	c #Conflicts:    3918000 | #Constraints:      75729
2706.99/2729.83	c #Conflicts:    3919000 | #Constraints:      76849
2706.99/2729.83	c #Conflicts:    3920000 | #Constraints:      77953
2706.99/2729.83	c #Conflicts:    3921000 | #Constraints:      79039
2706.99/2729.83	c #Conflicts:    3922000 | #Constraints:      80039
2706.99/2729.83	c #Conflicts:    3923000 | #Constraints:      81039
2706.99/2729.83	c #Conflicts:    3924000 | #Constraints:      82039
2706.99/2729.83	c #Conflicts:    3925000 | #Constraints:      83039
2706.99/2729.83	c #Conflicts:    3926000 | #Constraints:      84039
2706.99/2729.83	c #Conflicts:    3927000 | #Constraints:      85039
2706.99/2729.83	c #Conflicts:    3928000 | #Constraints:      86039
2706.99/2729.83	c #Conflicts:    3929000 | #Constraints:      87039
2706.99/2729.83	c #Conflicts:    3930000 | #Constraints:      88039
2706.99/2729.83	c #Conflicts:    3931000 | #Constraints:      89039
2712.07/2734.91	c INPROCESSING
2712.07/2734.91	c GARBAGE COLLECT
2712.07/2734.91	c rational objective 786.708
2760.49/2783.66	c #Conflicts:    3932000 | #Constraints:      50107
2760.49/2783.66	c #Conflicts:    3933000 | #Constraints:      51107
2760.49/2783.66	c #Conflicts:    3934000 | #Constraints:      52107
2760.49/2783.66	c #Conflicts:    3935000 | #Constraints:      53107
2760.49/2783.66	c #Conflicts:    3936000 | #Constraints:      54107
2760.49/2783.66	c #Conflicts:    3937000 | #Constraints:      55107
2760.49/2783.66	c #Conflicts:    3938000 | #Constraints:      56107
2760.49/2783.66	c #Conflicts:    3939000 | #Constraints:      57107
2760.49/2783.66	c #Conflicts:    3940000 | #Constraints:      58107
2760.49/2783.66	c #Conflicts:    3941000 | #Constraints:      59107
2760.49/2783.66	c #Conflicts:    3942000 | #Constraints:      60107
2760.49/2783.66	c #Conflicts:    3943000 | #Constraints:      61107
2760.49/2783.66	c #Conflicts:    3944000 | #Constraints:      62107
2760.49/2783.66	c #Conflicts:    3945000 | #Constraints:      63107
2760.49/2783.66	c #Conflicts:    3946000 | #Constraints:      64107
2760.49/2783.66	c #Conflicts:    3947000 | #Constraints:      65107
2760.49/2783.66	c #Conflicts:    3948000 | #Constraints:      66107
2760.49/2783.66	c #Conflicts:    3949000 | #Constraints:      67107
2760.49/2783.66	c #Conflicts:    3950000 | #Constraints:      68107
2760.49/2783.66	c #Conflicts:    3951000 | #Constraints:      69107
2760.49/2783.66	c #Conflicts:    3952000 | #Constraints:      70107
2760.49/2783.66	c #Conflicts:    3953000 | #Constraints:      71107
2760.49/2783.66	c #Conflicts:    3954000 | #Constraints:      72107
2760.49/2783.66	c #Conflicts:    3955000 | #Constraints:      73107
2760.49/2783.66	c #Conflicts:    3956000 | #Constraints:      74107
2760.49/2783.66	c #Conflicts:    3957000 | #Constraints:      75107
2760.49/2783.66	c #Conflicts:    3958000 | #Constraints:      76107
2760.49/2783.66	c #Conflicts:    3959000 | #Constraints:      77107
2760.49/2783.66	c #Conflicts:    3960000 | #Constraints:      78107
2760.49/2783.66	c #Conflicts:    3961000 | #Constraints:      79107
2760.49/2783.66	c #Conflicts:    3962000 | #Constraints:      80107
2760.49/2783.66	c #Conflicts:    3963000 | #Constraints:      81107
2760.49/2783.66	c #Conflicts:    3964000 | #Constraints:      82107
2760.49/2783.66	c #Conflicts:    3965000 | #Constraints:      83107
2760.49/2783.66	c #Conflicts:    3966000 | #Constraints:      84108
2760.49/2783.66	c #Conflicts:    3967000 | #Constraints:      85108
2760.49/2783.66	c #Conflicts:    3968000 | #Constraints:      86108
2760.49/2783.66	c #Conflicts:    3969000 | #Constraints:      87108
2760.49/2783.66	c #Conflicts:    3970000 | #Constraints:      88108
2760.49/2783.66	c #Conflicts:    3971000 | #Constraints:      89108
2760.49/2783.66	c INPROCESSING
2760.49/2783.66	c GARBAGE COLLECT
2760.49/2783.66	c #Conflicts:    3972000 | #Constraints:      50227
2760.49/2783.66	c #Conflicts:    3973000 | #Constraints:      51227
2760.49/2783.66	c #Conflicts:    3974000 | #Constraints:      52227
2760.49/2783.66	c #Conflicts:    3975000 | #Constraints:      53227
2760.49/2783.66	c #Conflicts:    3976000 | #Constraints:      54227
2760.49/2783.66	c #Conflicts:    3977000 | #Constraints:      55227
2760.49/2783.66	c #Conflicts:    3978000 | #Constraints:      56227
2760.49/2783.66	c #Conflicts:    3979000 | #Constraints:      57227
2760.49/2783.66	c #Conflicts:    3980000 | #Constraints:      58227
2760.49/2783.66	c #Conflicts:    3981000 | #Constraints:      59227
2760.49/2783.66	c #Conflicts:    3982000 | #Constraints:      60227
2760.49/2783.66	c #Conflicts:    3983000 | #Constraints:      61227
2760.49/2783.66	c #Conflicts:    3984000 | #Constraints:      62227
2760.49/2783.66	c #Conflicts:    3985000 | #Constraints:      63227
2760.49/2783.66	c #Conflicts:    3986000 | #Constraints:      64227
2760.49/2783.66	c #Conflicts:    3987000 | #Constraints:      65227
2760.49/2783.66	c #Conflicts:    3988000 | #Constraints:      66227
2760.49/2783.66	c #Conflicts:    3989000 | #Constraints:      67227
2760.49/2783.66	c #Conflicts:    3990000 | #Constraints:      68227
2760.49/2783.66	c #Conflicts:    3991000 | #Constraints:      69227
2760.49/2783.66	c #Conflicts:    3992000 | #Constraints:      70227
2760.49/2783.66	c #Conflicts:    3993000 | #Constraints:      71227
2760.49/2783.66	c #Conflicts:    3994000 | #Constraints:      72227
2760.49/2783.66	c #Conflicts:    3995000 | #Constraints:      73227
2760.49/2783.66	c #Conflicts:    3996000 | #Constraints:      74227
2760.49/2783.66	c #Conflicts:    3997000 | #Constraints:      75227
2760.49/2783.66	c #Conflicts:    3998000 | #Constraints:      76227
2760.49/2783.66	c #Conflicts:    3999000 | #Constraints:      77227
2760.49/2783.66	c #Conflicts:    4000000 | #Constraints:      78227
2760.49/2783.66	c #Conflicts:    4001000 | #Constraints:      79227
2760.49/2783.66	c #Conflicts:    4002000 | #Constraints:      80227
2760.49/2783.66	c #Conflicts:    4003000 | #Constraints:      81227
2760.49/2783.66	c #Conflicts:    4004000 | #Constraints:      82227
2760.49/2783.66	c #Conflicts:    4005000 | #Constraints:      83227
2760.49/2783.66	c #Conflicts:    4006000 | #Constraints:      84227
2760.49/2783.66	c #Conflicts:    4007000 | #Constraints:      85227
2760.49/2783.66	c #Conflicts:    4008000 | #Constraints:      86227
2760.49/2783.66	c #Conflicts:    4009000 | #Constraints:      87227
2760.49/2783.66	c #Conflicts:    4010000 | #Constraints:      88227
2852.75/2876.43	c #Conflicts:    4011000 | #Constraints:      89227
2852.75/2876.43	c INPROCESSING
2852.75/2876.43	c GARBAGE COLLECT
2852.75/2876.43	c #Conflicts:    4012000 | #Constraints:      50324
2852.75/2876.43	c #Conflicts:    4013000 | #Constraints:      51324
2852.75/2876.43	c #Conflicts:    4014000 | #Constraints:      52324
2852.75/2876.43	c #Conflicts:    4015000 | #Constraints:      53324
2852.75/2876.43	c #Conflicts:    4016000 | #Constraints:      54324
2852.75/2876.43	c #Conflicts:    4017000 | #Constraints:      55324
2852.75/2876.43	c #Conflicts:    4018000 | #Constraints:      56324
2852.75/2876.43	c #Conflicts:    4019000 | #Constraints:      57324
2852.75/2876.43	c #Conflicts:    4020000 | #Constraints:      58324
2852.75/2876.43	c #Conflicts:    4021000 | #Constraints:      59324
2852.75/2876.43	c #Conflicts:    4022000 | #Constraints:      60324
2852.75/2876.43	c #Conflicts:    4023000 | #Constraints:      61324
2852.75/2876.43	c #Conflicts:    4024000 | #Constraints:      62324
2852.75/2876.43	c #Conflicts:    4025000 | #Constraints:      63324
2852.75/2876.43	c #Conflicts:    4026000 | #Constraints:      64324
2852.75/2876.43	c #Conflicts:    4027000 | #Constraints:      65324
2852.75/2876.43	c #Conflicts:    4028000 | #Constraints:      66324
2852.75/2876.43	c #Conflicts:    4029000 | #Constraints:      67324
2852.75/2876.43	c #Conflicts:    4030000 | #Constraints:      68324
2852.75/2876.43	c #Conflicts:    4031000 | #Constraints:      69324
2852.75/2876.43	c #Conflicts:    4032000 | #Constraints:      70324
2852.75/2876.43	c #Conflicts:    4033000 | #Constraints:      71324
2852.75/2876.43	c #Conflicts:    4034000 | #Constraints:      72324
2852.75/2876.43	c #Conflicts:    4035000 | #Constraints:      73324
2852.75/2876.43	c #Conflicts:    4036000 | #Constraints:      74324
2852.75/2876.43	c #Conflicts:    4037000 | #Constraints:      75325
2852.75/2876.43	c #Conflicts:    4038000 | #Constraints:      76325
2852.75/2876.43	c #Conflicts:    4039000 | #Constraints:      77325
2852.75/2876.43	c #Conflicts:    4040000 | #Constraints:      78325
2852.75/2876.43	c #Conflicts:    4041000 | #Constraints:      79325
2852.75/2876.43	c #Conflicts:    4042000 | #Constraints:      80325
2852.75/2876.43	c #Conflicts:    4043000 | #Constraints:      81325
2852.75/2876.43	c #Conflicts:    4044000 | #Constraints:      82325
2852.75/2876.43	c #Conflicts:    4045000 | #Constraints:      83326
2852.75/2876.43	c #Conflicts:    4046000 | #Constraints:      84361
2852.75/2876.43	c #Conflicts:    4047000 | #Constraints:      85361
2852.75/2876.43	c #Conflicts:    4048000 | #Constraints:      86361
2852.75/2876.43	c #Conflicts:    4049000 | #Constraints:      87361
2852.75/2876.43	c #Conflicts:    4050000 | #Constraints:      88361
2852.75/2876.43	c #Conflicts:    4051000 | #Constraints:      89361
2852.75/2876.43	c INPROCESSING
2852.75/2876.43	c GARBAGE COLLECT
2852.75/2876.43	c #Conflicts:    4052000 | #Constraints:      50272
2852.75/2876.43	c #Conflicts:    4053000 | #Constraints:      51272
2852.75/2876.43	c #Conflicts:    4054000 | #Constraints:      52272
2852.75/2876.43	c #Conflicts:    4055000 | #Constraints:      53272
2852.75/2876.43	c #Conflicts:    4056000 | #Constraints:      54272
2852.75/2876.43	c #Conflicts:    4057000 | #Constraints:      55272
2852.75/2876.43	c #Conflicts:    4058000 | #Constraints:      56272
2852.75/2876.43	c #Conflicts:    4059000 | #Constraints:      57272
2852.75/2876.43	c #Conflicts:    4060000 | #Constraints:      58272
2852.75/2876.43	c #Conflicts:    4061000 | #Constraints:      59272
2852.75/2876.43	c #Conflicts:    4062000 | #Constraints:      60272
2852.75/2876.43	c #Conflicts:    4063000 | #Constraints:      61272
2852.75/2876.43	c #Conflicts:    4064000 | #Constraints:      62272
2852.75/2876.43	c #Conflicts:    4065000 | #Constraints:      63272
2852.75/2876.43	c #Conflicts:    4066000 | #Constraints:      64272
2852.75/2876.43	c #Conflicts:    4067000 | #Constraints:      65272
2852.75/2876.43	c #Conflicts:    4068000 | #Constraints:      66272
2852.75/2876.43	c #Conflicts:    4069000 | #Constraints:      67272
2852.75/2876.43	c #Conflicts:    4070000 | #Constraints:      68272
2852.75/2876.43	c #Conflicts:    4071000 | #Constraints:      69272
2852.75/2876.43	c #Conflicts:    4072000 | #Constraints:      70273
2852.75/2876.43	c #Conflicts:    4073000 | #Constraints:      71273
2852.75/2876.43	c #Conflicts:    4074000 | #Constraints:      72273
2852.75/2876.43	c #Conflicts:    4075000 | #Constraints:      73273
2852.75/2876.43	c #Conflicts:    4076000 | #Constraints:      74273
2852.75/2876.43	c #Conflicts:    4077000 | #Constraints:      75273
2852.75/2876.43	c #Conflicts:    4078000 | #Constraints:      76273
2852.75/2876.43	c #Conflicts:    4079000 | #Constraints:      77273
2852.75/2876.43	c #Conflicts:    4080000 | #Constraints:      78273
2852.75/2876.43	c #Conflicts:    4081000 | #Constraints:      79273
2852.75/2876.43	c #Conflicts:    4082000 | #Constraints:      80273
2852.75/2876.43	c #Conflicts:    4083000 | #Constraints:      81273
2852.75/2876.43	c #Conflicts:    4084000 | #Constraints:      82273
2852.75/2876.43	c #Conflicts:    4085000 | #Constraints:      83273
2852.75/2876.43	c #Conflicts:    4086000 | #Constraints:      84273
2852.75/2876.43	c #Conflicts:    4087000 | #Constraints:      85274
2918.71/2946.40	c #Conflicts:    4088000 | #Constraints:      86274
2918.71/2946.40	c #Conflicts:    4089000 | #Constraints:      87274
2918.71/2946.40	c #Conflicts:    4090000 | #Constraints:      88274
2918.71/2946.40	c #Conflicts:    4091000 | #Constraints:      89274
2918.71/2946.40	c INPROCESSING
2918.71/2946.40	c GARBAGE COLLECT
2918.71/2946.40	c #Conflicts:    4092000 | #Constraints:      50054
2918.71/2946.40	c #Conflicts:    4093000 | #Constraints:      51054
2918.71/2946.40	c #Conflicts:    4094000 | #Constraints:      52054
2918.71/2946.40	c #Conflicts:    4095000 | #Constraints:      53054
2918.71/2946.40	c #Conflicts:    4096000 | #Constraints:      54054
2918.71/2946.40	c #Conflicts:    4097000 | #Constraints:      55054
2918.71/2946.40	c #Conflicts:    4098000 | #Constraints:      56054
2918.71/2946.40	c #Conflicts:    4099000 | #Constraints:      57054
2918.71/2946.40	c #Conflicts:    4100000 | #Constraints:      58054
2918.71/2946.40	c #Conflicts:    4101000 | #Constraints:      59054
2918.71/2946.40	c #Conflicts:    4102000 | #Constraints:      60054
2918.71/2946.40	c #Conflicts:    4103000 | #Constraints:      61054
2918.71/2946.40	c #Conflicts:    4104000 | #Constraints:      62054
2918.71/2946.40	c #Conflicts:    4105000 | #Constraints:      63054
2918.71/2946.40	c #Conflicts:    4106000 | #Constraints:      64054
2918.71/2946.40	c #Conflicts:    4107000 | #Constraints:      65054
2918.71/2946.40	c #Conflicts:    4108000 | #Constraints:      66054
2918.71/2946.40	c #Conflicts:    4109000 | #Constraints:      67054
2918.71/2946.40	c #Conflicts:    4110000 | #Constraints:      68054
2918.71/2946.40	c #Conflicts:    4111000 | #Constraints:      69054
2918.71/2946.40	c #Conflicts:    4112000 | #Constraints:      70054
2918.71/2946.40	c #Conflicts:    4113000 | #Constraints:      71054
2918.71/2946.40	c #Conflicts:    4114000 | #Constraints:      72054
2918.71/2946.40	c #Conflicts:    4115000 | #Constraints:      73054
2918.71/2946.40	c #Conflicts:    4116000 | #Constraints:      74054
2918.71/2946.40	c #Conflicts:    4117000 | #Constraints:      75054
2918.71/2946.40	c #Conflicts:    4118000 | #Constraints:      76054
2918.71/2946.40	c #Conflicts:    4119000 | #Constraints:      77054
2918.71/2946.40	c #Conflicts:    4120000 | #Constraints:      78054
2918.71/2946.40	c #Conflicts:    4121000 | #Constraints:      79054
2918.71/2946.40	c #Conflicts:    4122000 | #Constraints:      80054
2918.71/2946.40	c #Conflicts:    4123000 | #Constraints:      81054
2918.71/2946.40	c #Conflicts:    4124000 | #Constraints:      82054
2918.71/2946.40	c #Conflicts:    4125000 | #Constraints:      83054
2918.71/2946.40	c #Conflicts:    4126000 | #Constraints:      84054
2918.71/2946.40	c #Conflicts:    4127000 | #Constraints:      85054
2918.71/2946.40	c #Conflicts:    4128000 | #Constraints:      86054
2918.71/2946.40	c #Conflicts:    4129000 | #Constraints:      87054
2918.71/2946.40	c #Conflicts:    4130000 | #Constraints:      88054
2918.71/2946.40	c #Conflicts:    4131000 | #Constraints:      89054
2918.71/2946.40	c #Conflicts:    4132000 | #Constraints:      90054
2918.71/2946.40	c INPROCESSING
2918.71/2946.40	c GARBAGE COLLECT
2918.71/2946.40	c #Conflicts:    4133000 | #Constraints:      50562
2918.71/2946.40	c #Conflicts:    4134000 | #Constraints:      51562
2918.71/2946.40	c #Conflicts:    4135000 | #Constraints:      52562
2918.71/2946.40	c #Conflicts:    4136000 | #Constraints:      53562
2918.71/2946.40	c #Conflicts:    4137000 | #Constraints:      54562
2918.71/2946.40	c #Conflicts:    4138000 | #Constraints:      55562
2918.71/2946.40	c #Conflicts:    4139000 | #Constraints:      56562
2918.71/2946.40	c #Conflicts:    4140000 | #Constraints:      57562
2918.71/2946.40	c #Conflicts:    4141000 | #Constraints:      58562
2918.71/2946.40	c #Conflicts:    4142000 | #Constraints:      59562
2918.71/2946.40	c #Conflicts:    4143000 | #Constraints:      60562
2918.71/2946.40	c #Conflicts:    4144000 | #Constraints:      61562
2918.71/2946.40	c #Conflicts:    4145000 | #Constraints:      62562
2918.71/2946.40	c #Conflicts:    4146000 | #Constraints:      63563
2918.71/2946.40	c #Conflicts:    4147000 | #Constraints:      64563
2918.71/2946.40	c #Conflicts:    4148000 | #Constraints:      65563
2918.71/2946.40	c #Conflicts:    4149000 | #Constraints:      66563
2918.71/2946.40	c #Conflicts:    4150000 | #Constraints:      67563
2918.71/2946.40	c #Conflicts:    4151000 | #Constraints:      68563
2918.71/2946.40	c #Conflicts:    4152000 | #Constraints:      69563
2918.71/2946.40	c #Conflicts:    4153000 | #Constraints:      70563
2918.71/2946.40	c #Conflicts:    4154000 | #Constraints:      71563
2918.71/2946.40	c #Conflicts:    4155000 | #Constraints:      72563
2918.71/2946.40	c #Conflicts:    4156000 | #Constraints:      73564
2918.71/2946.40	c #Conflicts:    4157000 | #Constraints:      74684
2918.71/2946.40	c #Conflicts:    4158000 | #Constraints:      75684
2918.71/2946.40	c #Conflicts:    4159000 | #Constraints:      76684
2918.71/2946.40	c #Conflicts:    4160000 | #Constraints:      77684
2918.71/2946.40	c #Conflicts:    4161000 | #Constraints:      78684
2918.71/2946.40	c #Conflicts:    4162000 | #Constraints:      79684
2918.71/2946.40	c #Conflicts:    4163000 | #Constraints:      80684
2918.71/2946.40	c #Conflicts:    4164000 | #Constraints:      81684
2918.71/2946.40	c #Conflicts:    4165000 | #Constraints:      82685
2968.58/2996.81	c #Conflicts:    4166000 | #Constraints:      83685
2968.58/2996.81	c #Conflicts:    4167000 | #Constraints:      84685
2968.58/2996.81	c #Conflicts:    4168000 | #Constraints:      85685
2968.58/2996.81	c #Conflicts:    4169000 | #Constraints:      86686
2968.58/2996.81	c #Conflicts:    4170000 | #Constraints:      87686
2968.58/2996.81	c #Conflicts:    4171000 | #Constraints:      88686
2968.58/2996.81	c #Conflicts:    4172000 | #Constraints:      89686
2968.58/2996.81	c #Conflicts:    4173000 | #Constraints:      90686
2968.58/2996.81	c INPROCESSING
2968.58/2996.81	c GARBAGE COLLECT
2968.58/2996.81	c #Conflicts:    4174000 | #Constraints:      51008
2968.58/2996.81	c #Conflicts:    4175000 | #Constraints:      52008
2968.58/2996.81	c #Conflicts:    4176000 | #Constraints:      53008
2968.58/2996.81	c #Conflicts:    4177000 | #Constraints:      54008
2968.58/2996.81	c #Conflicts:    4178000 | #Constraints:      55008
2968.58/2996.81	c #Conflicts:    4179000 | #Constraints:      56008
2968.58/2996.81	c #Conflicts:    4180000 | #Constraints:      57008
2968.58/2996.81	c #Conflicts:    4181000 | #Constraints:      58008
2968.58/2996.81	c #Conflicts:    4182000 | #Constraints:      59008
2968.58/2996.81	c #Conflicts:    4183000 | #Constraints:      60008
2968.58/2996.81	c #Conflicts:    4184000 | #Constraints:      61009
2968.58/2996.81	c #Conflicts:    4185000 | #Constraints:      62009
2968.58/2996.81	c #Conflicts:    4186000 | #Constraints:      63122
2968.58/2996.81	c #Conflicts:    4187000 | #Constraints:      64122
2968.58/2996.81	c #Conflicts:    4188000 | #Constraints:      65122
2968.58/2996.81	c #Conflicts:    4189000 | #Constraints:      66122
2968.58/2996.81	c #Conflicts:    4190000 | #Constraints:      67122
2968.58/2996.81	c #Conflicts:    4191000 | #Constraints:      68122
2968.58/2996.81	c #Conflicts:    4192000 | #Constraints:      69122
2968.58/2996.81	c #Conflicts:    4193000 | #Constraints:      70123
2968.58/2996.81	c #Conflicts:    4194000 | #Constraints:      71123
2968.58/2996.81	c #Conflicts:    4195000 | #Constraints:      72123
2968.58/2996.81	c #Conflicts:    4196000 | #Constraints:      73123
2968.58/2996.81	c #Conflicts:    4197000 | #Constraints:      74123
2968.58/2996.81	c #Conflicts:    4198000 | #Constraints:      75123
2968.58/2996.81	c #Conflicts:    4199000 | #Constraints:      76123
2968.58/2996.81	c #Conflicts:    4200000 | #Constraints:      77123
2968.58/2996.81	c #Conflicts:    4201000 | #Constraints:      78123
2968.58/2996.81	c #Conflicts:    4202000 | #Constraints:      79123
2968.58/2996.81	c #Conflicts:    4203000 | #Constraints:      80123
2968.58/2996.81	c #Conflicts:    4204000 | #Constraints:      81171
2968.58/2996.81	c #Conflicts:    4205000 | #Constraints:      82171
2968.58/2996.81	c #Conflicts:    4206000 | #Constraints:      83257
2968.58/2996.81	c #Conflicts:    4207000 | #Constraints:      84257
2968.58/2996.81	c #Conflicts:    4208000 | #Constraints:      85257
2968.58/2996.81	c #Conflicts:    4209000 | #Constraints:      86257
2968.58/2996.81	c #Conflicts:    4210000 | #Constraints:      87257
2968.58/2996.81	c #Conflicts:    4211000 | #Constraints:      88257
2968.58/2996.81	c #Conflicts:    4212000 | #Constraints:      89257
2968.58/2996.81	c #Conflicts:    4213000 | #Constraints:      90257
2968.58/2996.81	c #Conflicts:    4214000 | #Constraints:      91257
2968.58/2996.81	c INPROCESSING
2968.58/2996.81	c GARBAGE COLLECT
2968.58/2996.81	c #Conflicts:    4215000 | #Constraints:      51298
2968.58/2996.81	c #Conflicts:    4216000 | #Constraints:      52298
2968.58/2996.81	c #Conflicts:    4217000 | #Constraints:      53298
2968.58/2996.81	c #Conflicts:    4218000 | #Constraints:      54298
2968.58/2996.81	c #Conflicts:    4219000 | #Constraints:      55298
2968.58/2996.81	c #Conflicts:    4220000 | #Constraints:      56298
2968.58/2996.81	c #Conflicts:    4221000 | #Constraints:      57298
2968.58/2996.81	c #Conflicts:    4222000 | #Constraints:      58298
2968.58/2996.81	c #Conflicts:    4223000 | #Constraints:      59298
2968.58/2996.81	c #Conflicts:    4224000 | #Constraints:      60298
2968.58/2996.81	c #Conflicts:    4225000 | #Constraints:      61298
2968.58/2996.81	c #Conflicts:    4226000 | #Constraints:      62299
2968.58/2996.81	c #Conflicts:    4227000 | #Constraints:      63299
2968.58/2996.81	c #Conflicts:    4228000 | #Constraints:      64299
2968.58/2996.81	c #Conflicts:    4229000 | #Constraints:      65299
2968.58/2996.81	c #Conflicts:    4230000 | #Constraints:      66299
2968.58/2996.81	c #Conflicts:    4231000 | #Constraints:      67299
2968.58/2996.81	c #Conflicts:    4232000 | #Constraints:      68299
2968.58/2996.81	c #Conflicts:    4233000 | #Constraints:      69299
2968.58/2996.81	c #Conflicts:    4234000 | #Constraints:      70299
2968.58/2996.81	c #Conflicts:    4235000 | #Constraints:      71299
2968.58/2996.81	c #Conflicts:    4236000 | #Constraints:      72299
2968.58/2996.81	c #Conflicts:    4237000 | #Constraints:      73299
2968.58/2996.81	c #Conflicts:    4238000 | #Constraints:      74299
2968.58/2996.81	c #Conflicts:    4239000 | #Constraints:      75299
2968.58/2996.81	c #Conflicts:    4240000 | #Constraints:      76299
2968.58/2996.81	c #Conflicts:    4241000 | #Constraints:      77299
2968.58/2996.81	c #Conflicts:    4242000 | #Constraints:      78299
3023.59/3052.10	c #Conflicts:    4243000 | #Constraints:      79299
3023.59/3052.10	c #Conflicts:    4244000 | #Constraints:      80299
3023.59/3052.10	c #Conflicts:    4245000 | #Constraints:      81299
3023.59/3052.10	c #Conflicts:    4246000 | #Constraints:      82299
3023.59/3052.10	c #Conflicts:    4247000 | #Constraints:      83299
3023.59/3052.10	c #Conflicts:    4248000 | #Constraints:      84299
3023.59/3052.10	c #Conflicts:    4249000 | #Constraints:      85319
3023.59/3052.10	c #Conflicts:    4250000 | #Constraints:      86319
3023.59/3052.10	c #Conflicts:    4251000 | #Constraints:      87319
3023.59/3052.10	c #Conflicts:    4252000 | #Constraints:      88319
3023.59/3052.10	c #Conflicts:    4253000 | #Constraints:      89319
3023.59/3052.10	c #Conflicts:    4254000 | #Constraints:      90319
3023.59/3052.10	c #Conflicts:    4255000 | #Constraints:      91319
3023.59/3052.10	c INPROCESSING
3023.59/3052.10	c GARBAGE COLLECT
3023.59/3052.10	c #Conflicts:    4256000 | #Constraints:      51269
3023.59/3052.10	c #Conflicts:    4257000 | #Constraints:      52269
3023.59/3052.10	c #Conflicts:    4258000 | #Constraints:      53269
3023.59/3052.10	c #Conflicts:    4259000 | #Constraints:      54269
3023.59/3052.10	c #Conflicts:    4260000 | #Constraints:      55269
3023.59/3052.10	c #Conflicts:    4261000 | #Constraints:      56269
3023.59/3052.10	c #Conflicts:    4262000 | #Constraints:      57269
3023.59/3052.10	c #Conflicts:    4263000 | #Constraints:      58269
3023.59/3052.10	c #Conflicts:    4264000 | #Constraints:      59269
3023.59/3052.10	c #Conflicts:    4265000 | #Constraints:      60269
3023.59/3052.10	c #Conflicts:    4266000 | #Constraints:      61269
3023.59/3052.10	c #Conflicts:    4267000 | #Constraints:      62269
3023.59/3052.10	c #Conflicts:    4268000 | #Constraints:      63269
3023.59/3052.10	c #Conflicts:    4269000 | #Constraints:      64269
3023.59/3052.10	c #Conflicts:    4270000 | #Constraints:      65270
3023.59/3052.10	c #Conflicts:    4271000 | #Constraints:      66270
3023.59/3052.10	c #Conflicts:    4272000 | #Constraints:      67270
3023.59/3052.10	c #Conflicts:    4273000 | #Constraints:      68270
3023.59/3052.10	c #Conflicts:    4274000 | #Constraints:      69270
3023.59/3052.10	c #Conflicts:    4275000 | #Constraints:      70270
3023.59/3052.10	c #Conflicts:    4276000 | #Constraints:      71270
3023.59/3052.10	c #Conflicts:    4277000 | #Constraints:      72270
3023.59/3052.10	c #Conflicts:    4278000 | #Constraints:      73270
3023.59/3052.10	c #Conflicts:    4279000 | #Constraints:      74270
3023.59/3052.10	c #Conflicts:    4280000 | #Constraints:      75270
3023.59/3052.10	c #Conflicts:    4281000 | #Constraints:      76270
3023.59/3052.10	c #Conflicts:    4282000 | #Constraints:      77270
3023.59/3052.10	c #Conflicts:    4283000 | #Constraints:      78270
3023.59/3052.10	c #Conflicts:    4284000 | #Constraints:      79270
3023.59/3052.10	c #Conflicts:    4285000 | #Constraints:      80270
3023.59/3052.10	c #Conflicts:    4286000 | #Constraints:      81270
3023.59/3052.10	c #Conflicts:    4287000 | #Constraints:      82270
3023.59/3052.10	c #Conflicts:    4288000 | #Constraints:      83270
3023.59/3052.10	c #Conflicts:    4289000 | #Constraints:      84270
3023.59/3052.10	c #Conflicts:    4290000 | #Constraints:      85270
3023.59/3052.10	c #Conflicts:    4291000 | #Constraints:      86270
3023.59/3052.10	c #Conflicts:    4292000 | #Constraints:      87270
3023.59/3052.10	c #Conflicts:    4293000 | #Constraints:      88270
3023.59/3052.10	c #Conflicts:    4294000 | #Constraints:      89270
3023.59/3052.10	c #Conflicts:    4295000 | #Constraints:      90270
3023.59/3052.10	c #Conflicts:    4296000 | #Constraints:      91270
3023.59/3052.10	c INPROCESSING
3023.59/3052.10	c GARBAGE COLLECT
3023.59/3052.10	c #Conflicts:    4297000 | #Constraints:      51044
3023.59/3052.10	c #Conflicts:    4298000 | #Constraints:      52044
3023.59/3052.10	c #Conflicts:    4299000 | #Constraints:      53044
3023.59/3052.10	c #Conflicts:    4300000 | #Constraints:      54045
3023.59/3052.10	c #Conflicts:    4301000 | #Constraints:      55045
3023.59/3052.10	c #Conflicts:    4302000 | #Constraints:      56045
3023.59/3052.10	c #Conflicts:    4303000 | #Constraints:      57045
3023.59/3052.10	c #Conflicts:    4304000 | #Constraints:      58045
3023.59/3052.10	c #Conflicts:    4305000 | #Constraints:      59045
3023.59/3052.10	c #Conflicts:    4306000 | #Constraints:      60045
3023.59/3052.10	c #Conflicts:    4307000 | #Constraints:      61045
3023.59/3052.10	c #Conflicts:    4308000 | #Constraints:      62045
3023.59/3052.10	c #Conflicts:    4309000 | #Constraints:      63045
3023.59/3052.10	c #Conflicts:    4310000 | #Constraints:      64045
3023.59/3052.10	c #Conflicts:    4311000 | #Constraints:      65045
3023.59/3052.10	c #Conflicts:    4312000 | #Constraints:      66046
3023.59/3052.10	c #Conflicts:    4313000 | #Constraints:      67046
3023.59/3052.10	c #Conflicts:    4314000 | #Constraints:      68047
3023.59/3052.10	c #Conflicts:    4315000 | #Constraints:      69048
3023.59/3052.10	c #Conflicts:    4316000 | #Constraints:      70048
3023.59/3052.10	c #Conflicts:    4317000 | #Constraints:      71049
3023.59/3052.10	c #Conflicts:    4318000 | #Constraints:      72049
3023.59/3052.10	c #Conflicts:    4319000 | #Constraints:      73049
3023.59/3052.10	c #Conflicts:    4320000 | #Constraints:      74050
3099.51/3128.42	c #Conflicts:    4321000 | #Constraints:      75050
3099.51/3128.42	c #Conflicts:    4322000 | #Constraints:      76508
3099.51/3128.42	c #Conflicts:    4323000 | #Constraints:      78032
3099.51/3128.42	c #Conflicts:    4324000 | #Constraints:      79540
3099.51/3128.42	c #Conflicts:    4325000 | #Constraints:      81038
3099.51/3128.42	c #Conflicts:    4326000 | #Constraints:      82557
3099.51/3128.42	c #Conflicts:    4327000 | #Constraints:      84041
3099.51/3128.42	c #Conflicts:    4328000 | #Constraints:      85541
3099.51/3128.42	c #Conflicts:    4329000 | #Constraints:      87044
3099.51/3128.42	c #Conflicts:    4330000 | #Constraints:      88534
3099.51/3128.42	c #Conflicts:    4331000 | #Constraints:      90029
3099.51/3128.42	c #Conflicts:    4332000 | #Constraints:      91059
3099.51/3128.42	c #Conflicts:    4333000 | #Constraints:      92059
3099.51/3128.42	c #Conflicts:    4334000 | #Constraints:      93059
3099.51/3128.42	c #Conflicts:    4335000 | #Constraints:      94059
3099.51/3128.42	c #Conflicts:    4336000 | #Constraints:      95059
3099.51/3128.42	c #Conflicts:    4337000 | #Constraints:      96059
3099.51/3128.42	c #Conflicts:    4338000 | #Constraints:      97059
3099.51/3128.42	c INPROCESSING
3099.51/3128.42	c GARBAGE COLLECT
3099.51/3128.42	c #Conflicts:    4339000 | #Constraints:      54104
3099.51/3128.42	c #Conflicts:    4340000 | #Constraints:      55104
3099.51/3128.42	c #Conflicts:    4341000 | #Constraints:      56104
3099.51/3128.42	c #Conflicts:    4342000 | #Constraints:      57104
3099.51/3128.42	c #Conflicts:    4343000 | #Constraints:      58104
3099.51/3128.42	c #Conflicts:    4344000 | #Constraints:      59104
3099.51/3128.42	c #Conflicts:    4345000 | #Constraints:      60104
3099.51/3128.42	c #Conflicts:    4346000 | #Constraints:      61104
3099.51/3128.42	c #Conflicts:    4347000 | #Constraints:      62104
3099.51/3128.42	c #Conflicts:    4348000 | #Constraints:      63104
3099.51/3128.42	c #Conflicts:    4349000 | #Constraints:      64104
3099.51/3128.42	c #Conflicts:    4350000 | #Constraints:      65104
3099.51/3128.42	c #Conflicts:    4351000 | #Constraints:      66104
3099.51/3128.42	c #Conflicts:    4352000 | #Constraints:      67104
3099.51/3128.42	c #Conflicts:    4353000 | #Constraints:      68104
3099.51/3128.42	c #Conflicts:    4354000 | #Constraints:      69104
3099.51/3128.42	c #Conflicts:    4355000 | #Constraints:      70104
3099.51/3128.42	c #Conflicts:    4356000 | #Constraints:      71104
3099.51/3128.42	c #Conflicts:    4357000 | #Constraints:      72104
3099.51/3128.42	c #Conflicts:    4358000 | #Constraints:      73104
3099.51/3128.42	c #Conflicts:    4359000 | #Constraints:      74104
3099.51/3128.42	c #Conflicts:    4360000 | #Constraints:      75104
3099.51/3128.42	c #Conflicts:    4361000 | #Constraints:      76104
3099.51/3128.42	c #Conflicts:    4362000 | #Constraints:      77104
3099.51/3128.42	c #Conflicts:    4363000 | #Constraints:      78104
3099.51/3128.42	c #Conflicts:    4364000 | #Constraints:      79104
3099.51/3128.42	c #Conflicts:    4365000 | #Constraints:      80104
3099.51/3128.42	c #Conflicts:    4366000 | #Constraints:      81104
3099.51/3128.42	c #Conflicts:    4367000 | #Constraints:      82104
3099.51/3128.42	c #Conflicts:    4368000 | #Constraints:      83104
3099.51/3128.42	c #Conflicts:    4369000 | #Constraints:      84104
3099.51/3128.42	c #Conflicts:    4370000 | #Constraints:      85104
3099.51/3128.42	c #Conflicts:    4371000 | #Constraints:      86104
3099.51/3128.42	c #Conflicts:    4372000 | #Constraints:      87104
3099.51/3128.42	c #Conflicts:    4373000 | #Constraints:      88104
3099.51/3128.42	c #Conflicts:    4374000 | #Constraints:      89104
3099.51/3128.42	c #Conflicts:    4375000 | #Constraints:      90104
3099.51/3128.42	c #Conflicts:    4376000 | #Constraints:      91104
3099.51/3128.42	c #Conflicts:    4377000 | #Constraints:      92104
3099.51/3128.42	c #Conflicts:    4378000 | #Constraints:      93104
3099.51/3128.42	c #Conflicts:    4379000 | #Constraints:      94104
3099.51/3128.42	c #Conflicts:    4380000 | #Constraints:      95104
3099.51/3128.42	c INPROCESSING
3099.51/3128.42	c GARBAGE COLLECT
3099.51/3128.42	c #Conflicts:    4381000 | #Constraints:      53202
3099.51/3128.42	c #Conflicts:    4382000 | #Constraints:      54203
3099.51/3128.42	c #Conflicts:    4383000 | #Constraints:      55203
3099.51/3128.42	c #Conflicts:    4384000 | #Constraints:      56203
3099.51/3128.42	c #Conflicts:    4385000 | #Constraints:      57203
3099.51/3128.42	c #Conflicts:    4386000 | #Constraints:      58203
3099.51/3128.42	c #Conflicts:    4387000 | #Constraints:      59203
3099.51/3128.42	c #Conflicts:    4388000 | #Constraints:      60203
3099.51/3128.42	c #Conflicts:    4389000 | #Constraints:      61203
3099.51/3128.42	c #Conflicts:    4390000 | #Constraints:      62203
3099.51/3128.42	c #Conflicts:    4391000 | #Constraints:      63203
3099.51/3128.42	c #Conflicts:    4392000 | #Constraints:      64203
3099.51/3128.42	c #Conflicts:    4393000 | #Constraints:      65203
3099.51/3128.42	c #Conflicts:    4394000 | #Constraints:      66204
3099.51/3128.42	c #Conflicts:    4395000 | #Constraints:      67204
3099.51/3128.42	c #Conflicts:    4396000 | #Constraints:      68204
3099.51/3128.42	c #Conflicts:    4397000 | #Constraints:      69204
3153.29/3182.47	c #Conflicts:    4398000 | #Constraints:      70204
3153.29/3182.47	c #Conflicts:    4399000 | #Constraints:      71204
3153.29/3182.47	c #Conflicts:    4400000 | #Constraints:      72204
3153.29/3182.47	c #Conflicts:    4401000 | #Constraints:      73204
3153.29/3182.47	c #Conflicts:    4402000 | #Constraints:      74204
3153.29/3182.47	c #Conflicts:    4403000 | #Constraints:      75204
3153.29/3182.47	c #Conflicts:    4404000 | #Constraints:      76204
3153.29/3182.47	c #Conflicts:    4405000 | #Constraints:      77204
3153.29/3182.47	c #Conflicts:    4406000 | #Constraints:      78204
3153.29/3182.47	c #Conflicts:    4407000 | #Constraints:      79204
3153.29/3182.47	c #Conflicts:    4408000 | #Constraints:      80204
3153.29/3182.47	c #Conflicts:    4409000 | #Constraints:      81204
3153.29/3182.47	c #Conflicts:    4410000 | #Constraints:      82204
3153.29/3182.47	c #Conflicts:    4411000 | #Constraints:      83204
3153.29/3182.47	c #Conflicts:    4412000 | #Constraints:      84204
3153.29/3182.47	c #Conflicts:    4413000 | #Constraints:      85204
3153.29/3182.47	c #Conflicts:    4414000 | #Constraints:      86204
3153.29/3182.47	c #Conflicts:    4415000 | #Constraints:      87204
3153.29/3182.47	c #Conflicts:    4416000 | #Constraints:      88204
3153.29/3182.47	c #Conflicts:    4417000 | #Constraints:      89204
3153.29/3182.47	c #Conflicts:    4418000 | #Constraints:      90204
3153.29/3182.47	c #Conflicts:    4419000 | #Constraints:      91204
3153.29/3182.47	c #Conflicts:    4420000 | #Constraints:      92204
3153.29/3182.47	c #Conflicts:    4421000 | #Constraints:      93204
3153.29/3182.47	c #Conflicts:    4422000 | #Constraints:      94204
3153.29/3182.47	c INPROCESSING
3153.29/3182.47	c GARBAGE COLLECT
3153.29/3182.47	c #Conflicts:    4423000 | #Constraints:      52802
3153.29/3182.47	c #Conflicts:    4424000 | #Constraints:      53802
3153.29/3182.47	c #Conflicts:    4425000 | #Constraints:      54802
3153.29/3182.47	c #Conflicts:    4426000 | #Constraints:      55802
3153.29/3182.47	c #Conflicts:    4427000 | #Constraints:      56802
3153.29/3182.47	c #Conflicts:    4428000 | #Constraints:      57802
3153.29/3182.47	c #Conflicts:    4429000 | #Constraints:      58802
3153.29/3182.47	c #Conflicts:    4430000 | #Constraints:      59802
3153.29/3182.47	c #Conflicts:    4431000 | #Constraints:      60802
3153.29/3182.47	c #Conflicts:    4432000 | #Constraints:      61802
3153.29/3182.47	c #Conflicts:    4433000 | #Constraints:      62802
3153.29/3182.47	c #Conflicts:    4434000 | #Constraints:      63802
3153.29/3182.47	c #Conflicts:    4435000 | #Constraints:      64802
3153.29/3182.47	c #Conflicts:    4436000 | #Constraints:      65802
3153.29/3182.47	c #Conflicts:    4437000 | #Constraints:      66802
3153.29/3182.47	c #Conflicts:    4438000 | #Constraints:      67802
3153.29/3182.47	c #Conflicts:    4439000 | #Constraints:      68802
3153.29/3182.47	c #Conflicts:    4440000 | #Constraints:      69802
3153.29/3182.47	c #Conflicts:    4441000 | #Constraints:      70802
3153.29/3182.47	c #Conflicts:    4442000 | #Constraints:      71802
3153.29/3182.47	c #Conflicts:    4443000 | #Constraints:      72802
3153.29/3182.47	c #Conflicts:    4444000 | #Constraints:      73802
3153.29/3182.47	c #Conflicts:    4445000 | #Constraints:      74802
3153.29/3182.47	c #Conflicts:    4446000 | #Constraints:      75802
3153.29/3182.47	c #Conflicts:    4447000 | #Constraints:      76802
3153.29/3182.47	c #Conflicts:    4448000 | #Constraints:      77802
3153.29/3182.47	c #Conflicts:    4449000 | #Constraints:      78802
3153.29/3182.47	c #Conflicts:    4450000 | #Constraints:      79802
3153.29/3182.47	c #Conflicts:    4451000 | #Constraints:      80802
3153.29/3182.47	c #Conflicts:    4452000 | #Constraints:      81802
3153.29/3182.47	c #Conflicts:    4453000 | #Constraints:      82802
3153.29/3182.47	c #Conflicts:    4454000 | #Constraints:      83802
3153.29/3182.47	c #Conflicts:    4455000 | #Constraints:      84802
3153.29/3182.47	c #Conflicts:    4456000 | #Constraints:      85802
3153.29/3182.47	c #Conflicts:    4457000 | #Constraints:      86802
3153.29/3182.47	c #Conflicts:    4458000 | #Constraints:      87802
3153.29/3182.47	c #Conflicts:    4459000 | #Constraints:      88802
3153.29/3182.47	c #Conflicts:    4460000 | #Constraints:      89802
3153.29/3182.47	c #Conflicts:    4461000 | #Constraints:      90802
3153.29/3182.47	c #Conflicts:    4462000 | #Constraints:      91802
3153.29/3182.47	c #Conflicts:    4463000 | #Constraints:      92802
3153.29/3182.47	c #Conflicts:    4464000 | #Constraints:      93802
3153.29/3182.47	c INPROCESSING
3153.29/3182.47	c GARBAGE COLLECT
3153.29/3182.47	c #Conflicts:    4465000 | #Constraints:      52434
3153.29/3182.47	c #Conflicts:    4466000 | #Constraints:      53434
3153.29/3182.47	c #Conflicts:    4467000 | #Constraints:      54434
3153.29/3182.47	c #Conflicts:    4468000 | #Constraints:      55434
3153.29/3182.47	c #Conflicts:    4469000 | #Constraints:      56434
3153.29/3182.47	c #Conflicts:    4470000 | #Constraints:      57434
3153.29/3182.47	c #Conflicts:    4471000 | #Constraints:      58434
3153.29/3182.47	c #Conflicts:    4472000 | #Constraints:      59434
3153.29/3182.47	c #Conflicts:    4473000 | #Constraints:      60434
3153.29/3182.47	c #Conflicts:    4474000 | #Constraints:      61434
3153.29/3182.47	c #Conflicts:    4475000 | #Constraints:      62434
3213.46/3242.90	c #Conflicts:    4476000 | #Constraints:      63434
3213.46/3242.90	c #Conflicts:    4477000 | #Constraints:      64434
3213.46/3242.90	c #Conflicts:    4478000 | #Constraints:      65434
3213.46/3242.90	c #Conflicts:    4479000 | #Constraints:      66434
3213.46/3242.90	c #Conflicts:    4480000 | #Constraints:      67434
3213.46/3242.90	c #Conflicts:    4481000 | #Constraints:      68434
3213.46/3242.90	c #Conflicts:    4482000 | #Constraints:      69434
3213.46/3242.90	c #Conflicts:    4483000 | #Constraints:      70434
3213.46/3242.90	c #Conflicts:    4484000 | #Constraints:      71434
3213.46/3242.90	c #Conflicts:    4485000 | #Constraints:      72434
3213.46/3242.90	c #Conflicts:    4486000 | #Constraints:      73434
3213.46/3242.90	c #Conflicts:    4487000 | #Constraints:      74434
3213.46/3242.90	c #Conflicts:    4488000 | #Constraints:      75434
3213.46/3242.90	c #Conflicts:    4489000 | #Constraints:      76434
3213.46/3242.90	c #Conflicts:    4490000 | #Constraints:      77434
3213.46/3242.90	c #Conflicts:    4491000 | #Constraints:      78434
3213.46/3242.90	c #Conflicts:    4492000 | #Constraints:      79434
3213.46/3242.90	c #Conflicts:    4493000 | #Constraints:      80434
3213.46/3242.90	c #Conflicts:    4494000 | #Constraints:      81434
3213.46/3242.90	c #Conflicts:    4495000 | #Constraints:      82434
3213.46/3242.90	c #Conflicts:    4496000 | #Constraints:      83434
3213.46/3242.90	c #Conflicts:    4497000 | #Constraints:      84434
3213.46/3242.90	c #Conflicts:    4498000 | #Constraints:      85434
3213.46/3242.90	c #Conflicts:    4499000 | #Constraints:      86434
3213.46/3242.90	c #Conflicts:    4500000 | #Constraints:      87434
3213.46/3242.90	c #Conflicts:    4501000 | #Constraints:      88434
3213.46/3242.90	c #Conflicts:    4502000 | #Constraints:      89434
3213.46/3242.90	c #Conflicts:    4503000 | #Constraints:      90434
3213.46/3242.90	c #Conflicts:    4504000 | #Constraints:      91434
3213.46/3242.90	c #Conflicts:    4505000 | #Constraints:      92434
3213.46/3242.90	c #Conflicts:    4506000 | #Constraints:      93434
3213.46/3242.90	c INPROCESSING
3213.46/3242.90	c GARBAGE COLLECT
3213.46/3242.90	c #Conflicts:    4507000 | #Constraints:      52099
3213.46/3242.90	c #Conflicts:    4508000 | #Constraints:      53099
3213.46/3242.90	c #Conflicts:    4509000 | #Constraints:      54099
3213.46/3242.90	c #Conflicts:    4510000 | #Constraints:      55099
3213.46/3242.90	c #Conflicts:    4511000 | #Constraints:      56099
3213.46/3242.90	c #Conflicts:    4512000 | #Constraints:      57099
3213.46/3242.90	c #Conflicts:    4513000 | #Constraints:      58099
3213.46/3242.90	c #Conflicts:    4514000 | #Constraints:      59099
3213.46/3242.90	c #Conflicts:    4515000 | #Constraints:      60099
3213.46/3242.90	c #Conflicts:    4516000 | #Constraints:      61099
3213.46/3242.90	c #Conflicts:    4517000 | #Constraints:      62099
3213.46/3242.90	c #Conflicts:    4518000 | #Constraints:      63099
3213.46/3242.90	c #Conflicts:    4519000 | #Constraints:      64099
3213.46/3242.90	c #Conflicts:    4520000 | #Constraints:      65099
3213.46/3242.90	c #Conflicts:    4521000 | #Constraints:      66099
3213.46/3242.90	c #Conflicts:    4522000 | #Constraints:      67099
3213.46/3242.90	c #Conflicts:    4523000 | #Constraints:      68099
3213.46/3242.90	c #Conflicts:    4524000 | #Constraints:      69099
3213.46/3242.90	c #Conflicts:    4525000 | #Constraints:      70099
3213.46/3242.90	c #Conflicts:    4526000 | #Constraints:      71099
3213.46/3242.90	c #Conflicts:    4527000 | #Constraints:      72099
3213.46/3242.90	c #Conflicts:    4528000 | #Constraints:      73099
3213.46/3242.90	c #Conflicts:    4529000 | #Constraints:      74099
3213.46/3242.90	c #Conflicts:    4530000 | #Constraints:      75099
3213.46/3242.90	c #Conflicts:    4531000 | #Constraints:      76099
3213.46/3242.90	c #Conflicts:    4532000 | #Constraints:      77099
3213.46/3242.90	c #Conflicts:    4533000 | #Constraints:      78099
3213.46/3242.90	c #Conflicts:    4534000 | #Constraints:      79099
3213.46/3242.90	c #Conflicts:    4535000 | #Constraints:      80099
3213.46/3242.90	c #Conflicts:    4536000 | #Constraints:      81099
3213.46/3242.90	c #Conflicts:    4537000 | #Constraints:      82099
3213.46/3242.90	c #Conflicts:    4538000 | #Constraints:      83099
3213.46/3242.90	c #Conflicts:    4539000 | #Constraints:      84099
3213.46/3242.90	c #Conflicts:    4540000 | #Constraints:      85099
3213.46/3242.90	c #Conflicts:    4541000 | #Constraints:      86099
3213.46/3242.90	c #Conflicts:    4542000 | #Constraints:      87099
3213.46/3242.90	c #Conflicts:    4543000 | #Constraints:      88099
3213.46/3242.90	c #Conflicts:    4544000 | #Constraints:      89099
3213.46/3242.90	c #Conflicts:    4545000 | #Constraints:      90099
3213.46/3242.90	c #Conflicts:    4546000 | #Constraints:      91099
3213.46/3242.90	c #Conflicts:    4547000 | #Constraints:      92099
3213.46/3242.90	c #Conflicts:    4548000 | #Constraints:      93099
3213.46/3242.90	c #Conflicts:    4549000 | #Constraints:      94099
3213.46/3242.90	c INPROCESSING
3213.46/3242.90	c GARBAGE COLLECT
3213.46/3242.90	c #Conflicts:    4550000 | #Constraints:      52658
3213.46/3242.90	c #Conflicts:    4551000 | #Constraints:      53658
3213.46/3242.90	c #Conflicts:    4552000 | #Constraints:      54658
3271.59/3301.32	c #Conflicts:    4553000 | #Constraints:      55658
3271.59/3301.32	c #Conflicts:    4554000 | #Constraints:      56658
3271.59/3301.32	c #Conflicts:    4555000 | #Constraints:      57658
3271.59/3301.32	c #Conflicts:    4556000 | #Constraints:      58658
3271.59/3301.32	c #Conflicts:    4557000 | #Constraints:      59658
3271.59/3301.32	c #Conflicts:    4558000 | #Constraints:      60658
3271.59/3301.32	c #Conflicts:    4559000 | #Constraints:      61658
3271.59/3301.32	c #Conflicts:    4560000 | #Constraints:      62658
3271.59/3301.32	c #Conflicts:    4561000 | #Constraints:      63658
3271.59/3301.32	c #Conflicts:    4562000 | #Constraints:      64658
3271.59/3301.32	c #Conflicts:    4563000 | #Constraints:      65658
3271.59/3301.32	c #Conflicts:    4564000 | #Constraints:      66658
3271.59/3301.32	c #Conflicts:    4565000 | #Constraints:      67658
3271.59/3301.32	c #Conflicts:    4566000 | #Constraints:      68658
3271.59/3301.32	c #Conflicts:    4567000 | #Constraints:      69658
3271.59/3301.32	c #Conflicts:    4568000 | #Constraints:      70658
3271.59/3301.32	c #Conflicts:    4569000 | #Constraints:      71658
3271.59/3301.32	c #Conflicts:    4570000 | #Constraints:      72658
3271.59/3301.32	c #Conflicts:    4571000 | #Constraints:      73658
3271.59/3301.32	c #Conflicts:    4572000 | #Constraints:      74658
3271.59/3301.32	c #Conflicts:    4573000 | #Constraints:      75658
3271.59/3301.32	c #Conflicts:    4574000 | #Constraints:      76658
3271.59/3301.32	c #Conflicts:    4575000 | #Constraints:      77658
3271.59/3301.32	c #Conflicts:    4576000 | #Constraints:      78658
3271.59/3301.32	c #Conflicts:    4577000 | #Constraints:      79658
3271.59/3301.32	c #Conflicts:    4578000 | #Constraints:      80658
3271.59/3301.32	c #Conflicts:    4579000 | #Constraints:      81658
3271.59/3301.32	c #Conflicts:    4580000 | #Constraints:      82658
3271.59/3301.32	c #Conflicts:    4581000 | #Constraints:      83658
3271.59/3301.32	c #Conflicts:    4582000 | #Constraints:      84658
3271.59/3301.32	c #Conflicts:    4583000 | #Constraints:      85658
3271.59/3301.32	c #Conflicts:    4584000 | #Constraints:      86658
3271.59/3301.32	c #Conflicts:    4585000 | #Constraints:      87658
3271.59/3301.32	c #Conflicts:    4586000 | #Constraints:      88658
3271.59/3301.32	c #Conflicts:    4587000 | #Constraints:      89658
3271.59/3301.32	c #Conflicts:    4588000 | #Constraints:      90658
3271.59/3301.32	c #Conflicts:    4589000 | #Constraints:      91658
3271.59/3301.32	c #Conflicts:    4590000 | #Constraints:      92658
3271.59/3301.32	c #Conflicts:    4591000 | #Constraints:      93658
3271.59/3301.32	c #Conflicts:    4592000 | #Constraints:      94658
3271.59/3301.32	c INPROCESSING
3271.59/3301.32	c GARBAGE COLLECT
3271.59/3301.32	c rational objective 792.846
3322.63/3352.69	c #Conflicts:    4593000 | #Constraints:      53031
3322.63/3352.69	c #Conflicts:    4594000 | #Constraints:      54031
3322.63/3352.69	c #Conflicts:    4595000 | #Constraints:      55031
3322.63/3352.69	c #Conflicts:    4596000 | #Constraints:      56031
3322.63/3352.69	c #Conflicts:    4597000 | #Constraints:      57031
3322.63/3352.69	c #Conflicts:    4598000 | #Constraints:      58031
3322.63/3352.69	c #Conflicts:    4599000 | #Constraints:      59031
3322.63/3352.69	c #Conflicts:    4600000 | #Constraints:      60031
3322.63/3352.69	c #Conflicts:    4601000 | #Constraints:      61031
3322.63/3352.69	c #Conflicts:    4602000 | #Constraints:      62031
3322.63/3352.69	c #Conflicts:    4603000 | #Constraints:      63031
3322.63/3352.69	c #Conflicts:    4604000 | #Constraints:      64031
3322.63/3352.69	c #Conflicts:    4605000 | #Constraints:      65031
3322.63/3352.69	c #Conflicts:    4606000 | #Constraints:      66031
3322.63/3352.69	c #Conflicts:    4607000 | #Constraints:      67031
3322.63/3352.69	c #Conflicts:    4608000 | #Constraints:      68031
3322.63/3352.69	c #Conflicts:    4609000 | #Constraints:      69031
3322.63/3352.69	c #Conflicts:    4610000 | #Constraints:      70031
3322.63/3352.69	c #Conflicts:    4611000 | #Constraints:      71031
3322.63/3352.69	c #Conflicts:    4612000 | #Constraints:      72031
3322.63/3352.69	c #Conflicts:    4613000 | #Constraints:      73031
3322.63/3352.69	c #Conflicts:    4614000 | #Constraints:      74031
3322.63/3352.69	c #Conflicts:    4615000 | #Constraints:      75031
3322.63/3352.69	c #Conflicts:    4616000 | #Constraints:      76031
3322.63/3352.69	c #Conflicts:    4617000 | #Constraints:      77031
3322.63/3352.69	c #Conflicts:    4618000 | #Constraints:      78031
3322.63/3352.69	c #Conflicts:    4619000 | #Constraints:      79031
3322.63/3352.69	c #Conflicts:    4620000 | #Constraints:      80032
3322.63/3352.69	c #Conflicts:    4621000 | #Constraints:      81032
3322.63/3352.69	c #Conflicts:    4622000 | #Constraints:      82032
3322.63/3352.69	c #Conflicts:    4623000 | #Constraints:      83032
3322.63/3352.69	c #Conflicts:    4624000 | #Constraints:      84032
3322.63/3352.69	c #Conflicts:    4625000 | #Constraints:      85032
3322.63/3352.69	c #Conflicts:    4626000 | #Constraints:      86032
3322.63/3352.69	c #Conflicts:    4627000 | #Constraints:      87032
3322.63/3352.69	c #Conflicts:    4628000 | #Constraints:      88032
3322.63/3352.69	c #Conflicts:    4629000 | #Constraints:      89032
3322.63/3352.69	c #Conflicts:    4630000 | #Constraints:      90032
3322.63/3352.69	c #Conflicts:    4631000 | #Constraints:      91032
3322.63/3352.69	c #Conflicts:    4632000 | #Constraints:      92330
3322.63/3352.69	c #Conflicts:    4633000 | #Constraints:      93851
3322.63/3352.69	c #Conflicts:    4634000 | #Constraints:      95369
3322.63/3352.69	c #Conflicts:    4635000 | #Constraints:      96891
3322.63/3352.69	c INPROCESSING
3322.63/3352.69	c GARBAGE COLLECT
3322.63/3352.69	WSVECS04 Frhs2[1]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[5]: 6 0 0.218809 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[6]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[9]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[11]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[12]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[17]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[23]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[28]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[31]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[61]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[62]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[63]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[64]: 6 -2.23446 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[65]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[66]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[68]: 6 -10.3907 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[70]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[76]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[79]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[81]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[84]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[87]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[92]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[95]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[96]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[97]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[100]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[103]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[108]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[111]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[115]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[117]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[125]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[131]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[135]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[140]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[141]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[151]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[152]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[165]: 6 0 2.00007 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[174]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[179]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[180]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[192]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[195]: 6 -1.25009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[199]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[200]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[207]: 6 -1.50005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[214]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[217]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[229]: 6 0 2.00006 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[237]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[243]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[244]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[246]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[247]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[256]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[257]: 6 -1.2501 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[262]: 6 -0.937569 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[263]: 6 -0.875044 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[271]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[274]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[275]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[276]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[278]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[279]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[281]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[284]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[286]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[287]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[288]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[292]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[293]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[307]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[311]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[317]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[328]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[341]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[358]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[368]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[370]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[371]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[373]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[383]: 6 -1.25004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[384]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[397]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[405]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[406]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[429]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[431]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[435]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[436]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[444]: 6 -1.25009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[453]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[458]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[464]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[465]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[466]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[471]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[473]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[478]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[482]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[495]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[497]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[501]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[504]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[512]: 6 -1.25004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[520]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[524]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[531]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[532]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[535]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[538]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[544]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[556]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[567]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[579]: 6 -1.28127 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[588]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[595]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[597]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[605]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[608]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[610]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[613]: 6 -1.25004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[614]: 6 -1.3751 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[615]: 6 -1.25008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[622]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[627]: 6 0 3.00008 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[632]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[639]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[640]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[648]: 6 -1.25005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[655]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[656]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[657]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[665]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[675]: 6 -1.06252 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[677]: 6 0 1.68754 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[680]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[686]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[705]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[711]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[712]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[714]: 6 -1.31252 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[715]: 6 -1.25002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[718]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[719]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[720]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[721]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[736]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[913]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[918]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[965]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[966]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[994]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1016]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1019]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1035]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1036]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1054]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1058]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1059]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1061]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1063]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1064]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1066]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1069]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1070]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1071]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1073]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1074]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1085]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1086]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1087]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1091]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1092]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1094]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1095]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1096]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1097]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1100]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1105]: 6 -1.5001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1107]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1109]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1112]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1115]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1116]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1127]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1130]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1131]: 6 -1.25009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1132]: 6 -1.25005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1135]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1136]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1137]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1140]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1141]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1145]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1148]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1149]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1155]: 6 -1.25008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1159]: 6 -1.21879 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1162]: 6 0 0.250044 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1167]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1168]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1177]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1178]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1195]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1203]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1211]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1217]: 6 -1.25009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1227]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1228]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1229]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1230]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1231]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1234]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1236]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1243]: 6 -1.2501 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1245]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1251]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1255]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1257]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1273]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1274]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1276]: 6 -1.25005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1279]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1285]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1288]: 6 -1.25005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1291]: 6 -1.25004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1292]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1295]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1296]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1297]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1298]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1299]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1301]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1309]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1315]: 6 -0.945333 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1339]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1341]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1343]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1346]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1347]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1357]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1360]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1370]: 6 -1.25003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1377]: 6 -0.750025 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1382]: 6 -1.25005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1387]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1396]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1400]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1410]: 6 -1.25004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1426]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1428]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1436]: 6 -1.25004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1445]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1448]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1450]: 6 -0.750073 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1457]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1461]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1467]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1468]: 6 -1.2501 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1470]: 6 -1.31254 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1471]: 6 -1.25007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1477]: 6 -1.04692 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1479]: 6 -1.25008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1480]: 6 -1.25005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1499]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1519]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1522]: 6 -0.750085 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1529]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1541]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1544]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1545]: 6 -1.0626 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1546]: 6 -1.12507 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1549]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1553]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1554]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1559]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1560]: 6 -1.31256 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1562]: 6 -1.25002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1564]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1576]: 6 -1.31254 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1584]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1589]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1592]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1594]: 6 -1.25008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1604]: 6 -2.03135 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1606]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1616]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1619]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1626]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1630]: 6 -1.14069 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1637]: 6 -0.625057 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1657]: 6 -1.2501 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1664]: 6 -1.06259 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1666]: 6 -1.06258 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1669]: 6 -0.750043 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1670]: 6 -0.875063 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1684]: 6 -5.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1690]: 6 -0.875086 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1691]: 6 -1.25007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1697]: 6 -1.31259 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1703]: 6 -0.937559 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1704]: 6 -0.875042 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1709]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1710]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1724]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1728]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1736]: 6 -1.25007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1743]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1747]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1750]: 6 -1.25008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1759]: 6 -0.750033 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1772]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1774]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1955]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1963]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1971]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1976]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1977]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1980]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1985]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1989]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1996]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1997]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[1999]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2001]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2008]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2009]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2011]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2014]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2016]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2049]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2052]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2056]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2060]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2068]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2069]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2076]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2077]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2078]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2080]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2081]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2085]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2088]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2089]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2092]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2096]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2097]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2099]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2100]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2105]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2111]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2118]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2134]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2138]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2145]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2152]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2154]: 6 0 53.0001 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2156]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2157]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2159]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2162]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2166]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2168]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2170]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2172]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2174]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2175]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2178]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2183]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2185]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2188]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2189]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2191]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2193]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2195]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2197]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2199]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2203]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2206]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2207]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2211]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2215]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2216]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2220]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2223]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2233]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2236]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2237]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2243]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2246]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2247]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2250]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2252]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2254]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2256]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2258]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2260]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2261]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2263]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2265]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2268]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2270]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2274]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2275]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2277]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2279]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2282]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2283]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2286]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2290]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2294]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2298]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2300]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2302]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2303]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2305]: 6 -1.25003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2307]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2309]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2310]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2311]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2312]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2313]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2319]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2321]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2323]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2326]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2329]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2330]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2331]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2333]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2334]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2335]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2342]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2343]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2345]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2346]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2347]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2350]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2352]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2354]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2356]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2359]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2360]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2362]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2364]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2366]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2370]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2371]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2373]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2375]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2378]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2379]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2382]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2384]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2386]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2392]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2394]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2395]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2398]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2401]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2405]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2410]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2415]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2417]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2418]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2419]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2422]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2426]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2429]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2431]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2432]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2434]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2438]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2442]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2443]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2450]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2451]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2454]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2455]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2458]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2462]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2463]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2465]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2468]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2469]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2473]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2475]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2477]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2479]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2482]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2483]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2485]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2488]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2492]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2494]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2496]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2497]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2501]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2505]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2506]: 6 -1.25007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2509]: 6 -1.25007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2511]: 6 -1.5001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2518]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2525]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2526]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2527]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2528]: 6 -1.25007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2530]: 6 -1.25003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2532]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2536]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2538]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2540]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2541]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2544]: 6 -1.2501 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2545]: 6 -1.25001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2551]: 6 -1.25008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2559]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2562]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2564]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2566]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2567]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2569]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2572]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2574]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2575]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2578]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2579]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2581]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2584]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2588]: 6 -1.25008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2590]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2597]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2606]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2615]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2616]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2622]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2624]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2625]: 6 -0.500035 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2628]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2632]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2635]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2637]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2640]: 6 -1.25002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2647]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2650]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2652]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2653]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2655]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2661]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2663]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2671]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2673]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2680]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2681]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2684]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2686]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2688]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2697]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2702]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2705]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2711]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2718]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2723]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2727]: 6 -0.750033 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2731]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2734]: 6 -1.50009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2735]: 6 -3.50002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2738]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2739]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2742]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2743]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2746]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2747]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2750]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2753]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2756]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2757]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2760]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2761]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2764]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2766]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2770]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2772]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2774]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2776]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2777]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2782]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2784]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2793]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2808]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2809]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2811]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2812]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2813]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2814]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2815]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2817]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2819]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2824]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2826]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2830]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2831]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2834]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2835]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2837]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2839]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2841]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2843]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2845]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2851]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2853]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2857]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2860]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2861]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2864]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2865]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2868]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2872]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2874]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2876]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2881]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2883]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2886]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2893]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2894]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2897]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2899]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2906]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2907]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2911]: 6 -1.25004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2912]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2913]: 6 -0.500011 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2915]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2917]: 6 -1.25004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2923]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2926]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2927]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2930]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2933]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2935]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2938]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2939]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2942]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2943]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2946]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2948]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2950]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2952]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2953]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2956]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2957]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2960]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2961]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2964]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2966]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2968]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2969]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2976]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2977]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2982]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2985]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2986]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[2999]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3000]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3006]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3007]: 6 -1.25009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3011]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3017]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3023]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3026]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3027]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3031]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3034]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3035]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3038]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3039]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3042]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3043]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3046]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3047]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3049]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3051]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3054]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3056]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3058]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3059]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3062]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3063]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3066]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3073]: 6 -1.25007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3086]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3097]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3101]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3103]: 6 -0.597753 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3107]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3110]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3112]: 6 -1.25005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3113]: 6 -1.25001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3117]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3126]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3128]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3130]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3132]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3134]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3135]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3140]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3144]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3148]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3149]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3151]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3152]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3154]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3155]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3157]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3159]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3162]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3163]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3166]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3168]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3174]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3184]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3191]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3192]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3193]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3212]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3222]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3223]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3226]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3227]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3229]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3230]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3231]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3233]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3236]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3237]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3241]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3244]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3247]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3252]: 6 -1.25005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3260]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3262]: 6 -5.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3263]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3267]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3269]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3270]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3275]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3280]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3282]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3286]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3291]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3292]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3294]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3295]: 6 -1.25006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3297]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3299]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3301]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3304]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3306]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3307]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3309]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3311]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3313]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3316]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3318]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3320]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3322]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3324]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3328]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3330]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3333]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3335]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3339]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3341]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3344]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3349]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3356]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3360]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3362]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3363]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3364]: 6 -1.25008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3368]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3373]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3379]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3385]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3386]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3388]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3389]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3391]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3392]: 6 -1.25003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3393]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3396]: 6 -1.25003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3397]: 6 -1.25008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3403]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3407]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3410]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3414]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3415]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3418]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3419]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3422]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3423]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3426]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3430]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3431]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3434]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3435]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3438]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3439]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3442]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3443]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3445]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3448]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3449]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3452]: 6 -1.25002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3454]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3467]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3470]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3471]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3475]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3477]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3488]: 6 -1.25009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3490]: 6 -3.71885 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3501]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3504]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3506]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3508]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3510]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3514]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3516]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3518]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3522]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3524]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3528]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3533]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3536]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3537]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3540]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3543]: 6 -1.31259 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3548]: 6 -1.25003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3571]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3575]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3577]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3578]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3579]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3580]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3589]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3592]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3593]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3596]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3600]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3601]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3604]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3605]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3608]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3610]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3612]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3615]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3617]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3619]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3626]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3630]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3632]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3636]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3637]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3640]: 6 -1.31251 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3642]: 6 -1.25005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3647]: 6 -0.500033 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3650]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3661]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3664]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3673]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3696]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3700]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3702]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3703]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3706]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3710]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3714]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3716]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3717]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3720]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3728]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3733]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3736]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3746]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3751]: 6 -1.37502 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3755]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3765]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3766]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3772]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3776]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3777]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3780]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3781]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3784]: 6 -1.12502 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3794]: 6 0 0.0625492 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3796]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3800]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3801]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3804]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3805]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3807]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3809]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3811]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3814]: 6 -9.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3818]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3821]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3824]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3829]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3833]: 6 -0.625046 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3843]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3844]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3846]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3852]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3861]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3868]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3870]: 6 -1.25007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3876]: 6 -9.12504 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3877]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3880]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3884]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3888]: 6 -0.500075 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3892]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3894]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3897]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3900]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3902]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3904]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3906]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3907]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3909]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3911]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3914]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3915]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3918]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3919]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3923]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3926]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3928]: 6 -1.25003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3939]: 6 -1.28132 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3940]: 6 -1.12504 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3944]: 6 -1.25008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3945]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3947]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3954]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3957]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3958]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3959]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3960]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3962]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3964]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3969]: 6 -1.25005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3973]: 6 -0.500096 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3976]: 6 -0.75009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3986]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3988]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3990]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3992]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3994]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3996]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[3997]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4000]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4002]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4004]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4005]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4008]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4010]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4011]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4014]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4016]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4017]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4020]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4021]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4024]: 6 -0.666736 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4034]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4043]: 6 -1.31258 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4044]: 6 -1.25007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4045]: 6 -1.2501 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4046]: 6 -1.00008 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4047]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4050]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4053]: 6 -1.00005 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4065]: 6 -0.500032 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4068]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4069]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4072]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4076]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4082]: 6 -0.562596 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4092]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4096]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4099]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4102]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4103]: 6 -1.00004 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4106]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4109]: 6 -1.00006 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4116]: 6 -1.00002 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4120]: 6 -0.625068 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4128]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4144]: 6 0 3.00001 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4181]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4182]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4203]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4204]: 6 -1.00009 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4223]: 6 -1.00003 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4227]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4228]: 6 -1.00007 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4245]: 6 -1.00001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4256]: 6 -1.0001 0 shouldn't be
3322.63/3352.69	WSVECS04 Frhs2[4279]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[10]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[27]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[42]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[73]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[74]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[75]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[91]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[101]: 6 -1.0001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[104]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[121]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[127]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[139]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[157]: 6 -1.0001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[162]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[185]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[188]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[191]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[194]: 6 -1.00001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[197]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[219]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[220]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[221]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[238]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[280]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[282]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[283]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[296]: 6 -1.00001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[319]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[327]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[394]: 6 -1.25003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[492]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[536]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[539]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[548]: 6 -1.00001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[553]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[577]: 6 -1.07038 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[581]: 6 -1.12505 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[616]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[618]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[633]: 6 -1.25007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[634]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[636]: 6 -1.31257 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[647]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[651]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[667]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[672]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[674]: 6 -1.25003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[695]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[716]: 6 -1.25008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[911]: 6 -1.0001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[964]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1017]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1072]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1093]: 6 -1.25009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1108]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1111]: 6 -1.0001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1118]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1152]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1154]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1190]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1233]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1240]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1242]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1249]: 6 -1.25001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1256]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1320]: 6 -2.25008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1356]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1380]: 6 -0.75009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1384]: 6 -1.0001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1411]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1413]: 6 -3.96877 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1414]: 6 -5.93756 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1419]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1421]: 6 -1.00004 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1481]: 6 -1.25007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1482]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1483]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1484]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1486]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1492]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1496]: 6 -1.00004 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1497]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1516]: 6 -1.00004 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1517]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1539]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1587]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1591]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1615]: 6 -1.25006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1618]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1621]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1625]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1687]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1749]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1968]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[1969]: 6 -1.00001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2064]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2072]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2074]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2093]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2160]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2192]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2200]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2202]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2242]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2308]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2317]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2349]: 6 -1.00001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2421]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2435]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2437]: 6 -1.25009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2489]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2498]: 6 -1.00004 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2537]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2586]: 6 -1.0001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2609]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2633]: 6 -1.00004 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2657]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2665]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2676]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2696]: 6 0 0.250084 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2712]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2720]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2768]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2779]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2878]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2880]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[2990]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3001]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3008]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3120]: 6 -1.2501 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3141]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3165]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3179]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3215]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3268]: 6 -1.0001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3326]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3331]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3348]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3353]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3366]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3371]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3459]: 6 -3.71879 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3460]: 6 -5.93751 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3512]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3532]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3544]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3559]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3565]: 6 -1.00002 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3586]: 6 0 5.00005 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3645]: 6 -0.750097 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3654]: 6 -1.2501 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3687]: 6 -0.625031 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3698]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3707]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3722]: 6 -1.00004 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3726]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3732]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3740]: 6 -1.25004 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3825]: 6 -1.00006 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3832]: 6 -1.25004 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3865]: 6 -1.00005 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3922]: 6 -1.00001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3941]: 6 -1.25001 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3942]: 6 -1.31253 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[3967]: 6 -1.25008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[4035]: 6 -1.00008 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[4037]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[4060]: 6 -1.1563 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[4079]: 6 -1.00003 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[4094]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[4112]: 6 -1.00009 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[4224]: 6 -1.00007 0 shouldn't be
3323.73/3353.77	WSVECS04 Frhs2[4280]: 6 -1.00001 0 shouldn't be
3450.27/3480.84	c #Conflicts:    4636000 | #Constraints:      54162
3450.27/3480.84	c #Conflicts:    4637000 | #Constraints:      55162
3450.27/3480.84	c #Conflicts:    4638000 | #Constraints:      56162
3450.27/3480.84	c #Conflicts:    4639000 | #Constraints:      57162
3450.27/3480.84	c #Conflicts:    4640000 | #Constraints:      58162
3450.27/3480.84	c #Conflicts:    4641000 | #Constraints:      59162
3450.27/3480.84	c #Conflicts:    4642000 | #Constraints:      60162
3450.27/3480.84	c #Conflicts:    4643000 | #Constraints:      61162
3450.27/3480.84	c #Conflicts:    4644000 | #Constraints:      62162
3450.27/3480.84	c #Conflicts:    4645000 | #Constraints:      63162
3450.27/3480.84	c #Conflicts:    4646000 | #Constraints:      64162
3450.27/3480.84	c #Conflicts:    4647000 | #Constraints:      65162
3450.27/3480.84	c #Conflicts:    4648000 | #Constraints:      66162
3450.27/3480.84	c #Conflicts:    4649000 | #Constraints:      67162
3450.27/3480.84	c #Conflicts:    4650000 | #Constraints:      68162
3450.27/3480.84	c #Conflicts:    4651000 | #Constraints:      69162
3450.27/3480.84	c #Conflicts:    4652000 | #Constraints:      70162
3450.27/3480.84	c #Conflicts:    4653000 | #Constraints:      71162
3450.27/3480.84	c #Conflicts:    4654000 | #Constraints:      72162
3450.27/3480.84	c #Conflicts:    4655000 | #Constraints:      73162
3450.27/3480.84	c #Conflicts:    4656000 | #Constraints:      74162
3450.27/3480.84	c #Conflicts:    4657000 | #Constraints:      75162
3450.27/3480.84	c #Conflicts:    4658000 | #Constraints:      76162
3450.27/3480.84	c #Conflicts:    4659000 | #Constraints:      77162
3450.27/3480.84	c #Conflicts:    4660000 | #Constraints:      78162
3450.27/3480.84	c #Conflicts:    4661000 | #Constraints:      79162
3450.27/3480.84	c #Conflicts:    4662000 | #Constraints:      80162
3450.27/3480.84	c #Conflicts:    4663000 | #Constraints:      81162
3450.27/3480.84	c #Conflicts:    4664000 | #Constraints:      82162
3450.27/3480.84	c #Conflicts:    4665000 | #Constraints:      83162
3450.27/3480.84	c #Conflicts:    4666000 | #Constraints:      84162
3450.27/3480.84	c #Conflicts:    4667000 | #Constraints:      85162
3450.27/3480.84	c #Conflicts:    4668000 | #Constraints:      86162
3450.27/3480.84	c #Conflicts:    4669000 | #Constraints:      87162
3450.27/3480.84	c #Conflicts:    4670000 | #Constraints:      88162
3450.27/3480.84	c #Conflicts:    4671000 | #Constraints:      89162
3450.27/3480.84	c #Conflicts:    4672000 | #Constraints:      90162
3450.27/3480.84	c #Conflicts:    4673000 | #Constraints:      91162
3450.27/3480.84	c #Conflicts:    4674000 | #Constraints:      92162
3450.27/3480.84	c #Conflicts:    4675000 | #Constraints:      93162
3450.27/3480.84	c #Conflicts:    4676000 | #Constraints:      94162
3450.27/3480.84	c #Conflicts:    4677000 | #Constraints:      95162
3450.27/3480.84	c #Conflicts:    4678000 | #Constraints:      96162
3450.27/3480.84	c INPROCESSING
3450.27/3480.84	c GARBAGE COLLECT
3450.27/3480.84	c #Conflicts:    4679000 | #Constraints:      53716
3450.27/3480.84	c #Conflicts:    4680000 | #Constraints:      54716
3450.27/3480.84	c #Conflicts:    4681000 | #Constraints:      55716
3450.27/3480.84	c #Conflicts:    4682000 | #Constraints:      56716
3450.27/3480.84	c #Conflicts:    4683000 | #Constraints:      57716
3450.27/3480.84	c #Conflicts:    4684000 | #Constraints:      58716
3450.27/3480.84	c #Conflicts:    4685000 | #Constraints:      59716
3450.27/3480.84	c #Conflicts:    4686000 | #Constraints:      60716
3450.27/3480.84	c #Conflicts:    4687000 | #Constraints:      61716
3450.27/3480.84	c #Conflicts:    4688000 | #Constraints:      62716
3450.27/3480.84	c #Conflicts:    4689000 | #Constraints:      63716
3450.27/3480.84	c #Conflicts:    4690000 | #Constraints:      64716
3450.27/3480.84	c #Conflicts:    4691000 | #Constraints:      65716
3450.27/3480.84	c #Conflicts:    4692000 | #Constraints:      66716
3450.27/3480.84	c #Conflicts:    4693000 | #Constraints:      67716
3450.27/3480.84	c #Conflicts:    4694000 | #Constraints:      68716
3450.27/3480.84	c #Conflicts:    4695000 | #Constraints:      69716
3450.27/3480.84	c #Conflicts:    4696000 | #Constraints:      70716
3450.27/3480.84	c #Conflicts:    4697000 | #Constraints:      71716
3450.27/3480.84	c #Conflicts:    4698000 | #Constraints:      72716
3450.27/3480.84	c #Conflicts:    4699000 | #Constraints:      73716
3450.27/3480.84	c #Conflicts:    4700000 | #Constraints:      74716
3450.27/3480.84	c #Conflicts:    4701000 | #Constraints:      75716
3450.27/3480.84	c #Conflicts:    4702000 | #Constraints:      76716
3450.27/3480.84	c #Conflicts:    4703000 | #Constraints:      77716
3450.27/3480.84	c #Conflicts:    4704000 | #Constraints:      78716
3450.27/3480.84	c #Conflicts:    4705000 | #Constraints:      79716
3450.27/3480.84	c #Conflicts:    4706000 | #Constraints:      80716
3450.27/3480.84	c #Conflicts:    4707000 | #Constraints:      81716
3450.27/3480.84	c #Conflicts:    4708000 | #Constraints:      82716
3450.27/3480.84	c #Conflicts:    4709000 | #Constraints:      83716
3450.27/3480.84	c #Conflicts:    4710000 | #Constraints:      84716
3450.27/3480.84	c #Conflicts:    4711000 | #Constraints:      85716
3450.27/3480.84	c #Conflicts:    4712000 | #Constraints:      86716
3450.27/3480.84	c #Conflicts:    4713000 | #Constraints:      87716
3450.27/3480.84	c #Conflicts:    4714000 | #Constraints:      88716
3577.31/3608.36	c #Conflicts:    4715000 | #Constraints:      89716
3577.31/3608.36	c #Conflicts:    4716000 | #Constraints:      90716
3577.31/3608.36	c #Conflicts:    4717000 | #Constraints:      91716
3577.31/3608.36	c #Conflicts:    4718000 | #Constraints:      92716
3577.31/3608.36	c #Conflicts:    4719000 | #Constraints:      93716
3577.31/3608.36	c #Conflicts:    4720000 | #Constraints:      94716
3577.31/3608.36	c #Conflicts:    4721000 | #Constraints:      95716
3577.31/3608.36	c INPROCESSING
3577.31/3608.36	c GARBAGE COLLECT
3577.31/3608.36	c #Conflicts:    4722000 | #Constraints:      53247
3577.31/3608.36	c #Conflicts:    4723000 | #Constraints:      54247
3577.31/3608.36	c #Conflicts:    4724000 | #Constraints:      55247
3577.31/3608.36	c #Conflicts:    4725000 | #Constraints:      56247
3577.31/3608.36	c #Conflicts:    4726000 | #Constraints:      57247
3577.31/3608.36	c #Conflicts:    4727000 | #Constraints:      58247
3577.31/3608.36	c #Conflicts:    4728000 | #Constraints:      59247
3577.31/3608.36	c #Conflicts:    4729000 | #Constraints:      60247
3577.31/3608.36	c #Conflicts:    4730000 | #Constraints:      61247
3577.31/3608.36	c #Conflicts:    4731000 | #Constraints:      62247
3577.31/3608.36	c #Conflicts:    4732000 | #Constraints:      63247
3577.31/3608.36	c #Conflicts:    4733000 | #Constraints:      64247
3577.31/3608.36	c #Conflicts:    4734000 | #Constraints:      65247
3577.31/3608.36	c #Conflicts:    4735000 | #Constraints:      66247
3577.31/3608.36	c #Conflicts:    4736000 | #Constraints:      67247
3577.31/3608.36	c #Conflicts:    4737000 | #Constraints:      68247
3577.31/3608.36	c #Conflicts:    4738000 | #Constraints:      69247
3577.31/3608.36	c #Conflicts:    4739000 | #Constraints:      70247
3577.31/3608.36	c #Conflicts:    4740000 | #Constraints:      71247
3577.31/3608.36	c #Conflicts:    4741000 | #Constraints:      72247
3577.31/3608.36	c #Conflicts:    4742000 | #Constraints:      73247
3577.31/3608.36	c #Conflicts:    4743000 | #Constraints:      74247
3577.31/3608.36	c #Conflicts:    4744000 | #Constraints:      75247
3577.31/3608.36	c #Conflicts:    4745000 | #Constraints:      76247
3577.31/3608.36	c #Conflicts:    4746000 | #Constraints:      77248
3577.31/3608.36	c #Conflicts:    4747000 | #Constraints:      78248
3577.31/3608.36	c #Conflicts:    4748000 | #Constraints:      79248
3577.31/3608.36	c #Conflicts:    4749000 | #Constraints:      80248
3577.31/3608.36	c #Conflicts:    4750000 | #Constraints:      81248
3577.31/3608.36	c #Conflicts:    4751000 | #Constraints:      82248
3577.31/3608.36	c #Conflicts:    4752000 | #Constraints:      83248
3577.31/3608.36	c #Conflicts:    4753000 | #Constraints:      84248
3577.31/3608.36	c #Conflicts:    4754000 | #Constraints:      85248
3577.31/3608.36	c #Conflicts:    4755000 | #Constraints:      86248
3577.31/3608.36	c #Conflicts:    4756000 | #Constraints:      87251
3577.31/3608.36	c #Conflicts:    4757000 | #Constraints:      88362
3577.31/3608.36	c #Conflicts:    4758000 | #Constraints:      89427
3577.31/3608.36	c #Conflicts:    4759000 | #Constraints:      90427
3577.31/3608.36	c #Conflicts:    4760000 | #Constraints:      91427
3577.31/3608.36	c #Conflicts:    4761000 | #Constraints:      92427
3577.31/3608.36	c #Conflicts:    4762000 | #Constraints:      93427
3577.31/3608.36	c #Conflicts:    4763000 | #Constraints:      94427
3577.31/3608.36	c #Conflicts:    4764000 | #Constraints:      95427
3577.31/3608.36	c #Conflicts:    4765000 | #Constraints:      96427
3577.31/3608.36	c INPROCESSING
3577.31/3608.36	c GARBAGE COLLECT
3577.31/3608.36	c #Conflicts:    4766000 | #Constraints:      53795
3577.31/3608.36	c #Conflicts:    4767000 | #Constraints:      54795
3577.31/3608.36	c #Conflicts:    4768000 | #Constraints:      55795
3577.31/3608.36	c #Conflicts:    4769000 | #Constraints:      56795
3577.31/3608.36	c #Conflicts:    4770000 | #Constraints:      57795
3577.31/3608.36	c #Conflicts:    4771000 | #Constraints:      58795
3577.31/3608.36	c #Conflicts:    4772000 | #Constraints:      59795
3577.31/3608.36	c #Conflicts:    4773000 | #Constraints:      60795
3577.31/3608.36	c #Conflicts:    4774000 | #Constraints:      61795
3577.31/3608.36	c #Conflicts:    4775000 | #Constraints:      62796
3577.31/3608.36	c #Conflicts:    4776000 | #Constraints:      63796
3577.31/3608.36	c #Conflicts:    4777000 | #Constraints:      64796
3577.31/3608.36	c #Conflicts:    4778000 | #Constraints:      65796
3577.31/3608.36	c #Conflicts:    4779000 | #Constraints:      66796
3577.31/3608.36	c #Conflicts:    4780000 | #Constraints:      67796
3577.31/3608.36	c #Conflicts:    4781000 | #Constraints:      68796
3577.31/3608.36	c #Conflicts:    4782000 | #Constraints:      69796
3577.31/3608.36	c #Conflicts:    4783000 | #Constraints:      70798
3577.31/3608.36	c #Conflicts:    4784000 | #Constraints:      71798
3577.31/3608.36	c #Conflicts:    4785000 | #Constraints:      72799
3577.31/3608.36	c #Conflicts:    4786000 | #Constraints:      73800
3577.31/3608.36	c #Conflicts:    4787000 | #Constraints:      74800
3577.31/3608.36	c #Conflicts:    4788000 | #Constraints:      75800
3577.31/3608.36	c #Conflicts:    4789000 | #Constraints:      76800
3577.31/3608.36	c #Conflicts:    4790000 | #Constraints:      77801
3577.31/3608.36	c #Conflicts:    4791000 | #Constraints:      78801
3600.00/3631.10	c #Conflicts:    4792000 | #Constraints:      79801
3600.00/3631.10	c #Conflicts:    4793000 | #Constraints:      80801
3600.00/3631.10	c #Conflicts:    4794000 | #Constraints:      81801
3600.00/3631.10	c #Conflicts:    4795000 | #Constraints:      82802
3600.00/3631.10	c #Conflicts:    4796000 | #Constraints:      83802
3600.00/3631.10	c #Conflicts:    4797000 | #Constraints:      84802
3600.00/3631.10	c #Conflicts:    4798000 | #Constraints:      85802
3600.00/3631.10	c #Conflicts:    4799000 | #Constraints:      86802
3600.00/3631.10	c #Conflicts:    4800000 | #Constraints:      87802
3600.00/3631.10	c #Conflicts:    4801000 | #Constraints:      88802
3600.00/3631.10	c #Conflicts:    4802000 | #Constraints:      89802
3600.00/3631.10	c #Conflicts:    4803000 | #Constraints:      90802
3600.00/3631.10	c cpu time 3562.92 s
3600.00/3631.10	c deterministic time 203045558603 2.03e+11
3600.00/3631.10	c optimization time 46.876 s
3600.00/3631.10	c total solve time 3515.98 s
3600.00/3631.10	c core-guided solve time 0 s
3600.00/3631.10	c propagation time 2244.07 s
3600.00/3631.10	c conflict analysis time 1078.1 s
3600.00/3631.10	c propagations 688298115
3600.00/3631.10	c resolve steps 153618755
3600.00/3631.10	c decisions 14449103
3600.00/3631.10	c conflicts 4803082
3600.00/3631.10	c restarts 8189
3600.00/3631.10	c inprocessing phases 209
3600.00/3631.10	c garbage collections 209 ,( 100.00 )
3600.00/3631.10	c input clauses 8110 ,( 81.95 )
3600.00/3631.10	c input cardinalities 0 ,( 0.00 )
3600.00/3631.10	c input general constraints 1786 ,( 18.05 )
3600.00/3631.10	c input average constraint length 4.54
3600.00/3631.10	c input average constraint degree 1.83
3600.00/3631.10	c learned clauses 2075581 ,( 42.88 )
3600.00/3631.10	c learned cardinalities 1222 ,( 0.03 )
3600.00/3631.10	c learned general constraints 2763472 ,( 57.09 )
3600.00/3631.10	c learned average constraint length 190.26
3600.00/3631.10	c learned average constraint degree 14126820.58
3600.00/3631.10	c watched  CF 32, 64, 128, Arb: 839198 , 0 , 0 , 0
3600.00/3631.10	c counting CF 32, 64, 128, Arb: 1926060 , 0 , 0 , 0
3600.00/3631.10	c watched   constraints 839198 ,( 30.35 ) 
3600.00/3631.10	c counting  constraints 1926060 ,( 69.65 ) 
3600.00/3631.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1012466486 , 3440539 , 22929915190 ,( 1218552206 , 21711362984 )
3600.00/3631.10	c gcd simplifications 427199
3600.00/3631.10	c detected cardinalities 75
3600.00/3631.10	c weakened non-implied lits 122249356
3600.00/3631.10	c weakened non-implying lits 1294399
3600.00/3631.10	c original variables 4288
3600.00/3631.10	c clausal propagations 169199545
3600.00/3631.10	c cardinality propagations 63807
3600.00/3631.10	c watched propagations 2972954
3600.00/3631.10	c counting propagations 511014627
3600.00/3631.10	c watch lookups 110644908885
3600.00/3631.10	c watch backjump lookups 0
3600.00/3631.10	c watch checks 48011119880
3600.00/3631.10	c propagation checks 40336300575
3600.00/3631.10	c constraint additions 2641972048
3600.00/3631.10	c trail pops 707546370
3600.00/3631.10	c formula constraints 9896
3600.00/3631.10	c learned constraints 4803079
3600.00/3631.10	c bound constraints 0
3600.00/3631.10	c core-guided constraints 0
3600.00/3631.10	c encountered formula constraints 115440954
3600.00/3631.10	c encountered learned constraints 42925649
3600.00/3631.10	c encountered bound constraints 0
3600.00/3631.10	c encountered core-guided constraints 0
3600.00/3631.10	c LP total time 258.659 s
3600.00/3631.10	c LP solve time 232.23 s
3600.00/3631.10	c LP constraints added 10732
3600.00/3631.10	c LP constraints removed 442
3600.00/3631.10	c LP pivots internal 481208
3600.00/3631.10	c LP pivots root 482418
3600.00/3631.10	c LP calls 42687
3600.00/3631.10	c LP optimalities 44
3600.00/3631.10	c LP no pivot count 0
3600.00/3631.10	c LP infeasibilities 42496
3600.00/3631.10	c LP valid Farkas constraints 37135
3600.00/3631.10	c LP learned Farkas constraints 2
3600.00/3631.10	c LP basis resets 149
3600.00/3631.10	c LP cycling count 1
3600.00/3631.10	c LP singular count 139
3600.00/3631.10	c LP no primal count 0
3600.00/3631.10	c LP no farkas count 7
3600.00/3631.10	c LP other issue count 2
3600.00/3631.10	c LP Gomory cuts 59
3600.00/3631.10	c LP learned cuts 777
3600.00/3631.10	c LP deleted cuts 442
3600.00/3631.10	c LP encountered Gomory constraints 2224
3600.00/3631.10	c LP encountered Farkas constraints 53008
3600.00/3631.10	c LP encountered learned Farkas constraints 0
3600.00/3631.10	c CG auxiliary variables introduced 0
3600.00/3631.10	c CG solutions found 0
3600.00/3631.10	c CG cores constructed 0
3600.00/3631.10	c CG core cardinality constraints returned 0
3600.00/3631.10	c CG unit cores 0
3600.00/3631.10	c CG single cores 0
3600.00/3631.10	c CG blocks removed during cardinality reduction 0
3600.00/3631.10	c CG first core best 0
3600.00/3631.10	c CG decision core best 0
3600.00/3631.10	c CG core reduction tie 0
3600.00/3631.10	c CG core degree average 0.00
3600.00/3631.10	c CG core slack average 0.00
3600.00/3631.10	c CG core upper bound improvements 0
3600.00/3631.10	c STR number of successful calls 0
3600.00/3631.10	c STR number of unsuccessful calls 0
3600.00/3631.10	c STR number of inconclusive calls 0
3600.00/3631.10	c STR number of successful attempts 0
3600.00/3631.10	c STR number of unsuccessful attempts 0
3600.00/3631.10	c STR number of inconclusive attempts 0
3600.00/3631.10	c STR average degree increase per successful call inf
3600.00/3631.10	c STR average degree increase per successful attempt inf
3600.00/3631.10	c STR total number of conflicts for successful attempts 0
3600.00/3631.10	c STR total number of conflicts for unsuccessful attempts 0
3600.00/3631.10	c STR total number of conflicts for inconclusive attempts 0
3600.00/3631.10	c STR average number of conflicts per successful attempt inf
3600.00/3631.10	c STR average number of conflicts per unsuccessful attempt inf
3600.00/3631.10	c STR average number of conflicts per inconclusive attempt inf
3600.00/3631.10	c AVG.sumWPerc 55.43 
3600.00/3631.10	c bigint constraints 0 
3600.00/3631.10	s UNKNOWN
3600.00/3631.10	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=24850, runsolver pid=24847

[startup+0.100063 s]*
/proc/loadavg: 4.07 4.09 4.09 5/271 24853
/proc/meminfo: memFree=106713884/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=74860 memory=21132 CPUtime=0.06 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 3723 0 0 0 5 1 0 0 20 0 1 0 36384422 76656640 5283 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 18715 5283 2304 1147 0 6142 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 79052 KiB
Current children cumulated memory: 24076 KiB

[startup+0.205727 s]*
/proc/loadavg: 4.07 4.09 4.09 5/271 24853
/proc/meminfo: memFree=106704244/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=76780 memory=30108 CPUtime=0.16 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 5500 0 0 0 15 1 0 0 20 0 1 0 36384422 78622720 7527 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 19195 7527 2336 1147 0 6622 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 80972 KiB
Current children cumulated memory: 33052 KiB

[startup+0.305667 s]*
/proc/loadavg: 4.07 4.09 4.09 5/271 24853
/proc/meminfo: memFree=106695424/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=77320 memory=31132 CPUtime=0.26 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 5733 0 0 0 24 2 0 0 20 0 1 0 36384422 79175680 7783 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 19330 7783 2368 1147 0 6757 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 81512 KiB
Current children cumulated memory: 34076 KiB

[startup+0.700193 s]
/proc/loadavg: 4.07 4.09 4.09 4/271 24853
/proc/meminfo: memFree=106697040/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=78712 memory=32924 CPUtime=0.65 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 6185 0 0 0 60 5 0 0 20 0 1 0 36384422 80601088 8231 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 19678 8231 2368 1147 0 7105 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 82904 KiB
Current children cumulated memory: 35868 KiB

[startup+1.50019 s]
/proc/loadavg: 4.07 4.09 4.09 5/271 24853
/proc/meminfo: memFree=106693716/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=80552 memory=35484 CPUtime=1.44 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 6828 0 0 0 136 8 0 0 20 0 1 0 36384422 82485248 8871 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 20138 8871 2368 1147 0 7565 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 84744 KiB
Current children cumulated memory: 38428 KiB

[startup+3.10554 s]
/proc/loadavg: 4.07 4.09 4.09 5/271 24853
/proc/meminfo: memFree=106661464/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=83184 memory=38044 CPUtime=3.05 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 7463 0 0 0 290 15 0 0 20 0 1 0 36384422 85180416 9511 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 20796 9511 2368 1147 0 8223 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 87376 KiB
Current children cumulated memory: 40988 KiB

[startup+6.30018 s]
/proc/loadavg: 4.06 4.09 4.09 5/271 24853
/proc/meminfo: memFree=106628488/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=86524 memory=43564 CPUtime=6.24 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 8338 0 0 0 597 27 0 0 20 0 1 0 36384422 88600576 10891 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 21631 10891 2368 1147 0 9058 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 90716 KiB
Current children cumulated memory: 46508 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.09 4.09 5/271 24853
/proc/meminfo: memFree=106533740/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=95276 memory=50348 CPUtime=12.62 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 10068 0 0 0 1216 46 0 0 20 0 1 0 36384422 97562624 12587 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 23819 12587 2368 1147 0 11246 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 99468 KiB
Current children cumulated memory: 53292 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.10 4.09 5/270 24853
/proc/meminfo: memFree=106344688/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=114032 memory=69596 CPUtime=25.39 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 14340 0 0 0 2461 78 0 0 20 0 1 0 36384422 116768768 17399 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 28508 17399 2400 1147 0 15935 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 118224 KiB
Current children cumulated memory: 72540 KiB

[startup+51.1056 s]
/proc/loadavg: 4.07 4.09 4.09 5/270 24854
/proc/meminfo: memFree=105991128/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=137932 memory=89376 CPUtime=50.75 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 18779 0 0 0 4928 147 0 0 20 0 1 0 36384422 141242368 22344 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 34483 22344 2400 1147 0 21910 0
Current children cumulated CPU time: 50.76 s
Current children cumulated vsize: 142124 KiB
Current children cumulated memory: 92320 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/270 24856
/proc/meminfo: memFree=105337812/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=175488 memory=126632 CPUtime=101.44 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 27500 0 0 0 9902 242 0 0 20 0 1 0 36384422 179699712 31658 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 43872 31658 2496 1147 0 31299 0
Current children cumulated CPU time: 101.45 s
Current children cumulated vsize: 179680 KiB
Current children cumulated memory: 129576 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/271 24861
/proc/meminfo: memFree=104671432/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=200348 memory=145156 CPUtime=160.98 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 31628 0 0 0 15748 350 0 0 20 0 1 0 36384422 205156352 36289 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 50087 36289 2496 1147 0 37514 0
Current children cumulated CPU time: 160.99 s
Current children cumulated vsize: 204540 KiB
Current children cumulated memory: 148100 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/271 24863
/proc/meminfo: memFree=103996076/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=235924 memory=180584 CPUtime=220.61 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 39949 0 0 0 21623 438 0 0 20 0 1 0 36384422 241586176 45146 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0

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

/proc/24853/statm: 177124 149670 2496 1147 0 164551 0
Current children cumulated CPU time: 3073.57 s
Current children cumulated vsize: 712688 KiB
Current children cumulated memory: 601624 KiB

[startup+3162.3 s]
/proc/loadavg: 2.15 2.16 2.60 3/258 25131
/proc/meminfo: memFree=111443340/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=709064 memory=599064 CPUtime=3133.23 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 120099 0 0 0 309869 3454 0 0 20 0 1 0 36384422 726081536 149766 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 177266 149766 2496 1147 0 164693 0
Current children cumulated CPU time: 3133.24 s
Current children cumulated vsize: 713256 KiB
Current children cumulated memory: 602008 KiB

[startup+3222.3 s]
/proc/loadavg: 2.05 2.13 2.56 3/258 25133
/proc/meminfo: memFree=111102032/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=709064 memory=599064 CPUtime=3192.92 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 120099 0 0 0 315780 3512 0 0 20 0 1 0 36384422 726081536 149766 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 177266 149766 2496 1147 0 164693 0
Current children cumulated CPU time: 3192.93 s
Current children cumulated vsize: 713256 KiB
Current children cumulated memory: 602008 KiB

[startup+3282.3 s]
/proc/loadavg: 2.06 2.11 2.53 3/258 25136
/proc/meminfo: memFree=110804024/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=709064 memory=599192 CPUtime=3252.62 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 120102 0 0 0 321714 3548 0 0 20 0 1 0 36384422 726081536 149798 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 177266 149798 2496 1147 0 164693 0
Current children cumulated CPU time: 3252.63 s
Current children cumulated vsize: 713256 KiB
Current children cumulated memory: 602136 KiB

[startup+3342.3 s]
/proc/loadavg: 2.12 2.12 2.51 3/260 25140
/proc/meminfo: memFree=110482764/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=712804 memory=605028 CPUtime=3312.35 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 121064 0 0 0 327654 3581 0 0 20 0 1 0 36384422 729911296 151257 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 178201 151257 2496 1147 0 165628 0
Current children cumulated CPU time: 3312.36 s
Current children cumulated vsize: 716996 KiB
Current children cumulated memory: 607972 KiB

[startup+3402.3 s]
/proc/loadavg: 2.10 2.11 2.48 3/261 25145
/proc/meminfo: memFree=110223320/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=713060 memory=605156 CPUtime=3372.09 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 121111 0 0 0 333598 3611 0 0 20 0 1 0 36384422 730173440 151289 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 178265 151289 2496 1147 0 165692 0
Current children cumulated CPU time: 3372.1 s
Current children cumulated vsize: 717252 KiB
Current children cumulated memory: 608100 KiB

[startup+3462.3 s]
/proc/loadavg: 2.11 2.11 2.45 3/261 25149
/proc/meminfo: memFree=109977140/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=729000 memory=618220 CPUtime=3431.83 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 123855 0 0 0 339547 3636 0 0 20 0 1 0 36384422 746496000 154555 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 182250 154555 2496 1147 0 169677 0
Current children cumulated CPU time: 3431.84 s
Current children cumulated vsize: 733192 KiB
Current children cumulated memory: 621164 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.10 2.43 3/261 25151
/proc/meminfo: memFree=109771196/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=734836 memory=624108 CPUtime=3491.66 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 125567 0 0 0 345501 3665 0 0 20 0 1 0 36384422 752472064 156027 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 183709 156027 2496 1147 0 171136 0
Current children cumulated CPU time: 3491.67 s
Current children cumulated vsize: 739028 KiB
Current children cumulated memory: 627052 KiB

[startup+3582.3 s]
/proc/loadavg: 2.08 2.09 2.40 3/259 25153
/proc/meminfo: memFree=109539468/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=760224 memory=671096 CPUtime=3551.43 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 129814 0 0 0 351458 3685 0 0 20 0 1 0 36384422 778469376 167774 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 190056 167774 2496 1147 0 177483 0
Current children cumulated CPU time: 3551.44 s
Current children cumulated vsize: 764416 KiB
Current children cumulated memory: 674040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.11 s]
/proc/loadavg: 2.07 2.09 2.38 3/258 25156
/proc/meminfo: memFree=109336104/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=766300 memory=688364 CPUtime=3599.99 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 131276 0 0 0 356291 3708 0 0 20 0 1 0 36384422 784691200 172091 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 191575 172091 2496 1147 0 179002 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 770492 KiB
Current children cumulated memory: 691308 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.012057 s, system=0.009705 s

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

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

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

[startup+3631.11 s]
/proc/loadavg: 2.07 2.09 2.38 3/258 25156
/proc/meminfo: memFree=109336104/131249996 swapFree=33010684/33010684
[pid=24850] ppid=24847 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/24850/stat : 24850 (run-dec-break-l) S 24847 24850 21214 0 -1 4194304 239 3331 0 0 0 0 1 0 20 0 1 0 36384419 4292608 736 18446744073709551615 93835280949248 93835281843781 140725965815184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93835282082832 93835282130576 93835306463232 140725965818133 140725965818334 140725965818334 140725965823936 0
/proc/24850/statm: 1048 736 672 219 0 110 0
[pid=24853] ppid=24850 vsize=766300 memory=688364 CPUtime=3599.99 cores=0,2
/proc/24853/stat : 24853 (roundingsat) R 24850 24850 21214 0 -1 4194304 131276 0 0 0 356291 3708 0 0 20 0 1 0 36384422 784691200 172091 18446744073709551615 4227072 8923433 140728581110720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19238912 140728581118196 140728581118504 140728581118504 140728581124074 0
/proc/24853/statm: 191575 172091 2496 1147 0 179002 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 770492 KiB
Current children cumulated memory: 691308 KiB

Child status: 2

Real time (s): 3631.14
CPU time (s): 3600.04
CPU user time (s): 3562.94
CPU system time (s): 37.1033
CPU usage (%): 99.1434
Max. virtual memory (cumulated for all children) (KiB): 770492
Max. memory (cumulated for all children) (KiB): 691308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3562.94
system time used= 37.1033
maximum resident set size= 688492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134864
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18775032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 853
involuntary context switches= 9527


# summary of solver processes directly reported to runsolver:
#   pid: 24850,24853
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3562.94
#   total CPU system time (s): 37.1033

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41729 second user time and 16.4611 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 16:24:08
IDJOB=4513119
IDBENCH=162267
IDSOLVER=3358
FILE ID=nodeC030/4513119-1751207048
RUNJOBID= nodeC030-1751197546-21224
SLURM_JOB_ID= 9587610
Free space on /tmp= 433008 MiB

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

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

MD5SUM BENCH= c9436c9260c5d2d4def6ae640460810c
RANDOM SEED=1639453877

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.894
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		: 3600.524
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		: 3600.324
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.169
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.310
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.322
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		: 3700.000
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		: 3700.000
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:        106729820 kB
MemAvailable:   128223596 kB
Buffers:            3280 kB
Cached:         22276820 kB
SwapCached:            0 kB
Active:          1907468 kB
Inactive:       22019984 kB
Active(anon):    1665512 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file): 22019984 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            128444 kB
Writeback:             0 kB
AnonPages:       1648924 kB
Mapped:           117456 kB
Shmem:             18064 kB
KReclaimable:     141752 kB
Slab:             232644 kB
SReclaimable:     141752 kB
SUnreclaim:        90892 kB
KernelStack:        4368 kB
PageTables:         6556 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2152192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 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= 433020 MiB
End job on nodeC030 at 2025-06-29 17:24:40