Trace number 4512902

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22ad? (TO) 3600.09 3609.61

General information on the benchmark

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

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4512902-1751202284.opb'
0.00/0.01	c 	read 0.42MB  (5.77ms)
0.00/0.01	c	 [cnf: #variables 4288 #clauses 9520 #duplicates 0 #arr 41030]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (6.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.85ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 26422 #edges 107288]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (2.01ms)
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-4512902-1751202284.opb.pre'
0.00/0.02	c 	wrote 0.42MB (1.09ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   6.32ms 38.33% approx_orbits
0.00/0.02	c                   5.77ms 34.96% parse
0.00/0.02	c                   2.01ms 12.18% detect_generic
0.00/0.02	c                   1.09ms  6.62% output
0.00/0.02	c                   0.85ms  5.16% detect_special
0.00/0.02	c                   0.32ms  1.94% other
0.00/0.02	c                   0.13ms  0.81% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  16.50ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.08	c #variables 4288 #constraints 9928
13.41/13.52	c #Conflicts:       1000 | #Constraints:      10927
13.41/13.52	c #Conflicts:       2000 | #Constraints:      11927
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:       3000 | #Constraints:      10619
13.41/13.52	c #Conflicts:       4000 | #Constraints:      11619
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:       5000 | #Constraints:      11058
13.41/13.52	c #Conflicts:       6000 | #Constraints:      12058
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:       7000 | #Constraints:      11070
13.41/13.52	c #Conflicts:       8000 | #Constraints:      12070
13.41/13.52	c #Conflicts:       9000 | #Constraints:      13070
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      10000 | #Constraints:      11791
13.41/13.52	c #Conflicts:      11000 | #Constraints:      12791
13.41/13.52	c #Conflicts:      12000 | #Constraints:      13791
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      13000 | #Constraints:      12265
13.41/13.52	c #Conflicts:      14000 | #Constraints:      13265
13.41/13.52	c #Conflicts:      15000 | #Constraints:      14265
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      16000 | #Constraints:      12509
13.41/13.52	c #Conflicts:      17000 | #Constraints:      13509
13.41/13.52	c #Conflicts:      18000 | #Constraints:      14509
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      19000 | #Constraints:      12567
13.41/13.52	c #Conflicts:      20000 | #Constraints:      13567
13.41/13.52	c #Conflicts:      21000 | #Constraints:      14567
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      22000 | #Constraints:      12342
13.41/13.52	c #Conflicts:      23000 | #Constraints:      13342
13.41/13.52	c #Conflicts:      24000 | #Constraints:      14342
13.41/13.52	c #Conflicts:      25000 | #Constraints:      15342
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      26000 | #Constraints:      12973
13.41/13.52	c #Conflicts:      27000 | #Constraints:      13973
13.41/13.52	c #Conflicts:      28000 | #Constraints:      14973
13.41/13.52	c #Conflicts:      29000 | #Constraints:      15973
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      30000 | #Constraints:      13382
13.41/13.52	c #Conflicts:      31000 | #Constraints:      14382
13.41/13.52	c #Conflicts:      32000 | #Constraints:      15382
13.41/13.52	c #Conflicts:      33000 | #Constraints:      16382
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      34000 | #Constraints:      13593
13.41/13.52	c #Conflicts:      35000 | #Constraints:      14593
13.41/13.52	c #Conflicts:      36000 | #Constraints:      15593
13.41/13.52	c #Conflicts:      37000 | #Constraints:      16593
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      38000 | #Constraints:      13616
13.41/13.52	c #Conflicts:      39000 | #Constraints:      14616
13.41/13.52	c #Conflicts:      40000 | #Constraints:      15616
13.41/13.52	c #Conflicts:      41000 | #Constraints:      16616
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      42000 | #Constraints:      13425
13.41/13.52	c #Conflicts:      43000 | #Constraints:      14425
13.41/13.52	c #Conflicts:      44000 | #Constraints:      15425
13.41/13.52	c #Conflicts:      45000 | #Constraints:      16425
13.41/13.52	c #Conflicts:      46000 | #Constraints:      17425
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      47000 | #Constraints:      13991
13.41/13.52	c #Conflicts:      48000 | #Constraints:      14991
13.41/13.52	c #Conflicts:      49000 | #Constraints:      15991
13.41/13.52	c #Conflicts:      50000 | #Constraints:      16991
13.41/13.52	c #Conflicts:      51000 | #Constraints:      17991
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      52000 | #Constraints:      14417
13.41/13.52	c #Conflicts:      53000 | #Constraints:      15417
13.41/13.52	c #Conflicts:      54000 | #Constraints:      16417
13.41/13.52	c #Conflicts:      55000 | #Constraints:      17417
13.41/13.52	c #Conflicts:      56000 | #Constraints:      18417
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      57000 | #Constraints:      14621
13.41/13.52	c #Conflicts:      58000 | #Constraints:      15621
13.41/13.52	c #Conflicts:      59000 | #Constraints:      16621
13.41/13.52	c #Conflicts:      60000 | #Constraints:      17621
13.41/13.52	c #Conflicts:      61000 | #Constraints:      18621
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      62000 | #Constraints:      14652
13.41/13.52	c #Conflicts:      63000 | #Constraints:      15652
13.41/13.52	c #Conflicts:      64000 | #Constraints:      16652
13.41/13.52	c #Conflicts:      65000 | #Constraints:      17652
13.41/13.52	c #Conflicts:      66000 | #Constraints:      18652
13.41/13.52	c INPROCESSING
13.41/13.52	c GARBAGE COLLECT
13.41/13.52	c #Conflicts:      67000 | #Constraints:      14458
13.41/13.52	c #Conflicts:      68000 | #Constraints:      15458
26.38/26.57	c #Conflicts:      69000 | #Constraints:      16458
26.38/26.57	c #Conflicts:      70000 | #Constraints:      17458
26.38/26.57	c #Conflicts:      71000 | #Constraints:      18458
26.38/26.57	c #Conflicts:      72000 | #Constraints:      19458
26.38/26.57	c INPROCESSING
26.38/26.57	c GARBAGE COLLECT
26.38/26.57	c #Conflicts:      73000 | #Constraints:      15053
26.38/26.57	c #Conflicts:      74000 | #Constraints:      16053
26.38/26.57	c #Conflicts:      75000 | #Constraints:      17053
26.38/26.57	c #Conflicts:      76000 | #Constraints:      18053
26.38/26.57	c #Conflicts:      77000 | #Constraints:      19053
26.38/26.57	c #Conflicts:      78000 | #Constraints:      20053
26.38/26.57	c INPROCESSING
26.38/26.57	c GARBAGE COLLECT
26.38/26.57	c #Conflicts:      79000 | #Constraints:      15443
26.38/26.57	c #Conflicts:      80000 | #Constraints:      16443
26.38/26.57	c #Conflicts:      81000 | #Constraints:      17443
26.38/26.57	c #Conflicts:      82000 | #Constraints:      18443
26.38/26.57	c #Conflicts:      83000 | #Constraints:      19443
26.38/26.57	c #Conflicts:      84000 | #Constraints:      20443
26.38/26.57	c INPROCESSING
26.38/26.57	c GARBAGE COLLECT
26.38/26.57	c #Conflicts:      85000 | #Constraints:      15671
26.38/26.57	c #Conflicts:      86000 | #Constraints:      16671
26.38/26.57	c #Conflicts:      87000 | #Constraints:      17671
26.38/26.57	c #Conflicts:      88000 | #Constraints:      18671
26.38/26.57	c #Conflicts:      89000 | #Constraints:      19671
26.38/26.57	c #Conflicts:      90000 | #Constraints:      20671
26.38/26.57	c INPROCESSING
26.38/26.57	c GARBAGE COLLECT
26.38/26.57	c #Conflicts:      91000 | #Constraints:      15694
26.38/26.57	c #Conflicts:      92000 | #Constraints:      16694
26.38/26.57	c #Conflicts:      93000 | #Constraints:      17694
26.38/26.57	c #Conflicts:      94000 | #Constraints:      18694
26.38/26.57	c #Conflicts:      95000 | #Constraints:      19694
26.38/26.57	c #Conflicts:      96000 | #Constraints:      20694
26.38/26.57	c INPROCESSING
26.38/26.57	c GARBAGE COLLECT
26.38/26.57	c #Conflicts:      97000 | #Constraints:      15501
26.38/26.57	c #Conflicts:      98000 | #Constraints:      16501
26.38/26.57	c #Conflicts:      99000 | #Constraints:      17501
26.38/26.57	c #Conflicts:     100000 | #Constraints:      18501
26.38/26.57	c #Conflicts:     101000 | #Constraints:      19501
26.38/26.57	c #Conflicts:     102000 | #Constraints:      20501
26.38/26.57	c #Conflicts:     103000 | #Constraints:      21501
26.38/26.57	c INPROCESSING
26.38/26.57	c GARBAGE COLLECT
26.38/26.57	c #Conflicts:     104000 | #Constraints:      16069
26.38/26.57	c #Conflicts:     105000 | #Constraints:      17069
26.38/26.57	c #Conflicts:     106000 | #Constraints:      18069
26.38/26.57	c #Conflicts:     107000 | #Constraints:      19069
26.38/26.57	c #Conflicts:     108000 | #Constraints:      20069
26.38/26.57	c #Conflicts:     109000 | #Constraints:      21069
26.38/26.57	c #Conflicts:     110000 | #Constraints:      22069
26.38/26.57	c INPROCESSING
26.38/26.57	c GARBAGE COLLECT
26.38/26.57	c rational objective 681.464
42.24/42.47	c #Conflicts:     111000 | #Constraints:      16471
42.24/42.47	c #Conflicts:     112000 | #Constraints:      17471
42.24/42.47	c #Conflicts:     113000 | #Constraints:      18471
42.24/42.47	c #Conflicts:     114000 | #Constraints:      19471
42.24/42.47	c #Conflicts:     115000 | #Constraints:      20471
42.24/42.47	c #Conflicts:     116000 | #Constraints:      21471
42.24/42.47	c #Conflicts:     117000 | #Constraints:      22471
42.24/42.47	c INPROCESSING
42.24/42.47	c GARBAGE COLLECT
42.24/42.47	c #Conflicts:     118000 | #Constraints:      16660
42.24/42.47	c #Conflicts:     119000 | #Constraints:      17660
42.24/42.47	c #Conflicts:     120000 | #Constraints:      18660
42.24/42.47	c #Conflicts:     121000 | #Constraints:      19660
42.24/42.47	c #Conflicts:     122000 | #Constraints:      20660
42.24/42.47	c #Conflicts:     123000 | #Constraints:      21660
42.24/42.47	c #Conflicts:     124000 | #Constraints:      22660
42.24/42.47	c INPROCESSING
42.24/42.47	c GARBAGE COLLECT
42.24/42.47	c #Conflicts:     125000 | #Constraints:      16655
42.24/42.47	c #Conflicts:     126000 | #Constraints:      17655
42.24/42.47	c #Conflicts:     127000 | #Constraints:      18655
42.24/42.47	c #Conflicts:     128000 | #Constraints:      19655
42.24/42.47	c #Conflicts:     129000 | #Constraints:      20655
42.24/42.47	c #Conflicts:     130000 | #Constraints:      21655
42.24/42.47	c #Conflicts:     131000 | #Constraints:      22655
42.24/42.47	c INPROCESSING
42.24/42.47	c GARBAGE COLLECT
42.24/42.47	c #Conflicts:     132000 | #Constraints:      16506
42.24/42.47	c #Conflicts:     133000 | #Constraints:      17506
42.24/42.47	c #Conflicts:     134000 | #Constraints:      18506
42.24/42.47	c #Conflicts:     135000 | #Constraints:      19506
42.24/42.47	c #Conflicts:     136000 | #Constraints:      20506
42.24/42.47	c #Conflicts:     137000 | #Constraints:      21506
42.24/42.47	c #Conflicts:     138000 | #Constraints:      22506
42.24/42.47	c #Conflicts:     139000 | #Constraints:      23506
42.24/42.47	c INPROCESSING
42.24/42.47	c GARBAGE COLLECT
42.24/42.47	c #Conflicts:     140000 | #Constraints:      17099
42.24/42.47	c #Conflicts:     141000 | #Constraints:      18099
42.24/42.47	c #Conflicts:     142000 | #Constraints:      19099
42.24/42.47	c #Conflicts:     143000 | #Constraints:      20099
42.24/42.47	c #Conflicts:     144000 | #Constraints:      21099
42.24/42.47	c #Conflicts:     145000 | #Constraints:      22099
42.24/42.47	c #Conflicts:     146000 | #Constraints:      23099
42.24/42.47	c #Conflicts:     147000 | #Constraints:      24099
42.24/42.47	c INPROCESSING
42.24/42.47	c GARBAGE COLLECT
42.24/42.47	c #Conflicts:     148000 | #Constraints:      17528
42.24/42.47	c #Conflicts:     149000 | #Constraints:      18528
42.24/42.47	c #Conflicts:     150000 | #Constraints:      19528
42.24/42.47	c #Conflicts:     151000 | #Constraints:      20528
42.24/42.47	c #Conflicts:     152000 | #Constraints:      21528
42.24/42.47	c #Conflicts:     153000 | #Constraints:      22528
42.24/42.47	c #Conflicts:     154000 | #Constraints:      23528
42.24/42.47	c #Conflicts:     155000 | #Constraints:      24528
42.24/42.47	c INPROCESSING
42.24/42.47	c GARBAGE COLLECT
42.24/42.47	c #Conflicts:     156000 | #Constraints:      17742
42.24/42.47	c #Conflicts:     157000 | #Constraints:      18742
42.24/42.47	c #Conflicts:     158000 | #Constraints:      19742
42.24/42.47	c #Conflicts:     159000 | #Constraints:      20742
42.24/42.47	c #Conflicts:     160000 | #Constraints:      21742
42.24/42.47	c #Conflicts:     161000 | #Constraints:      22742
42.24/42.47	c #Conflicts:     162000 | #Constraints:      23742
42.24/42.47	c #Conflicts:     163000 | #Constraints:      24742
42.24/42.47	c INPROCESSING
42.24/42.47	c GARBAGE COLLECT
42.24/42.47	c #Conflicts:     164000 | #Constraints:      17775
42.24/42.47	c #Conflicts:     165000 | #Constraints:      18775
42.24/42.47	c #Conflicts:     166000 | #Constraints:      19775
42.24/42.47	c #Conflicts:     167000 | #Constraints:      20775
42.24/42.47	c #Conflicts:     168000 | #Constraints:      21775
42.24/42.47	c #Conflicts:     169000 | #Constraints:      22775
42.24/42.47	c #Conflicts:     170000 | #Constraints:      23775
42.24/42.47	c #Conflicts:     171000 | #Constraints:      24775
42.24/42.47	c INPROCESSING
42.24/42.47	c GARBAGE COLLECT
42.24/42.47	c #Conflicts:     172000 | #Constraints:      17531
42.24/42.47	c #Conflicts:     173000 | #Constraints:      18531
42.24/42.47	c #Conflicts:     174000 | #Constraints:      19531
42.24/42.47	c #Conflicts:     175000 | #Constraints:      20531
42.24/42.47	c #Conflicts:     176000 | #Constraints:      21531
42.24/42.47	c #Conflicts:     177000 | #Constraints:      22531
42.24/42.47	c #Conflicts:     178000 | #Constraints:      23531
42.24/42.47	c #Conflicts:     179000 | #Constraints:      24531
42.24/42.47	c #Conflicts:     180000 | #Constraints:      25531
42.24/42.47	c INPROCESSING
42.24/42.47	c GARBAGE COLLECT
42.24/42.47	c #Conflicts:     181000 | #Constraints:      18134
42.24/42.47	c #Conflicts:     182000 | #Constraints:      19134
42.24/42.47	c #Conflicts:     183000 | #Constraints:      20134
42.24/42.47	c #Conflicts:     184000 | #Constraints:      21134
67.47/67.71	c #Conflicts:     185000 | #Constraints:      22134
67.47/67.71	c #Conflicts:     186000 | #Constraints:      23134
67.47/67.71	c #Conflicts:     187000 | #Constraints:      24134
67.47/67.71	c #Conflicts:     188000 | #Constraints:      25134
67.47/67.71	c #Conflicts:     189000 | #Constraints:      26134
67.47/67.71	c INPROCESSING
67.47/67.71	c GARBAGE COLLECT
67.47/67.71	c #Conflicts:     190000 | #Constraints:      18530
67.47/67.71	c #Conflicts:     191000 | #Constraints:      19530
67.47/67.71	c #Conflicts:     192000 | #Constraints:      20530
67.47/67.71	c #Conflicts:     193000 | #Constraints:      21530
67.47/67.71	c #Conflicts:     194000 | #Constraints:      22530
67.47/67.71	c #Conflicts:     195000 | #Constraints:      23530
67.47/67.71	c #Conflicts:     196000 | #Constraints:      24530
67.47/67.71	c #Conflicts:     197000 | #Constraints:      25530
67.47/67.71	c #Conflicts:     198000 | #Constraints:      26530
67.47/67.71	c INPROCESSING
67.47/67.71	c GARBAGE COLLECT
67.47/67.71	c #Conflicts:     199000 | #Constraints:      18756
67.47/67.71	c #Conflicts:     200000 | #Constraints:      19756
67.47/67.71	c #Conflicts:     201000 | #Constraints:      20756
67.47/67.71	c #Conflicts:     202000 | #Constraints:      21756
67.47/67.71	c #Conflicts:     203000 | #Constraints:      22756
67.47/67.71	c #Conflicts:     204000 | #Constraints:      23756
67.47/67.71	c #Conflicts:     205000 | #Constraints:      24756
67.47/67.71	c #Conflicts:     206000 | #Constraints:      25756
67.47/67.71	c #Conflicts:     207000 | #Constraints:      26756
67.47/67.71	c INPROCESSING
67.47/67.71	c GARBAGE COLLECT
67.47/67.71	c #Conflicts:     208000 | #Constraints:      18765
67.47/67.71	c #Conflicts:     209000 | #Constraints:      19765
67.47/67.71	c #Conflicts:     210000 | #Constraints:      20765
67.47/67.71	c #Conflicts:     211000 | #Constraints:      21765
67.47/67.71	c #Conflicts:     212000 | #Constraints:      22765
67.47/67.71	c #Conflicts:     213000 | #Constraints:      23765
67.47/67.71	c #Conflicts:     214000 | #Constraints:      24765
67.47/67.71	c #Conflicts:     215000 | #Constraints:      25765
67.47/67.71	c #Conflicts:     216000 | #Constraints:      26765
67.47/67.71	c INPROCESSING
67.47/67.71	c GARBAGE COLLECT
67.47/67.71	c #Conflicts:     217000 | #Constraints:      18583
67.47/67.71	c #Conflicts:     218000 | #Constraints:      19583
67.47/67.71	c #Conflicts:     219000 | #Constraints:      20583
67.47/67.71	c #Conflicts:     220000 | #Constraints:      21583
67.47/67.71	c #Conflicts:     221000 | #Constraints:      22583
67.47/67.71	c #Conflicts:     222000 | #Constraints:      23583
67.47/67.71	c #Conflicts:     223000 | #Constraints:      24583
67.47/67.71	c #Conflicts:     224000 | #Constraints:      25583
67.47/67.71	c #Conflicts:     225000 | #Constraints:      26583
67.47/67.71	c #Conflicts:     226000 | #Constraints:      27583
67.47/67.71	c INPROCESSING
67.47/67.71	c GARBAGE COLLECT
67.47/67.71	c #Conflicts:     227000 | #Constraints:      19159
67.47/67.71	c #Conflicts:     228000 | #Constraints:      20159
67.47/67.71	c #Conflicts:     229000 | #Constraints:      21159
67.47/67.71	c #Conflicts:     230000 | #Constraints:      22159
67.47/67.71	c #Conflicts:     231000 | #Constraints:      23159
67.47/67.71	c #Conflicts:     232000 | #Constraints:      24159
67.47/67.71	c #Conflicts:     233000 | #Constraints:      25159
67.47/67.71	c #Conflicts:     234000 | #Constraints:      26159
67.47/67.71	c #Conflicts:     235000 | #Constraints:      27159
67.47/67.71	c #Conflicts:     236000 | #Constraints:      28159
67.47/67.71	c INPROCESSING
67.47/67.71	c GARBAGE COLLECT
67.47/67.71	c #Conflicts:     237000 | #Constraints:      19563
67.47/67.71	c #Conflicts:     238000 | #Constraints:      20563
67.47/67.71	c #Conflicts:     239000 | #Constraints:      21563
67.47/67.71	c #Conflicts:     240000 | #Constraints:      22563
67.47/67.71	c #Conflicts:     241000 | #Constraints:      23563
67.47/67.71	c #Conflicts:     242000 | #Constraints:      24563
67.47/67.71	c #Conflicts:     243000 | #Constraints:      25563
67.47/67.71	c #Conflicts:     244000 | #Constraints:      26563
67.47/67.71	c #Conflicts:     245000 | #Constraints:      27563
67.47/67.71	c #Conflicts:     246000 | #Constraints:      28563
67.47/67.71	c INPROCESSING
67.47/67.71	c GARBAGE COLLECT
67.47/67.71	c #Conflicts:     247000 | #Constraints:      19768
67.47/67.71	c #Conflicts:     248000 | #Constraints:      20768
67.47/67.71	c #Conflicts:     249000 | #Constraints:      21768
67.47/67.71	c #Conflicts:     250000 | #Constraints:      22768
67.47/67.71	c #Conflicts:     251000 | #Constraints:      23768
67.47/67.71	c #Conflicts:     252000 | #Constraints:      24768
67.47/67.71	c #Conflicts:     253000 | #Constraints:      25768
67.47/67.71	c #Conflicts:     254000 | #Constraints:      26768
67.47/67.71	c #Conflicts:     255000 | #Constraints:      27768
67.47/67.71	c #Conflicts:     256000 | #Constraints:      28768
67.47/67.71	c INPROCESSING
67.47/67.71	c GARBAGE COLLECT
67.47/67.71	c #Conflicts:     257000 | #Constraints:      19749
91.02/91.31	c #Conflicts:     258000 | #Constraints:      20749
91.02/91.31	c #Conflicts:     259000 | #Constraints:      21749
91.02/91.31	c #Conflicts:     260000 | #Constraints:      22749
91.02/91.31	c #Conflicts:     261000 | #Constraints:      23749
91.02/91.31	c #Conflicts:     262000 | #Constraints:      24749
91.02/91.31	c #Conflicts:     263000 | #Constraints:      25749
91.02/91.31	c #Conflicts:     264000 | #Constraints:      26749
91.02/91.31	c #Conflicts:     265000 | #Constraints:      27749
91.02/91.31	c #Conflicts:     266000 | #Constraints:      28749
91.02/91.31	c INPROCESSING
91.02/91.31	c GARBAGE COLLECT
91.02/91.31	c #Conflicts:     267000 | #Constraints:      19544
91.02/91.31	c #Conflicts:     268000 | #Constraints:      20544
91.02/91.31	c #Conflicts:     269000 | #Constraints:      21544
91.02/91.31	c #Conflicts:     270000 | #Constraints:      22544
91.02/91.31	c #Conflicts:     271000 | #Constraints:      23544
91.02/91.31	c #Conflicts:     272000 | #Constraints:      24544
91.02/91.31	c #Conflicts:     273000 | #Constraints:      25544
91.02/91.31	c #Conflicts:     274000 | #Constraints:      26544
91.02/91.31	c #Conflicts:     275000 | #Constraints:      27544
91.02/91.31	c #Conflicts:     276000 | #Constraints:      28544
91.02/91.31	c #Conflicts:     277000 | #Constraints:      29544
91.02/91.31	c INPROCESSING
91.02/91.31	c GARBAGE COLLECT
91.02/91.31	c #Conflicts:     278000 | #Constraints:      20131
91.02/91.31	c #Conflicts:     279000 | #Constraints:      21131
91.02/91.31	c #Conflicts:     280000 | #Constraints:      22131
91.02/91.31	c #Conflicts:     281000 | #Constraints:      23131
91.02/91.31	c #Conflicts:     282000 | #Constraints:      24131
91.02/91.31	c #Conflicts:     283000 | #Constraints:      25131
91.02/91.31	c #Conflicts:     284000 | #Constraints:      26131
91.02/91.31	c #Conflicts:     285000 | #Constraints:      27131
91.02/91.31	c #Conflicts:     286000 | #Constraints:      28131
91.02/91.31	c #Conflicts:     287000 | #Constraints:      29131
91.02/91.31	c #Conflicts:     288000 | #Constraints:      30131
91.02/91.31	c INPROCESSING
91.02/91.31	c GARBAGE COLLECT
91.02/91.31	c #Conflicts:     289000 | #Constraints:      20504
91.02/91.31	c #Conflicts:     290000 | #Constraints:      21504
91.02/91.31	c #Conflicts:     291000 | #Constraints:      22504
91.02/91.31	c #Conflicts:     292000 | #Constraints:      23504
91.02/91.31	c #Conflicts:     293000 | #Constraints:      24504
91.02/91.31	c #Conflicts:     294000 | #Constraints:      25504
91.02/91.31	c #Conflicts:     295000 | #Constraints:      26504
91.02/91.31	c #Conflicts:     296000 | #Constraints:      27504
91.02/91.31	c #Conflicts:     297000 | #Constraints:      28504
91.02/91.31	c #Conflicts:     298000 | #Constraints:      29504
91.02/91.31	c #Conflicts:     299000 | #Constraints:      30504
91.02/91.31	c INPROCESSING
91.02/91.31	c GARBAGE COLLECT
91.02/91.31	c #Conflicts:     300000 | #Constraints:      20708
91.02/91.31	c #Conflicts:     301000 | #Constraints:      21708
91.02/91.31	c #Conflicts:     302000 | #Constraints:      22708
91.02/91.31	c #Conflicts:     303000 | #Constraints:      23708
91.02/91.31	c #Conflicts:     304000 | #Constraints:      24708
91.02/91.31	c #Conflicts:     305000 | #Constraints:      25708
91.02/91.31	c #Conflicts:     306000 | #Constraints:      26708
91.02/91.31	c #Conflicts:     307000 | #Constraints:      27708
91.02/91.31	c #Conflicts:     308000 | #Constraints:      28708
91.02/91.31	c #Conflicts:     309000 | #Constraints:      29708
91.02/91.31	c #Conflicts:     310000 | #Constraints:      30708
91.02/91.31	c INPROCESSING
91.02/91.31	c GARBAGE COLLECT
91.02/91.31	c #Conflicts:     311000 | #Constraints:      20741
91.02/91.31	c #Conflicts:     312000 | #Constraints:      21741
91.02/91.31	c #Conflicts:     313000 | #Constraints:      22741
91.02/91.31	c #Conflicts:     314000 | #Constraints:      23741
91.02/91.31	c #Conflicts:     315000 | #Constraints:      24741
91.02/91.31	c #Conflicts:     316000 | #Constraints:      25741
91.02/91.31	c #Conflicts:     317000 | #Constraints:      26741
91.02/91.31	c #Conflicts:     318000 | #Constraints:      27741
91.02/91.31	c #Conflicts:     319000 | #Constraints:      28741
91.02/91.31	c #Conflicts:     320000 | #Constraints:      29741
91.02/91.31	c #Conflicts:     321000 | #Constraints:      30741
91.02/91.31	c INPROCESSING
91.02/91.31	c GARBAGE COLLECT
91.02/91.31	c #Conflicts:     322000 | #Constraints:      20517
91.02/91.31	c #Conflicts:     323000 | #Constraints:      21517
91.02/91.31	c #Conflicts:     324000 | #Constraints:      22518
91.02/91.31	c #Conflicts:     325000 | #Constraints:      23518
91.02/91.31	c #Conflicts:     326000 | #Constraints:      24518
91.02/91.31	c #Conflicts:     327000 | #Constraints:      25518
91.02/91.31	c #Conflicts:     328000 | #Constraints:      26518
91.02/91.31	c #Conflicts:     329000 | #Constraints:      27518
91.02/91.31	c #Conflicts:     330000 | #Constraints:      28518
91.02/91.31	c #Conflicts:     331000 | #Constraints:      29518
91.02/91.31	c #Conflicts:     332000 | #Constraints:      30518
113.87/114.21	c #Conflicts:     333000 | #Constraints:      31518
113.87/114.21	c INPROCESSING
113.87/114.21	c GARBAGE COLLECT
113.87/114.21	c #Conflicts:     334000 | #Constraints:      21119
113.87/114.21	c #Conflicts:     335000 | #Constraints:      22119
113.87/114.21	c #Conflicts:     336000 | #Constraints:      23119
113.87/114.21	c #Conflicts:     337000 | #Constraints:      24119
113.87/114.21	c #Conflicts:     338000 | #Constraints:      25119
113.87/114.21	c #Conflicts:     339000 | #Constraints:      26119
113.87/114.21	c #Conflicts:     340000 | #Constraints:      27119
113.87/114.21	c #Conflicts:     341000 | #Constraints:      28119
113.87/114.21	c #Conflicts:     342000 | #Constraints:      29119
113.87/114.21	c #Conflicts:     343000 | #Constraints:      30119
113.87/114.21	c #Conflicts:     344000 | #Constraints:      31119
113.87/114.21	c #Conflicts:     345000 | #Constraints:      32119
113.87/114.21	c INPROCESSING
113.87/114.21	c GARBAGE COLLECT
113.87/114.21	c #Conflicts:     346000 | #Constraints:      21523
113.87/114.21	c #Conflicts:     347000 | #Constraints:      22523
113.87/114.21	c #Conflicts:     348000 | #Constraints:      23523
113.87/114.21	c #Conflicts:     349000 | #Constraints:      24523
113.87/114.21	c #Conflicts:     350000 | #Constraints:      25523
113.87/114.21	c #Conflicts:     351000 | #Constraints:      26523
113.87/114.21	c #Conflicts:     352000 | #Constraints:      27523
113.87/114.21	c #Conflicts:     353000 | #Constraints:      28523
113.87/114.21	c #Conflicts:     354000 | #Constraints:      29523
113.87/114.21	c #Conflicts:     355000 | #Constraints:      30523
113.87/114.21	c #Conflicts:     356000 | #Constraints:      31523
113.87/114.21	c #Conflicts:     357000 | #Constraints:      32523
113.87/114.21	c INPROCESSING
113.87/114.21	c GARBAGE COLLECT
113.87/114.21	c #Conflicts:     358000 | #Constraints:      21755
113.87/114.21	c #Conflicts:     359000 | #Constraints:      22755
113.87/114.21	c #Conflicts:     360000 | #Constraints:      23755
113.87/114.21	c #Conflicts:     361000 | #Constraints:      24755
113.87/114.21	c #Conflicts:     362000 | #Constraints:      25755
113.87/114.21	c #Conflicts:     363000 | #Constraints:      26755
113.87/114.21	c #Conflicts:     364000 | #Constraints:      27755
113.87/114.21	c #Conflicts:     365000 | #Constraints:      28755
113.87/114.21	c #Conflicts:     366000 | #Constraints:      29755
113.87/114.21	c #Conflicts:     367000 | #Constraints:      30755
113.87/114.21	c #Conflicts:     368000 | #Constraints:      31755
113.87/114.21	c #Conflicts:     369000 | #Constraints:      32755
113.87/114.21	c INPROCESSING
113.87/114.21	c GARBAGE COLLECT
113.87/114.21	c #Conflicts:     370000 | #Constraints:      21801
113.87/114.21	c #Conflicts:     371000 | #Constraints:      22801
113.87/114.21	c #Conflicts:     372000 | #Constraints:      23801
113.87/114.21	c #Conflicts:     373000 | #Constraints:      24801
113.87/114.21	c #Conflicts:     374000 | #Constraints:      25801
113.87/114.21	c #Conflicts:     375000 | #Constraints:      26801
113.87/114.21	c #Conflicts:     376000 | #Constraints:      27801
113.87/114.21	c #Conflicts:     377000 | #Constraints:      28801
113.87/114.21	c #Conflicts:     378000 | #Constraints:      29801
113.87/114.21	c #Conflicts:     379000 | #Constraints:      30801
113.87/114.21	c #Conflicts:     380000 | #Constraints:      31801
113.87/114.21	c #Conflicts:     381000 | #Constraints:      32801
113.87/114.21	c INPROCESSING
113.87/114.21	c GARBAGE COLLECT
113.87/114.21	c #Conflicts:     382000 | #Constraints:      21574
113.87/114.21	c #Conflicts:     383000 | #Constraints:      22574
113.87/114.21	c #Conflicts:     384000 | #Constraints:      23574
113.87/114.21	c #Conflicts:     385000 | #Constraints:      24574
113.87/114.21	c #Conflicts:     386000 | #Constraints:      25574
113.87/114.21	c #Conflicts:     387000 | #Constraints:      26575
113.87/114.21	c #Conflicts:     388000 | #Constraints:      27575
113.87/114.21	c #Conflicts:     389000 | #Constraints:      28575
113.87/114.21	c #Conflicts:     390000 | #Constraints:      29575
113.87/114.21	c #Conflicts:     391000 | #Constraints:      30575
113.87/114.21	c #Conflicts:     392000 | #Constraints:      31575
113.87/114.21	c #Conflicts:     393000 | #Constraints:      32575
113.87/114.21	c #Conflicts:     394000 | #Constraints:      33576
113.87/114.21	c INPROCESSING
113.87/114.21	c GARBAGE COLLECT
113.87/114.21	c #Conflicts:     395000 | #Constraints:      22187
113.87/114.21	c #Conflicts:     396000 | #Constraints:      23187
113.87/114.21	c #Conflicts:     397000 | #Constraints:      24187
113.87/114.21	c #Conflicts:     398000 | #Constraints:      25187
113.87/114.21	c #Conflicts:     399000 | #Constraints:      26187
113.87/114.21	c #Conflicts:     400000 | #Constraints:      27187
113.87/114.21	c #Conflicts:     401000 | #Constraints:      28187
113.87/114.21	c #Conflicts:     402000 | #Constraints:      29187
113.87/114.21	c #Conflicts:     403000 | #Constraints:      30188
113.87/114.21	c #Conflicts:     404000 | #Constraints:      31188
113.87/114.21	c #Conflicts:     405000 | #Constraints:      32188
113.87/114.21	c #Conflicts:     406000 | #Constraints:      33188
113.87/114.21	c #Conflicts:     407000 | #Constraints:      34188
114.36/114.77	c INPROCESSING
114.36/114.77	c GARBAGE COLLECT
114.36/114.77	WSVECS04 Frhs2[11]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[61]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[406]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[725]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[1148]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[1269]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[1415]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2525]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2585]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2679]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2736]: 6 -21837 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3607]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
114.36/114.77	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
132.42/132.85	c #Conflicts:     408000 | #Constraints:      22550
132.42/132.85	c #Conflicts:     409000 | #Constraints:      23550
132.42/132.85	c #Conflicts:     410000 | #Constraints:      24550
132.42/132.85	c #Conflicts:     411000 | #Constraints:      25550
132.42/132.85	c #Conflicts:     412000 | #Constraints:      26550
132.42/132.85	c #Conflicts:     413000 | #Constraints:      27550
132.42/132.85	c #Conflicts:     414000 | #Constraints:      28550
132.42/132.85	c #Conflicts:     415000 | #Constraints:      29550
132.42/132.85	c #Conflicts:     416000 | #Constraints:      30550
132.42/132.85	c #Conflicts:     417000 | #Constraints:      31550
132.42/132.85	c #Conflicts:     418000 | #Constraints:      32550
132.42/132.85	c #Conflicts:     419000 | #Constraints:      33550
132.42/132.85	c #Conflicts:     420000 | #Constraints:      34550
132.42/132.85	c INPROCESSING
132.42/132.85	c GARBAGE COLLECT
132.42/132.85	c #Conflicts:     421000 | #Constraints:      22777
132.42/132.85	c #Conflicts:     422000 | #Constraints:      23777
132.42/132.85	c #Conflicts:     423000 | #Constraints:      24777
132.42/132.85	c #Conflicts:     424000 | #Constraints:      25777
132.42/132.85	c #Conflicts:     425000 | #Constraints:      26777
132.42/132.85	c #Conflicts:     426000 | #Constraints:      27777
132.42/132.85	c #Conflicts:     427000 | #Constraints:      28777
132.42/132.85	c #Conflicts:     428000 | #Constraints:      29777
132.42/132.85	c #Conflicts:     429000 | #Constraints:      30777
132.42/132.85	c #Conflicts:     430000 | #Constraints:      31777
132.42/132.85	c #Conflicts:     431000 | #Constraints:      32777
132.42/132.85	c #Conflicts:     432000 | #Constraints:      33777
132.42/132.85	c #Conflicts:     433000 | #Constraints:      34777
132.42/132.85	c INPROCESSING
132.42/132.85	c GARBAGE COLLECT
132.42/132.85	c #Conflicts:     434000 | #Constraints:      22811
132.42/132.85	c #Conflicts:     435000 | #Constraints:      23811
132.42/132.85	c #Conflicts:     436000 | #Constraints:      24811
132.42/132.85	c #Conflicts:     437000 | #Constraints:      25811
132.42/132.85	c #Conflicts:     438000 | #Constraints:      26811
132.42/132.85	c #Conflicts:     439000 | #Constraints:      27811
132.42/132.85	c #Conflicts:     440000 | #Constraints:      28811
132.42/132.85	c #Conflicts:     441000 | #Constraints:      29811
132.42/132.85	c #Conflicts:     442000 | #Constraints:      30812
132.42/132.85	c #Conflicts:     443000 | #Constraints:      31812
132.42/132.85	c #Conflicts:     444000 | #Constraints:      32812
132.42/132.85	c #Conflicts:     445000 | #Constraints:      33812
132.42/132.85	c #Conflicts:     446000 | #Constraints:      34812
132.42/132.85	c INPROCESSING
132.42/132.85	c GARBAGE COLLECT
132.42/132.85	c rational objective 735.846
176.91/177.48	c #Conflicts:     447000 | #Constraints:      22637
176.91/177.48	c #Conflicts:     448000 | #Constraints:      23637
176.91/177.48	c #Conflicts:     449000 | #Constraints:      24637
176.91/177.48	c #Conflicts:     450000 | #Constraints:      25637
176.91/177.48	c #Conflicts:     451000 | #Constraints:      26637
176.91/177.48	c #Conflicts:     452000 | #Constraints:      27637
176.91/177.48	c #Conflicts:     453000 | #Constraints:      28637
176.91/177.48	c #Conflicts:     454000 | #Constraints:      29637
176.91/177.48	c #Conflicts:     455000 | #Constraints:      30637
176.91/177.48	c #Conflicts:     456000 | #Constraints:      31637
176.91/177.48	c #Conflicts:     457000 | #Constraints:      32637
176.91/177.48	c #Conflicts:     458000 | #Constraints:      33637
176.91/177.48	c #Conflicts:     459000 | #Constraints:      34637
176.91/177.48	c #Conflicts:     460000 | #Constraints:      35637
176.91/177.48	c INPROCESSING
176.91/177.48	c GARBAGE COLLECT
176.91/177.48	c #Conflicts:     461000 | #Constraints:      23235
176.91/177.48	c #Conflicts:     462000 | #Constraints:      24235
176.91/177.48	c #Conflicts:     463000 | #Constraints:      25235
176.91/177.48	c #Conflicts:     464000 | #Constraints:      26235
176.91/177.48	c #Conflicts:     465000 | #Constraints:      27235
176.91/177.48	c #Conflicts:     466000 | #Constraints:      28235
176.91/177.48	c #Conflicts:     467000 | #Constraints:      29235
176.91/177.48	c #Conflicts:     468000 | #Constraints:      30235
176.91/177.48	c #Conflicts:     469000 | #Constraints:      31235
176.91/177.48	c #Conflicts:     470000 | #Constraints:      32235
176.91/177.48	c #Conflicts:     471000 | #Constraints:      33235
176.91/177.48	c #Conflicts:     472000 | #Constraints:      34235
176.91/177.48	c #Conflicts:     473000 | #Constraints:      35235
176.91/177.48	c #Conflicts:     474000 | #Constraints:      36235
176.91/177.48	c INPROCESSING
176.91/177.48	c GARBAGE COLLECT
176.91/177.48	c #Conflicts:     475000 | #Constraints:      23624
176.91/177.48	c #Conflicts:     476000 | #Constraints:      24624
176.91/177.48	c #Conflicts:     477000 | #Constraints:      25624
176.91/177.48	c #Conflicts:     478000 | #Constraints:      26624
176.91/177.48	c #Conflicts:     479000 | #Constraints:      27624
176.91/177.48	c #Conflicts:     480000 | #Constraints:      28624
176.91/177.48	c #Conflicts:     481000 | #Constraints:      29624
176.91/177.48	c #Conflicts:     482000 | #Constraints:      30624
176.91/177.48	c #Conflicts:     483000 | #Constraints:      31624
176.91/177.48	c #Conflicts:     484000 | #Constraints:      32624
176.91/177.48	c #Conflicts:     485000 | #Constraints:      33624
176.91/177.48	c #Conflicts:     486000 | #Constraints:      34624
176.91/177.48	c #Conflicts:     487000 | #Constraints:      35624
176.91/177.48	c #Conflicts:     488000 | #Constraints:      36624
176.91/177.48	c INPROCESSING
176.91/177.48	c GARBAGE COLLECT
176.91/177.48	c #Conflicts:     489000 | #Constraints:      23820
176.91/177.48	c #Conflicts:     490000 | #Constraints:      24820
176.91/177.48	c #Conflicts:     491000 | #Constraints:      25820
176.91/177.48	c #Conflicts:     492000 | #Constraints:      26820
176.91/177.48	c #Conflicts:     493000 | #Constraints:      27820
176.91/177.48	c #Conflicts:     494000 | #Constraints:      28820
176.91/177.48	c #Conflicts:     495000 | #Constraints:      29820
176.91/177.48	c #Conflicts:     496000 | #Constraints:      30820
176.91/177.48	c #Conflicts:     497000 | #Constraints:      31820
176.91/177.48	c #Conflicts:     498000 | #Constraints:      32820
176.91/177.48	c #Conflicts:     499000 | #Constraints:      33820
176.91/177.48	c #Conflicts:     500000 | #Constraints:      34820
176.91/177.48	c #Conflicts:     501000 | #Constraints:      35820
176.91/177.48	c #Conflicts:     502000 | #Constraints:      36820
176.91/177.48	c INPROCESSING
176.91/177.48	c GARBAGE COLLECT
176.91/177.48	c #Conflicts:     503000 | #Constraints:      23822
176.91/177.48	c #Conflicts:     504000 | #Constraints:      24822
176.91/177.48	c #Conflicts:     505000 | #Constraints:      25822
176.91/177.48	c #Conflicts:     506000 | #Constraints:      26822
176.91/177.48	c #Conflicts:     507000 | #Constraints:      27822
176.91/177.48	c #Conflicts:     508000 | #Constraints:      28822
176.91/177.48	c #Conflicts:     509000 | #Constraints:      29822
176.91/177.48	c #Conflicts:     510000 | #Constraints:      30822
176.91/177.48	c #Conflicts:     511000 | #Constraints:      31822
176.91/177.48	c #Conflicts:     512000 | #Constraints:      32822
176.91/177.48	c #Conflicts:     513000 | #Constraints:      33822
176.91/177.48	c #Conflicts:     514000 | #Constraints:      34822
176.91/177.48	c #Conflicts:     515000 | #Constraints:      35822
176.91/177.48	c #Conflicts:     516000 | #Constraints:      36822
176.91/177.48	c INPROCESSING
176.91/177.48	c GARBAGE COLLECT
176.91/177.48	c #Conflicts:     517000 | #Constraints:      23580
176.91/177.48	c #Conflicts:     518000 | #Constraints:      24580
176.91/177.48	c #Conflicts:     519000 | #Constraints:      25580
176.91/177.48	c #Conflicts:     520000 | #Constraints:      26580
176.91/177.48	c #Conflicts:     521000 | #Constraints:      27580
176.91/177.48	c #Conflicts:     522000 | #Constraints:      28580
201.85/202.40	c #Conflicts:     523000 | #Constraints:      29580
201.85/202.40	c #Conflicts:     524000 | #Constraints:      30580
201.85/202.40	c #Conflicts:     525000 | #Constraints:      31580
201.85/202.40	c #Conflicts:     526000 | #Constraints:      32580
201.85/202.40	c #Conflicts:     527000 | #Constraints:      33580
201.85/202.40	c #Conflicts:     528000 | #Constraints:      34580
201.85/202.40	c #Conflicts:     529000 | #Constraints:      35580
201.85/202.40	c #Conflicts:     530000 | #Constraints:      36580
201.85/202.40	c #Conflicts:     531000 | #Constraints:      37580
201.85/202.40	c INPROCESSING
201.85/202.40	c GARBAGE COLLECT
201.85/202.40	c #Conflicts:     532000 | #Constraints:      24211
201.85/202.40	c #Conflicts:     533000 | #Constraints:      25211
201.85/202.40	c #Conflicts:     534000 | #Constraints:      26211
201.85/202.40	c #Conflicts:     535000 | #Constraints:      27211
201.85/202.40	c #Conflicts:     536000 | #Constraints:      28211
201.85/202.40	c #Conflicts:     537000 | #Constraints:      29211
201.85/202.40	c #Conflicts:     538000 | #Constraints:      30211
201.85/202.40	c #Conflicts:     539000 | #Constraints:      31211
201.85/202.40	c #Conflicts:     540000 | #Constraints:      32211
201.85/202.40	c #Conflicts:     541000 | #Constraints:      33211
201.85/202.40	c #Conflicts:     542000 | #Constraints:      34211
201.85/202.40	c #Conflicts:     543000 | #Constraints:      35211
201.85/202.40	c #Conflicts:     544000 | #Constraints:      36211
201.85/202.40	c #Conflicts:     545000 | #Constraints:      37211
201.85/202.40	c #Conflicts:     546000 | #Constraints:      38211
201.85/202.40	c INPROCESSING
201.85/202.40	c GARBAGE COLLECT
201.85/202.40	c #Conflicts:     547000 | #Constraints:      24601
201.85/202.40	c #Conflicts:     548000 | #Constraints:      25601
201.85/202.40	c #Conflicts:     549000 | #Constraints:      26601
201.85/202.40	c #Conflicts:     550000 | #Constraints:      27601
201.85/202.40	c #Conflicts:     551000 | #Constraints:      28601
201.85/202.40	c #Conflicts:     552000 | #Constraints:      29601
201.85/202.40	c #Conflicts:     553000 | #Constraints:      30601
201.85/202.40	c #Conflicts:     554000 | #Constraints:      31601
201.85/202.40	c #Conflicts:     555000 | #Constraints:      32601
201.85/202.40	c #Conflicts:     556000 | #Constraints:      33601
201.85/202.40	c #Conflicts:     557000 | #Constraints:      34601
201.85/202.40	c #Conflicts:     558000 | #Constraints:      35601
201.85/202.40	c #Conflicts:     559000 | #Constraints:      36601
201.85/202.40	c #Conflicts:     560000 | #Constraints:      37601
201.85/202.40	c #Conflicts:     561000 | #Constraints:      38601
201.85/202.40	c INPROCESSING
201.85/202.40	c GARBAGE COLLECT
201.85/202.40	c #Conflicts:     562000 | #Constraints:      24798
201.85/202.40	c #Conflicts:     563000 | #Constraints:      25798
201.85/202.40	c #Conflicts:     564000 | #Constraints:      26798
201.85/202.40	c #Conflicts:     565000 | #Constraints:      27798
201.85/202.40	c #Conflicts:     566000 | #Constraints:      28798
201.85/202.40	c #Conflicts:     567000 | #Constraints:      29798
201.85/202.40	c #Conflicts:     568000 | #Constraints:      30798
201.85/202.40	c #Conflicts:     569000 | #Constraints:      31798
201.85/202.40	c #Conflicts:     570000 | #Constraints:      32798
201.85/202.40	c #Conflicts:     571000 | #Constraints:      33798
201.85/202.40	c #Conflicts:     572000 | #Constraints:      34798
201.85/202.40	c #Conflicts:     573000 | #Constraints:      35798
201.85/202.40	c #Conflicts:     574000 | #Constraints:      36798
201.85/202.40	c #Conflicts:     575000 | #Constraints:      37798
201.85/202.40	c #Conflicts:     576000 | #Constraints:      38798
201.85/202.40	c INPROCESSING
201.85/202.40	c GARBAGE COLLECT
201.85/202.40	c #Conflicts:     577000 | #Constraints:      24827
201.85/202.40	c #Conflicts:     578000 | #Constraints:      25827
201.85/202.40	c #Conflicts:     579000 | #Constraints:      26827
201.85/202.40	c #Conflicts:     580000 | #Constraints:      27827
201.85/202.40	c #Conflicts:     581000 | #Constraints:      28827
201.85/202.40	c #Conflicts:     582000 | #Constraints:      29827
201.85/202.40	c #Conflicts:     583000 | #Constraints:      30827
201.85/202.40	c #Conflicts:     584000 | #Constraints:      31827
201.85/202.40	c #Conflicts:     585000 | #Constraints:      32827
201.85/202.40	c #Conflicts:     586000 | #Constraints:      33827
201.85/202.40	c #Conflicts:     587000 | #Constraints:      34827
201.85/202.40	c #Conflicts:     588000 | #Constraints:      35827
201.85/202.40	c #Conflicts:     589000 | #Constraints:      36827
201.85/202.40	c #Conflicts:     590000 | #Constraints:      37827
201.85/202.40	c #Conflicts:     591000 | #Constraints:      38827
201.85/202.40	c INPROCESSING
201.85/202.40	c GARBAGE COLLECT
201.85/202.40	c #Conflicts:     592000 | #Constraints:      24608
201.85/202.40	c #Conflicts:     593000 | #Constraints:      25608
201.85/202.40	c #Conflicts:     594000 | #Constraints:      26608
201.85/202.40	c #Conflicts:     595000 | #Constraints:      27608
201.85/202.40	c #Conflicts:     596000 | #Constraints:      28608
201.85/202.40	c #Conflicts:     597000 | #Constraints:      29608
201.85/202.40	c #Conflicts:     598000 | #Constraints:      30608
210.23/210.85	c #Conflicts:     599000 | #Constraints:      31608
210.23/210.85	c #Conflicts:     600000 | #Constraints:      32608
210.23/210.85	c #Conflicts:     601000 | #Constraints:      33608
210.23/210.85	c #Conflicts:     602000 | #Constraints:      34608
210.23/210.85	c #Conflicts:     603000 | #Constraints:      35608
210.23/210.85	c #Conflicts:     604000 | #Constraints:      36608
210.23/210.85	c #Conflicts:     605000 | #Constraints:      37608
210.23/210.85	c #Conflicts:     606000 | #Constraints:      38608
210.23/210.85	c #Conflicts:     607000 | #Constraints:      39608
210.23/210.85	c INPROCESSING
210.23/210.85	c GARBAGE COLLECT
210.23/210.85	c rational objective 765.156
236.76/237.40	c #Conflicts:     608000 | #Constraints:      25241
236.76/237.40	c #Conflicts:     609000 | #Constraints:      26241
236.76/237.40	c #Conflicts:     610000 | #Constraints:      27241
236.76/237.40	c #Conflicts:     611000 | #Constraints:      28241
236.76/237.40	c #Conflicts:     612000 | #Constraints:      29241
236.76/237.40	c #Conflicts:     613000 | #Constraints:      30241
236.76/237.40	c #Conflicts:     614000 | #Constraints:      31241
236.76/237.40	c #Conflicts:     615000 | #Constraints:      32241
236.76/237.40	c #Conflicts:     616000 | #Constraints:      33241
236.76/237.40	c #Conflicts:     617000 | #Constraints:      34241
236.76/237.40	c #Conflicts:     618000 | #Constraints:      35241
236.76/237.40	c #Conflicts:     619000 | #Constraints:      36241
236.76/237.40	c #Conflicts:     620000 | #Constraints:      37241
236.76/237.40	c #Conflicts:     621000 | #Constraints:      38241
236.76/237.40	c #Conflicts:     622000 | #Constraints:      39241
236.76/237.40	c #Conflicts:     623000 | #Constraints:      40241
236.76/237.40	c INPROCESSING
236.76/237.40	c GARBAGE COLLECT
236.76/237.40	c #Conflicts:     624000 | #Constraints:      25636
236.76/237.40	c #Conflicts:     625000 | #Constraints:      26636
236.76/237.40	c #Conflicts:     626000 | #Constraints:      27636
236.76/237.40	c #Conflicts:     627000 | #Constraints:      28636
236.76/237.40	c #Conflicts:     628000 | #Constraints:      29636
236.76/237.40	c #Conflicts:     629000 | #Constraints:      30636
236.76/237.40	c #Conflicts:     630000 | #Constraints:      31636
236.76/237.40	c #Conflicts:     631000 | #Constraints:      32636
236.76/237.40	c #Conflicts:     632000 | #Constraints:      33636
236.76/237.40	c #Conflicts:     633000 | #Constraints:      34636
236.76/237.40	c #Conflicts:     634000 | #Constraints:      35636
236.76/237.40	c #Conflicts:     635000 | #Constraints:      36636
236.76/237.40	c #Conflicts:     636000 | #Constraints:      37636
236.76/237.40	c #Conflicts:     637000 | #Constraints:      38636
236.76/237.40	c #Conflicts:     638000 | #Constraints:      39637
236.76/237.40	c #Conflicts:     639000 | #Constraints:      40637
236.76/237.40	c INPROCESSING
236.76/237.40	c GARBAGE COLLECT
236.76/237.40	c #Conflicts:     640000 | #Constraints:      25795
236.76/237.40	c #Conflicts:     641000 | #Constraints:      26795
236.76/237.40	c #Conflicts:     642000 | #Constraints:      27795
236.76/237.40	c #Conflicts:     643000 | #Constraints:      28795
236.76/237.40	c #Conflicts:     644000 | #Constraints:      29795
236.76/237.40	c #Conflicts:     645000 | #Constraints:      30795
236.76/237.40	c #Conflicts:     646000 | #Constraints:      31795
236.76/237.40	c #Conflicts:     647000 | #Constraints:      32795
236.76/237.40	c #Conflicts:     648000 | #Constraints:      33795
236.76/237.40	c #Conflicts:     649000 | #Constraints:      34795
236.76/237.40	c #Conflicts:     650000 | #Constraints:      35795
236.76/237.40	c #Conflicts:     651000 | #Constraints:      36795
236.76/237.40	c #Conflicts:     652000 | #Constraints:      37795
236.76/237.40	c #Conflicts:     653000 | #Constraints:      38796
236.76/237.40	c #Conflicts:     654000 | #Constraints:      39796
236.76/237.40	c #Conflicts:     655000 | #Constraints:      40796
236.76/237.40	c INPROCESSING
236.76/237.40	c GARBAGE COLLECT
236.76/237.40	c #Conflicts:     656000 | #Constraints:      25799
236.76/237.40	c #Conflicts:     657000 | #Constraints:      26799
236.76/237.40	c #Conflicts:     658000 | #Constraints:      27799
236.76/237.40	c #Conflicts:     659000 | #Constraints:      28799
236.76/237.40	c #Conflicts:     660000 | #Constraints:      29799
236.76/237.40	c #Conflicts:     661000 | #Constraints:      30799
236.76/237.40	c #Conflicts:     662000 | #Constraints:      31799
236.76/237.40	c #Conflicts:     663000 | #Constraints:      32799
236.76/237.40	c #Conflicts:     664000 | #Constraints:      33799
236.76/237.40	c #Conflicts:     665000 | #Constraints:      34799
236.76/237.40	c #Conflicts:     666000 | #Constraints:      35799
236.76/237.40	c #Conflicts:     667000 | #Constraints:      36799
236.76/237.40	c #Conflicts:     668000 | #Constraints:      37799
236.76/237.40	c #Conflicts:     669000 | #Constraints:      38799
236.76/237.40	c #Conflicts:     670000 | #Constraints:      39799
236.76/237.40	c #Conflicts:     671000 | #Constraints:      40799
236.76/237.40	c INPROCESSING
236.76/237.40	c GARBAGE COLLECT
236.76/237.40	c #Conflicts:     672000 | #Constraints:      25562
236.76/237.40	c #Conflicts:     673000 | #Constraints:      26562
236.76/237.40	c #Conflicts:     674000 | #Constraints:      27562
236.76/237.40	c #Conflicts:     675000 | #Constraints:      28562
236.76/237.40	c #Conflicts:     676000 | #Constraints:      29562
236.76/237.40	c #Conflicts:     677000 | #Constraints:      30562
236.76/237.40	c #Conflicts:     678000 | #Constraints:      31562
236.76/237.40	c #Conflicts:     679000 | #Constraints:      32562
236.76/237.40	c #Conflicts:     680000 | #Constraints:      33562
236.76/237.40	c #Conflicts:     681000 | #Constraints:      34562
236.76/237.40	c #Conflicts:     682000 | #Constraints:      35562
236.76/237.40	c #Conflicts:     683000 | #Constraints:      36562
236.76/237.40	c #Conflicts:     684000 | #Constraints:      37562
272.07/272.85	c #Conflicts:     685000 | #Constraints:      38562
272.07/272.85	c #Conflicts:     686000 | #Constraints:      39562
272.07/272.85	c #Conflicts:     687000 | #Constraints:      40562
272.07/272.85	c #Conflicts:     688000 | #Constraints:      41562
272.07/272.85	c INPROCESSING
272.07/272.85	c GARBAGE COLLECT
272.07/272.85	c #Conflicts:     689000 | #Constraints:      26163
272.07/272.85	c #Conflicts:     690000 | #Constraints:      27163
272.07/272.85	c #Conflicts:     691000 | #Constraints:      28163
272.07/272.85	c #Conflicts:     692000 | #Constraints:      29163
272.07/272.85	c #Conflicts:     693000 | #Constraints:      30163
272.07/272.85	c #Conflicts:     694000 | #Constraints:      31163
272.07/272.85	c #Conflicts:     695000 | #Constraints:      32163
272.07/272.85	c #Conflicts:     696000 | #Constraints:      33163
272.07/272.85	c #Conflicts:     697000 | #Constraints:      34163
272.07/272.85	c #Conflicts:     698000 | #Constraints:      35163
272.07/272.85	c #Conflicts:     699000 | #Constraints:      36163
272.07/272.85	c #Conflicts:     700000 | #Constraints:      37163
272.07/272.85	c #Conflicts:     701000 | #Constraints:      38163
272.07/272.85	c #Conflicts:     702000 | #Constraints:      39163
272.07/272.85	c #Conflicts:     703000 | #Constraints:      40163
272.07/272.85	c #Conflicts:     704000 | #Constraints:      41163
272.07/272.85	c #Conflicts:     705000 | #Constraints:      42163
272.07/272.85	c INPROCESSING
272.07/272.85	c GARBAGE COLLECT
272.07/272.85	c #Conflicts:     706000 | #Constraints:      26604
272.07/272.85	c #Conflicts:     707000 | #Constraints:      27604
272.07/272.85	c #Conflicts:     708000 | #Constraints:      28604
272.07/272.85	c #Conflicts:     709000 | #Constraints:      29604
272.07/272.85	c #Conflicts:     710000 | #Constraints:      30604
272.07/272.85	c #Conflicts:     711000 | #Constraints:      31604
272.07/272.85	c #Conflicts:     712000 | #Constraints:      32604
272.07/272.85	c #Conflicts:     713000 | #Constraints:      33605
272.07/272.85	c #Conflicts:     714000 | #Constraints:      34605
272.07/272.85	c #Conflicts:     715000 | #Constraints:      35605
272.07/272.85	c #Conflicts:     716000 | #Constraints:      36605
272.07/272.85	c #Conflicts:     717000 | #Constraints:      37605
272.07/272.85	c #Conflicts:     718000 | #Constraints:      38605
272.07/272.85	c #Conflicts:     719000 | #Constraints:      39605
272.07/272.85	c #Conflicts:     720000 | #Constraints:      40605
272.07/272.85	c #Conflicts:     721000 | #Constraints:      41606
272.07/272.85	c #Conflicts:     722000 | #Constraints:      42606
272.07/272.85	c INPROCESSING
272.07/272.85	c GARBAGE COLLECT
272.07/272.85	c #Conflicts:     723000 | #Constraints:      26847
272.07/272.85	c #Conflicts:     724000 | #Constraints:      27847
272.07/272.85	c #Conflicts:     725000 | #Constraints:      28847
272.07/272.85	c #Conflicts:     726000 | #Constraints:      29847
272.07/272.85	c #Conflicts:     727000 | #Constraints:      30847
272.07/272.85	c #Conflicts:     728000 | #Constraints:      31847
272.07/272.85	c #Conflicts:     729000 | #Constraints:      32847
272.07/272.85	c #Conflicts:     730000 | #Constraints:      33847
272.07/272.85	c #Conflicts:     731000 | #Constraints:      34847
272.07/272.85	c #Conflicts:     732000 | #Constraints:      35847
272.07/272.85	c #Conflicts:     733000 | #Constraints:      36847
272.07/272.85	c #Conflicts:     734000 | #Constraints:      37847
272.07/272.85	c #Conflicts:     735000 | #Constraints:      38847
272.07/272.85	c #Conflicts:     736000 | #Constraints:      39847
272.07/272.85	c #Conflicts:     737000 | #Constraints:      40847
272.07/272.85	c #Conflicts:     738000 | #Constraints:      41847
272.07/272.85	c #Conflicts:     739000 | #Constraints:      42847
272.07/272.85	c INPROCESSING
272.07/272.85	c GARBAGE COLLECT
272.07/272.85	c #Conflicts:     740000 | #Constraints:      26870
272.07/272.85	c #Conflicts:     741000 | #Constraints:      27870
272.07/272.85	c #Conflicts:     742000 | #Constraints:      28870
272.07/272.85	c #Conflicts:     743000 | #Constraints:      29870
272.07/272.85	c #Conflicts:     744000 | #Constraints:      30870
272.07/272.85	c #Conflicts:     745000 | #Constraints:      31870
272.07/272.85	c #Conflicts:     746000 | #Constraints:      32870
272.07/272.85	c #Conflicts:     747000 | #Constraints:      33870
272.07/272.85	c #Conflicts:     748000 | #Constraints:      34870
272.07/272.85	c #Conflicts:     749000 | #Constraints:      35870
272.07/272.85	c #Conflicts:     750000 | #Constraints:      36871
272.07/272.85	c #Conflicts:     751000 | #Constraints:      37871
272.07/272.85	c #Conflicts:     752000 | #Constraints:      38871
272.07/272.85	c #Conflicts:     753000 | #Constraints:      39871
272.07/272.85	c #Conflicts:     754000 | #Constraints:      40871
272.07/272.85	c #Conflicts:     755000 | #Constraints:      41872
272.07/272.85	c #Conflicts:     756000 | #Constraints:      42872
272.07/272.85	c INPROCESSING
272.07/272.85	c GARBAGE COLLECT
272.07/272.85	c #Conflicts:     757000 | #Constraints:      26654
272.07/272.85	c #Conflicts:     758000 | #Constraints:      27654
272.07/272.85	c #Conflicts:     759000 | #Constraints:      28654
301.49/302.30	c #Conflicts:     760000 | #Constraints:      29654
301.49/302.30	c #Conflicts:     761000 | #Constraints:      30655
301.49/302.30	c #Conflicts:     762000 | #Constraints:      31655
301.49/302.30	c #Conflicts:     763000 | #Constraints:      32655
301.49/302.30	c #Conflicts:     764000 | #Constraints:      33655
301.49/302.30	c #Conflicts:     765000 | #Constraints:      34655
301.49/302.30	c #Conflicts:     766000 | #Constraints:      35655
301.49/302.30	c #Conflicts:     767000 | #Constraints:      36655
301.49/302.30	c #Conflicts:     768000 | #Constraints:      37655
301.49/302.30	c #Conflicts:     769000 | #Constraints:      38655
301.49/302.30	c #Conflicts:     770000 | #Constraints:      39668
301.49/302.30	c #Conflicts:     771000 | #Constraints:      40668
301.49/302.30	c #Conflicts:     772000 | #Constraints:      41668
301.49/302.30	c #Conflicts:     773000 | #Constraints:      42668
301.49/302.30	c #Conflicts:     774000 | #Constraints:      43668
301.49/302.30	c INPROCESSING
301.49/302.30	c GARBAGE COLLECT
301.49/302.30	c #Conflicts:     775000 | #Constraints:      27252
301.49/302.30	c #Conflicts:     776000 | #Constraints:      28252
301.49/302.30	c #Conflicts:     777000 | #Constraints:      29252
301.49/302.30	c #Conflicts:     778000 | #Constraints:      30252
301.49/302.30	c #Conflicts:     779000 | #Constraints:      31252
301.49/302.30	c #Conflicts:     780000 | #Constraints:      32252
301.49/302.30	c #Conflicts:     781000 | #Constraints:      33252
301.49/302.30	c #Conflicts:     782000 | #Constraints:      34252
301.49/302.30	c #Conflicts:     783000 | #Constraints:      35252
301.49/302.30	c #Conflicts:     784000 | #Constraints:      36252
301.49/302.30	c #Conflicts:     785000 | #Constraints:      37252
301.49/302.30	c #Conflicts:     786000 | #Constraints:      38253
301.49/302.30	c #Conflicts:     787000 | #Constraints:      39253
301.49/302.30	c #Conflicts:     788000 | #Constraints:      40253
301.49/302.30	c #Conflicts:     789000 | #Constraints:      41253
301.49/302.30	c #Conflicts:     790000 | #Constraints:      42254
301.49/302.30	c #Conflicts:     791000 | #Constraints:      43254
301.49/302.30	c #Conflicts:     792000 | #Constraints:      44254
301.49/302.30	c INPROCESSING
301.49/302.30	c GARBAGE COLLECT
301.49/302.30	c #Conflicts:     793000 | #Constraints:      27640
301.49/302.30	c #Conflicts:     794000 | #Constraints:      28640
301.49/302.30	c #Conflicts:     795000 | #Constraints:      29640
301.49/302.30	c #Conflicts:     796000 | #Constraints:      30640
301.49/302.30	c #Conflicts:     797000 | #Constraints:      31640
301.49/302.30	c #Conflicts:     798000 | #Constraints:      32640
301.49/302.30	c #Conflicts:     799000 | #Constraints:      33640
301.49/302.30	c #Conflicts:     800000 | #Constraints:      34640
301.49/302.30	c #Conflicts:     801000 | #Constraints:      35640
301.49/302.30	c #Conflicts:     802000 | #Constraints:      36640
301.49/302.30	c #Conflicts:     803000 | #Constraints:      37640
301.49/302.30	c #Conflicts:     804000 | #Constraints:      38640
301.49/302.30	c #Conflicts:     805000 | #Constraints:      39640
301.49/302.30	c #Conflicts:     806000 | #Constraints:      40640
301.49/302.30	c #Conflicts:     807000 | #Constraints:      41640
301.49/302.30	c #Conflicts:     808000 | #Constraints:      42640
301.49/302.30	c #Conflicts:     809000 | #Constraints:      43640
301.49/302.30	c #Conflicts:     810000 | #Constraints:      44640
301.49/302.30	c INPROCESSING
301.49/302.30	c GARBAGE COLLECT
301.49/302.30	c #Conflicts:     811000 | #Constraints:      27835
301.49/302.30	c #Conflicts:     812000 | #Constraints:      28835
301.49/302.30	c #Conflicts:     813000 | #Constraints:      29835
301.49/302.30	c #Conflicts:     814000 | #Constraints:      30835
301.49/302.30	c #Conflicts:     815000 | #Constraints:      31835
301.49/302.30	c #Conflicts:     816000 | #Constraints:      32835
301.49/302.30	c #Conflicts:     817000 | #Constraints:      33835
301.49/302.30	c #Conflicts:     818000 | #Constraints:      34835
301.49/302.30	c #Conflicts:     819000 | #Constraints:      35835
301.49/302.30	c #Conflicts:     820000 | #Constraints:      36835
301.49/302.30	c #Conflicts:     821000 | #Constraints:      37835
301.49/302.30	c #Conflicts:     822000 | #Constraints:      38835
301.49/302.30	c #Conflicts:     823000 | #Constraints:      39835
301.49/302.30	c #Conflicts:     824000 | #Constraints:      40835
301.49/302.30	c #Conflicts:     825000 | #Constraints:      41835
301.49/302.30	c #Conflicts:     826000 | #Constraints:      42835
301.49/302.30	c #Conflicts:     827000 | #Constraints:      43835
301.49/302.30	c #Conflicts:     828000 | #Constraints:      44835
301.49/302.30	c INPROCESSING
301.49/302.30	c GARBAGE COLLECT
301.49/302.30	c #Conflicts:     829000 | #Constraints:      27872
301.49/302.30	c #Conflicts:     830000 | #Constraints:      28872
301.49/302.30	c #Conflicts:     831000 | #Constraints:      29872
301.49/302.30	c #Conflicts:     832000 | #Constraints:      30872
301.49/302.30	c #Conflicts:     833000 | #Constraints:      31872
301.49/302.30	c #Conflicts:     834000 | #Constraints:      32872
301.49/302.30	c #Conflicts:     835000 | #Constraints:      33872
301.49/302.30	c #Conflicts:     836000 | #Constraints:      34872
335.90/336.85	c #Conflicts:     837000 | #Constraints:      35872
335.90/336.85	c #Conflicts:     838000 | #Constraints:      36872
335.90/336.85	c #Conflicts:     839000 | #Constraints:      37872
335.90/336.85	c #Conflicts:     840000 | #Constraints:      38872
335.90/336.85	c #Conflicts:     841000 | #Constraints:      39872
335.90/336.85	c #Conflicts:     842000 | #Constraints:      40872
335.90/336.85	c #Conflicts:     843000 | #Constraints:      41872
335.90/336.85	c #Conflicts:     844000 | #Constraints:      42872
335.90/336.85	c #Conflicts:     845000 | #Constraints:      43872
335.90/336.85	c #Conflicts:     846000 | #Constraints:      44872
335.90/336.85	c INPROCESSING
335.90/336.85	c GARBAGE COLLECT
335.90/336.85	c #Conflicts:     847000 | #Constraints:      27675
335.90/336.85	c #Conflicts:     848000 | #Constraints:      28675
335.90/336.85	c #Conflicts:     849000 | #Constraints:      29675
335.90/336.85	c #Conflicts:     850000 | #Constraints:      30675
335.90/336.85	c #Conflicts:     851000 | #Constraints:      31675
335.90/336.85	c #Conflicts:     852000 | #Constraints:      32675
335.90/336.85	c #Conflicts:     853000 | #Constraints:      33675
335.90/336.85	c #Conflicts:     854000 | #Constraints:      34675
335.90/336.85	c #Conflicts:     855000 | #Constraints:      35675
335.90/336.85	c #Conflicts:     856000 | #Constraints:      36675
335.90/336.85	c #Conflicts:     857000 | #Constraints:      37675
335.90/336.85	c #Conflicts:     858000 | #Constraints:      38675
335.90/336.85	c #Conflicts:     859000 | #Constraints:      39675
335.90/336.85	c #Conflicts:     860000 | #Constraints:      40675
335.90/336.85	c #Conflicts:     861000 | #Constraints:      41675
335.90/336.85	c #Conflicts:     862000 | #Constraints:      42675
335.90/336.85	c #Conflicts:     863000 | #Constraints:      43675
335.90/336.85	c #Conflicts:     864000 | #Constraints:      44675
335.90/336.85	c #Conflicts:     865000 | #Constraints:      45675
335.90/336.85	c INPROCESSING
335.90/336.85	c GARBAGE COLLECT
335.90/336.85	c #Conflicts:     866000 | #Constraints:      28254
335.90/336.85	c #Conflicts:     867000 | #Constraints:      29254
335.90/336.85	c #Conflicts:     868000 | #Constraints:      30254
335.90/336.85	c #Conflicts:     869000 | #Constraints:      31254
335.90/336.85	c #Conflicts:     870000 | #Constraints:      32254
335.90/336.85	c #Conflicts:     871000 | #Constraints:      33254
335.90/336.85	c #Conflicts:     872000 | #Constraints:      34254
335.90/336.85	c #Conflicts:     873000 | #Constraints:      35254
335.90/336.85	c #Conflicts:     874000 | #Constraints:      36254
335.90/336.85	c #Conflicts:     875000 | #Constraints:      37254
335.90/336.85	c #Conflicts:     876000 | #Constraints:      38254
335.90/336.85	c #Conflicts:     877000 | #Constraints:      39254
335.90/336.85	c #Conflicts:     878000 | #Constraints:      40254
335.90/336.85	c #Conflicts:     879000 | #Constraints:      41254
335.90/336.85	c #Conflicts:     880000 | #Constraints:      42254
335.90/336.85	c #Conflicts:     881000 | #Constraints:      43254
335.90/336.85	c #Conflicts:     882000 | #Constraints:      44254
335.90/336.85	c #Conflicts:     883000 | #Constraints:      45254
335.90/336.85	c #Conflicts:     884000 | #Constraints:      46254
335.90/336.85	c INPROCESSING
335.90/336.85	c GARBAGE COLLECT
335.90/336.85	c #Conflicts:     885000 | #Constraints:      28665
335.90/336.85	c #Conflicts:     886000 | #Constraints:      29665
335.90/336.85	c #Conflicts:     887000 | #Constraints:      30665
335.90/336.85	c #Conflicts:     888000 | #Constraints:      31665
335.90/336.85	c #Conflicts:     889000 | #Constraints:      32665
335.90/336.85	c #Conflicts:     890000 | #Constraints:      33665
335.90/336.85	c #Conflicts:     891000 | #Constraints:      34665
335.90/336.85	c #Conflicts:     892000 | #Constraints:      35665
335.90/336.85	c #Conflicts:     893000 | #Constraints:      36665
335.90/336.85	c #Conflicts:     894000 | #Constraints:      37665
335.90/336.85	c #Conflicts:     895000 | #Constraints:      38665
335.90/336.85	c #Conflicts:     896000 | #Constraints:      39665
335.90/336.85	c #Conflicts:     897000 | #Constraints:      40665
335.90/336.85	c #Conflicts:     898000 | #Constraints:      41665
335.90/336.85	c #Conflicts:     899000 | #Constraints:      42665
335.90/336.85	c #Conflicts:     900000 | #Constraints:      43665
335.90/336.85	c #Conflicts:     901000 | #Constraints:      44665
335.90/336.85	c #Conflicts:     902000 | #Constraints:      45665
335.90/336.85	c #Conflicts:     903000 | #Constraints:      46665
335.90/336.85	c INPROCESSING
335.90/336.85	c GARBAGE COLLECT
335.90/336.85	c #Conflicts:     904000 | #Constraints:      28882
335.90/336.85	c #Conflicts:     905000 | #Constraints:      29882
335.90/336.85	c #Conflicts:     906000 | #Constraints:      30882
335.90/336.85	c #Conflicts:     907000 | #Constraints:      31882
335.90/336.85	c #Conflicts:     908000 | #Constraints:      32882
335.90/336.85	c #Conflicts:     909000 | #Constraints:      33882
335.90/336.85	c #Conflicts:     910000 | #Constraints:      34882
335.90/336.85	c #Conflicts:     911000 | #Constraints:      35882
335.90/336.85	c #Conflicts:     912000 | #Constraints:      36883
373.99/375.05	c #Conflicts:     913000 | #Constraints:      37883
373.99/375.05	c #Conflicts:     914000 | #Constraints:      38883
373.99/375.05	c #Conflicts:     915000 | #Constraints:      39883
373.99/375.05	c #Conflicts:     916000 | #Constraints:      40883
373.99/375.05	c #Conflicts:     917000 | #Constraints:      41883
373.99/375.05	c #Conflicts:     918000 | #Constraints:      42883
373.99/375.05	c #Conflicts:     919000 | #Constraints:      43883
373.99/375.05	c #Conflicts:     920000 | #Constraints:      44883
373.99/375.05	c #Conflicts:     921000 | #Constraints:      45883
373.99/375.05	c #Conflicts:     922000 | #Constraints:      46884
373.99/375.05	c INPROCESSING
373.99/375.05	c GARBAGE COLLECT
373.99/375.05	c #Conflicts:     923000 | #Constraints:      28852
373.99/375.05	c #Conflicts:     924000 | #Constraints:      29852
373.99/375.05	c #Conflicts:     925000 | #Constraints:      30852
373.99/375.05	c #Conflicts:     926000 | #Constraints:      31854
373.99/375.05	c #Conflicts:     927000 | #Constraints:      32855
373.99/375.05	c #Conflicts:     928000 | #Constraints:      33855
373.99/375.05	c #Conflicts:     929000 | #Constraints:      34857
373.99/375.05	c #Conflicts:     930000 | #Constraints:      35857
373.99/375.05	c #Conflicts:     931000 | #Constraints:      36857
373.99/375.05	c #Conflicts:     932000 | #Constraints:      37857
373.99/375.05	c #Conflicts:     933000 | #Constraints:      38858
373.99/375.05	c #Conflicts:     934000 | #Constraints:      39858
373.99/375.05	c #Conflicts:     935000 | #Constraints:      40858
373.99/375.05	c #Conflicts:     936000 | #Constraints:      41858
373.99/375.05	c #Conflicts:     937000 | #Constraints:      42858
373.99/375.05	c #Conflicts:     938000 | #Constraints:      43858
373.99/375.05	c #Conflicts:     939000 | #Constraints:      44858
373.99/375.05	c #Conflicts:     940000 | #Constraints:      45858
373.99/375.05	c #Conflicts:     941000 | #Constraints:      46858
373.99/375.05	c INPROCESSING
373.99/375.05	c GARBAGE COLLECT
373.99/375.05	c #Conflicts:     942000 | #Constraints:      28706
373.99/375.05	c #Conflicts:     943000 | #Constraints:      29706
373.99/375.05	c #Conflicts:     944000 | #Constraints:      30706
373.99/375.05	c #Conflicts:     945000 | #Constraints:      31706
373.99/375.05	c #Conflicts:     946000 | #Constraints:      32706
373.99/375.05	c #Conflicts:     947000 | #Constraints:      33706
373.99/375.05	c #Conflicts:     948000 | #Constraints:      34706
373.99/375.05	c #Conflicts:     949000 | #Constraints:      35706
373.99/375.05	c #Conflicts:     950000 | #Constraints:      36706
373.99/375.05	c #Conflicts:     951000 | #Constraints:      37706
373.99/375.05	c #Conflicts:     952000 | #Constraints:      38706
373.99/375.05	c #Conflicts:     953000 | #Constraints:      39706
373.99/375.05	c #Conflicts:     954000 | #Constraints:      40706
373.99/375.05	c #Conflicts:     955000 | #Constraints:      41706
373.99/375.05	c #Conflicts:     956000 | #Constraints:      42706
373.99/375.05	c #Conflicts:     957000 | #Constraints:      43706
373.99/375.05	c #Conflicts:     958000 | #Constraints:      44706
373.99/375.05	c #Conflicts:     959000 | #Constraints:      45706
373.99/375.05	c #Conflicts:     960000 | #Constraints:      46706
373.99/375.05	c #Conflicts:     961000 | #Constraints:      47706
373.99/375.05	c INPROCESSING
373.99/375.05	c GARBAGE COLLECT
373.99/375.05	c #Conflicts:     962000 | #Constraints:      29306
373.99/375.05	c #Conflicts:     963000 | #Constraints:      30307
373.99/375.05	c #Conflicts:     964000 | #Constraints:      31307
373.99/375.05	c #Conflicts:     965000 | #Constraints:      32307
373.99/375.05	c #Conflicts:     966000 | #Constraints:      33307
373.99/375.05	c #Conflicts:     967000 | #Constraints:      34307
373.99/375.05	c #Conflicts:     968000 | #Constraints:      35307
373.99/375.05	c #Conflicts:     969000 | #Constraints:      36307
373.99/375.05	c #Conflicts:     970000 | #Constraints:      37307
373.99/375.05	c #Conflicts:     971000 | #Constraints:      38307
373.99/375.05	c #Conflicts:     972000 | #Constraints:      39308
373.99/375.05	c #Conflicts:     973000 | #Constraints:      40308
373.99/375.05	c #Conflicts:     974000 | #Constraints:      41308
373.99/375.05	c #Conflicts:     975000 | #Constraints:      42308
373.99/375.05	c #Conflicts:     976000 | #Constraints:      43308
373.99/375.05	c #Conflicts:     977000 | #Constraints:      44308
373.99/375.05	c #Conflicts:     978000 | #Constraints:      45308
373.99/375.05	c #Conflicts:     979000 | #Constraints:      46308
373.99/375.05	c #Conflicts:     980000 | #Constraints:      47308
373.99/375.05	c #Conflicts:     981000 | #Constraints:      48308
373.99/375.05	c INPROCESSING
373.99/375.05	c GARBAGE COLLECT
373.99/375.05	c #Conflicts:     982000 | #Constraints:      29718
373.99/375.05	c #Conflicts:     983000 | #Constraints:      30718
373.99/375.05	c #Conflicts:     984000 | #Constraints:      31718
373.99/375.05	c #Conflicts:     985000 | #Constraints:      32718
373.99/375.05	c #Conflicts:     986000 | #Constraints:      33718
373.99/375.05	c #Conflicts:     987000 | #Constraints:      34718
373.99/375.05	c #Conflicts:     988000 | #Constraints:      35718
417.96/419.17	c #Conflicts:     989000 | #Constraints:      36719
417.96/419.17	c #Conflicts:     990000 | #Constraints:      37719
417.96/419.17	c #Conflicts:     991000 | #Constraints:      38719
417.96/419.17	c #Conflicts:     992000 | #Constraints:      39719
417.96/419.17	c #Conflicts:     993000 | #Constraints:      40719
417.96/419.17	c #Conflicts:     994000 | #Constraints:      41719
417.96/419.17	c #Conflicts:     995000 | #Constraints:      42719
417.96/419.17	c #Conflicts:     996000 | #Constraints:      43719
417.96/419.17	c #Conflicts:     997000 | #Constraints:      44719
417.96/419.17	c #Conflicts:     998000 | #Constraints:      45719
417.96/419.17	c #Conflicts:     999000 | #Constraints:      46719
417.96/419.17	c #Conflicts:    1000000 | #Constraints:      47719
417.96/419.17	c #Conflicts:    1001000 | #Constraints:      48719
417.96/419.17	c INPROCESSING
417.96/419.17	c GARBAGE COLLECT
417.96/419.17	c #Conflicts:    1002000 | #Constraints:      29924
417.96/419.17	c #Conflicts:    1003000 | #Constraints:      30924
417.96/419.17	c #Conflicts:    1004000 | #Constraints:      31924
417.96/419.17	c #Conflicts:    1005000 | #Constraints:      33416
417.96/419.17	c #Conflicts:    1006000 | #Constraints:      34915
417.96/419.17	c #Conflicts:    1007000 | #Constraints:      36426
417.96/419.17	c #Conflicts:    1008000 | #Constraints:      37922
417.96/419.17	c #Conflicts:    1009000 | #Constraints:      39439
417.96/419.17	c #Conflicts:    1010000 | #Constraints:      40947
417.96/419.17	c #Conflicts:    1011000 | #Constraints:      42448
417.96/419.17	c #Conflicts:    1012000 | #Constraints:      43956
417.96/419.17	c #Conflicts:    1013000 | #Constraints:      45470
417.96/419.17	c #Conflicts:    1014000 | #Constraints:      46968
417.96/419.17	c #Conflicts:    1015000 | #Constraints:      48466
417.96/419.17	c #Conflicts:    1016000 | #Constraints:      49959
417.96/419.17	c #Conflicts:    1017000 | #Constraints:      51448
417.96/419.17	c #Conflicts:    1018000 | #Constraints:      52952
417.96/419.17	c #Conflicts:    1019000 | #Constraints:      54455
417.96/419.17	c #Conflicts:    1020000 | #Constraints:      55964
417.96/419.17	c #Conflicts:    1021000 | #Constraints:      57476
417.96/419.17	c INPROCESSING
417.96/419.17	c GARBAGE COLLECT
417.96/419.17	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[15]: 6 -0.215821 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[18]: 6 -3.22656 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[21]: 6 0 0.250001 shouldn't be
417.96/419.17	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[37]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[45]: 6 -5.80553 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[58]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[65]: 6 -2.5 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[75]: 6 -0.251954 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[81]: 6 -1.22656 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[84]: 6 -0.226128 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[109]: 6 -10.1679 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[118]: 6 -1.25 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[122]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[138]: 6 0 0.29297 shouldn't be
417.96/419.17	WSVECS04 Frhs2[139]: 6 -2.03906 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[149]: 6 -1.07573 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[177]: 6 -1.08594 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[182]: 6 -2.42427 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[207]: 6 -1.11953 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[209]: 6 -1.3125 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[214]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[216]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[224]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[239]: 6 -0.101918 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[270]: 6 -11.6817 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[271]: 6 -1.3125 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[273]: 6 -1.25 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[288]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[293]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[301]: 6 -0.330811 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[332]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[351]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[355]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[363]: 6 -1.32813 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[366]: 6 -1.31421 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[367]: 6 -1.25 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[372]: 6 -0.968751 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[389]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[398]: 6 -8.6646 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[404]: 6 -2.5 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[405]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[410]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[431]: 6 -0.351919 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[459]: 6 -0.748047 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[462]: 6 -12.9141 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[465]: 6 -1.32813 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[466]: 6 -0.101563 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[470]: 6 -1.25 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[478]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[495]: 6 -1.4165 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[497]: 6 -1.3125 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[499]: 6 -1.03125 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[500]: 6 -0.241753 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[523]: 6 -0.251953 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[529]: 6 -1.32813 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[553]: 6 -2.29297 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[554]: 6 -2.03906 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[558]: 6 -0.129788 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[561]: 6 -1.14844 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[568]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[578]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[589]: 6 -0.931642 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[595]: 6 -1.15625 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[611]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[613]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[617]: 6 -2.5 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[624]: 6 -0.0869142 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[655]: 6 -1.04141 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[663]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[666]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[687]: 6 -0.312501 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[693]: 6 -0.836373 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[701]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[710]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[723]: 6 -0.71875 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[728]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[733]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1057]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1069]: 6 -0.725831 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1102]: 6 -1.3125 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1128]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1129]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1135]: 6 -0.484731 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1155]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1162]: 6 -2.52662 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1164]: 6 -1.12012 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1167]: 6 -0.252309 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1173]: 6 -0.625001 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1208]: 6 -1.25 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1233]: 6 -2.51274 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1291]: 6 -1.41797 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1341]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1349]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1389]: 6 -1.53613 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1391]: 6 -0.458157 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1413]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1419]: 6 0 2.24531 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1424]: 6 -0.743165 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1427]: 6 -1.5 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1430]: 6 -1.93674 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1431]: 6 -3.62348 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1446]: 6 -1.34375 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1468]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1481]: 6 -1.26074 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1503]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1507]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1514]: 6 -1.6665 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1529]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1532]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1547]: 6 -1.04617 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1557]: 6 -1.5 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1569]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1583]: 6 -0.75 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1585]: 6 -1.3125 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1588]: 6 -0.937501 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1591]: 6 -0.500001 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1602]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1610]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1615]: 6 -2.36865 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1631]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1645]: 6 -1.25 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1646]: 6 -1.25 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1648]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1699]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1736]: 6 -1.33203 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1752]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1760]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1771]: 6 -0.5 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1789]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1974]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1976]: 6 0 29.4763 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1978]: 6 -0.21582 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2057]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2061]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2069]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2075]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2078]: 6 -1.02379 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2081]: 6 -0.500001 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2087]: 6 -6.61932 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2091]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2122]: 6 -1.22656 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2168]: 6 -10.6074 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2169]: 6 -1.28418 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2173]: 6 -0.636719 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2185]: 6 -0.5 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2266]: 6 -1.33301 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2274]: 6 -2.67188 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2316]: 6 0 0.97461 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2360]: 6 -1.25 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2373]: 6 -0.500001 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2375]: 6 -2 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2450]: 6 -1.17825 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2546]: 6 -1.29102 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2548]: 6 -16.4219 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2640]: 6 -1.5 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2668]: 6 -10.6971 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2820]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2825]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2844]: 6 -1.33203 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2845]: 6 -0.666016 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2871]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2909]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2916]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2947]: 6 -0.707032 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2994]: 6 -0.649224 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[2995]: 6 -0.5 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3026]: 6 -1.32813 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3039]: 6 -0.486329 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3042]: 6 -0.500001 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3045]: 6 -2 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3048]: 6 -0.375762 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3054]: 6 -9.99391 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3126]: 6 -9.1041 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3127]: 6 -0.947853 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3179]: 6 -1.34375 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3219]: 6 -1.34375 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3245]: 6 -23.691 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3283]: 6 -1.3125 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3318]: 6 -1.29688 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3319]: 6 -1.33252 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3501]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3505]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3520]: 6 -1.14347 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3534]: 6 0 1 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3573]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3591]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3606]: 6 -1.0846 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3607]: 6 -1.0846 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3614]: 6 -3.64648 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3616]: 6 -10.293 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3656]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3689]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3757]: 6 -1.14453 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3758]: 6 -1.28906 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3759]: 6 -1.33594 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3802]: 6 -0.671876 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3818]: 6 0 1 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3831]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3837]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3859]: 6 -1.5 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3867]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3888]: 6 -1.14649 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3892]: 6 -0.414063 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3910]: 6 0 1 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3986]: 6 -1.25 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3988]: 6 -0.595703 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[3992]: 6 -2.61719 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4026]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4035]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4057]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4068]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4073]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4092]: 6 -1.3125 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4121]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
417.96/419.17	WSVECS04 Frhs2[4268]: 6 -1 0 shouldn't be
485.86/487.22	c #Conflicts:    1022000 | #Constraints:      34238
485.86/487.22	c #Conflicts:    1023000 | #Constraints:      35238
485.86/487.22	c #Conflicts:    1024000 | #Constraints:      36238
485.86/487.22	c #Conflicts:    1025000 | #Constraints:      37238
485.86/487.22	c #Conflicts:    1026000 | #Constraints:      38238
485.86/487.22	c #Conflicts:    1027000 | #Constraints:      39238
485.86/487.22	c #Conflicts:    1028000 | #Constraints:      40238
485.86/487.22	c #Conflicts:    1029000 | #Constraints:      41238
485.86/487.22	c #Conflicts:    1030000 | #Constraints:      42238
485.86/487.22	c #Conflicts:    1031000 | #Constraints:      43238
485.86/487.22	c #Conflicts:    1032000 | #Constraints:      44238
485.86/487.22	c #Conflicts:    1033000 | #Constraints:      45238
485.86/487.22	c #Conflicts:    1034000 | #Constraints:      46238
485.86/487.22	c #Conflicts:    1035000 | #Constraints:      47238
485.86/487.22	c #Conflicts:    1036000 | #Constraints:      48238
485.86/487.22	c #Conflicts:    1037000 | #Constraints:      49238
485.86/487.22	c #Conflicts:    1038000 | #Constraints:      50238
485.86/487.22	c #Conflicts:    1039000 | #Constraints:      51238
485.86/487.22	c #Conflicts:    1040000 | #Constraints:      52238
485.86/487.22	c #Conflicts:    1041000 | #Constraints:      53238
485.86/487.22	c INPROCESSING
485.86/487.22	c GARBAGE COLLECT
485.86/487.22	c #Conflicts:    1042000 | #Constraints:      31833
485.86/487.22	c #Conflicts:    1043000 | #Constraints:      32833
485.86/487.22	c #Conflicts:    1044000 | #Constraints:      33833
485.86/487.22	c #Conflicts:    1045000 | #Constraints:      34833
485.86/487.22	c #Conflicts:    1046000 | #Constraints:      35833
485.86/487.22	c #Conflicts:    1047000 | #Constraints:      36833
485.86/487.22	c #Conflicts:    1048000 | #Constraints:      37833
485.86/487.22	c #Conflicts:    1049000 | #Constraints:      38833
485.86/487.22	c #Conflicts:    1050000 | #Constraints:      39833
485.86/487.22	c #Conflicts:    1051000 | #Constraints:      40833
485.86/487.22	c #Conflicts:    1052000 | #Constraints:      41833
485.86/487.22	c #Conflicts:    1053000 | #Constraints:      42833
485.86/487.22	c #Conflicts:    1054000 | #Constraints:      43833
485.86/487.22	c #Conflicts:    1055000 | #Constraints:      44833
485.86/487.22	c #Conflicts:    1056000 | #Constraints:      45833
485.86/487.22	c #Conflicts:    1057000 | #Constraints:      46833
485.86/487.22	c #Conflicts:    1058000 | #Constraints:      47833
485.86/487.22	c #Conflicts:    1059000 | #Constraints:      48833
485.86/487.22	c #Conflicts:    1060000 | #Constraints:      49833
485.86/487.22	c #Conflicts:    1061000 | #Constraints:      50833
485.86/487.22	c #Conflicts:    1062000 | #Constraints:      51833
485.86/487.22	c INPROCESSING
485.86/487.22	c GARBAGE COLLECT
485.86/487.22	c #Conflicts:    1063000 | #Constraints:      31321
485.86/487.22	c #Conflicts:    1064000 | #Constraints:      32321
485.86/487.22	c #Conflicts:    1065000 | #Constraints:      33321
485.86/487.22	c #Conflicts:    1066000 | #Constraints:      34321
485.86/487.22	c #Conflicts:    1067000 | #Constraints:      35321
485.86/487.22	c #Conflicts:    1068000 | #Constraints:      36321
485.86/487.22	c #Conflicts:    1069000 | #Constraints:      37321
485.86/487.22	c #Conflicts:    1070000 | #Constraints:      38321
485.86/487.22	c #Conflicts:    1071000 | #Constraints:      39321
485.86/487.22	c #Conflicts:    1072000 | #Constraints:      40321
485.86/487.22	c #Conflicts:    1073000 | #Constraints:      41321
485.86/487.22	c #Conflicts:    1074000 | #Constraints:      42321
485.86/487.22	c #Conflicts:    1075000 | #Constraints:      43321
485.86/487.22	c #Conflicts:    1076000 | #Constraints:      44321
485.86/487.22	c #Conflicts:    1077000 | #Constraints:      45321
485.86/487.22	c #Conflicts:    1078000 | #Constraints:      46321
485.86/487.22	c #Conflicts:    1079000 | #Constraints:      47322
485.86/487.22	c #Conflicts:    1080000 | #Constraints:      48322
485.86/487.22	c #Conflicts:    1081000 | #Constraints:      49322
485.86/487.22	c #Conflicts:    1082000 | #Constraints:      50322
485.86/487.22	c #Conflicts:    1083000 | #Constraints:      51322
485.86/487.22	c INPROCESSING
485.86/487.22	c GARBAGE COLLECT
485.86/487.22	c #Conflicts:    1084000 | #Constraints:      31178
485.86/487.22	c #Conflicts:    1085000 | #Constraints:      32178
485.86/487.22	c #Conflicts:    1086000 | #Constraints:      33178
485.86/487.22	c #Conflicts:    1087000 | #Constraints:      34178
485.86/487.22	c #Conflicts:    1088000 | #Constraints:      35178
485.86/487.22	c #Conflicts:    1089000 | #Constraints:      36178
485.86/487.22	c #Conflicts:    1090000 | #Constraints:      37178
485.86/487.22	c #Conflicts:    1091000 | #Constraints:      38178
485.86/487.22	c #Conflicts:    1092000 | #Constraints:      39178
485.86/487.22	c #Conflicts:    1093000 | #Constraints:      40178
485.86/487.22	c #Conflicts:    1094000 | #Constraints:      41178
485.86/487.22	c #Conflicts:    1095000 | #Constraints:      42178
485.86/487.22	c #Conflicts:    1096000 | #Constraints:      43178
485.86/487.22	c #Conflicts:    1097000 | #Constraints:      44178
485.86/487.22	c #Conflicts:    1098000 | #Constraints:      45178
514.38/515.86	c #Conflicts:    1099000 | #Constraints:      46178
514.38/515.86	c #Conflicts:    1100000 | #Constraints:      47178
514.38/515.86	c #Conflicts:    1101000 | #Constraints:      48178
514.38/515.86	c #Conflicts:    1102000 | #Constraints:      49178
514.38/515.86	c #Conflicts:    1103000 | #Constraints:      50178
514.38/515.86	c #Conflicts:    1104000 | #Constraints:      51178
514.38/515.86	c INPROCESSING
514.38/515.86	c GARBAGE COLLECT
514.38/515.86	c #Conflicts:    1105000 | #Constraints:      31133
514.38/515.86	c #Conflicts:    1106000 | #Constraints:      32133
514.38/515.86	c #Conflicts:    1107000 | #Constraints:      33133
514.38/515.86	c #Conflicts:    1108000 | #Constraints:      34133
514.38/515.86	c #Conflicts:    1109000 | #Constraints:      35133
514.38/515.86	c #Conflicts:    1110000 | #Constraints:      36133
514.38/515.86	c #Conflicts:    1111000 | #Constraints:      37133
514.38/515.86	c #Conflicts:    1112000 | #Constraints:      38133
514.38/515.86	c #Conflicts:    1113000 | #Constraints:      39133
514.38/515.86	c #Conflicts:    1114000 | #Constraints:      40133
514.38/515.86	c #Conflicts:    1115000 | #Constraints:      41133
514.38/515.86	c #Conflicts:    1116000 | #Constraints:      42133
514.38/515.86	c #Conflicts:    1117000 | #Constraints:      43133
514.38/515.86	c #Conflicts:    1118000 | #Constraints:      44133
514.38/515.86	c #Conflicts:    1119000 | #Constraints:      45133
514.38/515.86	c #Conflicts:    1120000 | #Constraints:      46133
514.38/515.86	c #Conflicts:    1121000 | #Constraints:      47133
514.38/515.86	c #Conflicts:    1122000 | #Constraints:      48133
514.38/515.86	c #Conflicts:    1123000 | #Constraints:      49133
514.38/515.86	c #Conflicts:    1124000 | #Constraints:      50133
514.38/515.86	c #Conflicts:    1125000 | #Constraints:      51133
514.38/515.86	c INPROCESSING
514.38/515.86	c GARBAGE COLLECT
514.38/515.86	WSVECS04 Frhs2[21]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[61]: 6 -0.997518 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[81]: 6 -0.999989 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[99]: 6 -0.639171 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[111]: 6 -1.99991 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[142]: 6 -0.999886 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[149]: 6 -0.999626 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[164]: 6 -0.018596 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[203]: 6 -1.625 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[273]: 6 -0.999997 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[281]: 6 -0.999523 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[317]: 6 -0.997518 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[341]: 6 -0.999836 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[351]: 6 -0.977988 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[390]: 6 -0.276029 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[392]: 6 -1.02642 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[398]: 6 -0.282693 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[433]: 6 -0.999997 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[437]: 6 -0.999999 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[441]: 6 -0.999756 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[451]: 6 0 0.0243564 shouldn't be
514.38/515.86	WSVECS04 Frhs2[453]: 6 -0.978516 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[454]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[461]: 6 -2 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[477]: 6 -0.994726 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[481]: 6 -0.553994 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[511]: 6 -0.977988 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[547]: 6 -1.00091 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[549]: 6 -1.02415 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[557]: 6 -1.00002 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[559]: 6 -9.46398e-05 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[565]: 6 -0.999936 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[607]: 6 -1.0131 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[639]: 6 -0.964889 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[648]: 6 -0.922302 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[654]: 6 -0.999983 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[693]: 6 -0.999999 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[704]: 6 -0.96489 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1072]: 6 -1.375 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1103]: 6 -1.25 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1158]: 6 -0.976563 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1163]: 6 -1.25 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1195]: 6 -1.5 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1208]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1213]: 6 -1.33594 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1214]: 6 -0.671875 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1256]: 6 -2.35938 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1455]: 6 -2.43458 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1490]: 6 -0.999983 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1506]: 6 -0.991086 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1514]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1526]: 6 -1.63166e-06 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1577]: 6 -0.891881 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1578]: 6 -0.873566 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1608]: 6 -2.25 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1613]: 6 -1.87499 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1736]: 6 -0.00574149 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1955]: 6 -0.760158 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1974]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[1991]: 6 -2 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2058]: 6 -1.25 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2060]: 6 -2.5 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2091]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2152]: 6 -1.3125 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2154]: 6 -1.3125 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2244]: 6 -1.3125 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2247]: 6 -0.625 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2256]: 6 0 1 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2307]: 6 -2.83984 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2356]: 6 -5.81323 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2468]: 6 -5 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2506]: 6 -1.8125 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2540]: 6 -1.45313 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2636]: 6 -3.5 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2679]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2785]: 6 -1.33984 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2834]: 6 -1.5 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2848]: 6 -5 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3010]: 6 0 2 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3030]: 6 -4.99998 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3032]: 6 -4.99997 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3124]: 6 -3.95919 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3132]: 6 -3.86916 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3171]: 6 -2.14164 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3316]: 6 0 0.296875 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3400]: 6 0 6.24927 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3587]: 6 -0.941542 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3600]: 6 -1.25 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3619]: 6 -0.999964 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3737]: 6 -0.997772 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3783]: 6 -5.26301 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3810]: 6 -4.49996 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3818]: 6 -9.00001 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3821]: 6 -1.00004 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3876]: 6 0 1.05 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3909]: 6 -2.99998 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3944]: 6 -1.25 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3979]: 6 -0.641881 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4035]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4068]: 6 0 7.19039 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4084]: 6 -2.73249 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
514.38/515.86	WSVECS04 Frhs2[4123]: 6 -0.988836 0 shouldn't be
543.40/544.91	c #Conflicts:    1126000 | #Constraints:      31007
543.40/544.91	c #Conflicts:    1127000 | #Constraints:      32007
543.40/544.91	c #Conflicts:    1128000 | #Constraints:      33007
543.40/544.91	c #Conflicts:    1129000 | #Constraints:      34007
543.40/544.91	c #Conflicts:    1130000 | #Constraints:      35007
543.40/544.91	c #Conflicts:    1131000 | #Constraints:      36007
543.40/544.91	c #Conflicts:    1132000 | #Constraints:      37007
543.40/544.91	c #Conflicts:    1133000 | #Constraints:      38007
543.40/544.91	c #Conflicts:    1134000 | #Constraints:      39007
543.40/544.91	c #Conflicts:    1135000 | #Constraints:      40007
543.40/544.91	c #Conflicts:    1136000 | #Constraints:      41007
543.40/544.91	c #Conflicts:    1137000 | #Constraints:      42007
543.40/544.91	c #Conflicts:    1138000 | #Constraints:      43007
543.40/544.91	c #Conflicts:    1139000 | #Constraints:      44007
543.40/544.91	c #Conflicts:    1140000 | #Constraints:      45007
543.40/544.91	c #Conflicts:    1141000 | #Constraints:      46007
543.40/544.91	c #Conflicts:    1142000 | #Constraints:      47007
543.40/544.91	c #Conflicts:    1143000 | #Constraints:      48007
543.40/544.91	c #Conflicts:    1144000 | #Constraints:      49007
543.40/544.91	c #Conflicts:    1145000 | #Constraints:      50007
543.40/544.91	c #Conflicts:    1146000 | #Constraints:      51007
543.40/544.91	c INPROCESSING
543.40/544.91	c GARBAGE COLLECT
543.40/544.91	c #Conflicts:    1147000 | #Constraints:      30738
543.40/544.91	c #Conflicts:    1148000 | #Constraints:      31738
543.40/544.91	c #Conflicts:    1149000 | #Constraints:      32738
543.40/544.91	c #Conflicts:    1150000 | #Constraints:      33738
543.40/544.91	c #Conflicts:    1151000 | #Constraints:      34738
543.40/544.91	c #Conflicts:    1152000 | #Constraints:      35738
543.40/544.91	c #Conflicts:    1153000 | #Constraints:      36738
543.40/544.91	c #Conflicts:    1154000 | #Constraints:      37738
543.40/544.91	c #Conflicts:    1155000 | #Constraints:      38738
543.40/544.91	c #Conflicts:    1156000 | #Constraints:      39738
543.40/544.91	c #Conflicts:    1157000 | #Constraints:      40738
543.40/544.91	c #Conflicts:    1158000 | #Constraints:      41738
543.40/544.91	c #Conflicts:    1159000 | #Constraints:      42738
543.40/544.91	c #Conflicts:    1160000 | #Constraints:      43738
543.40/544.91	c #Conflicts:    1161000 | #Constraints:      44738
543.40/544.91	c #Conflicts:    1162000 | #Constraints:      45738
543.40/544.91	c #Conflicts:    1163000 | #Constraints:      46738
543.40/544.91	c #Conflicts:    1164000 | #Constraints:      47738
543.40/544.91	c #Conflicts:    1165000 | #Constraints:      48738
543.40/544.91	c #Conflicts:    1166000 | #Constraints:      49738
543.40/544.91	c #Conflicts:    1167000 | #Constraints:      50738
543.40/544.91	c #Conflicts:    1168000 | #Constraints:      51738
543.40/544.91	c INPROCESSING
543.40/544.91	c GARBAGE COLLECT
543.40/544.91	c #Conflicts:    1169000 | #Constraints:      31338
543.40/544.91	c #Conflicts:    1170000 | #Constraints:      32338
543.40/544.91	c #Conflicts:    1171000 | #Constraints:      33338
543.40/544.91	c #Conflicts:    1172000 | #Constraints:      34338
543.40/544.91	c #Conflicts:    1173000 | #Constraints:      35338
543.40/544.91	c #Conflicts:    1174000 | #Constraints:      36338
543.40/544.91	c #Conflicts:    1175000 | #Constraints:      37338
543.40/544.91	c #Conflicts:    1176000 | #Constraints:      38338
543.40/544.91	c #Conflicts:    1177000 | #Constraints:      39338
543.40/544.91	c #Conflicts:    1178000 | #Constraints:      40338
543.40/544.91	c #Conflicts:    1179000 | #Constraints:      41338
543.40/544.91	c #Conflicts:    1180000 | #Constraints:      42338
543.40/544.91	c #Conflicts:    1181000 | #Constraints:      43338
543.40/544.91	c #Conflicts:    1182000 | #Constraints:      44338
543.40/544.91	c #Conflicts:    1183000 | #Constraints:      45338
543.40/544.91	c #Conflicts:    1184000 | #Constraints:      46338
543.40/544.91	c #Conflicts:    1185000 | #Constraints:      47338
543.40/544.91	c #Conflicts:    1186000 | #Constraints:      48338
543.40/544.91	c #Conflicts:    1187000 | #Constraints:      49338
543.40/544.91	c #Conflicts:    1188000 | #Constraints:      50338
543.40/544.91	c #Conflicts:    1189000 | #Constraints:      51338
543.40/544.91	c #Conflicts:    1190000 | #Constraints:      52338
543.40/544.91	c INPROCESSING
543.40/544.91	c GARBAGE COLLECT
543.40/544.91	c #Conflicts:    1191000 | #Constraints:      31699
543.40/544.91	c #Conflicts:    1192000 | #Constraints:      32699
543.40/544.91	c #Conflicts:    1193000 | #Constraints:      33699
543.40/544.91	c #Conflicts:    1194000 | #Constraints:      34699
543.40/544.91	c #Conflicts:    1195000 | #Constraints:      35699
543.40/544.91	c #Conflicts:    1196000 | #Constraints:      36699
543.40/544.91	c #Conflicts:    1197000 | #Constraints:      37699
543.40/544.91	c #Conflicts:    1198000 | #Constraints:      38699
543.40/544.91	c #Conflicts:    1199000 | #Constraints:      39699
543.40/544.91	c #Conflicts:    1200000 | #Constraints:      40699
543.40/544.91	c #Conflicts:    1201000 | #Constraints:      41699
543.40/544.91	c #Conflicts:    1202000 | #Constraints:      42699
579.19/580.88	c #Conflicts:    1203000 | #Constraints:      43699
579.19/580.88	c #Conflicts:    1204000 | #Constraints:      44699
579.19/580.88	c #Conflicts:    1205000 | #Constraints:      45699
579.19/580.88	c #Conflicts:    1206000 | #Constraints:      46699
579.19/580.88	c #Conflicts:    1207000 | #Constraints:      47699
579.19/580.88	c #Conflicts:    1208000 | #Constraints:      48699
579.19/580.88	c #Conflicts:    1209000 | #Constraints:      49699
579.19/580.88	c #Conflicts:    1210000 | #Constraints:      50699
579.19/580.88	c #Conflicts:    1211000 | #Constraints:      51699
579.19/580.88	c #Conflicts:    1212000 | #Constraints:      52699
579.19/580.88	c INPROCESSING
579.19/580.88	c GARBAGE COLLECT
579.19/580.88	c #Conflicts:    1213000 | #Constraints:      31875
579.19/580.88	c #Conflicts:    1214000 | #Constraints:      32875
579.19/580.88	c #Conflicts:    1215000 | #Constraints:      33875
579.19/580.88	c #Conflicts:    1216000 | #Constraints:      34875
579.19/580.88	c #Conflicts:    1217000 | #Constraints:      35875
579.19/580.88	c #Conflicts:    1218000 | #Constraints:      36875
579.19/580.88	c #Conflicts:    1219000 | #Constraints:      37875
579.19/580.88	c #Conflicts:    1220000 | #Constraints:      38875
579.19/580.88	c #Conflicts:    1221000 | #Constraints:      39875
579.19/580.88	c #Conflicts:    1222000 | #Constraints:      40875
579.19/580.88	c #Conflicts:    1223000 | #Constraints:      41875
579.19/580.88	c #Conflicts:    1224000 | #Constraints:      42875
579.19/580.88	c #Conflicts:    1225000 | #Constraints:      43875
579.19/580.88	c #Conflicts:    1226000 | #Constraints:      44875
579.19/580.88	c #Conflicts:    1227000 | #Constraints:      45875
579.19/580.88	c #Conflicts:    1228000 | #Constraints:      46875
579.19/580.88	c #Conflicts:    1229000 | #Constraints:      47875
579.19/580.88	c #Conflicts:    1230000 | #Constraints:      48875
579.19/580.88	c #Conflicts:    1231000 | #Constraints:      49875
579.19/580.88	c #Conflicts:    1232000 | #Constraints:      50875
579.19/580.88	c #Conflicts:    1233000 | #Constraints:      51875
579.19/580.88	c #Conflicts:    1234000 | #Constraints:      52875
579.19/580.88	c INPROCESSING
579.19/580.88	c GARBAGE COLLECT
579.19/580.88	c #Conflicts:    1235000 | #Constraints:      31808
579.19/580.88	c #Conflicts:    1236000 | #Constraints:      32808
579.19/580.88	c #Conflicts:    1237000 | #Constraints:      33808
579.19/580.88	c #Conflicts:    1238000 | #Constraints:      34808
579.19/580.88	c #Conflicts:    1239000 | #Constraints:      35808
579.19/580.88	c #Conflicts:    1240000 | #Constraints:      36808
579.19/580.88	c #Conflicts:    1241000 | #Constraints:      37808
579.19/580.88	c #Conflicts:    1242000 | #Constraints:      38808
579.19/580.88	c #Conflicts:    1243000 | #Constraints:      39808
579.19/580.88	c #Conflicts:    1244000 | #Constraints:      40808
579.19/580.88	c #Conflicts:    1245000 | #Constraints:      41808
579.19/580.88	c #Conflicts:    1246000 | #Constraints:      42808
579.19/580.88	c #Conflicts:    1247000 | #Constraints:      43808
579.19/580.88	c #Conflicts:    1248000 | #Constraints:      44808
579.19/580.88	c #Conflicts:    1249000 | #Constraints:      45808
579.19/580.88	c #Conflicts:    1250000 | #Constraints:      46809
579.19/580.88	c #Conflicts:    1251000 | #Constraints:      47809
579.19/580.88	c #Conflicts:    1252000 | #Constraints:      48809
579.19/580.88	c #Conflicts:    1253000 | #Constraints:      49809
579.19/580.88	c #Conflicts:    1254000 | #Constraints:      50809
579.19/580.88	c #Conflicts:    1255000 | #Constraints:      51809
579.19/580.88	c #Conflicts:    1256000 | #Constraints:      52809
579.19/580.88	c INPROCESSING
579.19/580.88	c GARBAGE COLLECT
579.19/580.88	c #Conflicts:    1257000 | #Constraints:      31666
579.19/580.88	c #Conflicts:    1258000 | #Constraints:      32666
579.19/580.88	c #Conflicts:    1259000 | #Constraints:      33666
579.19/580.88	c #Conflicts:    1260000 | #Constraints:      34666
579.19/580.88	c #Conflicts:    1261000 | #Constraints:      35666
579.19/580.88	c #Conflicts:    1262000 | #Constraints:      36666
579.19/580.88	c #Conflicts:    1263000 | #Constraints:      37666
579.19/580.88	c #Conflicts:    1264000 | #Constraints:      38666
579.19/580.88	c #Conflicts:    1265000 | #Constraints:      39666
579.19/580.88	c #Conflicts:    1266000 | #Constraints:      40666
579.19/580.88	c #Conflicts:    1267000 | #Constraints:      41666
579.19/580.88	c #Conflicts:    1268000 | #Constraints:      42666
579.19/580.88	c #Conflicts:    1269000 | #Constraints:      43666
579.19/580.88	c #Conflicts:    1270000 | #Constraints:      44667
579.19/580.88	c #Conflicts:    1271000 | #Constraints:      45667
579.19/580.88	c #Conflicts:    1272000 | #Constraints:      46667
579.19/580.88	c #Conflicts:    1273000 | #Constraints:      47667
579.19/580.88	c #Conflicts:    1274000 | #Constraints:      48667
579.19/580.88	c #Conflicts:    1275000 | #Constraints:      49667
579.19/580.88	c #Conflicts:    1276000 | #Constraints:      50667
579.19/580.88	c #Conflicts:    1277000 | #Constraints:      51667
579.19/580.88	c #Conflicts:    1278000 | #Constraints:      52667
579.19/580.88	c #Conflicts:    1279000 | #Constraints:      53667
601.82/603.59	c INPROCESSING
601.82/603.59	c GARBAGE COLLECT
601.82/603.59	c #Conflicts:    1280000 | #Constraints:      32268
601.82/603.59	c #Conflicts:    1281000 | #Constraints:      33268
601.82/603.59	c #Conflicts:    1282000 | #Constraints:      34268
601.82/603.59	c #Conflicts:    1283000 | #Constraints:      35269
601.82/603.59	c #Conflicts:    1284000 | #Constraints:      36269
601.82/603.59	c #Conflicts:    1285000 | #Constraints:      37269
601.82/603.59	c #Conflicts:    1286000 | #Constraints:      38269
601.82/603.59	c #Conflicts:    1287000 | #Constraints:      39269
601.82/603.59	c #Conflicts:    1288000 | #Constraints:      40269
601.82/603.59	c #Conflicts:    1289000 | #Constraints:      41269
601.82/603.59	c #Conflicts:    1290000 | #Constraints:      42269
601.82/603.59	c #Conflicts:    1291000 | #Constraints:      43269
601.82/603.59	c #Conflicts:    1292000 | #Constraints:      44269
601.82/603.59	c #Conflicts:    1293000 | #Constraints:      45269
601.82/603.59	c #Conflicts:    1294000 | #Constraints:      46269
601.82/603.59	c #Conflicts:    1295000 | #Constraints:      47269
601.82/603.59	c #Conflicts:    1296000 | #Constraints:      48269
601.82/603.59	c #Conflicts:    1297000 | #Constraints:      49269
601.82/603.59	c #Conflicts:    1298000 | #Constraints:      50269
601.82/603.59	c #Conflicts:    1299000 | #Constraints:      51269
601.82/603.59	c #Conflicts:    1300000 | #Constraints:      52269
601.82/603.59	c #Conflicts:    1301000 | #Constraints:      53269
601.82/603.59	c #Conflicts:    1302000 | #Constraints:      54269
601.82/603.59	c INPROCESSING
601.82/603.59	c GARBAGE COLLECT
601.82/603.59	c #Conflicts:    1303000 | #Constraints:      32625
601.82/603.59	c #Conflicts:    1304000 | #Constraints:      33625
601.82/603.59	c #Conflicts:    1305000 | #Constraints:      34625
601.82/603.59	c #Conflicts:    1306000 | #Constraints:      35625
601.82/603.59	c #Conflicts:    1307000 | #Constraints:      36625
601.82/603.59	c #Conflicts:    1308000 | #Constraints:      37625
601.82/603.59	c #Conflicts:    1309000 | #Constraints:      38625
601.82/603.59	c #Conflicts:    1310000 | #Constraints:      39625
601.82/603.59	c #Conflicts:    1311000 | #Constraints:      40625
601.82/603.59	c #Conflicts:    1312000 | #Constraints:      41625
601.82/603.59	c #Conflicts:    1313000 | #Constraints:      42625
601.82/603.59	c #Conflicts:    1314000 | #Constraints:      43625
601.82/603.59	c #Conflicts:    1315000 | #Constraints:      44625
601.82/603.59	c #Conflicts:    1316000 | #Constraints:      45625
601.82/603.59	c #Conflicts:    1317000 | #Constraints:      46625
601.82/603.59	c #Conflicts:    1318000 | #Constraints:      47625
601.82/603.59	c #Conflicts:    1319000 | #Constraints:      48625
601.82/603.59	c #Conflicts:    1320000 | #Constraints:      49625
601.82/603.59	c #Conflicts:    1321000 | #Constraints:      50625
601.82/603.59	c #Conflicts:    1322000 | #Constraints:      51625
601.82/603.59	c #Conflicts:    1323000 | #Constraints:      52625
601.82/603.59	c #Conflicts:    1324000 | #Constraints:      53625
601.82/603.59	c #Conflicts:    1325000 | #Constraints:      54625
601.82/603.59	c INPROCESSING
601.82/603.59	c GARBAGE COLLECT
601.82/603.59	c rational objective 783.485
640.61/642.49	c #Conflicts:    1326000 | #Constraints:      32896
640.61/642.49	c #Conflicts:    1327000 | #Constraints:      33896
640.61/642.49	c #Conflicts:    1328000 | #Constraints:      34896
640.61/642.49	c #Conflicts:    1329000 | #Constraints:      35896
640.61/642.49	c #Conflicts:    1330000 | #Constraints:      36896
640.61/642.49	c #Conflicts:    1331000 | #Constraints:      37896
640.61/642.49	c #Conflicts:    1332000 | #Constraints:      38896
640.61/642.49	c #Conflicts:    1333000 | #Constraints:      39896
640.61/642.49	c #Conflicts:    1334000 | #Constraints:      40896
640.61/642.49	c #Conflicts:    1335000 | #Constraints:      41896
640.61/642.49	c #Conflicts:    1336000 | #Constraints:      42896
640.61/642.49	c #Conflicts:    1337000 | #Constraints:      43896
640.61/642.49	c #Conflicts:    1338000 | #Constraints:      44896
640.61/642.49	c #Conflicts:    1339000 | #Constraints:      45896
640.61/642.49	c #Conflicts:    1340000 | #Constraints:      46896
640.61/642.49	c #Conflicts:    1341000 | #Constraints:      47896
640.61/642.49	c #Conflicts:    1342000 | #Constraints:      48896
640.61/642.49	c #Conflicts:    1343000 | #Constraints:      49896
640.61/642.49	c #Conflicts:    1344000 | #Constraints:      50896
640.61/642.49	c #Conflicts:    1345000 | #Constraints:      51896
640.61/642.49	c #Conflicts:    1346000 | #Constraints:      52896
640.61/642.49	c #Conflicts:    1347000 | #Constraints:      53896
640.61/642.49	c #Conflicts:    1348000 | #Constraints:      54896
640.61/642.49	c INPROCESSING
640.61/642.49	c GARBAGE COLLECT
640.61/642.49	c #Conflicts:    1349000 | #Constraints:      32919
640.61/642.49	c #Conflicts:    1350000 | #Constraints:      33919
640.61/642.49	c #Conflicts:    1351000 | #Constraints:      34919
640.61/642.49	c #Conflicts:    1352000 | #Constraints:      35919
640.61/642.49	c #Conflicts:    1353000 | #Constraints:      36919
640.61/642.49	c #Conflicts:    1354000 | #Constraints:      37919
640.61/642.49	c #Conflicts:    1355000 | #Constraints:      38919
640.61/642.49	c #Conflicts:    1356000 | #Constraints:      39919
640.61/642.49	c #Conflicts:    1357000 | #Constraints:      40919
640.61/642.49	c #Conflicts:    1358000 | #Constraints:      41919
640.61/642.49	c #Conflicts:    1359000 | #Constraints:      42919
640.61/642.49	c #Conflicts:    1360000 | #Constraints:      43919
640.61/642.49	c #Conflicts:    1361000 | #Constraints:      44919
640.61/642.49	c #Conflicts:    1362000 | #Constraints:      45919
640.61/642.49	c #Conflicts:    1363000 | #Constraints:      46919
640.61/642.49	c #Conflicts:    1364000 | #Constraints:      47919
640.61/642.49	c #Conflicts:    1365000 | #Constraints:      48919
640.61/642.49	c #Conflicts:    1366000 | #Constraints:      49919
640.61/642.49	c #Conflicts:    1367000 | #Constraints:      50919
640.61/642.49	c #Conflicts:    1368000 | #Constraints:      51919
640.61/642.49	c #Conflicts:    1369000 | #Constraints:      52919
640.61/642.49	c #Conflicts:    1370000 | #Constraints:      53919
640.61/642.49	c #Conflicts:    1371000 | #Constraints:      54919
640.61/642.49	c INPROCESSING
640.61/642.49	c GARBAGE COLLECT
640.61/642.49	c #Conflicts:    1372000 | #Constraints:      32671
640.61/642.49	c #Conflicts:    1373000 | #Constraints:      33671
640.61/642.49	c #Conflicts:    1374000 | #Constraints:      34671
640.61/642.49	c #Conflicts:    1375000 | #Constraints:      35671
640.61/642.49	c #Conflicts:    1376000 | #Constraints:      36671
640.61/642.49	c #Conflicts:    1377000 | #Constraints:      37671
640.61/642.49	c #Conflicts:    1378000 | #Constraints:      38671
640.61/642.49	c #Conflicts:    1379000 | #Constraints:      39671
640.61/642.49	c #Conflicts:    1380000 | #Constraints:      40671
640.61/642.49	c #Conflicts:    1381000 | #Constraints:      41671
640.61/642.49	c #Conflicts:    1382000 | #Constraints:      42671
640.61/642.49	c #Conflicts:    1383000 | #Constraints:      43671
640.61/642.49	c #Conflicts:    1384000 | #Constraints:      44671
640.61/642.49	c #Conflicts:    1385000 | #Constraints:      45671
640.61/642.49	c #Conflicts:    1386000 | #Constraints:      46671
640.61/642.49	c #Conflicts:    1387000 | #Constraints:      47671
640.61/642.49	c #Conflicts:    1388000 | #Constraints:      48671
640.61/642.49	c #Conflicts:    1389000 | #Constraints:      49671
640.61/642.49	c #Conflicts:    1390000 | #Constraints:      50671
640.61/642.49	c #Conflicts:    1391000 | #Constraints:      51671
640.61/642.49	c #Conflicts:    1392000 | #Constraints:      52671
640.61/642.49	c #Conflicts:    1393000 | #Constraints:      53671
640.61/642.49	c #Conflicts:    1394000 | #Constraints:      54671
640.61/642.49	c #Conflicts:    1395000 | #Constraints:      55671
640.61/642.49	c INPROCESSING
640.61/642.49	c GARBAGE COLLECT
640.61/642.49	c #Conflicts:    1396000 | #Constraints:      33280
640.61/642.49	c #Conflicts:    1397000 | #Constraints:      34280
640.61/642.49	c #Conflicts:    1398000 | #Constraints:      35280
640.61/642.49	c #Conflicts:    1399000 | #Constraints:      36280
640.61/642.49	c #Conflicts:    1400000 | #Constraints:      37280
640.61/642.49	c #Conflicts:    1401000 | #Constraints:      38280
640.61/642.49	c #Conflicts:    1402000 | #Constraints:      39280
676.41/678.30	c #Conflicts:    1403000 | #Constraints:      40280
676.41/678.30	c #Conflicts:    1404000 | #Constraints:      41280
676.41/678.30	c #Conflicts:    1405000 | #Constraints:      42280
676.41/678.30	c #Conflicts:    1406000 | #Constraints:      43280
676.41/678.30	c #Conflicts:    1407000 | #Constraints:      44280
676.41/678.30	c #Conflicts:    1408000 | #Constraints:      45280
676.41/678.30	c #Conflicts:    1409000 | #Constraints:      46280
676.41/678.30	c #Conflicts:    1410000 | #Constraints:      47280
676.41/678.30	c #Conflicts:    1411000 | #Constraints:      48281
676.41/678.30	c #Conflicts:    1412000 | #Constraints:      49281
676.41/678.30	c #Conflicts:    1413000 | #Constraints:      50281
676.41/678.30	c #Conflicts:    1414000 | #Constraints:      51281
676.41/678.30	c #Conflicts:    1415000 | #Constraints:      52281
676.41/678.30	c #Conflicts:    1416000 | #Constraints:      53281
676.41/678.30	c #Conflicts:    1417000 | #Constraints:      54281
676.41/678.30	c #Conflicts:    1418000 | #Constraints:      55281
676.41/678.30	c #Conflicts:    1419000 | #Constraints:      56281
676.41/678.30	c INPROCESSING
676.41/678.30	c GARBAGE COLLECT
676.41/678.30	c #Conflicts:    1420000 | #Constraints:      33695
676.41/678.30	c #Conflicts:    1421000 | #Constraints:      34695
676.41/678.30	c #Conflicts:    1422000 | #Constraints:      35695
676.41/678.30	c #Conflicts:    1423000 | #Constraints:      36695
676.41/678.30	c #Conflicts:    1424000 | #Constraints:      37695
676.41/678.30	c #Conflicts:    1425000 | #Constraints:      38695
676.41/678.30	c #Conflicts:    1426000 | #Constraints:      39695
676.41/678.30	c #Conflicts:    1427000 | #Constraints:      40695
676.41/678.30	c #Conflicts:    1428000 | #Constraints:      41695
676.41/678.30	c #Conflicts:    1429000 | #Constraints:      42695
676.41/678.30	c #Conflicts:    1430000 | #Constraints:      43695
676.41/678.30	c #Conflicts:    1431000 | #Constraints:      44695
676.41/678.30	c #Conflicts:    1432000 | #Constraints:      45695
676.41/678.30	c #Conflicts:    1433000 | #Constraints:      46695
676.41/678.30	c #Conflicts:    1434000 | #Constraints:      47695
676.41/678.30	c #Conflicts:    1435000 | #Constraints:      48695
676.41/678.30	c #Conflicts:    1436000 | #Constraints:      49695
676.41/678.30	c #Conflicts:    1437000 | #Constraints:      50695
676.41/678.30	c #Conflicts:    1438000 | #Constraints:      51695
676.41/678.30	c #Conflicts:    1439000 | #Constraints:      52695
676.41/678.30	c #Conflicts:    1440000 | #Constraints:      53695
676.41/678.30	c #Conflicts:    1441000 | #Constraints:      54695
676.41/678.30	c #Conflicts:    1442000 | #Constraints:      55695
676.41/678.30	c #Conflicts:    1443000 | #Constraints:      56695
676.41/678.30	c INPROCESSING
676.41/678.30	c GARBAGE COLLECT
676.41/678.30	c #Conflicts:    1444000 | #Constraints:      33877
676.41/678.30	c #Conflicts:    1445000 | #Constraints:      34877
676.41/678.30	c #Conflicts:    1446000 | #Constraints:      35877
676.41/678.30	c #Conflicts:    1447000 | #Constraints:      36877
676.41/678.30	c #Conflicts:    1448000 | #Constraints:      37878
676.41/678.30	c #Conflicts:    1449000 | #Constraints:      38878
676.41/678.30	c #Conflicts:    1450000 | #Constraints:      39878
676.41/678.30	c #Conflicts:    1451000 | #Constraints:      40878
676.41/678.30	c #Conflicts:    1452000 | #Constraints:      41878
676.41/678.30	c #Conflicts:    1453000 | #Constraints:      42878
676.41/678.30	c #Conflicts:    1454000 | #Constraints:      43878
676.41/678.30	c #Conflicts:    1455000 | #Constraints:      44878
676.41/678.30	c #Conflicts:    1456000 | #Constraints:      45879
676.41/678.30	c #Conflicts:    1457000 | #Constraints:      46879
676.41/678.30	c #Conflicts:    1458000 | #Constraints:      47879
676.41/678.30	c #Conflicts:    1459000 | #Constraints:      48879
676.41/678.30	c #Conflicts:    1460000 | #Constraints:      49879
676.41/678.30	c #Conflicts:    1461000 | #Constraints:      50879
676.41/678.30	c #Conflicts:    1462000 | #Constraints:      51879
676.41/678.30	c #Conflicts:    1463000 | #Constraints:      52881
676.41/678.30	c #Conflicts:    1464000 | #Constraints:      53881
676.41/678.30	c #Conflicts:    1465000 | #Constraints:      54881
676.41/678.30	c #Conflicts:    1466000 | #Constraints:      55881
676.41/678.30	c #Conflicts:    1467000 | #Constraints:      56881
676.41/678.30	c INPROCESSING
676.41/678.30	c GARBAGE COLLECT
676.41/678.30	c #Conflicts:    1468000 | #Constraints:      33863
676.41/678.30	c #Conflicts:    1469000 | #Constraints:      34863
676.41/678.30	c #Conflicts:    1470000 | #Constraints:      35863
676.41/678.30	c #Conflicts:    1471000 | #Constraints:      36863
676.41/678.30	c #Conflicts:    1472000 | #Constraints:      37863
676.41/678.30	c #Conflicts:    1473000 | #Constraints:      38863
676.41/678.30	c #Conflicts:    1474000 | #Constraints:      39863
676.41/678.30	c #Conflicts:    1475000 | #Constraints:      40863
676.41/678.30	c #Conflicts:    1476000 | #Constraints:      41863
676.41/678.30	c #Conflicts:    1477000 | #Constraints:      42863
676.41/678.30	c #Conflicts:    1478000 | #Constraints:      43863
676.41/678.30	c #Conflicts:    1479000 | #Constraints:      44863
714.80/716.80	c #Conflicts:    1480000 | #Constraints:      45863
714.80/716.80	c #Conflicts:    1481000 | #Constraints:      46863
714.80/716.80	c #Conflicts:    1482000 | #Constraints:      47863
714.80/716.80	c #Conflicts:    1483000 | #Constraints:      48863
714.80/716.80	c #Conflicts:    1484000 | #Constraints:      49863
714.80/716.80	c #Conflicts:    1485000 | #Constraints:      50863
714.80/716.80	c #Conflicts:    1486000 | #Constraints:      51863
714.80/716.80	c #Conflicts:    1487000 | #Constraints:      52863
714.80/716.80	c #Conflicts:    1488000 | #Constraints:      53863
714.80/716.80	c #Conflicts:    1489000 | #Constraints:      54863
714.80/716.80	c #Conflicts:    1490000 | #Constraints:      55863
714.80/716.80	c #Conflicts:    1491000 | #Constraints:      56863
714.80/716.80	c INPROCESSING
714.80/716.80	c GARBAGE COLLECT
714.80/716.80	c #Conflicts:    1492000 | #Constraints:      33651
714.80/716.80	c #Conflicts:    1493000 | #Constraints:      34651
714.80/716.80	c #Conflicts:    1494000 | #Constraints:      35651
714.80/716.80	c #Conflicts:    1495000 | #Constraints:      36651
714.80/716.80	c #Conflicts:    1496000 | #Constraints:      37651
714.80/716.80	c #Conflicts:    1497000 | #Constraints:      38651
714.80/716.80	c #Conflicts:    1498000 | #Constraints:      39651
714.80/716.80	c #Conflicts:    1499000 | #Constraints:      40651
714.80/716.80	c #Conflicts:    1500000 | #Constraints:      41651
714.80/716.80	c #Conflicts:    1501000 | #Constraints:      42651
714.80/716.80	c #Conflicts:    1502000 | #Constraints:      43651
714.80/716.80	c #Conflicts:    1503000 | #Constraints:      44651
714.80/716.80	c #Conflicts:    1504000 | #Constraints:      45651
714.80/716.80	c #Conflicts:    1505000 | #Constraints:      46651
714.80/716.80	c #Conflicts:    1506000 | #Constraints:      47651
714.80/716.80	c #Conflicts:    1507000 | #Constraints:      48651
714.80/716.80	c #Conflicts:    1508000 | #Constraints:      49651
714.80/716.80	c #Conflicts:    1509000 | #Constraints:      50651
714.80/716.80	c #Conflicts:    1510000 | #Constraints:      51651
714.80/716.80	c #Conflicts:    1511000 | #Constraints:      52651
714.80/716.80	c #Conflicts:    1512000 | #Constraints:      53651
714.80/716.80	c #Conflicts:    1513000 | #Constraints:      54651
714.80/716.80	c #Conflicts:    1514000 | #Constraints:      55651
714.80/716.80	c #Conflicts:    1515000 | #Constraints:      56651
714.80/716.80	c #Conflicts:    1516000 | #Constraints:      57651
714.80/716.80	c INPROCESSING
714.80/716.80	c GARBAGE COLLECT
714.80/716.80	c #Conflicts:    1517000 | #Constraints:      34243
714.80/716.80	c #Conflicts:    1518000 | #Constraints:      35244
714.80/716.80	c #Conflicts:    1519000 | #Constraints:      36244
714.80/716.80	c #Conflicts:    1520000 | #Constraints:      37244
714.80/716.80	c #Conflicts:    1521000 | #Constraints:      38244
714.80/716.80	c #Conflicts:    1522000 | #Constraints:      39244
714.80/716.80	c #Conflicts:    1523000 | #Constraints:      40244
714.80/716.80	c #Conflicts:    1524000 | #Constraints:      41244
714.80/716.80	c #Conflicts:    1525000 | #Constraints:      42244
714.80/716.80	c #Conflicts:    1526000 | #Constraints:      43244
714.80/716.80	c #Conflicts:    1527000 | #Constraints:      44244
714.80/716.80	c #Conflicts:    1528000 | #Constraints:      45244
714.80/716.80	c #Conflicts:    1529000 | #Constraints:      46244
714.80/716.80	c #Conflicts:    1530000 | #Constraints:      47244
714.80/716.80	c #Conflicts:    1531000 | #Constraints:      48244
714.80/716.80	c #Conflicts:    1532000 | #Constraints:      49244
714.80/716.80	c #Conflicts:    1533000 | #Constraints:      50244
714.80/716.80	c #Conflicts:    1534000 | #Constraints:      51244
714.80/716.80	c #Conflicts:    1535000 | #Constraints:      52308
714.80/716.80	c #Conflicts:    1536000 | #Constraints:      53308
714.80/716.80	c #Conflicts:    1537000 | #Constraints:      54308
714.80/716.80	c #Conflicts:    1538000 | #Constraints:      55308
714.80/716.80	c #Conflicts:    1539000 | #Constraints:      56308
714.80/716.80	c #Conflicts:    1540000 | #Constraints:      57308
714.80/716.80	c #Conflicts:    1541000 | #Constraints:      58308
714.80/716.80	c INPROCESSING
714.80/716.80	c GARBAGE COLLECT
714.80/716.80	c #Conflicts:    1542000 | #Constraints:      34683
714.80/716.80	c #Conflicts:    1543000 | #Constraints:      35683
714.80/716.80	c #Conflicts:    1544000 | #Constraints:      36683
714.80/716.80	c #Conflicts:    1545000 | #Constraints:      37683
714.80/716.80	c #Conflicts:    1546000 | #Constraints:      38683
714.80/716.80	c #Conflicts:    1547000 | #Constraints:      39683
714.80/716.80	c #Conflicts:    1548000 | #Constraints:      40683
714.80/716.80	c #Conflicts:    1549000 | #Constraints:      41683
714.80/716.80	c #Conflicts:    1550000 | #Constraints:      42683
714.80/716.80	c #Conflicts:    1551000 | #Constraints:      43683
714.80/716.80	c #Conflicts:    1552000 | #Constraints:      44683
714.80/716.80	c #Conflicts:    1553000 | #Constraints:      45683
714.80/716.80	c #Conflicts:    1554000 | #Constraints:      46683
714.80/716.80	c #Conflicts:    1555000 | #Constraints:      47683
714.80/716.80	c #Conflicts:    1556000 | #Constraints:      48683
789.47/791.74	c #Conflicts:    1557000 | #Constraints:      49683
789.47/791.74	c #Conflicts:    1558000 | #Constraints:      50683
789.47/791.74	c #Conflicts:    1559000 | #Constraints:      51683
789.47/791.74	c #Conflicts:    1560000 | #Constraints:      52683
789.47/791.74	c #Conflicts:    1561000 | #Constraints:      53683
789.47/791.74	c #Conflicts:    1562000 | #Constraints:      54683
789.47/791.74	c #Conflicts:    1563000 | #Constraints:      55683
789.47/791.74	c #Conflicts:    1564000 | #Constraints:      56683
789.47/791.74	c #Conflicts:    1565000 | #Constraints:      57683
789.47/791.74	c #Conflicts:    1566000 | #Constraints:      58683
789.47/791.74	c INPROCESSING
789.47/791.74	c GARBAGE COLLECT
789.47/791.74	c #Conflicts:    1567000 | #Constraints:      34904
789.47/791.74	c #Conflicts:    1568000 | #Constraints:      35904
789.47/791.74	c #Conflicts:    1569000 | #Constraints:      36904
789.47/791.74	c #Conflicts:    1570000 | #Constraints:      37905
789.47/791.74	c #Conflicts:    1571000 | #Constraints:      38905
789.47/791.74	c #Conflicts:    1572000 | #Constraints:      39905
789.47/791.74	c #Conflicts:    1573000 | #Constraints:      40905
789.47/791.74	c #Conflicts:    1574000 | #Constraints:      41905
789.47/791.74	c #Conflicts:    1575000 | #Constraints:      42905
789.47/791.74	c #Conflicts:    1576000 | #Constraints:      44141
789.47/791.74	c #Conflicts:    1577000 | #Constraints:      45645
789.47/791.74	c #Conflicts:    1578000 | #Constraints:      47161
789.47/791.74	c #Conflicts:    1579000 | #Constraints:      48655
789.47/791.74	c #Conflicts:    1580000 | #Constraints:      50158
789.47/791.74	c #Conflicts:    1581000 | #Constraints:      51649
789.47/791.74	c #Conflicts:    1582000 | #Constraints:      53163
789.47/791.74	c #Conflicts:    1583000 | #Constraints:      54667
789.47/791.74	c #Conflicts:    1584000 | #Constraints:      56178
789.47/791.74	c #Conflicts:    1585000 | #Constraints:      57681
789.47/791.74	c #Conflicts:    1586000 | #Constraints:      59182
789.47/791.74	c #Conflicts:    1587000 | #Constraints:      60707
789.47/791.74	c #Conflicts:    1588000 | #Constraints:      62192
789.47/791.74	c #Conflicts:    1589000 | #Constraints:      63700
789.47/791.74	c #Conflicts:    1590000 | #Constraints:      64752
789.47/791.74	c #Conflicts:    1591000 | #Constraints:      65752
789.47/791.74	c INPROCESSING
789.47/791.74	c GARBAGE COLLECT
789.47/791.74	c #Conflicts:    1592000 | #Constraints:      38332
789.47/791.74	c #Conflicts:    1593000 | #Constraints:      39332
789.47/791.74	c #Conflicts:    1594000 | #Constraints:      40332
789.47/791.74	c #Conflicts:    1595000 | #Constraints:      41332
789.47/791.74	c #Conflicts:    1596000 | #Constraints:      42332
789.47/791.74	c #Conflicts:    1597000 | #Constraints:      43333
789.47/791.74	c #Conflicts:    1598000 | #Constraints:      44333
789.47/791.74	c #Conflicts:    1599000 | #Constraints:      45333
789.47/791.74	c #Conflicts:    1600000 | #Constraints:      46333
789.47/791.74	c #Conflicts:    1601000 | #Constraints:      47333
789.47/791.74	c #Conflicts:    1602000 | #Constraints:      48333
789.47/791.74	c #Conflicts:    1603000 | #Constraints:      49333
789.47/791.74	c #Conflicts:    1604000 | #Constraints:      50333
789.47/791.74	c #Conflicts:    1605000 | #Constraints:      51333
789.47/791.74	c #Conflicts:    1606000 | #Constraints:      52333
789.47/791.74	c #Conflicts:    1607000 | #Constraints:      53333
789.47/791.74	c #Conflicts:    1608000 | #Constraints:      54334
789.47/791.74	c #Conflicts:    1609000 | #Constraints:      55334
789.47/791.74	c #Conflicts:    1610000 | #Constraints:      56334
789.47/791.74	c #Conflicts:    1611000 | #Constraints:      57443
789.47/791.74	c #Conflicts:    1612000 | #Constraints:      58973
789.47/791.74	c #Conflicts:    1613000 | #Constraints:      60494
789.47/791.74	c #Conflicts:    1614000 | #Constraints:      62011
789.47/791.74	c #Conflicts:    1615000 | #Constraints:      63541
789.47/791.74	c #Conflicts:    1616000 | #Constraints:      65084
789.47/791.74	c INPROCESSING
789.47/791.74	c GARBAGE COLLECT
789.47/791.74	c #Conflicts:    1617000 | #Constraints:      37946
789.47/791.74	c #Conflicts:    1618000 | #Constraints:      38946
789.47/791.74	c #Conflicts:    1619000 | #Constraints:      39946
789.47/791.74	c #Conflicts:    1620000 | #Constraints:      40946
789.47/791.74	c #Conflicts:    1621000 | #Constraints:      41946
789.47/791.74	c #Conflicts:    1622000 | #Constraints:      42946
789.47/791.74	c #Conflicts:    1623000 | #Constraints:      43946
789.47/791.74	c #Conflicts:    1624000 | #Constraints:      44946
789.47/791.74	c #Conflicts:    1625000 | #Constraints:      45946
789.47/791.74	c #Conflicts:    1626000 | #Constraints:      46946
789.47/791.74	c #Conflicts:    1627000 | #Constraints:      47946
789.47/791.74	c #Conflicts:    1628000 | #Constraints:      48946
789.47/791.74	c #Conflicts:    1629000 | #Constraints:      49946
789.47/791.74	c #Conflicts:    1630000 | #Constraints:      50946
789.47/791.74	c #Conflicts:    1631000 | #Constraints:      51946
789.47/791.74	c #Conflicts:    1632000 | #Constraints:      52946
789.47/791.74	c #Conflicts:    1633000 | #Constraints:      53946
842.52/844.98	c #Conflicts:    1634000 | #Constraints:      54946
842.52/844.98	c #Conflicts:    1635000 | #Constraints:      55946
842.52/844.98	c #Conflicts:    1636000 | #Constraints:      56946
842.52/844.98	c #Conflicts:    1637000 | #Constraints:      57946
842.52/844.98	c #Conflicts:    1638000 | #Constraints:      58946
842.52/844.98	c #Conflicts:    1639000 | #Constraints:      59946
842.52/844.98	c #Conflicts:    1640000 | #Constraints:      60946
842.52/844.98	c #Conflicts:    1641000 | #Constraints:      61946
842.52/844.98	c #Conflicts:    1642000 | #Constraints:      62946
842.52/844.98	c INPROCESSING
842.52/844.98	c GARBAGE COLLECT
842.52/844.98	c #Conflicts:    1643000 | #Constraints:      36909
842.52/844.98	c #Conflicts:    1644000 | #Constraints:      37909
842.52/844.98	c #Conflicts:    1645000 | #Constraints:      38909
842.52/844.98	c #Conflicts:    1646000 | #Constraints:      39909
842.52/844.98	c #Conflicts:    1647000 | #Constraints:      40909
842.52/844.98	c #Conflicts:    1648000 | #Constraints:      41909
842.52/844.98	c #Conflicts:    1649000 | #Constraints:      42909
842.52/844.98	c #Conflicts:    1650000 | #Constraints:      43909
842.52/844.98	c #Conflicts:    1651000 | #Constraints:      44909
842.52/844.98	c #Conflicts:    1652000 | #Constraints:      45909
842.52/844.98	c #Conflicts:    1653000 | #Constraints:      46909
842.52/844.98	c #Conflicts:    1654000 | #Constraints:      47909
842.52/844.98	c #Conflicts:    1655000 | #Constraints:      48909
842.52/844.98	c #Conflicts:    1656000 | #Constraints:      49909
842.52/844.98	c #Conflicts:    1657000 | #Constraints:      50909
842.52/844.98	c #Conflicts:    1658000 | #Constraints:      51909
842.52/844.98	c #Conflicts:    1659000 | #Constraints:      52909
842.52/844.98	c #Conflicts:    1660000 | #Constraints:      53909
842.52/844.98	c #Conflicts:    1661000 | #Constraints:      54909
842.52/844.98	c #Conflicts:    1662000 | #Constraints:      55909
842.52/844.98	c #Conflicts:    1663000 | #Constraints:      56909
842.52/844.98	c #Conflicts:    1664000 | #Constraints:      57909
842.52/844.98	c #Conflicts:    1665000 | #Constraints:      58909
842.52/844.98	c #Conflicts:    1666000 | #Constraints:      59909
842.52/844.98	c #Conflicts:    1667000 | #Constraints:      60909
842.52/844.98	c #Conflicts:    1668000 | #Constraints:      61909
842.52/844.98	c INPROCESSING
842.52/844.98	c GARBAGE COLLECT
842.52/844.98	c #Conflicts:    1669000 | #Constraints:      36472
842.52/844.98	c #Conflicts:    1670000 | #Constraints:      37472
842.52/844.98	c #Conflicts:    1671000 | #Constraints:      38472
842.52/844.98	c #Conflicts:    1672000 | #Constraints:      39472
842.52/844.98	c #Conflicts:    1673000 | #Constraints:      40472
842.52/844.98	c #Conflicts:    1674000 | #Constraints:      41472
842.52/844.98	c #Conflicts:    1675000 | #Constraints:      42473
842.52/844.98	c #Conflicts:    1676000 | #Constraints:      43473
842.52/844.98	c #Conflicts:    1677000 | #Constraints:      44473
842.52/844.98	c #Conflicts:    1678000 | #Constraints:      45473
842.52/844.98	c #Conflicts:    1679000 | #Constraints:      46473
842.52/844.98	c #Conflicts:    1680000 | #Constraints:      47473
842.52/844.98	c #Conflicts:    1681000 | #Constraints:      48473
842.52/844.98	c #Conflicts:    1682000 | #Constraints:      49474
842.52/844.98	c #Conflicts:    1683000 | #Constraints:      50474
842.52/844.98	c #Conflicts:    1684000 | #Constraints:      51474
842.52/844.98	c #Conflicts:    1685000 | #Constraints:      52474
842.52/844.98	c #Conflicts:    1686000 | #Constraints:      53474
842.52/844.98	c #Conflicts:    1687000 | #Constraints:      54474
842.52/844.98	c #Conflicts:    1688000 | #Constraints:      55474
842.52/844.98	c #Conflicts:    1689000 | #Constraints:      56474
842.52/844.98	c #Conflicts:    1690000 | #Constraints:      57474
842.52/844.98	c #Conflicts:    1691000 | #Constraints:      58474
842.52/844.98	c #Conflicts:    1692000 | #Constraints:      59474
842.52/844.98	c #Conflicts:    1693000 | #Constraints:      60474
842.52/844.98	c #Conflicts:    1694000 | #Constraints:      61474
842.52/844.98	c INPROCESSING
842.52/844.98	c GARBAGE COLLECT
842.52/844.98	c #Conflicts:    1695000 | #Constraints:      36274
842.52/844.98	c #Conflicts:    1696000 | #Constraints:      37274
842.52/844.98	c #Conflicts:    1697000 | #Constraints:      38274
842.52/844.98	c #Conflicts:    1698000 | #Constraints:      39274
842.52/844.98	c #Conflicts:    1699000 | #Constraints:      40274
842.52/844.98	c #Conflicts:    1700000 | #Constraints:      41274
842.52/844.98	c #Conflicts:    1701000 | #Constraints:      42275
842.52/844.98	c #Conflicts:    1702000 | #Constraints:      43275
842.52/844.98	c #Conflicts:    1703000 | #Constraints:      44275
842.52/844.98	c #Conflicts:    1704000 | #Constraints:      45275
842.52/844.98	c #Conflicts:    1705000 | #Constraints:      46275
842.52/844.98	c #Conflicts:    1706000 | #Constraints:      47275
842.52/844.98	c #Conflicts:    1707000 | #Constraints:      48275
842.52/844.98	c #Conflicts:    1708000 | #Constraints:      49275
842.52/844.98	c #Conflicts:    1709000 | #Constraints:      50275
842.52/844.98	c #Conflicts:    1710000 | #Constraints:      51275
882.90/885.48	c #Conflicts:    1711000 | #Constraints:      52275
882.90/885.48	c #Conflicts:    1712000 | #Constraints:      53277
882.90/885.48	c #Conflicts:    1713000 | #Constraints:      54277
882.90/885.48	c #Conflicts:    1714000 | #Constraints:      55277
882.90/885.48	c #Conflicts:    1715000 | #Constraints:      56277
882.90/885.48	c #Conflicts:    1716000 | #Constraints:      57277
882.90/885.48	c #Conflicts:    1717000 | #Constraints:      58277
882.90/885.48	c #Conflicts:    1718000 | #Constraints:      59277
882.90/885.48	c #Conflicts:    1719000 | #Constraints:      60277
882.90/885.48	c #Conflicts:    1720000 | #Constraints:      61277
882.90/885.48	c INPROCESSING
882.90/885.48	c GARBAGE COLLECT
882.90/885.48	c #Conflicts:    1721000 | #Constraints:      36068
882.90/885.48	c #Conflicts:    1722000 | #Constraints:      37068
882.90/885.48	c #Conflicts:    1723000 | #Constraints:      38068
882.90/885.48	c #Conflicts:    1724000 | #Constraints:      39068
882.90/885.48	c #Conflicts:    1725000 | #Constraints:      40069
882.90/885.48	c #Conflicts:    1726000 | #Constraints:      41069
882.90/885.48	c #Conflicts:    1727000 | #Constraints:      42069
882.90/885.48	c #Conflicts:    1728000 | #Constraints:      43069
882.90/885.48	c #Conflicts:    1729000 | #Constraints:      44069
882.90/885.48	c #Conflicts:    1730000 | #Constraints:      45069
882.90/885.48	c #Conflicts:    1731000 | #Constraints:      46069
882.90/885.48	c #Conflicts:    1732000 | #Constraints:      47069
882.90/885.48	c #Conflicts:    1733000 | #Constraints:      48069
882.90/885.48	c #Conflicts:    1734000 | #Constraints:      49069
882.90/885.48	c #Conflicts:    1735000 | #Constraints:      50069
882.90/885.48	c #Conflicts:    1736000 | #Constraints:      51069
882.90/885.48	c #Conflicts:    1737000 | #Constraints:      52069
882.90/885.48	c #Conflicts:    1738000 | #Constraints:      53069
882.90/885.48	c #Conflicts:    1739000 | #Constraints:      54069
882.90/885.48	c #Conflicts:    1740000 | #Constraints:      55070
882.90/885.48	c #Conflicts:    1741000 | #Constraints:      56070
882.90/885.48	c #Conflicts:    1742000 | #Constraints:      57070
882.90/885.48	c #Conflicts:    1743000 | #Constraints:      58070
882.90/885.48	c #Conflicts:    1744000 | #Constraints:      59070
882.90/885.48	c #Conflicts:    1745000 | #Constraints:      60070
882.90/885.48	c #Conflicts:    1746000 | #Constraints:      61070
882.90/885.48	c INPROCESSING
882.90/885.48	c GARBAGE COLLECT
882.90/885.48	c #Conflicts:    1747000 | #Constraints:      35771
882.90/885.48	c #Conflicts:    1748000 | #Constraints:      36777
882.90/885.48	c #Conflicts:    1749000 | #Constraints:      37809
882.90/885.48	c #Conflicts:    1750000 | #Constraints:      38927
882.90/885.48	c #Conflicts:    1751000 | #Constraints:      39927
882.90/885.48	c #Conflicts:    1752000 | #Constraints:      40927
882.90/885.48	c #Conflicts:    1753000 | #Constraints:      41927
882.90/885.48	c #Conflicts:    1754000 | #Constraints:      42927
882.90/885.48	c #Conflicts:    1755000 | #Constraints:      43928
882.90/885.48	c #Conflicts:    1756000 | #Constraints:      44929
882.90/885.48	c #Conflicts:    1757000 | #Constraints:      45929
882.90/885.48	c #Conflicts:    1758000 | #Constraints:      46929
882.90/885.48	c #Conflicts:    1759000 | #Constraints:      47929
882.90/885.48	c #Conflicts:    1760000 | #Constraints:      48929
882.90/885.48	c #Conflicts:    1761000 | #Constraints:      49929
882.90/885.48	c #Conflicts:    1762000 | #Constraints:      50929
882.90/885.48	c #Conflicts:    1763000 | #Constraints:      51929
882.90/885.48	c #Conflicts:    1764000 | #Constraints:      52929
882.90/885.48	c #Conflicts:    1765000 | #Constraints:      53929
882.90/885.48	c #Conflicts:    1766000 | #Constraints:      54929
882.90/885.48	c #Conflicts:    1767000 | #Constraints:      55929
882.90/885.48	c #Conflicts:    1768000 | #Constraints:      56929
882.90/885.48	c #Conflicts:    1769000 | #Constraints:      57929
882.90/885.48	c #Conflicts:    1770000 | #Constraints:      58929
882.90/885.48	c #Conflicts:    1771000 | #Constraints:      59929
882.90/885.48	c #Conflicts:    1772000 | #Constraints:      60929
882.90/885.48	c #Conflicts:    1773000 | #Constraints:      61929
882.90/885.48	c INPROCESSING
882.90/885.48	c GARBAGE COLLECT
882.90/885.48	c #Conflicts:    1774000 | #Constraints:      36425
882.90/885.48	c #Conflicts:    1775000 | #Constraints:      37425
882.90/885.48	c #Conflicts:    1776000 | #Constraints:      38425
882.90/885.48	c #Conflicts:    1777000 | #Constraints:      39425
882.90/885.48	c #Conflicts:    1778000 | #Constraints:      40425
882.90/885.48	c #Conflicts:    1779000 | #Constraints:      41425
882.90/885.48	c #Conflicts:    1780000 | #Constraints:      42425
882.90/885.48	c #Conflicts:    1781000 | #Constraints:      43425
882.90/885.48	c #Conflicts:    1782000 | #Constraints:      44425
882.90/885.48	c #Conflicts:    1783000 | #Constraints:      45425
882.90/885.48	c #Conflicts:    1784000 | #Constraints:      46425
882.90/885.48	c #Conflicts:    1785000 | #Constraints:      47425
882.90/885.48	c #Conflicts:    1786000 | #Constraints:      48425
882.90/885.48	c #Conflicts:    1787000 | #Constraints:      49425
931.56/934.24	c #Conflicts:    1788000 | #Constraints:      50425
931.56/934.24	c #Conflicts:    1789000 | #Constraints:      51425
931.56/934.24	c #Conflicts:    1790000 | #Constraints:      52425
931.56/934.24	c #Conflicts:    1791000 | #Constraints:      53425
931.56/934.24	c #Conflicts:    1792000 | #Constraints:      54425
931.56/934.24	c #Conflicts:    1793000 | #Constraints:      55425
931.56/934.24	c #Conflicts:    1794000 | #Constraints:      56425
931.56/934.24	c #Conflicts:    1795000 | #Constraints:      57425
931.56/934.24	c #Conflicts:    1796000 | #Constraints:      58425
931.56/934.24	c #Conflicts:    1797000 | #Constraints:      59425
931.56/934.24	c #Conflicts:    1798000 | #Constraints:      60425
931.56/934.24	c #Conflicts:    1799000 | #Constraints:      61425
931.56/934.24	c #Conflicts:    1800000 | #Constraints:      62425
931.56/934.24	c INPROCESSING
931.56/934.24	c GARBAGE COLLECT
931.56/934.24	c #Conflicts:    1801000 | #Constraints:      36763
931.56/934.24	c #Conflicts:    1802000 | #Constraints:      37763
931.56/934.24	c #Conflicts:    1803000 | #Constraints:      38763
931.56/934.24	c #Conflicts:    1804000 | #Constraints:      39763
931.56/934.24	c #Conflicts:    1805000 | #Constraints:      40763
931.56/934.24	c #Conflicts:    1806000 | #Constraints:      41763
931.56/934.24	c #Conflicts:    1807000 | #Constraints:      42763
931.56/934.24	c #Conflicts:    1808000 | #Constraints:      43763
931.56/934.24	c #Conflicts:    1809000 | #Constraints:      44763
931.56/934.24	c #Conflicts:    1810000 | #Constraints:      45763
931.56/934.24	c #Conflicts:    1811000 | #Constraints:      46763
931.56/934.24	c #Conflicts:    1812000 | #Constraints:      47763
931.56/934.24	c #Conflicts:    1813000 | #Constraints:      48763
931.56/934.24	c #Conflicts:    1814000 | #Constraints:      49763
931.56/934.24	c #Conflicts:    1815000 | #Constraints:      50763
931.56/934.24	c #Conflicts:    1816000 | #Constraints:      51763
931.56/934.24	c #Conflicts:    1817000 | #Constraints:      52763
931.56/934.24	c #Conflicts:    1818000 | #Constraints:      53763
931.56/934.24	c #Conflicts:    1819000 | #Constraints:      54763
931.56/934.24	c #Conflicts:    1820000 | #Constraints:      55763
931.56/934.24	c #Conflicts:    1821000 | #Constraints:      56763
931.56/934.24	c #Conflicts:    1822000 | #Constraints:      57763
931.56/934.24	c #Conflicts:    1823000 | #Constraints:      58763
931.56/934.24	c #Conflicts:    1824000 | #Constraints:      59763
931.56/934.24	c #Conflicts:    1825000 | #Constraints:      60763
931.56/934.24	c #Conflicts:    1826000 | #Constraints:      61763
931.56/934.24	c #Conflicts:    1827000 | #Constraints:      62763
931.56/934.24	c INPROCESSING
931.56/934.24	c GARBAGE COLLECT
931.56/934.24	c #Conflicts:    1828000 | #Constraints:      36950
931.56/934.24	c #Conflicts:    1829000 | #Constraints:      37951
931.56/934.24	c #Conflicts:    1830000 | #Constraints:      38951
931.56/934.24	c #Conflicts:    1831000 | #Constraints:      39951
931.56/934.24	c #Conflicts:    1832000 | #Constraints:      40951
931.56/934.24	c #Conflicts:    1833000 | #Constraints:      41951
931.56/934.24	c #Conflicts:    1834000 | #Constraints:      42951
931.56/934.24	c #Conflicts:    1835000 | #Constraints:      43951
931.56/934.24	c #Conflicts:    1836000 | #Constraints:      44951
931.56/934.24	c #Conflicts:    1837000 | #Constraints:      45951
931.56/934.24	c #Conflicts:    1838000 | #Constraints:      46951
931.56/934.24	c #Conflicts:    1839000 | #Constraints:      47951
931.56/934.24	c #Conflicts:    1840000 | #Constraints:      48951
931.56/934.24	c #Conflicts:    1841000 | #Constraints:      49951
931.56/934.24	c #Conflicts:    1842000 | #Constraints:      50951
931.56/934.24	c #Conflicts:    1843000 | #Constraints:      51951
931.56/934.24	c #Conflicts:    1844000 | #Constraints:      52951
931.56/934.24	c #Conflicts:    1845000 | #Constraints:      53951
931.56/934.24	c #Conflicts:    1846000 | #Constraints:      54952
931.56/934.24	c #Conflicts:    1847000 | #Constraints:      55952
931.56/934.24	c #Conflicts:    1848000 | #Constraints:      56952
931.56/934.24	c #Conflicts:    1849000 | #Constraints:      57952
931.56/934.24	c #Conflicts:    1850000 | #Constraints:      58952
931.56/934.24	c #Conflicts:    1851000 | #Constraints:      59952
931.56/934.24	c #Conflicts:    1852000 | #Constraints:      60952
931.56/934.24	c #Conflicts:    1853000 | #Constraints:      61952
931.56/934.24	c #Conflicts:    1854000 | #Constraints:      62952
931.56/934.24	c INPROCESSING
931.56/934.24	c GARBAGE COLLECT
931.56/934.24	c #Conflicts:    1855000 | #Constraints:      36905
931.56/934.24	c #Conflicts:    1856000 | #Constraints:      37905
931.56/934.24	c #Conflicts:    1857000 | #Constraints:      38905
931.56/934.24	c #Conflicts:    1858000 | #Constraints:      39905
931.56/934.24	c #Conflicts:    1859000 | #Constraints:      40906
931.56/934.24	c #Conflicts:    1860000 | #Constraints:      42401
931.56/934.24	c #Conflicts:    1861000 | #Constraints:      43901
931.56/934.24	c #Conflicts:    1862000 | #Constraints:      45390
931.56/934.24	c #Conflicts:    1863000 | #Constraints:      46883
931.56/934.24	c #Conflicts:    1864000 | #Constraints:      48386
977.92/980.79	c #Conflicts:    1865000 | #Constraints:      49873
977.92/980.79	c #Conflicts:    1866000 | #Constraints:      51364
977.92/980.79	c #Conflicts:    1867000 | #Constraints:      52852
977.92/980.79	c #Conflicts:    1868000 | #Constraints:      54337
977.92/980.79	c #Conflicts:    1869000 | #Constraints:      55820
977.92/980.79	c #Conflicts:    1870000 | #Constraints:      57316
977.92/980.79	c #Conflicts:    1871000 | #Constraints:      58784
977.92/980.79	c #Conflicts:    1872000 | #Constraints:      59784
977.92/980.79	c #Conflicts:    1873000 | #Constraints:      60784
977.92/980.79	c #Conflicts:    1874000 | #Constraints:      61784
977.92/980.79	c #Conflicts:    1875000 | #Constraints:      62784
977.92/980.79	c #Conflicts:    1876000 | #Constraints:      63784
977.92/980.79	c #Conflicts:    1877000 | #Constraints:      64784
977.92/980.79	c #Conflicts:    1878000 | #Constraints:      65784
977.92/980.79	c #Conflicts:    1879000 | #Constraints:      66784
977.92/980.79	c #Conflicts:    1880000 | #Constraints:      67784
977.92/980.79	c #Conflicts:    1881000 | #Constraints:      68784
977.92/980.79	c INPROCESSING
977.92/980.79	c GARBAGE COLLECT
977.92/980.79	c #Conflicts:    1882000 | #Constraints:      39623
977.92/980.79	c #Conflicts:    1883000 | #Constraints:      40623
977.92/980.79	c #Conflicts:    1884000 | #Constraints:      41623
977.92/980.79	c #Conflicts:    1885000 | #Constraints:      42623
977.92/980.79	c #Conflicts:    1886000 | #Constraints:      43623
977.92/980.79	c #Conflicts:    1887000 | #Constraints:      44623
977.92/980.79	c #Conflicts:    1888000 | #Constraints:      45623
977.92/980.79	c #Conflicts:    1889000 | #Constraints:      46623
977.92/980.79	c #Conflicts:    1890000 | #Constraints:      47623
977.92/980.79	c #Conflicts:    1891000 | #Constraints:      48623
977.92/980.79	c #Conflicts:    1892000 | #Constraints:      49623
977.92/980.79	c #Conflicts:    1893000 | #Constraints:      50623
977.92/980.79	c #Conflicts:    1894000 | #Constraints:      51623
977.92/980.79	c #Conflicts:    1895000 | #Constraints:      52624
977.92/980.79	c #Conflicts:    1896000 | #Constraints:      53624
977.92/980.79	c #Conflicts:    1897000 | #Constraints:      54624
977.92/980.79	c #Conflicts:    1898000 | #Constraints:      55624
977.92/980.79	c #Conflicts:    1899000 | #Constraints:      56624
977.92/980.79	c #Conflicts:    1900000 | #Constraints:      57624
977.92/980.79	c #Conflicts:    1901000 | #Constraints:      58624
977.92/980.79	c #Conflicts:    1902000 | #Constraints:      59624
977.92/980.79	c #Conflicts:    1903000 | #Constraints:      60624
977.92/980.79	c #Conflicts:    1904000 | #Constraints:      61624
977.92/980.79	c #Conflicts:    1905000 | #Constraints:      62624
977.92/980.79	c #Conflicts:    1906000 | #Constraints:      63624
977.92/980.79	c #Conflicts:    1907000 | #Constraints:      64624
977.92/980.79	c #Conflicts:    1908000 | #Constraints:      65624
977.92/980.79	c #Conflicts:    1909000 | #Constraints:      66624
977.92/980.79	c INPROCESSING
977.92/980.79	c GARBAGE COLLECT
977.92/980.79	c #Conflicts:    1910000 | #Constraints:      38783
977.92/980.79	c #Conflicts:    1911000 | #Constraints:      39783
977.92/980.79	c #Conflicts:    1912000 | #Constraints:      40783
977.92/980.79	c #Conflicts:    1913000 | #Constraints:      41783
977.92/980.79	c #Conflicts:    1914000 | #Constraints:      42783
977.92/980.79	c #Conflicts:    1915000 | #Constraints:      43783
977.92/980.79	c #Conflicts:    1916000 | #Constraints:      44783
977.92/980.79	c #Conflicts:    1917000 | #Constraints:      45783
977.92/980.79	c #Conflicts:    1918000 | #Constraints:      46783
977.92/980.79	c #Conflicts:    1919000 | #Constraints:      47783
977.92/980.79	c #Conflicts:    1920000 | #Constraints:      48783
977.92/980.79	c #Conflicts:    1921000 | #Constraints:      49783
977.92/980.79	c #Conflicts:    1922000 | #Constraints:      50783
977.92/980.79	c #Conflicts:    1923000 | #Constraints:      51783
977.92/980.79	c #Conflicts:    1924000 | #Constraints:      52783
977.92/980.79	c #Conflicts:    1925000 | #Constraints:      53783
977.92/980.79	c #Conflicts:    1926000 | #Constraints:      54783
977.92/980.79	c #Conflicts:    1927000 | #Constraints:      55783
977.92/980.79	c #Conflicts:    1928000 | #Constraints:      56783
977.92/980.79	c #Conflicts:    1929000 | #Constraints:      57783
977.92/980.79	c #Conflicts:    1930000 | #Constraints:      58783
977.92/980.79	c #Conflicts:    1931000 | #Constraints:      59783
977.92/980.79	c #Conflicts:    1932000 | #Constraints:      60783
977.92/980.79	c #Conflicts:    1933000 | #Constraints:      61783
977.92/980.79	c #Conflicts:    1934000 | #Constraints:      62783
977.92/980.79	c #Conflicts:    1935000 | #Constraints:      63783
977.92/980.79	c #Conflicts:    1936000 | #Constraints:      64783
977.92/980.79	c #Conflicts:    1937000 | #Constraints:      65783
977.92/980.79	c INPROCESSING
977.92/980.79	c GARBAGE COLLECT
977.92/980.79	c #Conflicts:    1938000 | #Constraints:      38458
977.92/980.79	c #Conflicts:    1939000 | #Constraints:      39458
977.92/980.79	c #Conflicts:    1940000 | #Constraints:      40458
1002.45/1005.36	c #Conflicts:    1941000 | #Constraints:      41458
1002.45/1005.36	c #Conflicts:    1942000 | #Constraints:      42458
1002.45/1005.36	c #Conflicts:    1943000 | #Constraints:      43458
1002.45/1005.36	c #Conflicts:    1944000 | #Constraints:      44458
1002.45/1005.36	c #Conflicts:    1945000 | #Constraints:      45458
1002.45/1005.36	c #Conflicts:    1946000 | #Constraints:      46458
1002.45/1005.36	c #Conflicts:    1947000 | #Constraints:      47458
1002.45/1005.36	c #Conflicts:    1948000 | #Constraints:      48458
1002.45/1005.36	c #Conflicts:    1949000 | #Constraints:      49458
1002.45/1005.36	c #Conflicts:    1950000 | #Constraints:      50458
1002.45/1005.36	c #Conflicts:    1951000 | #Constraints:      51458
1002.45/1005.36	c #Conflicts:    1952000 | #Constraints:      52458
1002.45/1005.36	c #Conflicts:    1953000 | #Constraints:      53458
1002.45/1005.36	c #Conflicts:    1954000 | #Constraints:      54459
1002.45/1005.36	c #Conflicts:    1955000 | #Constraints:      55459
1002.45/1005.36	c #Conflicts:    1956000 | #Constraints:      56459
1002.45/1005.36	c #Conflicts:    1957000 | #Constraints:      57459
1002.45/1005.36	c #Conflicts:    1958000 | #Constraints:      58459
1002.45/1005.36	c #Conflicts:    1959000 | #Constraints:      59459
1002.45/1005.36	c #Conflicts:    1960000 | #Constraints:      60459
1002.45/1005.36	c #Conflicts:    1961000 | #Constraints:      61459
1002.45/1005.36	c #Conflicts:    1962000 | #Constraints:      62460
1002.45/1005.36	c #Conflicts:    1963000 | #Constraints:      63460
1002.45/1005.36	c #Conflicts:    1964000 | #Constraints:      64460
1002.45/1005.36	c #Conflicts:    1965000 | #Constraints:      65460
1002.45/1005.36	c INPROCESSING
1002.45/1005.36	c GARBAGE COLLECT
1002.45/1005.36	c rational objective 806.219
1040.22/1043.24	c #Conflicts:    1966000 | #Constraints:      38294
1040.22/1043.24	c #Conflicts:    1967000 | #Constraints:      39294
1040.22/1043.24	c #Conflicts:    1968000 | #Constraints:      40294
1040.22/1043.24	c #Conflicts:    1969000 | #Constraints:      41294
1040.22/1043.24	c #Conflicts:    1970000 | #Constraints:      42294
1040.22/1043.24	c #Conflicts:    1971000 | #Constraints:      43294
1040.22/1043.24	c #Conflicts:    1972000 | #Constraints:      44294
1040.22/1043.24	c #Conflicts:    1973000 | #Constraints:      45294
1040.22/1043.24	c #Conflicts:    1974000 | #Constraints:      46294
1040.22/1043.24	c #Conflicts:    1975000 | #Constraints:      47294
1040.22/1043.24	c #Conflicts:    1976000 | #Constraints:      48294
1040.22/1043.24	c #Conflicts:    1977000 | #Constraints:      49294
1040.22/1043.24	c #Conflicts:    1978000 | #Constraints:      50294
1040.22/1043.24	c #Conflicts:    1979000 | #Constraints:      51294
1040.22/1043.24	c #Conflicts:    1980000 | #Constraints:      52294
1040.22/1043.24	c #Conflicts:    1981000 | #Constraints:      53294
1040.22/1043.24	c #Conflicts:    1982000 | #Constraints:      54294
1040.22/1043.24	c #Conflicts:    1983000 | #Constraints:      55294
1040.22/1043.24	c #Conflicts:    1984000 | #Constraints:      56294
1040.22/1043.24	c #Conflicts:    1985000 | #Constraints:      57294
1040.22/1043.24	c #Conflicts:    1986000 | #Constraints:      58295
1040.22/1043.24	c #Conflicts:    1987000 | #Constraints:      59295
1040.22/1043.24	c #Conflicts:    1988000 | #Constraints:      60295
1040.22/1043.24	c #Conflicts:    1989000 | #Constraints:      61295
1040.22/1043.24	c #Conflicts:    1990000 | #Constraints:      62295
1040.22/1043.24	c #Conflicts:    1991000 | #Constraints:      63295
1040.22/1043.24	c #Conflicts:    1992000 | #Constraints:      64295
1040.22/1043.24	c #Conflicts:    1993000 | #Constraints:      65295
1040.22/1043.24	c INPROCESSING
1040.22/1043.24	c GARBAGE COLLECT
1040.22/1043.24	c #Conflicts:    1994000 | #Constraints:      38076
1040.22/1043.24	c #Conflicts:    1995000 | #Constraints:      39076
1040.22/1043.24	c #Conflicts:    1996000 | #Constraints:      40076
1040.22/1043.24	c #Conflicts:    1997000 | #Constraints:      41076
1040.22/1043.24	c #Conflicts:    1998000 | #Constraints:      42076
1040.22/1043.24	c #Conflicts:    1999000 | #Constraints:      43076
1040.22/1043.24	c #Conflicts:    2000000 | #Constraints:      44076
1040.22/1043.24	c #Conflicts:    2001000 | #Constraints:      45076
1040.22/1043.24	c #Conflicts:    2002000 | #Constraints:      46076
1040.22/1043.24	c #Conflicts:    2003000 | #Constraints:      47076
1040.22/1043.24	c #Conflicts:    2004000 | #Constraints:      48076
1040.22/1043.24	c #Conflicts:    2005000 | #Constraints:      49076
1040.22/1043.24	c #Conflicts:    2006000 | #Constraints:      50076
1040.22/1043.24	c #Conflicts:    2007000 | #Constraints:      51076
1040.22/1043.24	c #Conflicts:    2008000 | #Constraints:      52076
1040.22/1043.24	c #Conflicts:    2009000 | #Constraints:      53076
1040.22/1043.24	c #Conflicts:    2010000 | #Constraints:      54076
1040.22/1043.24	c #Conflicts:    2011000 | #Constraints:      55076
1040.22/1043.24	c #Conflicts:    2012000 | #Constraints:      56076
1040.22/1043.24	c #Conflicts:    2013000 | #Constraints:      57076
1040.22/1043.24	c #Conflicts:    2014000 | #Constraints:      58076
1040.22/1043.24	c #Conflicts:    2015000 | #Constraints:      59076
1040.22/1043.24	c #Conflicts:    2016000 | #Constraints:      60076
1040.22/1043.24	c #Conflicts:    2017000 | #Constraints:      61076
1040.22/1043.24	c #Conflicts:    2018000 | #Constraints:      62076
1040.22/1043.24	c #Conflicts:    2019000 | #Constraints:      63076
1040.22/1043.24	c #Conflicts:    2020000 | #Constraints:      64076
1040.22/1043.24	c #Conflicts:    2021000 | #Constraints:      65076
1040.22/1043.24	c INPROCESSING
1040.22/1043.24	c GARBAGE COLLECT
1040.22/1043.24	c #Conflicts:    2022000 | #Constraints:      37740
1040.22/1043.24	c #Conflicts:    2023000 | #Constraints:      38740
1040.22/1043.24	c #Conflicts:    2024000 | #Constraints:      39740
1040.22/1043.24	c #Conflicts:    2025000 | #Constraints:      40740
1040.22/1043.24	c #Conflicts:    2026000 | #Constraints:      41740
1040.22/1043.24	c #Conflicts:    2027000 | #Constraints:      42740
1040.22/1043.24	c #Conflicts:    2028000 | #Constraints:      43740
1040.22/1043.24	c #Conflicts:    2029000 | #Constraints:      44740
1040.22/1043.24	c #Conflicts:    2030000 | #Constraints:      45740
1040.22/1043.24	c #Conflicts:    2031000 | #Constraints:      46740
1040.22/1043.24	c #Conflicts:    2032000 | #Constraints:      47740
1040.22/1043.24	c #Conflicts:    2033000 | #Constraints:      48740
1040.22/1043.24	c #Conflicts:    2034000 | #Constraints:      49740
1040.22/1043.24	c #Conflicts:    2035000 | #Constraints:      50740
1040.22/1043.24	c #Conflicts:    2036000 | #Constraints:      51740
1040.22/1043.24	c #Conflicts:    2037000 | #Constraints:      52740
1040.22/1043.24	c #Conflicts:    2038000 | #Constraints:      53740
1040.22/1043.24	c #Conflicts:    2039000 | #Constraints:      54740
1040.22/1043.24	c #Conflicts:    2040000 | #Constraints:      55740
1040.22/1043.24	c #Conflicts:    2041000 | #Constraints:      56741
1040.22/1043.24	c #Conflicts:    2042000 | #Constraints:      57741
1040.22/1043.24	c #Conflicts:    2043000 | #Constraints:      58741
1090.87/1094.08	c #Conflicts:    2044000 | #Constraints:      59741
1090.87/1094.08	c #Conflicts:    2045000 | #Constraints:      60741
1090.87/1094.08	c #Conflicts:    2046000 | #Constraints:      61741
1090.87/1094.08	c #Conflicts:    2047000 | #Constraints:      62741
1090.87/1094.08	c #Conflicts:    2048000 | #Constraints:      63741
1090.87/1094.08	c #Conflicts:    2049000 | #Constraints:      64741
1090.87/1094.08	c #Conflicts:    2050000 | #Constraints:      65741
1090.87/1094.08	c INPROCESSING
1090.87/1094.08	c GARBAGE COLLECT
1090.87/1094.08	c #Conflicts:    2051000 | #Constraints:      38265
1090.87/1094.08	c #Conflicts:    2052000 | #Constraints:      39379
1090.87/1094.08	c #Conflicts:    2053000 | #Constraints:      40379
1090.87/1094.08	c #Conflicts:    2054000 | #Constraints:      41379
1090.87/1094.08	c #Conflicts:    2055000 | #Constraints:      42379
1090.87/1094.08	c #Conflicts:    2056000 | #Constraints:      43379
1090.87/1094.08	c #Conflicts:    2057000 | #Constraints:      44379
1090.87/1094.08	c #Conflicts:    2058000 | #Constraints:      45379
1090.87/1094.08	c #Conflicts:    2059000 | #Constraints:      46379
1090.87/1094.08	c #Conflicts:    2060000 | #Constraints:      47379
1090.87/1094.08	c #Conflicts:    2061000 | #Constraints:      48379
1090.87/1094.08	c #Conflicts:    2062000 | #Constraints:      49379
1090.87/1094.08	c #Conflicts:    2063000 | #Constraints:      50389
1090.87/1094.08	c #Conflicts:    2064000 | #Constraints:      51389
1090.87/1094.08	c #Conflicts:    2065000 | #Constraints:      52389
1090.87/1094.08	c #Conflicts:    2066000 | #Constraints:      53389
1090.87/1094.08	c #Conflicts:    2067000 | #Constraints:      54390
1090.87/1094.08	c #Conflicts:    2068000 | #Constraints:      55390
1090.87/1094.08	c #Conflicts:    2069000 | #Constraints:      56390
1090.87/1094.08	c #Conflicts:    2070000 | #Constraints:      57390
1090.87/1094.08	c #Conflicts:    2071000 | #Constraints:      58390
1090.87/1094.08	c #Conflicts:    2072000 | #Constraints:      59390
1090.87/1094.08	c #Conflicts:    2073000 | #Constraints:      60390
1090.87/1094.08	c #Conflicts:    2074000 | #Constraints:      61390
1090.87/1094.08	c #Conflicts:    2075000 | #Constraints:      62390
1090.87/1094.08	c #Conflicts:    2076000 | #Constraints:      63464
1090.87/1094.08	c #Conflicts:    2077000 | #Constraints:      64491
1090.87/1094.08	c #Conflicts:    2078000 | #Constraints:      65491
1090.87/1094.08	c #Conflicts:    2079000 | #Constraints:      66492
1090.87/1094.08	c INPROCESSING
1090.87/1094.08	c GARBAGE COLLECT
1090.87/1094.08	c #Conflicts:    2080000 | #Constraints:      38801
1090.87/1094.08	c #Conflicts:    2081000 | #Constraints:      39801
1090.87/1094.08	c #Conflicts:    2082000 | #Constraints:      40801
1090.87/1094.08	c #Conflicts:    2083000 | #Constraints:      41801
1090.87/1094.08	c #Conflicts:    2084000 | #Constraints:      42801
1090.87/1094.08	c #Conflicts:    2085000 | #Constraints:      43801
1090.87/1094.08	c #Conflicts:    2086000 | #Constraints:      44801
1090.87/1094.08	c #Conflicts:    2087000 | #Constraints:      45801
1090.87/1094.08	c #Conflicts:    2088000 | #Constraints:      46801
1090.87/1094.08	c #Conflicts:    2089000 | #Constraints:      47802
1090.87/1094.08	c #Conflicts:    2090000 | #Constraints:      48802
1090.87/1094.08	c #Conflicts:    2091000 | #Constraints:      49802
1090.87/1094.08	c #Conflicts:    2092000 | #Constraints:      50802
1090.87/1094.08	c #Conflicts:    2093000 | #Constraints:      51802
1090.87/1094.08	c #Conflicts:    2094000 | #Constraints:      52802
1090.87/1094.08	c #Conflicts:    2095000 | #Constraints:      53802
1090.87/1094.08	c #Conflicts:    2096000 | #Constraints:      54802
1090.87/1094.08	c #Conflicts:    2097000 | #Constraints:      55802
1090.87/1094.08	c #Conflicts:    2098000 | #Constraints:      56805
1090.87/1094.08	c #Conflicts:    2099000 | #Constraints:      57805
1090.87/1094.08	c #Conflicts:    2100000 | #Constraints:      58805
1090.87/1094.08	c #Conflicts:    2101000 | #Constraints:      59805
1090.87/1094.08	c #Conflicts:    2102000 | #Constraints:      60805
1090.87/1094.08	c #Conflicts:    2103000 | #Constraints:      61805
1090.87/1094.08	c #Conflicts:    2104000 | #Constraints:      62805
1090.87/1094.08	c #Conflicts:    2105000 | #Constraints:      63805
1090.87/1094.08	c #Conflicts:    2106000 | #Constraints:      64805
1090.87/1094.08	c #Conflicts:    2107000 | #Constraints:      65805
1090.87/1094.08	c #Conflicts:    2108000 | #Constraints:      66805
1090.87/1094.08	c INPROCESSING
1090.87/1094.08	c GARBAGE COLLECT
1090.87/1094.08	c #Conflicts:    2109000 | #Constraints:      38989
1090.87/1094.08	c #Conflicts:    2110000 | #Constraints:      39989
1090.87/1094.08	c #Conflicts:    2111000 | #Constraints:      40989
1090.87/1094.08	c #Conflicts:    2112000 | #Constraints:      41989
1090.87/1094.08	c #Conflicts:    2113000 | #Constraints:      42989
1090.87/1094.08	c #Conflicts:    2114000 | #Constraints:      43989
1090.87/1094.08	c #Conflicts:    2115000 | #Constraints:      44989
1090.87/1094.08	c #Conflicts:    2116000 | #Constraints:      45989
1090.87/1094.08	c #Conflicts:    2117000 | #Constraints:      46989
1090.87/1094.08	c #Conflicts:    2118000 | #Constraints:      47989
1090.87/1094.08	c #Conflicts:    2119000 | #Constraints:      48989
1090.87/1094.08	c #Conflicts:    2120000 | #Constraints:      49989
1162.53/1165.95	c #Conflicts:    2121000 | #Constraints:      50989
1162.53/1165.95	c #Conflicts:    2122000 | #Constraints:      51989
1162.53/1165.95	c #Conflicts:    2123000 | #Constraints:      52989
1162.53/1165.95	c #Conflicts:    2124000 | #Constraints:      53989
1162.53/1165.95	c #Conflicts:    2125000 | #Constraints:      54989
1162.53/1165.95	c #Conflicts:    2126000 | #Constraints:      55989
1162.53/1165.95	c #Conflicts:    2127000 | #Constraints:      56989
1162.53/1165.95	c #Conflicts:    2128000 | #Constraints:      57989
1162.53/1165.95	c #Conflicts:    2129000 | #Constraints:      58989
1162.53/1165.95	c #Conflicts:    2130000 | #Constraints:      59989
1162.53/1165.95	c #Conflicts:    2131000 | #Constraints:      60989
1162.53/1165.95	c #Conflicts:    2132000 | #Constraints:      61989
1162.53/1165.95	c #Conflicts:    2133000 | #Constraints:      62989
1162.53/1165.95	c #Conflicts:    2134000 | #Constraints:      63989
1162.53/1165.95	c #Conflicts:    2135000 | #Constraints:      64989
1162.53/1165.95	c #Conflicts:    2136000 | #Constraints:      65989
1162.53/1165.95	c #Conflicts:    2137000 | #Constraints:      66989
1162.53/1165.95	c INPROCESSING
1162.53/1165.95	c GARBAGE COLLECT
1162.53/1165.95	c #Conflicts:    2138000 | #Constraints:      38961
1162.53/1165.95	c #Conflicts:    2139000 | #Constraints:      39961
1162.53/1165.95	c #Conflicts:    2140000 | #Constraints:      40961
1162.53/1165.95	c #Conflicts:    2141000 | #Constraints:      41961
1162.53/1165.95	c #Conflicts:    2142000 | #Constraints:      42962
1162.53/1165.95	c #Conflicts:    2143000 | #Constraints:      43962
1162.53/1165.95	c #Conflicts:    2144000 | #Constraints:      44962
1162.53/1165.95	c #Conflicts:    2145000 | #Constraints:      45962
1162.53/1165.95	c #Conflicts:    2146000 | #Constraints:      46962
1162.53/1165.95	c #Conflicts:    2147000 | #Constraints:      47962
1162.53/1165.95	c #Conflicts:    2148000 | #Constraints:      48962
1162.53/1165.95	c #Conflicts:    2149000 | #Constraints:      49962
1162.53/1165.95	c #Conflicts:    2150000 | #Constraints:      50962
1162.53/1165.95	c #Conflicts:    2151000 | #Constraints:      51962
1162.53/1165.95	c #Conflicts:    2152000 | #Constraints:      52962
1162.53/1165.95	c #Conflicts:    2153000 | #Constraints:      53962
1162.53/1165.95	c #Conflicts:    2154000 | #Constraints:      54962
1162.53/1165.95	c #Conflicts:    2155000 | #Constraints:      55962
1162.53/1165.95	c #Conflicts:    2156000 | #Constraints:      56962
1162.53/1165.95	c #Conflicts:    2157000 | #Constraints:      57962
1162.53/1165.95	c #Conflicts:    2158000 | #Constraints:      58962
1162.53/1165.95	c #Conflicts:    2159000 | #Constraints:      59962
1162.53/1165.95	c #Conflicts:    2160000 | #Constraints:      60962
1162.53/1165.95	c #Conflicts:    2161000 | #Constraints:      61962
1162.53/1165.95	c #Conflicts:    2162000 | #Constraints:      62962
1162.53/1165.95	c #Conflicts:    2163000 | #Constraints:      63962
1162.53/1165.95	c #Conflicts:    2164000 | #Constraints:      64962
1162.53/1165.95	c #Conflicts:    2165000 | #Constraints:      65962
1162.53/1165.95	c #Conflicts:    2166000 | #Constraints:      66962
1162.53/1165.95	c INPROCESSING
1162.53/1165.95	c GARBAGE COLLECT
1162.53/1165.95	c #Conflicts:    2167000 | #Constraints:      38733
1162.53/1165.95	c #Conflicts:    2168000 | #Constraints:      39733
1162.53/1165.95	c #Conflicts:    2169000 | #Constraints:      40733
1162.53/1165.95	c #Conflicts:    2170000 | #Constraints:      41733
1162.53/1165.95	c #Conflicts:    2171000 | #Constraints:      42733
1162.53/1165.95	c #Conflicts:    2172000 | #Constraints:      43733
1162.53/1165.95	c #Conflicts:    2173000 | #Constraints:      44733
1162.53/1165.95	c #Conflicts:    2174000 | #Constraints:      45733
1162.53/1165.95	c #Conflicts:    2175000 | #Constraints:      46733
1162.53/1165.95	c #Conflicts:    2176000 | #Constraints:      47733
1162.53/1165.95	c #Conflicts:    2177000 | #Constraints:      48733
1162.53/1165.95	c #Conflicts:    2178000 | #Constraints:      49733
1162.53/1165.95	c #Conflicts:    2179000 | #Constraints:      50733
1162.53/1165.95	c #Conflicts:    2180000 | #Constraints:      51733
1162.53/1165.95	c #Conflicts:    2181000 | #Constraints:      52733
1162.53/1165.95	c #Conflicts:    2182000 | #Constraints:      53733
1162.53/1165.95	c #Conflicts:    2183000 | #Constraints:      54733
1162.53/1165.95	c #Conflicts:    2184000 | #Constraints:      55733
1162.53/1165.95	c #Conflicts:    2185000 | #Constraints:      56733
1162.53/1165.95	c #Conflicts:    2186000 | #Constraints:      57733
1162.53/1165.95	c #Conflicts:    2187000 | #Constraints:      58733
1162.53/1165.95	c #Conflicts:    2188000 | #Constraints:      59733
1162.53/1165.95	c #Conflicts:    2189000 | #Constraints:      60733
1162.53/1165.95	c #Conflicts:    2190000 | #Constraints:      61733
1162.53/1165.95	c #Conflicts:    2191000 | #Constraints:      62733
1162.53/1165.95	c #Conflicts:    2192000 | #Constraints:      63733
1162.53/1165.95	c #Conflicts:    2193000 | #Constraints:      64733
1162.53/1165.95	c #Conflicts:    2194000 | #Constraints:      65733
1162.53/1165.95	c #Conflicts:    2195000 | #Constraints:      66733
1162.53/1165.95	c #Conflicts:    2196000 | #Constraints:      67733
1162.53/1165.95	c INPROCESSING
1162.53/1165.95	c GARBAGE COLLECT
1162.53/1165.95	c #Conflicts:    2197000 | #Constraints:      39332
1229.54/1233.18	c #Conflicts:    2198000 | #Constraints:      40332
1229.54/1233.18	c #Conflicts:    2199000 | #Constraints:      41332
1229.54/1233.18	c #Conflicts:    2200000 | #Constraints:      42333
1229.54/1233.18	c #Conflicts:    2201000 | #Constraints:      43333
1229.54/1233.18	c #Conflicts:    2202000 | #Constraints:      44396
1229.54/1233.18	c #Conflicts:    2203000 | #Constraints:      45900
1229.54/1233.18	c #Conflicts:    2204000 | #Constraints:      46927
1229.54/1233.18	c #Conflicts:    2205000 | #Constraints:      47927
1229.54/1233.18	c #Conflicts:    2206000 | #Constraints:      48927
1229.54/1233.18	c #Conflicts:    2207000 | #Constraints:      49927
1229.54/1233.18	c #Conflicts:    2208000 | #Constraints:      50927
1229.54/1233.18	c #Conflicts:    2209000 | #Constraints:      51927
1229.54/1233.18	c #Conflicts:    2210000 | #Constraints:      52927
1229.54/1233.18	c #Conflicts:    2211000 | #Constraints:      53927
1229.54/1233.18	c #Conflicts:    2212000 | #Constraints:      54927
1229.54/1233.18	c #Conflicts:    2213000 | #Constraints:      55927
1229.54/1233.18	c #Conflicts:    2214000 | #Constraints:      56927
1229.54/1233.18	c #Conflicts:    2215000 | #Constraints:      57927
1229.54/1233.18	c #Conflicts:    2216000 | #Constraints:      58927
1229.54/1233.18	c #Conflicts:    2217000 | #Constraints:      59927
1229.54/1233.18	c #Conflicts:    2218000 | #Constraints:      60927
1229.54/1233.18	c #Conflicts:    2219000 | #Constraints:      61927
1229.54/1233.18	c #Conflicts:    2220000 | #Constraints:      62927
1229.54/1233.18	c #Conflicts:    2221000 | #Constraints:      63927
1229.54/1233.18	c #Conflicts:    2222000 | #Constraints:      64927
1229.54/1233.18	c #Conflicts:    2223000 | #Constraints:      65927
1229.54/1233.18	c #Conflicts:    2224000 | #Constraints:      66927
1229.54/1233.18	c #Conflicts:    2225000 | #Constraints:      67927
1229.54/1233.18	c #Conflicts:    2226000 | #Constraints:      68927
1229.54/1233.18	c INPROCESSING
1229.54/1233.18	c GARBAGE COLLECT
1229.54/1233.18	c #Conflicts:    2227000 | #Constraints:      40028
1229.54/1233.18	c #Conflicts:    2228000 | #Constraints:      41028
1229.54/1233.18	c #Conflicts:    2229000 | #Constraints:      42028
1229.54/1233.18	c #Conflicts:    2230000 | #Constraints:      43028
1229.54/1233.18	c #Conflicts:    2231000 | #Constraints:      44028
1229.54/1233.18	c #Conflicts:    2232000 | #Constraints:      45028
1229.54/1233.18	c #Conflicts:    2233000 | #Constraints:      46028
1229.54/1233.18	c #Conflicts:    2234000 | #Constraints:      47028
1229.54/1233.18	c #Conflicts:    2235000 | #Constraints:      48028
1229.54/1233.18	c #Conflicts:    2236000 | #Constraints:      49028
1229.54/1233.18	c #Conflicts:    2237000 | #Constraints:      50028
1229.54/1233.18	c #Conflicts:    2238000 | #Constraints:      51028
1229.54/1233.18	c #Conflicts:    2239000 | #Constraints:      52028
1229.54/1233.18	c #Conflicts:    2240000 | #Constraints:      53028
1229.54/1233.18	c #Conflicts:    2241000 | #Constraints:      54028
1229.54/1233.18	c #Conflicts:    2242000 | #Constraints:      55028
1229.54/1233.18	c #Conflicts:    2243000 | #Constraints:      56028
1229.54/1233.18	c #Conflicts:    2244000 | #Constraints:      57028
1229.54/1233.18	c #Conflicts:    2245000 | #Constraints:      58028
1229.54/1233.18	c #Conflicts:    2246000 | #Constraints:      59028
1229.54/1233.18	c #Conflicts:    2247000 | #Constraints:      60028
1229.54/1233.18	c #Conflicts:    2248000 | #Constraints:      61028
1229.54/1233.18	c #Conflicts:    2249000 | #Constraints:      62028
1229.54/1233.18	c #Conflicts:    2250000 | #Constraints:      63028
1229.54/1233.18	c #Conflicts:    2251000 | #Constraints:      64028
1229.54/1233.18	c #Conflicts:    2252000 | #Constraints:      65028
1229.54/1233.18	c #Conflicts:    2253000 | #Constraints:      66028
1229.54/1233.18	c #Conflicts:    2254000 | #Constraints:      67028
1229.54/1233.18	c #Conflicts:    2255000 | #Constraints:      68028
1229.54/1233.18	c #Conflicts:    2256000 | #Constraints:      69028
1229.54/1233.18	c INPROCESSING
1229.54/1233.18	c GARBAGE COLLECT
1229.54/1233.18	c #Conflicts:    2257000 | #Constraints:      40075
1229.54/1233.18	c #Conflicts:    2258000 | #Constraints:      41075
1229.54/1233.18	c #Conflicts:    2259000 | #Constraints:      42076
1229.54/1233.18	c #Conflicts:    2260000 | #Constraints:      43076
1229.54/1233.18	c #Conflicts:    2261000 | #Constraints:      44076
1229.54/1233.18	c #Conflicts:    2262000 | #Constraints:      45076
1229.54/1233.18	c #Conflicts:    2263000 | #Constraints:      46076
1229.54/1233.18	c #Conflicts:    2264000 | #Constraints:      47076
1229.54/1233.18	c #Conflicts:    2265000 | #Constraints:      48076
1229.54/1233.18	c #Conflicts:    2266000 | #Constraints:      49076
1229.54/1233.18	c #Conflicts:    2267000 | #Constraints:      50076
1229.54/1233.18	c #Conflicts:    2268000 | #Constraints:      51076
1229.54/1233.18	c #Conflicts:    2269000 | #Constraints:      52076
1229.54/1233.18	c #Conflicts:    2270000 | #Constraints:      53076
1229.54/1233.18	c #Conflicts:    2271000 | #Constraints:      54076
1229.54/1233.18	c #Conflicts:    2272000 | #Constraints:      55077
1229.54/1233.18	c #Conflicts:    2273000 | #Constraints:      56077
1229.54/1233.18	c #Conflicts:    2274000 | #Constraints:      57077
1335.37/1339.22	c #Conflicts:    2275000 | #Constraints:      58077
1335.37/1339.22	c #Conflicts:    2276000 | #Constraints:      59077
1335.37/1339.22	c #Conflicts:    2277000 | #Constraints:      60077
1335.37/1339.22	c #Conflicts:    2278000 | #Constraints:      61077
1335.37/1339.22	c #Conflicts:    2279000 | #Constraints:      62077
1335.37/1339.22	c #Conflicts:    2280000 | #Constraints:      63077
1335.37/1339.22	c #Conflicts:    2281000 | #Constraints:      64077
1335.37/1339.22	c #Conflicts:    2282000 | #Constraints:      65077
1335.37/1339.22	c #Conflicts:    2283000 | #Constraints:      66077
1335.37/1339.22	c #Conflicts:    2284000 | #Constraints:      67077
1335.37/1339.22	c #Conflicts:    2285000 | #Constraints:      68077
1335.37/1339.22	c #Conflicts:    2286000 | #Constraints:      69077
1335.37/1339.22	c INPROCESSING
1335.37/1339.22	c GARBAGE COLLECT
1335.37/1339.22	c #Conflicts:    2287000 | #Constraints:      40017
1335.37/1339.22	c #Conflicts:    2288000 | #Constraints:      41017
1335.37/1339.22	c #Conflicts:    2289000 | #Constraints:      42017
1335.37/1339.22	c #Conflicts:    2290000 | #Constraints:      43017
1335.37/1339.22	c #Conflicts:    2291000 | #Constraints:      44017
1335.37/1339.22	c #Conflicts:    2292000 | #Constraints:      45017
1335.37/1339.22	c #Conflicts:    2293000 | #Constraints:      46017
1335.37/1339.22	c #Conflicts:    2294000 | #Constraints:      47017
1335.37/1339.22	c #Conflicts:    2295000 | #Constraints:      48017
1335.37/1339.22	c #Conflicts:    2296000 | #Constraints:      49017
1335.37/1339.22	c #Conflicts:    2297000 | #Constraints:      50017
1335.37/1339.22	c #Conflicts:    2298000 | #Constraints:      51017
1335.37/1339.22	c #Conflicts:    2299000 | #Constraints:      52017
1335.37/1339.22	c #Conflicts:    2300000 | #Constraints:      53017
1335.37/1339.22	c #Conflicts:    2301000 | #Constraints:      54017
1335.37/1339.22	c #Conflicts:    2302000 | #Constraints:      55017
1335.37/1339.22	c #Conflicts:    2303000 | #Constraints:      56017
1335.37/1339.22	c #Conflicts:    2304000 | #Constraints:      57017
1335.37/1339.22	c #Conflicts:    2305000 | #Constraints:      58017
1335.37/1339.22	c #Conflicts:    2306000 | #Constraints:      59017
1335.37/1339.22	c #Conflicts:    2307000 | #Constraints:      60017
1335.37/1339.22	c #Conflicts:    2308000 | #Constraints:      61017
1335.37/1339.22	c #Conflicts:    2309000 | #Constraints:      62017
1335.37/1339.22	c #Conflicts:    2310000 | #Constraints:      63017
1335.37/1339.22	c #Conflicts:    2311000 | #Constraints:      64017
1335.37/1339.22	c #Conflicts:    2312000 | #Constraints:      65017
1335.37/1339.22	c #Conflicts:    2313000 | #Constraints:      66017
1335.37/1339.22	c #Conflicts:    2314000 | #Constraints:      67017
1335.37/1339.22	c #Conflicts:    2315000 | #Constraints:      68017
1335.37/1339.22	c #Conflicts:    2316000 | #Constraints:      69017
1335.37/1339.22	c INPROCESSING
1335.37/1339.22	c GARBAGE COLLECT
1335.37/1339.22	c #Conflicts:    2317000 | #Constraints:      39768
1335.37/1339.22	c #Conflicts:    2318000 | #Constraints:      40768
1335.37/1339.22	c #Conflicts:    2319000 | #Constraints:      41768
1335.37/1339.22	c #Conflicts:    2320000 | #Constraints:      42768
1335.37/1339.22	c #Conflicts:    2321000 | #Constraints:      43768
1335.37/1339.22	c #Conflicts:    2322000 | #Constraints:      44768
1335.37/1339.22	c #Conflicts:    2323000 | #Constraints:      45768
1335.37/1339.22	c #Conflicts:    2324000 | #Constraints:      46768
1335.37/1339.22	c #Conflicts:    2325000 | #Constraints:      47768
1335.37/1339.22	c #Conflicts:    2326000 | #Constraints:      48768
1335.37/1339.22	c #Conflicts:    2327000 | #Constraints:      49768
1335.37/1339.22	c #Conflicts:    2328000 | #Constraints:      50768
1335.37/1339.22	c #Conflicts:    2329000 | #Constraints:      51768
1335.37/1339.22	c #Conflicts:    2330000 | #Constraints:      52768
1335.37/1339.22	c #Conflicts:    2331000 | #Constraints:      53769
1335.37/1339.22	c #Conflicts:    2332000 | #Constraints:      54769
1335.37/1339.22	c #Conflicts:    2333000 | #Constraints:      55769
1335.37/1339.22	c #Conflicts:    2334000 | #Constraints:      56769
1335.37/1339.22	c #Conflicts:    2335000 | #Constraints:      57769
1335.37/1339.22	c #Conflicts:    2336000 | #Constraints:      58769
1335.37/1339.22	c #Conflicts:    2337000 | #Constraints:      59769
1335.37/1339.22	c #Conflicts:    2338000 | #Constraints:      60769
1335.37/1339.22	c #Conflicts:    2339000 | #Constraints:      61769
1335.37/1339.22	c #Conflicts:    2340000 | #Constraints:      62769
1335.37/1339.22	c #Conflicts:    2341000 | #Constraints:      63769
1335.37/1339.22	c #Conflicts:    2342000 | #Constraints:      64769
1335.37/1339.22	c #Conflicts:    2343000 | #Constraints:      65769
1335.37/1339.22	c #Conflicts:    2344000 | #Constraints:      66769
1335.37/1339.22	c #Conflicts:    2345000 | #Constraints:      67770
1335.37/1339.22	c #Conflicts:    2346000 | #Constraints:      68770
1335.37/1339.22	c #Conflicts:    2347000 | #Constraints:      69770
1335.37/1339.22	c INPROCESSING
1335.37/1339.22	c GARBAGE COLLECT
1335.37/1339.22	c #Conflicts:    2348000 | #Constraints:      40372
1335.37/1339.22	c #Conflicts:    2349000 | #Constraints:      41372
1335.37/1339.22	c #Conflicts:    2350000 | #Constraints:      42372
1335.37/1339.22	c #Conflicts:    2351000 | #Constraints:      43372
1418.47/1422.52	c #Conflicts:    2352000 | #Constraints:      44372
1418.47/1422.52	c #Conflicts:    2353000 | #Constraints:      45372
1418.47/1422.52	c #Conflicts:    2354000 | #Constraints:      46372
1418.47/1422.52	c #Conflicts:    2355000 | #Constraints:      47372
1418.47/1422.52	c #Conflicts:    2356000 | #Constraints:      48372
1418.47/1422.52	c #Conflicts:    2357000 | #Constraints:      49372
1418.47/1422.52	c #Conflicts:    2358000 | #Constraints:      50372
1418.47/1422.52	c #Conflicts:    2359000 | #Constraints:      51372
1418.47/1422.52	c #Conflicts:    2360000 | #Constraints:      52372
1418.47/1422.52	c #Conflicts:    2361000 | #Constraints:      53372
1418.47/1422.52	c #Conflicts:    2362000 | #Constraints:      54372
1418.47/1422.52	c #Conflicts:    2363000 | #Constraints:      55372
1418.47/1422.52	c #Conflicts:    2364000 | #Constraints:      56372
1418.47/1422.52	c #Conflicts:    2365000 | #Constraints:      57372
1418.47/1422.52	c #Conflicts:    2366000 | #Constraints:      58372
1418.47/1422.52	c #Conflicts:    2367000 | #Constraints:      59372
1418.47/1422.52	c #Conflicts:    2368000 | #Constraints:      60372
1418.47/1422.52	c #Conflicts:    2369000 | #Constraints:      61372
1418.47/1422.52	c #Conflicts:    2370000 | #Constraints:      62372
1418.47/1422.52	c #Conflicts:    2371000 | #Constraints:      63372
1418.47/1422.52	c #Conflicts:    2372000 | #Constraints:      64372
1418.47/1422.52	c #Conflicts:    2373000 | #Constraints:      65372
1418.47/1422.52	c #Conflicts:    2374000 | #Constraints:      66372
1418.47/1422.52	c #Conflicts:    2375000 | #Constraints:      67372
1418.47/1422.52	c #Conflicts:    2376000 | #Constraints:      68372
1418.47/1422.52	c #Conflicts:    2377000 | #Constraints:      69372
1418.47/1422.52	c #Conflicts:    2378000 | #Constraints:      70372
1418.47/1422.52	c INPROCESSING
1418.47/1422.52	c GARBAGE COLLECT
1418.47/1422.52	c #Conflicts:    2379000 | #Constraints:      40728
1418.47/1422.52	c #Conflicts:    2380000 | #Constraints:      41728
1418.47/1422.52	c #Conflicts:    2381000 | #Constraints:      42728
1418.47/1422.52	c #Conflicts:    2382000 | #Constraints:      43728
1418.47/1422.52	c #Conflicts:    2383000 | #Constraints:      44728
1418.47/1422.52	c #Conflicts:    2384000 | #Constraints:      45728
1418.47/1422.52	c #Conflicts:    2385000 | #Constraints:      46728
1418.47/1422.52	c #Conflicts:    2386000 | #Constraints:      47728
1418.47/1422.52	c #Conflicts:    2387000 | #Constraints:      48728
1418.47/1422.52	c #Conflicts:    2388000 | #Constraints:      49728
1418.47/1422.52	c #Conflicts:    2389000 | #Constraints:      50728
1418.47/1422.52	c #Conflicts:    2390000 | #Constraints:      51728
1418.47/1422.52	c #Conflicts:    2391000 | #Constraints:      52728
1418.47/1422.52	c #Conflicts:    2392000 | #Constraints:      53728
1418.47/1422.52	c #Conflicts:    2393000 | #Constraints:      54728
1418.47/1422.52	c #Conflicts:    2394000 | #Constraints:      55728
1418.47/1422.52	c #Conflicts:    2395000 | #Constraints:      56728
1418.47/1422.52	c #Conflicts:    2396000 | #Constraints:      57728
1418.47/1422.52	c #Conflicts:    2397000 | #Constraints:      58728
1418.47/1422.52	c #Conflicts:    2398000 | #Constraints:      59728
1418.47/1422.52	c #Conflicts:    2399000 | #Constraints:      60728
1418.47/1422.52	c #Conflicts:    2400000 | #Constraints:      61728
1418.47/1422.52	c #Conflicts:    2401000 | #Constraints:      62728
1418.47/1422.52	c #Conflicts:    2402000 | #Constraints:      63728
1418.47/1422.52	c #Conflicts:    2403000 | #Constraints:      64728
1418.47/1422.52	c #Conflicts:    2404000 | #Constraints:      65728
1418.47/1422.52	c #Conflicts:    2405000 | #Constraints:      66728
1418.47/1422.52	c #Conflicts:    2406000 | #Constraints:      67728
1418.47/1422.52	c #Conflicts:    2407000 | #Constraints:      68728
1418.47/1422.52	c #Conflicts:    2408000 | #Constraints:      69728
1418.47/1422.52	c #Conflicts:    2409000 | #Constraints:      70729
1418.47/1422.52	c INPROCESSING
1418.47/1422.52	c GARBAGE COLLECT
1418.47/1422.52	c #Conflicts:    2410000 | #Constraints:      40889
1418.47/1422.52	c #Conflicts:    2411000 | #Constraints:      41889
1418.47/1422.52	c #Conflicts:    2412000 | #Constraints:      42889
1418.47/1422.52	c #Conflicts:    2413000 | #Constraints:      43889
1418.47/1422.52	c #Conflicts:    2414000 | #Constraints:      44889
1418.47/1422.52	c #Conflicts:    2415000 | #Constraints:      45889
1418.47/1422.52	c #Conflicts:    2416000 | #Constraints:      46889
1418.47/1422.52	c #Conflicts:    2417000 | #Constraints:      47889
1418.47/1422.52	c #Conflicts:    2418000 | #Constraints:      48889
1418.47/1422.52	c #Conflicts:    2419000 | #Constraints:      49889
1418.47/1422.52	c #Conflicts:    2420000 | #Constraints:      50889
1418.47/1422.52	c #Conflicts:    2421000 | #Constraints:      51889
1418.47/1422.52	c #Conflicts:    2422000 | #Constraints:      52889
1418.47/1422.52	c #Conflicts:    2423000 | #Constraints:      53889
1418.47/1422.52	c #Conflicts:    2424000 | #Constraints:      54889
1418.47/1422.52	c #Conflicts:    2425000 | #Constraints:      55889
1418.47/1422.52	c #Conflicts:    2426000 | #Constraints:      56889
1418.47/1422.52	c #Conflicts:    2427000 | #Constraints:      57889
1418.47/1422.52	c #Conflicts:    2428000 | #Constraints:      58889
1418.47/1422.52	c #Conflicts:    2429000 | #Constraints:      59889
1442.61/1446.73	c #Conflicts:    2430000 | #Constraints:      61189
1442.61/1446.73	c #Conflicts:    2431000 | #Constraints:      62694
1442.61/1446.73	c #Conflicts:    2432000 | #Constraints:      64185
1442.61/1446.73	c #Conflicts:    2433000 | #Constraints:      65700
1442.61/1446.73	c #Conflicts:    2434000 | #Constraints:      67195
1442.61/1446.73	c #Conflicts:    2435000 | #Constraints:      68696
1442.61/1446.73	c #Conflicts:    2436000 | #Constraints:      70196
1442.61/1446.73	c #Conflicts:    2437000 | #Constraints:      71709
1442.61/1446.73	c #Conflicts:    2438000 | #Constraints:      73207
1442.61/1446.73	c #Conflicts:    2439000 | #Constraints:      74726
1442.61/1446.73	c #Conflicts:    2440000 | #Constraints:      76233
1442.61/1446.73	c INPROCESSING
1442.61/1446.73	c GARBAGE COLLECT
1442.61/1446.73	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[10]: 6 -1.00007 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[14]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[18]: 6 -1.23438 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[43]: 6 -1.00006 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[57]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[63]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[65]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[82]: 6 -1.00247 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[109]: 6 -23.375 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[115]: 6 -1.125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[125]: 6 -0.861795 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[165]: 6 -2.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[172]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[199]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[213]: 6 -0.460684 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[219]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[221]: 6 -0.853997 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[232]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[236]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[253]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[261]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[263]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[274]: 6 -0.999969 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[313]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[329]: 6 -1.1665 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[332]: 6 -1.33203 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[378]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[390]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[398]: 6 -1.00023 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[427]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[430]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[454]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[474]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[507]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[516]: 6 -2.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[568]: 6 -0.998648 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[570]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[580]: 6 -1.32813 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[582]: 6 -1.3125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[606]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[626]: 6 -1.3125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[636]: 6 -1.18272 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[637]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[645]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[647]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[656]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[658]: 6 -1.25371 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[661]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[662]: 6 -1.05902 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[667]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[668]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[672]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[675]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[680]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[686]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[703]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[711]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[725]: 6 -0.999747 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[997]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1015]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1037]: 6 -1.125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1061]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1066]: 6 -0.998146 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1073]: 6 -1.13281 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1076]: 6 -1.1875 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1077]: 6 -0.916667 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1078]: 6 -0.583334 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1082]: 6 -1.125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1089]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1096]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1100]: 6 -0.999998 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1105]: 6 -0.687304 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1113]: 6 0 2.15625 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1126]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1127]: 6 -1.125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1132]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1133]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1137]: 6 -1.00101 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1140]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1143]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1148]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1154]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1156]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1160]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1167]: 6 -0.75371 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1174]: 6 -0.989862 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1184]: 6 -1.125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1185]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1187]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1204]: 6 -2.17072 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1232]: 6 -0.539063 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1240]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1248]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1249]: 6 -1.5 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1271]: 6 -4.15625 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1279]: 6 -0.75 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1284]: 6 -0.875 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1293]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1299]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1309]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1317]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1338]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1357]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1368]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1370]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1371]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1372]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1389]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1390]: 6 -0.671876 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1393]: 6 -0.6875 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1401]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1402]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1414]: 6 -1.4165 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1423]: 6 -0.75 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1435]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1437]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1438]: 6 -2.3125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1439]: 6 -0.750001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1446]: 6 -0.84375 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1450]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1451]: 6 -1.09375 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1452]: 6 -1.3125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1469]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1489]: 6 -0.9375 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1490]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1499]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1506]: 6 -0.875 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1526]: 6 -0.875001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1545]: 6 -0.750001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1560]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1567]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1568]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1572]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1578]: 6 -23.7286 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1580]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1593]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1595]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1601]: 6 -1.15625 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1609]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1613]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1616]: 6 -0.954123 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1625]: 6 -1.125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1626]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1631]: 6 -0.680556 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1632]: 6 -1.32813 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1645]: 6 -23.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1646]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1648]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1736]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1769]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1980]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1981]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1993]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2009]: 6 -1.3125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2051]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2055]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2059]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2063]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2069]: 6 -1.00023 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2076]: 6 -1.125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2085]: 6 -1.05935 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2087]: 6 -1.24661 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2110]: 6 -0.500001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2159]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2214]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2225]: 6 -1.375 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2228]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2242]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2256]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2287]: 6 -0.983778 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2298]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2299]: 6 -0.250001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2308]: 6 -1.00012 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2312]: 6 -1.00186 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2340]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2438]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2449]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2452]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2459]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2477]: 6 -3 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2493]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2511]: 6 -0.998987 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2517]: 6 -0.460938 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2564]: 6 -0.523105 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2572]: 6 -5.3125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2587]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2595]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2614]: 6 -0.99189 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2621]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2640]: 6 -0.111112 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2641]: 6 -0.111111 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2681]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2742]: 6 -0.777778 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2744]: 6 -0.555556 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2774]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2775]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2780]: 6 -0.500001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2813]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2827]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2833]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2844]: 6 -0.0153849 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2849]: 6 -1.17072 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2860]: 6 -10.0737 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2871]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2920]: 6 -1.3125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2925]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2930]: 6 -0.333985 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2931]: 6 -0.333985 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2938]: 6 -1.32813 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2947]: 6 -0.75 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2977]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[2997]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3014]: 6 0 1.25 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3016]: 6 -3.5 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3018]: 6 -10 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3034]: 6 -5 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3037]: 6 -0.750001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3039]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3067]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3103]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3108]: 6 -0.375001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3117]: 6 -0.375001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3134]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3135]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3165]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3228]: 6 -1.09375 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3235]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3267]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3278]: 6 -1.3125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3282]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3293]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3295]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3301]: 6 -0.500001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3318]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3319]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3326]: 6 -0.8125 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3333]: 6 -0.500001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3337]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3348]: 6 -1.25 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3361]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3399]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3409]: 6 -0.500001 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3418]: 6 -0.111111 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3419]: 6 -0.111111 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3439]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3505]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3567]: 6 -1 0 shouldn't be
1442.61/1446.73	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3592]: 6 -1.25 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3640]: 6 -1.22222 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3644]: 6 -0.111111 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3645]: 6 -0.111112 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3663]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3675]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3688]: 6 -0.5 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3699]: 6 -6 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3701]: 6 0 10 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3767]: 6 -1.5 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3769]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3774]: 6 -1.25 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3775]: 6 -1.25 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3808]: 6 -0.53125 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3812]: 6 -0.500001 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3816]: 6 -0.500001 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3822]: 6 0 1 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3832]: 6 -0.625001 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3848]: 6 -23.375 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3856]: 6 -1.25 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3859]: 6 -1.25 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3937]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3945]: 6 -1.25 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3952]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3953]: 6 -1.25 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3955]: 6 -1.25 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3963]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3989]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4008]: 6 0 1 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4026]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4044]: 6 -0.0638301 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4045]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4046]: 6 -0.954122 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4057]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4073]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4076]: 6 -1.02926 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4080]: 6 -1.30851 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4085]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4088]: 6 -0.954123 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4089]: 6 -0.954123 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4137]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4138]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
1442.61/1446.74	WSVECS04 Frhs2[4268]: 6 -1 0 shouldn't be
1488.59/1492.87	c #Conflicts:    2441000 | #Constraints:      43641
1488.59/1492.87	c #Conflicts:    2442000 | #Constraints:      44641
1488.59/1492.87	c #Conflicts:    2443000 | #Constraints:      45641
1488.59/1492.87	c #Conflicts:    2444000 | #Constraints:      46641
1488.59/1492.87	c #Conflicts:    2445000 | #Constraints:      47641
1488.59/1492.87	c #Conflicts:    2446000 | #Constraints:      48641
1488.59/1492.87	c #Conflicts:    2447000 | #Constraints:      49641
1488.59/1492.87	c #Conflicts:    2448000 | #Constraints:      50641
1488.59/1492.87	c #Conflicts:    2449000 | #Constraints:      51641
1488.59/1492.87	c #Conflicts:    2450000 | #Constraints:      52641
1488.59/1492.87	c #Conflicts:    2451000 | #Constraints:      53641
1488.59/1492.87	c #Conflicts:    2452000 | #Constraints:      54641
1488.59/1492.87	c #Conflicts:    2453000 | #Constraints:      55641
1488.59/1492.87	c #Conflicts:    2454000 | #Constraints:      56641
1488.59/1492.87	c #Conflicts:    2455000 | #Constraints:      57641
1488.59/1492.87	c #Conflicts:    2456000 | #Constraints:      58641
1488.59/1492.87	c #Conflicts:    2457000 | #Constraints:      59641
1488.59/1492.87	c #Conflicts:    2458000 | #Constraints:      60641
1488.59/1492.87	c #Conflicts:    2459000 | #Constraints:      61641
1488.59/1492.87	c #Conflicts:    2460000 | #Constraints:      62641
1488.59/1492.87	c #Conflicts:    2461000 | #Constraints:      63641
1488.59/1492.87	c #Conflicts:    2462000 | #Constraints:      64641
1488.59/1492.87	c #Conflicts:    2463000 | #Constraints:      65641
1488.59/1492.87	c #Conflicts:    2464000 | #Constraints:      66641
1488.59/1492.87	c #Conflicts:    2465000 | #Constraints:      67641
1488.59/1492.87	c #Conflicts:    2466000 | #Constraints:      68641
1488.59/1492.87	c #Conflicts:    2467000 | #Constraints:      69641
1488.59/1492.87	c #Conflicts:    2468000 | #Constraints:      70641
1488.59/1492.87	c #Conflicts:    2469000 | #Constraints:      71641
1488.59/1492.87	c #Conflicts:    2470000 | #Constraints:      72641
1488.59/1492.87	c #Conflicts:    2471000 | #Constraints:      73641
1488.59/1492.87	c INPROCESSING
1488.59/1492.87	c GARBAGE COLLECT
1488.59/1492.87	c #Conflicts:    2472000 | #Constraints:      42076
1488.59/1492.87	c #Conflicts:    2473000 | #Constraints:      43076
1488.59/1492.87	c #Conflicts:    2474000 | #Constraints:      44076
1488.59/1492.87	c #Conflicts:    2475000 | #Constraints:      45076
1488.59/1492.87	c #Conflicts:    2476000 | #Constraints:      46076
1488.59/1492.87	c #Conflicts:    2477000 | #Constraints:      47076
1488.59/1492.87	c #Conflicts:    2478000 | #Constraints:      48076
1488.59/1492.87	c #Conflicts:    2479000 | #Constraints:      49076
1488.59/1492.87	c #Conflicts:    2480000 | #Constraints:      50077
1488.59/1492.87	c #Conflicts:    2481000 | #Constraints:      51077
1488.59/1492.87	c #Conflicts:    2482000 | #Constraints:      52077
1488.59/1492.87	c #Conflicts:    2483000 | #Constraints:      53077
1488.59/1492.87	c #Conflicts:    2484000 | #Constraints:      54077
1488.59/1492.87	c #Conflicts:    2485000 | #Constraints:      55077
1488.59/1492.87	c #Conflicts:    2486000 | #Constraints:      56077
1488.59/1492.87	c #Conflicts:    2487000 | #Constraints:      57077
1488.59/1492.87	c #Conflicts:    2488000 | #Constraints:      58077
1488.59/1492.87	c #Conflicts:    2489000 | #Constraints:      59077
1488.59/1492.87	c #Conflicts:    2490000 | #Constraints:      60077
1488.59/1492.87	c #Conflicts:    2491000 | #Constraints:      61077
1488.59/1492.87	c #Conflicts:    2492000 | #Constraints:      62077
1488.59/1492.87	c #Conflicts:    2493000 | #Constraints:      63077
1488.59/1492.87	c #Conflicts:    2494000 | #Constraints:      64077
1488.59/1492.87	c #Conflicts:    2495000 | #Constraints:      65077
1488.59/1492.87	c #Conflicts:    2496000 | #Constraints:      66077
1488.59/1492.87	c #Conflicts:    2497000 | #Constraints:      67077
1488.59/1492.87	c #Conflicts:    2498000 | #Constraints:      68077
1488.59/1492.87	c #Conflicts:    2499000 | #Constraints:      69077
1488.59/1492.87	c #Conflicts:    2500000 | #Constraints:      70077
1488.59/1492.87	c #Conflicts:    2501000 | #Constraints:      71078
1488.59/1492.87	c #Conflicts:    2502000 | #Constraints:      72078
1488.59/1492.87	c #Conflicts:    2503000 | #Constraints:      73078
1488.59/1492.87	c INPROCESSING
1488.59/1492.87	c GARBAGE COLLECT
1488.59/1492.87	c #Conflicts:    2504000 | #Constraints:      42014
1488.59/1492.87	c #Conflicts:    2505000 | #Constraints:      43014
1488.59/1492.87	c #Conflicts:    2506000 | #Constraints:      44014
1488.59/1492.87	c #Conflicts:    2507000 | #Constraints:      45014
1488.59/1492.87	c #Conflicts:    2508000 | #Constraints:      46256
1488.59/1492.87	c #Conflicts:    2509000 | #Constraints:      47336
1488.59/1492.87	c #Conflicts:    2510000 | #Constraints:      48336
1488.59/1492.87	c #Conflicts:    2511000 | #Constraints:      49336
1488.59/1492.87	c #Conflicts:    2512000 | #Constraints:      50341
1488.59/1492.87	c #Conflicts:    2513000 | #Constraints:      51346
1488.59/1492.87	c #Conflicts:    2514000 | #Constraints:      52346
1488.59/1492.87	c #Conflicts:    2515000 | #Constraints:      53346
1488.59/1492.87	c #Conflicts:    2516000 | #Constraints:      54346
1488.59/1492.87	c #Conflicts:    2517000 | #Constraints:      55346
1488.59/1492.87	c #Conflicts:    2518000 | #Constraints:      56346
1532.99/1537.37	c #Conflicts:    2519000 | #Constraints:      57346
1532.99/1537.37	c #Conflicts:    2520000 | #Constraints:      58346
1532.99/1537.37	c #Conflicts:    2521000 | #Constraints:      59346
1532.99/1537.37	c #Conflicts:    2522000 | #Constraints:      60346
1532.99/1537.37	c #Conflicts:    2523000 | #Constraints:      61346
1532.99/1537.37	c #Conflicts:    2524000 | #Constraints:      62346
1532.99/1537.37	c #Conflicts:    2525000 | #Constraints:      63346
1532.99/1537.37	c #Conflicts:    2526000 | #Constraints:      64346
1532.99/1537.37	c #Conflicts:    2527000 | #Constraints:      65346
1532.99/1537.37	c #Conflicts:    2528000 | #Constraints:      66346
1532.99/1537.37	c #Conflicts:    2529000 | #Constraints:      67346
1532.99/1537.37	c #Conflicts:    2530000 | #Constraints:      68346
1532.99/1537.37	c #Conflicts:    2531000 | #Constraints:      69346
1532.99/1537.37	c #Conflicts:    2532000 | #Constraints:      70346
1532.99/1537.37	c #Conflicts:    2533000 | #Constraints:      71346
1532.99/1537.37	c #Conflicts:    2534000 | #Constraints:      72346
1532.99/1537.37	c #Conflicts:    2535000 | #Constraints:      73346
1532.99/1537.37	c INPROCESSING
1532.99/1537.37	c GARBAGE COLLECT
1532.99/1537.37	c #Conflicts:    2536000 | #Constraints:      42222
1532.99/1537.37	c #Conflicts:    2537000 | #Constraints:      43223
1532.99/1537.37	c #Conflicts:    2538000 | #Constraints:      44223
1532.99/1537.37	c #Conflicts:    2539000 | #Constraints:      45223
1532.99/1537.37	c #Conflicts:    2540000 | #Constraints:      46223
1532.99/1537.37	c #Conflicts:    2541000 | #Constraints:      47223
1532.99/1537.37	c #Conflicts:    2542000 | #Constraints:      48223
1532.99/1537.37	c #Conflicts:    2543000 | #Constraints:      49223
1532.99/1537.37	c #Conflicts:    2544000 | #Constraints:      50223
1532.99/1537.37	c #Conflicts:    2545000 | #Constraints:      51223
1532.99/1537.37	c #Conflicts:    2546000 | #Constraints:      52223
1532.99/1537.37	c #Conflicts:    2547000 | #Constraints:      53223
1532.99/1537.37	c #Conflicts:    2548000 | #Constraints:      54223
1532.99/1537.37	c #Conflicts:    2549000 | #Constraints:      55223
1532.99/1537.37	c #Conflicts:    2550000 | #Constraints:      56223
1532.99/1537.37	c #Conflicts:    2551000 | #Constraints:      57223
1532.99/1537.37	c #Conflicts:    2552000 | #Constraints:      58223
1532.99/1537.37	c #Conflicts:    2553000 | #Constraints:      59223
1532.99/1537.37	c #Conflicts:    2554000 | #Constraints:      60223
1532.99/1537.37	c #Conflicts:    2555000 | #Constraints:      61223
1532.99/1537.37	c #Conflicts:    2556000 | #Constraints:      62223
1532.99/1537.37	c #Conflicts:    2557000 | #Constraints:      63223
1532.99/1537.37	c #Conflicts:    2558000 | #Constraints:      64223
1532.99/1537.37	c #Conflicts:    2559000 | #Constraints:      65223
1532.99/1537.37	c #Conflicts:    2560000 | #Constraints:      66223
1532.99/1537.37	c #Conflicts:    2561000 | #Constraints:      67223
1532.99/1537.37	c #Conflicts:    2562000 | #Constraints:      68223
1532.99/1537.37	c #Conflicts:    2563000 | #Constraints:      69223
1532.99/1537.37	c #Conflicts:    2564000 | #Constraints:      70223
1532.99/1537.37	c #Conflicts:    2565000 | #Constraints:      71223
1532.99/1537.37	c #Conflicts:    2566000 | #Constraints:      72223
1532.99/1537.37	c #Conflicts:    2567000 | #Constraints:      73223
1532.99/1537.37	c INPROCESSING
1532.99/1537.37	c GARBAGE COLLECT
1532.99/1537.37	c #Conflicts:    2568000 | #Constraints:      42164
1532.99/1537.37	c #Conflicts:    2569000 | #Constraints:      43164
1532.99/1537.37	c #Conflicts:    2570000 | #Constraints:      44164
1532.99/1537.37	c #Conflicts:    2571000 | #Constraints:      45164
1532.99/1537.37	c #Conflicts:    2572000 | #Constraints:      46164
1532.99/1537.37	c #Conflicts:    2573000 | #Constraints:      47165
1532.99/1537.37	c #Conflicts:    2574000 | #Constraints:      48449
1532.99/1537.37	c #Conflicts:    2575000 | #Constraints:      49449
1532.99/1537.37	c #Conflicts:    2576000 | #Constraints:      50449
1532.99/1537.37	c #Conflicts:    2577000 | #Constraints:      51452
1532.99/1537.37	c #Conflicts:    2578000 | #Constraints:      52452
1532.99/1537.37	c #Conflicts:    2579000 | #Constraints:      53454
1532.99/1537.37	c #Conflicts:    2580000 | #Constraints:      54454
1532.99/1537.37	c #Conflicts:    2581000 | #Constraints:      55454
1532.99/1537.37	c #Conflicts:    2582000 | #Constraints:      56454
1532.99/1537.37	c #Conflicts:    2583000 | #Constraints:      57454
1532.99/1537.37	c #Conflicts:    2584000 | #Constraints:      58454
1532.99/1537.37	c #Conflicts:    2585000 | #Constraints:      59454
1532.99/1537.37	c #Conflicts:    2586000 | #Constraints:      60454
1532.99/1537.37	c #Conflicts:    2587000 | #Constraints:      61454
1532.99/1537.37	c #Conflicts:    2588000 | #Constraints:      62454
1532.99/1537.37	c #Conflicts:    2589000 | #Constraints:      63454
1532.99/1537.37	c #Conflicts:    2590000 | #Constraints:      64454
1532.99/1537.37	c #Conflicts:    2591000 | #Constraints:      65454
1532.99/1537.37	c #Conflicts:    2592000 | #Constraints:      66454
1532.99/1537.37	c #Conflicts:    2593000 | #Constraints:      67454
1532.99/1537.37	c #Conflicts:    2594000 | #Constraints:      68454
1532.99/1537.37	c #Conflicts:    2595000 | #Constraints:      69454
1576.19/1580.65	c #Conflicts:    2596000 | #Constraints:      70454
1576.19/1580.65	c #Conflicts:    2597000 | #Constraints:      71454
1576.19/1580.65	c #Conflicts:    2598000 | #Constraints:      72454
1576.19/1580.65	c #Conflicts:    2599000 | #Constraints:      73454
1576.19/1580.65	c INPROCESSING
1576.19/1580.65	c GARBAGE COLLECT
1576.19/1580.65	c #Conflicts:    2600000 | #Constraints:      42171
1576.19/1580.65	c #Conflicts:    2601000 | #Constraints:      43171
1576.19/1580.65	c #Conflicts:    2602000 | #Constraints:      44171
1576.19/1580.65	c #Conflicts:    2603000 | #Constraints:      45171
1576.19/1580.65	c #Conflicts:    2604000 | #Constraints:      46171
1576.19/1580.65	c #Conflicts:    2605000 | #Constraints:      47171
1576.19/1580.65	c #Conflicts:    2606000 | #Constraints:      48171
1576.19/1580.65	c #Conflicts:    2607000 | #Constraints:      49171
1576.19/1580.65	c #Conflicts:    2608000 | #Constraints:      50171
1576.19/1580.65	c #Conflicts:    2609000 | #Constraints:      51280
1576.19/1580.65	c #Conflicts:    2610000 | #Constraints:      52280
1576.19/1580.65	c #Conflicts:    2611000 | #Constraints:      53280
1576.19/1580.65	c #Conflicts:    2612000 | #Constraints:      54280
1576.19/1580.65	c #Conflicts:    2613000 | #Constraints:      55281
1576.19/1580.65	c #Conflicts:    2614000 | #Constraints:      56281
1576.19/1580.65	c #Conflicts:    2615000 | #Constraints:      57281
1576.19/1580.65	c #Conflicts:    2616000 | #Constraints:      58281
1576.19/1580.65	c #Conflicts:    2617000 | #Constraints:      59281
1576.19/1580.65	c #Conflicts:    2618000 | #Constraints:      60281
1576.19/1580.65	c #Conflicts:    2619000 | #Constraints:      61281
1576.19/1580.65	c #Conflicts:    2620000 | #Constraints:      62281
1576.19/1580.65	c #Conflicts:    2621000 | #Constraints:      63281
1576.19/1580.65	c #Conflicts:    2622000 | #Constraints:      64281
1576.19/1580.65	c #Conflicts:    2623000 | #Constraints:      65281
1576.19/1580.65	c #Conflicts:    2624000 | #Constraints:      66281
1576.19/1580.65	c #Conflicts:    2625000 | #Constraints:      67281
1576.19/1580.65	c #Conflicts:    2626000 | #Constraints:      68281
1576.19/1580.65	c #Conflicts:    2627000 | #Constraints:      69282
1576.19/1580.65	c #Conflicts:    2628000 | #Constraints:      70282
1576.19/1580.65	c #Conflicts:    2629000 | #Constraints:      71282
1576.19/1580.65	c #Conflicts:    2630000 | #Constraints:      72282
1576.19/1580.65	c #Conflicts:    2631000 | #Constraints:      73282
1576.19/1580.65	c INPROCESSING
1576.19/1580.65	c GARBAGE COLLECT
1576.19/1580.65	c #Conflicts:    2632000 | #Constraints:      41863
1576.19/1580.65	c #Conflicts:    2633000 | #Constraints:      42863
1576.19/1580.65	c #Conflicts:    2634000 | #Constraints:      43863
1576.19/1580.65	c #Conflicts:    2635000 | #Constraints:      45174
1576.19/1580.65	c #Conflicts:    2636000 | #Constraints:      46174
1576.19/1580.65	c #Conflicts:    2637000 | #Constraints:      47174
1576.19/1580.65	c #Conflicts:    2638000 | #Constraints:      48174
1576.19/1580.65	c #Conflicts:    2639000 | #Constraints:      49174
1576.19/1580.65	c #Conflicts:    2640000 | #Constraints:      50174
1576.19/1580.65	c #Conflicts:    2641000 | #Constraints:      51174
1576.19/1580.65	c #Conflicts:    2642000 | #Constraints:      52174
1576.19/1580.65	c #Conflicts:    2643000 | #Constraints:      53174
1576.19/1580.65	c #Conflicts:    2644000 | #Constraints:      54174
1576.19/1580.65	c #Conflicts:    2645000 | #Constraints:      55174
1576.19/1580.65	c #Conflicts:    2646000 | #Constraints:      56174
1576.19/1580.65	c #Conflicts:    2647000 | #Constraints:      57174
1576.19/1580.65	c #Conflicts:    2648000 | #Constraints:      58174
1576.19/1580.65	c #Conflicts:    2649000 | #Constraints:      59174
1576.19/1580.65	c #Conflicts:    2650000 | #Constraints:      60174
1576.19/1580.65	c #Conflicts:    2651000 | #Constraints:      61174
1576.19/1580.65	c #Conflicts:    2652000 | #Constraints:      62174
1576.19/1580.65	c #Conflicts:    2653000 | #Constraints:      63174
1576.19/1580.65	c #Conflicts:    2654000 | #Constraints:      64174
1576.19/1580.65	c #Conflicts:    2655000 | #Constraints:      65174
1576.19/1580.65	c #Conflicts:    2656000 | #Constraints:      66174
1576.19/1580.65	c #Conflicts:    2657000 | #Constraints:      67174
1576.19/1580.65	c #Conflicts:    2658000 | #Constraints:      68174
1576.19/1580.65	c #Conflicts:    2659000 | #Constraints:      69174
1576.19/1580.65	c #Conflicts:    2660000 | #Constraints:      70174
1576.19/1580.65	c #Conflicts:    2661000 | #Constraints:      71174
1576.19/1580.65	c #Conflicts:    2662000 | #Constraints:      72174
1576.19/1580.65	c #Conflicts:    2663000 | #Constraints:      73174
1576.19/1580.65	c #Conflicts:    2664000 | #Constraints:      74174
1576.19/1580.65	c INPROCESSING
1576.19/1580.65	c GARBAGE COLLECT
1576.19/1580.65	c #Conflicts:    2665000 | #Constraints:      42551
1576.19/1580.65	c #Conflicts:    2666000 | #Constraints:      43551
1576.19/1580.65	c #Conflicts:    2667000 | #Constraints:      44551
1576.19/1580.65	c #Conflicts:    2668000 | #Constraints:      45551
1576.19/1580.65	c #Conflicts:    2669000 | #Constraints:      46552
1576.19/1580.65	c #Conflicts:    2670000 | #Constraints:      47552
1576.19/1580.65	c #Conflicts:    2671000 | #Constraints:      48552
1576.19/1580.65	c #Conflicts:    2672000 | #Constraints:      49552
1654.08/1658.71	c #Conflicts:    2673000 | #Constraints:      50552
1654.08/1658.71	c #Conflicts:    2674000 | #Constraints:      51552
1654.08/1658.71	c #Conflicts:    2675000 | #Constraints:      52552
1654.08/1658.71	c #Conflicts:    2676000 | #Constraints:      53554
1654.08/1658.71	c #Conflicts:    2677000 | #Constraints:      54554
1654.08/1658.71	c #Conflicts:    2678000 | #Constraints:      55554
1654.08/1658.71	c #Conflicts:    2679000 | #Constraints:      56554
1654.08/1658.71	c #Conflicts:    2680000 | #Constraints:      57554
1654.08/1658.71	c #Conflicts:    2681000 | #Constraints:      58926
1654.08/1658.71	c #Conflicts:    2682000 | #Constraints:      60462
1654.08/1658.71	c #Conflicts:    2683000 | #Constraints:      61965
1654.08/1658.71	c #Conflicts:    2684000 | #Constraints:      63474
1654.08/1658.71	c #Conflicts:    2685000 | #Constraints:      64968
1654.08/1658.71	c #Conflicts:    2686000 | #Constraints:      66466
1654.08/1658.71	c #Conflicts:    2687000 | #Constraints:      67975
1654.08/1658.71	c #Conflicts:    2688000 | #Constraints:      69483
1654.08/1658.71	c #Conflicts:    2689000 | #Constraints:      71000
1654.08/1658.71	c #Conflicts:    2690000 | #Constraints:      72506
1654.08/1658.71	c #Conflicts:    2691000 | #Constraints:      73882
1654.08/1658.71	c #Conflicts:    2692000 | #Constraints:      74882
1654.08/1658.71	c #Conflicts:    2693000 | #Constraints:      75882
1654.08/1658.71	c #Conflicts:    2694000 | #Constraints:      76882
1654.08/1658.71	c #Conflicts:    2695000 | #Constraints:      77882
1654.08/1658.71	c #Conflicts:    2696000 | #Constraints:      78882
1654.08/1658.71	c #Conflicts:    2697000 | #Constraints:      79882
1654.08/1658.71	c INPROCESSING
1654.08/1658.71	c GARBAGE COLLECT
1654.08/1658.71	c #Conflicts:    2698000 | #Constraints:      45501
1654.08/1658.71	c #Conflicts:    2699000 | #Constraints:      46501
1654.08/1658.71	c #Conflicts:    2700000 | #Constraints:      47501
1654.08/1658.71	c #Conflicts:    2701000 | #Constraints:      48501
1654.08/1658.71	c #Conflicts:    2702000 | #Constraints:      49501
1654.08/1658.71	c #Conflicts:    2703000 | #Constraints:      50501
1654.08/1658.71	c #Conflicts:    2704000 | #Constraints:      51501
1654.08/1658.71	c #Conflicts:    2705000 | #Constraints:      52501
1654.08/1658.71	c #Conflicts:    2706000 | #Constraints:      53501
1654.08/1658.71	c #Conflicts:    2707000 | #Constraints:      54501
1654.08/1658.71	c #Conflicts:    2708000 | #Constraints:      55501
1654.08/1658.71	c #Conflicts:    2709000 | #Constraints:      56501
1654.08/1658.71	c #Conflicts:    2710000 | #Constraints:      57501
1654.08/1658.71	c #Conflicts:    2711000 | #Constraints:      58501
1654.08/1658.71	c #Conflicts:    2712000 | #Constraints:      59501
1654.08/1658.71	c #Conflicts:    2713000 | #Constraints:      60501
1654.08/1658.71	c #Conflicts:    2714000 | #Constraints:      61501
1654.08/1658.71	c #Conflicts:    2715000 | #Constraints:      62501
1654.08/1658.71	c #Conflicts:    2716000 | #Constraints:      63501
1654.08/1658.71	c #Conflicts:    2717000 | #Constraints:      64501
1654.08/1658.71	c #Conflicts:    2718000 | #Constraints:      65501
1654.08/1658.71	c #Conflicts:    2719000 | #Constraints:      66501
1654.08/1658.71	c #Conflicts:    2720000 | #Constraints:      67501
1654.08/1658.71	c #Conflicts:    2721000 | #Constraints:      68501
1654.08/1658.71	c #Conflicts:    2722000 | #Constraints:      69501
1654.08/1658.71	c #Conflicts:    2723000 | #Constraints:      70501
1654.08/1658.71	c #Conflicts:    2724000 | #Constraints:      71501
1654.08/1658.71	c #Conflicts:    2725000 | #Constraints:      72501
1654.08/1658.71	c #Conflicts:    2726000 | #Constraints:      73501
1654.08/1658.71	c #Conflicts:    2727000 | #Constraints:      74501
1654.08/1658.71	c #Conflicts:    2728000 | #Constraints:      75501
1654.08/1658.71	c #Conflicts:    2729000 | #Constraints:      76501
1654.08/1658.71	c #Conflicts:    2730000 | #Constraints:      77501
1654.08/1658.71	c INPROCESSING
1654.08/1658.71	c GARBAGE COLLECT
1654.08/1658.71	c #Conflicts:    2731000 | #Constraints:      44315
1654.08/1658.71	c #Conflicts:    2732000 | #Constraints:      45315
1654.08/1658.71	c #Conflicts:    2733000 | #Constraints:      46315
1654.08/1658.71	c #Conflicts:    2734000 | #Constraints:      47315
1654.08/1658.71	c #Conflicts:    2735000 | #Constraints:      48315
1654.08/1658.71	c #Conflicts:    2736000 | #Constraints:      49315
1654.08/1658.71	c #Conflicts:    2737000 | #Constraints:      50315
1654.08/1658.71	c #Conflicts:    2738000 | #Constraints:      51315
1654.08/1658.71	c #Conflicts:    2739000 | #Constraints:      52315
1654.08/1658.71	c #Conflicts:    2740000 | #Constraints:      53315
1654.08/1658.71	c #Conflicts:    2741000 | #Constraints:      54315
1654.08/1658.71	c #Conflicts:    2742000 | #Constraints:      55315
1654.08/1658.71	c #Conflicts:    2743000 | #Constraints:      56315
1654.08/1658.71	c #Conflicts:    2744000 | #Constraints:      57315
1654.08/1658.71	c #Conflicts:    2745000 | #Constraints:      58315
1654.08/1658.71	c #Conflicts:    2746000 | #Constraints:      59315
1654.08/1658.71	c #Conflicts:    2747000 | #Constraints:      60315
1654.08/1658.71	c #Conflicts:    2748000 | #Constraints:      61315
1654.08/1658.71	c #Conflicts:    2749000 | #Constraints:      62315
1654.08/1658.71	c #Conflicts:    2750000 | #Constraints:      63315
1695.88/1700.63	c #Conflicts:    2751000 | #Constraints:      64315
1695.88/1700.63	c #Conflicts:    2752000 | #Constraints:      65315
1695.88/1700.63	c #Conflicts:    2753000 | #Constraints:      66315
1695.88/1700.63	c #Conflicts:    2754000 | #Constraints:      67315
1695.88/1700.63	c #Conflicts:    2755000 | #Constraints:      68315
1695.88/1700.63	c #Conflicts:    2756000 | #Constraints:      69315
1695.88/1700.63	c #Conflicts:    2757000 | #Constraints:      70315
1695.88/1700.63	c #Conflicts:    2758000 | #Constraints:      71315
1695.88/1700.63	c #Conflicts:    2759000 | #Constraints:      72316
1695.88/1700.63	c #Conflicts:    2760000 | #Constraints:      73316
1695.88/1700.63	c #Conflicts:    2761000 | #Constraints:      74316
1695.88/1700.63	c #Conflicts:    2762000 | #Constraints:      75316
1695.88/1700.63	c #Conflicts:    2763000 | #Constraints:      76316
1695.88/1700.63	c INPROCESSING
1695.88/1700.63	c GARBAGE COLLECT
1695.88/1700.63	c #Conflicts:    2764000 | #Constraints:      43590
1695.88/1700.63	c #Conflicts:    2765000 | #Constraints:      44590
1695.88/1700.63	c #Conflicts:    2766000 | #Constraints:      45924
1695.88/1700.63	c #Conflicts:    2767000 | #Constraints:      46984
1695.88/1700.63	c #Conflicts:    2768000 | #Constraints:      47984
1695.88/1700.63	c #Conflicts:    2769000 | #Constraints:      48984
1695.88/1700.63	c #Conflicts:    2770000 | #Constraints:      49984
1695.88/1700.63	c #Conflicts:    2771000 | #Constraints:      50986
1695.88/1700.63	c #Conflicts:    2772000 | #Constraints:      51986
1695.88/1700.63	c #Conflicts:    2773000 | #Constraints:      52986
1695.88/1700.63	c #Conflicts:    2774000 | #Constraints:      53986
1695.88/1700.63	c #Conflicts:    2775000 | #Constraints:      54986
1695.88/1700.63	c #Conflicts:    2776000 | #Constraints:      55986
1695.88/1700.63	c #Conflicts:    2777000 | #Constraints:      56986
1695.88/1700.63	c #Conflicts:    2778000 | #Constraints:      57986
1695.88/1700.63	c #Conflicts:    2779000 | #Constraints:      58986
1695.88/1700.63	c #Conflicts:    2780000 | #Constraints:      59986
1695.88/1700.63	c #Conflicts:    2781000 | #Constraints:      60986
1695.88/1700.63	c #Conflicts:    2782000 | #Constraints:      61986
1695.88/1700.63	c #Conflicts:    2783000 | #Constraints:      62986
1695.88/1700.63	c #Conflicts:    2784000 | #Constraints:      63986
1695.88/1700.63	c #Conflicts:    2785000 | #Constraints:      64986
1695.88/1700.63	c #Conflicts:    2786000 | #Constraints:      65986
1695.88/1700.63	c #Conflicts:    2787000 | #Constraints:      66986
1695.88/1700.63	c #Conflicts:    2788000 | #Constraints:      67986
1695.88/1700.63	c #Conflicts:    2789000 | #Constraints:      68986
1695.88/1700.63	c #Conflicts:    2790000 | #Constraints:      69986
1695.88/1700.63	c #Conflicts:    2791000 | #Constraints:      70986
1695.88/1700.63	c #Conflicts:    2792000 | #Constraints:      71986
1695.88/1700.63	c #Conflicts:    2793000 | #Constraints:      72986
1695.88/1700.63	c #Conflicts:    2794000 | #Constraints:      73987
1695.88/1700.63	c #Conflicts:    2795000 | #Constraints:      74987
1695.88/1700.63	c #Conflicts:    2796000 | #Constraints:      75987
1695.88/1700.63	c INPROCESSING
1695.88/1700.63	c GARBAGE COLLECT
1695.88/1700.63	c #Conflicts:    2797000 | #Constraints:      43210
1695.88/1700.63	c #Conflicts:    2798000 | #Constraints:      44210
1695.88/1700.63	c #Conflicts:    2799000 | #Constraints:      45210
1695.88/1700.63	c #Conflicts:    2800000 | #Constraints:      46210
1695.88/1700.63	c #Conflicts:    2801000 | #Constraints:      47210
1695.88/1700.63	c #Conflicts:    2802000 | #Constraints:      48210
1695.88/1700.63	c #Conflicts:    2803000 | #Constraints:      49210
1695.88/1700.63	c #Conflicts:    2804000 | #Constraints:      50210
1695.88/1700.63	c #Conflicts:    2805000 | #Constraints:      51210
1695.88/1700.63	c #Conflicts:    2806000 | #Constraints:      52210
1695.88/1700.63	c #Conflicts:    2807000 | #Constraints:      53210
1695.88/1700.63	c #Conflicts:    2808000 | #Constraints:      54210
1695.88/1700.63	c #Conflicts:    2809000 | #Constraints:      55210
1695.88/1700.63	c #Conflicts:    2810000 | #Constraints:      56210
1695.88/1700.63	c #Conflicts:    2811000 | #Constraints:      57210
1695.88/1700.63	c #Conflicts:    2812000 | #Constraints:      58210
1695.88/1700.63	c #Conflicts:    2813000 | #Constraints:      59210
1695.88/1700.63	c #Conflicts:    2814000 | #Constraints:      60210
1695.88/1700.63	c #Conflicts:    2815000 | #Constraints:      61210
1695.88/1700.63	c #Conflicts:    2816000 | #Constraints:      62210
1695.88/1700.63	c #Conflicts:    2817000 | #Constraints:      63210
1695.88/1700.63	c #Conflicts:    2818000 | #Constraints:      64210
1695.88/1700.63	c #Conflicts:    2819000 | #Constraints:      65210
1695.88/1700.63	c #Conflicts:    2820000 | #Constraints:      66210
1695.88/1700.63	c #Conflicts:    2821000 | #Constraints:      67210
1695.88/1700.63	c #Conflicts:    2822000 | #Constraints:      68210
1695.88/1700.63	c #Conflicts:    2823000 | #Constraints:      69210
1695.88/1700.63	c #Conflicts:    2824000 | #Constraints:      70210
1695.88/1700.63	c #Conflicts:    2825000 | #Constraints:      71210
1695.88/1700.63	c #Conflicts:    2826000 | #Constraints:      72210
1695.88/1700.63	c #Conflicts:    2827000 | #Constraints:      73210
1742.07/1746.92	c #Conflicts:    2828000 | #Constraints:      74210
1742.07/1746.92	c #Conflicts:    2829000 | #Constraints:      75210
1742.07/1746.92	c #Conflicts:    2830000 | #Constraints:      76210
1742.07/1746.92	c INPROCESSING
1742.07/1746.92	c GARBAGE COLLECT
1742.07/1746.92	c #Conflicts:    2831000 | #Constraints:      43548
1742.07/1746.92	c #Conflicts:    2832000 | #Constraints:      44548
1742.07/1746.92	c #Conflicts:    2833000 | #Constraints:      45548
1742.07/1746.92	c #Conflicts:    2834000 | #Constraints:      46548
1742.07/1746.92	c #Conflicts:    2835000 | #Constraints:      47548
1742.07/1746.92	c #Conflicts:    2836000 | #Constraints:      48548
1742.07/1746.92	c #Conflicts:    2837000 | #Constraints:      49548
1742.07/1746.92	c #Conflicts:    2838000 | #Constraints:      50548
1742.07/1746.92	c #Conflicts:    2839000 | #Constraints:      51548
1742.07/1746.92	c #Conflicts:    2840000 | #Constraints:      52548
1742.07/1746.92	c #Conflicts:    2841000 | #Constraints:      53548
1742.07/1746.92	c #Conflicts:    2842000 | #Constraints:      54548
1742.07/1746.92	c #Conflicts:    2843000 | #Constraints:      55548
1742.07/1746.92	c #Conflicts:    2844000 | #Constraints:      56548
1742.07/1746.92	c #Conflicts:    2845000 | #Constraints:      57548
1742.07/1746.92	c #Conflicts:    2846000 | #Constraints:      58548
1742.07/1746.92	c #Conflicts:    2847000 | #Constraints:      59548
1742.07/1746.92	c #Conflicts:    2848000 | #Constraints:      60548
1742.07/1746.92	c #Conflicts:    2849000 | #Constraints:      61548
1742.07/1746.92	c #Conflicts:    2850000 | #Constraints:      62548
1742.07/1746.92	c #Conflicts:    2851000 | #Constraints:      63548
1742.07/1746.92	c #Conflicts:    2852000 | #Constraints:      64548
1742.07/1746.92	c #Conflicts:    2853000 | #Constraints:      65548
1742.07/1746.92	c #Conflicts:    2854000 | #Constraints:      66548
1742.07/1746.92	c #Conflicts:    2855000 | #Constraints:      67548
1742.07/1746.92	c #Conflicts:    2856000 | #Constraints:      68548
1742.07/1746.92	c #Conflicts:    2857000 | #Constraints:      69548
1742.07/1746.92	c #Conflicts:    2858000 | #Constraints:      70548
1742.07/1746.92	c #Conflicts:    2859000 | #Constraints:      71548
1742.07/1746.92	c #Conflicts:    2860000 | #Constraints:      72548
1742.07/1746.92	c #Conflicts:    2861000 | #Constraints:      73548
1742.07/1746.92	c #Conflicts:    2862000 | #Constraints:      74548
1742.07/1746.92	c #Conflicts:    2863000 | #Constraints:      75548
1742.07/1746.92	c #Conflicts:    2864000 | #Constraints:      76548
1742.07/1746.92	c INPROCESSING
1742.07/1746.92	c GARBAGE COLLECT
1742.07/1746.92	c #Conflicts:    2865000 | #Constraints:      43811
1742.07/1746.92	c #Conflicts:    2866000 | #Constraints:      44811
1742.07/1746.92	c #Conflicts:    2867000 | #Constraints:      45811
1742.07/1746.92	c #Conflicts:    2868000 | #Constraints:      46811
1742.07/1746.92	c #Conflicts:    2869000 | #Constraints:      47811
1742.07/1746.92	c #Conflicts:    2870000 | #Constraints:      48811
1742.07/1746.92	c #Conflicts:    2871000 | #Constraints:      49811
1742.07/1746.92	c #Conflicts:    2872000 | #Constraints:      50811
1742.07/1746.92	c #Conflicts:    2873000 | #Constraints:      51811
1742.07/1746.92	c #Conflicts:    2874000 | #Constraints:      52811
1742.07/1746.92	c #Conflicts:    2875000 | #Constraints:      53811
1742.07/1746.92	c #Conflicts:    2876000 | #Constraints:      54811
1742.07/1746.92	c #Conflicts:    2877000 | #Constraints:      55811
1742.07/1746.92	c #Conflicts:    2878000 | #Constraints:      56811
1742.07/1746.92	c #Conflicts:    2879000 | #Constraints:      57811
1742.07/1746.92	c #Conflicts:    2880000 | #Constraints:      58811
1742.07/1746.92	c #Conflicts:    2881000 | #Constraints:      59811
1742.07/1746.92	c #Conflicts:    2882000 | #Constraints:      60811
1742.07/1746.92	c #Conflicts:    2883000 | #Constraints:      61811
1742.07/1746.92	c #Conflicts:    2884000 | #Constraints:      62811
1742.07/1746.92	c #Conflicts:    2885000 | #Constraints:      63811
1742.07/1746.92	c #Conflicts:    2886000 | #Constraints:      64811
1742.07/1746.92	c #Conflicts:    2887000 | #Constraints:      65811
1742.07/1746.92	c #Conflicts:    2888000 | #Constraints:      66811
1742.07/1746.92	c #Conflicts:    2889000 | #Constraints:      67812
1742.07/1746.92	c #Conflicts:    2890000 | #Constraints:      68812
1742.07/1746.92	c #Conflicts:    2891000 | #Constraints:      69812
1742.07/1746.92	c #Conflicts:    2892000 | #Constraints:      70812
1742.07/1746.92	c #Conflicts:    2893000 | #Constraints:      71812
1742.07/1746.92	c #Conflicts:    2894000 | #Constraints:      72812
1742.07/1746.92	c #Conflicts:    2895000 | #Constraints:      73812
1742.07/1746.92	c #Conflicts:    2896000 | #Constraints:      74812
1742.07/1746.92	c #Conflicts:    2897000 | #Constraints:      75812
1742.07/1746.92	c #Conflicts:    2898000 | #Constraints:      76812
1742.07/1746.92	c INPROCESSING
1742.07/1746.92	c GARBAGE COLLECT
1742.07/1746.92	c #Conflicts:    2899000 | #Constraints:      43975
1742.07/1746.92	c #Conflicts:    2900000 | #Constraints:      44975
1742.07/1746.92	c #Conflicts:    2901000 | #Constraints:      45975
1742.07/1746.92	c #Conflicts:    2902000 | #Constraints:      46975
1742.07/1746.92	c #Conflicts:    2903000 | #Constraints:      47975
1742.07/1746.92	c #Conflicts:    2904000 | #Constraints:      48975
1817.69/1822.72	c #Conflicts:    2905000 | #Constraints:      49975
1817.69/1822.72	c #Conflicts:    2906000 | #Constraints:      50975
1817.69/1822.72	c #Conflicts:    2907000 | #Constraints:      51975
1817.69/1822.72	c #Conflicts:    2908000 | #Constraints:      52975
1817.69/1822.72	c #Conflicts:    2909000 | #Constraints:      53975
1817.69/1822.72	c #Conflicts:    2910000 | #Constraints:      54975
1817.69/1822.72	c #Conflicts:    2911000 | #Constraints:      55976
1817.69/1822.72	c #Conflicts:    2912000 | #Constraints:      56976
1817.69/1822.72	c #Conflicts:    2913000 | #Constraints:      57976
1817.69/1822.72	c #Conflicts:    2914000 | #Constraints:      58976
1817.69/1822.72	c #Conflicts:    2915000 | #Constraints:      59976
1817.69/1822.72	c #Conflicts:    2916000 | #Constraints:      60976
1817.69/1822.72	c #Conflicts:    2917000 | #Constraints:      61976
1817.69/1822.72	c #Conflicts:    2918000 | #Constraints:      62976
1817.69/1822.72	c #Conflicts:    2919000 | #Constraints:      63979
1817.69/1822.72	c #Conflicts:    2920000 | #Constraints:      64979
1817.69/1822.72	c #Conflicts:    2921000 | #Constraints:      65979
1817.69/1822.72	c #Conflicts:    2922000 | #Constraints:      67196
1817.69/1822.72	c #Conflicts:    2923000 | #Constraints:      68754
1817.69/1822.72	c #Conflicts:    2924000 | #Constraints:      70281
1817.69/1822.72	c #Conflicts:    2925000 | #Constraints:      71791
1817.69/1822.72	c #Conflicts:    2926000 | #Constraints:      73301
1817.69/1822.72	c #Conflicts:    2927000 | #Constraints:      74823
1817.69/1822.72	c #Conflicts:    2928000 | #Constraints:      76343
1817.69/1822.72	c #Conflicts:    2929000 | #Constraints:      77734
1817.69/1822.72	c #Conflicts:    2930000 | #Constraints:      78734
1817.69/1822.72	c #Conflicts:    2931000 | #Constraints:      79734
1817.69/1822.72	c #Conflicts:    2932000 | #Constraints:      80734
1817.69/1822.72	c INPROCESSING
1817.69/1822.72	c GARBAGE COLLECT
1817.69/1822.72	c #Conflicts:    2933000 | #Constraints:      45852
1817.69/1822.72	c #Conflicts:    2934000 | #Constraints:      46852
1817.69/1822.72	c #Conflicts:    2935000 | #Constraints:      47852
1817.69/1822.72	c #Conflicts:    2936000 | #Constraints:      48852
1817.69/1822.72	c #Conflicts:    2937000 | #Constraints:      49852
1817.69/1822.72	c #Conflicts:    2938000 | #Constraints:      50852
1817.69/1822.72	c #Conflicts:    2939000 | #Constraints:      51852
1817.69/1822.72	c #Conflicts:    2940000 | #Constraints:      52852
1817.69/1822.72	c #Conflicts:    2941000 | #Constraints:      53852
1817.69/1822.72	c #Conflicts:    2942000 | #Constraints:      54852
1817.69/1822.72	c #Conflicts:    2943000 | #Constraints:      55852
1817.69/1822.72	c #Conflicts:    2944000 | #Constraints:      56852
1817.69/1822.72	c #Conflicts:    2945000 | #Constraints:      57852
1817.69/1822.72	c #Conflicts:    2946000 | #Constraints:      58852
1817.69/1822.72	c #Conflicts:    2947000 | #Constraints:      59852
1817.69/1822.72	c #Conflicts:    2948000 | #Constraints:      60852
1817.69/1822.72	c #Conflicts:    2949000 | #Constraints:      61852
1817.69/1822.72	c #Conflicts:    2950000 | #Constraints:      62852
1817.69/1822.72	c #Conflicts:    2951000 | #Constraints:      63852
1817.69/1822.72	c #Conflicts:    2952000 | #Constraints:      64852
1817.69/1822.72	c #Conflicts:    2953000 | #Constraints:      65852
1817.69/1822.72	c #Conflicts:    2954000 | #Constraints:      66852
1817.69/1822.72	c #Conflicts:    2955000 | #Constraints:      67852
1817.69/1822.72	c #Conflicts:    2956000 | #Constraints:      68852
1817.69/1822.72	c #Conflicts:    2957000 | #Constraints:      69852
1817.69/1822.72	c #Conflicts:    2958000 | #Constraints:      70852
1817.69/1822.72	c #Conflicts:    2959000 | #Constraints:      71852
1817.69/1822.72	c #Conflicts:    2960000 | #Constraints:      72852
1817.69/1822.72	c #Conflicts:    2961000 | #Constraints:      73852
1817.69/1822.72	c #Conflicts:    2962000 | #Constraints:      74852
1817.69/1822.72	c #Conflicts:    2963000 | #Constraints:      75852
1817.69/1822.72	c #Conflicts:    2964000 | #Constraints:      76852
1817.69/1822.72	c #Conflicts:    2965000 | #Constraints:      77852
1817.69/1822.72	c #Conflicts:    2966000 | #Constraints:      78852
1817.69/1822.72	c INPROCESSING
1817.69/1822.72	c GARBAGE COLLECT
1817.69/1822.72	c #Conflicts:    2967000 | #Constraints:      44710
1817.69/1822.72	c #Conflicts:    2968000 | #Constraints:      45710
1817.69/1822.72	c #Conflicts:    2969000 | #Constraints:      46710
1817.69/1822.72	c #Conflicts:    2970000 | #Constraints:      47710
1817.69/1822.72	c #Conflicts:    2971000 | #Constraints:      48710
1817.69/1822.72	c #Conflicts:    2972000 | #Constraints:      49710
1817.69/1822.72	c #Conflicts:    2973000 | #Constraints:      50710
1817.69/1822.72	c #Conflicts:    2974000 | #Constraints:      51710
1817.69/1822.72	c #Conflicts:    2975000 | #Constraints:      52710
1817.69/1822.72	c #Conflicts:    2976000 | #Constraints:      53710
1817.69/1822.72	c #Conflicts:    2977000 | #Constraints:      54710
1817.69/1822.72	c #Conflicts:    2978000 | #Constraints:      55710
1817.69/1822.72	c #Conflicts:    2979000 | #Constraints:      56710
1817.69/1822.72	c #Conflicts:    2980000 | #Constraints:      57710
1817.69/1822.72	c #Conflicts:    2981000 | #Constraints:      58710
1817.69/1822.72	c #Conflicts:    2982000 | #Constraints:      59710
1857.80/1862.97	c #Conflicts:    2983000 | #Constraints:      60710
1857.80/1862.97	c #Conflicts:    2984000 | #Constraints:      61710
1857.80/1862.97	c #Conflicts:    2985000 | #Constraints:      62710
1857.80/1862.97	c #Conflicts:    2986000 | #Constraints:      63710
1857.80/1862.97	c #Conflicts:    2987000 | #Constraints:      64710
1857.80/1862.97	c #Conflicts:    2988000 | #Constraints:      65710
1857.80/1862.97	c #Conflicts:    2989000 | #Constraints:      66710
1857.80/1862.97	c #Conflicts:    2990000 | #Constraints:      67710
1857.80/1862.97	c #Conflicts:    2991000 | #Constraints:      68710
1857.80/1862.97	c #Conflicts:    2992000 | #Constraints:      69710
1857.80/1862.97	c #Conflicts:    2993000 | #Constraints:      70710
1857.80/1862.97	c #Conflicts:    2994000 | #Constraints:      71710
1857.80/1862.97	c #Conflicts:    2995000 | #Constraints:      72710
1857.80/1862.97	c #Conflicts:    2996000 | #Constraints:      73710
1857.80/1862.97	c #Conflicts:    2997000 | #Constraints:      74710
1857.80/1862.97	c #Conflicts:    2998000 | #Constraints:      75710
1857.80/1862.97	c #Conflicts:    2999000 | #Constraints:      76710
1857.80/1862.97	c #Conflicts:    3000000 | #Constraints:      77710
1857.80/1862.97	c #Conflicts:    3001000 | #Constraints:      78710
1857.80/1862.97	c INPROCESSING
1857.80/1862.97	c GARBAGE COLLECT
1857.80/1862.97	c #Conflicts:    3002000 | #Constraints:      44776
1857.80/1862.97	c #Conflicts:    3003000 | #Constraints:      45776
1857.80/1862.97	c #Conflicts:    3004000 | #Constraints:      46776
1857.80/1862.97	c #Conflicts:    3005000 | #Constraints:      47776
1857.80/1862.97	c #Conflicts:    3006000 | #Constraints:      48776
1857.80/1862.97	c #Conflicts:    3007000 | #Constraints:      49776
1857.80/1862.97	c #Conflicts:    3008000 | #Constraints:      50776
1857.80/1862.97	c #Conflicts:    3009000 | #Constraints:      51776
1857.80/1862.97	c #Conflicts:    3010000 | #Constraints:      52776
1857.80/1862.97	c #Conflicts:    3011000 | #Constraints:      53776
1857.80/1862.97	c #Conflicts:    3012000 | #Constraints:      54776
1857.80/1862.97	c #Conflicts:    3013000 | #Constraints:      55776
1857.80/1862.97	c #Conflicts:    3014000 | #Constraints:      56776
1857.80/1862.97	c #Conflicts:    3015000 | #Constraints:      57776
1857.80/1862.97	c #Conflicts:    3016000 | #Constraints:      58776
1857.80/1862.97	c #Conflicts:    3017000 | #Constraints:      59776
1857.80/1862.97	c #Conflicts:    3018000 | #Constraints:      60776
1857.80/1862.97	c #Conflicts:    3019000 | #Constraints:      61776
1857.80/1862.97	c #Conflicts:    3020000 | #Constraints:      62776
1857.80/1862.97	c #Conflicts:    3021000 | #Constraints:      63776
1857.80/1862.97	c #Conflicts:    3022000 | #Constraints:      64776
1857.80/1862.97	c #Conflicts:    3023000 | #Constraints:      65776
1857.80/1862.97	c #Conflicts:    3024000 | #Constraints:      66776
1857.80/1862.97	c #Conflicts:    3025000 | #Constraints:      67776
1857.80/1862.97	c #Conflicts:    3026000 | #Constraints:      68776
1857.80/1862.97	c #Conflicts:    3027000 | #Constraints:      69776
1857.80/1862.97	c #Conflicts:    3028000 | #Constraints:      70776
1857.80/1862.97	c #Conflicts:    3029000 | #Constraints:      71776
1857.80/1862.97	c #Conflicts:    3030000 | #Constraints:      72776
1857.80/1862.97	c #Conflicts:    3031000 | #Constraints:      73776
1857.80/1862.97	c #Conflicts:    3032000 | #Constraints:      74776
1857.80/1862.97	c #Conflicts:    3033000 | #Constraints:      75776
1857.80/1862.97	c #Conflicts:    3034000 | #Constraints:      76776
1857.80/1862.97	c #Conflicts:    3035000 | #Constraints:      77776
1857.80/1862.97	c #Conflicts:    3036000 | #Constraints:      78776
1857.80/1862.97	c INPROCESSING
1857.80/1862.97	c GARBAGE COLLECT
1857.80/1862.97	c #Conflicts:    3037000 | #Constraints:      44963
1857.80/1862.97	c #Conflicts:    3038000 | #Constraints:      45963
1857.80/1862.97	c #Conflicts:    3039000 | #Constraints:      46963
1857.80/1862.97	c #Conflicts:    3040000 | #Constraints:      47963
1857.80/1862.97	c #Conflicts:    3041000 | #Constraints:      48963
1857.80/1862.97	c #Conflicts:    3042000 | #Constraints:      49963
1857.80/1862.97	c #Conflicts:    3043000 | #Constraints:      50963
1857.80/1862.97	c #Conflicts:    3044000 | #Constraints:      51963
1857.80/1862.97	c #Conflicts:    3045000 | #Constraints:      52963
1857.80/1862.97	c #Conflicts:    3046000 | #Constraints:      53963
1857.80/1862.97	c #Conflicts:    3047000 | #Constraints:      54963
1857.80/1862.97	c #Conflicts:    3048000 | #Constraints:      55963
1857.80/1862.97	c #Conflicts:    3049000 | #Constraints:      56963
1857.80/1862.97	c #Conflicts:    3050000 | #Constraints:      57963
1857.80/1862.97	c #Conflicts:    3051000 | #Constraints:      58963
1857.80/1862.97	c #Conflicts:    3052000 | #Constraints:      59963
1857.80/1862.97	c #Conflicts:    3053000 | #Constraints:      60963
1857.80/1862.97	c #Conflicts:    3054000 | #Constraints:      61963
1857.80/1862.97	c #Conflicts:    3055000 | #Constraints:      62963
1857.80/1862.97	c #Conflicts:    3056000 | #Constraints:      63963
1857.80/1862.97	c #Conflicts:    3057000 | #Constraints:      64963
1857.80/1862.97	c #Conflicts:    3058000 | #Constraints:      65963
1857.80/1862.97	c #Conflicts:    3059000 | #Constraints:      66963
1870.46/1875.64	c #Conflicts:    3060000 | #Constraints:      67963
1870.46/1875.64	c #Conflicts:    3061000 | #Constraints:      68963
1870.46/1875.64	c #Conflicts:    3062000 | #Constraints:      69963
1870.46/1875.64	c #Conflicts:    3063000 | #Constraints:      70963
1870.46/1875.64	c #Conflicts:    3064000 | #Constraints:      71963
1870.46/1875.64	c #Conflicts:    3065000 | #Constraints:      72963
1870.46/1875.64	c #Conflicts:    3066000 | #Constraints:      73963
1870.46/1875.64	c #Conflicts:    3067000 | #Constraints:      74963
1870.46/1875.64	c #Conflicts:    3068000 | #Constraints:      75963
1870.46/1875.64	c #Conflicts:    3069000 | #Constraints:      76963
1870.46/1875.64	c #Conflicts:    3070000 | #Constraints:      77963
1870.46/1875.64	c #Conflicts:    3071000 | #Constraints:      78963
1870.46/1875.64	c INPROCESSING
1870.46/1875.64	c GARBAGE COLLECT
1870.46/1875.64	c rational objective 805.51
1912.36/1917.68	c #Conflicts:    3072000 | #Constraints:      45054
1912.36/1917.68	c #Conflicts:    3073000 | #Constraints:      46054
1912.36/1917.68	c #Conflicts:    3074000 | #Constraints:      47054
1912.36/1917.68	c #Conflicts:    3075000 | #Constraints:      48054
1912.36/1917.68	c #Conflicts:    3076000 | #Constraints:      49054
1912.36/1917.68	c #Conflicts:    3077000 | #Constraints:      50054
1912.36/1917.68	c #Conflicts:    3078000 | #Constraints:      51054
1912.36/1917.68	c #Conflicts:    3079000 | #Constraints:      52054
1912.36/1917.68	c #Conflicts:    3080000 | #Constraints:      53054
1912.36/1917.68	c #Conflicts:    3081000 | #Constraints:      54054
1912.36/1917.68	c #Conflicts:    3082000 | #Constraints:      55054
1912.36/1917.68	c #Conflicts:    3083000 | #Constraints:      56054
1912.36/1917.68	c #Conflicts:    3084000 | #Constraints:      57054
1912.36/1917.68	c #Conflicts:    3085000 | #Constraints:      58054
1912.36/1917.68	c #Conflicts:    3086000 | #Constraints:      59054
1912.36/1917.68	c #Conflicts:    3087000 | #Constraints:      60054
1912.36/1917.68	c #Conflicts:    3088000 | #Constraints:      61054
1912.36/1917.68	c #Conflicts:    3089000 | #Constraints:      62054
1912.36/1917.68	c #Conflicts:    3090000 | #Constraints:      63054
1912.36/1917.68	c #Conflicts:    3091000 | #Constraints:      64054
1912.36/1917.68	c #Conflicts:    3092000 | #Constraints:      65054
1912.36/1917.68	c #Conflicts:    3093000 | #Constraints:      66054
1912.36/1917.68	c #Conflicts:    3094000 | #Constraints:      67054
1912.36/1917.68	c #Conflicts:    3095000 | #Constraints:      68055
1912.36/1917.68	c #Conflicts:    3096000 | #Constraints:      69055
1912.36/1917.68	c #Conflicts:    3097000 | #Constraints:      70055
1912.36/1917.68	c #Conflicts:    3098000 | #Constraints:      71055
1912.36/1917.68	c #Conflicts:    3099000 | #Constraints:      72055
1912.36/1917.68	c #Conflicts:    3100000 | #Constraints:      73055
1912.36/1917.68	c #Conflicts:    3101000 | #Constraints:      74055
1912.36/1917.68	c #Conflicts:    3102000 | #Constraints:      75055
1912.36/1917.68	c #Conflicts:    3103000 | #Constraints:      76055
1912.36/1917.68	c #Conflicts:    3104000 | #Constraints:      77055
1912.36/1917.68	c #Conflicts:    3105000 | #Constraints:      78055
1912.36/1917.68	c #Conflicts:    3106000 | #Constraints:      79055
1912.36/1917.68	c INPROCESSING
1912.36/1917.68	c GARBAGE COLLECT
1912.36/1917.68	c #Conflicts:    3107000 | #Constraints:      44968
1912.36/1917.68	c #Conflicts:    3108000 | #Constraints:      45968
1912.36/1917.68	c #Conflicts:    3109000 | #Constraints:      46968
1912.36/1917.68	c #Conflicts:    3110000 | #Constraints:      47968
1912.36/1917.68	c #Conflicts:    3111000 | #Constraints:      48968
1912.36/1917.68	c #Conflicts:    3112000 | #Constraints:      49968
1912.36/1917.68	c #Conflicts:    3113000 | #Constraints:      50968
1912.36/1917.68	c #Conflicts:    3114000 | #Constraints:      51968
1912.36/1917.68	c #Conflicts:    3115000 | #Constraints:      52968
1912.36/1917.68	c #Conflicts:    3116000 | #Constraints:      53968
1912.36/1917.68	c #Conflicts:    3117000 | #Constraints:      54969
1912.36/1917.68	c #Conflicts:    3118000 | #Constraints:      55969
1912.36/1917.68	c #Conflicts:    3119000 | #Constraints:      56969
1912.36/1917.68	c #Conflicts:    3120000 | #Constraints:      57974
1912.36/1917.68	c #Conflicts:    3121000 | #Constraints:      58974
1912.36/1917.68	c #Conflicts:    3122000 | #Constraints:      59974
1912.36/1917.68	c #Conflicts:    3123000 | #Constraints:      60974
1912.36/1917.68	c #Conflicts:    3124000 | #Constraints:      61974
1912.36/1917.68	c #Conflicts:    3125000 | #Constraints:      62974
1912.36/1917.68	c #Conflicts:    3126000 | #Constraints:      63975
1912.36/1917.68	c #Conflicts:    3127000 | #Constraints:      64975
1912.36/1917.68	c #Conflicts:    3128000 | #Constraints:      65975
1912.36/1917.68	c #Conflicts:    3129000 | #Constraints:      66975
1912.36/1917.68	c #Conflicts:    3130000 | #Constraints:      67975
1912.36/1917.68	c #Conflicts:    3131000 | #Constraints:      68975
1912.36/1917.68	c #Conflicts:    3132000 | #Constraints:      69975
1912.36/1917.68	c #Conflicts:    3133000 | #Constraints:      70975
1912.36/1917.68	c #Conflicts:    3134000 | #Constraints:      71975
1912.36/1917.68	c #Conflicts:    3135000 | #Constraints:      72975
1912.36/1917.68	c #Conflicts:    3136000 | #Constraints:      73975
1912.36/1917.68	c #Conflicts:    3137000 | #Constraints:      74981
1912.36/1917.68	c #Conflicts:    3138000 | #Constraints:      75981
1912.36/1917.68	c #Conflicts:    3139000 | #Constraints:      76981
1912.36/1917.68	c #Conflicts:    3140000 | #Constraints:      77981
1912.36/1917.68	c #Conflicts:    3141000 | #Constraints:      78981
1912.36/1917.68	c INPROCESSING
1912.36/1917.68	c GARBAGE COLLECT
1912.36/1917.68	c #Conflicts:    3142000 | #Constraints:      44734
1912.36/1917.68	c #Conflicts:    3143000 | #Constraints:      45734
1912.36/1917.68	c #Conflicts:    3144000 | #Constraints:      46734
1912.36/1917.68	c #Conflicts:    3145000 | #Constraints:      47734
1912.36/1917.68	c #Conflicts:    3146000 | #Constraints:      48766
1912.36/1917.68	c #Conflicts:    3147000 | #Constraints:      49766
1912.36/1917.68	c #Conflicts:    3148000 | #Constraints:      50766
1912.36/1917.68	c #Conflicts:    3149000 | #Constraints:      51766
1969.42/1974.83	c #Conflicts:    3150000 | #Constraints:      52766
1969.42/1974.83	c #Conflicts:    3151000 | #Constraints:      53766
1969.42/1974.83	c #Conflicts:    3152000 | #Constraints:      54766
1969.42/1974.83	c #Conflicts:    3153000 | #Constraints:      55766
1969.42/1974.83	c #Conflicts:    3154000 | #Constraints:      56767
1969.42/1974.83	c #Conflicts:    3155000 | #Constraints:      57767
1969.42/1974.83	c #Conflicts:    3156000 | #Constraints:      58767
1969.42/1974.83	c #Conflicts:    3157000 | #Constraints:      59767
1969.42/1974.83	c #Conflicts:    3158000 | #Constraints:      60767
1969.42/1974.83	c #Conflicts:    3159000 | #Constraints:      61767
1969.42/1974.83	c #Conflicts:    3160000 | #Constraints:      62767
1969.42/1974.83	c #Conflicts:    3161000 | #Constraints:      63767
1969.42/1974.83	c #Conflicts:    3162000 | #Constraints:      64767
1969.42/1974.83	c #Conflicts:    3163000 | #Constraints:      65767
1969.42/1974.83	c #Conflicts:    3164000 | #Constraints:      66767
1969.42/1974.83	c #Conflicts:    3165000 | #Constraints:      67767
1969.42/1974.83	c #Conflicts:    3166000 | #Constraints:      69215
1969.42/1974.83	c #Conflicts:    3167000 | #Constraints:      70752
1969.42/1974.83	c #Conflicts:    3168000 | #Constraints:      72280
1969.42/1974.83	c #Conflicts:    3169000 | #Constraints:      73787
1969.42/1974.83	c #Conflicts:    3170000 | #Constraints:      75298
1969.42/1974.83	c #Conflicts:    3171000 | #Constraints:      76812
1969.42/1974.83	c #Conflicts:    3172000 | #Constraints:      78305
1969.42/1974.83	c #Conflicts:    3173000 | #Constraints:      79860
1969.42/1974.83	c #Conflicts:    3174000 | #Constraints:      81395
1969.42/1974.83	c #Conflicts:    3175000 | #Constraints:      82939
1969.42/1974.83	c #Conflicts:    3176000 | #Constraints:      84510
1969.42/1974.83	c #Conflicts:    3177000 | #Constraints:      86041
1969.42/1974.83	c INPROCESSING
1969.42/1974.83	c GARBAGE COLLECT
1969.42/1974.83	c #Conflicts:    3178000 | #Constraints:      48574
1969.42/1974.83	c #Conflicts:    3179000 | #Constraints:      49574
1969.42/1974.83	c #Conflicts:    3180000 | #Constraints:      50574
1969.42/1974.83	c #Conflicts:    3181000 | #Constraints:      51574
1969.42/1974.83	c #Conflicts:    3182000 | #Constraints:      52574
1969.42/1974.83	c #Conflicts:    3183000 | #Constraints:      53574
1969.42/1974.83	c #Conflicts:    3184000 | #Constraints:      54574
1969.42/1974.83	c #Conflicts:    3185000 | #Constraints:      55574
1969.42/1974.83	c #Conflicts:    3186000 | #Constraints:      56574
1969.42/1974.83	c #Conflicts:    3187000 | #Constraints:      57574
1969.42/1974.83	c #Conflicts:    3188000 | #Constraints:      58574
1969.42/1974.83	c #Conflicts:    3189000 | #Constraints:      59574
1969.42/1974.83	c #Conflicts:    3190000 | #Constraints:      60574
1969.42/1974.83	c #Conflicts:    3191000 | #Constraints:      61574
1969.42/1974.83	c #Conflicts:    3192000 | #Constraints:      62574
1969.42/1974.83	c #Conflicts:    3193000 | #Constraints:      63574
1969.42/1974.83	c #Conflicts:    3194000 | #Constraints:      64574
1969.42/1974.83	c #Conflicts:    3195000 | #Constraints:      65574
1969.42/1974.83	c #Conflicts:    3196000 | #Constraints:      66574
1969.42/1974.83	c #Conflicts:    3197000 | #Constraints:      67574
1969.42/1974.83	c #Conflicts:    3198000 | #Constraints:      68574
1969.42/1974.83	c #Conflicts:    3199000 | #Constraints:      69574
1969.42/1974.83	c #Conflicts:    3200000 | #Constraints:      70574
1969.42/1974.83	c #Conflicts:    3201000 | #Constraints:      71574
1969.42/1974.83	c #Conflicts:    3202000 | #Constraints:      72574
1969.42/1974.83	c #Conflicts:    3203000 | #Constraints:      73574
1969.42/1974.83	c #Conflicts:    3204000 | #Constraints:      74574
1969.42/1974.83	c #Conflicts:    3205000 | #Constraints:      75574
1969.42/1974.83	c #Conflicts:    3206000 | #Constraints:      76574
1969.42/1974.83	c #Conflicts:    3207000 | #Constraints:      77574
1969.42/1974.83	c #Conflicts:    3208000 | #Constraints:      78575
1969.42/1974.83	c #Conflicts:    3209000 | #Constraints:      79575
1969.42/1974.83	c #Conflicts:    3210000 | #Constraints:      80575
1969.42/1974.83	c #Conflicts:    3211000 | #Constraints:      81575
1969.42/1974.83	c #Conflicts:    3212000 | #Constraints:      82575
1969.42/1974.83	c #Conflicts:    3213000 | #Constraints:      83575
1969.42/1974.83	c INPROCESSING
1969.42/1974.83	c GARBAGE COLLECT
1969.42/1974.83	WSVECS04 Frhs2[10]: 6 0 0.167024 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[15]: 6 -0.999972 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[54]: 6 -0.999892 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[61]: 6 -0.999241 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[67]: 6 -1.36461 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[74]: 6 0 0.162817 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[85]: 6 -0.999945 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[96]: 6 -0.990515 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[102]: 6 -35.582 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[126]: 6 -0.999801 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[140]: 6 -1.12883 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[141]: 6 0 1.25767 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[190]: 6 -0.9998 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[205]: 6 0 1.00766 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[221]: 6 -0.999368 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[288]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[332]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[341]: 6 -0.999946 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[380]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[394]: 6 -1.98739 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[406]: 6 -0.999975 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[427]: 6 -2.33298 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[433]: 6 -0.999999 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[513]: 6 -0.995262 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[527]: 6 -0.999973 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[529]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[541]: 6 -0.999601 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[566]: 6 -0.999995 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[573]: 6 -0.999241 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[605]: 6 -0.999601 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[612]: 6 -1.82973 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[621]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[636]: 6 -0.999437 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[638]: 6 -0.9998 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[662]: 6 -0.999974 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[669]: 6 -0.999931 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[717]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1068]: 6 -1.3125 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1070]: 6 -1.25 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1093]: 6 -0.351612 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1100]: 6 -0.750001 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1110]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1123]: 6 0 1.32126 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1130]: 6 -1.25 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1133]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1134]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1139]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1180]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1185]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1196]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1201]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1244]: 6 -1.0879 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1279]: 6 -1.25 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1310]: 6 -1.33301 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1317]: 6 -2.46484 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1342]: 6 -1.25 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1348]: 6 -0.579649 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1364]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1372]: 6 -1.25 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1389]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1407]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1413]: 6 -0.995273 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1472]: 6 -1.5 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1475]: 6 -0.618693 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1503]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1550]: 6 -1.125 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1564]: 6 -0.999853 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1565]: 6 -0.993681 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1571]: 6 -1.25 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1578]: 6 -0.825328 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1645]: 6 -1.00001 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1647]: 6 -0.999965 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2060]: 6 -1.25 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2086]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2205]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2213]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2230]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2538]: 6 -15.3742 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2544]: 6 -5 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2625]: 6 -3.29878 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2685]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2826]: 6 -34.2383 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2828]: 6 0 1.375 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2928]: 6 -5 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3011]: 6 -2.99999 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3022]: 6 -0.625001 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3025]: 6 -2 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3130]: 6 -14.0307 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3170]: 6 -1.3125 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3219]: 6 -5.3004 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3298]: 6 -0.987423 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3457]: 6 -1.00316 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3458]: 6 -0.993681 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3490]: 6 -0.987361 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3661]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3682]: 6 -1.1875 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3736]: 6 -0.999201 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3770]: 6 -1.00015 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3825]: 6 -1.00015 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3947]: 6 -0.999997 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3988]: 6 -4.98739 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4013]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
1969.42/1974.83	WSVECS04 Frhs2[4127]: 6 -0.990993 0 shouldn't be
2008.03/2013.59	c #Conflicts:    3214000 | #Constraints:      47327
2008.03/2013.59	c #Conflicts:    3215000 | #Constraints:      48327
2008.03/2013.59	c #Conflicts:    3216000 | #Constraints:      49327
2008.03/2013.59	c #Conflicts:    3217000 | #Constraints:      50327
2008.03/2013.59	c #Conflicts:    3218000 | #Constraints:      51327
2008.03/2013.59	c #Conflicts:    3219000 | #Constraints:      52328
2008.03/2013.59	c #Conflicts:    3220000 | #Constraints:      53328
2008.03/2013.59	c #Conflicts:    3221000 | #Constraints:      54328
2008.03/2013.59	c #Conflicts:    3222000 | #Constraints:      55328
2008.03/2013.59	c #Conflicts:    3223000 | #Constraints:      56328
2008.03/2013.59	c #Conflicts:    3224000 | #Constraints:      57328
2008.03/2013.59	c #Conflicts:    3225000 | #Constraints:      58328
2008.03/2013.59	c #Conflicts:    3226000 | #Constraints:      59328
2008.03/2013.59	c #Conflicts:    3227000 | #Constraints:      60328
2008.03/2013.59	c #Conflicts:    3228000 | #Constraints:      61328
2008.03/2013.59	c #Conflicts:    3229000 | #Constraints:      62328
2008.03/2013.59	c #Conflicts:    3230000 | #Constraints:      63328
2008.03/2013.59	c #Conflicts:    3231000 | #Constraints:      64328
2008.03/2013.59	c #Conflicts:    3232000 | #Constraints:      65328
2008.03/2013.59	c #Conflicts:    3233000 | #Constraints:      66328
2008.03/2013.59	c #Conflicts:    3234000 | #Constraints:      67328
2008.03/2013.59	c #Conflicts:    3235000 | #Constraints:      68328
2008.03/2013.59	c #Conflicts:    3236000 | #Constraints:      69328
2008.03/2013.59	c #Conflicts:    3237000 | #Constraints:      70328
2008.03/2013.59	c #Conflicts:    3238000 | #Constraints:      71328
2008.03/2013.59	c #Conflicts:    3239000 | #Constraints:      72328
2008.03/2013.59	c #Conflicts:    3240000 | #Constraints:      73328
2008.03/2013.59	c #Conflicts:    3241000 | #Constraints:      74328
2008.03/2013.59	c #Conflicts:    3242000 | #Constraints:      75328
2008.03/2013.59	c #Conflicts:    3243000 | #Constraints:      76328
2008.03/2013.59	c #Conflicts:    3244000 | #Constraints:      77328
2008.03/2013.59	c #Conflicts:    3245000 | #Constraints:      78328
2008.03/2013.59	c #Conflicts:    3246000 | #Constraints:      79328
2008.03/2013.59	c #Conflicts:    3247000 | #Constraints:      80328
2008.03/2013.59	c #Conflicts:    3248000 | #Constraints:      81328
2008.03/2013.59	c #Conflicts:    3249000 | #Constraints:      82328
2008.03/2013.59	c INPROCESSING
2008.03/2013.59	c GARBAGE COLLECT
2008.03/2013.59	c #Conflicts:    3250000 | #Constraints:      46717
2008.03/2013.59	c #Conflicts:    3251000 | #Constraints:      47717
2008.03/2013.59	c #Conflicts:    3252000 | #Constraints:      48717
2008.03/2013.59	c #Conflicts:    3253000 | #Constraints:      49717
2008.03/2013.59	c #Conflicts:    3254000 | #Constraints:      50717
2008.03/2013.59	c #Conflicts:    3255000 | #Constraints:      51717
2008.03/2013.59	c #Conflicts:    3256000 | #Constraints:      52717
2008.03/2013.59	c #Conflicts:    3257000 | #Constraints:      53717
2008.03/2013.59	c #Conflicts:    3258000 | #Constraints:      54717
2008.03/2013.59	c #Conflicts:    3259000 | #Constraints:      55717
2008.03/2013.59	c #Conflicts:    3260000 | #Constraints:      56717
2008.03/2013.59	c #Conflicts:    3261000 | #Constraints:      57717
2008.03/2013.59	c #Conflicts:    3262000 | #Constraints:      58717
2008.03/2013.59	c #Conflicts:    3263000 | #Constraints:      59717
2008.03/2013.59	c #Conflicts:    3264000 | #Constraints:      60717
2008.03/2013.59	c #Conflicts:    3265000 | #Constraints:      61717
2008.03/2013.59	c #Conflicts:    3266000 | #Constraints:      62717
2008.03/2013.59	c #Conflicts:    3267000 | #Constraints:      63717
2008.03/2013.59	c #Conflicts:    3268000 | #Constraints:      64717
2008.03/2013.59	c #Conflicts:    3269000 | #Constraints:      65717
2008.03/2013.59	c #Conflicts:    3270000 | #Constraints:      66717
2008.03/2013.59	c #Conflicts:    3271000 | #Constraints:      67717
2008.03/2013.59	c #Conflicts:    3272000 | #Constraints:      68717
2008.03/2013.59	c #Conflicts:    3273000 | #Constraints:      69717
2008.03/2013.59	c #Conflicts:    3274000 | #Constraints:      70717
2008.03/2013.59	c #Conflicts:    3275000 | #Constraints:      71719
2008.03/2013.59	c #Conflicts:    3276000 | #Constraints:      72720
2008.03/2013.59	c #Conflicts:    3277000 | #Constraints:      73720
2008.03/2013.59	c #Conflicts:    3278000 | #Constraints:      74720
2008.03/2013.59	c #Conflicts:    3279000 | #Constraints:      75720
2008.03/2013.59	c #Conflicts:    3280000 | #Constraints:      76720
2008.03/2013.59	c #Conflicts:    3281000 | #Constraints:      77720
2008.03/2013.59	c #Conflicts:    3282000 | #Constraints:      78720
2008.03/2013.59	c #Conflicts:    3283000 | #Constraints:      79721
2008.03/2013.59	c #Conflicts:    3284000 | #Constraints:      80721
2008.03/2013.59	c #Conflicts:    3285000 | #Constraints:      81721
2008.03/2013.59	c INPROCESSING
2008.03/2013.59	c GARBAGE COLLECT
2008.03/2013.59	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[13]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[22]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[30]: 6 -2 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[37]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[74]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[84]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[111]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[117]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[120]: 6 -2 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[136]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[150]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[160]: 6 -4.38379 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[162]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[207]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[224]: 6 -9.01758 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[263]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[266]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[277]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[310]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[311]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[359]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[368]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[372]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[395]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[427]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[456]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[476]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[483]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[492]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[501]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[562]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[598]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[639]: 6 -15.6295 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[650]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[660]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[671]: 6 -2.29102 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[711]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[716]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[719]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[725]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[736]: 6 -5.78336 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1057]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1061]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1066]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1069]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1091]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1101]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1104]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1107]: 6 -1.03711 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1108]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1110]: 6 -1.32813 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1115]: 6 -2.9375 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1120]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1122]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1124]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1125]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1133]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1139]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1141]: 6 -0.962891 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1142]: 6 -0.962891 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1149]: 6 -2.1875 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1153]: 6 -0.853837 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1155]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1184]: 6 -1.98438 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1228]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1237]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1244]: 6 -2.41602 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1263]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1270]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1277]: 6 -2.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1301]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1303]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1364]: 6 -1.3125 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1426]: 6 -0.948082 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1433]: 6 -1.10449 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1443]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1505]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1512]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1537]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1540]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1571]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1578]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1620]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1621]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1647]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1672]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1717]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1732]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1963]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2051]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2075]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2077]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2175]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2211]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2213]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2221]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2230]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2278]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2290]: 6 -5 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2384]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2403]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2427]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2429]: 6 -1.125 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2476]: 6 0 0.125 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2484]: 6 -23 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2532]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2590]: 6 -10.1641 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2676]: 6 -3 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2684]: 6 -5 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2686]: 6 -6.70899 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2766]: 6 -1.3125 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2778]: 6 -0.853837 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2782]: 6 -1.58466 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2862]: 6 -1.33203 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2960]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3053]: 6 -2.67725 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3067]: 6 -2.66534 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3070]: 6 -10.3386 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3146]: 6 -1.32308 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3166]: 6 -10.1641 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3272]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3319]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3434]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3436]: 6 -1.3125 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3490]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3536]: 6 -5 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3632]: 6 -1.16534 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3642]: 6 -7.70898 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3726]: 6 -1.25 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3736]: 6 -5 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3824]: 6 -3.72949 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3828]: 6 -6.08203 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3841]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3873]: 6 -11.1514 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3920]: 6 -5.5 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3952]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4022]: 6 -3 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
2008.03/2013.59	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
2056.31/2061.94	c #Conflicts:    3286000 | #Constraints:      46355
2056.31/2061.94	c #Conflicts:    3287000 | #Constraints:      47355
2056.31/2061.94	c #Conflicts:    3288000 | #Constraints:      48355
2056.31/2061.94	c #Conflicts:    3289000 | #Constraints:      49355
2056.31/2061.94	c #Conflicts:    3290000 | #Constraints:      50356
2056.31/2061.94	c #Conflicts:    3291000 | #Constraints:      51356
2056.31/2061.94	c #Conflicts:    3292000 | #Constraints:      52356
2056.31/2061.94	c #Conflicts:    3293000 | #Constraints:      53356
2056.31/2061.94	c #Conflicts:    3294000 | #Constraints:      54356
2056.31/2061.94	c #Conflicts:    3295000 | #Constraints:      55356
2056.31/2061.94	c #Conflicts:    3296000 | #Constraints:      56356
2056.31/2061.94	c #Conflicts:    3297000 | #Constraints:      57356
2056.31/2061.94	c #Conflicts:    3298000 | #Constraints:      58356
2056.31/2061.94	c #Conflicts:    3299000 | #Constraints:      59356
2056.31/2061.94	c #Conflicts:    3300000 | #Constraints:      60356
2056.31/2061.94	c #Conflicts:    3301000 | #Constraints:      61356
2056.31/2061.94	c #Conflicts:    3302000 | #Constraints:      62356
2056.31/2061.94	c #Conflicts:    3303000 | #Constraints:      63356
2056.31/2061.94	c #Conflicts:    3304000 | #Constraints:      64412
2056.31/2061.94	c #Conflicts:    3305000 | #Constraints:      65412
2056.31/2061.94	c #Conflicts:    3306000 | #Constraints:      66412
2056.31/2061.94	c #Conflicts:    3307000 | #Constraints:      67412
2056.31/2061.94	c #Conflicts:    3308000 | #Constraints:      68413
2056.31/2061.94	c #Conflicts:    3309000 | #Constraints:      69413
2056.31/2061.94	c #Conflicts:    3310000 | #Constraints:      70413
2056.31/2061.94	c #Conflicts:    3311000 | #Constraints:      71413
2056.31/2061.94	c #Conflicts:    3312000 | #Constraints:      72413
2056.31/2061.94	c #Conflicts:    3313000 | #Constraints:      73413
2056.31/2061.94	c #Conflicts:    3314000 | #Constraints:      74413
2056.31/2061.94	c #Conflicts:    3315000 | #Constraints:      75413
2056.31/2061.94	c #Conflicts:    3316000 | #Constraints:      76413
2056.31/2061.94	c #Conflicts:    3317000 | #Constraints:      77413
2056.31/2061.94	c #Conflicts:    3318000 | #Constraints:      78413
2056.31/2061.94	c #Conflicts:    3319000 | #Constraints:      79413
2056.31/2061.94	c #Conflicts:    3320000 | #Constraints:      80413
2056.31/2061.94	c #Conflicts:    3321000 | #Constraints:      81413
2056.31/2061.94	c INPROCESSING
2056.31/2061.94	c GARBAGE COLLECT
2056.31/2061.94	c #Conflicts:    3322000 | #Constraints:      45987
2056.31/2061.94	c #Conflicts:    3323000 | #Constraints:      46987
2056.31/2061.94	c #Conflicts:    3324000 | #Constraints:      47987
2056.31/2061.94	c #Conflicts:    3325000 | #Constraints:      48988
2056.31/2061.94	c #Conflicts:    3326000 | #Constraints:      49988
2056.31/2061.94	c #Conflicts:    3327000 | #Constraints:      50988
2056.31/2061.94	c #Conflicts:    3328000 | #Constraints:      51988
2056.31/2061.94	c #Conflicts:    3329000 | #Constraints:      52988
2056.31/2061.94	c #Conflicts:    3330000 | #Constraints:      53988
2056.31/2061.94	c #Conflicts:    3331000 | #Constraints:      54988
2056.31/2061.94	c #Conflicts:    3332000 | #Constraints:      55989
2056.31/2061.94	c #Conflicts:    3333000 | #Constraints:      56989
2056.31/2061.94	c #Conflicts:    3334000 | #Constraints:      57989
2056.31/2061.94	c #Conflicts:    3335000 | #Constraints:      58989
2056.31/2061.94	c #Conflicts:    3336000 | #Constraints:      59989
2056.31/2061.94	c #Conflicts:    3337000 | #Constraints:      60989
2056.31/2061.94	c #Conflicts:    3338000 | #Constraints:      61989
2056.31/2061.94	c #Conflicts:    3339000 | #Constraints:      62989
2056.31/2061.94	c #Conflicts:    3340000 | #Constraints:      63989
2056.31/2061.94	c #Conflicts:    3341000 | #Constraints:      64989
2056.31/2061.94	c #Conflicts:    3342000 | #Constraints:      65989
2056.31/2061.94	c #Conflicts:    3343000 | #Constraints:      66989
2056.31/2061.94	c #Conflicts:    3344000 | #Constraints:      67989
2056.31/2061.94	c #Conflicts:    3345000 | #Constraints:      68989
2056.31/2061.94	c #Conflicts:    3346000 | #Constraints:      69989
2056.31/2061.94	c #Conflicts:    3347000 | #Constraints:      70989
2056.31/2061.94	c #Conflicts:    3348000 | #Constraints:      71989
2056.31/2061.94	c #Conflicts:    3349000 | #Constraints:      72989
2056.31/2061.94	c #Conflicts:    3350000 | #Constraints:      73989
2056.31/2061.94	c #Conflicts:    3351000 | #Constraints:      74989
2056.31/2061.94	c #Conflicts:    3352000 | #Constraints:      75989
2056.31/2061.94	c #Conflicts:    3353000 | #Constraints:      76989
2056.31/2061.94	c #Conflicts:    3354000 | #Constraints:      77989
2056.31/2061.94	c #Conflicts:    3355000 | #Constraints:      78989
2056.31/2061.94	c #Conflicts:    3356000 | #Constraints:      79989
2056.31/2061.94	c #Conflicts:    3357000 | #Constraints:      80989
2056.31/2061.94	c #Conflicts:    3358000 | #Constraints:      81989
2056.31/2061.94	c INPROCESSING
2056.31/2061.94	c GARBAGE COLLECT
2056.31/2061.94	c #Conflicts:    3359000 | #Constraints:      46464
2056.31/2061.94	c #Conflicts:    3360000 | #Constraints:      47464
2056.31/2061.94	c #Conflicts:    3361000 | #Constraints:      48464
2056.31/2061.94	c #Conflicts:    3362000 | #Constraints:      49464
2056.31/2061.94	c #Conflicts:    3363000 | #Constraints:      50464
2109.88/2115.68	c #Conflicts:    3364000 | #Constraints:      51464
2109.88/2115.68	c #Conflicts:    3365000 | #Constraints:      52464
2109.88/2115.68	c #Conflicts:    3366000 | #Constraints:      53464
2109.88/2115.68	c #Conflicts:    3367000 | #Constraints:      54464
2109.88/2115.68	c #Conflicts:    3368000 | #Constraints:      55464
2109.88/2115.68	c #Conflicts:    3369000 | #Constraints:      56464
2109.88/2115.68	c #Conflicts:    3370000 | #Constraints:      57464
2109.88/2115.68	c #Conflicts:    3371000 | #Constraints:      58464
2109.88/2115.68	c #Conflicts:    3372000 | #Constraints:      59464
2109.88/2115.68	c #Conflicts:    3373000 | #Constraints:      60464
2109.88/2115.68	c #Conflicts:    3374000 | #Constraints:      61464
2109.88/2115.68	c #Conflicts:    3375000 | #Constraints:      62464
2109.88/2115.68	c #Conflicts:    3376000 | #Constraints:      63464
2109.88/2115.68	c #Conflicts:    3377000 | #Constraints:      64464
2109.88/2115.68	c #Conflicts:    3378000 | #Constraints:      65464
2109.88/2115.68	c #Conflicts:    3379000 | #Constraints:      66464
2109.88/2115.68	c #Conflicts:    3380000 | #Constraints:      67465
2109.88/2115.68	c #Conflicts:    3381000 | #Constraints:      68465
2109.88/2115.68	c #Conflicts:    3382000 | #Constraints:      69465
2109.88/2115.68	c #Conflicts:    3383000 | #Constraints:      70465
2109.88/2115.68	c #Conflicts:    3384000 | #Constraints:      71465
2109.88/2115.68	c #Conflicts:    3385000 | #Constraints:      72465
2109.88/2115.68	c #Conflicts:    3386000 | #Constraints:      73465
2109.88/2115.68	c #Conflicts:    3387000 | #Constraints:      74465
2109.88/2115.68	c #Conflicts:    3388000 | #Constraints:      75465
2109.88/2115.68	c #Conflicts:    3389000 | #Constraints:      76465
2109.88/2115.68	c #Conflicts:    3390000 | #Constraints:      77465
2109.88/2115.68	c #Conflicts:    3391000 | #Constraints:      78465
2109.88/2115.68	c #Conflicts:    3392000 | #Constraints:      79465
2109.88/2115.68	c #Conflicts:    3393000 | #Constraints:      80465
2109.88/2115.68	c #Conflicts:    3394000 | #Constraints:      81465
2109.88/2115.68	c #Conflicts:    3395000 | #Constraints:      82465
2109.88/2115.68	c INPROCESSING
2109.88/2115.68	c GARBAGE COLLECT
2109.88/2115.68	c #Conflicts:    3396000 | #Constraints:      46822
2109.88/2115.68	c #Conflicts:    3397000 | #Constraints:      47822
2109.88/2115.68	c #Conflicts:    3398000 | #Constraints:      48822
2109.88/2115.68	c #Conflicts:    3399000 | #Constraints:      49822
2109.88/2115.68	c #Conflicts:    3400000 | #Constraints:      50822
2109.88/2115.68	c #Conflicts:    3401000 | #Constraints:      51822
2109.88/2115.68	c #Conflicts:    3402000 | #Constraints:      52822
2109.88/2115.68	c #Conflicts:    3403000 | #Constraints:      53822
2109.88/2115.68	c #Conflicts:    3404000 | #Constraints:      54822
2109.88/2115.68	c #Conflicts:    3405000 | #Constraints:      55822
2109.88/2115.68	c #Conflicts:    3406000 | #Constraints:      56822
2109.88/2115.68	c #Conflicts:    3407000 | #Constraints:      57822
2109.88/2115.68	c #Conflicts:    3408000 | #Constraints:      58822
2109.88/2115.68	c #Conflicts:    3409000 | #Constraints:      59822
2109.88/2115.68	c #Conflicts:    3410000 | #Constraints:      60822
2109.88/2115.68	c #Conflicts:    3411000 | #Constraints:      61822
2109.88/2115.68	c #Conflicts:    3412000 | #Constraints:      62822
2109.88/2115.68	c #Conflicts:    3413000 | #Constraints:      63822
2109.88/2115.68	c #Conflicts:    3414000 | #Constraints:      64822
2109.88/2115.68	c #Conflicts:    3415000 | #Constraints:      65822
2109.88/2115.68	c #Conflicts:    3416000 | #Constraints:      66823
2109.88/2115.68	c #Conflicts:    3417000 | #Constraints:      67823
2109.88/2115.68	c #Conflicts:    3418000 | #Constraints:      68823
2109.88/2115.68	c #Conflicts:    3419000 | #Constraints:      69823
2109.88/2115.68	c #Conflicts:    3420000 | #Constraints:      70823
2109.88/2115.68	c #Conflicts:    3421000 | #Constraints:      71823
2109.88/2115.68	c #Conflicts:    3422000 | #Constraints:      72823
2109.88/2115.68	c #Conflicts:    3423000 | #Constraints:      73823
2109.88/2115.68	c #Conflicts:    3424000 | #Constraints:      74825
2109.88/2115.68	c #Conflicts:    3425000 | #Constraints:      75833
2109.88/2115.68	c #Conflicts:    3426000 | #Constraints:      76833
2109.88/2115.68	c #Conflicts:    3427000 | #Constraints:      77833
2109.88/2115.68	c #Conflicts:    3428000 | #Constraints:      78833
2109.88/2115.68	c #Conflicts:    3429000 | #Constraints:      79833
2109.88/2115.68	c #Conflicts:    3430000 | #Constraints:      80833
2109.88/2115.68	c #Conflicts:    3431000 | #Constraints:      81833
2109.88/2115.68	c #Conflicts:    3432000 | #Constraints:      82833
2109.88/2115.68	c INPROCESSING
2109.88/2115.68	c GARBAGE COLLECT
2109.88/2115.68	c #Conflicts:    3433000 | #Constraints:      46995
2109.88/2115.68	c #Conflicts:    3434000 | #Constraints:      47995
2109.88/2115.68	c #Conflicts:    3435000 | #Constraints:      48995
2109.88/2115.68	c #Conflicts:    3436000 | #Constraints:      49995
2109.88/2115.68	c #Conflicts:    3437000 | #Constraints:      50995
2109.88/2115.68	c #Conflicts:    3438000 | #Constraints:      51995
2109.88/2115.68	c #Conflicts:    3439000 | #Constraints:      52995
2109.88/2115.68	c #Conflicts:    3440000 | #Constraints:      53995
2220.89/2226.94	c #Conflicts:    3441000 | #Constraints:      54995
2220.89/2226.94	c #Conflicts:    3442000 | #Constraints:      55995
2220.89/2226.94	c #Conflicts:    3443000 | #Constraints:      56996
2220.89/2226.94	c #Conflicts:    3444000 | #Constraints:      58026
2220.89/2226.94	c #Conflicts:    3445000 | #Constraints:      59044
2220.89/2226.94	c #Conflicts:    3446000 | #Constraints:      60194
2220.89/2226.94	c #Conflicts:    3447000 | #Constraints:      61673
2220.89/2226.94	c #Conflicts:    3448000 | #Constraints:      63172
2220.89/2226.94	c #Conflicts:    3449000 | #Constraints:      64637
2220.89/2226.94	c #Conflicts:    3450000 | #Constraints:      66134
2220.89/2226.94	c #Conflicts:    3451000 | #Constraints:      67640
2220.89/2226.94	c #Conflicts:    3452000 | #Constraints:      69145
2220.89/2226.94	c #Conflicts:    3453000 | #Constraints:      70659
2220.89/2226.94	c #Conflicts:    3454000 | #Constraints:      72158
2220.89/2226.94	c #Conflicts:    3455000 | #Constraints:      73667
2220.89/2226.94	c #Conflicts:    3456000 | #Constraints:      75155
2220.89/2226.94	c #Conflicts:    3457000 | #Constraints:      76652
2220.89/2226.94	c #Conflicts:    3458000 | #Constraints:      78142
2220.89/2226.94	c #Conflicts:    3459000 | #Constraints:      79653
2220.89/2226.94	c #Conflicts:    3460000 | #Constraints:      81155
2220.89/2226.94	c #Conflicts:    3461000 | #Constraints:      82655
2220.89/2226.94	c #Conflicts:    3462000 | #Constraints:      84152
2220.89/2226.94	c #Conflicts:    3463000 | #Constraints:      85646
2220.89/2226.94	c #Conflicts:    3464000 | #Constraints:      87124
2220.89/2226.94	c #Conflicts:    3465000 | #Constraints:      88616
2220.89/2226.94	c #Conflicts:    3466000 | #Constraints:      90123
2220.89/2226.94	c #Conflicts:    3467000 | #Constraints:      91622
2220.89/2226.94	c #Conflicts:    3468000 | #Constraints:      93120
2220.89/2226.94	c #Conflicts:    3469000 | #Constraints:      94615
2220.89/2226.94	c INPROCESSING
2220.89/2226.94	c GARBAGE COLLECT
2220.89/2226.94	c #Conflicts:    3470000 | #Constraints:      52835
2220.89/2226.94	c #Conflicts:    3471000 | #Constraints:      53835
2220.89/2226.94	c #Conflicts:    3472000 | #Constraints:      54835
2220.89/2226.94	c #Conflicts:    3473000 | #Constraints:      55835
2220.89/2226.94	c #Conflicts:    3474000 | #Constraints:      56835
2220.89/2226.94	c #Conflicts:    3475000 | #Constraints:      57835
2220.89/2226.94	c #Conflicts:    3476000 | #Constraints:      58835
2220.89/2226.94	c #Conflicts:    3477000 | #Constraints:      59835
2220.89/2226.94	c #Conflicts:    3478000 | #Constraints:      60835
2220.89/2226.94	c #Conflicts:    3479000 | #Constraints:      61835
2220.89/2226.94	c #Conflicts:    3480000 | #Constraints:      62835
2220.89/2226.94	c #Conflicts:    3481000 | #Constraints:      63835
2220.89/2226.94	c #Conflicts:    3482000 | #Constraints:      64835
2220.89/2226.94	c #Conflicts:    3483000 | #Constraints:      65835
2220.89/2226.94	c #Conflicts:    3484000 | #Constraints:      66835
2220.89/2226.94	c #Conflicts:    3485000 | #Constraints:      67835
2220.89/2226.94	c #Conflicts:    3486000 | #Constraints:      68835
2220.89/2226.94	c #Conflicts:    3487000 | #Constraints:      69835
2220.89/2226.94	c #Conflicts:    3488000 | #Constraints:      70835
2220.89/2226.94	c #Conflicts:    3489000 | #Constraints:      71835
2220.89/2226.94	c #Conflicts:    3490000 | #Constraints:      72835
2220.89/2226.94	c #Conflicts:    3491000 | #Constraints:      73835
2220.89/2226.94	c #Conflicts:    3492000 | #Constraints:      74835
2220.89/2226.94	c #Conflicts:    3493000 | #Constraints:      75835
2220.89/2226.94	c #Conflicts:    3494000 | #Constraints:      76835
2220.89/2226.94	c #Conflicts:    3495000 | #Constraints:      77835
2220.89/2226.94	c #Conflicts:    3496000 | #Constraints:      78835
2220.89/2226.94	c #Conflicts:    3497000 | #Constraints:      79835
2220.89/2226.94	c #Conflicts:    3498000 | #Constraints:      80835
2220.89/2226.94	c #Conflicts:    3499000 | #Constraints:      81835
2220.89/2226.94	c #Conflicts:    3500000 | #Constraints:      82835
2220.89/2226.94	c #Conflicts:    3501000 | #Constraints:      83835
2220.89/2226.94	c #Conflicts:    3502000 | #Constraints:      84835
2220.89/2226.94	c #Conflicts:    3503000 | #Constraints:      85835
2220.89/2226.94	c #Conflicts:    3504000 | #Constraints:      86835
2220.89/2226.94	c #Conflicts:    3505000 | #Constraints:      87835
2220.89/2226.94	c #Conflicts:    3506000 | #Constraints:      88835
2220.89/2226.94	c INPROCESSING
2220.89/2226.94	c GARBAGE COLLECT
2220.89/2226.94	c #Conflicts:    3507000 | #Constraints:      49721
2220.89/2226.94	c #Conflicts:    3508000 | #Constraints:      50721
2220.89/2226.94	c #Conflicts:    3509000 | #Constraints:      51721
2220.89/2226.94	c #Conflicts:    3510000 | #Constraints:      52721
2220.89/2226.94	c #Conflicts:    3511000 | #Constraints:      53721
2220.89/2226.94	c #Conflicts:    3512000 | #Constraints:      54721
2220.89/2226.94	c #Conflicts:    3513000 | #Constraints:      55721
2220.89/2226.94	c #Conflicts:    3514000 | #Constraints:      56721
2220.89/2226.94	c #Conflicts:    3515000 | #Constraints:      57721
2220.89/2226.94	c #Conflicts:    3516000 | #Constraints:      58721
2220.89/2226.94	c #Conflicts:    3517000 | #Constraints:      59721
2220.89/2226.94	c #Conflicts:    3518000 | #Constraints:      60721
2322.02/2328.35	c #Conflicts:    3519000 | #Constraints:      61721
2322.02/2328.35	c #Conflicts:    3520000 | #Constraints:      62721
2322.02/2328.35	c #Conflicts:    3521000 | #Constraints:      63721
2322.02/2328.35	c #Conflicts:    3522000 | #Constraints:      64721
2322.02/2328.35	c #Conflicts:    3523000 | #Constraints:      65721
2322.02/2328.35	c #Conflicts:    3524000 | #Constraints:      66721
2322.02/2328.35	c #Conflicts:    3525000 | #Constraints:      67721
2322.02/2328.35	c #Conflicts:    3526000 | #Constraints:      68721
2322.02/2328.35	c #Conflicts:    3527000 | #Constraints:      69721
2322.02/2328.35	c #Conflicts:    3528000 | #Constraints:      70721
2322.02/2328.35	c #Conflicts:    3529000 | #Constraints:      71721
2322.02/2328.35	c #Conflicts:    3530000 | #Constraints:      72721
2322.02/2328.35	c #Conflicts:    3531000 | #Constraints:      73721
2322.02/2328.35	c #Conflicts:    3532000 | #Constraints:      74721
2322.02/2328.35	c #Conflicts:    3533000 | #Constraints:      75721
2322.02/2328.35	c #Conflicts:    3534000 | #Constraints:      76721
2322.02/2328.35	c #Conflicts:    3535000 | #Constraints:      77721
2322.02/2328.35	c #Conflicts:    3536000 | #Constraints:      78721
2322.02/2328.35	c #Conflicts:    3537000 | #Constraints:      79721
2322.02/2328.35	c #Conflicts:    3538000 | #Constraints:      80721
2322.02/2328.35	c #Conflicts:    3539000 | #Constraints:      81721
2322.02/2328.35	c #Conflicts:    3540000 | #Constraints:      82721
2322.02/2328.35	c #Conflicts:    3541000 | #Constraints:      83721
2322.02/2328.35	c #Conflicts:    3542000 | #Constraints:      84721
2322.02/2328.35	c #Conflicts:    3543000 | #Constraints:      85721
2322.02/2328.35	c #Conflicts:    3544000 | #Constraints:      86721
2322.02/2328.35	c INPROCESSING
2322.02/2328.35	c GARBAGE COLLECT
2322.02/2328.35	c #Conflicts:    3545000 | #Constraints:      48885
2322.02/2328.35	c #Conflicts:    3546000 | #Constraints:      49885
2322.02/2328.35	c #Conflicts:    3547000 | #Constraints:      50885
2322.02/2328.35	c #Conflicts:    3548000 | #Constraints:      51885
2322.02/2328.35	c #Conflicts:    3549000 | #Constraints:      52885
2322.02/2328.35	c #Conflicts:    3550000 | #Constraints:      53885
2322.02/2328.35	c #Conflicts:    3551000 | #Constraints:      54885
2322.02/2328.35	c #Conflicts:    3552000 | #Constraints:      55885
2322.02/2328.35	c #Conflicts:    3553000 | #Constraints:      56885
2322.02/2328.35	c #Conflicts:    3554000 | #Constraints:      57885
2322.02/2328.35	c #Conflicts:    3555000 | #Constraints:      58885
2322.02/2328.35	c #Conflicts:    3556000 | #Constraints:      59885
2322.02/2328.35	c #Conflicts:    3557000 | #Constraints:      60885
2322.02/2328.35	c #Conflicts:    3558000 | #Constraints:      61885
2322.02/2328.35	c #Conflicts:    3559000 | #Constraints:      62885
2322.02/2328.35	c #Conflicts:    3560000 | #Constraints:      63885
2322.02/2328.35	c #Conflicts:    3561000 | #Constraints:      64885
2322.02/2328.35	c #Conflicts:    3562000 | #Constraints:      65885
2322.02/2328.35	c #Conflicts:    3563000 | #Constraints:      66885
2322.02/2328.35	c #Conflicts:    3564000 | #Constraints:      67885
2322.02/2328.35	c #Conflicts:    3565000 | #Constraints:      68885
2322.02/2328.35	c #Conflicts:    3566000 | #Constraints:      69885
2322.02/2328.35	c #Conflicts:    3567000 | #Constraints:      70885
2322.02/2328.35	c #Conflicts:    3568000 | #Constraints:      71885
2322.02/2328.35	c #Conflicts:    3569000 | #Constraints:      72885
2322.02/2328.35	c #Conflicts:    3570000 | #Constraints:      73885
2322.02/2328.35	c #Conflicts:    3571000 | #Constraints:      74885
2322.02/2328.35	c #Conflicts:    3572000 | #Constraints:      75885
2322.02/2328.35	c #Conflicts:    3573000 | #Constraints:      76885
2322.02/2328.35	c #Conflicts:    3574000 | #Constraints:      77885
2322.02/2328.35	c #Conflicts:    3575000 | #Constraints:      78885
2322.02/2328.35	c #Conflicts:    3576000 | #Constraints:      79885
2322.02/2328.35	c #Conflicts:    3577000 | #Constraints:      80885
2322.02/2328.35	c #Conflicts:    3578000 | #Constraints:      81885
2322.02/2328.35	c #Conflicts:    3579000 | #Constraints:      82885
2322.02/2328.35	c #Conflicts:    3580000 | #Constraints:      83885
2322.02/2328.35	c #Conflicts:    3581000 | #Constraints:      84885
2322.02/2328.35	c #Conflicts:    3582000 | #Constraints:      85886
2322.02/2328.35	c INPROCESSING
2322.02/2328.35	c GARBAGE COLLECT
2322.02/2328.35	c #Conflicts:    3583000 | #Constraints:      48543
2322.02/2328.35	c #Conflicts:    3584000 | #Constraints:      49543
2322.02/2328.35	c #Conflicts:    3585000 | #Constraints:      50543
2322.02/2328.35	c #Conflicts:    3586000 | #Constraints:      51543
2322.02/2328.35	c #Conflicts:    3587000 | #Constraints:      52543
2322.02/2328.35	c #Conflicts:    3588000 | #Constraints:      53543
2322.02/2328.35	c #Conflicts:    3589000 | #Constraints:      54543
2322.02/2328.35	c #Conflicts:    3590000 | #Constraints:      55544
2322.02/2328.35	c #Conflicts:    3591000 | #Constraints:      56544
2322.02/2328.35	c #Conflicts:    3592000 | #Constraints:      57544
2322.02/2328.35	c #Conflicts:    3593000 | #Constraints:      58544
2322.02/2328.35	c #Conflicts:    3594000 | #Constraints:      59544
2322.02/2328.35	c #Conflicts:    3595000 | #Constraints:      60544
2368.60/2375.03	c #Conflicts:    3596000 | #Constraints:      61544
2368.60/2375.03	c #Conflicts:    3597000 | #Constraints:      62544
2368.60/2375.03	c #Conflicts:    3598000 | #Constraints:      63544
2368.60/2375.03	c #Conflicts:    3599000 | #Constraints:      64544
2368.60/2375.03	c #Conflicts:    3600000 | #Constraints:      65544
2368.60/2375.03	c #Conflicts:    3601000 | #Constraints:      66544
2368.60/2375.03	c #Conflicts:    3602000 | #Constraints:      67544
2368.60/2375.03	c #Conflicts:    3603000 | #Constraints:      68545
2368.60/2375.03	c #Conflicts:    3604000 | #Constraints:      69545
2368.60/2375.03	c #Conflicts:    3605000 | #Constraints:      70545
2368.60/2375.03	c #Conflicts:    3606000 | #Constraints:      71545
2368.60/2375.03	c #Conflicts:    3607000 | #Constraints:      72545
2368.60/2375.03	c #Conflicts:    3608000 | #Constraints:      73545
2368.60/2375.03	c #Conflicts:    3609000 | #Constraints:      74545
2368.60/2375.03	c #Conflicts:    3610000 | #Constraints:      75545
2368.60/2375.03	c #Conflicts:    3611000 | #Constraints:      76545
2368.60/2375.03	c #Conflicts:    3612000 | #Constraints:      77545
2368.60/2375.03	c #Conflicts:    3613000 | #Constraints:      78545
2368.60/2375.03	c #Conflicts:    3614000 | #Constraints:      79545
2368.60/2375.03	c #Conflicts:    3615000 | #Constraints:      80545
2368.60/2375.03	c #Conflicts:    3616000 | #Constraints:      81545
2368.60/2375.03	c #Conflicts:    3617000 | #Constraints:      82545
2368.60/2375.03	c #Conflicts:    3618000 | #Constraints:      83545
2368.60/2375.03	c #Conflicts:    3619000 | #Constraints:      84545
2368.60/2375.03	c #Conflicts:    3620000 | #Constraints:      85545
2368.60/2375.03	c INPROCESSING
2368.60/2375.03	c GARBAGE COLLECT
2368.60/2375.03	c #Conflicts:    3621000 | #Constraints:      48349
2368.60/2375.03	c #Conflicts:    3622000 | #Constraints:      49349
2368.60/2375.03	c #Conflicts:    3623000 | #Constraints:      50349
2368.60/2375.03	c #Conflicts:    3624000 | #Constraints:      51349
2368.60/2375.03	c #Conflicts:    3625000 | #Constraints:      52349
2368.60/2375.03	c #Conflicts:    3626000 | #Constraints:      53349
2368.60/2375.03	c #Conflicts:    3627000 | #Constraints:      54349
2368.60/2375.03	c #Conflicts:    3628000 | #Constraints:      55349
2368.60/2375.03	c #Conflicts:    3629000 | #Constraints:      56349
2368.60/2375.03	c #Conflicts:    3630000 | #Constraints:      57349
2368.60/2375.03	c #Conflicts:    3631000 | #Constraints:      58349
2368.60/2375.03	c #Conflicts:    3632000 | #Constraints:      59349
2368.60/2375.03	c #Conflicts:    3633000 | #Constraints:      60349
2368.60/2375.03	c #Conflicts:    3634000 | #Constraints:      61349
2368.60/2375.03	c #Conflicts:    3635000 | #Constraints:      62349
2368.60/2375.03	c #Conflicts:    3636000 | #Constraints:      63349
2368.60/2375.03	c #Conflicts:    3637000 | #Constraints:      64349
2368.60/2375.03	c #Conflicts:    3638000 | #Constraints:      65349
2368.60/2375.03	c #Conflicts:    3639000 | #Constraints:      66349
2368.60/2375.03	c #Conflicts:    3640000 | #Constraints:      67349
2368.60/2375.03	c #Conflicts:    3641000 | #Constraints:      68349
2368.60/2375.03	c #Conflicts:    3642000 | #Constraints:      69349
2368.60/2375.03	c #Conflicts:    3643000 | #Constraints:      70349
2368.60/2375.03	c #Conflicts:    3644000 | #Constraints:      71349
2368.60/2375.03	c #Conflicts:    3645000 | #Constraints:      72349
2368.60/2375.03	c #Conflicts:    3646000 | #Constraints:      73349
2368.60/2375.03	c #Conflicts:    3647000 | #Constraints:      74349
2368.60/2375.03	c #Conflicts:    3648000 | #Constraints:      75349
2368.60/2375.03	c #Conflicts:    3649000 | #Constraints:      76349
2368.60/2375.03	c #Conflicts:    3650000 | #Constraints:      77349
2368.60/2375.03	c #Conflicts:    3651000 | #Constraints:      78349
2368.60/2375.03	c #Conflicts:    3652000 | #Constraints:      79349
2368.60/2375.03	c #Conflicts:    3653000 | #Constraints:      80349
2368.60/2375.03	c #Conflicts:    3654000 | #Constraints:      81349
2368.60/2375.03	c #Conflicts:    3655000 | #Constraints:      82349
2368.60/2375.03	c #Conflicts:    3656000 | #Constraints:      83349
2368.60/2375.03	c #Conflicts:    3657000 | #Constraints:      84349
2368.60/2375.03	c #Conflicts:    3658000 | #Constraints:      85349
2368.60/2375.03	c INPROCESSING
2368.60/2375.03	c GARBAGE COLLECT
2368.60/2375.03	c #Conflicts:    3659000 | #Constraints:      48145
2368.60/2375.03	c #Conflicts:    3660000 | #Constraints:      49145
2368.60/2375.03	c #Conflicts:    3661000 | #Constraints:      50145
2368.60/2375.03	c #Conflicts:    3662000 | #Constraints:      51145
2368.60/2375.03	c #Conflicts:    3663000 | #Constraints:      52145
2368.60/2375.03	c #Conflicts:    3664000 | #Constraints:      53145
2368.60/2375.03	c #Conflicts:    3665000 | #Constraints:      54145
2368.60/2375.03	c #Conflicts:    3666000 | #Constraints:      55145
2368.60/2375.03	c #Conflicts:    3667000 | #Constraints:      56145
2368.60/2375.03	c #Conflicts:    3668000 | #Constraints:      57145
2368.60/2375.03	c #Conflicts:    3669000 | #Constraints:      58145
2368.60/2375.03	c #Conflicts:    3670000 | #Constraints:      59145
2368.60/2375.03	c #Conflicts:    3671000 | #Constraints:      60145
2368.60/2375.03	c #Conflicts:    3672000 | #Constraints:      61145
2368.60/2375.03	c #Conflicts:    3673000 | #Constraints:      62145
2418.47/2425.03	c #Conflicts:    3674000 | #Constraints:      63145
2418.47/2425.03	c #Conflicts:    3675000 | #Constraints:      64145
2418.47/2425.03	c #Conflicts:    3676000 | #Constraints:      65145
2418.47/2425.03	c #Conflicts:    3677000 | #Constraints:      66145
2418.47/2425.03	c #Conflicts:    3678000 | #Constraints:      67145
2418.47/2425.03	c #Conflicts:    3679000 | #Constraints:      68145
2418.47/2425.03	c #Conflicts:    3680000 | #Constraints:      69145
2418.47/2425.03	c #Conflicts:    3681000 | #Constraints:      70145
2418.47/2425.03	c #Conflicts:    3682000 | #Constraints:      71145
2418.47/2425.03	c #Conflicts:    3683000 | #Constraints:      72145
2418.47/2425.03	c #Conflicts:    3684000 | #Constraints:      73145
2418.47/2425.03	c #Conflicts:    3685000 | #Constraints:      74145
2418.47/2425.03	c #Conflicts:    3686000 | #Constraints:      75145
2418.47/2425.03	c #Conflicts:    3687000 | #Constraints:      76145
2418.47/2425.03	c #Conflicts:    3688000 | #Constraints:      77145
2418.47/2425.03	c #Conflicts:    3689000 | #Constraints:      78145
2418.47/2425.03	c #Conflicts:    3690000 | #Constraints:      79145
2418.47/2425.03	c #Conflicts:    3691000 | #Constraints:      80145
2418.47/2425.03	c #Conflicts:    3692000 | #Constraints:      81145
2418.47/2425.03	c #Conflicts:    3693000 | #Constraints:      82145
2418.47/2425.03	c #Conflicts:    3694000 | #Constraints:      83145
2418.47/2425.03	c #Conflicts:    3695000 | #Constraints:      84145
2418.47/2425.03	c #Conflicts:    3696000 | #Constraints:      85145
2418.47/2425.03	c INPROCESSING
2418.47/2425.03	c GARBAGE COLLECT
2418.47/2425.03	c #Conflicts:    3697000 | #Constraints:      47842
2418.47/2425.03	c #Conflicts:    3698000 | #Constraints:      48842
2418.47/2425.03	c #Conflicts:    3699000 | #Constraints:      49842
2418.47/2425.03	c #Conflicts:    3700000 | #Constraints:      50842
2418.47/2425.03	c #Conflicts:    3701000 | #Constraints:      51842
2418.47/2425.03	c #Conflicts:    3702000 | #Constraints:      52842
2418.47/2425.03	c #Conflicts:    3703000 | #Constraints:      53842
2418.47/2425.03	c #Conflicts:    3704000 | #Constraints:      54842
2418.47/2425.03	c #Conflicts:    3705000 | #Constraints:      55842
2418.47/2425.03	c #Conflicts:    3706000 | #Constraints:      56842
2418.47/2425.03	c #Conflicts:    3707000 | #Constraints:      57842
2418.47/2425.03	c #Conflicts:    3708000 | #Constraints:      58842
2418.47/2425.03	c #Conflicts:    3709000 | #Constraints:      59842
2418.47/2425.03	c #Conflicts:    3710000 | #Constraints:      60842
2418.47/2425.03	c #Conflicts:    3711000 | #Constraints:      61842
2418.47/2425.03	c #Conflicts:    3712000 | #Constraints:      62842
2418.47/2425.04	c #Conflicts:    3713000 | #Constraints:      63842
2418.47/2425.04	c #Conflicts:    3714000 | #Constraints:      64842
2418.47/2425.04	c #Conflicts:    3715000 | #Constraints:      65842
2418.47/2425.04	c #Conflicts:    3716000 | #Constraints:      66842
2418.47/2425.04	c #Conflicts:    3717000 | #Constraints:      67842
2418.47/2425.04	c #Conflicts:    3718000 | #Constraints:      68842
2418.47/2425.04	c #Conflicts:    3719000 | #Constraints:      69842
2418.47/2425.04	c #Conflicts:    3720000 | #Constraints:      70842
2418.47/2425.04	c #Conflicts:    3721000 | #Constraints:      71842
2418.47/2425.04	c #Conflicts:    3722000 | #Constraints:      72842
2418.47/2425.04	c #Conflicts:    3723000 | #Constraints:      73842
2418.47/2425.04	c #Conflicts:    3724000 | #Constraints:      74842
2418.47/2425.04	c #Conflicts:    3725000 | #Constraints:      75842
2418.47/2425.04	c #Conflicts:    3726000 | #Constraints:      76842
2418.47/2425.04	c #Conflicts:    3727000 | #Constraints:      77842
2418.47/2425.04	c #Conflicts:    3728000 | #Constraints:      78842
2418.47/2425.04	c #Conflicts:    3729000 | #Constraints:      79842
2418.47/2425.04	c #Conflicts:    3730000 | #Constraints:      80842
2418.47/2425.04	c #Conflicts:    3731000 | #Constraints:      81842
2418.47/2425.04	c #Conflicts:    3732000 | #Constraints:      82842
2418.47/2425.04	c #Conflicts:    3733000 | #Constraints:      83843
2418.47/2425.04	c #Conflicts:    3734000 | #Constraints:      84843
2418.47/2425.04	c #Conflicts:    3735000 | #Constraints:      85843
2418.47/2425.04	c INPROCESSING
2418.47/2425.04	c GARBAGE COLLECT
2418.47/2425.04	c #Conflicts:    3736000 | #Constraints:      48390
2418.47/2425.04	c #Conflicts:    3737000 | #Constraints:      49390
2418.47/2425.04	c #Conflicts:    3738000 | #Constraints:      50390
2418.47/2425.04	c #Conflicts:    3739000 | #Constraints:      51390
2418.47/2425.04	c #Conflicts:    3740000 | #Constraints:      52390
2418.47/2425.04	c #Conflicts:    3741000 | #Constraints:      53390
2418.47/2425.04	c #Conflicts:    3742000 | #Constraints:      54390
2418.47/2425.04	c #Conflicts:    3743000 | #Constraints:      55390
2418.47/2425.04	c #Conflicts:    3744000 | #Constraints:      56390
2418.47/2425.04	c #Conflicts:    3745000 | #Constraints:      57390
2418.47/2425.04	c #Conflicts:    3746000 | #Constraints:      58390
2418.47/2425.04	c #Conflicts:    3747000 | #Constraints:      59390
2418.47/2425.04	c #Conflicts:    3748000 | #Constraints:      60390
2418.47/2425.04	c #Conflicts:    3749000 | #Constraints:      61390
2418.47/2425.04	c #Conflicts:    3750000 | #Constraints:      62390
2462.95/2469.68	c #Conflicts:    3751000 | #Constraints:      63390
2462.95/2469.68	c #Conflicts:    3752000 | #Constraints:      64390
2462.95/2469.68	c #Conflicts:    3753000 | #Constraints:      65390
2462.95/2469.68	c #Conflicts:    3754000 | #Constraints:      66390
2462.95/2469.68	c #Conflicts:    3755000 | #Constraints:      67390
2462.95/2469.68	c #Conflicts:    3756000 | #Constraints:      68390
2462.95/2469.68	c #Conflicts:    3757000 | #Constraints:      69390
2462.95/2469.68	c #Conflicts:    3758000 | #Constraints:      70390
2462.95/2469.68	c #Conflicts:    3759000 | #Constraints:      71390
2462.95/2469.68	c #Conflicts:    3760000 | #Constraints:      72390
2462.95/2469.68	c #Conflicts:    3761000 | #Constraints:      73390
2462.95/2469.68	c #Conflicts:    3762000 | #Constraints:      74390
2462.95/2469.68	c #Conflicts:    3763000 | #Constraints:      75390
2462.95/2469.68	c #Conflicts:    3764000 | #Constraints:      76390
2462.95/2469.68	c #Conflicts:    3765000 | #Constraints:      77391
2462.95/2469.68	c #Conflicts:    3766000 | #Constraints:      78391
2462.95/2469.68	c #Conflicts:    3767000 | #Constraints:      79391
2462.95/2469.68	c #Conflicts:    3768000 | #Constraints:      80391
2462.95/2469.68	c #Conflicts:    3769000 | #Constraints:      81391
2462.95/2469.68	c #Conflicts:    3770000 | #Constraints:      82391
2462.95/2469.68	c #Conflicts:    3771000 | #Constraints:      83391
2462.95/2469.68	c #Conflicts:    3772000 | #Constraints:      84391
2462.95/2469.68	c #Conflicts:    3773000 | #Constraints:      85391
2462.95/2469.68	c #Conflicts:    3774000 | #Constraints:      86391
2462.95/2469.68	c INPROCESSING
2462.95/2469.68	c GARBAGE COLLECT
2462.95/2469.68	c #Conflicts:    3775000 | #Constraints:      48758
2462.95/2469.68	c #Conflicts:    3776000 | #Constraints:      49758
2462.95/2469.68	c #Conflicts:    3777000 | #Constraints:      50758
2462.95/2469.68	c #Conflicts:    3778000 | #Constraints:      51758
2462.95/2469.68	c #Conflicts:    3779000 | #Constraints:      52758
2462.95/2469.68	c #Conflicts:    3780000 | #Constraints:      53758
2462.95/2469.68	c #Conflicts:    3781000 | #Constraints:      54758
2462.95/2469.68	c #Conflicts:    3782000 | #Constraints:      55758
2462.95/2469.68	c #Conflicts:    3783000 | #Constraints:      56758
2462.95/2469.68	c #Conflicts:    3784000 | #Constraints:      57759
2462.95/2469.68	c #Conflicts:    3785000 | #Constraints:      58759
2462.95/2469.68	c #Conflicts:    3786000 | #Constraints:      59759
2462.95/2469.68	c #Conflicts:    3787000 | #Constraints:      60759
2462.95/2469.68	c #Conflicts:    3788000 | #Constraints:      61759
2462.95/2469.68	c #Conflicts:    3789000 | #Constraints:      62759
2462.95/2469.68	c #Conflicts:    3790000 | #Constraints:      63760
2462.95/2469.68	c #Conflicts:    3791000 | #Constraints:      64762
2462.95/2469.68	c #Conflicts:    3792000 | #Constraints:      65762
2462.95/2469.68	c #Conflicts:    3793000 | #Constraints:      66762
2462.95/2469.68	c #Conflicts:    3794000 | #Constraints:      67762
2462.95/2469.68	c #Conflicts:    3795000 | #Constraints:      68763
2462.95/2469.68	c #Conflicts:    3796000 | #Constraints:      69763
2462.95/2469.68	c #Conflicts:    3797000 | #Constraints:      70763
2462.95/2469.68	c #Conflicts:    3798000 | #Constraints:      71763
2462.95/2469.68	c #Conflicts:    3799000 | #Constraints:      72763
2462.95/2469.68	c #Conflicts:    3800000 | #Constraints:      73763
2462.95/2469.68	c #Conflicts:    3801000 | #Constraints:      74764
2462.95/2469.68	c #Conflicts:    3802000 | #Constraints:      75764
2462.95/2469.68	c #Conflicts:    3803000 | #Constraints:      76765
2462.95/2469.68	c #Conflicts:    3804000 | #Constraints:      77765
2462.95/2469.68	c #Conflicts:    3805000 | #Constraints:      78765
2462.95/2469.68	c #Conflicts:    3806000 | #Constraints:      79765
2462.95/2469.68	c #Conflicts:    3807000 | #Constraints:      80765
2462.95/2469.68	c #Conflicts:    3808000 | #Constraints:      81765
2462.95/2469.68	c #Conflicts:    3809000 | #Constraints:      82765
2462.95/2469.68	c #Conflicts:    3810000 | #Constraints:      83765
2462.95/2469.68	c #Conflicts:    3811000 | #Constraints:      84765
2462.95/2469.68	c #Conflicts:    3812000 | #Constraints:      85765
2462.95/2469.68	c #Conflicts:    3813000 | #Constraints:      86765
2462.95/2469.68	c INPROCESSING
2462.95/2469.68	c GARBAGE COLLECT
2462.95/2469.68	WSVECS04 Frhs2[4]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[31]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[39]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[40]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[41]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[48]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[57]: 6 -1.25007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[58]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[59]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[60]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[73]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[74]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[94]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[100]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[103]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[107]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[111]: 6 0 1.00008 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[116]: 6 0 0.332068 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[129]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[131]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[147]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[153]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[178]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[194]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[196]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[198]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[212]: 6 -2.37505 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[214]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[216]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[220]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[224]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[233]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[252]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[254]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[256]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[263]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[264]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[269]: 6 -2.80213 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[277]: 6 -1.25005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[279]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[286]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[294]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[305]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[352]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[357]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[386]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[416]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[417]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[420]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[424]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[434]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[436]: 6 -1.12505 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[437]: 6 0 0.250046 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[446]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[451]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[452]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[454]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[466]: 6 -0.343849 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[470]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[473]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[474]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[481]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[513]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[515]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[516]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[518]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[519]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[522]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[527]: 6 -1.38113 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[536]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[542]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[545]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[549]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[551]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[552]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[560]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[561]: 6 -1.96073 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[564]: 6 0 0.309082 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[570]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[571]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[572]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[584]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[607]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[610]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[613]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[614]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[615]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[626]: 6 -1.31252 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[629]: 6 -1.25007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[637]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[639]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[643]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[650]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[658]: 6 -1.96073 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[667]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[671]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[672]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[673]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[678]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[690]: 6 -1.28908 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[691]: 6 -1.19108 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[694]: 6 -1.25007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[702]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[722]: 6 -1.50005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[724]: 6 -2.37503 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[725]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[726]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[729]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[730]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[734]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[735]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[901]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[979]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[998]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1046]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1057]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1059]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1060]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1063]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1065]: 6 -1.25005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1069]: 6 -1.25009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1078]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1080]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1083]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1085]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1087]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1094]: 6 -1.00025 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1096]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1105]: 6 -1.56256 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1113]: 6 -0.750076 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1115]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1124]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1127]: 6 -1.31255 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1132]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1141]: 6 -0.715534 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1142]: 6 -0.875025 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1147]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1150]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1151]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1162]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1164]: 6 -0.687569 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1167]: 6 -0.750028 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1169]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1175]: 6 -1.25006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1178]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1179]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1181]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1182]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1184]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1185]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1191]: 6 -1.31252 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1201]: 6 0 2.00009 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1203]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1206]: 6 -1.25003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1207]: 6 -1.31253 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1209]: 6 -1.25006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1212]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1215]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1229]: 6 -1.57034 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1233]: 6 -1.12508 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1236]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1237]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1239]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1240]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1250]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1254]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1255]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1257]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1270]: 6 -0.0820542 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1272]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1274]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1277]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1280]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1285]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1300]: 6 0 1.21069 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1302]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1305]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1308]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1310]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1317]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1331]: 6 -0.937568 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1332]: 6 -0.750099 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1333]: 6 -0.750069 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1334]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1345]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1360]: 6 -6.2715 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1361]: 6 -1.23048 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1363]: 6 -0.921924 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1371]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1372]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1377]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1383]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1386]: 6 -1.25009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1395]: 6 -1.31253 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1398]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1399]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1413]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1421]: 6 -0.703465 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1444]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1446]: 6 -0.000252924 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1463]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1477]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1489]: 6 -1.96881 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1491]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1493]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1496]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1502]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1503]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1505]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1506]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1508]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1512]: 6 -1.29299 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1513]: 6 -1.25004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1516]: 6 -0.994671 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1517]: 6 -2.50009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1518]: 6 -1.22859 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1522]: 6 -1.65627 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1527]: 6 -1.3751 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1541]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1545]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1548]: 6 -0.562548 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1549]: 6 -0.628939 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1553]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1554]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1555]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1558]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1561]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1565]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1566]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1568]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1570]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1574]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1578]: 6 -1.25008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1586]: 6 -1.29202 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1593]: 6 -1.25001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1597]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1598]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1600]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1601]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1603]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1606]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1607]: 6 -1.25005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1609]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1611]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1620]: 6 -1.25003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1621]: 6 -1.50002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1625]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1627]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1631]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1632]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1646]: 6 -2.25009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1656]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1672]: 6 -1.29689 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1691]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1718]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1732]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1733]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1735]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1760]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1769]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1788]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1957]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1960]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1962]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1964]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1968]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1971]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1973]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1975]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1980]: 6 -1.25007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1989]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1991]: 6 -0.500082 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[1993]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2015]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2049]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2052]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2056]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2058]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2060]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2062]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2064]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2066]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2067]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2070]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2071]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2080]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2083]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2100]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2101]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2104]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2106]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2108]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2110]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2118]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2122]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2145]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2147]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2149]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2154]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2155]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2158]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2162]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2166]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2168]: 6 -1.31256 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2170]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2174]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2178]: 6 -0.812537 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2193]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2203]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2207]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2215]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2223]: 6 -1.25005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2229]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2231]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2232]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2233]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2237]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2239]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2240]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2241]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2244]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2248]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2249]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2252]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2254]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2258]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2259]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2262]: 6 -1.25005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2272]: 6 0 1.00006 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2277]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2288]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2289]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2292]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2293]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2296]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2300]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2303]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2305]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2306]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2309]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2313]: 6 -1.0001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2314]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2322]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2323]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2324]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2327]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2328]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2329]: 6 -1.00001 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2330]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2333]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2334]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2336]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2337]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2340]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2341]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2344]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2346]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2347]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2349]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2352]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2356]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2357]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2360]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2364]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2366]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2367]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2370]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2371]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2374]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2375]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2377]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2379]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2382]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2384]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2386]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2388]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2392]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2394]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2395]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2398]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2399]: 6 -1.00008 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2402]: 6 -1.00007 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2406]: 6 -1.00006 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2410]: 6 -1.12501 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2426]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2429]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2430]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2432]: 6 -1.00005 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2434]: 6 -1.00003 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2435]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2438]: 6 -1.00009 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2440]: 6 -1.00004 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2442]: 6 -1.00002 0 shouldn't be
2462.95/2469.68	WSVECS04 Frhs2[2444]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2445]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2447]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2468]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2480]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2481]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2483]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2485]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2488]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2492]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2493]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2496]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2501]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2520]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2525]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2527]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2529]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2532]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2533]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2536]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2537]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2540]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2541]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2543]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2545]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2548]: 6 -1.2501 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2567]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2569]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2571]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2573]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2576]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2577]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2580]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2581]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2584]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2586]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2590]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2591]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2593]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2599]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2603]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2604]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2607]: 6 -1.33205 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2610]: 6 -1.31255 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2611]: 6 -1.31255 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2612]: 6 -1.25008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2615]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2621]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2623]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2625]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2627]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2630]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2634]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2635]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2638]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2639]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2642]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2645]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2648]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2649]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2652]: 6 -1.3282 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2670]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2671]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2674]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2676]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2677]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2680]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2682]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2684]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2686]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2688]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2692]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2693]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2694]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2696]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2699]: 6 -0.250028 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2706]: 6 -1.31259 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2709]: 6 -1.25005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2710]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2711]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2713]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2719]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2721]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2725]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2728]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2729]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2732]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2734]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2736]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2738]: 6 -0.250052 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2742]: 6 -4.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2743]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2746]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2750]: 6 -1.32817 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2765]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2768]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2769]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2772]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2774]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2776]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2778]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2779]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2782]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2783]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2788]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2790]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2800]: 6 0 4.00006 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2801]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2802]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2803]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2804]: 6 -1.25009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2805]: 6 -1.3126 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2806]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2809]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2812]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2813]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2814]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2815]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2816]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2824]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2826]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2828]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2830]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2831]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2834]: 6 -1.12508 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2835]: 6 -1.12503 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2846]: 6 -13.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2847]: 6 -11.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2850]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2851]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2854]: 6 -1.3126 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2864]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2866]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2868]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2870]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2872]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2874]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2875]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2878]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2879]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2888]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2902]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2903]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2904]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2905]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2906]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2907]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2908]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2910]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2911]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2912]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2913]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2916]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2920]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2924]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2928]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2930]: 6 -1.32036 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2946]: 6 -3.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2947]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2950]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2951]: 6 -5.87507 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2954]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2958]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2959]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2962]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2964]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2966]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2968]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2969]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2972]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2973]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2975]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2979]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2981]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2982]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2984]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2986]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2992]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2994]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2996]: 6 -0.0821186 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[2999]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3002]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3005]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3006]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3011]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3013]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3015]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3018]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3019]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3023]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3025]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3028]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3032]: 6 -1.25007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3040]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3044]: 6 -0.0820836 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3046]: 6 -4.5001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3048]: 6 -4.67189 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3049]: 6 -3.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3051]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3054]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3056]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3058]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3060]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3061]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3064]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3066]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3068]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3070]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3077]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3078]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3079]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3080]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3090]: 6 0 0.960717 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3092]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3095]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3097]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3099]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3103]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3104]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3105]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3108]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3109]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3111]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3114]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3115]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3120]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3121]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3123]: 6 -1.31256 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3137]: 6 -1.03937 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3140]: 6 -8.84276 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3141]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3144]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3147]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3149]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3151]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3153]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3156]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3157]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3160]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3161]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3163]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3166]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3168]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3173]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3175]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3178]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3185]: 6 -1.25007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3187]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3188]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3189]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3191]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3196]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3201]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3206]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3207]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3210]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3214]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3216]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3218]: 6 -0.000253713 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3224]: 6 -5.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3226]: 6 -6.3126 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3228]: 6 -1.2501 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3236]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3238]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3243]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3256]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3257]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3260]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3261]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3263]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3265]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3289]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3291]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3292]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3294]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3295]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3297]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3301]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3304]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3305]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3308]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3309]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3311]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3313]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3316]: 6 -1.31788 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3336]: 6 -15.5 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3338]: 6 -26 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3340]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3341]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3344]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3346]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3348]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3350]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3352]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3354]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3356]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3358]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3359]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3363]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3365]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3371]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3391]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3394]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3395]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3398]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3399]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3402]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3403]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3406]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3408]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3410]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3411]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3414]: 6 -1.29303 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3416]: 6 0 0.421905 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3434]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3437]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3439]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3443]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3445]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3448]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3454]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3459]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3477]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3490]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3491]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3494]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3496]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3498]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3502]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3503]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3506]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3510]: 6 -1.25007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3518]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3526]: 6 -5.50007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3534]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3535]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3538]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3539]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3542]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3544]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3548]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3550]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3555]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3558]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3562]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3564]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3566]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3583]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3591]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3594]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3595]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3598]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3599]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3602]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3605]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3608]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3609]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3612]: 6 -1.50002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3616]: 6 0 1.00004 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3617]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3620]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3629]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3636]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3640]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3641]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3646]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3651]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3652]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3669]: 6 -0.187528 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3672]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3681]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3683]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3686]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3687]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3690]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3694]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3698]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3699]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3702]: 6 -1.31257 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3708]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3716]: 6 -4.25008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3717]: 6 -0.250044 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3720]: 6 -4.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3721]: 6 -2.62504 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3728]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3732]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3736]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3737]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3739]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3740]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3742]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3748]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3749]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3760]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3761]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3762]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3767]: 6 -1.5001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3771]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3774]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3777]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3784]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3786]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3787]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3790]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3791]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3794]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3795]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3798]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3801]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3804]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3805]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3808]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3810]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3812]: 6 -1.25001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3813]: 6 -1.25003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3822]: 6 0 1.00006 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3824]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3828]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3829]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3832]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3833]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3836]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3837]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3840]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3844]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3846]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3849]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3857]: 6 -1.25008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3859]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3862]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3865]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3866]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3869]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3872]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3875]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3877]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3880]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3881]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3884]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3886]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3888]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3890]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3892]: 6 -1.2501 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3894]: 6 -1.17194 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3908]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3909]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3912]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3913]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3920]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3921]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3924]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3928]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3930]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3932]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3933]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3936]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3939]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3941]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3942]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3943]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3946]: 6 -1.07821 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3953]: 6 -1.53916 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3956]: 6 -1.34378 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3958]: 6 -1.31258 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3961]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3963]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3964]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3965]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3973]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3976]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3977]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3980]: 6 -1.00001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3981]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3984]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[3988]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4019]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4021]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4022]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4024]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4026]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4027]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4030]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4031]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4044]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4053]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4054]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4055]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4057]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4068]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4072]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4073]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4076]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4077]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4080]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4084]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4085]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4087]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4088]: 6 -1.31257 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4104]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4106]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4107]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4110]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4111]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4114]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4116]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4117]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4120]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4124]: 6 -1.0001 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4126]: 6 -1.00008 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4127]: 6 -1.00002 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4137]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4138]: 6 -1.00005 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4156]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4164]: 6 -1.00004 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4165]: 6 -1.00007 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4166]: 6 -1.00006 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4167]: 6 -1.00009 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4267]: 6 -1.00003 0 shouldn't be
2462.95/2469.69	WSVECS04 Frhs2[4268]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[8]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[19]: 6 -0.94107 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[38]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[43]: 6 -1.0001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[62]: 6 -1.0001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[66]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[69]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[85]: 6 -1.11806 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[86]: 6 -1.3751 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[95]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[97]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[102]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[106]: 6 -0.999912 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[123]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[130]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[132]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[148]: 6 0 0.437586 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[157]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[160]: 6 -1.00004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[161]: 6 -1.00001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[165]: 6 -1.0001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[166]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[181]: 6 0 0.250049 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[184]: 6 -1.00004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[202]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[232]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[246]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[251]: 6 -1.00004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[261]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[265]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[280]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[284]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[285]: 6 -1.00004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[312]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[315]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[324]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[325]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[339]: 6 -1.00001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[341]: 6 -0.882073 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[343]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[345]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[347]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[362]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[403]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[414]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[419]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[435]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[458]: 6 -0.999917 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[464]: 6 -1.08601 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[471]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[479]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[488]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[499]: 6 -1.25004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[505]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[508]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[526]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[537]: 6 -1.0001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[539]: 6 -1.00001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[541]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[544]: 6 -1.0001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[567]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[569]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[603]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[612]: 6 -1.00004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[616]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[634]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[640]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[646]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[664]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[669]: 6 -1.0001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[689]: 6 -1.25009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[693]: 6 0 0.0625436 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[709]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[728]: 6 -1.00004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1067]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1068]: 6 -1.12504 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1082]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1092]: 6 -1.00001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1099]: 6 -1.25007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1122]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1125]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1128]: 6 -1.25007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1153]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1166]: 6 -0.500037 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1256]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1292]: 6 -1.32816 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1313]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1319]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1330]: 6 -1.18754 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1367]: 6 0 5.50006 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1379]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1394]: 6 -1.31259 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1397]: 6 -1.25007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1403]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1411]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1412]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1417]: 6 -1.18999 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1441]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1453]: 6 -0.750036 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1470]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1473]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1494]: 6 -0.250077 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1498]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1542]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1546]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1602]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1604]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1610]: 6 -1.2501 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1630]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[1645]: 6 -0.687559 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2009]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2014]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2074]: 6 -1.50009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2142]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2425]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2484]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2489]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2498]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2538]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2579]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2608]: 6 -1.32816 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2613]: 6 -1.25009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2622]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2720]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2777]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2780]: 6 -1.0001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2789]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2877]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2889]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2890]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2955]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[2978]: 6 -1.00001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3022]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3176]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3177]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3184]: 6 -1.25003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3193]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3195]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3241]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3247]: 6 -1.00004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3281]: 6 -0.921951 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3282]: 6 -0.34382 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3519]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3529]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3649]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3658]: 6 -1.0001 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3659]: 6 -1.00006 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3770]: 6 -1.00005 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3781]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3842]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3847]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3858]: 6 -1.00002 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3867]: 6 -1.00004 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3873]: 6 -1.00003 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3927]: 6 -1.00007 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3938]: 6 -1.00009 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3940]: 6 -1.00008 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[3951]: 6 -1.14602 0 shouldn't be
2464.45/2471.18	WSVECS04 Frhs2[4038]: 6 -1.00005 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[5]: 6 -1.00005 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[87]: 6 -1.25009 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[96]: 6 -1.00002 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[151]: 6 -1.0001 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[191]: 6 -1.00007 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[229]: 6 -1.00002 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[250]: 6 -1.00006 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[255]: 6 -1.00009 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[283]: 6 -1.00006 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[317]: 6 -1.00004 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[321]: 6 -1.00007 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[322]: 6 -1.00007 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[380]: 6 -1.00005 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[384]: 6 -1.00008 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[385]: 6 -1.00006 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[483]: 6 -1.00002 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[500]: 6 0 0.437568 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[534]: 6 -1.00007 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[577]: 6 -1.00007 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[582]: 6 -1.00008 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[600]: 6 -1.00001 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[605]: 6 -1.00008 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[628]: 6 -1.33206 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[636]: 6 -1.0001 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[663]: 6 -1.00002 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[699]: 6 -1.00006 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[703]: 6 -1.00008 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1088]: 6 -1.00001 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1129]: 6 -1.24993 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1152]: 6 -1.0001 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1155]: 6 -1.00006 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1160]: 6 -1.00005 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1183]: 6 -1.00009 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1218]: 6 -1.00006 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1224]: 6 -1.32819 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1232]: 6 -1.31256 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1235]: 6 -0.500044 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1275]: 6 -1.00002 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1281]: 6 -1.00008 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1335]: 6 -1.00008 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1355]: 6 -1.12502 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1362]: 6 -1.08599 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1429]: 6 -0.875024 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1430]: 6 -1.00004 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1460]: 6 -1.00008 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1497]: 6 -1.00004 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1520]: 6 -0.914099 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1530]: 6 -1.00001 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1532]: 6 -1.0001 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1543]: 6 -1.25004 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1770]: 6 -1.00002 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[1969]: 6 -1.00005 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2011]: 6 -1.00002 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2308]: 6 -1.0001 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2315]: 6 -1.00006 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2497]: 6 -1.00003 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2715]: 6 -1.00004 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2717]: 6 -1.00009 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2793]: 6 -1.00009 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2886]: 6 -1.00006 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2923]: 6 -1.00007 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2931]: 6 -1.32038 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[2976]: 6 -1.00005 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3074]: 6 -1.00009 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3082]: 6 -1.00003 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3091]: 6 -1.00008 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3203]: 6 -1.00002 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3362]: 6 -1.00005 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3364]: 6 -1.00008 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3366]: 6 -1.00005 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3475]: 6 0 0.125088 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3484]: 6 -1.00004 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3493]: 6 -1.00005 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3559]: 6 -1.00002 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3664]: 6 -1.00007 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3725]: 6 -1.00008 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3864]: 6 -1.00002 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3915]: 6 -1.00007 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3954]: 6 -1.31258 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[3985]: 6 -1.00006 0 shouldn't be
2467.23/2473.99	WSVECS04 Frhs2[4075]: 6 -1.00003 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[139]: 6 -0.999861 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[262]: 6 -1.00009 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[291]: 6 -1.00006 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[477]: 6 -1.00005 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[490]: 6 -1.00007 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[538]: 6 -1.00004 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[707]: 6 -1.00007 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[960]: 6 -1.00009 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1190]: 6 -1.25002 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1197]: 6 -1.12503 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1211]: 6 -1.00009 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1222]: 6 -1.00003 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1225]: 6 -1.20322 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1248]: 6 -1.00002 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1266]: 6 -2.00007 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1320]: 6 -0.500019 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1349]: 6 -1.00006 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1387]: 6 -0.679729 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1396]: 6 -3.68752 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1435]: 6 -1.00007 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1449]: 6 -1.0001 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1509]: 6 -1.00009 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1559]: 6 -1.00007 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1575]: 6 -1.00003 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1589]: 6 -1.28914 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[1734]: 6 -1.00008 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[2159]: 6 -1.00005 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[2235]: 6 -1.00006 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[2516]: 6 -1.00003 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[2535]: 6 -1.00004 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[2794]: 6 -1.00008 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[3075]: 6 -1.00009 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[3268]: 6 -1.00006 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[3269]: 6 -1.00002 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[3487]: 6 -1.00008 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[3499]: 6 -1.00003 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[3561]: 6 -1.00006 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[3584]: 6 -1.00003 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[3772]: 6 -1.00009 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[3776]: 6 -1.00003 0 shouldn't be
2470.52/2477.21	WSVECS04 Frhs2[4023]: 6 -1.00008 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[5]: 6 -0.999994 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[11]: 6 -0.99977 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[38]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[41]: 6 -0.999972 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[43]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[62]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[69]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[96]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[97]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[100]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[105]: 6 -0.999991 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[106]: 6 -0.999847 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[132]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[139]: 6 -0.99977 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[160]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[162]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[164]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[166]: 6 -0.999991 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[196]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[197]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[198]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[214]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[231]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[236]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[261]: 6 -0.999993 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[269]: 6 -2.80208 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[324]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[339]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[384]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[385]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[420]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[436]: 6 -1.125 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[451]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[452]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[458]: 6 -0.999847 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[464]: 6 -1.08594 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[486]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[489]: 6 -0.999943 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[490]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[499]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[516]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[517]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[520]: 6 -0.999981 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[522]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[527]: 6 -1.38108 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[544]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[586]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[609]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[614]: 6 -0.999993 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[636]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[646]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[671]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[689]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[690]: 6 -1.28906 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[703]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[705]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[960]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1057]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1058]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1060]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1065]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1068]: 6 -1.125 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1069]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1094]: 6 -1.00023 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1096]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1105]: 6 -1.5625 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1107]: 6 -1.625 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1122]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1125]: 6 -0.999993 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1128]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1141]: 6 -0.715482 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1148]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1155]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1166]: 6 -0.5 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1178]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1184]: 6 -0.999986 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1185]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1197]: 6 -1.125 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1215]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1218]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1224]: 6 -1.32813 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1225]: 6 -1.20313 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1227]: 6 -1.0625 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1248]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1254]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1255]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1257]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1260]: 6 -0.914063 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1270]: 6 -0.0820315 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1285]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1291]: 6 -1.32813 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1300]: 6 0 1.21067 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1307]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1317]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1323]: 6 0 3.25 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1347]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1373]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1374]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1387]: 6 -0.679688 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1398]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1403]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1411]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1421]: 6 -0.703397 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1429]: 6 -0.875001 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1441]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1453]: 6 -0.75 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1454]: 6 -0.872543 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1473]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1489]: 6 -1.96875 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1493]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1502]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1503]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1504]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1505]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1507]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1510]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1513]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1515]: 6 -1.3125 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1516]: 6 -0.994629 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1517]: 6 -2.5 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1541]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1542]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1548]: 6 -0.562501 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1549]: 6 -0.628907 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1555]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1561]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1570]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1575]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1578]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1586]: 6 -1.29199 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1589]: 6 -1.28906 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1593]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1598]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1600]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1602]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1603]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1604]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1607]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1610]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1630]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1631]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1632]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1645]: 6 -0.6875 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1646]: 6 -2.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1732]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1733]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1734]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1735]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[1760]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2168]: 6 -1.3125 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2178]: 6 -0.8125 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2262]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2340]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2403]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2404]: 6 -0.99977 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2499]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2509]: 6 -1.16406 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2549]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2621]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2699]: 6 -0.250001 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2738]: 6 -0.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2742]: 6 -4 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2745]: 6 -1.33203 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2750]: 6 -1.32813 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2834]: 6 -1.125 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2854]: 6 -1.3125 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2916]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2930]: 6 -1.32031 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3032]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3043]: 6 0 0.125 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3103]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3108]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3137]: 6 -1.03934 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3140]: 6 -8.84266 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3218]: 6 -0.000230727 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3219]: 6 -0.000231026 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3222]: 6 -3.74908 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3224]: 6 -5 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3226]: 6 -6.3125 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3228]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3280]: 6 -1.08594 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3282]: 6 -0.343751 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3316]: 6 -1.31787 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3338]: 6 -26 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3414]: 6 -1.29297 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3416]: 6 0 0.421876 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3475]: 6 0 0.125 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3510]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3526]: 6 -5.5 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3555]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3558]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3702]: 6 -1.3125 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3716]: 6 -4.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3720]: 6 -4 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3721]: 6 -2.625 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3767]: 6 -1.5 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3849]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3857]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3869]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3892]: 6 -1.25 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3965]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4026]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4038]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4121]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4164]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4166]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4167]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
2473.11/2479.83	WSVECS04 Frhs2[4268]: 6 -1 0 shouldn't be
2518.69/2525.51	c #Conflicts:    3814000 | #Constraints:      48936
2518.69/2525.51	c #Conflicts:    3815000 | #Constraints:      49936
2518.69/2525.51	c #Conflicts:    3816000 | #Constraints:      50936
2518.69/2525.51	c #Conflicts:    3817000 | #Constraints:      51937
2518.69/2525.51	c #Conflicts:    3818000 | #Constraints:      52937
2518.69/2525.51	c #Conflicts:    3819000 | #Constraints:      53937
2518.69/2525.51	c #Conflicts:    3820000 | #Constraints:      54937
2518.69/2525.51	c #Conflicts:    3821000 | #Constraints:      55937
2518.69/2525.51	c #Conflicts:    3822000 | #Constraints:      56937
2518.69/2525.51	c #Conflicts:    3823000 | #Constraints:      57938
2518.69/2525.51	c #Conflicts:    3824000 | #Constraints:      58939
2518.69/2525.51	c #Conflicts:    3825000 | #Constraints:      59939
2518.69/2525.51	c #Conflicts:    3826000 | #Constraints:      60939
2518.69/2525.51	c #Conflicts:    3827000 | #Constraints:      61939
2518.69/2525.51	c #Conflicts:    3828000 | #Constraints:      62939
2518.69/2525.51	c #Conflicts:    3829000 | #Constraints:      63939
2518.69/2525.51	c #Conflicts:    3830000 | #Constraints:      64939
2518.69/2525.51	c #Conflicts:    3831000 | #Constraints:      65939
2518.69/2525.51	c #Conflicts:    3832000 | #Constraints:      66939
2518.69/2525.51	c #Conflicts:    3833000 | #Constraints:      67939
2518.69/2525.51	c #Conflicts:    3834000 | #Constraints:      68939
2518.69/2525.51	c #Conflicts:    3835000 | #Constraints:      69940
2518.69/2525.51	c #Conflicts:    3836000 | #Constraints:      70940
2518.69/2525.51	c #Conflicts:    3837000 | #Constraints:      71940
2518.69/2525.51	c #Conflicts:    3838000 | #Constraints:      72940
2518.69/2525.51	c #Conflicts:    3839000 | #Constraints:      73940
2518.69/2525.51	c #Conflicts:    3840000 | #Constraints:      74940
2518.69/2525.51	c #Conflicts:    3841000 | #Constraints:      75940
2518.69/2525.51	c #Conflicts:    3842000 | #Constraints:      76940
2518.69/2525.51	c #Conflicts:    3843000 | #Constraints:      77940
2518.69/2525.51	c #Conflicts:    3844000 | #Constraints:      78940
2518.69/2525.51	c #Conflicts:    3845000 | #Constraints:      79945
2518.69/2525.51	c #Conflicts:    3846000 | #Constraints:      80945
2518.69/2525.51	c #Conflicts:    3847000 | #Constraints:      81945
2518.69/2525.51	c #Conflicts:    3848000 | #Constraints:      82945
2518.69/2525.51	c #Conflicts:    3849000 | #Constraints:      83945
2518.69/2525.51	c #Conflicts:    3850000 | #Constraints:      84945
2518.69/2525.51	c #Conflicts:    3851000 | #Constraints:      85945
2518.69/2525.51	c #Conflicts:    3852000 | #Constraints:      86945
2518.69/2525.51	c INPROCESSING
2518.69/2525.51	c GARBAGE COLLECT
2518.69/2525.51	c #Conflicts:    3853000 | #Constraints:      48907
2518.69/2525.51	c #Conflicts:    3854000 | #Constraints:      49907
2518.69/2525.51	c #Conflicts:    3855000 | #Constraints:      50907
2518.69/2525.51	c #Conflicts:    3856000 | #Constraints:      51907
2518.69/2525.51	c #Conflicts:    3857000 | #Constraints:      52907
2518.69/2525.51	c #Conflicts:    3858000 | #Constraints:      53907
2518.69/2525.51	c #Conflicts:    3859000 | #Constraints:      54907
2518.69/2525.51	c #Conflicts:    3860000 | #Constraints:      55907
2518.69/2525.51	c #Conflicts:    3861000 | #Constraints:      56907
2518.69/2525.51	c #Conflicts:    3862000 | #Constraints:      57907
2518.69/2525.51	c #Conflicts:    3863000 | #Constraints:      58907
2518.69/2525.51	c #Conflicts:    3864000 | #Constraints:      59907
2518.69/2525.51	c #Conflicts:    3865000 | #Constraints:      60907
2518.69/2525.51	c #Conflicts:    3866000 | #Constraints:      61907
2518.69/2525.51	c #Conflicts:    3867000 | #Constraints:      62907
2518.69/2525.51	c #Conflicts:    3868000 | #Constraints:      63907
2518.69/2525.51	c #Conflicts:    3869000 | #Constraints:      64907
2518.69/2525.51	c #Conflicts:    3870000 | #Constraints:      65907
2518.69/2525.51	c #Conflicts:    3871000 | #Constraints:      66907
2518.69/2525.51	c #Conflicts:    3872000 | #Constraints:      67907
2518.69/2525.51	c #Conflicts:    3873000 | #Constraints:      68907
2518.69/2525.51	c #Conflicts:    3874000 | #Constraints:      69907
2518.69/2525.51	c #Conflicts:    3875000 | #Constraints:      70907
2518.69/2525.51	c #Conflicts:    3876000 | #Constraints:      71907
2518.69/2525.51	c #Conflicts:    3877000 | #Constraints:      72907
2518.69/2525.51	c #Conflicts:    3878000 | #Constraints:      73907
2518.69/2525.51	c #Conflicts:    3879000 | #Constraints:      74907
2518.69/2525.51	c #Conflicts:    3880000 | #Constraints:      75908
2518.69/2525.51	c #Conflicts:    3881000 | #Constraints:      76908
2518.69/2525.51	c #Conflicts:    3882000 | #Constraints:      77908
2518.69/2525.51	c #Conflicts:    3883000 | #Constraints:      78908
2518.69/2525.51	c #Conflicts:    3884000 | #Constraints:      79908
2518.69/2525.51	c #Conflicts:    3885000 | #Constraints:      80908
2518.69/2525.51	c #Conflicts:    3886000 | #Constraints:      81908
2518.69/2525.51	c #Conflicts:    3887000 | #Constraints:      82908
2518.69/2525.51	c #Conflicts:    3888000 | #Constraints:      83908
2518.69/2525.51	c #Conflicts:    3889000 | #Constraints:      84908
2518.69/2525.51	c #Conflicts:    3890000 | #Constraints:      85908
2518.69/2525.51	c #Conflicts:    3891000 | #Constraints:      86908
2518.69/2525.51	c INPROCESSING
2564.28/2571.23	c GARBAGE COLLECT
2564.28/2571.23	c #Conflicts:    3892000 | #Constraints:      48738
2564.28/2571.23	c #Conflicts:    3893000 | #Constraints:      49738
2564.28/2571.23	c #Conflicts:    3894000 | #Constraints:      50738
2564.28/2571.23	c #Conflicts:    3895000 | #Constraints:      51738
2564.28/2571.23	c #Conflicts:    3896000 | #Constraints:      52740
2564.28/2571.23	c #Conflicts:    3897000 | #Constraints:      53741
2564.28/2571.23	c #Conflicts:    3898000 | #Constraints:      54741
2564.28/2571.23	c #Conflicts:    3899000 | #Constraints:      55741
2564.28/2571.23	c #Conflicts:    3900000 | #Constraints:      56741
2564.28/2571.23	c #Conflicts:    3901000 | #Constraints:      57741
2564.28/2571.23	c #Conflicts:    3902000 | #Constraints:      58741
2564.28/2571.23	c #Conflicts:    3903000 | #Constraints:      59742
2564.28/2571.23	c #Conflicts:    3904000 | #Constraints:      60742
2564.28/2571.23	c #Conflicts:    3905000 | #Constraints:      61742
2564.28/2571.23	c #Conflicts:    3906000 | #Constraints:      62742
2564.28/2571.23	c #Conflicts:    3907000 | #Constraints:      63742
2564.28/2571.23	c #Conflicts:    3908000 | #Constraints:      64742
2564.28/2571.23	c #Conflicts:    3909000 | #Constraints:      65742
2564.28/2571.23	c #Conflicts:    3910000 | #Constraints:      66742
2564.28/2571.23	c #Conflicts:    3911000 | #Constraints:      67742
2564.28/2571.23	c #Conflicts:    3912000 | #Constraints:      68743
2564.28/2571.23	c #Conflicts:    3913000 | #Constraints:      69743
2564.28/2571.23	c #Conflicts:    3914000 | #Constraints:      70743
2564.28/2571.23	c #Conflicts:    3915000 | #Constraints:      71743
2564.28/2571.23	c #Conflicts:    3916000 | #Constraints:      72744
2564.28/2571.23	c #Conflicts:    3917000 | #Constraints:      73744
2564.28/2571.23	c #Conflicts:    3918000 | #Constraints:      74744
2564.28/2571.23	c #Conflicts:    3919000 | #Constraints:      75744
2564.28/2571.23	c #Conflicts:    3920000 | #Constraints:      76744
2564.28/2571.23	c #Conflicts:    3921000 | #Constraints:      77744
2564.28/2571.23	c #Conflicts:    3922000 | #Constraints:      78744
2564.28/2571.23	c #Conflicts:    3923000 | #Constraints:      79744
2564.28/2571.23	c #Conflicts:    3924000 | #Constraints:      80744
2564.28/2571.23	c #Conflicts:    3925000 | #Constraints:      81744
2564.28/2571.23	c #Conflicts:    3926000 | #Constraints:      82744
2564.28/2571.23	c #Conflicts:    3927000 | #Constraints:      83744
2564.28/2571.23	c #Conflicts:    3928000 | #Constraints:      84744
2564.28/2571.23	c #Conflicts:    3929000 | #Constraints:      85744
2564.28/2571.23	c #Conflicts:    3930000 | #Constraints:      86744
2564.28/2571.23	c #Conflicts:    3931000 | #Constraints:      87744
2564.28/2571.23	c INPROCESSING
2564.28/2571.23	c GARBAGE COLLECT
2564.28/2571.23	c #Conflicts:    3932000 | #Constraints:      49342
2564.28/2571.23	c #Conflicts:    3933000 | #Constraints:      50342
2564.28/2571.23	c #Conflicts:    3934000 | #Constraints:      51342
2564.28/2571.23	c #Conflicts:    3935000 | #Constraints:      52342
2564.28/2571.23	c #Conflicts:    3936000 | #Constraints:      53342
2564.28/2571.23	c #Conflicts:    3937000 | #Constraints:      54342
2564.28/2571.23	c #Conflicts:    3938000 | #Constraints:      55342
2564.28/2571.23	c #Conflicts:    3939000 | #Constraints:      56342
2564.28/2571.23	c #Conflicts:    3940000 | #Constraints:      57342
2564.28/2571.23	c #Conflicts:    3941000 | #Constraints:      58342
2564.28/2571.23	c #Conflicts:    3942000 | #Constraints:      59342
2564.28/2571.23	c #Conflicts:    3943000 | #Constraints:      60342
2564.28/2571.23	c #Conflicts:    3944000 | #Constraints:      61342
2564.28/2571.23	c #Conflicts:    3945000 | #Constraints:      62342
2564.28/2571.23	c #Conflicts:    3946000 | #Constraints:      63342
2564.28/2571.23	c #Conflicts:    3947000 | #Constraints:      64342
2564.28/2571.23	c #Conflicts:    3948000 | #Constraints:      65342
2564.28/2571.23	c #Conflicts:    3949000 | #Constraints:      66342
2564.28/2571.23	c #Conflicts:    3950000 | #Constraints:      67342
2564.28/2571.23	c #Conflicts:    3951000 | #Constraints:      68342
2564.28/2571.23	c #Conflicts:    3952000 | #Constraints:      69342
2564.28/2571.23	c #Conflicts:    3953000 | #Constraints:      70342
2564.28/2571.23	c #Conflicts:    3954000 | #Constraints:      71342
2564.28/2571.23	c #Conflicts:    3955000 | #Constraints:      72343
2564.28/2571.23	c #Conflicts:    3956000 | #Constraints:      73343
2564.28/2571.23	c #Conflicts:    3957000 | #Constraints:      74343
2564.28/2571.23	c #Conflicts:    3958000 | #Constraints:      75343
2564.28/2571.23	c #Conflicts:    3959000 | #Constraints:      76343
2564.28/2571.23	c #Conflicts:    3960000 | #Constraints:      77343
2564.28/2571.23	c #Conflicts:    3961000 | #Constraints:      78343
2564.28/2571.23	c #Conflicts:    3962000 | #Constraints:      79343
2564.28/2571.23	c #Conflicts:    3963000 | #Constraints:      80343
2564.28/2571.23	c #Conflicts:    3964000 | #Constraints:      81343
2564.28/2571.23	c #Conflicts:    3965000 | #Constraints:      82343
2564.28/2571.23	c #Conflicts:    3966000 | #Constraints:      83343
2564.28/2571.23	c #Conflicts:    3967000 | #Constraints:      84343
2564.28/2571.23	c #Conflicts:    3968000 | #Constraints:      85343
2564.28/2571.23	c #Conflicts:    3969000 | #Constraints:      86343
2566.97/2573.93	c #Conflicts:    3970000 | #Constraints:      87344
2566.97/2573.93	c #Conflicts:    3971000 | #Constraints:      88344
2566.97/2573.93	c INPROCESSING
2566.97/2573.93	c GARBAGE COLLECT
2566.97/2573.93	WSVECS04 Frhs2[7]: 6 -1.25004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[9]: 6 -1.24498 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[13]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[16]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[18]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[46]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[52]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[55]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[73]: 6 -0.989836 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[74]: 6 -0.993268 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[76]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[77]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[78]: 6 -0.999764 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[79]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[82]: 6 -0.997466 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[87]: 6 -0.996938 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[104]: 6 -1.25002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[137]: 6 -1.2501 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[142]: 6 -1.00013 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[146]: 6 -1.00266 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[147]: 6 -1.00028 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[148]: 6 -1.01041 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[172]: 6 -2.3531 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[173]: 6 -9.02184 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[175]: 6 -0.999977 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[176]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[206]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[209]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[211]: 6 -0.999838 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[233]: 6 -0.994966 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[234]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[237]: 6 -17.0436 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[240]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[241]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[242]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[277]: 6 -0.99979 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[302]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[332]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[335]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[336]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[340]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[341]: 6 -0.999936 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[358]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[364]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[367]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[392]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[402]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[422]: 6 -0.997206 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[425]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[426]: 6 -0.986433 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[427]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[429]: 6 -17.0437 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[434]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[437]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[452]: 6 -0.98938 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[454]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[457]: 6 -0.984775 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[488]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[519]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[520]: 6 -0.996674 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[532]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[533]: 6 -0.999673 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[551]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[552]: 6 -0.984774 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[584]: 6 -0.994915 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[590]: 6 -1.17162 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[592]: 6 -0.687511 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[597]: 6 -0.999937 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[616]: 6 -0.992394 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[621]: 6 -9.19926 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[624]: 6 -1.25005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[660]: 6 -1.11469 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[713]: 6 -1.0093 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[723]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1061]: 6 -1.18759 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1062]: 6 -0.843774 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1063]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1064]: 6 -0.750082 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1065]: 6 -0.75001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1069]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1073]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1074]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1078]: 6 -0.896026 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1079]: 6 -1.08258 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1093]: 6 -0.434917 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1096]: 6 -0.750045 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1099]: 6 -0.875079 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1100]: 6 -0.750062 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1102]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1107]: 6 -1.07815 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1131]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1132]: 6 -0.99998 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1133]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1162]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1164]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1166]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1169]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1170]: 6 -0.999889 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1172]: 6 -0.999547 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1174]: 6 -0.989918 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1175]: 6 -1.25003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1187]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1191]: 6 -0.68753 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1203]: 6 -0.999675 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1206]: 6 -0.884125 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1224]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1226]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1230]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1234]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1236]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1237]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1251]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1253]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1261]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1262]: 6 -0.999084 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1263]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1264]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1265]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1270]: 6 -0.752179 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1271]: 6 -1.25002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1288]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1297]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1298]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1301]: 6 -1.25008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1302]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1304]: 6 -1.11119 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1318]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1321]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1322]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1323]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1324]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1325]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1327]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1328]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1333]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1346]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1350]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1353]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1364]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1377]: 6 -1.25003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1383]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1385]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1391]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1393]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1394]: 6 -1.21432 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1410]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1413]: 6 -0.992093 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1414]: 6 -1.01579 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1419]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1421]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1423]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1441]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1443]: 6 -0.994712 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1445]: 6 -1.12508 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1447]: 6 -1.25003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1457]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1473]: 6 -1.24758 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1476]: 6 -0.999704 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1478]: 6 -1.18791 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1479]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1481]: 6 0 0.49761 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1482]: 6 -1.21377 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1483]: 6 -1.16721 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1485]: 6 -1.58416 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1488]: 6 -1.25009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1491]: 6 -0.687582 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1503]: 6 -1.24942 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1508]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1512]: 6 -1.12505 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1514]: 6 -1.25008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1515]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1551]: 6 -1.12504 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1582]: 6 -1.25007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1583]: 6 -1.35313 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1603]: 6 -1.00516 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1604]: 6 -1.91144 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1615]: 6 -1.04202 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1616]: 6 -1.10501 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1647]: 6 -1.4766 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1976]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1979]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1984]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[1994]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2074]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2076]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2084]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2088]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2089]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2092]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2094]: 6 -1.25007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2122]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2126]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2158]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2160]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2162]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2164]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2165]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2168]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2170]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2172]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2174]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2176]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2178]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2180]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2184]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2185]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2188]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2192]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2193]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2212]: 6 -1.24498 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2213]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2215]: 6 -1.31252 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2223]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2225]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2229]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2231]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2261]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2270]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2274]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2277]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2281]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2283]: 6 -0.996035 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2288]: 6 -1.31258 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2307]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2311]: 6 -1.31257 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2316]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2319]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2320]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2321]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2324]: 6 -1.01558 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2325]: 6 -1.00085 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2360]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2361]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2364]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2366]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2367]: 6 -0.996178 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2369]: 6 -0.999837 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2370]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2372]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2373]: 6 -0.999288 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2376]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2377]: 6 -0.997031 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2406]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2410]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2442]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2444]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2445]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2448]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2451]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2453]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2456]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2458]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2462]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2463]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2465]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2467]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2505]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2506]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2544]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2546]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2548]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2552]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2553]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2556]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2557]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2559]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2561]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2563]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2565]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2567]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2570]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2604]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2609]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2613]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2635]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2637]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2639]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2642]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2644]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2645]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2648]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2649]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2652]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2653]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2656]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2657]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2660]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2661]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2664]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2667]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2693]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2694]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2696]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2697]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2701]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2702]: 6 -0.999098 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2705]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2706]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2707]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2708]: 6 -0.884158 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2709]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2729]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2731]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2735]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2738]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2743]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2746]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2747]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2750]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2751]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2754]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2756]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2757]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2760]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2761]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2764]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2789]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2790]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2796]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2798]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2800]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2803]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2834]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2837]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2841]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2844]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2846]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2847]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2850]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2851]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2854]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2855]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2858]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2882]: 6 -0.720508 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2895]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2920]: 6 -9.47229 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2922]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2924]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2928]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2929]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2932]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2935]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2938]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2940]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2942]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2944]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2945]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2948]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2952]: 6 -1.31257 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2953]: 6 -1.31252 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2978]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2981]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2982]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2984]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2985]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2986]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2987]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2989]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2992]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2995]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[2997]: 6 -1.25006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3009]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3011]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3013]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3015]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3017]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3020]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3023]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3026]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3027]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3032]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3034]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3036]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3038]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3040]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3041]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3044]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3048]: 6 -1.10719 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3078]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3079]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3081]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3084]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3086]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3087]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3088]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3089]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3090]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3093]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3105]: 6 -1.25008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3112]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3113]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3116]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3120]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3121]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3124]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3126]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3128]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3130]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3132]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3133]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3135]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3137]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3140]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3141]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3144]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3147]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3171]: 6 -0.994675 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3173]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3174]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3175]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3177]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3186]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3187]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3188]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3189]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3199]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3200]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3201]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3208]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3210]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3212]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3214]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3215]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3217]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3218]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3220]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3222]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3224]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3226]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3228]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3230]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3234]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3236]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3237]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3240]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3241]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3244]: 6 -1.31253 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3269]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3271]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3273]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3275]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3278]: 6 -1.04442 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3280]: 6 -1.17746 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3297]: 6 -0.989621 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3301]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3304]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3306]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3308]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3309]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3312]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3314]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3319]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3322]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3324]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3326]: 6 -0.645225 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3328]: 6 -0.290463 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3332]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3368]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3369]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3371]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3375]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3392]: 6 -0.998783 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3399]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3402]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3403]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3406]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3410]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3412]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3414]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3416]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3420]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3422]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3423]: 6 -1.00009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3426]: 6 -1.25002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3459]: 6 -0.978692 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3461]: 6 -1.0313 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3471]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3500]: 6 -4.72115 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3501]: 6 -2.75004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3504]: 6 -1.00003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3506]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3507]: 6 -1.00004 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3510]: 6 -1.00008 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3511]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3514]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3554]: 6 -0.999744 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3556]: 6 -1.24995 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3557]: 6 -1.25003 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3560]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3565]: 6 -1.0001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3566]: 6 -1.25009 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3600]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3602]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3650]: 6 -1.00006 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3653]: 6 -1.00005 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3694]: 6 -6.73012 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3708]: 6 -0.999995 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3718]: 6 -10 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3719]: 6 -1.00007 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3757]: 6 -1.0888 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3786]: 6 -1.00002 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3794]: 6 -1.32172 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3888]: 6 -1.06251 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[3938]: 6 -1.00001 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[4067]: 6 0 3.03756 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[4076]: 6 -1.01695 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[4084]: 6 -0.677519 0 shouldn't be
2566.97/2573.93	WSVECS04 Frhs2[4104]: 6 -1.00003 0 shouldn't be
2641.09/2648.28	c #Conflicts:    3972000 | #Constraints:      49728
2641.09/2648.28	c #Conflicts:    3973000 | #Constraints:      50728
2641.09/2648.28	c #Conflicts:    3974000 | #Constraints:      51728
2641.09/2648.28	c #Conflicts:    3975000 | #Constraints:      52728
2641.09/2648.28	c #Conflicts:    3976000 | #Constraints:      53728
2641.09/2648.28	c #Conflicts:    3977000 | #Constraints:      54728
2641.09/2648.28	c #Conflicts:    3978000 | #Constraints:      55728
2641.09/2648.28	c #Conflicts:    3979000 | #Constraints:      56728
2641.09/2648.28	c #Conflicts:    3980000 | #Constraints:      57728
2641.09/2648.28	c #Conflicts:    3981000 | #Constraints:      58728
2641.09/2648.28	c #Conflicts:    3982000 | #Constraints:      59728
2641.09/2648.28	c #Conflicts:    3983000 | #Constraints:      60728
2641.09/2648.28	c #Conflicts:    3984000 | #Constraints:      61728
2641.09/2648.28	c #Conflicts:    3985000 | #Constraints:      62728
2641.09/2648.28	c #Conflicts:    3986000 | #Constraints:      63728
2641.09/2648.28	c #Conflicts:    3987000 | #Constraints:      64728
2641.09/2648.28	c #Conflicts:    3988000 | #Constraints:      65728
2641.09/2648.28	c #Conflicts:    3989000 | #Constraints:      66728
2641.09/2648.28	c #Conflicts:    3990000 | #Constraints:      67728
2641.09/2648.28	c #Conflicts:    3991000 | #Constraints:      68728
2641.09/2648.28	c #Conflicts:    3992000 | #Constraints:      69728
2641.09/2648.28	c #Conflicts:    3993000 | #Constraints:      70728
2641.09/2648.28	c #Conflicts:    3994000 | #Constraints:      71728
2641.09/2648.28	c #Conflicts:    3995000 | #Constraints:      72729
2641.09/2648.28	c #Conflicts:    3996000 | #Constraints:      73729
2641.09/2648.28	c #Conflicts:    3997000 | #Constraints:      74729
2641.09/2648.28	c #Conflicts:    3998000 | #Constraints:      75729
2641.09/2648.28	c #Conflicts:    3999000 | #Constraints:      76729
2641.09/2648.28	c #Conflicts:    4000000 | #Constraints:      77729
2641.09/2648.28	c #Conflicts:    4001000 | #Constraints:      78729
2641.09/2648.28	c #Conflicts:    4002000 | #Constraints:      79729
2641.09/2648.28	c #Conflicts:    4003000 | #Constraints:      80729
2641.09/2648.28	c #Conflicts:    4004000 | #Constraints:      81729
2641.09/2648.28	c #Conflicts:    4005000 | #Constraints:      82729
2641.09/2648.28	c #Conflicts:    4006000 | #Constraints:      83729
2641.09/2648.28	c #Conflicts:    4007000 | #Constraints:      84729
2641.09/2648.28	c #Conflicts:    4008000 | #Constraints:      85729
2641.09/2648.28	c #Conflicts:    4009000 | #Constraints:      86729
2641.09/2648.28	c #Conflicts:    4010000 | #Constraints:      87729
2641.09/2648.28	c #Conflicts:    4011000 | #Constraints:      88729
2641.09/2648.28	c INPROCESSING
2641.09/2648.28	c GARBAGE COLLECT
2641.09/2648.28	c #Conflicts:    4012000 | #Constraints:      49929
2641.09/2648.28	c #Conflicts:    4013000 | #Constraints:      50929
2641.09/2648.28	c #Conflicts:    4014000 | #Constraints:      51929
2641.09/2648.28	c #Conflicts:    4015000 | #Constraints:      52929
2641.09/2648.28	c #Conflicts:    4016000 | #Constraints:      53929
2641.09/2648.28	c #Conflicts:    4017000 | #Constraints:      54929
2641.09/2648.28	c #Conflicts:    4018000 | #Constraints:      55929
2641.09/2648.28	c #Conflicts:    4019000 | #Constraints:      56929
2641.09/2648.28	c #Conflicts:    4020000 | #Constraints:      57929
2641.09/2648.28	c #Conflicts:    4021000 | #Constraints:      58929
2641.09/2648.28	c #Conflicts:    4022000 | #Constraints:      59929
2641.09/2648.28	c #Conflicts:    4023000 | #Constraints:      60929
2641.09/2648.28	c #Conflicts:    4024000 | #Constraints:      61929
2641.09/2648.28	c #Conflicts:    4025000 | #Constraints:      62929
2641.09/2648.28	c #Conflicts:    4026000 | #Constraints:      64176
2641.09/2648.28	c #Conflicts:    4027000 | #Constraints:      65669
2641.09/2648.28	c #Conflicts:    4028000 | #Constraints:      67188
2641.09/2648.28	c #Conflicts:    4029000 | #Constraints:      68703
2641.09/2648.28	c #Conflicts:    4030000 | #Constraints:      70211
2641.09/2648.28	c #Conflicts:    4031000 | #Constraints:      71727
2641.09/2648.28	c #Conflicts:    4032000 | #Constraints:      73234
2641.09/2648.28	c #Conflicts:    4033000 | #Constraints:      74754
2641.09/2648.28	c #Conflicts:    4034000 | #Constraints:      76259
2641.09/2648.28	c #Conflicts:    4035000 | #Constraints:      77780
2641.09/2648.28	c #Conflicts:    4036000 | #Constraints:      79281
2641.09/2648.28	c #Conflicts:    4037000 | #Constraints:      80781
2641.09/2648.28	c #Conflicts:    4038000 | #Constraints:      82281
2641.09/2648.28	c #Conflicts:    4039000 | #Constraints:      83805
2641.09/2648.28	c #Conflicts:    4040000 | #Constraints:      85319
2641.09/2648.28	c #Conflicts:    4041000 | #Constraints:      86829
2641.09/2648.28	c #Conflicts:    4042000 | #Constraints:      88355
2641.09/2648.28	c #Conflicts:    4043000 | #Constraints:      89845
2641.09/2648.28	c #Conflicts:    4044000 | #Constraints:      91356
2641.09/2648.28	c #Conflicts:    4045000 | #Constraints:      92885
2641.09/2648.28	c #Conflicts:    4046000 | #Constraints:      94394
2641.09/2648.28	c #Conflicts:    4047000 | #Constraints:      95909
2641.09/2648.28	c #Conflicts:    4048000 | #Constraints:      97434
2641.09/2648.28	c #Conflicts:    4049000 | #Constraints:      98933
2641.09/2648.28	c #Conflicts:    4050000 | #Constraints:     100044
2729.80/2737.15	c #Conflicts:    4051000 | #Constraints:     101044
2729.80/2737.15	c INPROCESSING
2729.80/2737.15	c GARBAGE COLLECT
2729.80/2737.15	c #Conflicts:    4052000 | #Constraints:      55987
2729.80/2737.15	c #Conflicts:    4053000 | #Constraints:      56987
2729.80/2737.15	c #Conflicts:    4054000 | #Constraints:      57987
2729.80/2737.15	c #Conflicts:    4055000 | #Constraints:      58987
2729.80/2737.15	c #Conflicts:    4056000 | #Constraints:      59987
2729.80/2737.15	c #Conflicts:    4057000 | #Constraints:      60987
2729.80/2737.15	c #Conflicts:    4058000 | #Constraints:      61987
2729.80/2737.15	c #Conflicts:    4059000 | #Constraints:      62987
2729.80/2737.15	c #Conflicts:    4060000 | #Constraints:      63987
2729.80/2737.15	c #Conflicts:    4061000 | #Constraints:      64987
2729.80/2737.15	c #Conflicts:    4062000 | #Constraints:      65987
2729.80/2737.15	c #Conflicts:    4063000 | #Constraints:      66987
2729.80/2737.15	c #Conflicts:    4064000 | #Constraints:      67987
2729.80/2737.15	c #Conflicts:    4065000 | #Constraints:      68987
2729.80/2737.15	c #Conflicts:    4066000 | #Constraints:      69987
2729.80/2737.15	c #Conflicts:    4067000 | #Constraints:      70987
2729.80/2737.15	c #Conflicts:    4068000 | #Constraints:      71987
2729.80/2737.15	c #Conflicts:    4069000 | #Constraints:      72987
2729.80/2737.15	c #Conflicts:    4070000 | #Constraints:      73987
2729.80/2737.15	c #Conflicts:    4071000 | #Constraints:      74987
2729.80/2737.15	c #Conflicts:    4072000 | #Constraints:      75987
2729.80/2737.15	c #Conflicts:    4073000 | #Constraints:      76987
2729.80/2737.15	c #Conflicts:    4074000 | #Constraints:      77987
2729.80/2737.15	c #Conflicts:    4075000 | #Constraints:      78987
2729.80/2737.15	c #Conflicts:    4076000 | #Constraints:      79987
2729.80/2737.15	c #Conflicts:    4077000 | #Constraints:      80987
2729.80/2737.15	c #Conflicts:    4078000 | #Constraints:      81987
2729.80/2737.15	c #Conflicts:    4079000 | #Constraints:      82987
2729.80/2737.15	c #Conflicts:    4080000 | #Constraints:      83987
2729.80/2737.15	c #Conflicts:    4081000 | #Constraints:      84987
2729.80/2737.15	c #Conflicts:    4082000 | #Constraints:      85987
2729.80/2737.15	c #Conflicts:    4083000 | #Constraints:      86987
2729.80/2737.15	c #Conflicts:    4084000 | #Constraints:      87987
2729.80/2737.15	c #Conflicts:    4085000 | #Constraints:      88987
2729.80/2737.15	c #Conflicts:    4086000 | #Constraints:      89987
2729.80/2737.15	c #Conflicts:    4087000 | #Constraints:      90987
2729.80/2737.15	c #Conflicts:    4088000 | #Constraints:      91987
2729.80/2737.15	c #Conflicts:    4089000 | #Constraints:      92987
2729.80/2737.15	c #Conflicts:    4090000 | #Constraints:      93987
2729.80/2737.15	c #Conflicts:    4091000 | #Constraints:      94987
2729.80/2737.15	c INPROCESSING
2729.80/2737.15	c GARBAGE COLLECT
2729.80/2737.15	c #Conflicts:    4092000 | #Constraints:      52748
2729.80/2737.15	c #Conflicts:    4093000 | #Constraints:      53748
2729.80/2737.15	c #Conflicts:    4094000 | #Constraints:      54748
2729.80/2737.15	c #Conflicts:    4095000 | #Constraints:      55748
2729.80/2737.15	c #Conflicts:    4096000 | #Constraints:      56748
2729.80/2737.15	c #Conflicts:    4097000 | #Constraints:      57748
2729.80/2737.15	c #Conflicts:    4098000 | #Constraints:      58748
2729.80/2737.15	c #Conflicts:    4099000 | #Constraints:      59748
2729.80/2737.15	c #Conflicts:    4100000 | #Constraints:      60748
2729.80/2737.15	c #Conflicts:    4101000 | #Constraints:      61748
2729.80/2737.15	c #Conflicts:    4102000 | #Constraints:      62748
2729.80/2737.15	c #Conflicts:    4103000 | #Constraints:      63748
2729.80/2737.15	c #Conflicts:    4104000 | #Constraints:      64748
2729.80/2737.15	c #Conflicts:    4105000 | #Constraints:      65748
2729.80/2737.15	c #Conflicts:    4106000 | #Constraints:      66748
2729.80/2737.15	c #Conflicts:    4107000 | #Constraints:      67748
2729.80/2737.15	c #Conflicts:    4108000 | #Constraints:      68748
2729.80/2737.15	c #Conflicts:    4109000 | #Constraints:      69748
2729.80/2737.15	c #Conflicts:    4110000 | #Constraints:      70749
2729.80/2737.15	c #Conflicts:    4111000 | #Constraints:      71771
2729.80/2737.15	c #Conflicts:    4112000 | #Constraints:      72771
2729.80/2737.15	c #Conflicts:    4113000 | #Constraints:      73771
2729.80/2737.15	c #Conflicts:    4114000 | #Constraints:      74771
2729.80/2737.15	c #Conflicts:    4115000 | #Constraints:      75771
2729.80/2737.15	c #Conflicts:    4116000 | #Constraints:      76771
2729.80/2737.15	c #Conflicts:    4117000 | #Constraints:      77771
2729.80/2737.15	c #Conflicts:    4118000 | #Constraints:      78771
2729.80/2737.15	c #Conflicts:    4119000 | #Constraints:      79771
2729.80/2737.15	c #Conflicts:    4120000 | #Constraints:      80771
2729.80/2737.15	c #Conflicts:    4121000 | #Constraints:      81784
2729.80/2737.15	c #Conflicts:    4122000 | #Constraints:      82784
2729.80/2737.15	c #Conflicts:    4123000 | #Constraints:      83784
2729.80/2737.15	c #Conflicts:    4124000 | #Constraints:      84784
2729.80/2737.15	c #Conflicts:    4125000 | #Constraints:      85784
2729.80/2737.15	c #Conflicts:    4126000 | #Constraints:      86784
2729.80/2737.15	c #Conflicts:    4127000 | #Constraints:      87784
2761.12/2768.55	c #Conflicts:    4128000 | #Constraints:      88784
2761.12/2768.55	c #Conflicts:    4129000 | #Constraints:      89784
2761.12/2768.55	c #Conflicts:    4130000 | #Constraints:      90784
2761.12/2768.55	c #Conflicts:    4131000 | #Constraints:      91784
2761.12/2768.55	c #Conflicts:    4132000 | #Constraints:      92784
2761.12/2768.55	c INPROCESSING
2761.12/2768.55	c GARBAGE COLLECT
2761.12/2768.55	c #Conflicts:    4133000 | #Constraints:      51823
2761.12/2768.55	c #Conflicts:    4134000 | #Constraints:      52823
2761.12/2768.55	c #Conflicts:    4135000 | #Constraints:      53823
2761.12/2768.55	c #Conflicts:    4136000 | #Constraints:      54823
2761.12/2768.55	c #Conflicts:    4137000 | #Constraints:      55823
2761.12/2768.55	c #Conflicts:    4138000 | #Constraints:      56849
2761.12/2768.55	c #Conflicts:    4139000 | #Constraints:      57849
2761.12/2768.55	c #Conflicts:    4140000 | #Constraints:      58849
2761.12/2768.55	c #Conflicts:    4141000 | #Constraints:      59849
2761.12/2768.55	c #Conflicts:    4142000 | #Constraints:      60849
2761.12/2768.55	c #Conflicts:    4143000 | #Constraints:      61850
2761.12/2768.55	c #Conflicts:    4144000 | #Constraints:      62850
2761.12/2768.55	c #Conflicts:    4145000 | #Constraints:      63862
2761.12/2768.55	c #Conflicts:    4146000 | #Constraints:      64863
2761.12/2768.55	c #Conflicts:    4147000 | #Constraints:      65864
2761.12/2768.55	c #Conflicts:    4148000 | #Constraints:      66864
2761.12/2768.55	c #Conflicts:    4149000 | #Constraints:      67864
2761.12/2768.55	c #Conflicts:    4150000 | #Constraints:      68864
2761.12/2768.55	c #Conflicts:    4151000 | #Constraints:      69865
2761.12/2768.55	c #Conflicts:    4152000 | #Constraints:      70865
2761.12/2768.55	c #Conflicts:    4153000 | #Constraints:      71865
2761.12/2768.55	c #Conflicts:    4154000 | #Constraints:      72865
2761.12/2768.55	c #Conflicts:    4155000 | #Constraints:      73866
2761.12/2768.55	c #Conflicts:    4156000 | #Constraints:      74866
2761.12/2768.55	c #Conflicts:    4157000 | #Constraints:      75866
2761.12/2768.55	c #Conflicts:    4158000 | #Constraints:      76866
2761.12/2768.55	c #Conflicts:    4159000 | #Constraints:      77866
2761.12/2768.55	c #Conflicts:    4160000 | #Constraints:      78866
2761.12/2768.55	c #Conflicts:    4161000 | #Constraints:      79866
2761.12/2768.55	c #Conflicts:    4162000 | #Constraints:      80866
2761.12/2768.55	c #Conflicts:    4163000 | #Constraints:      81867
2761.12/2768.55	c #Conflicts:    4164000 | #Constraints:      82867
2761.12/2768.55	c #Conflicts:    4165000 | #Constraints:      83867
2761.12/2768.55	c #Conflicts:    4166000 | #Constraints:      84867
2761.12/2768.55	c #Conflicts:    4167000 | #Constraints:      85867
2761.12/2768.55	c #Conflicts:    4168000 | #Constraints:      86867
2761.12/2768.55	c #Conflicts:    4169000 | #Constraints:      87867
2761.12/2768.55	c #Conflicts:    4170000 | #Constraints:      88867
2761.12/2768.55	c #Conflicts:    4171000 | #Constraints:      89867
2761.12/2768.55	c #Conflicts:    4172000 | #Constraints:      90868
2761.12/2768.55	c #Conflicts:    4173000 | #Constraints:      91868
2761.12/2768.55	c INPROCESSING
2761.12/2768.55	c GARBAGE COLLECT
2761.12/2768.55	WSVECS04 Frhs2[12]: 6 -2.29687 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[15]: 6 -1.27209 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[19]: 6 -2.08727 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[30]: 6 -2.20495 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[31]: 6 -0.988897 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[33]: 6 -0.983201 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[34]: 6 -1.0443 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[51]: 6 -1.05889 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[52]: 6 -0.97425 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[56]: 6 -1.04828 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[59]: 6 -1.49751 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[61]: 6 -0.162667 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[65]: 6 -1.88358 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[67]: 6 -1.84125 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[76]: 6 -2.66714 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[82]: 6 -1.70812 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[83]: 6 -0.0214808 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[92]: 6 -1.0974 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[98]: 6 -1.04501 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[99]: 6 -0.000762862 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[129]: 6 -8.80765 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[130]: 6 0 2.45658 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[132]: 6 -1.89596 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[142]: 6 -1.09718 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[146]: 6 -1.69558 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[147]: 6 -1.13281 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[148]: 6 -1.02533 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[149]: 6 -5.95353 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[156]: 6 -1.08702 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[169]: 6 0 1.91982 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[173]: 6 -0.978619 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[182]: 6 -1.14419 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[188]: 6 -1.34125 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[204]: 6 -2.45526 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[205]: 6 -1.06723 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[206]: 6 -1.04329 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[220]: 6 -0.987806 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[233]: 6 -1.38794 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[243]: 6 -2.00157 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[273]: 6 -1.53316 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[283]: 6 -1.11258 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[288]: 6 -0.0352816 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[289]: 6 -1.19582 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[291]: 6 -1.11483 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[299]: 6 -1.46303 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[323]: 6 -0.984113 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[328]: 6 0 2.41787 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[329]: 6 -1.71728 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[348]: 6 -1.08708 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[366]: 6 -1.01596 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[371]: 6 -1.33368 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[385]: 6 -1.25911 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[398]: 6 -1.02867 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[406]: 6 -1.19854 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[424]: 6 -4.08469 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[425]: 6 -0.027721 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[446]: 6 -2.20321 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[451]: 6 -1.58397 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[456]: 6 -2.29578 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[459]: 6 -1.46673 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[461]: 6 -0.966066 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[467]: 6 -1.08616 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[484]: 6 -3.74434 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[492]: 6 -3.87813 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[494]: 6 -1.09828 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[516]: 6 -4.86678 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[523]: 6 -0.993346 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[527]: 6 -1.10248 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[533]: 6 -1.0669 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[534]: 6 -0.998369 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[535]: 6 -0.955262 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[537]: 6 -0.326179 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[543]: 6 0 0.550873 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[547]: 6 -1.08477 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[549]: 6 -1.15601 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[563]: 6 -1.29367 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[566]: 6 -1.28836 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[571]: 6 -0.990406 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[584]: 6 0 3.96408 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[591]: 6 -1.06957 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[594]: 6 -1.30553 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[597]: 6 -2.84018 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[604]: 6 -1.10265 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[620]: 6 -1.09989 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[624]: 6 -0.79392 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[632]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[633]: 6 -0.9952 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[637]: 6 -1.02482 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[639]: 6 0 0.874625 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[648]: 6 -2.62191 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[649]: 6 -4.71615 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[652]: 6 -2.42964 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[662]: 6 -1.2519 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[667]: 6 -1.62255 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[677]: 6 -1.28392 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[684]: 6 -1.04999 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[687]: 6 -0.805243 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[688]: 6 -1.19464 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[690]: 6 -0.96165 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[691]: 6 -1.87419 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[716]: 6 -1.02574 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[721]: 6 -0.998391 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[724]: 6 -1.03243 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[727]: 6 -1.33655 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[734]: 6 -1.00766 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[736]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1035]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1057]: 6 0 1.89404 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1061]: 6 -1.73375 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1070]: 6 -3.36858 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1073]: 6 -0.978908 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1077]: 6 -0.875493 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1078]: 6 -0.656758 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1083]: 6 -1.2541 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1093]: 6 -1.61734 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1097]: 6 -21.6298 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1098]: 6 -14.8366 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1105]: 6 -1.04219 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1110]: 6 -0.960583 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1112]: 6 -1.03376 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1115]: 6 -1.29388 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1126]: 6 -2.20694 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1130]: 6 0 0.144712 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1135]: 6 -1.1173 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1144]: 6 -1.10594 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1151]: 6 -1.15627 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1167]: 6 -1.52789 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1171]: 6 -1.65812 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1181]: 6 -1.03068 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1187]: 6 -0.999893 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1188]: 6 -1.25664 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1199]: 6 -1.19894 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1200]: 6 -1.35346 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1206]: 6 -0.953 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1207]: 6 -1.41282 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1212]: 6 -1.00458 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1216]: 6 -1.23493 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1225]: 6 -1.0587 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1230]: 6 -1.64117 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1231]: 6 -1.80592 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1232]: 6 -1.22773 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1239]: 6 0 0.73831 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1240]: 6 -1.04519 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1257]: 6 0 8.62863e-05 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1258]: 6 -1.22522 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1262]: 6 -0.999901 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1263]: 6 -1.2501 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1264]: 6 -1.32541 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1265]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1268]: 6 -0.693084 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1269]: 6 -1.5938 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1270]: 6 -1.25177 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1273]: 6 -1.3268 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1277]: 6 0 0.101526 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1278]: 6 -1.88486 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1282]: 6 -0.499358 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1289]: 6 -1.1299 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1290]: 6 -1.26516 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1297]: 6 -0.998327 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1300]: 6 -0.764309 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1302]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1303]: 6 -0.750043 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1306]: 6 -1.1723 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1310]: 6 -1.03913 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1313]: 6 0 0.934809 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1325]: 6 -0.950047 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1326]: 6 -1.27735 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1337]: 6 -1.2106 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1338]: 6 -0.718825 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1340]: 6 -1.31258 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1344]: 6 -1.25002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1363]: 6 -0.956545 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1369]: 6 -1.62509 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1372]: 6 -1.3126 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1374]: 6 -0.75009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1376]: 6 -3.18759 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1377]: 6 0 3.59373 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1388]: 6 -2.0521 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1391]: 6 -1.25171 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1400]: 6 -1.23846 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1402]: 6 -0.746141 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1404]: 6 -1.11656 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1405]: 6 -1.25005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1411]: 6 -3.23455 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1419]: 6 -1.25362 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1420]: 6 -0.739588 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1429]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1433]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1434]: 6 -1.00111 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1435]: 6 -2.00213 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1437]: 6 -1.00784 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1444]: 6 -1.19219 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1445]: 6 -0.986968 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1453]: 6 -1.06825 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1461]: 6 -1.29565 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1467]: 6 -1.00096 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1469]: 6 -1.51993 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1473]: 6 0 0.632217 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1474]: 6 0 0.250851 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1475]: 6 -1.54192 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1479]: 6 -0.820547 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1480]: 6 -0.843214 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1482]: 6 -1.0218 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1491]: 6 -0.780612 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1497]: 6 -1.0614 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1501]: 6 -1.22728 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1503]: 6 -2.05936 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1505]: 6 -1.43608 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1508]: 6 -2.15132 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1510]: 6 -2.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1511]: 6 -1.50294 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1512]: 6 -1.48054 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1513]: 6 -0.961002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1515]: 6 -0.963706 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1516]: 6 -1.35797 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1518]: 6 -0.986179 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1522]: 6 -0.843646 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1531]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1533]: 6 -1.20462 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1534]: 6 -1.51484 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1535]: 6 -1.02955 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1536]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1545]: 6 -0.936377 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1546]: 6 -0.984089 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1555]: 6 -1.25007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1561]: 6 -1.05341 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1563]: 6 -0.875072 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1565]: 6 -1.4515 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1570]: 6 -1.90435 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1577]: 6 -1.12869 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1578]: 6 -0.566876 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1579]: 6 -1.61662 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1587]: 6 -1.27746 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1589]: 6 -1.28946 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1591]: 6 -0.993132 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1595]: 6 -1.27343 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1596]: 6 -1.42756 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1598]: 6 -1.26581 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1599]: 6 -0.745242 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1601]: 6 -1.13535 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1605]: 6 -2.18163 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1607]: 6 -2.54752 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1609]: 6 -1.13455 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1611]: 6 -1.36459 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1614]: 6 -2.00866 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1616]: 6 -0.589321 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1617]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1619]: 6 -0.869474 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1623]: 6 -0.841096 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1625]: 6 -1.32213 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1626]: 6 -1.0642 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1627]: 6 -1.04978 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1648]: 6 -0.966315 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1689]: 6 -1.05429 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1690]: 6 -0.990324 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1718]: 6 -0.83897 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1752]: 6 -0.578474 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1788]: 6 -1.0803 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1962]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1968]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1973]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1976]: 6 -0.964796 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1980]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1984]: 6 -1.00498 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1989]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1991]: 6 -1.3522 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1993]: 6 -0.765884 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[1995]: 6 -0.584426 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2008]: 6 -1.11253 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2009]: 6 -0.998126 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2012]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2014]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2016]: 6 -1.01377 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2049]: 6 -0.997544 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2052]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2056]: 6 -0.95959 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2060]: 6 -0.797964 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2070]: 6 -81.9169 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2073]: 6 -0.987882 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2074]: 6 -0.975715 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2076]: 6 -1.11886 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2078]: 6 -1.09727 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2081]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2085]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2089]: 6 -1.03105 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2093]: 6 -1.08737 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2097]: 6 -0.65091 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2100]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2101]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2104]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2106]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2108]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2110]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2112]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2118]: 6 -0.706738 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2122]: 6 -1.28001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2130]: 6 -0.985981 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2150]: 6 0 1.0001 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2158]: 6 -1.2349 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2160]: 6 -1.20461 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2165]: 6 -1.07558 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2170]: 6 -5.00861 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2172]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2174]: 6 -1.00685 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2175]: 6 -1.04087 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2178]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2180]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2181]: 6 -4.88796 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2184]: 6 -1.22499 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2186]: 6 -16.8966 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2188]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2193]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2197]: 6 -1.23578 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2200]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2202]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2203]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2206]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2207]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2215]: 6 -1.62863 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2220]: 6 -1.49884 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2223]: 6 -0.500147 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2229]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2231]: 6 -0.991817 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2233]: 6 -0.967125 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2241]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2243]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2245]: 6 -1.00907 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2270]: 6 -2.99972 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2271]: 6 -0.999788 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2273]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2276]: 6 -1.0778 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2279]: 6 -1.0452 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2282]: 6 -0.991847 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2283]: 6 -0.972117 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2286]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2290]: 6 -1.12413 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2296]: 6 -1.0613 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2300]: 6 0 3.34854 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2310]: 6 -2.88683 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2313]: 6 -1.27173 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2319]: 6 -1.02254 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2322]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2323]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2324]: 6 -0.950689 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2327]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2337]: 6 -1.05558 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2339]: 6 -1.12847 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2352]: 6 -10.2991 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2360]: 6 -11.4567 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2361]: 6 -1.01121 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2364]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2369]: 6 -0.98617 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2372]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2373]: 6 -0.994057 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2376]: 6 -1.19759 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2377]: 6 -0.976159 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2379]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2390]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2391]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2395]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2398]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2406]: 6 -1.1026 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2408]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2413]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2414]: 6 -1.02658 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2418]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2427]: 6 -1.00998 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2434]: 6 -1.07324 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2439]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2442]: 6 -1.2618 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2445]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2448]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2449]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2451]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2455]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2458]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2459]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2462]: 6 -1.06907 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2465]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2468]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2469]: 6 -1.00312 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2472]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2473]: 6 -1.01223 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2476]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2477]: 6 -1.04872 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2480]: 6 -1.29224 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2486]: 6 -0.798167 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2501]: 6 -1.50001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2509]: 6 -1.10196 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2518]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2528]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2529]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2550]: 6 0 1.10194 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2551]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2554]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2556]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2558]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2559]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2562]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2564]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2565]: 6 -1.00018 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2568]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2571]: 6 -1.00347 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2573]: 6 -1.00141 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2576]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2586]: 6 -1.25008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2595]: 6 -1.62504 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2597]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2601]: 6 -1.37117 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2603]: 6 -1.25005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2605]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2610]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2612]: 6 -1.25009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2619]: 6 -1.05211 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2634]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2640]: 6 -5.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2654]: 6 -5.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2655]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2658]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2659]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2662]: 6 -1.31331 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2672]: 6 -1.34496 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2673]: 6 -1.34493 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2677]: 6 -1.32817 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2681]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2695]: 6 -1.62503 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2696]: 6 -1.25001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2698]: 6 -0.993793 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2699]: 6 -0.98754 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2701]: 6 -1.0501 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2712]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2714]: 6 -1.30691 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2727]: 6 -0.906083 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2731]: 6 -1.62432 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2738]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2740]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2741]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2744]: 6 -1.10013 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2748]: 6 -0.799989 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2751]: 6 -1.6502 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2757]: 6 -1.25007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2764]: 6 -1.0072 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2765]: 6 -1.00723 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2768]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2771]: 6 -0.500045 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2774]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2776]: 6 -1.25007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2777]: 6 -1.12506 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2798]: 6 -0.924923 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2804]: 6 -1.25006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2818]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2819]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2822]: 6 -0.519763 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2828]: 6 -1.7008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2829]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2834]: 6 -5.42382 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2836]: 6 -13.8476 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2838]: 6 -0.969383 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2840]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2842]: 6 -1.1229 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2844]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2846]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2847]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2849]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2852]: 6 -1.25008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2857]: 6 -0.375047 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2860]: 6 -1.25006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2868]: 6 -0.937536 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2874]: 6 -5.4688 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2879]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2898]: 6 -0.999622 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2899]: 6 -0.50007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2903]: 6 -1.0067 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2904]: 6 -1.02946 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2905]: 6 -0.914512 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2922]: 6 0 2.9147 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2926]: 6 -1.40144 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2928]: 6 -5.85258 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2932]: 6 -2.05208 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2936]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2940]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2941]: 6 -1.00013 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2944]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2945]: 6 -1.00028 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2949]: 6 -1.00084 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2952]: 6 -5.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2955]: 6 -1.02102 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2957]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2960]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2967]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2986]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2987]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2991]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2996]: 6 -1.25002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[2997]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3000]: 6 -1.25008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3004]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3005]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3006]: 6 -1.50006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3014]: 6 -3.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3024]: 6 -5.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3026]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3028]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3029]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3032]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3033]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3036]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3038]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3042]: 6 -2.10372 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3044]: 6 -1.25004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3049]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3051]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3054]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3055]: 6 -0.500026 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3057]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3064]: 6 -1.50008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3065]: 6 -1.50004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3081]: 6 -0.99582 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3088]: 6 -1.00679 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3095]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3098]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3102]: 6 -1.06169 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3105]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3107]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3120]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3121]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3124]: 6 -1.03371 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3128]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3129]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3132]: 6 -1.00361 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3133]: 6 -1.00358 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3137]: 6 -0.500016 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3140]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3141]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3143]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3145]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3147]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3149]: 6 -1.25008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3151]: 6 -0.500025 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3153]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3160]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3161]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3164]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3171]: 6 -0.0658762 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3174]: 6 -1.25004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3180]: 6 -1.00854 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3185]: 6 -1.00078 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3191]: 6 -1.25008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3194]: 6 -1.31353 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3214]: 6 0 1.26476 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3216]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3218]: 6 -1.02634 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3219]: 6 -1.02629 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3223]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3226]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3227]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3230]: 6 -1.54965 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3234]: 6 -1.2195 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3235]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3237]: 6 -1.00568 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3243]: 6 -1.25005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3250]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3254]: 6 -3.499 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3255]: 6 -0.500037 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3260]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3261]: 6 -3.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3287]: 6 -0.999842 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3289]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3290]: 6 -1.2501 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3291]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3294]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3297]: 6 -1.03751 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3299]: 6 -1.49995 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3312]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3314]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3316]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3318]: 6 -1.13867 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3320]: 6 -1.27822 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3322]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3323]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3326]: 6 -1.25006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3331]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3335]: 6 -1.11571 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3341]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3344]: 6 -1.25006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3345]: 6 -1.25004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3352]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3363]: 6 -1.44851 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3367]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3368]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3385]: 6 -1.01541 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3395]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3400]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3402]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3403]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3406]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3408]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3410]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3414]: 6 -1.00161 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3416]: 6 -1.00313 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3418]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3420]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3421]: 6 -1.01379 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3424]: 6 -1.25002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3425]: 6 -0.728373 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3429]: 6 -0.913297 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3432]: 6 -1.3472 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3436]: 6 -0.992333 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3437]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3440]: 6 -1.03093 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3441]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3444]: 6 -0.938359 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3447]: 6 -1.12336 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3450]: 6 -1.25003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3452]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3459]: 6 -1.26534 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3462]: 6 -1.68974 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3480]: 6 -1.00107 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3481]: 6 -1.00209 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3483]: 6 -1.00783 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3485]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3490]: 6 -1.26534 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3491]: 6 -1.34778 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3496]: 6 0 1.00005 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3502]: 6 0 1.00002 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3512]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3516]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3520]: 6 -1.85365 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3528]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3531]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3535]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3538]: 6 -0.999604 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3540]: 6 -4.98372 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3543]: 6 -1.03105 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3546]: 6 -1.25004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3553]: 6 -1.10442 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3554]: 6 -1.22942 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3555]: 6 -0.958859 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3556]: 6 -0.999771 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3560]: 6 -1.28665 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3561]: 6 -1.25006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3565]: 6 -1.50032 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3569]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3570]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3571]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3574]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3577]: 6 -1.00094 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3581]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3586]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3592]: 6 -1.31251 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3606]: 6 -1.50029 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3608]: 6 -5.00058 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3612]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3614]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3615]: 6 -0.999628 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3617]: 6 -1.00844 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3620]: 6 -1.24993 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3623]: 6 -0.500079 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3625]: 6 -0.999958 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3628]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3632]: 6 -1.25001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3633]: 6 -1.24046 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3639]: 6 -1.00574 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3642]: 6 -1.28601 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3648]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3652]: 6 -1.47166 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3656]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3664]: 6 -0.999747 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3668]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3669]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3670]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3672]: 6 -0.626489 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3677]: 6 -1.0596 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3682]: 6 0 1.0001 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3687]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3692]: 6 -1.78888 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3694]: 6 -2.56489 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3696]: 6 -1.73839 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3698]: 6 -1.52786 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3703]: 6 0 2.00005 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3706]: 6 -5.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3708]: 6 -0.999825 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3709]: 6 -0.999826 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3712]: 6 -0.444521 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3716]: 6 -3.24453 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3717]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3720]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3721]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3724]: 6 -0.626469 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3728]: 6 -2.75174 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3735]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3738]: 6 -1.32861 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3739]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3742]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3752]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3763]: 6 -1.01794 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3769]: 6 -0.999672 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3784]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3786]: 6 -3.0113 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3790]: 6 -1.19071 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3792]: 6 -1.55118 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3794]: 6 -1.33955 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3796]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3798]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3800]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3802]: 6 -1.06905 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3804]: 6 -1.13799 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3806]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3808]: 6 -1.62573 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3810]: 6 -2.25144 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3812]: 6 -1.22569 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3817]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3820]: 6 -1.64086 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3824]: 6 -1.11525 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3825]: 6 -1.11605 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3828]: 6 -1.02152 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3829]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3832]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3833]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3836]: 6 -0.947008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3854]: 6 -1.01515 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3857]: 6 -1.26287 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3863]: 6 -1.20367 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3868]: 6 -1.50007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3869]: 6 -1.00879 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3873]: 6 -0.131179 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3875]: 6 -1.2489 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3877]: 6 -1.00959 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3879]: 6 -1.01488 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3882]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3886]: 6 0 0.250038 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3888]: 6 -1.06405 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3890]: 6 -1.12799 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3892]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3894]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3898]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3899]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3902]: 6 -1.27993 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3903]: 6 -1.27988 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3907]: 6 -0.469572 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3909]: 6 -1.0611 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3912]: 6 -1.22534 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3915]: 6 -1.08162 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3918]: 6 -0.460134 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3921]: 6 -1.12142 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3930]: 6 -1.44442 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3932]: 6 -0.996302 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3937]: 6 -0.238586 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3943]: 6 -1.3787 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3948]: 6 -0.541792 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3949]: 6 -1.06641 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3955]: 6 -1.00008 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3956]: 6 -0.872613 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3957]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3960]: 6 -1.37143 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3962]: 6 -1.34953 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3968]: 6 -1.50004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3969]: 6 -2.52295 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3988]: 6 0 11.6721 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3989]: 6 -1.00003 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3992]: 6 -1.00006 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3996]: 6 -1.00001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[3999]: 6 -1.62972 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4002]: 6 -0.974771 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4006]: 6 -1.15378 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4007]: 6 -1.25491 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4010]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4011]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4021]: 6 -1.13472 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4025]: 6 -1.14446 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4028]: 6 -1.0001 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4029]: 6 -1.00002 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4043]: 6 -1.25648 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4044]: 6 0 0.368075 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4045]: 6 -1.02552 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4046]: 6 -0.50896 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4053]: 6 -1.02975 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4056]: 6 -0.990522 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4068]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4070]: 6 0 0.668061 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4071]: 6 -1.25441 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4092]: 6 -1.0779 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4094]: 6 -1.13718 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4096]: 6 -1.00005 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4098]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4099]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4102]: 6 -1.01371 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4106]: 6 -0.999568 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4116]: 6 -1.00009 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4117]: 6 -1.00007 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4120]: 6 -1.48547 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4127]: 6 0 0.0314651 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4156]: 6 -1.00004 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4247]: 6 -1.02593 0 shouldn't be
2761.12/2768.55	WSVECS04 Frhs2[4248]: 6 -1.00003 0 shouldn't be
2796.54/2804.08	c #Conflicts:    4174000 | #Constraints:      51485
2796.54/2804.08	c #Conflicts:    4175000 | #Constraints:      52485
2796.54/2804.08	c #Conflicts:    4176000 | #Constraints:      53485
2796.54/2804.08	c #Conflicts:    4177000 | #Constraints:      54485
2796.54/2804.08	c #Conflicts:    4178000 | #Constraints:      55485
2796.54/2804.08	c #Conflicts:    4179000 | #Constraints:      56486
2796.54/2804.08	c #Conflicts:    4180000 | #Constraints:      57486
2796.54/2804.08	c #Conflicts:    4181000 | #Constraints:      58486
2796.54/2804.08	c #Conflicts:    4182000 | #Constraints:      59486
2796.54/2804.08	c #Conflicts:    4183000 | #Constraints:      60486
2796.54/2804.08	c #Conflicts:    4184000 | #Constraints:      61486
2796.54/2804.08	c #Conflicts:    4185000 | #Constraints:      62486
2796.54/2804.08	c #Conflicts:    4186000 | #Constraints:      63486
2796.54/2804.08	c #Conflicts:    4187000 | #Constraints:      64486
2796.54/2804.08	c #Conflicts:    4188000 | #Constraints:      65486
2796.54/2804.08	c #Conflicts:    4189000 | #Constraints:      66486
2796.54/2804.08	c #Conflicts:    4190000 | #Constraints:      67486
2796.54/2804.08	c #Conflicts:    4191000 | #Constraints:      68486
2796.54/2804.08	c #Conflicts:    4192000 | #Constraints:      69486
2796.54/2804.08	c #Conflicts:    4193000 | #Constraints:      70486
2796.54/2804.08	c #Conflicts:    4194000 | #Constraints:      71486
2796.54/2804.08	c #Conflicts:    4195000 | #Constraints:      72486
2796.54/2804.08	c #Conflicts:    4196000 | #Constraints:      73487
2796.54/2804.08	c #Conflicts:    4197000 | #Constraints:      74487
2796.54/2804.08	c #Conflicts:    4198000 | #Constraints:      75487
2796.54/2804.08	c #Conflicts:    4199000 | #Constraints:      76487
2796.54/2804.08	c #Conflicts:    4200000 | #Constraints:      77487
2796.54/2804.08	c #Conflicts:    4201000 | #Constraints:      78487
2796.54/2804.08	c #Conflicts:    4202000 | #Constraints:      79487
2796.54/2804.08	c #Conflicts:    4203000 | #Constraints:      80487
2796.54/2804.08	c #Conflicts:    4204000 | #Constraints:      81487
2796.54/2804.08	c #Conflicts:    4205000 | #Constraints:      82488
2796.54/2804.08	c #Conflicts:    4206000 | #Constraints:      83488
2796.54/2804.08	c #Conflicts:    4207000 | #Constraints:      84488
2796.54/2804.08	c #Conflicts:    4208000 | #Constraints:      85488
2796.54/2804.08	c #Conflicts:    4209000 | #Constraints:      86488
2796.54/2804.08	c #Conflicts:    4210000 | #Constraints:      87488
2796.54/2804.08	c #Conflicts:    4211000 | #Constraints:      88489
2796.54/2804.08	c #Conflicts:    4212000 | #Constraints:      89489
2796.54/2804.08	c #Conflicts:    4213000 | #Constraints:      90489
2796.54/2804.08	c #Conflicts:    4214000 | #Constraints:      91489
2796.54/2804.08	c INPROCESSING
2796.54/2804.08	c GARBAGE COLLECT
2796.54/2804.08	c #Conflicts:    4215000 | #Constraints:      51311
2796.54/2804.08	c #Conflicts:    4216000 | #Constraints:      52311
2796.54/2804.08	c #Conflicts:    4217000 | #Constraints:      53311
2796.54/2804.08	c #Conflicts:    4218000 | #Constraints:      54311
2796.54/2804.08	c #Conflicts:    4219000 | #Constraints:      55311
2796.54/2804.08	c #Conflicts:    4220000 | #Constraints:      56311
2796.54/2804.08	c #Conflicts:    4221000 | #Constraints:      57312
2796.54/2804.08	c #Conflicts:    4222000 | #Constraints:      58312
2796.54/2804.08	WSVECS04 Frhs2[4]: 6 -1.63023 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[6]: 6 -0.894717 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[20]: 6 -0.893394 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[40]: 6 0 3.59871 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[48]: 6 -0.506333 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[52]: 6 -1.10705 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[70]: 6 0 6.52808 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[75]: 6 -0.248147 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[80]: 6 -1.90385 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[82]: 6 0 0.389171 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[84]: 6 -0.862994 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[85]: 6 -1.36791 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[89]: 6 0 1.18286 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[91]: 6 0 2.2138 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[103]: 6 -0.931374 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[112]: 6 -1.57535 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[114]: 6 -0.308078 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[116]: 6 -0.430792 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[120]: 6 -26.6371 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[135]: 6 -0.630919 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[161]: 6 0 0.0507405 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[166]: 6 0 0.0737455 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[171]: 6 0 0.039732 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[175]: 6 -0.226333 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[176]: 6 -0.797761 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[196]: 6 -3.09591 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[200]: 6 0 2.48826 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[204]: 6 -0.41476 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[225]: 6 -0.405471 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[233]: 6 -1.83116 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[238]: 6 0 0.32396 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[319]: 6 0 0.428905 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[326]: 6 0 3.78762 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[327]: 6 -0.862941 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[328]: 6 0 3.91631 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[357]: 6 -1.22645 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[363]: 6 0 0.284303 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[365]: 6 -0.590412 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[370]: 6 0 0.321034 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[389]: 6 0 0.413049 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[421]: 6 0 1.10842 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[448]: 6 0 0.249195 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[454]: 6 -1.80533 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[467]: 6 -0.793266 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[495]: 6 -0.56658 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[500]: 6 -0.953931 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[505]: 6 0 0.929546 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[523]: 6 -1.04273 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[539]: 6 0 0.591261 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[545]: 6 -0.884318 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[548]: 6 -2.49015 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[551]: 6 0 0.312464 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[557]: 6 0 0.179332 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[561]: 6 -1.33615 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[572]: 6 -1.14392 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[586]: 6 -0.0120476 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[591]: 6 -1.00202 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[613]: 6 -1.58855 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[630]: 6 0 5.76978 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[632]: 6 -1.00001 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[633]: 6 -2.24992 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[635]: 6 -0.963095 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[642]: 6 0 1.02715 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[656]: 6 -1.65075 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[657]: 6 0 0.219469 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[662]: 6 -0.313015 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[669]: 6 0 0.312501 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[683]: 6 -1.33763 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[688]: 6 -0.427966 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[730]: 6 -1.99989 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1064]: 6 -1.19422 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1073]: 6 -1.3448 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1090]: 6 0 0.359601 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1093]: 6 -1.28842 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1107]: 6 -0.156425 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1129]: 6 -0.735748 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1136]: 6 -0.248098 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1253]: 6 -0.687502 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1284]: 6 -0.424997 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1316]: 6 0 0.654423 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1382]: 6 0 0.284429 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1383]: 6 -1.33352 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1416]: 6 0 3.88852 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1420]: 6 -0.943666 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1444]: 6 -2.66442 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1445]: 6 -1.41433 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1450]: 6 -0.972479 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1481]: 6 0 0.16031 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1484]: 6 -0.249532 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1488]: 6 0 0.0768253 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1511]: 6 -0.820235 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1512]: 6 -1.03178 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1515]: 6 -1.35892 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1539]: 6 -0.652281 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1551]: 6 0 1.02977 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1573]: 6 -0.259433 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1586]: 6 -0.59299 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1603]: 6 -0.941477 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1612]: 6 -1.1551 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1626]: 6 0 0.284824 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1645]: 6 -0.234317 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1647]: 6 -0.997114 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1769]: 6 -0.687501 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[1970]: 6 0 0.262269 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2049]: 6 -1.40625 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2062]: 6 -0.627754 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2077]: 6 -0.488948 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2080]: 6 -0.0695408 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2082]: 6 0 1 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2104]: 6 -8.83452 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2106]: 6 -15.669 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2138]: 6 -1.24483 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2154]: 6 0 1.48416 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2157]: 6 -0.968319 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2180]: 6 -0.555556 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2183]: 6 -0.5 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2223]: 6 -1.8668 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2256]: 6 0 1.49283 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2277]: 6 -1.99847 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2280]: 6 -0.835721 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2313]: 6 -1.69379 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2318]: 6 -0.962014 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2338]: 6 0 1 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2354]: 6 0 2.13538 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2371]: 6 -11.412 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2380]: 6 0 220.272 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2385]: 6 -1339.3 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2408]: 6 -1.33147 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2438]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2440]: 6 0 0.938928 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2442]: 6 -0.245578 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2457]: 6 -0.585741 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2477]: 6 -2.06076 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2507]: 6 -1.32812 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2531]: 6 -0.999587 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2548]: 6 0 1.31251 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2553]: 6 -0.749967 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2590]: 6 -5 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2592]: 6 0 1 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2595]: 6 -1.67076 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2655]: 6 -1.25 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2697]: 6 -1.41377 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2723]: 6 -1.25 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2728]: 6 -1.33297 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2733]: 6 -0.625001 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2818]: 6 -1.20226 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2882]: 6 -0.625416 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2884]: 6 0 1.49834 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2912]: 6 -1.25 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2914]: 6 0 1.17315 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2935]: 6 -1.40623 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[2978]: 6 -0.556467 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3013]: 6 -0.707032 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3081]: 6 -0.687501 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3105]: 6 -1.21875 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3136]: 6 -7.5657 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3147]: 6 -1.25 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3168]: 6 -5 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3172]: 6 0 0.409817 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3209]: 6 -1.20287 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3220]: 6 0 1.3125 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3223]: 6 -1.18942 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3241]: 6 -0.90727 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3252]: 6 -1.34375 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3264]: 6 0 1 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3267]: 6 -0.999438 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3274]: 6 -0.78626 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3280]: 6 -1.26972 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3300]: 6 -1.50113 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3308]: 6 -1.81244 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3314]: 6 0 1.5 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3318]: 6 -0.424091 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3321]: 6 -1.24625 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3364]: 6 0 0.103161 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3371]: 6 -1.5 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3376]: 6 -0.818842 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3403]: 6 -1.40834 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3414]: 6 0 0.769111 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3415]: 6 -1.23089 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3428]: 6 -0.953931 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3441]: 6 -3.7039 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3472]: 6 -2.16749 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3496]: 6 -1.46453 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3500]: 6 0 0.757413 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3537]: 6 -1.01611 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3540]: 6 -1.34181 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3548]: 6 0 1.5 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3555]: 6 -1.23193 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3556]: 6 -1.33192 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3559]: 6 -1.05594 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3589]: 6 -0.666018 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3608]: 6 -1.33894 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3633]: 6 -1.0043 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3636]: 6 -1.73034 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3637]: 6 -1.74755 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3642]: 6 0 0.936991 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3664]: 6 -0.992518 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3702]: 6 0 0.97289 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3708]: 6 -0.992472 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3710]: 6 0 0.996633 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3713]: 6 -0.0231633 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3736]: 6 -0.6875 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3760]: 6 -1.02569 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3774]: 6 -1.72614 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3788]: 6 0 1.40625 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3791]: 6 -0.812501 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3793]: 6 -0.375 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3826]: 6 0 0.00193363 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3834]: 6 0 1.4849 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3841]: 6 -0.453318 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3850]: 6 0 0.185215 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3896]: 6 -1.58697 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3908]: 6 -0.746475 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3916]: 6 0 1.69923 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3924]: 6 -3.94958 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3932]: 6 -0.924704 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3935]: 6 -0.272728 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3973]: 6 -1.02716 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[4016]: 6 0 0.937501 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[4068]: 6 -1.2634 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[4076]: 6 -0.788359 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[4091]: 6 0 0.825199 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[4099]: 6 -0.5 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[4106]: 6 -1.14618 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[4116]: 6 -0.908597 0 shouldn't be
2796.54/2804.08	WSVECS04 Frhs2[4268]: 6 -1 0 shouldn't be
2847.92/2855.55	c #Conflicts:    4223000 | #Constraints:      59312
2847.92/2855.55	c #Conflicts:    4224000 | #Constraints:      60312
2847.92/2855.55	c #Conflicts:    4225000 | #Constraints:      61312
2847.92/2855.55	c #Conflicts:    4226000 | #Constraints:      62312
2847.92/2855.55	c #Conflicts:    4227000 | #Constraints:      63312
2847.92/2855.55	c #Conflicts:    4228000 | #Constraints:      64312
2847.92/2855.55	c #Conflicts:    4229000 | #Constraints:      65312
2847.92/2855.55	c #Conflicts:    4230000 | #Constraints:      66312
2847.92/2855.55	c #Conflicts:    4231000 | #Constraints:      67312
2847.92/2855.55	c #Conflicts:    4232000 | #Constraints:      68312
2847.92/2855.55	c #Conflicts:    4233000 | #Constraints:      69312
2847.92/2855.55	c #Conflicts:    4234000 | #Constraints:      70312
2847.92/2855.55	c #Conflicts:    4235000 | #Constraints:      71312
2847.92/2855.55	c #Conflicts:    4236000 | #Constraints:      72312
2847.92/2855.55	c #Conflicts:    4237000 | #Constraints:      73312
2847.92/2855.55	c #Conflicts:    4238000 | #Constraints:      74312
2847.92/2855.55	c #Conflicts:    4239000 | #Constraints:      75312
2847.92/2855.55	c #Conflicts:    4240000 | #Constraints:      76312
2847.92/2855.55	c #Conflicts:    4241000 | #Constraints:      77312
2847.92/2855.55	c #Conflicts:    4242000 | #Constraints:      78312
2847.92/2855.55	c #Conflicts:    4243000 | #Constraints:      79312
2847.92/2855.55	c #Conflicts:    4244000 | #Constraints:      80312
2847.92/2855.55	c #Conflicts:    4245000 | #Constraints:      81312
2847.92/2855.55	c #Conflicts:    4246000 | #Constraints:      82312
2847.92/2855.55	c #Conflicts:    4247000 | #Constraints:      83312
2847.92/2855.55	c #Conflicts:    4248000 | #Constraints:      84312
2847.92/2855.55	c #Conflicts:    4249000 | #Constraints:      85312
2847.92/2855.55	c #Conflicts:    4250000 | #Constraints:      86312
2847.92/2855.55	c #Conflicts:    4251000 | #Constraints:      87312
2847.92/2855.55	c #Conflicts:    4252000 | #Constraints:      88312
2847.92/2855.55	c #Conflicts:    4253000 | #Constraints:      89312
2847.92/2855.55	c #Conflicts:    4254000 | #Constraints:      90312
2847.92/2855.55	c #Conflicts:    4255000 | #Constraints:      91312
2847.92/2855.55	c INPROCESSING
2847.92/2855.55	c GARBAGE COLLECT
2847.92/2855.55	c #Conflicts:    4256000 | #Constraints:      51124
2847.92/2855.55	c #Conflicts:    4257000 | #Constraints:      52124
2847.92/2855.55	c #Conflicts:    4258000 | #Constraints:      53124
2847.92/2855.55	c #Conflicts:    4259000 | #Constraints:      54124
2847.92/2855.55	c #Conflicts:    4260000 | #Constraints:      55124
2847.92/2855.55	c #Conflicts:    4261000 | #Constraints:      56124
2847.92/2855.55	c #Conflicts:    4262000 | #Constraints:      57124
2847.92/2855.55	c #Conflicts:    4263000 | #Constraints:      58124
2847.92/2855.55	c #Conflicts:    4264000 | #Constraints:      59124
2847.92/2855.55	c #Conflicts:    4265000 | #Constraints:      60124
2847.92/2855.55	c #Conflicts:    4266000 | #Constraints:      61124
2847.92/2855.55	c #Conflicts:    4267000 | #Constraints:      62124
2847.92/2855.55	c #Conflicts:    4268000 | #Constraints:      63124
2847.92/2855.55	c #Conflicts:    4269000 | #Constraints:      64124
2847.92/2855.55	c #Conflicts:    4270000 | #Constraints:      65125
2847.92/2855.55	c #Conflicts:    4271000 | #Constraints:      66125
2847.92/2855.55	c #Conflicts:    4272000 | #Constraints:      67125
2847.92/2855.55	c #Conflicts:    4273000 | #Constraints:      68125
2847.92/2855.55	c #Conflicts:    4274000 | #Constraints:      69125
2847.92/2855.55	c #Conflicts:    4275000 | #Constraints:      70125
2847.92/2855.55	c #Conflicts:    4276000 | #Constraints:      71125
2847.92/2855.55	c #Conflicts:    4277000 | #Constraints:      72125
2847.92/2855.55	c #Conflicts:    4278000 | #Constraints:      73125
2847.92/2855.55	c #Conflicts:    4279000 | #Constraints:      74125
2847.92/2855.55	c #Conflicts:    4280000 | #Constraints:      75125
2847.92/2855.55	c #Conflicts:    4281000 | #Constraints:      76125
2847.92/2855.55	c #Conflicts:    4282000 | #Constraints:      77341
2847.92/2855.55	c #Conflicts:    4283000 | #Constraints:      78342
2847.92/2855.55	c #Conflicts:    4284000 | #Constraints:      79342
2847.92/2855.55	c #Conflicts:    4285000 | #Constraints:      80342
2847.92/2855.55	c #Conflicts:    4286000 | #Constraints:      81342
2847.92/2855.55	c #Conflicts:    4287000 | #Constraints:      82342
2847.92/2855.55	c #Conflicts:    4288000 | #Constraints:      83342
2847.92/2855.55	c #Conflicts:    4289000 | #Constraints:      84342
2847.92/2855.55	c #Conflicts:    4290000 | #Constraints:      85342
2847.92/2855.55	c #Conflicts:    4291000 | #Constraints:      86342
2847.92/2855.55	c #Conflicts:    4292000 | #Constraints:      87342
2847.92/2855.55	c #Conflicts:    4293000 | #Constraints:      88342
2847.92/2855.55	c #Conflicts:    4294000 | #Constraints:      89342
2847.92/2855.55	c #Conflicts:    4295000 | #Constraints:      90342
2847.92/2855.55	c #Conflicts:    4296000 | #Constraints:      91342
2847.92/2855.55	c INPROCESSING
2847.92/2855.55	c GARBAGE COLLECT
2847.92/2855.55	c #Conflicts:    4297000 | #Constraints:      50970
2847.92/2855.55	c #Conflicts:    4298000 | #Constraints:      51970
2847.92/2855.55	c #Conflicts:    4299000 | #Constraints:      52970
2847.92/2855.55	c #Conflicts:    4300000 | #Constraints:      53970
2923.95/2931.77	c #Conflicts:    4301000 | #Constraints:      54970
2923.95/2931.77	c #Conflicts:    4302000 | #Constraints:      55970
2923.95/2931.77	c #Conflicts:    4303000 | #Constraints:      56970
2923.95/2931.77	c #Conflicts:    4304000 | #Constraints:      57971
2923.95/2931.77	c #Conflicts:    4305000 | #Constraints:      58971
2923.95/2931.77	c #Conflicts:    4306000 | #Constraints:      59971
2923.95/2931.77	c #Conflicts:    4307000 | #Constraints:      60971
2923.95/2931.77	c #Conflicts:    4308000 | #Constraints:      61971
2923.95/2931.77	c #Conflicts:    4309000 | #Constraints:      62971
2923.95/2931.77	c #Conflicts:    4310000 | #Constraints:      63971
2923.95/2931.77	c #Conflicts:    4311000 | #Constraints:      64971
2923.95/2931.77	c #Conflicts:    4312000 | #Constraints:      65971
2923.95/2931.77	c #Conflicts:    4313000 | #Constraints:      66971
2923.95/2931.77	c #Conflicts:    4314000 | #Constraints:      67971
2923.95/2931.77	c #Conflicts:    4315000 | #Constraints:      68971
2923.95/2931.77	c #Conflicts:    4316000 | #Constraints:      69971
2923.95/2931.77	c #Conflicts:    4317000 | #Constraints:      70971
2923.95/2931.77	c #Conflicts:    4318000 | #Constraints:      71971
2923.95/2931.77	c #Conflicts:    4319000 | #Constraints:      72971
2923.95/2931.77	c #Conflicts:    4320000 | #Constraints:      73971
2923.95/2931.77	c #Conflicts:    4321000 | #Constraints:      74971
2923.95/2931.77	c #Conflicts:    4322000 | #Constraints:      75971
2923.95/2931.77	c #Conflicts:    4323000 | #Constraints:      76971
2923.95/2931.77	c #Conflicts:    4324000 | #Constraints:      77971
2923.95/2931.77	c #Conflicts:    4325000 | #Constraints:      78971
2923.95/2931.77	c #Conflicts:    4326000 | #Constraints:      79971
2923.95/2931.77	c #Conflicts:    4327000 | #Constraints:      80971
2923.95/2931.77	c #Conflicts:    4328000 | #Constraints:      81971
2923.95/2931.77	c #Conflicts:    4329000 | #Constraints:      82971
2923.95/2931.77	c #Conflicts:    4330000 | #Constraints:      83971
2923.95/2931.77	c #Conflicts:    4331000 | #Constraints:      84971
2923.95/2931.77	c #Conflicts:    4332000 | #Constraints:      85971
2923.95/2931.77	c #Conflicts:    4333000 | #Constraints:      86971
2923.95/2931.77	c #Conflicts:    4334000 | #Constraints:      87971
2923.95/2931.77	c #Conflicts:    4335000 | #Constraints:      88972
2923.95/2931.77	c #Conflicts:    4336000 | #Constraints:      89972
2923.95/2931.77	c #Conflicts:    4337000 | #Constraints:      90972
2923.95/2931.77	c #Conflicts:    4338000 | #Constraints:      91972
2923.95/2931.77	c INPROCESSING
2923.95/2931.77	c GARBAGE COLLECT
2923.95/2931.77	c #Conflicts:    4339000 | #Constraints:      51480
2923.95/2931.77	c #Conflicts:    4340000 | #Constraints:      52480
2923.95/2931.77	c #Conflicts:    4341000 | #Constraints:      53480
2923.95/2931.77	c #Conflicts:    4342000 | #Constraints:      54480
2923.95/2931.77	c #Conflicts:    4343000 | #Constraints:      55480
2923.95/2931.77	c #Conflicts:    4344000 | #Constraints:      56480
2923.95/2931.77	c #Conflicts:    4345000 | #Constraints:      57531
2923.95/2931.77	c #Conflicts:    4346000 | #Constraints:      58828
2923.95/2931.77	c #Conflicts:    4347000 | #Constraints:      59828
2923.95/2931.77	c #Conflicts:    4348000 | #Constraints:      60828
2923.95/2931.77	c #Conflicts:    4349000 | #Constraints:      61828
2923.95/2931.77	c #Conflicts:    4350000 | #Constraints:      62829
2923.95/2931.77	c #Conflicts:    4351000 | #Constraints:      63829
2923.95/2931.77	c #Conflicts:    4352000 | #Constraints:      64829
2923.95/2931.77	c #Conflicts:    4353000 | #Constraints:      65829
2923.95/2931.77	c #Conflicts:    4354000 | #Constraints:      66829
2923.95/2931.77	c #Conflicts:    4355000 | #Constraints:      67829
2923.95/2931.77	c #Conflicts:    4356000 | #Constraints:      68829
2923.95/2931.77	c #Conflicts:    4357000 | #Constraints:      69829
2923.95/2931.77	c #Conflicts:    4358000 | #Constraints:      70829
2923.95/2931.77	c #Conflicts:    4359000 | #Constraints:      71829
2923.95/2931.77	c #Conflicts:    4360000 | #Constraints:      72829
2923.95/2931.77	c #Conflicts:    4361000 | #Constraints:      73829
2923.95/2931.77	c #Conflicts:    4362000 | #Constraints:      74829
2923.95/2931.77	c #Conflicts:    4363000 | #Constraints:      75829
2923.95/2931.77	c #Conflicts:    4364000 | #Constraints:      76829
2923.95/2931.77	c #Conflicts:    4365000 | #Constraints:      77829
2923.95/2931.77	c #Conflicts:    4366000 | #Constraints:      78829
2923.95/2931.77	c #Conflicts:    4367000 | #Constraints:      79829
2923.95/2931.77	c #Conflicts:    4368000 | #Constraints:      80829
2923.95/2931.77	c #Conflicts:    4369000 | #Constraints:      81829
2923.95/2931.77	c #Conflicts:    4370000 | #Constraints:      82829
2923.95/2931.77	c #Conflicts:    4371000 | #Constraints:      83829
2923.95/2931.77	c #Conflicts:    4372000 | #Constraints:      84829
2923.95/2931.77	c #Conflicts:    4373000 | #Constraints:      85829
2923.95/2931.77	c #Conflicts:    4374000 | #Constraints:      86830
2923.95/2931.77	c #Conflicts:    4375000 | #Constraints:      87830
2923.95/2931.77	c #Conflicts:    4376000 | #Constraints:      88830
2923.95/2931.77	c #Conflicts:    4377000 | #Constraints:      89830
2923.95/2931.77	c #Conflicts:    4378000 | #Constraints:      90830
2926.34/2934.11	c #Conflicts:    4379000 | #Constraints:      91830
2926.34/2934.11	c #Conflicts:    4380000 | #Constraints:      92830
2926.34/2934.11	c INPROCESSING
2926.34/2934.11	c GARBAGE COLLECT
2926.34/2934.11	WSVECS04 Frhs2[2]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[6]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[7]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[12]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[15]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[17]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[21]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[22]: 6 -1.25003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[23]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[29]: 6 -97 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[33]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[34]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[35]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[49]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[54]: 6 -1.75007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[74]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[79]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[85]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[87]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[102]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[104]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[113]: 6 -1.01569 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[117]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[118]: 6 -0.250011 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[131]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[136]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[137]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[138]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[160]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[174]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[177]: 6 -1.01569 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[180]: 6 -1.18753 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[188]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[203]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[205]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[206]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[222]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[224]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[231]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[234]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[243]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[252]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[257]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[262]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[271]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[273]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[278]: 6 -1.2501 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[289]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[291]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[294]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[309]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[310]: 6 -1.75002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[321]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[333]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[356]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[360]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[362]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[366]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[369]: 6 -1.01567 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[374]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[385]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[386]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[390]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[398]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[417]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[419]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[420]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[423]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[430]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[436]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[437]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[438]: 6 -1.25003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[446]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[449]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[453]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[454]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[465]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[466]: 6 -1.0469 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[470]: 6 -1.25007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[493]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[500]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[517]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[518]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[521]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[524]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[527]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[529]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[532]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[534]: 6 -1.25007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[541]: 6 -193 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[545]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[547]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[550]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[551]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[552]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[558]: 6 -1.00198 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[559]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[560]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[575]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[579]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[585]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[591]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[593]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[595]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[596]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[597]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[610]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[611]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[612]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[614]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[618]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[625]: 6 -1.00783 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[628]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[635]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[636]: 6 -97 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[639]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[653]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[672]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[679]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[682]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[687]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[688]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[690]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[691]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[692]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[700]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[701]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[702]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[725]: 6 -1.18754 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[727]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[735]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[901]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[979]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1035]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1037]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1060]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1066]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1067]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1070]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1074]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1075]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1078]: 6 -1.32816 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1088]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1089]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1091]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1101]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1103]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1104]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1110]: 6 -1.50006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1112]: 6 -0.921928 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1117]: 6 -0.687556 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1128]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1137]: 6 -0.250029 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1140]: 6 -1.25007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1142]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1150]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1156]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1157]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1158]: 6 -1.00012 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1163]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1166]: 6 -1.00596 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1169]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1172]: 6 -1.70705 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1174]: 6 -8.82821 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1181]: 6 -0.750063 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1188]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1189]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1199]: 6 -1.75009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1219]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1231]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1233]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1235]: 6 -1.25003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1236]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1238]: 6 -7.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1240]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1243]: 6 -2.09383 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1245]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1250]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1251]: 6 -1.2501 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1252]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1253]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1257]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1261]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1263]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1266]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1272]: 6 -0.750025 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1279]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1282]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1286]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1295]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1297]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1312]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1324]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1326]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1330]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1334]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1335]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1336]: 6 -0.875024 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1342]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1344]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1348]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1350]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1354]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1363]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1372]: 6 -1.25006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1373]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1374]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1377]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1381]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1383]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1390]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1393]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1395]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1397]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1399]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1400]: 6 -0.843806 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1407]: 6 -1.25006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1420]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1421]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1425]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1429]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1437]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1440]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1462]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1468]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1472]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1482]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1492]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1497]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1502]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1505]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1510]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1511]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1512]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1513]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1514]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1515]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1516]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1518]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1524]: 6 -1.25003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1533]: 6 -0.750031 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1536]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1547]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1551]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1553]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1554]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1557]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1567]: 6 -1.25005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1570]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1571]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1574]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1576]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1577]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1578]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1583]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1584]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1585]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1589]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1590]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1594]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1597]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1600]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1601]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1603]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1604]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1606]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1612]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1619]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1620]: 6 -1.37507 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1621]: 6 -1.25003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1622]: 6 -1.25004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1623]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1625]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1626]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1627]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1629]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1630]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1647]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1656]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1689]: 6 -1.50008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1718]: 6 -0.875096 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1732]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1733]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1765]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1771]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1963]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1966]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1968]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1971]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1976]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1980]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1984]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1985]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1994]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[1998]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2001]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2004]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2008]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2009]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2016]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2049]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2052]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2055]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2058]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2060]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2064]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2065]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2068]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2072]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2076]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2078]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2079]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2086]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2087]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2090]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2091]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2094]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2098]: 6 -1.25001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2114]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2118]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2142]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2145]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2148]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2149]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2152]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2153]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2156]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2158]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2161]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2164]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2168]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2170]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2171]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2173]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2174]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2175]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2177]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2180]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2186]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2190]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2193]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2198]: 6 0 1.00004 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2200]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2202]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2206]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2209]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2216]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2220]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2221]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2226]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2229]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2231]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2237]: 6 -1.2501 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2239]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2241]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2243]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2246]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2249]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2251]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2254]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2256]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2257]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2260]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2263]: 6 -1.00302 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2264]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2266]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2270]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2271]: 6 -1.04691 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2274]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2278]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2282]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2283]: 6 -4.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2286]: 6 -1.25004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2288]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2292]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2305]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2307]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2311]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2312]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2313]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2316]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2318]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2320]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2324]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2331]: 6 -1.3282 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2337]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2339]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2341]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2343]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2345]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2347]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2350]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2352]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2354]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2355]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2358]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2362]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2364]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2366]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2368]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2369]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2372]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2373]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2375]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2380]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2381]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2384]: 6 -1.31255 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2413]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2416]: 6 -1.02352 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2417]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2418]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2430]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2431]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2432]: 6 -1.25008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2434]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2438]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2439]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2442]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2445]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2448]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2450]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2451]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2453]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2456]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2457]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2460]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2461]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2464]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2466]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2468]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2472]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2484]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2488]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2489]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2492]: 6 -1.25006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2494]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2502]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2505]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2508]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2509]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2511]: 6 -1.75004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2513]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2514]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2515]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2528]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2530]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2533]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2535]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2537]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2544]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2545]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2550]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2552]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2554]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2556]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2558]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2559]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2561]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2564]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2568]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2572]: 6 -1.25005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2584]: 6 -5.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2585]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2588]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2589]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2592]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2594]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2595]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2596]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2599]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2601]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2604]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2605]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2610]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2614]: 6 -7.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2621]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2625]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2627]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2629]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2632]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2633]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2635]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2638]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2640]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2641]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2644]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2648]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2649]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2652]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2653]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2655]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2657]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2659]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2662]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2663]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2665]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2668]: 6 -1.25006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2680]: 6 -1.25007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2681]: 6 -1.25008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2689]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2693]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2696]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2698]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2701]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2721]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2723]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2725]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2728]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2730]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2731]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2734]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2736]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2738]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2742]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2743]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2746]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2751]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2754]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2756]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2757]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2760]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2761]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2764]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2785]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2795]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2800]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2802]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2806]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2818]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2820]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2822]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2824]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2830]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2832]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2833]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2835]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2837]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2842]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2843]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2846]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2850]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2852]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2853]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2855]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2858]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2860]: 6 -1.31255 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2861]: 6 -1.31258 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2874]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2881]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2894]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2898]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2914]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2915]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2918]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2920]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2922]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2928]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2929]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2932]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2936]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2938]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2940]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2942]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2944]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2947]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2948]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2951]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2955]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2981]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2984]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2986]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2989]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2990]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2991]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2994]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2995]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[2997]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3003]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3004]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3005]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3006]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3016]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3018]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3019]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3022]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3024]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3025]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3028]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3029]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3032]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3034]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3036]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3037]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3040]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3044]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3045]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3048]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3052]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3056]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3060]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3064]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3066]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3067]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3070]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3073]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3077]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3079]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3080]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3093]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3094]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3099]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3103]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3106]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3107]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3110]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3111]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3113]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3115]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3118]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3120]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3122]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3123]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3126]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3127]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3130]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3132]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3134]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3135]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3138]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3140]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3141]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3145]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3147]: 6 -1.25006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3156]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3157]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3160]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3164]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3165]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3167]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3170]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3171]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3173]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3174]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3177]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3178]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3180]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3185]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3187]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3189]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3190]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3194]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3197]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3198]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3202]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3206]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3208]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3210]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3211]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3214]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3216]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3217]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3220]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3224]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3225]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3228]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3229]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3232]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3233]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3235]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3236]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3240]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3242]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3244]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3248]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3252]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3254]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3258]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3260]: 6 -1.25003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3262]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3269]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3274]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3275]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3281]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3283]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3292]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3298]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3301]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3304]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3306]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3307]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3309]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3312]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3313]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3316]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3320]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3321]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3324]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3327]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3330]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3332]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3334]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3338]: 6 -1.25002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3339]: 6 -1.25006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3352]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3356]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3358]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3364]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3367]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3368]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3369]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3371]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3374]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3386]: 6 -1.31257 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3394]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3397]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3400]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3404]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3405]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3408]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3410]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3414]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3417]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3419]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3420]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3422]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3424]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3428]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3429]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3432]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3435]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3438]: 6 -1.25006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3439]: 6 -1.25007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3452]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3459]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3478]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3479]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3482]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3490]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3493]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3496]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3497]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3499]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3502]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3504]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3505]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3508]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3509]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3512]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3516]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3520]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3524]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3527]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3534]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3537]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3540]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3541]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3544]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3547]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3550]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3553]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3556]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3557]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3564]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3566]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3570]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3578]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3591]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3594]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3598]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3600]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3602]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3606]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3607]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3610]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3612]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3614]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3615]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3618]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3620]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3623]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3627]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3629]: 6 -1.25004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3640]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3641]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3646]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3649]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3668]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3682]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3683]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3685]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3688]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3690]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3691]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3694]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3696]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3698]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3699]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3702]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3706]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3708]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3710]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3711]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3714]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3716]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3720]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3721]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3726]: 6 -1.25001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3738]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3740]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3742]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3743]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3745]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3748]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3750]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3753]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3757]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3760]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3763]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3766]: 6 -1.06255 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3771]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3774]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3776]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3777]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3784]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3786]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3787]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3790]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3791]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3794]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3795]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3798]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3799]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3802]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3803]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3806]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3808]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3809]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3812]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3813]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3816]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3817]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3820]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3830]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3831]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3834]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3835]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3838]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3842]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3844]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3850]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3852]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3854]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3859]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3861]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3865]: 6 -1.25004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3866]: 6 -1.25006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3868]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3873]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3875]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3877]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3879]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3881]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3884]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3888]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3889]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3892]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3896]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3900]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3901]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3904]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3908]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3913]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3915]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3918]: 6 -0.875012 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3928]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3933]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3935]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3939]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3942]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3944]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3945]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3949]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3951]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3954]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3957]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3960]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3963]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3964]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3969]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3973]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3976]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3980]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3981]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3984]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3986]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3987]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3990]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3991]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3994]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3996]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3998]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[3999]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4002]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4003]: 6 -1.00004 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4006]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4007]: 6 -1.00006 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4010]: 6 -1.00001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4012]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4015]: 6 -1.00003 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4016]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4021]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4022]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4024]: 6 -1.00007 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4028]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4029]: 6 -1.00002 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4032]: 6 -1.0001 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4043]: 6 -1.00008 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4053]: 6 -1.00009 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4054]: 6 -1.00005 0 shouldn't be
2926.34/2934.11	WSVECS04 Frhs2[4056]: 6 -1.00006 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4072]: 6 -1.00007 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4076]: 6 -1.00002 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4080]: 6 -1.00001 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4083]: 6 -1.00007 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4084]: 6 -1.00006 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4085]: 6 -1.00002 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4088]: 6 -1.00007 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4092]: 6 -1.00004 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4096]: 6 -1.00007 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4098]: 6 -1.00004 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4099]: 6 -1.00002 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4102]: 6 -1.00009 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4104]: 6 -1.00008 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4106]: 6 -1.00005 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4110]: 6 -1.00007 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4112]: 6 -1.00006 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4114]: 6 -1.00008 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4116]: 6 -1.00007 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4117]: 6 -1.00004 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4120]: 6 -1.00003 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4124]: 6 -1.00003 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4126]: 6 -1.00007 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4127]: 6 -1.00004 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4164]: 6 -1.00004 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4165]: 6 -1.00005 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4166]: 6 -1.00004 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4167]: 6 -1.00009 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4247]: 6 -1.00002 0 shouldn't be
2926.34/2934.12	WSVECS04 Frhs2[4248]: 6 -1.00005 0 shouldn't be
2982.51/2990.45	c #Conflicts:    4381000 | #Constraints:      51978
2982.51/2990.45	c #Conflicts:    4382000 | #Constraints:      52978
2982.51/2990.45	c #Conflicts:    4383000 | #Constraints:      53978
2982.51/2990.45	c #Conflicts:    4384000 | #Constraints:      54978
2982.51/2990.45	c #Conflicts:    4385000 | #Constraints:      55978
2982.51/2990.45	c #Conflicts:    4386000 | #Constraints:      56978
2982.51/2990.45	c #Conflicts:    4387000 | #Constraints:      57978
2982.51/2990.45	c #Conflicts:    4388000 | #Constraints:      58978
2982.51/2990.45	c #Conflicts:    4389000 | #Constraints:      59978
2982.51/2990.45	c #Conflicts:    4390000 | #Constraints:      60978
2982.51/2990.45	c #Conflicts:    4391000 | #Constraints:      62145
2982.51/2990.45	c #Conflicts:    4392000 | #Constraints:      63145
2982.51/2990.45	c #Conflicts:    4393000 | #Constraints:      64145
2982.51/2990.45	c #Conflicts:    4394000 | #Constraints:      65145
2982.51/2990.45	c #Conflicts:    4395000 | #Constraints:      66145
2982.51/2990.45	c #Conflicts:    4396000 | #Constraints:      67145
2982.51/2990.45	c #Conflicts:    4397000 | #Constraints:      68145
2982.51/2990.45	c #Conflicts:    4398000 | #Constraints:      69145
2982.51/2990.45	c #Conflicts:    4399000 | #Constraints:      70145
2982.51/2990.45	c #Conflicts:    4400000 | #Constraints:      71145
2982.51/2990.45	c #Conflicts:    4401000 | #Constraints:      72145
2982.51/2990.45	c #Conflicts:    4402000 | #Constraints:      73145
2982.51/2990.45	c #Conflicts:    4403000 | #Constraints:      74145
2982.51/2990.45	c #Conflicts:    4404000 | #Constraints:      75145
2982.51/2990.45	c #Conflicts:    4405000 | #Constraints:      76145
2982.51/2990.45	c #Conflicts:    4406000 | #Constraints:      77145
2982.51/2990.45	c #Conflicts:    4407000 | #Constraints:      78145
2982.51/2990.45	c #Conflicts:    4408000 | #Constraints:      79145
2982.51/2990.45	c #Conflicts:    4409000 | #Constraints:      80145
2982.51/2990.45	c #Conflicts:    4410000 | #Constraints:      81145
2982.51/2990.45	c #Conflicts:    4411000 | #Constraints:      82145
2982.51/2990.45	c #Conflicts:    4412000 | #Constraints:      83145
2982.51/2990.45	c #Conflicts:    4413000 | #Constraints:      84145
2982.51/2990.45	c #Conflicts:    4414000 | #Constraints:      85145
2982.51/2990.45	c #Conflicts:    4415000 | #Constraints:      86145
2982.51/2990.45	c #Conflicts:    4416000 | #Constraints:      87145
2982.51/2990.45	c #Conflicts:    4417000 | #Constraints:      88145
2982.51/2990.45	c #Conflicts:    4418000 | #Constraints:      89145
2982.51/2990.45	c #Conflicts:    4419000 | #Constraints:      90145
2982.51/2990.45	c #Conflicts:    4420000 | #Constraints:      91145
2982.51/2990.45	c #Conflicts:    4421000 | #Constraints:      92145
2982.51/2990.45	c #Conflicts:    4422000 | #Constraints:      93145
2982.51/2990.45	c INPROCESSING
2982.51/2990.45	c GARBAGE COLLECT
2982.51/2990.45	c #Conflicts:    4423000 | #Constraints:      52169
2982.51/2990.45	c #Conflicts:    4424000 | #Constraints:      53169
2982.51/2990.45	c #Conflicts:    4425000 | #Constraints:      54169
2982.51/2990.45	c #Conflicts:    4426000 | #Constraints:      55169
2982.51/2990.45	c #Conflicts:    4427000 | #Constraints:      56169
2982.51/2990.45	c #Conflicts:    4428000 | #Constraints:      57169
2982.51/2990.45	c #Conflicts:    4429000 | #Constraints:      58169
2982.51/2990.45	c #Conflicts:    4430000 | #Constraints:      59169
2982.51/2990.45	c #Conflicts:    4431000 | #Constraints:      60169
2982.51/2990.45	c #Conflicts:    4432000 | #Constraints:      61169
2982.51/2990.45	c #Conflicts:    4433000 | #Constraints:      62169
2982.51/2990.45	c #Conflicts:    4434000 | #Constraints:      63169
2982.51/2990.45	c #Conflicts:    4435000 | #Constraints:      64169
2982.51/2990.45	c #Conflicts:    4436000 | #Constraints:      65169
2982.51/2990.45	c #Conflicts:    4437000 | #Constraints:      66169
2982.51/2990.45	c #Conflicts:    4438000 | #Constraints:      67169
2982.51/2990.45	c #Conflicts:    4439000 | #Constraints:      68169
2982.51/2990.45	c #Conflicts:    4440000 | #Constraints:      69169
2982.51/2990.45	c #Conflicts:    4441000 | #Constraints:      70169
2982.51/2990.45	c #Conflicts:    4442000 | #Constraints:      71169
2982.51/2990.45	c #Conflicts:    4443000 | #Constraints:      72169
2982.51/2990.45	c #Conflicts:    4444000 | #Constraints:      73169
2982.51/2990.45	c #Conflicts:    4445000 | #Constraints:      74169
2982.51/2990.45	c #Conflicts:    4446000 | #Constraints:      75169
2982.51/2990.45	c #Conflicts:    4447000 | #Constraints:      76169
2982.51/2990.45	c #Conflicts:    4448000 | #Constraints:      77169
2982.51/2990.45	c #Conflicts:    4449000 | #Constraints:      78169
2982.51/2990.45	c #Conflicts:    4450000 | #Constraints:      79169
2982.51/2990.45	c #Conflicts:    4451000 | #Constraints:      80169
2982.51/2990.45	c #Conflicts:    4452000 | #Constraints:      81169
2982.51/2990.45	c #Conflicts:    4453000 | #Constraints:      82169
2982.51/2990.45	c #Conflicts:    4454000 | #Constraints:      83169
2982.51/2990.45	c #Conflicts:    4455000 | #Constraints:      84169
2982.51/2990.45	c #Conflicts:    4456000 | #Constraints:      85169
2982.51/2990.45	c #Conflicts:    4457000 | #Constraints:      86169
2982.51/2990.45	c #Conflicts:    4458000 | #Constraints:      87169
2982.51/2990.45	c #Conflicts:    4459000 | #Constraints:      88169
3037.47/3045.53	c #Conflicts:    4460000 | #Constraints:      89169
3037.47/3045.53	c #Conflicts:    4461000 | #Constraints:      90169
3037.47/3045.53	c #Conflicts:    4462000 | #Constraints:      91169
3037.47/3045.53	c #Conflicts:    4463000 | #Constraints:      92169
3037.47/3045.53	c #Conflicts:    4464000 | #Constraints:      93169
3037.47/3045.53	c INPROCESSING
3037.47/3045.53	c GARBAGE COLLECT
3037.47/3045.53	c #Conflicts:    4465000 | #Constraints:      52013
3037.47/3045.53	c #Conflicts:    4466000 | #Constraints:      53013
3037.47/3045.53	c #Conflicts:    4467000 | #Constraints:      54013
3037.47/3045.53	c #Conflicts:    4468000 | #Constraints:      55013
3037.47/3045.53	c #Conflicts:    4469000 | #Constraints:      56013
3037.47/3045.53	c #Conflicts:    4470000 | #Constraints:      57013
3037.47/3045.53	c #Conflicts:    4471000 | #Constraints:      58013
3037.47/3045.53	c #Conflicts:    4472000 | #Constraints:      59013
3037.47/3045.53	c #Conflicts:    4473000 | #Constraints:      60013
3037.47/3045.53	c #Conflicts:    4474000 | #Constraints:      61013
3037.47/3045.53	c #Conflicts:    4475000 | #Constraints:      62013
3037.47/3045.53	c #Conflicts:    4476000 | #Constraints:      63013
3037.47/3045.53	c #Conflicts:    4477000 | #Constraints:      64013
3037.47/3045.53	c #Conflicts:    4478000 | #Constraints:      65013
3037.47/3045.53	c #Conflicts:    4479000 | #Constraints:      66013
3037.47/3045.53	c #Conflicts:    4480000 | #Constraints:      67013
3037.47/3045.53	c #Conflicts:    4481000 | #Constraints:      68013
3037.47/3045.53	c #Conflicts:    4482000 | #Constraints:      69013
3037.47/3045.53	c #Conflicts:    4483000 | #Constraints:      70013
3037.47/3045.53	c #Conflicts:    4484000 | #Constraints:      71013
3037.47/3045.53	c #Conflicts:    4485000 | #Constraints:      72013
3037.47/3045.53	c #Conflicts:    4486000 | #Constraints:      73013
3037.47/3045.53	c #Conflicts:    4487000 | #Constraints:      74013
3037.47/3045.53	c #Conflicts:    4488000 | #Constraints:      75013
3037.47/3045.53	c #Conflicts:    4489000 | #Constraints:      76013
3037.47/3045.53	c #Conflicts:    4490000 | #Constraints:      77013
3037.47/3045.53	c #Conflicts:    4491000 | #Constraints:      78013
3037.47/3045.53	c #Conflicts:    4492000 | #Constraints:      79013
3037.47/3045.53	c #Conflicts:    4493000 | #Constraints:      80013
3037.47/3045.53	c #Conflicts:    4494000 | #Constraints:      81013
3037.47/3045.53	c #Conflicts:    4495000 | #Constraints:      82013
3037.47/3045.53	c #Conflicts:    4496000 | #Constraints:      83013
3037.47/3045.53	c #Conflicts:    4497000 | #Constraints:      84013
3037.47/3045.53	c #Conflicts:    4498000 | #Constraints:      85013
3037.47/3045.53	c #Conflicts:    4499000 | #Constraints:      86013
3037.47/3045.53	c #Conflicts:    4500000 | #Constraints:      87013
3037.47/3045.53	c #Conflicts:    4501000 | #Constraints:      88013
3037.47/3045.53	c #Conflicts:    4502000 | #Constraints:      89013
3037.47/3045.53	c #Conflicts:    4503000 | #Constraints:      90013
3037.47/3045.53	c #Conflicts:    4504000 | #Constraints:      91013
3037.47/3045.53	c #Conflicts:    4505000 | #Constraints:      92013
3037.47/3045.53	c #Conflicts:    4506000 | #Constraints:      93013
3037.47/3045.53	c INPROCESSING
3037.47/3045.53	c GARBAGE COLLECT
3037.47/3045.53	c #Conflicts:    4507000 | #Constraints:      51791
3037.47/3045.53	c #Conflicts:    4508000 | #Constraints:      52791
3037.47/3045.53	c #Conflicts:    4509000 | #Constraints:      53791
3037.47/3045.53	c #Conflicts:    4510000 | #Constraints:      54791
3037.47/3045.53	c #Conflicts:    4511000 | #Constraints:      55791
3037.47/3045.53	c #Conflicts:    4512000 | #Constraints:      56791
3037.47/3045.53	c #Conflicts:    4513000 | #Constraints:      57791
3037.47/3045.53	c #Conflicts:    4514000 | #Constraints:      58791
3037.47/3045.53	c #Conflicts:    4515000 | #Constraints:      59791
3037.47/3045.53	c #Conflicts:    4516000 | #Constraints:      60791
3037.47/3045.53	c #Conflicts:    4517000 | #Constraints:      61791
3037.47/3045.53	c #Conflicts:    4518000 | #Constraints:      62791
3037.47/3045.53	c #Conflicts:    4519000 | #Constraints:      63791
3037.47/3045.53	c #Conflicts:    4520000 | #Constraints:      64791
3037.47/3045.53	c #Conflicts:    4521000 | #Constraints:      65791
3037.47/3045.53	c #Conflicts:    4522000 | #Constraints:      66791
3037.47/3045.53	c #Conflicts:    4523000 | #Constraints:      67791
3037.47/3045.53	c #Conflicts:    4524000 | #Constraints:      68791
3037.47/3045.53	c #Conflicts:    4525000 | #Constraints:      69791
3037.47/3045.53	c #Conflicts:    4526000 | #Constraints:      70791
3037.47/3045.53	c #Conflicts:    4527000 | #Constraints:      71791
3037.47/3045.53	c #Conflicts:    4528000 | #Constraints:      72791
3037.47/3045.53	c #Conflicts:    4529000 | #Constraints:      73791
3037.47/3045.53	c #Conflicts:    4530000 | #Constraints:      74791
3037.47/3045.53	c #Conflicts:    4531000 | #Constraints:      75791
3037.47/3045.53	c #Conflicts:    4532000 | #Constraints:      76791
3037.47/3045.53	c #Conflicts:    4533000 | #Constraints:      77791
3037.47/3045.53	c #Conflicts:    4534000 | #Constraints:      78791
3037.47/3045.53	c #Conflicts:    4535000 | #Constraints:      79791
3037.47/3045.53	c #Conflicts:    4536000 | #Constraints:      80791
3125.94/3134.22	c #Conflicts:    4537000 | #Constraints:      81791
3125.94/3134.22	c #Conflicts:    4538000 | #Constraints:      82791
3125.94/3134.22	c #Conflicts:    4539000 | #Constraints:      83791
3125.94/3134.22	c #Conflicts:    4540000 | #Constraints:      84791
3125.94/3134.22	c #Conflicts:    4541000 | #Constraints:      85791
3125.94/3134.22	c #Conflicts:    4542000 | #Constraints:      86791
3125.94/3134.22	c #Conflicts:    4543000 | #Constraints:      87791
3125.94/3134.22	c #Conflicts:    4544000 | #Constraints:      88791
3125.94/3134.22	c #Conflicts:    4545000 | #Constraints:      89791
3125.94/3134.22	c #Conflicts:    4546000 | #Constraints:      90791
3125.94/3134.22	c #Conflicts:    4547000 | #Constraints:      91791
3125.94/3134.22	c #Conflicts:    4548000 | #Constraints:      92791
3125.94/3134.22	c #Conflicts:    4549000 | #Constraints:      93791
3125.94/3134.22	c INPROCESSING
3125.94/3134.22	c GARBAGE COLLECT
3125.94/3134.22	c #Conflicts:    4550000 | #Constraints:      52411
3125.94/3134.22	c #Conflicts:    4551000 | #Constraints:      53411
3125.94/3134.22	c #Conflicts:    4552000 | #Constraints:      54412
3125.94/3134.22	c #Conflicts:    4553000 | #Constraints:      55412
3125.94/3134.22	c #Conflicts:    4554000 | #Constraints:      56412
3125.94/3134.22	c #Conflicts:    4555000 | #Constraints:      57412
3125.94/3134.22	c #Conflicts:    4556000 | #Constraints:      58412
3125.94/3134.22	c #Conflicts:    4557000 | #Constraints:      59412
3125.94/3134.22	c #Conflicts:    4558000 | #Constraints:      60412
3125.94/3134.22	c #Conflicts:    4559000 | #Constraints:      61412
3125.94/3134.22	c #Conflicts:    4560000 | #Constraints:      62412
3125.94/3134.22	c #Conflicts:    4561000 | #Constraints:      63412
3125.94/3134.22	c #Conflicts:    4562000 | #Constraints:      64413
3125.94/3134.22	c #Conflicts:    4563000 | #Constraints:      65413
3125.94/3134.22	c #Conflicts:    4564000 | #Constraints:      66413
3125.94/3134.22	c #Conflicts:    4565000 | #Constraints:      67426
3125.94/3134.22	c #Conflicts:    4566000 | #Constraints:      68426
3125.94/3134.22	c #Conflicts:    4567000 | #Constraints:      69426
3125.94/3134.22	c #Conflicts:    4568000 | #Constraints:      70430
3125.94/3134.22	c #Conflicts:    4569000 | #Constraints:      71430
3125.94/3134.22	c #Conflicts:    4570000 | #Constraints:      72430
3125.94/3134.22	c #Conflicts:    4571000 | #Constraints:      73430
3125.94/3134.22	c #Conflicts:    4572000 | #Constraints:      74430
3125.94/3134.22	c #Conflicts:    4573000 | #Constraints:      75430
3125.94/3134.22	c #Conflicts:    4574000 | #Constraints:      76430
3125.94/3134.22	c #Conflicts:    4575000 | #Constraints:      77430
3125.94/3134.22	c #Conflicts:    4576000 | #Constraints:      78430
3125.94/3134.22	c #Conflicts:    4577000 | #Constraints:      79430
3125.94/3134.22	c #Conflicts:    4578000 | #Constraints:      80430
3125.94/3134.22	c #Conflicts:    4579000 | #Constraints:      81430
3125.94/3134.22	c #Conflicts:    4580000 | #Constraints:      82430
3125.94/3134.22	c #Conflicts:    4581000 | #Constraints:      83430
3125.94/3134.22	c #Conflicts:    4582000 | #Constraints:      84430
3125.94/3134.22	c #Conflicts:    4583000 | #Constraints:      85430
3125.94/3134.22	c #Conflicts:    4584000 | #Constraints:      86430
3125.94/3134.22	c #Conflicts:    4585000 | #Constraints:      87430
3125.94/3134.22	c #Conflicts:    4586000 | #Constraints:      88430
3125.94/3134.22	c #Conflicts:    4587000 | #Constraints:      89430
3125.94/3134.22	c #Conflicts:    4588000 | #Constraints:      90430
3125.94/3134.22	c #Conflicts:    4589000 | #Constraints:      91430
3125.94/3134.22	c #Conflicts:    4590000 | #Constraints:      92430
3125.94/3134.22	c #Conflicts:    4591000 | #Constraints:      93430
3125.94/3134.22	c #Conflicts:    4592000 | #Constraints:      94430
3125.94/3134.22	c INPROCESSING
3125.94/3134.22	c GARBAGE COLLECT
3125.94/3134.22	c #Conflicts:    4593000 | #Constraints:      52831
3125.94/3134.22	c #Conflicts:    4594000 | #Constraints:      53831
3125.94/3134.22	c #Conflicts:    4595000 | #Constraints:      54831
3125.94/3134.22	c #Conflicts:    4596000 | #Constraints:      55831
3125.94/3134.22	c #Conflicts:    4597000 | #Constraints:      56831
3125.94/3134.22	c #Conflicts:    4598000 | #Constraints:      57831
3125.94/3134.22	c #Conflicts:    4599000 | #Constraints:      58831
3125.94/3134.22	c #Conflicts:    4600000 | #Constraints:      59831
3125.94/3134.22	c #Conflicts:    4601000 | #Constraints:      60831
3125.94/3134.22	c #Conflicts:    4602000 | #Constraints:      61831
3125.94/3134.22	c #Conflicts:    4603000 | #Constraints:      62831
3125.94/3134.22	c #Conflicts:    4604000 | #Constraints:      63831
3125.94/3134.22	c #Conflicts:    4605000 | #Constraints:      64831
3125.94/3134.22	c #Conflicts:    4606000 | #Constraints:      65831
3125.94/3134.22	c #Conflicts:    4607000 | #Constraints:      66831
3125.94/3134.22	c #Conflicts:    4608000 | #Constraints:      67831
3125.94/3134.22	c #Conflicts:    4609000 | #Constraints:      68831
3125.94/3134.22	c #Conflicts:    4610000 | #Constraints:      69831
3125.94/3134.22	c #Conflicts:    4611000 | #Constraints:      70831
3125.94/3134.22	c #Conflicts:    4612000 | #Constraints:      71832
3125.94/3134.22	c #Conflicts:    4613000 | #Constraints:      72832
3125.94/3134.22	c #Conflicts:    4614000 | #Constraints:      73832
3204.83/3213.33	c #Conflicts:    4615000 | #Constraints:      74833
3204.83/3213.33	c #Conflicts:    4616000 | #Constraints:      75833
3204.83/3213.33	c #Conflicts:    4617000 | #Constraints:      76833
3204.83/3213.33	c #Conflicts:    4618000 | #Constraints:      77833
3204.83/3213.33	c #Conflicts:    4619000 | #Constraints:      78833
3204.83/3213.33	c #Conflicts:    4620000 | #Constraints:      79833
3204.83/3213.33	c #Conflicts:    4621000 | #Constraints:      80833
3204.83/3213.33	c #Conflicts:    4622000 | #Constraints:      81833
3204.83/3213.33	c #Conflicts:    4623000 | #Constraints:      82833
3204.83/3213.33	c #Conflicts:    4624000 | #Constraints:      83833
3204.83/3213.33	c #Conflicts:    4625000 | #Constraints:      84833
3204.83/3213.33	c #Conflicts:    4626000 | #Constraints:      85833
3204.83/3213.33	c #Conflicts:    4627000 | #Constraints:      86833
3204.83/3213.33	c #Conflicts:    4628000 | #Constraints:      87833
3204.83/3213.33	c #Conflicts:    4629000 | #Constraints:      88833
3204.83/3213.33	c #Conflicts:    4630000 | #Constraints:      89833
3204.83/3213.33	c #Conflicts:    4631000 | #Constraints:      90833
3204.83/3213.33	c #Conflicts:    4632000 | #Constraints:      91833
3204.83/3213.33	c #Conflicts:    4633000 | #Constraints:      92833
3204.83/3213.33	c #Conflicts:    4634000 | #Constraints:      93833
3204.83/3213.33	c #Conflicts:    4635000 | #Constraints:      94833
3204.83/3213.33	c INPROCESSING
3204.83/3213.33	c GARBAGE COLLECT
3204.83/3213.33	c #Conflicts:    4636000 | #Constraints:      53031
3204.83/3213.33	c #Conflicts:    4637000 | #Constraints:      54031
3204.83/3213.33	c #Conflicts:    4638000 | #Constraints:      55031
3204.83/3213.33	c #Conflicts:    4639000 | #Constraints:      56031
3204.83/3213.33	c #Conflicts:    4640000 | #Constraints:      57031
3204.83/3213.33	c #Conflicts:    4641000 | #Constraints:      58031
3204.83/3213.33	c #Conflicts:    4642000 | #Constraints:      59031
3204.83/3213.33	c #Conflicts:    4643000 | #Constraints:      60031
3204.83/3213.33	c #Conflicts:    4644000 | #Constraints:      61031
3204.83/3213.33	c #Conflicts:    4645000 | #Constraints:      62031
3204.83/3213.33	c #Conflicts:    4646000 | #Constraints:      63031
3204.83/3213.33	c #Conflicts:    4647000 | #Constraints:      64031
3204.83/3213.33	c #Conflicts:    4648000 | #Constraints:      65031
3204.83/3213.33	c #Conflicts:    4649000 | #Constraints:      66031
3204.83/3213.33	c #Conflicts:    4650000 | #Constraints:      67031
3204.83/3213.33	c #Conflicts:    4651000 | #Constraints:      68031
3204.83/3213.33	c #Conflicts:    4652000 | #Constraints:      69031
3204.83/3213.33	c #Conflicts:    4653000 | #Constraints:      70031
3204.83/3213.33	c #Conflicts:    4654000 | #Constraints:      71031
3204.83/3213.33	c #Conflicts:    4655000 | #Constraints:      72031
3204.83/3213.33	c #Conflicts:    4656000 | #Constraints:      73032
3204.83/3213.33	c #Conflicts:    4657000 | #Constraints:      74032
3204.83/3213.33	c #Conflicts:    4658000 | #Constraints:      75032
3204.83/3213.33	c #Conflicts:    4659000 | #Constraints:      76032
3204.83/3213.33	c #Conflicts:    4660000 | #Constraints:      77032
3204.83/3213.33	c #Conflicts:    4661000 | #Constraints:      78032
3204.83/3213.33	c #Conflicts:    4662000 | #Constraints:      79032
3204.83/3213.33	c #Conflicts:    4663000 | #Constraints:      80032
3204.83/3213.33	c #Conflicts:    4664000 | #Constraints:      81032
3204.83/3213.33	c #Conflicts:    4665000 | #Constraints:      82032
3204.83/3213.33	c #Conflicts:    4666000 | #Constraints:      83032
3204.83/3213.33	c #Conflicts:    4667000 | #Constraints:      84032
3204.83/3213.33	c #Conflicts:    4668000 | #Constraints:      85032
3204.83/3213.33	c #Conflicts:    4669000 | #Constraints:      86032
3204.83/3213.33	c #Conflicts:    4670000 | #Constraints:      87032
3204.83/3213.33	c #Conflicts:    4671000 | #Constraints:      88032
3204.83/3213.33	c #Conflicts:    4672000 | #Constraints:      89033
3204.83/3213.33	c #Conflicts:    4673000 | #Constraints:      90033
3204.83/3213.33	c #Conflicts:    4674000 | #Constraints:      91033
3204.83/3213.33	c #Conflicts:    4675000 | #Constraints:      92033
3204.83/3213.33	c #Conflicts:    4676000 | #Constraints:      93033
3204.83/3213.33	c #Conflicts:    4677000 | #Constraints:      94033
3204.83/3213.33	c #Conflicts:    4678000 | #Constraints:      95033
3204.83/3213.33	c INPROCESSING
3204.83/3213.33	c GARBAGE COLLECT
3204.83/3213.33	WSVECS04 Frhs2[2]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[12]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[32]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[33]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[41]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[46]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[62]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[97]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[112]: 6 -3.89194 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[120]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[136]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[149]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[167]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[194]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[198]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[199]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[202]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[206]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[230]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[253]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[265]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[266]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[277]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[288]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[294]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[302]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[313]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[330]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[351]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[393]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[395]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[396]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[397]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[404]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[411]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[416]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[422]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[423]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[447]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[450]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[454]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[457]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[478]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[514]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[530]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[531]: 6 -2.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[552]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[562]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[570]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[579]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[600]: 6 0 0.625001 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[607]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[608]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[609]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[613]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[621]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[624]: 6 -1.20703 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[628]: 6 -2.3125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[632]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[663]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[672]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[674]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[676]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[694]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[701]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[703]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[705]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[710]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[711]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[713]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[714]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[715]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[717]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[718]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1062]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1066]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1069]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1097]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1100]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1121]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1134]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1135]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1139]: 6 -2.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1142]: 6 -0.796875 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1172]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1180]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1184]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1196]: 6 -1.0625 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1197]: 6 -0.671875 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1200]: 6 -0.875001 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1224]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1226]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1238]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1254]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1261]: 6 -1.3125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1264]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1269]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1270]: 6 -1.3125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1285]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1286]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1300]: 6 0 2.25 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1307]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1314]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1317]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1331]: 6 -1.33301 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1335]: 6 -1.32813 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1344]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1348]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1355]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1357]: 6 -1.3125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1369]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1380]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1406]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1412]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1419]: 6 -0.5 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1427]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1428]: 6 -0.687501 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1436]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1456]: 6 0 2.16928 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1459]: 6 -6.3125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1469]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1474]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1486]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1498]: 6 -0.75 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1504]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1521]: 6 -3 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1533]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1555]: 6 -1.375 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1560]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1568]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1572]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1574]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1575]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1578]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1579]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1580]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1585]: 6 -1.125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1587]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1591]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1593]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1598]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1599]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1611]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1612]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1614]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1629]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1630]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1646]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1648]: 6 -0.750001 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1691]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1771]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1959]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2013]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2130]: 6 -1.14063 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2184]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2185]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2214]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2221]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2271]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2342]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2382]: 6 -6 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2384]: 6 -15 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2403]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2439]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2449]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2458]: 6 -1.26563 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2472]: 6 -10.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2566]: 6 -5 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2573]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2585]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2599]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2639]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2681]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2729]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2746]: 6 -1.3125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2748]: 6 -1.3125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2767]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2833]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2875]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2938]: 6 -1.3125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2954]: 6 -1.5 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2992]: 6 -1.33203 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2996]: 6 -1.3125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[2997]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3031]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3036]: 6 -1.33203 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3140]: 6 -13 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3141]: 6 -11 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3188]: 6 -0.958496 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3227]: 6 -1.33325 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3265]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3326]: 6 -6.99481 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3328]: 6 -20.9896 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3330]: 6 -9 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3417]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3421]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3424]: 6 -1.3125 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3489]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3501]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3677]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3679]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3708]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3709]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3769]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3773]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3831]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3867]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3893]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3902]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3910]: 6 0 1 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3965]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3989]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4026]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4032]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4046]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4053]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4068]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4092]: 6 -1.25 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4094]: 6 -0.5 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4098]: 6 -2 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4121]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
3204.83/3213.33	WSVECS04 Frhs2[4268]: 6 -1 0 shouldn't be
3303.07/3311.84	c #Conflicts:    4679000 | #Constraints:      53029
3303.07/3311.84	c #Conflicts:    4680000 | #Constraints:      54030
3303.07/3311.84	c #Conflicts:    4681000 | #Constraints:      55030
3303.07/3311.84	c #Conflicts:    4682000 | #Constraints:      56030
3303.07/3311.84	c #Conflicts:    4683000 | #Constraints:      57030
3303.07/3311.84	c #Conflicts:    4684000 | #Constraints:      58030
3303.07/3311.84	c #Conflicts:    4685000 | #Constraints:      59030
3303.07/3311.84	c #Conflicts:    4686000 | #Constraints:      60030
3303.07/3311.84	c #Conflicts:    4687000 | #Constraints:      61030
3303.07/3311.84	c #Conflicts:    4688000 | #Constraints:      62030
3303.07/3311.84	c #Conflicts:    4689000 | #Constraints:      63030
3303.07/3311.84	c #Conflicts:    4690000 | #Constraints:      64030
3303.07/3311.84	c #Conflicts:    4691000 | #Constraints:      65030
3303.07/3311.84	c #Conflicts:    4692000 | #Constraints:      66030
3303.07/3311.84	c #Conflicts:    4693000 | #Constraints:      67030
3303.07/3311.84	c #Conflicts:    4694000 | #Constraints:      68030
3303.07/3311.84	c #Conflicts:    4695000 | #Constraints:      69030
3303.07/3311.84	c #Conflicts:    4696000 | #Constraints:      70030
3303.07/3311.84	c #Conflicts:    4697000 | #Constraints:      71030
3303.07/3311.84	c #Conflicts:    4698000 | #Constraints:      72030
3303.07/3311.84	c #Conflicts:    4699000 | #Constraints:      73030
3303.07/3311.84	c #Conflicts:    4700000 | #Constraints:      74030
3303.07/3311.84	c #Conflicts:    4701000 | #Constraints:      75030
3303.07/3311.84	c #Conflicts:    4702000 | #Constraints:      76030
3303.07/3311.84	c #Conflicts:    4703000 | #Constraints:      77030
3303.07/3311.84	c #Conflicts:    4704000 | #Constraints:      78030
3303.07/3311.84	c #Conflicts:    4705000 | #Constraints:      79030
3303.07/3311.84	c #Conflicts:    4706000 | #Constraints:      80030
3303.07/3311.84	c #Conflicts:    4707000 | #Constraints:      81030
3303.07/3311.84	c #Conflicts:    4708000 | #Constraints:      82030
3303.07/3311.84	c #Conflicts:    4709000 | #Constraints:      83030
3303.07/3311.84	c #Conflicts:    4710000 | #Constraints:      84030
3303.07/3311.84	c #Conflicts:    4711000 | #Constraints:      85030
3303.07/3311.84	c #Conflicts:    4712000 | #Constraints:      86030
3303.07/3311.84	c #Conflicts:    4713000 | #Constraints:      87030
3303.07/3311.84	c #Conflicts:    4714000 | #Constraints:      88030
3303.07/3311.84	c #Conflicts:    4715000 | #Constraints:      89030
3303.07/3311.84	c #Conflicts:    4716000 | #Constraints:      90030
3303.07/3311.84	c #Conflicts:    4717000 | #Constraints:      91030
3303.07/3311.84	c #Conflicts:    4718000 | #Constraints:      92030
3303.07/3311.84	c #Conflicts:    4719000 | #Constraints:      93030
3303.07/3311.84	c #Conflicts:    4720000 | #Constraints:      94030
3303.07/3311.84	c #Conflicts:    4721000 | #Constraints:      95030
3303.07/3311.84	c INPROCESSING
3303.07/3311.84	c GARBAGE COLLECT
3303.07/3311.84	c #Conflicts:    4722000 | #Constraints:      52799
3303.07/3311.84	c #Conflicts:    4723000 | #Constraints:      53800
3303.07/3311.84	c #Conflicts:    4724000 | #Constraints:      54800
3303.07/3311.84	c #Conflicts:    4725000 | #Constraints:      55800
3303.07/3311.84	c #Conflicts:    4726000 | #Constraints:      56800
3303.07/3311.84	c #Conflicts:    4727000 | #Constraints:      57800
3303.07/3311.84	c #Conflicts:    4728000 | #Constraints:      58800
3303.07/3311.84	c #Conflicts:    4729000 | #Constraints:      59800
3303.07/3311.84	c #Conflicts:    4730000 | #Constraints:      60800
3303.07/3311.84	c #Conflicts:    4731000 | #Constraints:      61800
3303.07/3311.84	c #Conflicts:    4732000 | #Constraints:      62800
3303.07/3311.84	c #Conflicts:    4733000 | #Constraints:      63800
3303.07/3311.84	c #Conflicts:    4734000 | #Constraints:      64800
3303.07/3311.84	c #Conflicts:    4735000 | #Constraints:      65800
3303.07/3311.84	c #Conflicts:    4736000 | #Constraints:      66800
3303.07/3311.84	c #Conflicts:    4737000 | #Constraints:      67800
3303.07/3311.84	c #Conflicts:    4738000 | #Constraints:      68800
3303.07/3311.84	c #Conflicts:    4739000 | #Constraints:      69800
3303.07/3311.84	c #Conflicts:    4740000 | #Constraints:      70800
3303.07/3311.84	c #Conflicts:    4741000 | #Constraints:      71800
3303.07/3311.84	c #Conflicts:    4742000 | #Constraints:      72800
3303.07/3311.84	c #Conflicts:    4743000 | #Constraints:      73800
3303.07/3311.84	c #Conflicts:    4744000 | #Constraints:      74800
3303.07/3311.84	c #Conflicts:    4745000 | #Constraints:      75800
3303.07/3311.84	c #Conflicts:    4746000 | #Constraints:      76800
3303.07/3311.84	c #Conflicts:    4747000 | #Constraints:      77800
3303.07/3311.84	c #Conflicts:    4748000 | #Constraints:      78800
3303.07/3311.84	c #Conflicts:    4749000 | #Constraints:      79800
3303.07/3311.84	c #Conflicts:    4750000 | #Constraints:      80800
3303.07/3311.84	c #Conflicts:    4751000 | #Constraints:      81801
3303.07/3311.84	c #Conflicts:    4752000 | #Constraints:      82801
3303.07/3311.84	c #Conflicts:    4753000 | #Constraints:      83801
3303.07/3311.84	c #Conflicts:    4754000 | #Constraints:      84801
3303.07/3311.84	c #Conflicts:    4755000 | #Constraints:      85801
3303.07/3311.84	c #Conflicts:    4756000 | #Constraints:      86801
3303.07/3311.84	c #Conflicts:    4757000 | #Constraints:      87801
3405.29/3414.36	c #Conflicts:    4758000 | #Constraints:      88801
3405.29/3414.36	c #Conflicts:    4759000 | #Constraints:      89801
3405.29/3414.36	c #Conflicts:    4760000 | #Constraints:      90802
3405.29/3414.36	c #Conflicts:    4761000 | #Constraints:      91802
3405.29/3414.36	c #Conflicts:    4762000 | #Constraints:      92802
3405.29/3414.36	c #Conflicts:    4763000 | #Constraints:      93802
3405.29/3414.36	c #Conflicts:    4764000 | #Constraints:      94802
3405.29/3414.36	c #Conflicts:    4765000 | #Constraints:      95802
3405.29/3414.36	c INPROCESSING
3405.29/3414.36	c GARBAGE COLLECT
3405.29/3414.36	c #Conflicts:    4766000 | #Constraints:      53435
3405.29/3414.36	c #Conflicts:    4767000 | #Constraints:      54435
3405.29/3414.36	c #Conflicts:    4768000 | #Constraints:      55435
3405.29/3414.36	c #Conflicts:    4769000 | #Constraints:      56435
3405.29/3414.36	c #Conflicts:    4770000 | #Constraints:      57435
3405.29/3414.36	c #Conflicts:    4771000 | #Constraints:      58435
3405.29/3414.36	c #Conflicts:    4772000 | #Constraints:      59435
3405.29/3414.36	c #Conflicts:    4773000 | #Constraints:      60435
3405.29/3414.36	c #Conflicts:    4774000 | #Constraints:      61435
3405.29/3414.36	c #Conflicts:    4775000 | #Constraints:      62435
3405.29/3414.36	c #Conflicts:    4776000 | #Constraints:      63435
3405.29/3414.36	c #Conflicts:    4777000 | #Constraints:      64435
3405.29/3414.36	c #Conflicts:    4778000 | #Constraints:      65435
3405.29/3414.36	c #Conflicts:    4779000 | #Constraints:      66435
3405.29/3414.36	c #Conflicts:    4780000 | #Constraints:      67435
3405.29/3414.36	c #Conflicts:    4781000 | #Constraints:      68435
3405.29/3414.36	c #Conflicts:    4782000 | #Constraints:      69435
3405.29/3414.36	c #Conflicts:    4783000 | #Constraints:      70435
3405.29/3414.36	c #Conflicts:    4784000 | #Constraints:      71435
3405.29/3414.36	c #Conflicts:    4785000 | #Constraints:      72818
3405.29/3414.36	c #Conflicts:    4786000 | #Constraints:      74343
3405.29/3414.36	c #Conflicts:    4787000 | #Constraints:      75856
3405.29/3414.36	c #Conflicts:    4788000 | #Constraints:      77393
3405.29/3414.36	c #Conflicts:    4789000 | #Constraints:      78915
3405.29/3414.36	c #Conflicts:    4790000 | #Constraints:      80432
3405.29/3414.36	c #Conflicts:    4791000 | #Constraints:      81934
3405.29/3414.36	c #Conflicts:    4792000 | #Constraints:      83449
3405.29/3414.36	c #Conflicts:    4793000 | #Constraints:      84959
3405.29/3414.36	c #Conflicts:    4794000 | #Constraints:      86466
3405.29/3414.36	c #Conflicts:    4795000 | #Constraints:      87978
3405.29/3414.36	c #Conflicts:    4796000 | #Constraints:      89492
3405.29/3414.36	c #Conflicts:    4797000 | #Constraints:      91018
3405.29/3414.36	c #Conflicts:    4798000 | #Constraints:      92539
3405.29/3414.36	c #Conflicts:    4799000 | #Constraints:      94048
3405.29/3414.36	c #Conflicts:    4800000 | #Constraints:      95554
3405.29/3414.36	c #Conflicts:    4801000 | #Constraints:      97064
3405.29/3414.36	c #Conflicts:    4802000 | #Constraints:      98578
3405.29/3414.36	c #Conflicts:    4803000 | #Constraints:     100092
3405.29/3414.36	c #Conflicts:    4804000 | #Constraints:     101602
3405.29/3414.36	c #Conflicts:    4805000 | #Constraints:     103121
3405.29/3414.36	c #Conflicts:    4806000 | #Constraints:     104630
3405.29/3414.36	c #Conflicts:    4807000 | #Constraints:     106152
3405.29/3414.36	c #Conflicts:    4808000 | #Constraints:     107671
3405.29/3414.36	c #Conflicts:    4809000 | #Constraints:     109181
3405.29/3414.36	c INPROCESSING
3405.29/3414.36	c GARBAGE COLLECT
3405.29/3414.36	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[15]: 6 -0.773648 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[17]: 6 -0.73525 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[32]: 6 -0.996264 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[38]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[41]: 6 -0.998032 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[44]: 6 -1.25054 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[62]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[64]: 6 -0.997783 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[65]: 6 -1.00069 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[66]: 6 -0.994949 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[78]: 6 -1.14438 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[86]: 6 -0.999984 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[88]: 6 -0.999993 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[90]: 6 -0.999991 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[92]: 6 -0.999503 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[93]: 6 -0.99994 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[94]: 6 -0.99984 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[96]: 6 -0.996264 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[113]: 6 -0.915016 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[119]: 6 -1.24998 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[127]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[144]: 6 -1.87109 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[154]: 6 -0.999991 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[159]: 6 -0.999217 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[160]: 6 -0.998133 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[175]: 6 -1.1799 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[180]: 6 -0.730196 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[187]: 6 -0.999768 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[190]: 6 -0.99994 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[196]: 6 -0.982835 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[197]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[199]: 6 -0.999993 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[207]: 6 -1.23438 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[212]: 6 -0.812498 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[213]: 6 -0.553165 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[214]: 6 -0.916632 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[224]: 6 -0.998132 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[237]: 6 -0.750001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[245]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[251]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[270]: 6 -1.13656 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[273]: 6 -0.73525 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[275]: 6 -0.940998 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[281]: 6 -0.916616 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[285]: 6 -0.999645 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[293]: 6 -1.375 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[295]: 6 -1.24999 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[302]: 6 -0.99719 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[304]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[306]: 6 -0.966274 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[310]: 6 -0.999965 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[311]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[315]: 6 -0.999845 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[317]: 6 -0.999735 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[318]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[345]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[353]: 6 -0.997804 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[374]: 6 -1.74993 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[375]: 6 -1.49998 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[386]: 6 -0.998856 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[398]: 6 -0.923398 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[400]: 6 -0.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[407]: 6 -0.999969 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[415]: 6 -0.998434 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[418]: 6 -0.999264 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[420]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[422]: 6 -0.996918 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[423]: 6 -0.922429 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[426]: 6 -1.31866 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[430]: 6 -1.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[433]: 6 -0.735249 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[442]: 6 -0.999993 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[444]: 6 -0.999534 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[447]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[460]: 6 -0.999135 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[464]: 6 -1.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[465]: 6 -0.9375 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[466]: 6 -1.18255 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[467]: 6 -0.75 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[469]: 6 -0.730195 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[471]: 6 -0.999964 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[473]: 6 -0.916615 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[474]: 6 -0.999963 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[483]: 6 -0.999973 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[487]: 6 -0.999994 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[516]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[517]: 6 -1.00485 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[522]: 6 -2.56894 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[530]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[535]: 6 -0.916631 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[545]: 6 -0.999954 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[554]: 6 -0.999422 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[555]: 6 -0.999513 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[556]: 6 -0.999135 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[561]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[567]: 6 -0.750001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[569]: 6 -0.999982 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[570]: 6 -1.00025 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[571]: 6 -0.999846 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[572]: 6 -0.999816 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[573]: 6 -0.999735 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[575]: 6 -0.998133 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[577]: 6 -0.999216 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[583]: 6 -1.0006 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[587]: 6 -0.000489808 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[591]: 6 -0.838054 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[592]: 6 -1.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[594]: 6 -1.30846 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[607]: 6 -1.00139 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[611]: 6 -0.998479 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[612]: 6 -0.998567 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[615]: 6 -1.75684 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[616]: 6 0 0.312513 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[619]: 6 -0.999268 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[622]: 6 -1.04688 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[623]: 6 -0.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[632]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[635]: 6 -1.00012 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[653]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[658]: 6 -0.9375 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[664]: 6 -0.750001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[667]: 6 -0.99975 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[672]: 6 -0.998132 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[673]: 6 -0.759477 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[677]: 6 -1.58614 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[679]: 6 -1.32756 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[688]: 6 -1.02947 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[694]: 6 -0.999966 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[704]: 6 -0.996264 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[708]: 6 -0.99846 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[711]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[712]: 6 -1.55572 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[713]: 6 -1.61605 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[716]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[720]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[722]: 6 -0.966274 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[724]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[727]: 6 -0.999973 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[736]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1046]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1063]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1064]: 6 -2.51373 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1081]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1097]: 6 -1.19618 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1101]: 6 -0.70139 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1102]: 6 -1.11657 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1104]: 6 -0.966275 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1107]: 6 -0.85 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1123]: 6 -0.499999 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1124]: 6 -0.253433 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1125]: 6 -0.999993 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1139]: 6 -0.534774 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1159]: 6 -1.14903 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1166]: 6 -0.875 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1167]: 6 -2.3125 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1173]: 6 -0.625001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1176]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1186]: 6 -0.375001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1193]: 6 -0.906251 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1194]: 6 -1.22476 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1195]: 6 -1.375 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1196]: 6 -0.75 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1205]: 6 -0.999993 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1206]: 6 -1.12498 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1207]: 6 -1.99997 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1215]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1228]: 6 -0.75 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1245]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1257]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1261]: 6 -0.671876 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1262]: 6 -1.24805 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1268]: 6 -0.875001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1271]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1274]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1280]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1289]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1293]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1299]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1300]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1302]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1306]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1311]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1323]: 6 -0.500001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1325]: 6 -0.375 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1326]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1341]: 6 -1.67188 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1344]: 6 -1.375 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1350]: 6 0 0.671875 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1357]: 6 -1.67275 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1367]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1377]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1386]: 6 -1.58594 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1389]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1397]: 6 -1.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1400]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1406]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1407]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1410]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1411]: 6 -0.875001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1412]: 6 -0.99692 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1422]: 6 -1.125 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1424]: 6 -0.75 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1428]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1431]: 6 -0.125001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1434]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1442]: 6 -0.998614 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1447]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1452]: 6 -1.00006 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1456]: 6 -0.875001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1458]: 6 -0.878913 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1467]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1468]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1471]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1477]: 6 -0.840652 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1480]: 6 -0.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1482]: 6 -2.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1498]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1505]: 6 -0.998614 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1506]: 6 -0.749037 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1509]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1510]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1512]: 6 -1.125 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1523]: 6 0 1.80701e-06 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1531]: 6 -0.999998 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1544]: 6 -1.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1547]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1548]: 6 -1.01389 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1555]: 6 0 2.37493e-06 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1572]: 6 -1.39515 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1574]: 6 -1.15524 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1575]: 6 -1.00025 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1578]: 6 -1.03878 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1580]: 6 -1.38064 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1581]: 6 -1.24102 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1583]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1594]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1599]: 6 -0.999706 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1602]: 6 0 0.49847 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1612]: 6 -1.80752 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1613]: 6 -1.19551 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1615]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1622]: 6 -0.9995 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1623]: 6 -0.999999 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1629]: 6 -1.00005 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1631]: 6 -0.687353 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1645]: 6 -0.700003 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1646]: 6 -1.39805 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1656]: 6 -1.99988 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1691]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1699]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1718]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1752]: 6 -0.999706 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1968]: 6 -3.76469 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1969]: 6 -2.99579 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1974]: 6 0 1.15125 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2003]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2075]: 6 -1.48314 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2084]: 6 -0.2 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2093]: 6 -3 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2126]: 6 -1.32118 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2164]: 6 -0.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2168]: 6 -1.32118 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2177]: 6 -1.07989 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2214]: 6 -1.125 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2220]: 6 -1.28125 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2256]: 6 -3 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2257]: 6 -3 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2279]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2301]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2310]: 6 -1.375 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2311]: 6 -0.75 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2324]: 6 -1.96875 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2325]: 6 -1.00001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2326]: 6 -0.750016 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2327]: 6 -3.1659e-05 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2338]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2343]: 6 -0.250001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2350]: 6 -2 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2374]: 6 -1.00001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2376]: 6 0 2.99998 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2383]: 6 -2.99987 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2414]: 6 -0.656251 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2454]: 6 -1.32813 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2460]: 6 -3 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2493]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2509]: 6 -1.32813 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2513]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2559]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2561]: 6 -0.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2583]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2599]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2611]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2621]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2701]: 6 -1.625 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2702]: 6 -1.24805 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2744]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2786]: 6 -1.67188 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2834]: 6 -1.08181 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2836]: 6 -1.16363 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2840]: 6 -0.3455 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2841]: 6 -2.3455 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2844]: 6 -0.0153853 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2845]: 6 -0.0153853 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2892]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2895]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2916]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2921]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2929]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2988]: 6 -1.25 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2989]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[2999]: 6 -1.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3033]: 6 -0.750001 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3041]: 6 -0.5 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3049]: 6 -1.75 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3087]: 6 -1 0 shouldn't be
3405.29/3414.36	WSVECS04 Frhs2[3089]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3097]: 6 -0.999985 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3171]: 6 -0.873461 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3182]: 6 -1.5 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3218]: 6 -3 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3222]: 6 -1.25 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3223]: 6 -0.500001 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3266]: 6 -1.24861 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3267]: 6 -1.25 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3279]: 6 -1.25 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3367]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3374]: 6 -0.999511 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3396]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3416]: 6 -1.07813 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3417]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3422]: 6 -6 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3433]: 6 -1.25 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3458]: 6 -0.99692 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3481]: 6 -1.5 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3489]: 6 -0.99692 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3505]: 6 -0.375 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3556]: 6 -0.999982 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3558]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3576]: 6 -0.999998 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3577]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3585]: 6 -0.999908 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3615]: 6 -0.984348 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3624]: 6 -0.999969 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3658]: 6 -0.495153 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3663]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3668]: 6 -1.25 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3684]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3688]: 6 -2.25015 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3690]: 6 -3.5003 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3692]: 6 -4 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3693]: 6 -4 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3696]: 6 -0.995153 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3700]: 6 -3 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3701]: 6 -3 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3708]: 6 -0.992172 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3711]: 6 -1.5 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3714]: 6 0 0.625 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3716]: 6 -1.25 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3728]: 6 -5.00002 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3729]: 6 -5.00002 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3737]: 6 -0.999759 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3749]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3752]: 6 -0.844729 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3756]: 6 -0.999996 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3792]: 6 -1.62109 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3802]: 6 0 1.125 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3808]: 6 -3.2 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3809]: 6 -3 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3812]: 6 -0.200001 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3825]: 6 -1.00006 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3848]: 6 -0.711219 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3853]: 6 -1.125 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3855]: 6 -1.125 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3867]: 6 -0.999954 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3892]: 6 -0.5 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3906]: 6 -3 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3909]: 6 -1.25 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3956]: 6 0 1 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3958]: 6 -0.999878 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3965]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3969]: 6 -1.62499 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3977]: 6 -0.620941 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3985]: 6 -3 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3989]: 6 -0.86144 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4006]: 6 -5 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4026]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4035]: 6 -1.25 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4044]: 6 -1.56875 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4057]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4076]: 6 -1.02051 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4080]: 6 -1.59727 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4085]: 6 -1.83398 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4099]: 6 -0.750001 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4106]: 6 -1.08988 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4118]: 6 -0.999705 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
3405.29/3414.37	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
3531.54/3540.95	c #Conflicts:    4810000 | #Constraints:      60219
3531.54/3540.95	c #Conflicts:    4811000 | #Constraints:      61219
3531.54/3540.95	c #Conflicts:    4812000 | #Constraints:      62219
3531.54/3540.95	c #Conflicts:    4813000 | #Constraints:      63219
3531.54/3540.95	c #Conflicts:    4814000 | #Constraints:      64219
3531.54/3540.95	c #Conflicts:    4815000 | #Constraints:      65219
3531.54/3540.95	c #Conflicts:    4816000 | #Constraints:      66219
3531.54/3540.95	c #Conflicts:    4817000 | #Constraints:      67219
3531.54/3540.95	c #Conflicts:    4818000 | #Constraints:      68219
3531.54/3540.95	c #Conflicts:    4819000 | #Constraints:      69219
3531.54/3540.95	c #Conflicts:    4820000 | #Constraints:      70219
3531.54/3540.95	c #Conflicts:    4821000 | #Constraints:      71219
3531.54/3540.95	c #Conflicts:    4822000 | #Constraints:      72219
3531.54/3540.95	c #Conflicts:    4823000 | #Constraints:      73219
3531.54/3540.95	c #Conflicts:    4824000 | #Constraints:      74219
3531.54/3540.95	c #Conflicts:    4825000 | #Constraints:      75219
3531.54/3540.95	c #Conflicts:    4826000 | #Constraints:      76219
3531.54/3540.95	c #Conflicts:    4827000 | #Constraints:      77219
3531.54/3540.95	c #Conflicts:    4828000 | #Constraints:      78219
3531.54/3540.95	c #Conflicts:    4829000 | #Constraints:      79219
3531.54/3540.95	c #Conflicts:    4830000 | #Constraints:      80219
3531.54/3540.95	c #Conflicts:    4831000 | #Constraints:      81219
3531.54/3540.95	c #Conflicts:    4832000 | #Constraints:      82219
3531.54/3540.95	c #Conflicts:    4833000 | #Constraints:      83219
3531.54/3540.95	c #Conflicts:    4834000 | #Constraints:      84219
3531.54/3540.95	c #Conflicts:    4835000 | #Constraints:      85219
3531.54/3540.95	c #Conflicts:    4836000 | #Constraints:      86219
3531.54/3540.95	c #Conflicts:    4837000 | #Constraints:      87219
3531.54/3540.95	c #Conflicts:    4838000 | #Constraints:      88219
3531.54/3540.95	c #Conflicts:    4839000 | #Constraints:      89219
3531.54/3540.95	c #Conflicts:    4840000 | #Constraints:      90219
3531.54/3540.95	c #Conflicts:    4841000 | #Constraints:      91219
3531.54/3540.95	c #Conflicts:    4842000 | #Constraints:      92219
3531.54/3540.95	c #Conflicts:    4843000 | #Constraints:      93219
3531.54/3540.95	c #Conflicts:    4844000 | #Constraints:      94219
3531.54/3540.95	c #Conflicts:    4845000 | #Constraints:      95219
3531.54/3540.95	c #Conflicts:    4846000 | #Constraints:      96219
3531.54/3540.95	c #Conflicts:    4847000 | #Constraints:      97219
3531.54/3540.95	c #Conflicts:    4848000 | #Constraints:      98219
3531.54/3540.95	c #Conflicts:    4849000 | #Constraints:      99219
3531.54/3540.95	c #Conflicts:    4850000 | #Constraints:     100219
3531.54/3540.95	c #Conflicts:    4851000 | #Constraints:     101219
3531.54/3540.95	c #Conflicts:    4852000 | #Constraints:     102219
3531.54/3540.95	c #Conflicts:    4853000 | #Constraints:     103219
3531.54/3540.95	c INPROCESSING
3531.54/3540.95	c GARBAGE COLLECT
3531.54/3540.95	c #Conflicts:    4854000 | #Constraints:      57222
3531.54/3540.95	c #Conflicts:    4855000 | #Constraints:      58222
3531.54/3540.95	c #Conflicts:    4856000 | #Constraints:      59222
3531.54/3540.95	c #Conflicts:    4857000 | #Constraints:      60222
3531.54/3540.95	c #Conflicts:    4858000 | #Constraints:      61222
3531.54/3540.95	c #Conflicts:    4859000 | #Constraints:      62222
3531.54/3540.95	c #Conflicts:    4860000 | #Constraints:      63223
3531.54/3540.95	c #Conflicts:    4861000 | #Constraints:      64223
3531.54/3540.95	c #Conflicts:    4862000 | #Constraints:      65223
3531.54/3540.95	c #Conflicts:    4863000 | #Constraints:      66223
3531.54/3540.95	c #Conflicts:    4864000 | #Constraints:      67223
3531.54/3540.95	c #Conflicts:    4865000 | #Constraints:      68223
3531.54/3540.95	c #Conflicts:    4866000 | #Constraints:      69223
3531.54/3540.95	c #Conflicts:    4867000 | #Constraints:      70223
3531.54/3540.95	c #Conflicts:    4868000 | #Constraints:      71223
3531.54/3540.95	c #Conflicts:    4869000 | #Constraints:      72226
3531.54/3540.95	c #Conflicts:    4870000 | #Constraints:      73226
3531.54/3540.95	c #Conflicts:    4871000 | #Constraints:      74226
3531.54/3540.95	c #Conflicts:    4872000 | #Constraints:      75226
3531.54/3540.95	c #Conflicts:    4873000 | #Constraints:      76226
3531.54/3540.95	c #Conflicts:    4874000 | #Constraints:      77226
3531.54/3540.95	c #Conflicts:    4875000 | #Constraints:      78227
3531.54/3540.95	c #Conflicts:    4876000 | #Constraints:      79227
3531.54/3540.95	c #Conflicts:    4877000 | #Constraints:      80227
3531.54/3540.95	c #Conflicts:    4878000 | #Constraints:      81227
3531.54/3540.95	c #Conflicts:    4879000 | #Constraints:      82227
3531.54/3540.95	c #Conflicts:    4880000 | #Constraints:      83227
3531.54/3540.95	c #Conflicts:    4881000 | #Constraints:      84227
3531.54/3540.95	c #Conflicts:    4882000 | #Constraints:      85227
3531.54/3540.95	c #Conflicts:    4883000 | #Constraints:      86227
3531.54/3540.95	c #Conflicts:    4884000 | #Constraints:      87227
3531.54/3540.95	c #Conflicts:    4885000 | #Constraints:      88229
3531.54/3540.95	c #Conflicts:    4886000 | #Constraints:      89229
3531.54/3540.95	c #Conflicts:    4887000 | #Constraints:      90229
3531.54/3540.95	c #Conflicts:    4888000 | #Constraints:      91229
3600.06/3609.60	c #Conflicts:    4889000 | #Constraints:      92229
3600.06/3609.60	c #Conflicts:    4890000 | #Constraints:      93229
3600.06/3609.60	c #Conflicts:    4891000 | #Constraints:      94229
3600.06/3609.60	c #Conflicts:    4892000 | #Constraints:      95229
3600.06/3609.60	c #Conflicts:    4893000 | #Constraints:      96229
3600.06/3609.60	c #Conflicts:    4894000 | #Constraints:      97229
3600.06/3609.60	c #Conflicts:    4895000 | #Constraints:      98229
3600.06/3609.60	c #Conflicts:    4896000 | #Constraints:      99229
3600.06/3609.60	c #Conflicts:    4897000 | #Constraints:     100229
3600.06/3609.60	c INPROCESSING
3600.06/3609.60	c GARBAGE COLLECT
3600.06/3609.60	c #Conflicts:    4898000 | #Constraints:      55583
3600.06/3609.60	c #Conflicts:    4899000 | #Constraints:      56583
3600.06/3609.60	c #Conflicts:    4900000 | #Constraints:      57583
3600.06/3609.60	c #Conflicts:    4901000 | #Constraints:      58583
3600.06/3609.60	c #Conflicts:    4902000 | #Constraints:      59583
3600.06/3609.60	c #Conflicts:    4903000 | #Constraints:      60583
3600.06/3609.60	c #Conflicts:    4904000 | #Constraints:      61583
3600.06/3609.60	c #Conflicts:    4905000 | #Constraints:      62583
3600.06/3609.60	c #Conflicts:    4906000 | #Constraints:      63583
3600.06/3609.60	c #Conflicts:    4907000 | #Constraints:      64583
3600.06/3609.60	c #Conflicts:    4908000 | #Constraints:      65583
3600.06/3609.60	c #Conflicts:    4909000 | #Constraints:      66583
3600.06/3609.60	c #Conflicts:    4910000 | #Constraints:      67583
3600.06/3609.60	c #Conflicts:    4911000 | #Constraints:      68583
3600.06/3609.60	c #Conflicts:    4912000 | #Constraints:      69583
3600.06/3609.60	c #Conflicts:    4913000 | #Constraints:      70583
3600.06/3609.60	c #Conflicts:    4914000 | #Constraints:      71583
3600.06/3609.60	c #Conflicts:    4915000 | #Constraints:      72583
3600.06/3609.60	c #Conflicts:    4916000 | #Constraints:      73583
3600.06/3609.60	c #Conflicts:    4917000 | #Constraints:      74583
3600.06/3609.60	c #Conflicts:    4918000 | #Constraints:      75583
3600.06/3609.60	c #Conflicts:    4919000 | #Constraints:      76583
3600.06/3609.60	c #Conflicts:    4920000 | #Constraints:      77583
3600.06/3609.60	c #Conflicts:    4921000 | #Constraints:      78583
3600.06/3609.60	c #Conflicts:    4922000 | #Constraints:      79583
3600.06/3609.60	c #Conflicts:    4923000 | #Constraints:      80583
3600.06/3609.60	c #Conflicts:    4924000 | #Constraints:      81583
3600.06/3609.60	c #Conflicts:    4925000 | #Constraints:      82583
3600.06/3609.60	c #Conflicts:    4926000 | #Constraints:      83583
3600.06/3609.60	c #Conflicts:    4927000 | #Constraints:      84583
3600.06/3609.60	c #Conflicts:    4928000 | #Constraints:      85583
3600.06/3609.60	c #Conflicts:    4929000 | #Constraints:      86583
3600.06/3609.60	c #Conflicts:    4930000 | #Constraints:      87583
3600.06/3609.60	c #Conflicts:    4931000 | #Constraints:      88583
3600.06/3609.60	c #Conflicts:    4932000 | #Constraints:      89583
3600.06/3609.60	c #Conflicts:    4933000 | #Constraints:      90583
3600.06/3609.60	c #Conflicts:    4934000 | #Constraints:      91583
3600.06/3609.60	c #Conflicts:    4935000 | #Constraints:      92583
3600.06/3609.60	c #Conflicts:    4936000 | #Constraints:      93583
3600.06/3609.60	c #Conflicts:    4937000 | #Constraints:      94583
3600.06/3609.60	c #Conflicts:    4938000 | #Constraints:      95583
3600.06/3609.60	c #Conflicts:    4939000 | #Constraints:      96583
3600.06/3609.60	c cpu time 3572.77 s
3600.06/3609.60	c deterministic time 211738631840 2.12e+11
3600.06/3609.60	c optimization time 44.2734 s
3600.06/3609.60	c total solve time 3528.46 s
3600.06/3609.60	c core-guided solve time 0 s
3600.06/3609.60	c propagation time 2403.04 s
3600.06/3609.60	c conflict analysis time 939.339 s
3600.06/3609.60	c propagations 697234057
3600.06/3609.60	c resolve steps 157131939
3600.06/3609.60	c decisions 13354726
3600.06/3609.60	c conflicts 4939802
3600.06/3609.60	c restarts 8190
3600.06/3609.60	c inprocessing phases 212
3600.06/3609.60	c garbage collections 212 ,( 100.00 )
3600.06/3609.60	c input clauses 8142 ,( 82.01 )
3600.06/3609.60	c input cardinalities 0 ,( 0.00 )
3600.06/3609.60	c input general constraints 1786 ,( 17.99 )
3600.06/3609.60	c input average constraint length 4.53
3600.06/3609.60	c input average constraint degree 1.83
3600.06/3609.60	c learned clauses 2145872 ,( 42.70 )
3600.06/3609.60	c learned cardinalities 999 ,( 0.02 )
3600.06/3609.60	c learned general constraints 2878526 ,( 57.28 )
3600.06/3609.60	c learned average constraint length 187.35
3600.06/3609.60	c learned average constraint degree 19881420.15
3600.06/3609.60	c watched  CF 32, 64, 128, Arb: 895997 , 0 , 0 , 0
3600.06/3609.60	c counting CF 32, 64, 128, Arb: 1984315 , 0 , 0 , 0
3600.06/3609.60	c watched   constraints 895997 ,( 31.11 ) 
3600.06/3609.60	c counting  constraints 1984315 ,( 68.89 ) 
3600.06/3609.60	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1132250998 , 6295651 , 23277988985 ,( 1299525561 , 21978463424 )
3600.06/3609.60	c gcd simplifications 457596
3600.06/3609.60	c detected cardinalities 85
3600.06/3609.60	c weakened non-implied lits 122461140
3600.06/3609.60	c weakened non-implying lits 1305524
3600.06/3609.60	c original variables 4288
3600.06/3609.60	c clausal propagations 175515750
3600.06/3609.60	c cardinality propagations 70429
3600.06/3609.60	c watched propagations 3275621
3600.06/3609.60	c counting propagations 513191313
3600.06/3609.60	c watch lookups 114591101609
3600.06/3609.60	c watch backjump lookups 0
3600.06/3609.60	c watch checks 51564075089
3600.06/3609.60	c propagation checks 41432298395
3600.06/3609.60	c constraint additions 2724055417
3600.06/3609.60	c trail pops 715525022
3600.06/3609.60	c formula constraints 9928
3600.06/3609.60	c learned constraints 4939801
3600.06/3609.60	c bound constraints 0
3600.06/3609.60	c core-guided constraints 0
3600.06/3609.60	c encountered formula constraints 116932519
3600.06/3609.60	c encountered learned constraints 45069220
3600.06/3609.60	c encountered bound constraints 0
3600.06/3609.60	c encountered core-guided constraints 0
3600.06/3609.60	c LP total time 318.089 s
3600.06/3609.60	c LP solve time 283.08 s
3600.06/3609.60	c LP constraints added 10677
3600.06/3609.60	c LP constraints removed 375
3600.06/3609.60	c LP pivots internal 494624
3600.06/3609.60	c LP pivots root 492900
3600.06/3609.60	c LP calls 90251
3600.06/3609.60	c LP optimalities 26
3600.06/3609.60	c LP no pivot count 0
3600.06/3609.60	c LP infeasibilities 90044
3600.06/3609.60	c LP valid Farkas constraints 85552
3600.06/3609.60	c LP learned Farkas constraints 0
3600.06/3609.60	c LP basis resets 178
3600.06/3609.60	c LP cycling count 1
3600.06/3609.60	c LP singular count 173
3600.06/3609.60	c LP no primal count 0
3600.06/3609.60	c LP no farkas count 3
3600.06/3609.60	c LP other issue count 1
3600.06/3609.60	c LP Gomory cuts 44
3600.06/3609.60	c LP learned cuts 705
3600.06/3609.60	c LP deleted cuts 375
3600.06/3609.60	c LP encountered Gomory constraints 4517
3600.06/3609.60	c LP encountered Farkas constraints 65485
3600.06/3609.60	c LP encountered learned Farkas constraints 0
3600.06/3609.60	c CG auxiliary variables introduced 0
3600.06/3609.60	c CG solutions found 0
3600.06/3609.60	c CG cores constructed 0
3600.06/3609.60	c CG core cardinality constraints returned 0
3600.06/3609.60	c CG unit cores 0
3600.06/3609.60	c CG single cores 0
3600.06/3609.60	c CG blocks removed during cardinality reduction 0
3600.06/3609.60	c CG first core best 0
3600.06/3609.60	c CG decision core best 0
3600.06/3609.60	c CG core reduction tie 0
3600.06/3609.60	c CG core degree average 0.00
3600.06/3609.60	c CG core slack average 0.00
3600.06/3609.60	c CG core upper bound improvements 0
3600.06/3609.60	c STR number of successful calls 0
3600.06/3609.60	c STR number of unsuccessful calls 0
3600.06/3609.60	c STR number of inconclusive calls 0
3600.06/3609.60	c STR number of successful attempts 0
3600.06/3609.60	c STR number of unsuccessful attempts 0
3600.06/3609.60	c STR number of inconclusive attempts 0
3600.06/3609.60	c STR average degree increase per successful call inf
3600.06/3609.60	c STR average degree increase per successful attempt inf
3600.06/3609.60	c STR total number of conflicts for successful attempts 0
3600.06/3609.60	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3609.60	c STR total number of conflicts for inconclusive attempts 0
3600.06/3609.60	c STR average number of conflicts per successful attempt inf
3600.06/3609.60	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3609.60	c STR average number of conflicts per inconclusive attempt inf
3600.06/3609.60	c AVG.sumWPerc 55.06 
3600.06/3609.60	c bigint constraints 0 
3600.06/3609.60	s UNKNOWN
3600.06/3609.60	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=26461, runsolver pid=26458

[startup+0.100065 s]*
/proc/loadavg: 4.16 4.15 4.11 5/269 26464
/proc/meminfo: memFree=128628284/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=75884 memory=27876 CPUtime=0.06 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 5453 0 0 0 4 2 0 0 20 0 1 0 35905926 77705216 6969 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 18971 6969 2272 1147 0 6398 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 80076 KiB
Current children cumulated memory: 30820 KiB

[startup+0.205693 s]*
/proc/loadavg: 4.16 4.15 4.11 5/269 26464
/proc/meminfo: memFree=128628284/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=76460 memory=28260 CPUtime=0.16 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 5559 0 0 0 14 2 0 0 20 0 1 0 35905926 78295040 7065 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 19115 7065 2272 1147 0 6542 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 80652 KiB
Current children cumulated memory: 31204 KiB

[startup+0.305558 s]*
/proc/loadavg: 4.16 4.15 4.11 5/269 26464
/proc/meminfo: memFree=128626520/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=77528 memory=29924 CPUtime=0.25 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 5912 0 0 0 23 2 0 0 20 0 1 0 35905926 79388672 7481 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 19382 7481 2336 1147 0 6809 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 81720 KiB
Current children cumulated memory: 32868 KiB

[startup+0.700201 s]
/proc/loadavg: 4.16 4.15 4.11 5/269 26464
/proc/meminfo: memFree=128624504/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=77724 memory=30820 CPUtime=0.63 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 6098 0 0 0 58 5 0 0 20 0 1 0 35905926 79589376 7705 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 19431 7705 2368 1147 0 6858 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 81916 KiB
Current children cumulated memory: 33764 KiB

[startup+1.50016 s]
/proc/loadavg: 4.16 4.15 4.11 5/269 26464
/proc/meminfo: memFree=128624504/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=79636 memory=33508 CPUtime=1.43 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 6795 0 0 0 135 8 0 0 20 0 1 0 35905926 81547264 8377 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 19909 8377 2368 1147 0 7336 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 83828 KiB
Current children cumulated memory: 36452 KiB

[startup+3.10542 s]
/proc/loadavg: 4.15 4.14 4.11 5/269 26464
/proc/meminfo: memFree=128624864/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=82140 memory=37952 CPUtime=3.02 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 7388 0 0 0 289 13 0 0 20 0 1 0 35905926 84111360 9488 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 20535 9488 2368 1147 0 7962 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 86332 KiB
Current children cumulated memory: 40896 KiB

[startup+6.30019 s]
/proc/loadavg: 4.15 4.14 4.11 5/269 26464
/proc/meminfo: memFree=128624872/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=85756 memory=41664 CPUtime=6.22 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 8301 0 0 0 598 24 0 0 20 0 1 0 35905926 87814144 10416 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 21439 10416 2368 1147 0 8866 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 89948 KiB
Current children cumulated memory: 44608 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.14 4.11 5/269 26464
/proc/meminfo: memFree=128619328/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=94052 memory=47552 CPUtime=12.6 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 9806 0 0 0 1219 41 0 0 20 0 1 0 35905926 96309248 11888 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 23513 11888 2368 1147 0 10940 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 98244 KiB
Current children cumulated memory: 50496 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.13 4.10 5/269 26465
/proc/meminfo: memFree=128599444/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=114436 memory=66240 CPUtime=25.37 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 14493 0 0 0 2471 66 0 0 20 0 1 0 35905926 117182464 16560 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 28609 16560 2368 1147 0 16036 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 118628 KiB
Current children cumulated memory: 69184 KiB

[startup+51.1055 s]
/proc/loadavg: 4.14 4.14 4.11 5/269 26465
/proc/meminfo: memFree=128571192/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=141060 memory=88636 CPUtime=50.92 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 19518 0 0 0 4968 124 0 0 20 0 1 0 35905926 144445440 22159 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 35265 22159 2464 1147 0 22692 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 145252 KiB
Current children cumulated memory: 91580 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/268 26471
/proc/meminfo: memFree=128510956/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=166272 memory=118912 CPUtime=101.99 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 26085 0 0 0 9983 216 0 0 20 0 1 0 35905926 170262528 29728 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 41568 29728 2496 1147 0 28995 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 170464 KiB
Current children cumulated memory: 121856 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.11 4.09 5/267 26473
/proc/meminfo: memFree=128442520/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=219384 memory=162440 CPUtime=161.84 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 35421 0 0 0 15900 284 0 0 20 0 1 0 35905926 224649216 40610 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 54846 40610 2496 1147 0 42273 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 223576 KiB
Current children cumulated memory: 165384 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 26475
/proc/meminfo: memFree=128426540/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=234508 memory=176776 CPUtime=221.69 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 39006 0 0 0 21800 369 0 0 20 0 1 0 35905926 240136192 44194 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 58627 44194 2496 1147 0 46054 0
Current children cumulated CPU time: 221.7 s

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

/proc/26464/statm: 170046 145449 2496 1147 0 157473 0
Current children cumulated CPU time: 3034.28 s
Current children cumulated vsize: 684376 KiB
Current children cumulated memory: 584740 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.13 4.11 5/268 26755
/proc/meminfo: memFree=127734776/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=680184 memory=581796 CPUtime=3094.11 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 114609 0 0 0 306848 2563 0 0 20 0 1 0 35905926 696508416 145449 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 170046 145449 2496 1147 0 157473 0
Current children cumulated CPU time: 3094.12 s
Current children cumulated vsize: 684376 KiB
Current children cumulated memory: 584740 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.12 4.11 5/269 26762
/proc/meminfo: memFree=127673560/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=689792 memory=589348 CPUtime=3153.96 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 116479 0 0 0 312809 2587 0 0 20 0 1 0 35905926 706347008 147337 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 172448 147337 2496 1147 0 159875 0
Current children cumulated CPU time: 3153.97 s
Current children cumulated vsize: 693984 KiB
Current children cumulated memory: 592292 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/269 26764
/proc/meminfo: memFree=127650216/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=699280 memory=598436 CPUtime=3213.8 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 118753 0 0 0 318771 2609 0 0 20 0 1 0 35905926 716062720 149609 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 174820 149609 2496 1147 0 162247 0
Current children cumulated CPU time: 3213.81 s
Current children cumulated vsize: 703472 KiB
Current children cumulated memory: 601380 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.10 5/270 26767
/proc/meminfo: memFree=127660028/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=702872 memory=602148 CPUtime=3273.64 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 119701 0 0 0 324733 2631 0 0 20 0 1 0 35905926 719740928 150537 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 175718 150537 2496 1147 0 163145 0
Current children cumulated CPU time: 3273.65 s
Current children cumulated vsize: 707064 KiB
Current children cumulated memory: 605092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/269 26863
/proc/meminfo: memFree=128234044/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=705480 memory=604836 CPUtime=3333.47 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 120363 0 0 0 330699 2648 0 0 20 0 1 0 35905926 722411520 151209 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 176370 151209 2496 1147 0 163797 0
Current children cumulated CPU time: 3333.48 s
Current children cumulated vsize: 709672 KiB
Current children cumulated memory: 607780 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 26876
/proc/meminfo: memFree=128179460/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=705480 memory=604836 CPUtime=3393.31 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 120369 0 0 0 336666 2665 0 0 20 0 1 0 35905926 722411520 151209 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 176370 151209 2496 1147 0 163797 0
Current children cumulated CPU time: 3393.32 s
Current children cumulated vsize: 709672 KiB
Current children cumulated memory: 607780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/267 26878
/proc/meminfo: memFree=128116436/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=709416 memory=615896 CPUtime=3453.15 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 121108 0 0 0 342631 2684 0 0 20 0 1 0 35905926 726441984 153974 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 177354 153974 2496 1147 0 164781 0
Current children cumulated CPU time: 3453.16 s
Current children cumulated vsize: 713608 KiB
Current children cumulated memory: 618840 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/267 26880
/proc/meminfo: memFree=128054916/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=728292 memory=641428 CPUtime=3512.99 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 124928 0 0 0 348598 2701 0 0 20 0 1 0 35905926 745771008 160357 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 182073 160357 2496 1147 0 169500 0
Current children cumulated CPU time: 3513 s
Current children cumulated vsize: 732484 KiB
Current children cumulated memory: 644372 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/267 26882
/proc/meminfo: memFree=127982536/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=737380 memory=649108 CPUtime=3572.82 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 126888 0 0 0 354561 2721 0 0 20 0 1 0 35905926 755077120 162277 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 184345 162277 2496 1147 0 171772 0
Current children cumulated CPU time: 3572.83 s
Current children cumulated vsize: 741572 KiB
Current children cumulated memory: 652052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.08 4.09 4.09 5/269 26887
/proc/meminfo: memFree=127982176/131250000 swapFree=33010684/33010684
[pid=26461] ppid=26458 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/26461/stat : 26461 (run-dec-break.s) S 26458 26461 23358 0 -1 4194304 238 3336 0 0 0 0 1 0 20 0 1 0 35905923 4292608 736 18446744073709551615 94849613361152 94849614255685 140720758521744 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94849614494736 94849614542480 94849641324544 140720758528353 140720758528482 140720758528482 140720758534084 0
/proc/26461/statm: 1048 736 672 219 0 110 0
[pid=26464] ppid=26461 vsize=737380 memory=649108 CPUtime=3600.05 cores=4,6
/proc/26464/stat : 26464 (roundingsat) R 26461 26461 23358 0 -1 4194304 126890 0 0 0 357276 2729 0 0 20 0 1 0 35905926 755077120 162277 18446744073709551615 4227072 8923433 140721721633872 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 23298048 140721721637188 140721721637416 140721721637416 140721721642986 0
/proc/26464/statm: 184345 162277 2496 1147 0 171772 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 741572 KiB
Current children cumulated memory: 652052 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.012672 s, system=0.008911 s

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

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

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

Child status: 2

Real time (s): 3609.61
CPU time (s): 3600.09
CPU user time (s): 3572.78
CPU system time (s): 27.3057
CPU usage (%): 99.7363
Max. virtual memory (cumulated for all children) (KiB): 741572
Max. memory (cumulated for all children) (KiB): 652052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.78
system time used= 27.3057
maximum resident set size= 649236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130482
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 383
involuntary context switches= 2464


# summary of solver processes directly reported to runsolver:
#   pid: 26461,26464
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3572.78
#   total CPU system time (s): 27.3057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.394 second user time and 16.4228 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 15:04:44
IDJOB=4512902
IDBENCH=162196
IDSOLVER=3357
FILE ID=nodeC019/4512902-1751202284
RUNJOBID= nodeC019-1751196526-23369
SLURM_JOB_ID= 9587609
Free space on /tmp= 433040 MiB

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

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

MD5SUM BENCH= 37b3a609918eb30d871bb851627bd55e
RANDOM SEED=1647977183

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128638112 kB
MemAvailable:   128534752 kB
Buffers:            3280 kB
Cached:           706164 kB
SwapCached:            0 kB
Active:          1593860 kB
Inactive:         449416 kB
Active(anon):    1351896 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   449416 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7772 kB
Writeback:             4 kB
AnonPages:       1336944 kB
Mapped:           117380 kB
Shmem:             18064 kB
KReclaimable:      88996 kB
Slab:             174348 kB
SReclaimable:      88996 kB
SUnreclaim:        85352 kB
KernelStack:        4432 kB
PageTables:         6036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1773116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    890880 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC019 at 2025-06-29 16:04:54