Trace number 4544807

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.05 3609.31

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat12_11_identity_complement.opb
MD5SUM6b491c2baabcf28ebf0b874cd3568279
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.17133
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1584
Total number of constraints50832
Number of constraints which are clauses47928
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2904
Minimum length of a constraint2
Maximum length of a constraint11
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-4544807-1753220388.opb'
0.00/0.03	c 	read 1.35MB  (23.01ms)
0.00/0.03	c	 [cnf: #variables 1584 #clauses 50832 #duplicates 0 #arr 120648]
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.04	c	 [group: #orbits ~= 4] (9.05ms)
0.00/0.04	c 
0.00/0.04	c detect special group actions
0.00/0.04	c 	probe for Johnson action (limit=64)
0.00/0.06	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.07	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.07	c 	 (29.76ms)
0.00/0.07	c 
0.00/0.07	c detect symmetries on remainder
0.00/0.07	c 	[graph: #vertices 58620 #edges 253704]
0.00/0.07	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.08/0.17	c 	 [group: #symmetries 3.92*10^19 #generators 6] (102.88ms)
0.08/0.17	c 
0.08/0.17	c optimize generators (opt_passes=64, conjugate_limit=256)
0.08/0.18	c 	opt it=15, l=183, m=57, opt=9, avg=1893, b=264, gens=6
0.08/0.18	c 	ran it=0, +gens=6 
0.19/0.24	c 	con best_support=264, best_gens=1, +gens=231
0.19/0.24	c 	(63.88ms)
0.19/0.24	c 
0.19/0.24	c finalize break order and special generators
0.19/0.24	c 
0.19/0.24	c add generic predicates (break_depth=10)
0.19/0.24	c 	added predicates for 243 generators (1.72ms)
0.19/0.24	c 
0.19/0.24	c generation finished
0.19/0.24	c 	[sbp: #constraints 6804 #add_vars 2187]
0.19/0.24	c 
0.19/0.24	c write result to 'HOME/instance-4544807-1753220388.opb.pre'
0.19/0.24	c 	wrote 1.63MB (3.73ms)
0.19/0.24	c ------------------------------------------------------------------
0.19/0.24	c                 102.88ms 43.81% detect_generic
0.19/0.24	c                  63.88ms 27.20% optimize_gens
0.19/0.24	c                  29.76ms 12.67% detect_special
0.19/0.24	c                  23.01ms  9.80% parse
0.19/0.24	c                   9.05ms  3.85% approx_orbits
0.19/0.24	c                   3.73ms  1.59% output
0.19/0.24	c                   1.72ms  0.73% break_generic
0.19/0.24	c                   0.46ms  0.19% other
0.19/0.24	c                   0.38ms  0.16% finalize_order
0.19/0.24	c         ───────────────────────────────────────────────
0.19/0.24	c                 234.86ms   100% total
0.19/0.24	c ------------------------------------------------------------------
0.19/0.26	c RoundingSat 2
0.19/0.26	c branch pb25
0.19/0.26	c commit 63f22ad
0.37/0.49	c #variables 3771 #constraints 57636
3.96/4.09	c #Conflicts:       1000 | #Constraints:      58635
3.96/4.09	c #Conflicts:       2000 | #Constraints:      59635
3.96/4.09	c INPROCESSING
3.96/4.09	c #Conflicts:       3000 | #Constraints:      59625
3.96/4.09	c #Conflicts:       4000 | #Constraints:      60625
3.96/4.09	c INPROCESSING
3.96/4.09	c #Conflicts:       5000 | #Constraints:      60030
3.96/4.09	c #Conflicts:       6000 | #Constraints:      61030
3.96/4.09	c INPROCESSING
3.96/4.09	c GARBAGE COLLECT
3.96/4.09	c #Conflicts:       7000 | #Constraints:      60039
3.96/4.09	c #Conflicts:       8000 | #Constraints:      61039
3.96/4.09	c #Conflicts:       9000 | #Constraints:      62039
3.96/4.09	c INPROCESSING
3.96/4.09	c #Conflicts:      10000 | #Constraints:      60745
3.96/4.09	c #Conflicts:      11000 | #Constraints:      61745
3.96/4.09	c #Conflicts:      12000 | #Constraints:      62745
3.96/4.09	c INPROCESSING
3.96/4.09	c GARBAGE COLLECT
3.96/4.09	c rational objective 904.167
22.80/22.94	c #Conflicts:      13000 | #Constraints:      61197
22.80/22.94	c #Conflicts:      14000 | #Constraints:      62197
22.80/22.94	c #Conflicts:      15000 | #Constraints:      63197
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      16000 | #Constraints:      61422
22.80/22.94	c #Conflicts:      17000 | #Constraints:      62422
22.80/22.94	c #Conflicts:      18000 | #Constraints:      63422
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      19000 | #Constraints:      61436
22.80/22.94	c #Conflicts:      20000 | #Constraints:      62436
22.80/22.94	c #Conflicts:      21000 | #Constraints:      63436
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      22000 | #Constraints:      61239
22.80/22.94	c #Conflicts:      23000 | #Constraints:      62239
22.80/22.94	c #Conflicts:      24000 | #Constraints:      63239
22.80/22.94	c #Conflicts:      25000 | #Constraints:      64239
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      26000 | #Constraints:      61844
22.80/22.94	c #Conflicts:      27000 | #Constraints:      62844
22.80/22.94	c #Conflicts:      28000 | #Constraints:      63844
22.80/22.94	c #Conflicts:      29000 | #Constraints:      64844
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      30000 | #Constraints:      62247
22.80/22.94	c #Conflicts:      31000 | #Constraints:      63247
22.80/22.94	c #Conflicts:      32000 | #Constraints:      64247
22.80/22.94	c #Conflicts:      33000 | #Constraints:      65247
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      34000 | #Constraints:      62450
22.80/22.94	c #Conflicts:      35000 | #Constraints:      63450
22.80/22.94	c #Conflicts:      36000 | #Constraints:      64450
22.80/22.94	c #Conflicts:      37000 | #Constraints:      65450
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      38000 | #Constraints:      62453
22.80/22.94	c #Conflicts:      39000 | #Constraints:      63453
22.80/22.94	c #Conflicts:      40000 | #Constraints:      64453
22.80/22.94	c #Conflicts:      41000 | #Constraints:      65453
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      42000 | #Constraints:      62255
22.80/22.94	c #Conflicts:      43000 | #Constraints:      63255
22.80/22.94	c #Conflicts:      44000 | #Constraints:      64255
22.80/22.94	c #Conflicts:      45000 | #Constraints:      65255
22.80/22.94	c #Conflicts:      46000 | #Constraints:      66255
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      47000 | #Constraints:      62854
22.80/22.94	c #Conflicts:      48000 | #Constraints:      63854
22.80/22.94	c #Conflicts:      49000 | #Constraints:      64854
22.80/22.94	c #Conflicts:      50000 | #Constraints:      65854
22.80/22.94	c #Conflicts:      51000 | #Constraints:      66854
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      52000 | #Constraints:      63259
22.80/22.94	c #Conflicts:      53000 | #Constraints:      64259
22.80/22.94	c #Conflicts:      54000 | #Constraints:      65259
22.80/22.94	c #Conflicts:      55000 | #Constraints:      66259
22.80/22.94	c #Conflicts:      56000 | #Constraints:      67259
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      57000 | #Constraints:      63460
22.80/22.94	c #Conflicts:      58000 | #Constraints:      64460
22.80/22.94	c #Conflicts:      59000 | #Constraints:      65460
22.80/22.94	c #Conflicts:      60000 | #Constraints:      66460
22.80/22.94	c #Conflicts:      61000 | #Constraints:      67460
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      62000 | #Constraints:      63461
22.80/22.94	c #Conflicts:      63000 | #Constraints:      64461
22.80/22.94	c #Conflicts:      64000 | #Constraints:      65461
22.80/22.94	c #Conflicts:      65000 | #Constraints:      66461
22.80/22.94	c #Conflicts:      66000 | #Constraints:      67461
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      67000 | #Constraints:      63253
22.80/22.94	c #Conflicts:      68000 | #Constraints:      64253
22.80/22.94	c #Conflicts:      69000 | #Constraints:      65253
22.80/22.94	c #Conflicts:      70000 | #Constraints:      66253
22.80/22.94	c #Conflicts:      71000 | #Constraints:      67253
22.80/22.94	c #Conflicts:      72000 | #Constraints:      68253
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      73000 | #Constraints:      63852
22.80/22.94	c #Conflicts:      74000 | #Constraints:      64852
22.80/22.94	c #Conflicts:      75000 | #Constraints:      65852
22.80/22.94	c #Conflicts:      76000 | #Constraints:      66852
22.80/22.94	c #Conflicts:      77000 | #Constraints:      67852
22.80/22.94	c #Conflicts:      78000 | #Constraints:      68852
22.80/22.94	c INPROCESSING
22.80/22.94	c GARBAGE COLLECT
22.80/22.94	c #Conflicts:      79000 | #Constraints:      64254
22.80/22.94	c #Conflicts:      80000 | #Constraints:      65254
22.80/22.94	c #Conflicts:      81000 | #Constraints:      66254
22.80/22.94	c #Conflicts:      82000 | #Constraints:      67254
37.56/37.79	c #Conflicts:      83000 | #Constraints:      68254
37.56/37.79	c #Conflicts:      84000 | #Constraints:      69254
37.56/37.79	c INPROCESSING
37.56/37.79	c GARBAGE COLLECT
37.56/37.79	c #Conflicts:      85000 | #Constraints:      64451
37.56/37.79	c #Conflicts:      86000 | #Constraints:      65451
37.56/37.79	c #Conflicts:      87000 | #Constraints:      66451
37.56/37.79	c #Conflicts:      88000 | #Constraints:      67451
37.56/37.79	c #Conflicts:      89000 | #Constraints:      68451
37.56/37.79	c #Conflicts:      90000 | #Constraints:      69451
37.56/37.79	c INPROCESSING
37.56/37.79	c GARBAGE COLLECT
37.56/37.79	c #Conflicts:      91000 | #Constraints:      64456
37.56/37.79	c #Conflicts:      92000 | #Constraints:      65456
37.56/37.79	c #Conflicts:      93000 | #Constraints:      66456
37.56/37.79	c #Conflicts:      94000 | #Constraints:      67456
37.56/37.79	c #Conflicts:      95000 | #Constraints:      68456
37.56/37.79	c #Conflicts:      96000 | #Constraints:      69456
37.56/37.79	c INPROCESSING
37.56/37.79	c GARBAGE COLLECT
37.56/37.79	c #Conflicts:      97000 | #Constraints:      64254
37.56/37.79	c #Conflicts:      98000 | #Constraints:      65254
37.56/37.79	c #Conflicts:      99000 | #Constraints:      66254
37.56/37.79	c #Conflicts:     100000 | #Constraints:      67254
37.56/37.79	c #Conflicts:     101000 | #Constraints:      68254
37.56/37.79	c #Conflicts:     102000 | #Constraints:      69254
37.56/37.79	c #Conflicts:     103000 | #Constraints:      70254
37.56/37.79	c INPROCESSING
37.56/37.79	c GARBAGE COLLECT
37.56/37.79	c #Conflicts:     104000 | #Constraints:      64851
37.56/37.79	c #Conflicts:     105000 | #Constraints:      65851
37.56/37.79	c #Conflicts:     106000 | #Constraints:      66851
37.56/37.79	c #Conflicts:     107000 | #Constraints:      67851
37.56/37.79	c #Conflicts:     108000 | #Constraints:      68851
37.56/37.79	c #Conflicts:     109000 | #Constraints:      69851
37.56/37.79	c #Conflicts:     110000 | #Constraints:      70851
37.56/37.79	c INPROCESSING
37.56/37.79	c GARBAGE COLLECT
37.56/37.79	c #Conflicts:     111000 | #Constraints:      65258
37.56/37.79	c #Conflicts:     112000 | #Constraints:      66258
37.56/37.79	c #Conflicts:     113000 | #Constraints:      67258
37.56/37.79	c #Conflicts:     114000 | #Constraints:      68258
37.56/37.79	c #Conflicts:     115000 | #Constraints:      69258
37.56/37.79	c #Conflicts:     116000 | #Constraints:      70258
37.56/37.79	c #Conflicts:     117000 | #Constraints:      71258
37.56/37.79	c INPROCESSING
37.56/37.79	c GARBAGE COLLECT
37.56/37.79	c #Conflicts:     118000 | #Constraints:      65456
37.56/37.79	c #Conflicts:     119000 | #Constraints:      66456
37.56/37.79	c #Conflicts:     120000 | #Constraints:      67456
37.56/37.79	c #Conflicts:     121000 | #Constraints:      68456
37.56/37.79	c #Conflicts:     122000 | #Constraints:      69456
37.56/37.79	c #Conflicts:     123000 | #Constraints:      70456
37.56/37.79	c #Conflicts:     124000 | #Constraints:      71456
37.56/37.79	c INPROCESSING
37.56/37.79	c GARBAGE COLLECT
37.56/37.79	c #Conflicts:     125000 | #Constraints:      65457
37.56/37.79	c #Conflicts:     126000 | #Constraints:      66457
37.56/37.79	c #Conflicts:     127000 | #Constraints:      67457
37.56/37.79	c #Conflicts:     128000 | #Constraints:      68457
37.56/37.79	c #Conflicts:     129000 | #Constraints:      69457
37.56/37.79	c #Conflicts:     130000 | #Constraints:      70457
37.56/37.79	c #Conflicts:     131000 | #Constraints:      71457
37.56/37.79	c INPROCESSING
37.56/37.79	c GARBAGE COLLECT
37.56/37.79	c #Conflicts:     132000 | #Constraints:      65256
37.56/37.79	c #Conflicts:     133000 | #Constraints:      66256
37.56/37.79	c #Conflicts:     134000 | #Constraints:      67256
37.56/37.79	c #Conflicts:     135000 | #Constraints:      68256
37.56/37.79	c #Conflicts:     136000 | #Constraints:      69256
37.56/37.79	c #Conflicts:     137000 | #Constraints:      70256
37.56/37.79	c #Conflicts:     138000 | #Constraints:      71256
37.56/37.79	c #Conflicts:     139000 | #Constraints:      72256
37.56/37.79	c INPROCESSING
37.56/37.79	c GARBAGE COLLECT
37.56/37.79	c rational objective 906.818
53.72/53.91	c #Conflicts:     140000 | #Constraints:      65862
53.72/53.91	c #Conflicts:     141000 | #Constraints:      66862
53.72/53.91	c #Conflicts:     142000 | #Constraints:      67862
53.72/53.91	c #Conflicts:     143000 | #Constraints:      68862
53.72/53.91	c #Conflicts:     144000 | #Constraints:      69862
53.72/53.91	c #Conflicts:     145000 | #Constraints:      70862
53.72/53.91	c #Conflicts:     146000 | #Constraints:      71862
53.72/53.91	c #Conflicts:     147000 | #Constraints:      72862
53.72/53.91	c INPROCESSING
53.72/53.91	c GARBAGE COLLECT
53.72/53.91	c #Conflicts:     148000 | #Constraints:      66266
53.72/53.91	c #Conflicts:     149000 | #Constraints:      67266
53.72/53.91	c #Conflicts:     150000 | #Constraints:      68266
53.72/53.91	c #Conflicts:     151000 | #Constraints:      69266
53.72/53.91	c #Conflicts:     152000 | #Constraints:      70266
53.72/53.91	c #Conflicts:     153000 | #Constraints:      71266
53.72/53.91	c #Conflicts:     154000 | #Constraints:      72266
53.72/53.91	c #Conflicts:     155000 | #Constraints:      73266
53.72/53.91	c INPROCESSING
53.72/53.91	c GARBAGE COLLECT
53.72/53.91	c #Conflicts:     156000 | #Constraints:      66460
53.72/53.91	c #Conflicts:     157000 | #Constraints:      67460
53.72/53.91	c #Conflicts:     158000 | #Constraints:      68460
53.72/53.91	c #Conflicts:     159000 | #Constraints:      69460
53.72/53.91	c #Conflicts:     160000 | #Constraints:      70460
53.72/53.91	c #Conflicts:     161000 | #Constraints:      71460
53.72/53.91	c #Conflicts:     162000 | #Constraints:      72460
53.72/53.91	c #Conflicts:     163000 | #Constraints:      73460
53.72/53.91	c INPROCESSING
53.72/53.91	c GARBAGE COLLECT
53.72/53.91	c #Conflicts:     164000 | #Constraints:      66453
53.72/53.91	c #Conflicts:     165000 | #Constraints:      67453
53.72/53.91	c #Conflicts:     166000 | #Constraints:      68453
53.72/53.91	c #Conflicts:     167000 | #Constraints:      69453
53.72/53.91	c #Conflicts:     168000 | #Constraints:      70453
53.72/53.91	c #Conflicts:     169000 | #Constraints:      71453
53.72/53.91	c #Conflicts:     170000 | #Constraints:      72453
53.72/53.91	c #Conflicts:     171000 | #Constraints:      73453
53.72/53.91	c INPROCESSING
53.72/53.91	c GARBAGE COLLECT
53.72/53.91	c #Conflicts:     172000 | #Constraints:      66254
53.72/53.91	c #Conflicts:     173000 | #Constraints:      67254
53.72/53.91	c #Conflicts:     174000 | #Constraints:      68254
53.72/53.91	c #Conflicts:     175000 | #Constraints:      69254
53.72/53.91	c #Conflicts:     176000 | #Constraints:      70254
53.72/53.91	c #Conflicts:     177000 | #Constraints:      71254
53.72/53.91	c #Conflicts:     178000 | #Constraints:      72254
53.72/53.91	c #Conflicts:     179000 | #Constraints:      73254
53.72/53.91	c #Conflicts:     180000 | #Constraints:      74254
53.72/53.91	c INPROCESSING
53.72/53.91	c GARBAGE COLLECT
53.72/53.91	c #Conflicts:     181000 | #Constraints:      66857
53.72/53.91	c #Conflicts:     182000 | #Constraints:      67857
53.72/53.91	c #Conflicts:     183000 | #Constraints:      68857
53.72/53.91	c #Conflicts:     184000 | #Constraints:      69857
53.72/53.91	c #Conflicts:     185000 | #Constraints:      70857
53.72/53.91	c #Conflicts:     186000 | #Constraints:      71857
53.72/53.91	c #Conflicts:     187000 | #Constraints:      72857
53.72/53.91	c #Conflicts:     188000 | #Constraints:      73857
53.72/53.91	c #Conflicts:     189000 | #Constraints:      74857
53.72/53.91	c INPROCESSING
53.72/53.91	c GARBAGE COLLECT
53.72/53.91	c #Conflicts:     190000 | #Constraints:      67258
53.72/53.91	c #Conflicts:     191000 | #Constraints:      68258
53.72/53.91	c #Conflicts:     192000 | #Constraints:      69258
53.72/53.91	c #Conflicts:     193000 | #Constraints:      70258
53.72/53.91	c #Conflicts:     194000 | #Constraints:      71258
53.72/53.91	c #Conflicts:     195000 | #Constraints:      72258
53.72/53.91	c #Conflicts:     196000 | #Constraints:      73258
53.72/53.91	c #Conflicts:     197000 | #Constraints:      74258
53.72/53.91	c #Conflicts:     198000 | #Constraints:      75258
53.72/53.91	c INPROCESSING
53.72/53.91	c GARBAGE COLLECT
53.72/53.91	c #Conflicts:     199000 | #Constraints:      67461
53.72/53.91	c #Conflicts:     200000 | #Constraints:      68461
53.72/53.91	c #Conflicts:     201000 | #Constraints:      69461
53.72/53.91	c #Conflicts:     202000 | #Constraints:      70461
53.72/53.91	c #Conflicts:     203000 | #Constraints:      71461
53.72/53.91	c #Conflicts:     204000 | #Constraints:      72461
53.72/53.91	c #Conflicts:     205000 | #Constraints:      73461
53.72/53.91	c #Conflicts:     206000 | #Constraints:      74461
53.72/53.91	c #Conflicts:     207000 | #Constraints:      75461
53.72/53.91	c INPROCESSING
53.72/53.91	c GARBAGE COLLECT
53.72/53.91	c #Conflicts:     208000 | #Constraints:      67464
53.72/53.91	c #Conflicts:     209000 | #Constraints:      68464
53.72/53.91	c #Conflicts:     210000 | #Constraints:      69464
53.72/53.91	c #Conflicts:     211000 | #Constraints:      70464
53.72/53.91	c #Conflicts:     212000 | #Constraints:      71465
53.72/53.91	c #Conflicts:     213000 | #Constraints:      72465
69.08/69.35	c #Conflicts:     214000 | #Constraints:      73465
69.08/69.35	c #Conflicts:     215000 | #Constraints:      74465
69.08/69.35	c #Conflicts:     216000 | #Constraints:      75465
69.08/69.35	c INPROCESSING
69.08/69.35	c GARBAGE COLLECT
69.08/69.35	c #Conflicts:     217000 | #Constraints:      67265
69.08/69.35	c #Conflicts:     218000 | #Constraints:      68266
69.08/69.35	c #Conflicts:     219000 | #Constraints:      69266
69.08/69.35	c #Conflicts:     220000 | #Constraints:      70266
69.08/69.35	c #Conflicts:     221000 | #Constraints:      71266
69.08/69.35	c #Conflicts:     222000 | #Constraints:      72266
69.08/69.35	c #Conflicts:     223000 | #Constraints:      73266
69.08/69.35	c #Conflicts:     224000 | #Constraints:      74266
69.08/69.35	c #Conflicts:     225000 | #Constraints:      75266
69.08/69.35	c #Conflicts:     226000 | #Constraints:      76266
69.08/69.35	c INPROCESSING
69.08/69.35	c GARBAGE COLLECT
69.08/69.35	c #Conflicts:     227000 | #Constraints:      67861
69.08/69.35	c #Conflicts:     228000 | #Constraints:      68938
69.08/69.35	c #Conflicts:     229000 | #Constraints:      70396
69.08/69.35	c #Conflicts:     230000 | #Constraints:      71861
69.08/69.35	c #Conflicts:     231000 | #Constraints:      73231
69.08/69.35	c #Conflicts:     232000 | #Constraints:      74248
69.08/69.35	c #Conflicts:     233000 | #Constraints:      75248
69.08/69.35	c #Conflicts:     234000 | #Constraints:      76250
69.08/69.35	c #Conflicts:     235000 | #Constraints:      77250
69.08/69.35	c #Conflicts:     236000 | #Constraints:      78251
69.08/69.35	c INPROCESSING
69.08/69.35	c GARBAGE COLLECT
69.08/69.35	c #Conflicts:     237000 | #Constraints:      68948
69.08/69.35	c #Conflicts:     238000 | #Constraints:      69948
69.08/69.35	c #Conflicts:     239000 | #Constraints:      70948
69.08/69.35	c #Conflicts:     240000 | #Constraints:      71976
69.08/69.35	c #Conflicts:     241000 | #Constraints:      72976
69.08/69.35	c #Conflicts:     242000 | #Constraints:      73976
69.08/69.35	c #Conflicts:     243000 | #Constraints:      74976
69.08/69.35	c #Conflicts:     244000 | #Constraints:      75977
69.08/69.35	c #Conflicts:     245000 | #Constraints:      76977
69.08/69.35	c #Conflicts:     246000 | #Constraints:      77977
69.08/69.35	c INPROCESSING
69.08/69.35	c GARBAGE COLLECT
69.08/69.35	c rational objective 908.584
110.07/110.46	c #Conflicts:     247000 | #Constraints:      68829
110.07/110.46	c #Conflicts:     248000 | #Constraints:      69829
110.07/110.46	c #Conflicts:     249000 | #Constraints:      70829
110.07/110.46	c #Conflicts:     250000 | #Constraints:      71829
110.07/110.46	c #Conflicts:     251000 | #Constraints:      72829
110.07/110.46	c #Conflicts:     252000 | #Constraints:      73830
110.07/110.46	c #Conflicts:     253000 | #Constraints:      74831
110.07/110.46	c #Conflicts:     254000 | #Constraints:      75831
110.07/110.46	c #Conflicts:     255000 | #Constraints:      76831
110.07/110.46	c #Conflicts:     256000 | #Constraints:      77831
110.07/110.46	c INPROCESSING
110.07/110.46	c GARBAGE COLLECT
110.07/110.46	c #Conflicts:     257000 | #Constraints:      68641
110.07/110.46	c #Conflicts:     258000 | #Constraints:      69641
110.07/110.46	c #Conflicts:     259000 | #Constraints:      70644
110.07/110.46	c #Conflicts:     260000 | #Constraints:      71676
110.07/110.46	c #Conflicts:     261000 | #Constraints:      72676
110.07/110.46	c #Conflicts:     262000 | #Constraints:      73676
110.07/110.46	c #Conflicts:     263000 | #Constraints:      74676
110.07/110.46	c #Conflicts:     264000 | #Constraints:      75677
110.07/110.46	c #Conflicts:     265000 | #Constraints:      76681
110.07/110.46	c #Conflicts:     266000 | #Constraints:      77681
110.07/110.46	c INPROCESSING
110.07/110.46	c GARBAGE COLLECT
110.07/110.46	c #Conflicts:     267000 | #Constraints:      68372
110.07/110.46	c #Conflicts:     268000 | #Constraints:      69374
110.07/110.46	c #Conflicts:     269000 | #Constraints:      70376
110.07/110.46	c #Conflicts:     270000 | #Constraints:      71376
110.07/110.46	c #Conflicts:     271000 | #Constraints:      72376
110.07/110.46	c #Conflicts:     272000 | #Constraints:      73376
110.07/110.46	c #Conflicts:     273000 | #Constraints:      74377
110.07/110.46	c #Conflicts:     274000 | #Constraints:      75633
110.07/110.46	c #Conflicts:     275000 | #Constraints:      76854
110.07/110.46	c #Conflicts:     276000 | #Constraints:      77854
110.07/110.46	c #Conflicts:     277000 | #Constraints:      78882
110.07/110.46	c INPROCESSING
110.07/110.46	c GARBAGE COLLECT
110.07/110.46	c #Conflicts:     278000 | #Constraints:      69203
110.07/110.46	c #Conflicts:     279000 | #Constraints:      70203
110.07/110.46	c #Conflicts:     280000 | #Constraints:      71204
110.07/110.46	c #Conflicts:     281000 | #Constraints:      72204
110.07/110.46	c #Conflicts:     282000 | #Constraints:      73204
110.07/110.46	c #Conflicts:     283000 | #Constraints:      74356
110.07/110.46	c #Conflicts:     284000 | #Constraints:      75445
110.07/110.46	c #Conflicts:     285000 | #Constraints:      76445
110.07/110.46	c #Conflicts:     286000 | #Constraints:      77445
110.07/110.46	c #Conflicts:     287000 | #Constraints:      78825
110.07/110.46	c #Conflicts:     288000 | #Constraints:      79825
110.07/110.46	c INPROCESSING
110.07/110.46	c GARBAGE COLLECT
110.07/110.46	c #Conflicts:     289000 | #Constraints:      69743
110.07/110.46	c #Conflicts:     290000 | #Constraints:      70743
110.07/110.46	c #Conflicts:     291000 | #Constraints:      71743
110.07/110.46	c #Conflicts:     292000 | #Constraints:      72743
110.07/110.46	c #Conflicts:     293000 | #Constraints:      74184
110.07/110.46	c #Conflicts:     294000 | #Constraints:      75633
110.07/110.46	c #Conflicts:     295000 | #Constraints:      77078
110.07/110.46	c #Conflicts:     296000 | #Constraints:      78096
110.07/110.46	c #Conflicts:     297000 | #Constraints:      79096
110.07/110.46	c #Conflicts:     298000 | #Constraints:      80096
110.07/110.46	c #Conflicts:     299000 | #Constraints:      81096
110.07/110.46	c INPROCESSING
110.07/110.46	c GARBAGE COLLECT
110.07/110.46	c #Conflicts:     300000 | #Constraints:      70376
110.07/110.46	c #Conflicts:     301000 | #Constraints:      71377
110.07/110.46	c #Conflicts:     302000 | #Constraints:      72400
110.07/110.46	c #Conflicts:     303000 | #Constraints:      73852
110.07/110.46	c #Conflicts:     304000 | #Constraints:      74853
110.07/110.46	c #Conflicts:     305000 | #Constraints:      75853
110.07/110.46	c #Conflicts:     306000 | #Constraints:      76854
110.07/110.46	c #Conflicts:     307000 | #Constraints:      77855
110.07/110.46	c #Conflicts:     308000 | #Constraints:      78875
110.07/110.46	c #Conflicts:     309000 | #Constraints:      79875
110.07/110.46	c #Conflicts:     310000 | #Constraints:      80875
110.07/110.46	c INPROCESSING
110.07/110.46	c GARBAGE COLLECT
110.07/110.46	c #Conflicts:     311000 | #Constraints:      70165
110.07/110.46	c #Conflicts:     312000 | #Constraints:      71166
110.07/110.46	c #Conflicts:     313000 | #Constraints:      72166
110.07/110.46	c #Conflicts:     314000 | #Constraints:      73166
110.07/110.46	c #Conflicts:     315000 | #Constraints:      74166
110.07/110.46	c #Conflicts:     316000 | #Constraints:      75167
110.07/110.46	c #Conflicts:     317000 | #Constraints:      76525
110.07/110.46	c #Conflicts:     318000 | #Constraints:      77991
110.07/110.46	c #Conflicts:     319000 | #Constraints:      79472
110.07/110.46	c #Conflicts:     320000 | #Constraints:      80942
110.07/110.46	c #Conflicts:     321000 | #Constraints:      82392
120.55/120.98	c INPROCESSING
120.55/120.98	c GARBAGE COLLECT
120.55/120.98	c #Conflicts:     322000 | #Constraints:      70871
120.55/120.98	c #Conflicts:     323000 | #Constraints:      71871
120.55/120.98	c #Conflicts:     324000 | #Constraints:      72871
120.55/120.98	c #Conflicts:     325000 | #Constraints:      73871
120.55/120.98	c #Conflicts:     326000 | #Constraints:      74871
120.55/120.98	c #Conflicts:     327000 | #Constraints:      75871
120.55/120.98	c #Conflicts:     328000 | #Constraints:      76871
120.55/120.98	c #Conflicts:     329000 | #Constraints:      77871
120.55/120.98	c #Conflicts:     330000 | #Constraints:      78871
120.55/120.98	c #Conflicts:     331000 | #Constraints:      79871
120.55/120.98	c #Conflicts:     332000 | #Constraints:      80871
120.55/120.98	c #Conflicts:     333000 | #Constraints:      81871
120.55/120.98	c INPROCESSING
120.55/120.98	c GARBAGE COLLECT
120.55/120.98	c #Conflicts:     334000 | #Constraints:      70670
120.55/120.98	c #Conflicts:     335000 | #Constraints:      71670
120.55/120.98	c #Conflicts:     336000 | #Constraints:      72670
120.55/120.98	c #Conflicts:     337000 | #Constraints:      73670
120.55/120.98	c #Conflicts:     338000 | #Constraints:      74670
120.55/120.98	c #Conflicts:     339000 | #Constraints:      75670
120.55/120.98	c #Conflicts:     340000 | #Constraints:      76670
120.55/120.98	c #Conflicts:     341000 | #Constraints:      77670
120.55/120.98	c #Conflicts:     342000 | #Constraints:      78670
120.55/120.98	c #Conflicts:     343000 | #Constraints:      79670
120.55/120.98	c #Conflicts:     344000 | #Constraints:      80670
120.55/120.98	c #Conflicts:     345000 | #Constraints:      81670
120.55/120.98	c INPROCESSING
120.55/120.98	c GARBAGE COLLECT
120.55/120.98	c #Conflicts:     346000 | #Constraints:      70660
120.55/120.98	c #Conflicts:     347000 | #Constraints:      71660
120.55/120.98	c #Conflicts:     348000 | #Constraints:      72660
120.55/120.98	c #Conflicts:     349000 | #Constraints:      73660
120.55/120.98	c #Conflicts:     350000 | #Constraints:      74660
120.55/120.98	c #Conflicts:     351000 | #Constraints:      75660
120.55/120.98	c #Conflicts:     352000 | #Constraints:      76660
120.55/120.98	c #Conflicts:     353000 | #Constraints:      77660
120.55/120.98	c #Conflicts:     354000 | #Constraints:      78660
120.55/120.98	c #Conflicts:     355000 | #Constraints:      79660
120.55/120.98	c #Conflicts:     356000 | #Constraints:      80660
120.55/120.98	c #Conflicts:     357000 | #Constraints:      81660
120.55/120.98	c INPROCESSING
120.55/120.98	c GARBAGE COLLECT
120.55/120.98	c rational objective 910.26
123.65/124.07	c #Conflicts:     358000 | #Constraints:      70661
123.65/124.07	c #Conflicts:     359000 | #Constraints:      71661
123.65/124.07	c #Conflicts:     360000 | #Constraints:      72661
123.65/124.07	c #Conflicts:     361000 | #Constraints:      73661
123.65/124.07	c #Conflicts:     362000 | #Constraints:      74661
123.65/124.07	c #Conflicts:     363000 | #Constraints:      75661
123.65/124.07	c #Conflicts:     364000 | #Constraints:      76661
123.65/124.07	c #Conflicts:     365000 | #Constraints:      77661
123.65/124.07	c #Conflicts:     366000 | #Constraints:      78661
123.65/124.07	c #Conflicts:     367000 | #Constraints:      79661
123.65/124.07	c #Conflicts:     368000 | #Constraints:      80661
123.65/124.07	c #Conflicts:     369000 | #Constraints:      81661
123.65/124.07	c INPROCESSING
123.65/124.07	c GARBAGE COLLECT
123.65/124.07	c rational objective 911.544
126.83/127.25	c #Conflicts:     370000 | #Constraints:      70560
126.83/127.25	c #Conflicts:     371000 | #Constraints:      71560
126.83/127.25	c #Conflicts:     372000 | #Constraints:      72560
126.83/127.25	c #Conflicts:     373000 | #Constraints:      73560
126.83/127.25	c #Conflicts:     374000 | #Constraints:      74560
126.83/127.25	c #Conflicts:     375000 | #Constraints:      75560
126.83/127.25	c #Conflicts:     376000 | #Constraints:      76560
126.83/127.25	c #Conflicts:     377000 | #Constraints:      77560
126.83/127.25	c #Conflicts:     378000 | #Constraints:      78560
126.83/127.25	c #Conflicts:     379000 | #Constraints:      79560
126.83/127.25	c #Conflicts:     380000 | #Constraints:      80560
126.83/127.25	c #Conflicts:     381000 | #Constraints:      81560
126.83/127.25	c INPROCESSING
126.83/127.25	c GARBAGE COLLECT
126.83/127.25	c rational objective 912.719
130.02/130.45	c #Conflicts:     382000 | #Constraints:      70314
130.02/130.45	c #Conflicts:     383000 | #Constraints:      71314
130.02/130.45	c #Conflicts:     384000 | #Constraints:      72314
130.02/130.45	c #Conflicts:     385000 | #Constraints:      73314
130.02/130.45	c #Conflicts:     386000 | #Constraints:      74314
130.02/130.45	c #Conflicts:     387000 | #Constraints:      75314
130.02/130.45	c #Conflicts:     388000 | #Constraints:      76314
130.02/130.45	c #Conflicts:     389000 | #Constraints:      77314
130.02/130.45	c #Conflicts:     390000 | #Constraints:      78314
130.02/130.45	c #Conflicts:     391000 | #Constraints:      79314
130.02/130.45	c #Conflicts:     392000 | #Constraints:      80314
130.02/130.45	c #Conflicts:     393000 | #Constraints:      81314
130.02/130.45	c #Conflicts:     394000 | #Constraints:      82314
130.02/130.45	c INPROCESSING
130.02/130.45	c GARBAGE COLLECT
130.02/130.45	c rational objective 914.142
133.21/133.68	c #Conflicts:     395000 | #Constraints:      70888
133.21/133.68	c #Conflicts:     396000 | #Constraints:      71888
133.21/133.68	c #Conflicts:     397000 | #Constraints:      72888
133.21/133.68	c #Conflicts:     398000 | #Constraints:      73888
133.21/133.68	c #Conflicts:     399000 | #Constraints:      74888
133.21/133.68	c #Conflicts:     400000 | #Constraints:      75888
133.21/133.68	c #Conflicts:     401000 | #Constraints:      76888
133.21/133.68	c #Conflicts:     402000 | #Constraints:      77888
133.21/133.68	c #Conflicts:     403000 | #Constraints:      78888
133.21/133.68	c #Conflicts:     404000 | #Constraints:      79888
133.21/133.68	c #Conflicts:     405000 | #Constraints:      80888
133.21/133.68	c #Conflicts:     406000 | #Constraints:      81888
133.21/133.68	c #Conflicts:     407000 | #Constraints:      82888
133.21/133.68	c INPROCESSING
133.21/133.68	c GARBAGE COLLECT
133.21/133.68	c rational objective 914.626
136.61/137.00	c #Conflicts:     408000 | #Constraints:      71270
136.61/137.00	c #Conflicts:     409000 | #Constraints:      72270
136.61/137.00	c #Conflicts:     410000 | #Constraints:      73270
136.61/137.00	c #Conflicts:     411000 | #Constraints:      74270
136.61/137.00	c #Conflicts:     412000 | #Constraints:      75270
136.61/137.00	c #Conflicts:     413000 | #Constraints:      76270
136.61/137.00	c #Conflicts:     414000 | #Constraints:      77270
136.61/137.00	c #Conflicts:     415000 | #Constraints:      78270
136.61/137.00	c #Conflicts:     416000 | #Constraints:      79270
136.61/137.00	c #Conflicts:     417000 | #Constraints:      80270
136.61/137.00	c #Conflicts:     418000 | #Constraints:      81270
136.61/137.00	c #Conflicts:     419000 | #Constraints:      82270
136.61/137.00	c #Conflicts:     420000 | #Constraints:      83270
136.61/137.00	c INPROCESSING
136.61/137.00	c GARBAGE COLLECT
136.61/137.00	c rational objective 914.801
140.99/141.44	c #Conflicts:     421000 | #Constraints:      71466
140.99/141.44	c #Conflicts:     422000 | #Constraints:      72466
140.99/141.44	c #Conflicts:     423000 | #Constraints:      73466
140.99/141.44	c #Conflicts:     424000 | #Constraints:      74466
140.99/141.44	c #Conflicts:     425000 | #Constraints:      75466
140.99/141.44	c #Conflicts:     426000 | #Constraints:      76466
140.99/141.44	c #Conflicts:     427000 | #Constraints:      77466
140.99/141.44	c #Conflicts:     428000 | #Constraints:      78466
140.99/141.44	c #Conflicts:     429000 | #Constraints:      79466
140.99/141.44	c #Conflicts:     430000 | #Constraints:      80466
140.99/141.44	c #Conflicts:     431000 | #Constraints:      81467
140.99/141.44	c #Conflicts:     432000 | #Constraints:      82467
140.99/141.44	c #Conflicts:     433000 | #Constraints:      83467
140.99/141.44	c INPROCESSING
140.99/141.44	c GARBAGE COLLECT
140.99/141.44	c rational objective 915.491
146.68/147.17	c #Conflicts:     434000 | #Constraints:      71468
146.68/147.17	c #Conflicts:     435000 | #Constraints:      72468
146.68/147.17	c #Conflicts:     436000 | #Constraints:      73468
146.68/147.17	c #Conflicts:     437000 | #Constraints:      74468
146.68/147.17	c #Conflicts:     438000 | #Constraints:      75469
146.68/147.17	c #Conflicts:     439000 | #Constraints:      76469
146.68/147.17	c #Conflicts:     440000 | #Constraints:      77469
146.68/147.17	c #Conflicts:     441000 | #Constraints:      78469
146.68/147.17	c #Conflicts:     442000 | #Constraints:      79469
146.68/147.17	c #Conflicts:     443000 | #Constraints:      80469
146.68/147.17	c #Conflicts:     444000 | #Constraints:      81469
146.68/147.17	c #Conflicts:     445000 | #Constraints:      82469
146.68/147.17	c #Conflicts:     446000 | #Constraints:      83469
146.68/147.17	c INPROCESSING
146.68/147.17	c GARBAGE COLLECT
146.68/147.17	c rational objective 915.578
168.82/169.30	c #Conflicts:     447000 | #Constraints:      71270
168.82/169.30	c #Conflicts:     448000 | #Constraints:      72270
168.82/169.30	c #Conflicts:     449000 | #Constraints:      73270
168.82/169.30	c #Conflicts:     450000 | #Constraints:      74270
168.82/169.30	c #Conflicts:     451000 | #Constraints:      75270
168.82/169.30	c #Conflicts:     452000 | #Constraints:      76270
168.82/169.30	c #Conflicts:     453000 | #Constraints:      77270
168.82/169.30	c #Conflicts:     454000 | #Constraints:      78270
168.82/169.30	c #Conflicts:     455000 | #Constraints:      79270
168.82/169.30	c #Conflicts:     456000 | #Constraints:      80270
168.82/169.30	c #Conflicts:     457000 | #Constraints:      81270
168.82/169.30	c #Conflicts:     458000 | #Constraints:      82270
168.82/169.30	c #Conflicts:     459000 | #Constraints:      83270
168.82/169.30	c #Conflicts:     460000 | #Constraints:      84270
168.82/169.30	c INPROCESSING
168.82/169.30	c GARBAGE COLLECT
168.82/169.30	c #Conflicts:     461000 | #Constraints:      71864
168.82/169.30	c #Conflicts:     462000 | #Constraints:      72864
168.82/169.30	c #Conflicts:     463000 | #Constraints:      73864
168.82/169.30	c #Conflicts:     464000 | #Constraints:      74864
168.82/169.30	c #Conflicts:     465000 | #Constraints:      75864
168.82/169.30	c #Conflicts:     466000 | #Constraints:      76864
168.82/169.30	c #Conflicts:     467000 | #Constraints:      77864
168.82/169.30	c #Conflicts:     468000 | #Constraints:      78864
168.82/169.30	c #Conflicts:     469000 | #Constraints:      79864
168.82/169.30	c #Conflicts:     470000 | #Constraints:      80864
168.82/169.30	c #Conflicts:     471000 | #Constraints:      81864
168.82/169.30	c #Conflicts:     472000 | #Constraints:      82864
168.82/169.30	c #Conflicts:     473000 | #Constraints:      83864
168.82/169.30	c #Conflicts:     474000 | #Constraints:      84864
168.82/169.30	c INPROCESSING
168.82/169.30	c GARBAGE COLLECT
168.82/169.30	c #Conflicts:     475000 | #Constraints:      72263
168.82/169.30	c #Conflicts:     476000 | #Constraints:      73263
168.82/169.30	c #Conflicts:     477000 | #Constraints:      74263
168.82/169.30	c #Conflicts:     478000 | #Constraints:      75264
168.82/169.30	c #Conflicts:     479000 | #Constraints:      76264
168.82/169.30	c #Conflicts:     480000 | #Constraints:      77264
168.82/169.30	c #Conflicts:     481000 | #Constraints:      78264
168.82/169.30	c #Conflicts:     482000 | #Constraints:      79264
168.82/169.30	c #Conflicts:     483000 | #Constraints:      80264
168.82/169.30	c #Conflicts:     484000 | #Constraints:      81264
168.82/169.30	c #Conflicts:     485000 | #Constraints:      82264
168.82/169.30	c #Conflicts:     486000 | #Constraints:      83264
168.82/169.30	c #Conflicts:     487000 | #Constraints:      84264
168.82/169.30	c #Conflicts:     488000 | #Constraints:      85264
168.82/169.30	c INPROCESSING
168.82/169.30	c GARBAGE COLLECT
168.82/169.30	c #Conflicts:     489000 | #Constraints:      72465
168.82/169.30	c #Conflicts:     490000 | #Constraints:      73465
168.82/169.30	c #Conflicts:     491000 | #Constraints:      74465
168.82/169.30	c #Conflicts:     492000 | #Constraints:      75465
168.82/169.30	c #Conflicts:     493000 | #Constraints:      76465
168.82/169.30	c #Conflicts:     494000 | #Constraints:      77465
168.82/169.30	c #Conflicts:     495000 | #Constraints:      78465
168.82/169.30	c #Conflicts:     496000 | #Constraints:      79472
168.82/169.30	c #Conflicts:     497000 | #Constraints:      80474
168.82/169.30	c #Conflicts:     498000 | #Constraints:      81476
168.82/169.30	c #Conflicts:     499000 | #Constraints:      82477
168.82/169.30	c #Conflicts:     500000 | #Constraints:      83477
168.82/169.30	c #Conflicts:     501000 | #Constraints:      84600
168.82/169.30	c #Conflicts:     502000 | #Constraints:      85727
168.82/169.30	c INPROCESSING
168.82/169.30	c GARBAGE COLLECT
168.82/169.30	c #Conflicts:     503000 | #Constraints:      72645
168.82/169.30	c #Conflicts:     504000 | #Constraints:      73645
168.82/169.30	c #Conflicts:     505000 | #Constraints:      74645
168.82/169.30	c #Conflicts:     506000 | #Constraints:      75645
168.82/169.30	c #Conflicts:     507000 | #Constraints:      76645
168.82/169.30	c #Conflicts:     508000 | #Constraints:      77645
168.82/169.30	c #Conflicts:     509000 | #Constraints:      78645
168.82/169.30	c #Conflicts:     510000 | #Constraints:      79645
168.82/169.30	c #Conflicts:     511000 | #Constraints:      80645
168.82/169.30	c #Conflicts:     512000 | #Constraints:      81645
168.82/169.30	c #Conflicts:     513000 | #Constraints:      82645
168.82/169.30	c #Conflicts:     514000 | #Constraints:      83645
168.82/169.30	c #Conflicts:     515000 | #Constraints:      84645
168.82/169.30	c #Conflicts:     516000 | #Constraints:      85645
168.82/169.30	c INPROCESSING
168.82/169.30	c GARBAGE COLLECT
168.82/169.30	c #Conflicts:     517000 | #Constraints:      72351
168.82/169.30	c #Conflicts:     518000 | #Constraints:      73351
168.82/169.30	c #Conflicts:     519000 | #Constraints:      74351
168.82/169.30	c #Conflicts:     520000 | #Constraints:      75351
168.82/169.30	c #Conflicts:     521000 | #Constraints:      76351
168.82/169.30	c #Conflicts:     522000 | #Constraints:      77351
179.99/180.51	c #Conflicts:     523000 | #Constraints:      78351
179.99/180.51	c #Conflicts:     524000 | #Constraints:      79351
179.99/180.51	c #Conflicts:     525000 | #Constraints:      80351
179.99/180.51	c #Conflicts:     526000 | #Constraints:      81351
179.99/180.51	c #Conflicts:     527000 | #Constraints:      82351
179.99/180.51	c #Conflicts:     528000 | #Constraints:      83351
179.99/180.51	c #Conflicts:     529000 | #Constraints:      84351
179.99/180.51	c #Conflicts:     530000 | #Constraints:      85351
179.99/180.51	c #Conflicts:     531000 | #Constraints:      86351
179.99/180.51	c INPROCESSING
179.99/180.51	c GARBAGE COLLECT
179.99/180.51	c #Conflicts:     532000 | #Constraints:      72909
179.99/180.51	c #Conflicts:     533000 | #Constraints:      73909
179.99/180.51	c #Conflicts:     534000 | #Constraints:      74909
179.99/180.51	c #Conflicts:     535000 | #Constraints:      75909
179.99/180.51	c #Conflicts:     536000 | #Constraints:      76909
179.99/180.51	c #Conflicts:     537000 | #Constraints:      77909
179.99/180.51	c #Conflicts:     538000 | #Constraints:      78909
179.99/180.51	c #Conflicts:     539000 | #Constraints:      79909
179.99/180.51	c #Conflicts:     540000 | #Constraints:      80909
179.99/180.51	c #Conflicts:     541000 | #Constraints:      81909
179.99/180.51	c #Conflicts:     542000 | #Constraints:      82909
179.99/180.51	c #Conflicts:     543000 | #Constraints:      83909
179.99/180.51	c #Conflicts:     544000 | #Constraints:      84909
179.99/180.51	c #Conflicts:     545000 | #Constraints:      85909
179.99/180.51	c #Conflicts:     546000 | #Constraints:      86909
179.99/180.51	c INPROCESSING
179.99/180.51	c GARBAGE COLLECT
179.99/180.51	c #Conflicts:     547000 | #Constraints:      73289
179.99/180.51	c #Conflicts:     548000 | #Constraints:      74289
179.99/180.51	c #Conflicts:     549000 | #Constraints:      75289
179.99/180.51	c #Conflicts:     550000 | #Constraints:      76289
179.99/180.51	c #Conflicts:     551000 | #Constraints:      77289
179.99/180.51	c #Conflicts:     552000 | #Constraints:      78289
179.99/180.51	c #Conflicts:     553000 | #Constraints:      79289
179.99/180.51	c #Conflicts:     554000 | #Constraints:      80289
179.99/180.51	c #Conflicts:     555000 | #Constraints:      81289
179.99/180.51	c #Conflicts:     556000 | #Constraints:      82289
179.99/180.51	c #Conflicts:     557000 | #Constraints:      83289
179.99/180.51	c #Conflicts:     558000 | #Constraints:      84289
179.99/180.51	c #Conflicts:     559000 | #Constraints:      85289
179.99/180.51	c #Conflicts:     560000 | #Constraints:      86289
179.99/180.51	c #Conflicts:     561000 | #Constraints:      87289
179.99/180.51	c INPROCESSING
179.99/180.51	c GARBAGE COLLECT
179.99/180.51	c rational objective 915.938
198.44/199.07	c #Conflicts:     562000 | #Constraints:      73477
198.44/199.07	c #Conflicts:     563000 | #Constraints:      74477
198.44/199.07	c #Conflicts:     564000 | #Constraints:      75477
198.44/199.07	c #Conflicts:     565000 | #Constraints:      76477
198.44/199.07	c #Conflicts:     566000 | #Constraints:      77477
198.44/199.07	c #Conflicts:     567000 | #Constraints:      78477
198.44/199.07	c #Conflicts:     568000 | #Constraints:      79477
198.44/199.07	c #Conflicts:     569000 | #Constraints:      80477
198.44/199.07	c #Conflicts:     570000 | #Constraints:      81477
198.44/199.07	c #Conflicts:     571000 | #Constraints:      82477
198.44/199.07	c #Conflicts:     572000 | #Constraints:      83477
198.44/199.07	c #Conflicts:     573000 | #Constraints:      84477
198.44/199.07	c #Conflicts:     574000 | #Constraints:      85477
198.44/199.07	c #Conflicts:     575000 | #Constraints:      86477
198.44/199.07	c #Conflicts:     576000 | #Constraints:      87477
198.44/199.07	c INPROCESSING
198.44/199.07	c GARBAGE COLLECT
198.44/199.07	c #Conflicts:     577000 | #Constraints:      73469
198.44/199.07	c #Conflicts:     578000 | #Constraints:      74469
198.44/199.07	c #Conflicts:     579000 | #Constraints:      75469
198.44/199.07	c #Conflicts:     580000 | #Constraints:      76469
198.44/199.07	c #Conflicts:     581000 | #Constraints:      77469
198.44/199.07	c #Conflicts:     582000 | #Constraints:      78469
198.44/199.07	c #Conflicts:     583000 | #Constraints:      79469
198.44/199.07	c #Conflicts:     584000 | #Constraints:      80469
198.44/199.07	c #Conflicts:     585000 | #Constraints:      81469
198.44/199.07	c #Conflicts:     586000 | #Constraints:      82469
198.44/199.07	c #Conflicts:     587000 | #Constraints:      83469
198.44/199.07	c #Conflicts:     588000 | #Constraints:      84469
198.44/199.07	c #Conflicts:     589000 | #Constraints:      85469
198.44/199.07	c #Conflicts:     590000 | #Constraints:      86469
198.44/199.07	c #Conflicts:     591000 | #Constraints:      87469
198.44/199.07	c INPROCESSING
198.44/199.07	c GARBAGE COLLECT
198.44/199.07	c #Conflicts:     592000 | #Constraints:      73269
198.44/199.07	c #Conflicts:     593000 | #Constraints:      74269
198.44/199.07	c #Conflicts:     594000 | #Constraints:      75269
198.44/199.07	c #Conflicts:     595000 | #Constraints:      76269
198.44/199.07	c #Conflicts:     596000 | #Constraints:      77269
198.44/199.07	c #Conflicts:     597000 | #Constraints:      78269
198.44/199.07	c #Conflicts:     598000 | #Constraints:      79269
198.44/199.07	c #Conflicts:     599000 | #Constraints:      80269
198.44/199.07	c #Conflicts:     600000 | #Constraints:      81269
198.44/199.07	c #Conflicts:     601000 | #Constraints:      82269
198.44/199.07	c #Conflicts:     602000 | #Constraints:      83269
198.44/199.07	c #Conflicts:     603000 | #Constraints:      84269
198.44/199.07	c #Conflicts:     604000 | #Constraints:      85269
198.44/199.07	c #Conflicts:     605000 | #Constraints:      86269
198.44/199.07	c #Conflicts:     606000 | #Constraints:      87269
198.44/199.07	c #Conflicts:     607000 | #Constraints:      88269
198.44/199.07	c INPROCESSING
198.44/199.07	c GARBAGE COLLECT
198.44/199.07	c #Conflicts:     608000 | #Constraints:      73867
198.44/199.07	c #Conflicts:     609000 | #Constraints:      74867
198.44/199.07	c #Conflicts:     610000 | #Constraints:      75867
198.44/199.07	c #Conflicts:     611000 | #Constraints:      76867
198.44/199.07	c #Conflicts:     612000 | #Constraints:      77867
198.44/199.07	c #Conflicts:     613000 | #Constraints:      78867
198.44/199.07	c #Conflicts:     614000 | #Constraints:      79867
198.44/199.07	c #Conflicts:     615000 | #Constraints:      80867
198.44/199.07	c #Conflicts:     616000 | #Constraints:      81867
198.44/199.07	c #Conflicts:     617000 | #Constraints:      82867
198.44/199.07	c #Conflicts:     618000 | #Constraints:      83867
198.44/199.07	c #Conflicts:     619000 | #Constraints:      84867
198.44/199.07	c #Conflicts:     620000 | #Constraints:      85867
198.44/199.07	c #Conflicts:     621000 | #Constraints:      86868
198.44/199.07	c #Conflicts:     622000 | #Constraints:      87868
198.44/199.07	c #Conflicts:     623000 | #Constraints:      88868
198.44/199.07	c INPROCESSING
198.44/199.07	c GARBAGE COLLECT
198.44/199.07	c #Conflicts:     624000 | #Constraints:      74266
198.44/199.07	c #Conflicts:     625000 | #Constraints:      75266
198.44/199.07	c #Conflicts:     626000 | #Constraints:      76266
198.44/199.07	c #Conflicts:     627000 | #Constraints:      77266
198.44/199.07	c #Conflicts:     628000 | #Constraints:      78267
198.44/199.07	c #Conflicts:     629000 | #Constraints:      79267
198.44/199.07	c #Conflicts:     630000 | #Constraints:      80267
198.44/199.07	c #Conflicts:     631000 | #Constraints:      81267
198.44/199.07	c #Conflicts:     632000 | #Constraints:      82267
198.44/199.07	c #Conflicts:     633000 | #Constraints:      83267
198.44/199.07	c #Conflicts:     634000 | #Constraints:      84267
198.44/199.07	c #Conflicts:     635000 | #Constraints:      85268
198.44/199.07	c #Conflicts:     636000 | #Constraints:      86268
198.44/199.07	c #Conflicts:     637000 | #Constraints:      87268
198.44/199.07	c #Conflicts:     638000 | #Constraints:      88268
216.19/216.85	c #Conflicts:     639000 | #Constraints:      89299
216.19/216.85	c INPROCESSING
216.19/216.85	c GARBAGE COLLECT
216.19/216.85	c #Conflicts:     640000 | #Constraints:      74492
216.19/216.85	c #Conflicts:     641000 | #Constraints:      75492
216.19/216.85	c #Conflicts:     642000 | #Constraints:      76492
216.19/216.85	c #Conflicts:     643000 | #Constraints:      77493
216.19/216.85	c #Conflicts:     644000 | #Constraints:      78541
216.19/216.85	c #Conflicts:     645000 | #Constraints:      79541
216.19/216.85	c #Conflicts:     646000 | #Constraints:      80541
216.19/216.85	c #Conflicts:     647000 | #Constraints:      81545
216.19/216.85	c #Conflicts:     648000 | #Constraints:      82545
216.19/216.85	c #Conflicts:     649000 | #Constraints:      83545
216.19/216.85	c #Conflicts:     650000 | #Constraints:      84547
216.19/216.85	c #Conflicts:     651000 | #Constraints:      85547
216.19/216.85	c #Conflicts:     652000 | #Constraints:      86547
216.19/216.85	c #Conflicts:     653000 | #Constraints:      87547
216.19/216.85	c #Conflicts:     654000 | #Constraints:      88547
216.19/216.85	c #Conflicts:     655000 | #Constraints:      89547
216.19/216.85	c INPROCESSING
216.19/216.85	c GARBAGE COLLECT
216.19/216.85	c #Conflicts:     656000 | #Constraints:      74502
216.19/216.85	c #Conflicts:     657000 | #Constraints:      75503
216.19/216.85	c #Conflicts:     658000 | #Constraints:      76503
216.19/216.85	c #Conflicts:     659000 | #Constraints:      77503
216.19/216.85	c #Conflicts:     660000 | #Constraints:      78503
216.19/216.85	c #Conflicts:     661000 | #Constraints:      79503
216.19/216.85	c #Conflicts:     662000 | #Constraints:      80503
216.19/216.85	c #Conflicts:     663000 | #Constraints:      81503
216.19/216.85	c #Conflicts:     664000 | #Constraints:      82503
216.19/216.85	c #Conflicts:     665000 | #Constraints:      83503
216.19/216.85	c #Conflicts:     666000 | #Constraints:      84503
216.19/216.85	c #Conflicts:     667000 | #Constraints:      85503
216.19/216.85	c #Conflicts:     668000 | #Constraints:      86503
216.19/216.85	c #Conflicts:     669000 | #Constraints:      87503
216.19/216.85	c #Conflicts:     670000 | #Constraints:      88503
216.19/216.85	c #Conflicts:     671000 | #Constraints:      89503
216.19/216.85	c INPROCESSING
216.19/216.85	c GARBAGE COLLECT
216.19/216.85	c #Conflicts:     672000 | #Constraints:      74282
216.19/216.85	c #Conflicts:     673000 | #Constraints:      75282
216.19/216.85	c #Conflicts:     674000 | #Constraints:      76282
216.19/216.85	c #Conflicts:     675000 | #Constraints:      77283
216.19/216.85	c #Conflicts:     676000 | #Constraints:      78283
216.19/216.85	c #Conflicts:     677000 | #Constraints:      79283
216.19/216.85	c #Conflicts:     678000 | #Constraints:      80283
216.19/216.85	c #Conflicts:     679000 | #Constraints:      81429
216.19/216.85	c #Conflicts:     680000 | #Constraints:      82781
216.19/216.85	c #Conflicts:     681000 | #Constraints:      83781
216.19/216.85	c #Conflicts:     682000 | #Constraints:      84781
216.19/216.85	c #Conflicts:     683000 | #Constraints:      85785
216.19/216.85	c #Conflicts:     684000 | #Constraints:      86785
216.19/216.85	c #Conflicts:     685000 | #Constraints:      87785
216.19/216.85	c #Conflicts:     686000 | #Constraints:      88787
216.19/216.85	c #Conflicts:     687000 | #Constraints:      89787
216.19/216.85	c #Conflicts:     688000 | #Constraints:      90787
216.19/216.85	c INPROCESSING
216.19/216.85	c GARBAGE COLLECT
216.19/216.85	c rational objective 916.171
271.04/271.81	c #Conflicts:     689000 | #Constraints:      75123
271.04/271.81	c #Conflicts:     690000 | #Constraints:      76123
271.04/271.81	c #Conflicts:     691000 | #Constraints:      77123
271.04/271.81	c #Conflicts:     692000 | #Constraints:      78123
271.04/271.81	c #Conflicts:     693000 | #Constraints:      79123
271.04/271.81	c #Conflicts:     694000 | #Constraints:      80123
271.04/271.81	c #Conflicts:     695000 | #Constraints:      81123
271.04/271.81	c #Conflicts:     696000 | #Constraints:      82123
271.04/271.81	c #Conflicts:     697000 | #Constraints:      83341
271.04/271.81	c #Conflicts:     698000 | #Constraints:      84811
271.04/271.81	c #Conflicts:     699000 | #Constraints:      86243
271.04/271.81	c #Conflicts:     700000 | #Constraints:      87243
271.04/271.81	c #Conflicts:     701000 | #Constraints:      88243
271.04/271.81	c #Conflicts:     702000 | #Constraints:      89243
271.04/271.81	c #Conflicts:     703000 | #Constraints:      90243
271.04/271.81	c #Conflicts:     704000 | #Constraints:      91243
271.04/271.81	c #Conflicts:     705000 | #Constraints:      92243
271.04/271.81	c INPROCESSING
271.04/271.81	c GARBAGE COLLECT
271.04/271.81	c #Conflicts:     706000 | #Constraints:      75965
271.04/271.81	c #Conflicts:     707000 | #Constraints:      76965
271.04/271.81	c #Conflicts:     708000 | #Constraints:      77965
271.04/271.81	c #Conflicts:     709000 | #Constraints:      78965
271.04/271.81	c #Conflicts:     710000 | #Constraints:      80254
271.04/271.81	c #Conflicts:     711000 | #Constraints:      81706
271.04/271.81	c #Conflicts:     712000 | #Constraints:      83163
271.04/271.81	c #Conflicts:     713000 | #Constraints:      84632
271.04/271.81	c #Conflicts:     714000 | #Constraints:      86105
271.04/271.81	c #Conflicts:     715000 | #Constraints:      87572
271.04/271.81	c #Conflicts:     716000 | #Constraints:      89042
271.04/271.81	c #Conflicts:     717000 | #Constraints:      90502
271.04/271.81	c #Conflicts:     718000 | #Constraints:      91949
271.04/271.81	c #Conflicts:     719000 | #Constraints:      93427
271.04/271.81	c #Conflicts:     720000 | #Constraints:      94894
271.04/271.81	c #Conflicts:     721000 | #Constraints:      96355
271.04/271.81	c #Conflicts:     722000 | #Constraints:      97830
271.04/271.81	c INPROCESSING
271.04/271.81	c GARBAGE COLLECT
271.04/271.81	c #Conflicts:     723000 | #Constraints:      78747
271.04/271.81	c #Conflicts:     724000 | #Constraints:      79747
271.04/271.81	c #Conflicts:     725000 | #Constraints:      80747
271.04/271.81	c #Conflicts:     726000 | #Constraints:      81747
271.04/271.81	c #Conflicts:     727000 | #Constraints:      82747
271.04/271.81	c #Conflicts:     728000 | #Constraints:      83747
271.04/271.81	c #Conflicts:     729000 | #Constraints:      84747
271.04/271.81	c #Conflicts:     730000 | #Constraints:      85747
271.04/271.81	c #Conflicts:     731000 | #Constraints:      86747
271.04/271.81	c #Conflicts:     732000 | #Constraints:      87747
271.04/271.81	c #Conflicts:     733000 | #Constraints:      88747
271.04/271.81	c #Conflicts:     734000 | #Constraints:      89747
271.04/271.81	c #Conflicts:     735000 | #Constraints:      90747
271.04/271.81	c #Conflicts:     736000 | #Constraints:      91747
271.04/271.81	c #Conflicts:     737000 | #Constraints:      92747
271.04/271.81	c #Conflicts:     738000 | #Constraints:      93747
271.04/271.81	c #Conflicts:     739000 | #Constraints:      94747
271.04/271.81	c INPROCESSING
271.04/271.81	c GARBAGE COLLECT
271.04/271.81	c #Conflicts:     740000 | #Constraints:      77104
271.04/271.81	c #Conflicts:     741000 | #Constraints:      78104
271.04/271.81	c #Conflicts:     742000 | #Constraints:      79104
271.04/271.81	c #Conflicts:     743000 | #Constraints:      80104
271.04/271.81	c #Conflicts:     744000 | #Constraints:      81104
271.04/271.81	c #Conflicts:     745000 | #Constraints:      82104
271.04/271.81	c #Conflicts:     746000 | #Constraints:      83104
271.04/271.81	c #Conflicts:     747000 | #Constraints:      84104
271.04/271.81	c #Conflicts:     748000 | #Constraints:      85104
271.04/271.81	c #Conflicts:     749000 | #Constraints:      86104
271.04/271.81	c #Conflicts:     750000 | #Constraints:      87104
271.04/271.81	c #Conflicts:     751000 | #Constraints:      88104
271.04/271.81	c #Conflicts:     752000 | #Constraints:      89104
271.04/271.81	c #Conflicts:     753000 | #Constraints:      90104
271.04/271.81	c #Conflicts:     754000 | #Constraints:      91104
271.04/271.81	c #Conflicts:     755000 | #Constraints:      92104
271.04/271.81	c #Conflicts:     756000 | #Constraints:      93104
271.04/271.81	c INPROCESSING
271.04/271.81	c GARBAGE COLLECT
271.04/271.81	c #Conflicts:     757000 | #Constraints:      76079
271.04/271.81	c #Conflicts:     758000 | #Constraints:      77079
271.04/271.81	c #Conflicts:     759000 | #Constraints:      78079
271.04/271.81	c #Conflicts:     760000 | #Constraints:      79079
271.04/271.81	c #Conflicts:     761000 | #Constraints:      80079
271.04/271.81	c #Conflicts:     762000 | #Constraints:      81079
271.04/271.81	c #Conflicts:     763000 | #Constraints:      82079
271.04/271.81	c #Conflicts:     764000 | #Constraints:      83079
271.04/271.81	c #Conflicts:     765000 | #Constraints:      84079
277.63/278.40	c #Conflicts:     766000 | #Constraints:      85079
277.63/278.40	c #Conflicts:     767000 | #Constraints:      86079
277.63/278.40	c #Conflicts:     768000 | #Constraints:      87079
277.63/278.40	c #Conflicts:     769000 | #Constraints:      88079
277.63/278.40	c #Conflicts:     770000 | #Constraints:      89079
277.63/278.40	c #Conflicts:     771000 | #Constraints:      90079
277.63/278.40	c #Conflicts:     772000 | #Constraints:      91079
277.63/278.40	c #Conflicts:     773000 | #Constraints:      92079
277.63/278.40	c #Conflicts:     774000 | #Constraints:      93079
277.63/278.40	c INPROCESSING
277.63/278.40	c GARBAGE COLLECT
277.63/278.40	c #Conflicts:     775000 | #Constraints:      76267
277.63/278.40	c #Conflicts:     776000 | #Constraints:      77267
277.63/278.40	c #Conflicts:     777000 | #Constraints:      78267
277.63/278.40	c #Conflicts:     778000 | #Constraints:      79267
277.63/278.40	c #Conflicts:     779000 | #Constraints:      80267
277.63/278.40	c #Conflicts:     780000 | #Constraints:      81267
277.63/278.40	c #Conflicts:     781000 | #Constraints:      82267
277.63/278.40	c #Conflicts:     782000 | #Constraints:      83267
277.63/278.40	c #Conflicts:     783000 | #Constraints:      84267
277.63/278.40	c #Conflicts:     784000 | #Constraints:      85267
277.63/278.40	c #Conflicts:     785000 | #Constraints:      86267
277.63/278.40	c #Conflicts:     786000 | #Constraints:      87267
277.63/278.40	c #Conflicts:     787000 | #Constraints:      88267
277.63/278.40	c #Conflicts:     788000 | #Constraints:      89267
277.63/278.40	c #Conflicts:     789000 | #Constraints:      90267
277.63/278.40	c #Conflicts:     790000 | #Constraints:      91267
277.63/278.40	c #Conflicts:     791000 | #Constraints:      92267
277.63/278.40	c #Conflicts:     792000 | #Constraints:      93267
277.63/278.40	c INPROCESSING
277.63/278.40	c GARBAGE COLLECT
277.63/278.40	c rational objective 916.663
282.32/283.16	c #Conflicts:     793000 | #Constraints:      76463
282.32/283.16	c #Conflicts:     794000 | #Constraints:      77463
282.32/283.16	c #Conflicts:     795000 | #Constraints:      78463
282.32/283.16	c #Conflicts:     796000 | #Constraints:      79463
282.32/283.16	c #Conflicts:     797000 | #Constraints:      80463
282.32/283.16	c #Conflicts:     798000 | #Constraints:      81463
282.32/283.16	c #Conflicts:     799000 | #Constraints:      82463
282.32/283.16	c #Conflicts:     800000 | #Constraints:      83463
282.32/283.16	c #Conflicts:     801000 | #Constraints:      84463
282.32/283.16	c #Conflicts:     802000 | #Constraints:      85463
282.32/283.16	c #Conflicts:     803000 | #Constraints:      86463
282.32/283.16	c #Conflicts:     804000 | #Constraints:      87463
282.32/283.16	c #Conflicts:     805000 | #Constraints:      88463
282.32/283.16	c #Conflicts:     806000 | #Constraints:      89463
282.32/283.16	c #Conflicts:     807000 | #Constraints:      90463
282.32/283.16	c #Conflicts:     808000 | #Constraints:      91463
282.32/283.16	c #Conflicts:     809000 | #Constraints:      92463
282.32/283.16	c #Conflicts:     810000 | #Constraints:      93463
282.32/283.16	c INPROCESSING
282.32/283.16	c GARBAGE COLLECT
282.32/283.16	c rational objective 916.812
288.20/289.08	c #Conflicts:     811000 | #Constraints:      76563
288.20/289.08	c #Conflicts:     812000 | #Constraints:      77563
288.20/289.08	c #Conflicts:     813000 | #Constraints:      78563
288.20/289.08	c #Conflicts:     814000 | #Constraints:      79563
288.20/289.08	c #Conflicts:     815000 | #Constraints:      80563
288.20/289.08	c #Conflicts:     816000 | #Constraints:      81563
288.20/289.08	c #Conflicts:     817000 | #Constraints:      82563
288.20/289.08	c #Conflicts:     818000 | #Constraints:      83563
288.20/289.08	c #Conflicts:     819000 | #Constraints:      84563
288.20/289.08	c #Conflicts:     820000 | #Constraints:      85563
288.20/289.08	c #Conflicts:     821000 | #Constraints:      86563
288.20/289.08	c #Conflicts:     822000 | #Constraints:      87564
288.20/289.08	c #Conflicts:     823000 | #Constraints:      88564
288.20/289.08	c #Conflicts:     824000 | #Constraints:      89564
288.20/289.08	c #Conflicts:     825000 | #Constraints:      90564
288.20/289.08	c #Conflicts:     826000 | #Constraints:      91564
288.20/289.08	c #Conflicts:     827000 | #Constraints:      92564
288.20/289.08	c #Conflicts:     828000 | #Constraints:      93564
288.20/289.08	c INPROCESSING
288.20/289.08	c GARBAGE COLLECT
288.20/289.08	c rational objective 917.406
316.52/317.46	c #Conflicts:     829000 | #Constraints:      76515
316.52/317.46	c #Conflicts:     830000 | #Constraints:      77515
316.52/317.46	c #Conflicts:     831000 | #Constraints:      78515
316.52/317.46	c #Conflicts:     832000 | #Constraints:      79515
316.52/317.46	c #Conflicts:     833000 | #Constraints:      80516
316.52/317.46	c #Conflicts:     834000 | #Constraints:      81516
316.52/317.46	c #Conflicts:     835000 | #Constraints:      82516
316.52/317.46	c #Conflicts:     836000 | #Constraints:      83516
316.52/317.46	c #Conflicts:     837000 | #Constraints:      84516
316.52/317.46	c #Conflicts:     838000 | #Constraints:      85516
316.52/317.46	c #Conflicts:     839000 | #Constraints:      86516
316.52/317.46	c #Conflicts:     840000 | #Constraints:      87516
316.52/317.46	c #Conflicts:     841000 | #Constraints:      88517
316.52/317.46	c #Conflicts:     842000 | #Constraints:      89517
316.52/317.46	c #Conflicts:     843000 | #Constraints:      90521
316.52/317.46	c #Conflicts:     844000 | #Constraints:      92009
316.52/317.46	c #Conflicts:     845000 | #Constraints:      93465
316.52/317.46	c #Conflicts:     846000 | #Constraints:      94930
316.52/317.46	c INPROCESSING
316.52/317.46	c GARBAGE COLLECT
316.52/317.46	c #Conflicts:     847000 | #Constraints:      77108
316.52/317.46	c #Conflicts:     848000 | #Constraints:      78110
316.52/317.46	c #Conflicts:     849000 | #Constraints:      79110
316.52/317.46	c #Conflicts:     850000 | #Constraints:      80110
316.52/317.46	c #Conflicts:     851000 | #Constraints:      81110
316.52/317.46	c #Conflicts:     852000 | #Constraints:      82110
316.52/317.46	c #Conflicts:     853000 | #Constraints:      83111
316.52/317.46	c #Conflicts:     854000 | #Constraints:      84111
316.52/317.46	c #Conflicts:     855000 | #Constraints:      85111
316.52/317.46	c #Conflicts:     856000 | #Constraints:      86111
316.52/317.46	c #Conflicts:     857000 | #Constraints:      87113
316.52/317.46	c #Conflicts:     858000 | #Constraints:      88113
316.52/317.46	c #Conflicts:     859000 | #Constraints:      89113
316.52/317.46	c #Conflicts:     860000 | #Constraints:      90113
316.52/317.46	c #Conflicts:     861000 | #Constraints:      91115
316.52/317.46	c #Conflicts:     862000 | #Constraints:      92115
316.52/317.46	c #Conflicts:     863000 | #Constraints:      93136
316.52/317.46	c #Conflicts:     864000 | #Constraints:      94136
316.52/317.46	c #Conflicts:     865000 | #Constraints:      95467
316.52/317.46	c INPROCESSING
316.52/317.46	c GARBAGE COLLECT
316.52/317.46	c #Conflicts:     866000 | #Constraints:      77512
316.52/317.46	c #Conflicts:     867000 | #Constraints:      78512
316.52/317.46	c #Conflicts:     868000 | #Constraints:      79512
316.52/317.46	c #Conflicts:     869000 | #Constraints:      80512
316.52/317.46	c #Conflicts:     870000 | #Constraints:      81512
316.52/317.46	c #Conflicts:     871000 | #Constraints:      82512
316.52/317.46	c #Conflicts:     872000 | #Constraints:      83512
316.52/317.46	c #Conflicts:     873000 | #Constraints:      84512
316.52/317.46	c #Conflicts:     874000 | #Constraints:      85512
316.52/317.46	c #Conflicts:     875000 | #Constraints:      86512
316.52/317.46	c #Conflicts:     876000 | #Constraints:      87512
316.52/317.46	c #Conflicts:     877000 | #Constraints:      88512
316.52/317.46	c #Conflicts:     878000 | #Constraints:      89512
316.52/317.46	c #Conflicts:     879000 | #Constraints:      90512
316.52/317.46	c #Conflicts:     880000 | #Constraints:      91512
316.52/317.46	c #Conflicts:     881000 | #Constraints:      92512
316.52/317.46	c #Conflicts:     882000 | #Constraints:      93512
316.52/317.46	c #Conflicts:     883000 | #Constraints:      94512
316.52/317.46	c #Conflicts:     884000 | #Constraints:      95512
316.52/317.46	c INPROCESSING
316.52/317.46	c GARBAGE COLLECT
316.52/317.46	c rational objective 917.406
354.02/355.05	c #Conflicts:     885000 | #Constraints:      77590
354.02/355.05	c #Conflicts:     886000 | #Constraints:      78590
354.02/355.05	c #Conflicts:     887000 | #Constraints:      79590
354.02/355.05	c #Conflicts:     888000 | #Constraints:      80590
354.02/355.05	c #Conflicts:     889000 | #Constraints:      81590
354.02/355.05	c #Conflicts:     890000 | #Constraints:      82590
354.02/355.05	c #Conflicts:     891000 | #Constraints:      83590
354.02/355.05	c #Conflicts:     892000 | #Constraints:      84590
354.02/355.05	c #Conflicts:     893000 | #Constraints:      85590
354.02/355.05	c #Conflicts:     894000 | #Constraints:      86590
354.02/355.05	c #Conflicts:     895000 | #Constraints:      87591
354.02/355.05	c #Conflicts:     896000 | #Constraints:      88591
354.02/355.05	c #Conflicts:     897000 | #Constraints:      89591
354.02/355.05	c #Conflicts:     898000 | #Constraints:      90591
354.02/355.05	c #Conflicts:     899000 | #Constraints:      91591
354.02/355.05	c #Conflicts:     900000 | #Constraints:      92591
354.02/355.05	c #Conflicts:     901000 | #Constraints:      93591
354.02/355.05	c #Conflicts:     902000 | #Constraints:      94591
354.02/355.05	c #Conflicts:     903000 | #Constraints:      95591
354.02/355.05	c INPROCESSING
354.02/355.05	c GARBAGE COLLECT
354.02/355.05	c #Conflicts:     904000 | #Constraints:      77627
354.02/355.05	c #Conflicts:     905000 | #Constraints:      78627
354.02/355.05	c #Conflicts:     906000 | #Constraints:      79627
354.02/355.05	c #Conflicts:     907000 | #Constraints:      80628
354.02/355.05	c #Conflicts:     908000 | #Constraints:      81628
354.02/355.05	c #Conflicts:     909000 | #Constraints:      82630
354.02/355.05	c #Conflicts:     910000 | #Constraints:      83630
354.02/355.05	c #Conflicts:     911000 | #Constraints:      84630
354.02/355.05	c #Conflicts:     912000 | #Constraints:      85633
354.02/355.05	c #Conflicts:     913000 | #Constraints:      86634
354.02/355.05	c #Conflicts:     914000 | #Constraints:      87636
354.02/355.05	c #Conflicts:     915000 | #Constraints:      88645
354.02/355.05	c #Conflicts:     916000 | #Constraints:      89646
354.02/355.05	c #Conflicts:     917000 | #Constraints:      90647
354.02/355.05	c #Conflicts:     918000 | #Constraints:      91647
354.02/355.05	c #Conflicts:     919000 | #Constraints:      92647
354.02/355.05	c #Conflicts:     920000 | #Constraints:      93663
354.02/355.05	c #Conflicts:     921000 | #Constraints:      94664
354.02/355.05	c #Conflicts:     922000 | #Constraints:      95664
354.02/355.05	c INPROCESSING
354.02/355.05	c GARBAGE COLLECT
354.02/355.05	c #Conflicts:     923000 | #Constraints:      77565
354.02/355.05	c #Conflicts:     924000 | #Constraints:      78569
354.02/355.05	c #Conflicts:     925000 | #Constraints:      79613
354.02/355.05	c #Conflicts:     926000 | #Constraints:      80981
354.02/355.05	c #Conflicts:     927000 | #Constraints:      82288
354.02/355.05	c #Conflicts:     928000 | #Constraints:      83290
354.02/355.05	c #Conflicts:     929000 | #Constraints:      84334
354.02/355.05	c #Conflicts:     930000 | #Constraints:      85733
354.02/355.05	c #Conflicts:     931000 | #Constraints:      86733
354.02/355.05	c #Conflicts:     932000 | #Constraints:      87733
354.02/355.05	c #Conflicts:     933000 | #Constraints:      88853
354.02/355.05	c #Conflicts:     934000 | #Constraints:      90339
354.02/355.05	c #Conflicts:     935000 | #Constraints:      91811
354.02/355.05	c #Conflicts:     936000 | #Constraints:      93276
354.02/355.05	c #Conflicts:     937000 | #Constraints:      94406
354.02/355.05	c #Conflicts:     938000 | #Constraints:      95407
354.02/355.05	c #Conflicts:     939000 | #Constraints:      96409
354.02/355.05	c #Conflicts:     940000 | #Constraints:      97477
354.02/355.05	c #Conflicts:     941000 | #Constraints:      98477
354.02/355.05	c INPROCESSING
354.02/355.05	c GARBAGE COLLECT
354.02/355.05	c #Conflicts:     942000 | #Constraints:      78835
354.02/355.05	c #Conflicts:     943000 | #Constraints:      79835
354.02/355.05	c #Conflicts:     944000 | #Constraints:      80835
354.02/355.05	c #Conflicts:     945000 | #Constraints:      81835
354.02/355.05	c #Conflicts:     946000 | #Constraints:      82835
354.02/355.05	c #Conflicts:     947000 | #Constraints:      83835
354.02/355.05	c #Conflicts:     948000 | #Constraints:      84835
354.02/355.05	c #Conflicts:     949000 | #Constraints:      85835
354.02/355.05	c #Conflicts:     950000 | #Constraints:      86835
354.02/355.05	c #Conflicts:     951000 | #Constraints:      87835
354.02/355.05	c #Conflicts:     952000 | #Constraints:      88835
354.02/355.05	c #Conflicts:     953000 | #Constraints:      89835
354.02/355.05	c #Conflicts:     954000 | #Constraints:      90835
354.02/355.05	c #Conflicts:     955000 | #Constraints:      91835
354.02/355.05	c #Conflicts:     956000 | #Constraints:      92835
354.02/355.05	c #Conflicts:     957000 | #Constraints:      93835
354.02/355.05	c #Conflicts:     958000 | #Constraints:      94835
354.02/355.05	c #Conflicts:     959000 | #Constraints:      95835
354.02/355.05	c #Conflicts:     960000 | #Constraints:      96835
354.02/355.05	c #Conflicts:     961000 | #Constraints:      97835
372.97/374.03	c INPROCESSING
372.97/374.03	c GARBAGE COLLECT
372.97/374.03	c #Conflicts:     962000 | #Constraints:      78653
372.97/374.03	c #Conflicts:     963000 | #Constraints:      79653
372.97/374.03	c #Conflicts:     964000 | #Constraints:      80653
372.97/374.03	c #Conflicts:     965000 | #Constraints:      81653
372.97/374.03	c #Conflicts:     966000 | #Constraints:      82653
372.97/374.03	c #Conflicts:     967000 | #Constraints:      83653
372.97/374.03	c #Conflicts:     968000 | #Constraints:      84653
372.97/374.03	c #Conflicts:     969000 | #Constraints:      85653
372.97/374.03	c #Conflicts:     970000 | #Constraints:      86653
372.97/374.03	c #Conflicts:     971000 | #Constraints:      87653
372.97/374.03	c #Conflicts:     972000 | #Constraints:      88653
372.97/374.03	c #Conflicts:     973000 | #Constraints:      89653
372.97/374.03	c #Conflicts:     974000 | #Constraints:      90653
372.97/374.03	c #Conflicts:     975000 | #Constraints:      91653
372.97/374.03	c #Conflicts:     976000 | #Constraints:      92653
372.97/374.03	c #Conflicts:     977000 | #Constraints:      93653
372.97/374.03	c #Conflicts:     978000 | #Constraints:      94653
372.97/374.03	c #Conflicts:     979000 | #Constraints:      95653
372.97/374.03	c #Conflicts:     980000 | #Constraints:      96653
372.97/374.03	c #Conflicts:     981000 | #Constraints:      97653
372.97/374.03	c INPROCESSING
372.97/374.03	c GARBAGE COLLECT
372.97/374.03	c #Conflicts:     982000 | #Constraints:      78656
372.97/374.03	c #Conflicts:     983000 | #Constraints:      79656
372.97/374.03	c #Conflicts:     984000 | #Constraints:      80656
372.97/374.03	c #Conflicts:     985000 | #Constraints:      81656
372.97/374.03	c #Conflicts:     986000 | #Constraints:      82656
372.97/374.03	c #Conflicts:     987000 | #Constraints:      83656
372.97/374.03	c #Conflicts:     988000 | #Constraints:      84656
372.97/374.03	c #Conflicts:     989000 | #Constraints:      85656
372.97/374.03	c #Conflicts:     990000 | #Constraints:      86656
372.97/374.03	c #Conflicts:     991000 | #Constraints:      87656
372.97/374.03	c #Conflicts:     992000 | #Constraints:      88656
372.97/374.03	c #Conflicts:     993000 | #Constraints:      89656
372.97/374.03	c #Conflicts:     994000 | #Constraints:      90656
372.97/374.03	c #Conflicts:     995000 | #Constraints:      91656
372.97/374.03	c #Conflicts:     996000 | #Constraints:      92656
372.97/374.03	c #Conflicts:     997000 | #Constraints:      93656
372.97/374.03	c #Conflicts:     998000 | #Constraints:      94656
372.97/374.03	c #Conflicts:     999000 | #Constraints:      95656
372.97/374.03	c #Conflicts:    1000000 | #Constraints:      96656
372.97/374.03	c #Conflicts:    1001000 | #Constraints:      97656
372.97/374.03	c INPROCESSING
372.97/374.03	c GARBAGE COLLECT
372.97/374.03	c #Conflicts:    1002000 | #Constraints:      78665
372.97/374.03	c #Conflicts:    1003000 | #Constraints:      79665
372.97/374.03	c #Conflicts:    1004000 | #Constraints:      80665
372.97/374.03	c #Conflicts:    1005000 | #Constraints:      81665
372.97/374.03	c #Conflicts:    1006000 | #Constraints:      82665
372.97/374.03	c #Conflicts:    1007000 | #Constraints:      83665
372.97/374.03	c #Conflicts:    1008000 | #Constraints:      84665
372.97/374.03	c #Conflicts:    1009000 | #Constraints:      85665
372.97/374.03	c #Conflicts:    1010000 | #Constraints:      86665
372.97/374.03	c #Conflicts:    1011000 | #Constraints:      87665
372.97/374.03	c #Conflicts:    1012000 | #Constraints:      88665
372.97/374.03	c #Conflicts:    1013000 | #Constraints:      89665
372.97/374.03	c #Conflicts:    1014000 | #Constraints:      90665
372.97/374.03	c #Conflicts:    1015000 | #Constraints:      91665
372.97/374.03	c #Conflicts:    1016000 | #Constraints:      92665
372.97/374.03	c #Conflicts:    1017000 | #Constraints:      93665
372.97/374.03	c #Conflicts:    1018000 | #Constraints:      94665
372.97/374.03	c #Conflicts:    1019000 | #Constraints:      95665
372.97/374.03	c #Conflicts:    1020000 | #Constraints:      96665
372.97/374.03	c #Conflicts:    1021000 | #Constraints:      97665
372.97/374.03	c INPROCESSING
372.97/374.03	c GARBAGE COLLECT
372.97/374.03	c #Conflicts:    1022000 | #Constraints:      78571
372.97/374.03	c #Conflicts:    1023000 | #Constraints:      79571
372.97/374.03	c #Conflicts:    1024000 | #Constraints:      80571
372.97/374.03	c #Conflicts:    1025000 | #Constraints:      81571
372.97/374.03	c #Conflicts:    1026000 | #Constraints:      82571
372.97/374.03	c #Conflicts:    1027000 | #Constraints:      83571
372.97/374.03	c #Conflicts:    1028000 | #Constraints:      84571
372.97/374.03	c #Conflicts:    1029000 | #Constraints:      85571
372.97/374.03	c #Conflicts:    1030000 | #Constraints:      86571
372.97/374.03	c #Conflicts:    1031000 | #Constraints:      87571
372.97/374.03	c #Conflicts:    1032000 | #Constraints:      88571
372.97/374.03	c #Conflicts:    1033000 | #Constraints:      89571
372.97/374.03	c #Conflicts:    1034000 | #Constraints:      90571
372.97/374.03	c #Conflicts:    1035000 | #Constraints:      91571
372.97/374.03	c #Conflicts:    1036000 | #Constraints:      92571
372.97/374.03	c #Conflicts:    1037000 | #Constraints:      93571
372.97/374.03	c #Conflicts:    1038000 | #Constraints:      94571
373.87/375.00	c #Conflicts:    1039000 | #Constraints:      95571
373.87/375.00	c #Conflicts:    1040000 | #Constraints:      96571
373.87/375.00	c #Conflicts:    1041000 | #Constraints:      97571
373.87/375.00	c INPROCESSING
373.87/375.00	c GARBAGE COLLECT
373.87/375.00	c rational objective 917.541
401.09/402.22	c #Conflicts:    1042000 | #Constraints:      78317
401.09/402.22	c #Conflicts:    1043000 | #Constraints:      79317
401.09/402.22	c #Conflicts:    1044000 | #Constraints:      80317
401.09/402.22	c #Conflicts:    1045000 | #Constraints:      81317
401.09/402.22	c #Conflicts:    1046000 | #Constraints:      82317
401.09/402.22	c #Conflicts:    1047000 | #Constraints:      83317
401.09/402.22	c #Conflicts:    1048000 | #Constraints:      84317
401.09/402.22	c #Conflicts:    1049000 | #Constraints:      85317
401.09/402.22	c #Conflicts:    1050000 | #Constraints:      86317
401.09/402.22	c #Conflicts:    1051000 | #Constraints:      87317
401.09/402.22	c #Conflicts:    1052000 | #Constraints:      88317
401.09/402.22	c #Conflicts:    1053000 | #Constraints:      89318
401.09/402.22	c #Conflicts:    1054000 | #Constraints:      90318
401.09/402.22	c #Conflicts:    1055000 | #Constraints:      91318
401.09/402.22	c #Conflicts:    1056000 | #Constraints:      92318
401.09/402.22	c #Conflicts:    1057000 | #Constraints:      93318
401.09/402.22	c #Conflicts:    1058000 | #Constraints:      94318
401.09/402.22	c #Conflicts:    1059000 | #Constraints:      95319
401.09/402.22	c #Conflicts:    1060000 | #Constraints:      96319
401.09/402.22	c #Conflicts:    1061000 | #Constraints:      97320
401.09/402.22	c #Conflicts:    1062000 | #Constraints:      98657
401.09/402.22	c INPROCESSING
401.09/402.22	c GARBAGE COLLECT
401.09/402.22	c #Conflicts:    1063000 | #Constraints:      79115
401.09/402.22	c #Conflicts:    1064000 | #Constraints:      80115
401.09/402.22	c #Conflicts:    1065000 | #Constraints:      81115
401.09/402.22	c #Conflicts:    1066000 | #Constraints:      82115
401.09/402.22	c #Conflicts:    1067000 | #Constraints:      83115
401.09/402.22	c #Conflicts:    1068000 | #Constraints:      84115
401.09/402.22	c #Conflicts:    1069000 | #Constraints:      85115
401.09/402.22	c #Conflicts:    1070000 | #Constraints:      86115
401.09/402.22	c #Conflicts:    1071000 | #Constraints:      87115
401.09/402.22	c #Conflicts:    1072000 | #Constraints:      88115
401.09/402.22	c #Conflicts:    1073000 | #Constraints:      89115
401.09/402.22	c #Conflicts:    1074000 | #Constraints:      90115
401.09/402.22	c #Conflicts:    1075000 | #Constraints:      91115
401.09/402.22	c #Conflicts:    1076000 | #Constraints:      92115
401.09/402.22	c #Conflicts:    1077000 | #Constraints:      93115
401.09/402.22	c #Conflicts:    1078000 | #Constraints:      94115
401.09/402.22	c #Conflicts:    1079000 | #Constraints:      95115
401.09/402.22	c #Conflicts:    1080000 | #Constraints:      96115
401.09/402.22	c #Conflicts:    1081000 | #Constraints:      97115
401.09/402.22	c #Conflicts:    1082000 | #Constraints:      98115
401.09/402.22	c #Conflicts:    1083000 | #Constraints:      99115
401.09/402.22	c INPROCESSING
401.09/402.22	c GARBAGE COLLECT
401.09/402.22	c #Conflicts:    1084000 | #Constraints:      79383
401.09/402.22	c #Conflicts:    1085000 | #Constraints:      80383
401.09/402.22	c #Conflicts:    1086000 | #Constraints:      81383
401.09/402.22	c #Conflicts:    1087000 | #Constraints:      82383
401.09/402.22	c #Conflicts:    1088000 | #Constraints:      83383
401.09/402.22	c #Conflicts:    1089000 | #Constraints:      84383
401.09/402.22	c #Conflicts:    1090000 | #Constraints:      85383
401.09/402.22	c #Conflicts:    1091000 | #Constraints:      86383
401.09/402.22	c #Conflicts:    1092000 | #Constraints:      87383
401.09/402.22	c #Conflicts:    1093000 | #Constraints:      88383
401.09/402.22	c #Conflicts:    1094000 | #Constraints:      89383
401.09/402.22	c #Conflicts:    1095000 | #Constraints:      90383
401.09/402.22	c #Conflicts:    1096000 | #Constraints:      91383
401.09/402.22	c #Conflicts:    1097000 | #Constraints:      92383
401.09/402.22	c #Conflicts:    1098000 | #Constraints:      93383
401.09/402.22	c #Conflicts:    1099000 | #Constraints:      94383
401.09/402.22	c #Conflicts:    1100000 | #Constraints:      95383
401.09/402.22	c #Conflicts:    1101000 | #Constraints:      96383
401.09/402.22	c #Conflicts:    1102000 | #Constraints:      97383
401.09/402.22	c #Conflicts:    1103000 | #Constraints:      98383
401.09/402.22	c #Conflicts:    1104000 | #Constraints:      99383
401.09/402.22	c INPROCESSING
401.09/402.22	c GARBAGE COLLECT
401.09/402.22	c #Conflicts:    1105000 | #Constraints:      79530
401.09/402.22	c #Conflicts:    1106000 | #Constraints:      80530
401.09/402.22	c #Conflicts:    1107000 | #Constraints:      81530
401.09/402.22	c #Conflicts:    1108000 | #Constraints:      82530
401.09/402.22	c #Conflicts:    1109000 | #Constraints:      83530
401.09/402.22	c #Conflicts:    1110000 | #Constraints:      84530
401.09/402.22	c #Conflicts:    1111000 | #Constraints:      85530
401.09/402.22	c #Conflicts:    1112000 | #Constraints:      86530
401.09/402.22	c #Conflicts:    1113000 | #Constraints:      87530
401.09/402.22	c #Conflicts:    1114000 | #Constraints:      88530
401.09/402.22	c #Conflicts:    1115000 | #Constraints:      89530
401.09/402.22	c #Conflicts:    1116000 | #Constraints:      90530
401.09/402.22	c #Conflicts:    1117000 | #Constraints:      91530
401.09/402.22	c #Conflicts:    1118000 | #Constraints:      92530
423.53/424.75	c #Conflicts:    1119000 | #Constraints:      93530
423.53/424.75	c #Conflicts:    1120000 | #Constraints:      94530
423.53/424.75	c #Conflicts:    1121000 | #Constraints:      95530
423.53/424.75	c #Conflicts:    1122000 | #Constraints:      96530
423.53/424.75	c #Conflicts:    1123000 | #Constraints:      97530
423.53/424.75	c #Conflicts:    1124000 | #Constraints:      98530
423.53/424.75	c #Conflicts:    1125000 | #Constraints:      99530
423.53/424.75	c INPROCESSING
423.53/424.75	c GARBAGE COLLECT
423.53/424.75	c #Conflicts:    1126000 | #Constraints:      79497
423.53/424.75	c #Conflicts:    1127000 | #Constraints:      80497
423.53/424.75	c #Conflicts:    1128000 | #Constraints:      81497
423.53/424.75	c #Conflicts:    1129000 | #Constraints:      82497
423.53/424.75	c #Conflicts:    1130000 | #Constraints:      83497
423.53/424.75	c #Conflicts:    1131000 | #Constraints:      84497
423.53/424.75	c #Conflicts:    1132000 | #Constraints:      85497
423.53/424.75	c #Conflicts:    1133000 | #Constraints:      86497
423.53/424.75	c #Conflicts:    1134000 | #Constraints:      87497
423.53/424.75	c #Conflicts:    1135000 | #Constraints:      88497
423.53/424.75	c #Conflicts:    1136000 | #Constraints:      89497
423.53/424.75	c #Conflicts:    1137000 | #Constraints:      90497
423.53/424.75	c #Conflicts:    1138000 | #Constraints:      91497
423.53/424.75	c #Conflicts:    1139000 | #Constraints:      92497
423.53/424.75	c #Conflicts:    1140000 | #Constraints:      93497
423.53/424.75	c #Conflicts:    1141000 | #Constraints:      94497
423.53/424.75	c #Conflicts:    1142000 | #Constraints:      95497
423.53/424.75	c #Conflicts:    1143000 | #Constraints:      96497
423.53/424.75	c #Conflicts:    1144000 | #Constraints:      97497
423.53/424.75	c #Conflicts:    1145000 | #Constraints:      98497
423.53/424.75	c #Conflicts:    1146000 | #Constraints:      99497
423.53/424.75	c INPROCESSING
423.53/424.75	c GARBAGE COLLECT
423.53/424.75	c #Conflicts:    1147000 | #Constraints:      79284
423.53/424.75	c #Conflicts:    1148000 | #Constraints:      80284
423.53/424.75	c #Conflicts:    1149000 | #Constraints:      81284
423.53/424.75	c #Conflicts:    1150000 | #Constraints:      82284
423.53/424.75	c #Conflicts:    1151000 | #Constraints:      83284
423.53/424.75	c #Conflicts:    1152000 | #Constraints:      84284
423.53/424.75	c #Conflicts:    1153000 | #Constraints:      85284
423.53/424.75	c #Conflicts:    1154000 | #Constraints:      86284
423.53/424.75	c #Conflicts:    1155000 | #Constraints:      87284
423.53/424.75	c #Conflicts:    1156000 | #Constraints:      88284
423.53/424.75	c #Conflicts:    1157000 | #Constraints:      89284
423.53/424.75	c #Conflicts:    1158000 | #Constraints:      90284
423.53/424.75	c #Conflicts:    1159000 | #Constraints:      91284
423.53/424.75	c #Conflicts:    1160000 | #Constraints:      92284
423.53/424.75	c #Conflicts:    1161000 | #Constraints:      93284
423.53/424.75	c #Conflicts:    1162000 | #Constraints:      94284
423.53/424.75	c #Conflicts:    1163000 | #Constraints:      95284
423.53/424.75	c #Conflicts:    1164000 | #Constraints:      96284
423.53/424.75	c #Conflicts:    1165000 | #Constraints:      97284
423.53/424.75	c #Conflicts:    1166000 | #Constraints:      98284
423.53/424.75	c #Conflicts:    1167000 | #Constraints:      99284
423.53/424.75	c #Conflicts:    1168000 | #Constraints:     100284
423.53/424.75	c INPROCESSING
423.53/424.75	c GARBAGE COLLECT
423.53/424.75	c #Conflicts:    1169000 | #Constraints:      79871
423.53/424.75	c #Conflicts:    1170000 | #Constraints:      80871
423.53/424.75	c #Conflicts:    1171000 | #Constraints:      81871
423.53/424.75	c #Conflicts:    1172000 | #Constraints:      82871
423.53/424.75	c #Conflicts:    1173000 | #Constraints:      83871
423.53/424.75	c #Conflicts:    1174000 | #Constraints:      84871
423.53/424.75	c #Conflicts:    1175000 | #Constraints:      85871
423.53/424.75	c #Conflicts:    1176000 | #Constraints:      86871
423.53/424.75	c #Conflicts:    1177000 | #Constraints:      87872
423.53/424.75	c #Conflicts:    1178000 | #Constraints:      88872
423.53/424.75	c #Conflicts:    1179000 | #Constraints:      89872
423.53/424.75	c #Conflicts:    1180000 | #Constraints:      90872
423.53/424.75	c #Conflicts:    1181000 | #Constraints:      91872
423.53/424.75	c #Conflicts:    1182000 | #Constraints:      92872
423.53/424.75	c #Conflicts:    1183000 | #Constraints:      93872
423.53/424.75	c #Conflicts:    1184000 | #Constraints:      94872
423.53/424.75	c #Conflicts:    1185000 | #Constraints:      95872
423.53/424.75	c #Conflicts:    1186000 | #Constraints:      96872
423.53/424.75	c #Conflicts:    1187000 | #Constraints:      97872
423.53/424.75	c #Conflicts:    1188000 | #Constraints:      98872
423.53/424.75	c #Conflicts:    1189000 | #Constraints:      99872
423.53/424.75	c #Conflicts:    1190000 | #Constraints:     100872
423.53/424.75	c INPROCESSING
423.53/424.75	c GARBAGE COLLECT
423.53/424.75	c #Conflicts:    1191000 | #Constraints:      80261
423.53/424.75	c #Conflicts:    1192000 | #Constraints:      81261
423.53/424.75	c #Conflicts:    1193000 | #Constraints:      82261
423.53/424.75	c #Conflicts:    1194000 | #Constraints:      83265
423.53/424.75	c #Conflicts:    1195000 | #Constraints:      84265
473.81/475.14	c #Conflicts:    1196000 | #Constraints:      85265
473.81/475.14	c #Conflicts:    1197000 | #Constraints:      86278
473.81/475.14	c #Conflicts:    1198000 | #Constraints:      87278
473.81/475.14	c #Conflicts:    1199000 | #Constraints:      88278
473.81/475.14	c #Conflicts:    1200000 | #Constraints:      89278
473.81/475.14	c #Conflicts:    1201000 | #Constraints:      90278
473.81/475.14	c #Conflicts:    1202000 | #Constraints:      91278
473.81/475.14	c #Conflicts:    1203000 | #Constraints:      92287
473.81/475.14	c #Conflicts:    1204000 | #Constraints:      93287
473.81/475.14	c #Conflicts:    1205000 | #Constraints:      94288
473.81/475.14	c #Conflicts:    1206000 | #Constraints:      95288
473.81/475.14	c #Conflicts:    1207000 | #Constraints:      96336
473.81/475.14	c #Conflicts:    1208000 | #Constraints:      97336
473.81/475.14	c #Conflicts:    1209000 | #Constraints:      98336
473.81/475.14	c #Conflicts:    1210000 | #Constraints:      99336
473.81/475.14	c #Conflicts:    1211000 | #Constraints:     100336
473.81/475.14	c #Conflicts:    1212000 | #Constraints:     101336
473.81/475.14	c INPROCESSING
473.81/475.14	c GARBAGE COLLECT
473.81/475.14	c #Conflicts:    1213000 | #Constraints:      80497
473.81/475.14	c #Conflicts:    1214000 | #Constraints:      81498
473.81/475.14	c #Conflicts:    1215000 | #Constraints:      82499
473.81/475.14	c #Conflicts:    1216000 | #Constraints:      83735
473.81/475.14	c #Conflicts:    1217000 | #Constraints:      84735
473.81/475.14	c #Conflicts:    1218000 | #Constraints:      85735
473.81/475.14	c #Conflicts:    1219000 | #Constraints:      86735
473.81/475.14	c #Conflicts:    1220000 | #Constraints:      87735
473.81/475.14	c #Conflicts:    1221000 | #Constraints:      89141
473.81/475.14	c #Conflicts:    1222000 | #Constraints:      90612
473.81/475.14	c #Conflicts:    1223000 | #Constraints:      92085
473.81/475.14	c #Conflicts:    1224000 | #Constraints:      93530
473.81/475.14	c #Conflicts:    1225000 | #Constraints:      95003
473.81/475.14	c #Conflicts:    1226000 | #Constraints:      96470
473.81/475.14	c #Conflicts:    1227000 | #Constraints:      97959
473.81/475.14	c #Conflicts:    1228000 | #Constraints:      99432
473.81/475.14	c #Conflicts:    1229000 | #Constraints:     100884
473.81/475.14	c #Conflicts:    1230000 | #Constraints:     102357
473.81/475.14	c #Conflicts:    1231000 | #Constraints:     103806
473.81/475.14	c #Conflicts:    1232000 | #Constraints:     104838
473.81/475.14	c #Conflicts:    1233000 | #Constraints:     105839
473.81/475.14	c #Conflicts:    1234000 | #Constraints:     107062
473.81/475.14	c INPROCESSING
473.81/475.14	c GARBAGE COLLECT
473.81/475.14	c #Conflicts:    1235000 | #Constraints:      83310
473.81/475.14	c #Conflicts:    1236000 | #Constraints:      84310
473.81/475.14	c #Conflicts:    1237000 | #Constraints:      85310
473.81/475.14	c #Conflicts:    1238000 | #Constraints:      86324
473.81/475.14	c #Conflicts:    1239000 | #Constraints:      87324
473.81/475.14	c #Conflicts:    1240000 | #Constraints:      88325
473.81/475.14	c #Conflicts:    1241000 | #Constraints:      89325
473.81/475.14	c #Conflicts:    1242000 | #Constraints:      90325
473.81/475.14	c #Conflicts:    1243000 | #Constraints:      91325
473.81/475.14	c #Conflicts:    1244000 | #Constraints:      92325
473.81/475.14	c #Conflicts:    1245000 | #Constraints:      93325
473.81/475.14	c #Conflicts:    1246000 | #Constraints:      94327
473.81/475.14	c #Conflicts:    1247000 | #Constraints:      95357
473.81/475.14	c #Conflicts:    1248000 | #Constraints:      96357
473.81/475.14	c #Conflicts:    1249000 | #Constraints:      97545
473.81/475.14	c #Conflicts:    1250000 | #Constraints:      98996
473.81/475.14	c #Conflicts:    1251000 | #Constraints:     100268
473.81/475.14	c #Conflicts:    1252000 | #Constraints:     101271
473.81/475.14	c #Conflicts:    1253000 | #Constraints:     102271
473.81/475.14	c #Conflicts:    1254000 | #Constraints:     103271
473.81/475.14	c #Conflicts:    1255000 | #Constraints:     104272
473.81/475.14	c #Conflicts:    1256000 | #Constraints:     105272
473.81/475.14	c INPROCESSING
473.81/475.14	c GARBAGE COLLECT
473.81/475.14	c #Conflicts:    1257000 | #Constraints:      82166
473.81/475.14	c #Conflicts:    1258000 | #Constraints:      83166
473.81/475.14	c #Conflicts:    1259000 | #Constraints:      84166
473.81/475.14	c #Conflicts:    1260000 | #Constraints:      85166
473.81/475.14	c #Conflicts:    1261000 | #Constraints:      86167
473.81/475.14	c #Conflicts:    1262000 | #Constraints:      87167
473.81/475.14	c #Conflicts:    1263000 | #Constraints:      88168
473.81/475.14	c #Conflicts:    1264000 | #Constraints:      89168
473.81/475.14	c #Conflicts:    1265000 | #Constraints:      90169
473.81/475.14	c #Conflicts:    1266000 | #Constraints:      91170
473.81/475.14	c #Conflicts:    1267000 | #Constraints:      92170
473.81/475.14	c #Conflicts:    1268000 | #Constraints:      93170
473.81/475.14	c #Conflicts:    1269000 | #Constraints:      94170
473.81/475.14	c #Conflicts:    1270000 | #Constraints:      95170
473.81/475.14	c #Conflicts:    1271000 | #Constraints:      96170
486.27/487.65	c #Conflicts:    1272000 | #Constraints:      97170
486.27/487.65	c #Conflicts:    1273000 | #Constraints:      98170
486.27/487.65	c #Conflicts:    1274000 | #Constraints:      99170
486.27/487.65	c #Conflicts:    1275000 | #Constraints:     100173
486.27/487.65	c #Conflicts:    1276000 | #Constraints:     101173
486.27/487.65	c #Conflicts:    1277000 | #Constraints:     102178
486.27/487.65	c #Conflicts:    1278000 | #Constraints:     103181
486.27/487.65	c #Conflicts:    1279000 | #Constraints:     104181
486.27/487.65	c INPROCESSING
486.27/487.65	c GARBAGE COLLECT
486.27/487.65	c #Conflicts:    1280000 | #Constraints:      81824
486.27/487.65	c #Conflicts:    1281000 | #Constraints:      82824
486.27/487.65	c #Conflicts:    1282000 | #Constraints:      83824
486.27/487.65	c #Conflicts:    1283000 | #Constraints:      84825
486.27/487.65	c #Conflicts:    1284000 | #Constraints:      85908
486.27/487.65	c #Conflicts:    1285000 | #Constraints:      86908
486.27/487.65	c #Conflicts:    1286000 | #Constraints:      87909
486.27/487.65	c #Conflicts:    1287000 | #Constraints:      89049
486.27/487.65	c #Conflicts:    1288000 | #Constraints:      90085
486.27/487.65	c #Conflicts:    1289000 | #Constraints:      91190
486.27/487.65	c #Conflicts:    1290000 | #Constraints:      92192
486.27/487.65	c #Conflicts:    1291000 | #Constraints:      93192
486.27/487.65	c #Conflicts:    1292000 | #Constraints:      94192
486.27/487.65	c #Conflicts:    1293000 | #Constraints:      95193
486.27/487.65	c #Conflicts:    1294000 | #Constraints:      96193
486.27/487.65	c #Conflicts:    1295000 | #Constraints:      97195
486.27/487.65	c #Conflicts:    1296000 | #Constraints:      98198
486.27/487.65	c #Conflicts:    1297000 | #Constraints:      99200
486.27/487.65	c #Conflicts:    1298000 | #Constraints:     100201
486.27/487.65	c #Conflicts:    1299000 | #Constraints:     101202
486.27/487.65	c #Conflicts:    1300000 | #Constraints:     102202
486.27/487.65	c #Conflicts:    1301000 | #Constraints:     103202
486.27/487.65	c #Conflicts:    1302000 | #Constraints:     104203
486.27/487.65	c INPROCESSING
486.27/487.65	c GARBAGE COLLECT
486.27/487.65	c rational objective 917.565
551.29/552.86	c #Conflicts:    1303000 | #Constraints:      81936
551.29/552.86	c #Conflicts:    1304000 | #Constraints:      82937
551.29/552.86	c #Conflicts:    1305000 | #Constraints:      83937
551.29/552.86	c #Conflicts:    1306000 | #Constraints:      84937
551.29/552.86	c #Conflicts:    1307000 | #Constraints:      85937
551.29/552.86	c #Conflicts:    1308000 | #Constraints:      86937
551.29/552.86	c #Conflicts:    1309000 | #Constraints:      87937
551.29/552.86	c #Conflicts:    1310000 | #Constraints:      88937
551.29/552.86	c #Conflicts:    1311000 | #Constraints:      89938
551.29/552.86	c #Conflicts:    1312000 | #Constraints:      90938
551.29/552.86	c #Conflicts:    1313000 | #Constraints:      91938
551.29/552.86	c #Conflicts:    1314000 | #Constraints:      92938
551.29/552.86	c #Conflicts:    1315000 | #Constraints:      93938
551.29/552.86	c #Conflicts:    1316000 | #Constraints:      94942
551.29/552.86	c #Conflicts:    1317000 | #Constraints:      95942
551.29/552.86	c #Conflicts:    1318000 | #Constraints:      96942
551.29/552.86	c #Conflicts:    1319000 | #Constraints:      97942
551.29/552.86	c #Conflicts:    1320000 | #Constraints:      98942
551.29/552.86	c #Conflicts:    1321000 | #Constraints:      99942
551.29/552.86	c #Conflicts:    1322000 | #Constraints:     100942
551.29/552.86	c #Conflicts:    1323000 | #Constraints:     101942
551.29/552.86	c #Conflicts:    1324000 | #Constraints:     102942
551.29/552.86	c #Conflicts:    1325000 | #Constraints:     103942
551.29/552.86	c INPROCESSING
551.29/552.86	c GARBAGE COLLECT
551.29/552.86	c #Conflicts:    1326000 | #Constraints:      81808
551.29/552.86	c #Conflicts:    1327000 | #Constraints:      82808
551.29/552.86	c #Conflicts:    1328000 | #Constraints:      83860
551.29/552.86	c #Conflicts:    1329000 | #Constraints:      85304
551.29/552.86	c #Conflicts:    1330000 | #Constraints:      86773
551.29/552.86	c #Conflicts:    1331000 | #Constraints:      88267
551.29/552.86	c #Conflicts:    1332000 | #Constraints:      89725
551.29/552.86	c #Conflicts:    1333000 | #Constraints:      91198
551.29/552.86	c #Conflicts:    1334000 | #Constraints:      92458
551.29/552.86	c #Conflicts:    1335000 | #Constraints:      93640
551.29/552.86	c #Conflicts:    1336000 | #Constraints:      95101
551.29/552.86	c #Conflicts:    1337000 | #Constraints:      96561
551.29/552.86	c #Conflicts:    1338000 | #Constraints:      98040
551.29/552.86	c #Conflicts:    1339000 | #Constraints:      99513
551.29/552.86	c #Conflicts:    1340000 | #Constraints:     100985
551.29/552.86	c #Conflicts:    1341000 | #Constraints:     102445
551.29/552.86	c #Conflicts:    1342000 | #Constraints:     103937
551.29/552.86	c #Conflicts:    1343000 | #Constraints:     105397
551.29/552.86	c #Conflicts:    1344000 | #Constraints:     106846
551.29/552.86	c #Conflicts:    1345000 | #Constraints:     108311
551.29/552.86	c #Conflicts:    1346000 | #Constraints:     109789
551.29/552.86	c #Conflicts:    1347000 | #Constraints:     111246
551.29/552.86	c #Conflicts:    1348000 | #Constraints:     112709
551.29/552.86	c INPROCESSING
551.29/552.86	c GARBAGE COLLECT
551.29/552.86	c #Conflicts:    1349000 | #Constraints:      86143
551.29/552.86	c #Conflicts:    1350000 | #Constraints:      87143
551.29/552.86	c #Conflicts:    1351000 | #Constraints:      88143
551.29/552.86	c #Conflicts:    1352000 | #Constraints:      89143
551.29/552.86	c #Conflicts:    1353000 | #Constraints:      90143
551.29/552.86	c #Conflicts:    1354000 | #Constraints:      91143
551.29/552.86	c #Conflicts:    1355000 | #Constraints:      92143
551.29/552.86	c #Conflicts:    1356000 | #Constraints:      93143
551.29/552.86	c #Conflicts:    1357000 | #Constraints:      94143
551.29/552.86	c #Conflicts:    1358000 | #Constraints:      95143
551.29/552.86	c #Conflicts:    1359000 | #Constraints:      96143
551.29/552.86	c #Conflicts:    1360000 | #Constraints:      97143
551.29/552.86	c #Conflicts:    1361000 | #Constraints:      98143
551.29/552.86	c #Conflicts:    1362000 | #Constraints:      99143
551.29/552.86	c #Conflicts:    1363000 | #Constraints:     100143
551.29/552.86	c #Conflicts:    1364000 | #Constraints:     101143
551.29/552.86	c #Conflicts:    1365000 | #Constraints:     102143
551.29/552.86	c #Conflicts:    1366000 | #Constraints:     103143
551.29/552.86	c #Conflicts:    1367000 | #Constraints:     104143
551.29/552.86	c #Conflicts:    1368000 | #Constraints:     105143
551.29/552.86	c #Conflicts:    1369000 | #Constraints:     106143
551.29/552.86	c #Conflicts:    1370000 | #Constraints:     107143
551.29/552.86	c #Conflicts:    1371000 | #Constraints:     108143
551.29/552.86	c INPROCESSING
551.29/552.86	c GARBAGE COLLECT
551.29/552.86	c #Conflicts:    1372000 | #Constraints:      83604
551.29/552.86	c #Conflicts:    1373000 | #Constraints:      84604
551.29/552.86	c #Conflicts:    1374000 | #Constraints:      85604
551.29/552.86	c #Conflicts:    1375000 | #Constraints:      86604
551.29/552.86	c #Conflicts:    1376000 | #Constraints:      87604
551.29/552.86	c #Conflicts:    1377000 | #Constraints:      88604
551.29/552.86	c #Conflicts:    1378000 | #Constraints:      89604
551.29/552.86	c #Conflicts:    1379000 | #Constraints:      90604
562.17/563.78	c #Conflicts:    1380000 | #Constraints:      91604
562.17/563.78	c #Conflicts:    1381000 | #Constraints:      92604
562.17/563.78	c #Conflicts:    1382000 | #Constraints:      93604
562.17/563.78	c #Conflicts:    1383000 | #Constraints:      94604
562.17/563.78	c #Conflicts:    1384000 | #Constraints:      95604
562.17/563.78	c #Conflicts:    1385000 | #Constraints:      96604
562.17/563.78	c #Conflicts:    1386000 | #Constraints:      97604
562.17/563.78	c #Conflicts:    1387000 | #Constraints:      98604
562.17/563.78	c #Conflicts:    1388000 | #Constraints:      99604
562.17/563.78	c #Conflicts:    1389000 | #Constraints:     100604
562.17/563.78	c #Conflicts:    1390000 | #Constraints:     101604
562.17/563.78	c #Conflicts:    1391000 | #Constraints:     102604
562.17/563.78	c #Conflicts:    1392000 | #Constraints:     103604
562.17/563.78	c #Conflicts:    1393000 | #Constraints:     104604
562.17/563.78	c #Conflicts:    1394000 | #Constraints:     105604
562.17/563.78	c #Conflicts:    1395000 | #Constraints:     106604
562.17/563.78	c INPROCESSING
562.17/563.78	c GARBAGE COLLECT
562.17/563.78	c #Conflicts:    1396000 | #Constraints:      83042
562.17/563.78	c #Conflicts:    1397000 | #Constraints:      84042
562.17/563.78	c #Conflicts:    1398000 | #Constraints:      85042
562.17/563.78	c #Conflicts:    1399000 | #Constraints:      86042
562.17/563.78	c #Conflicts:    1400000 | #Constraints:      87042
562.17/563.78	c #Conflicts:    1401000 | #Constraints:      88042
562.17/563.78	c #Conflicts:    1402000 | #Constraints:      89042
562.17/563.78	c #Conflicts:    1403000 | #Constraints:      90042
562.17/563.78	c #Conflicts:    1404000 | #Constraints:      91042
562.17/563.78	c #Conflicts:    1405000 | #Constraints:      92042
562.17/563.78	c #Conflicts:    1406000 | #Constraints:      93042
562.17/563.78	c #Conflicts:    1407000 | #Constraints:      94042
562.17/563.78	c #Conflicts:    1408000 | #Constraints:      95042
562.17/563.78	c #Conflicts:    1409000 | #Constraints:      96042
562.17/563.78	c #Conflicts:    1410000 | #Constraints:      97042
562.17/563.78	c #Conflicts:    1411000 | #Constraints:      98042
562.17/563.78	c #Conflicts:    1412000 | #Constraints:      99042
562.17/563.78	c #Conflicts:    1413000 | #Constraints:     100042
562.17/563.78	c #Conflicts:    1414000 | #Constraints:     101042
562.17/563.78	c #Conflicts:    1415000 | #Constraints:     102042
562.17/563.78	c #Conflicts:    1416000 | #Constraints:     103042
562.17/563.78	c #Conflicts:    1417000 | #Constraints:     104042
562.17/563.78	c #Conflicts:    1418000 | #Constraints:     105042
562.17/563.78	c #Conflicts:    1419000 | #Constraints:     106042
562.17/563.78	c INPROCESSING
562.17/563.78	c GARBAGE COLLECT
562.17/563.78	c rational objective 917.565
569.04/570.60	c #Conflicts:    1420000 | #Constraints:      82860
569.04/570.60	c #Conflicts:    1421000 | #Constraints:      83860
569.04/570.60	c #Conflicts:    1422000 | #Constraints:      84860
569.04/570.60	c #Conflicts:    1423000 | #Constraints:      85860
569.04/570.60	c #Conflicts:    1424000 | #Constraints:      86860
569.04/570.60	c #Conflicts:    1425000 | #Constraints:      87860
569.04/570.60	c #Conflicts:    1426000 | #Constraints:      88860
569.04/570.60	c #Conflicts:    1427000 | #Constraints:      89860
569.04/570.60	c #Conflicts:    1428000 | #Constraints:      90860
569.04/570.60	c #Conflicts:    1429000 | #Constraints:      91860
569.04/570.60	c #Conflicts:    1430000 | #Constraints:      92860
569.04/570.60	c #Conflicts:    1431000 | #Constraints:      93860
569.04/570.60	c #Conflicts:    1432000 | #Constraints:      94860
569.04/570.60	c #Conflicts:    1433000 | #Constraints:      95860
569.04/570.60	c #Conflicts:    1434000 | #Constraints:      96860
569.04/570.60	c #Conflicts:    1435000 | #Constraints:      97860
569.04/570.60	c #Conflicts:    1436000 | #Constraints:      98860
569.04/570.60	c #Conflicts:    1437000 | #Constraints:      99860
569.04/570.60	c #Conflicts:    1438000 | #Constraints:     100860
569.04/570.60	c #Conflicts:    1439000 | #Constraints:     101860
569.04/570.60	c #Conflicts:    1440000 | #Constraints:     102860
569.04/570.60	c #Conflicts:    1441000 | #Constraints:     103860
569.04/570.60	c #Conflicts:    1442000 | #Constraints:     104860
569.04/570.60	c #Conflicts:    1443000 | #Constraints:     105860
569.04/570.60	c INPROCESSING
569.04/570.60	c GARBAGE COLLECT
569.04/570.60	c rational objective 917.57
592.09/593.72	c #Conflicts:    1444000 | #Constraints:      82766
592.09/593.72	c #Conflicts:    1445000 | #Constraints:      83766
592.09/593.72	c #Conflicts:    1446000 | #Constraints:      84766
592.09/593.72	c #Conflicts:    1447000 | #Constraints:      85810
592.09/593.72	c #Conflicts:    1448000 | #Constraints:      86810
592.09/593.72	c #Conflicts:    1449000 | #Constraints:      87810
592.09/593.72	c #Conflicts:    1450000 | #Constraints:      88810
592.09/593.72	c #Conflicts:    1451000 | #Constraints:      89810
592.09/593.72	c #Conflicts:    1452000 | #Constraints:      90810
592.09/593.72	c #Conflicts:    1453000 | #Constraints:      91811
592.09/593.72	c #Conflicts:    1454000 | #Constraints:      92811
592.09/593.72	c #Conflicts:    1455000 | #Constraints:      93811
592.09/593.72	c #Conflicts:    1456000 | #Constraints:      95200
592.09/593.72	c #Conflicts:    1457000 | #Constraints:      96670
592.09/593.72	c #Conflicts:    1458000 | #Constraints:      97766
592.09/593.72	c #Conflicts:    1459000 | #Constraints:      99152
592.09/593.72	c #Conflicts:    1460000 | #Constraints:     100621
592.09/593.72	c #Conflicts:    1461000 | #Constraints:     102078
592.09/593.72	c #Conflicts:    1462000 | #Constraints:     103455
592.09/593.72	c #Conflicts:    1463000 | #Constraints:     104455
592.09/593.72	c #Conflicts:    1464000 | #Constraints:     105455
592.09/593.72	c #Conflicts:    1465000 | #Constraints:     106458
592.09/593.72	c #Conflicts:    1466000 | #Constraints:     107458
592.09/593.72	c #Conflicts:    1467000 | #Constraints:     108458
592.09/593.72	c INPROCESSING
592.09/593.72	c GARBAGE COLLECT
592.09/593.72	c rational objective 917.582
614.23/615.90	c #Conflicts:    1468000 | #Constraints:      83966
614.23/615.90	c #Conflicts:    1469000 | #Constraints:      84966
614.23/615.90	c #Conflicts:    1470000 | #Constraints:      85966
614.23/615.90	c #Conflicts:    1471000 | #Constraints:      86966
614.23/615.90	c #Conflicts:    1472000 | #Constraints:      87966
614.23/615.90	c #Conflicts:    1473000 | #Constraints:      88966
614.23/615.90	c #Conflicts:    1474000 | #Constraints:      89966
614.23/615.90	c #Conflicts:    1475000 | #Constraints:      90966
614.23/615.90	c #Conflicts:    1476000 | #Constraints:      91967
614.23/615.90	c #Conflicts:    1477000 | #Constraints:      93083
614.23/615.90	c #Conflicts:    1478000 | #Constraints:      94083
614.23/615.90	c #Conflicts:    1479000 | #Constraints:      95083
614.23/615.90	c #Conflicts:    1480000 | #Constraints:      96083
614.23/615.90	c #Conflicts:    1481000 | #Constraints:      97083
614.23/615.90	c #Conflicts:    1482000 | #Constraints:      98083
614.23/615.90	c #Conflicts:    1483000 | #Constraints:      99083
614.23/615.90	c #Conflicts:    1484000 | #Constraints:     100164
614.23/615.90	c #Conflicts:    1485000 | #Constraints:     101164
614.23/615.90	c #Conflicts:    1486000 | #Constraints:     102164
614.23/615.90	c #Conflicts:    1487000 | #Constraints:     103164
614.23/615.90	c #Conflicts:    1488000 | #Constraints:     104164
614.23/615.90	c #Conflicts:    1489000 | #Constraints:     105164
614.23/615.90	c #Conflicts:    1490000 | #Constraints:     106164
614.23/615.90	c #Conflicts:    1491000 | #Constraints:     107164
614.23/615.90	c INPROCESSING
614.23/615.90	c GARBAGE COLLECT
614.23/615.90	c #Conflicts:    1492000 | #Constraints:      83125
614.23/615.90	c #Conflicts:    1493000 | #Constraints:      84125
614.23/615.90	c #Conflicts:    1494000 | #Constraints:      85125
614.23/615.90	c #Conflicts:    1495000 | #Constraints:      86178
614.23/615.90	c #Conflicts:    1496000 | #Constraints:      87247
614.23/615.90	c #Conflicts:    1497000 | #Constraints:      88684
614.23/615.90	c #Conflicts:    1498000 | #Constraints:      89752
614.23/615.90	c #Conflicts:    1499000 | #Constraints:      90752
614.23/615.90	c #Conflicts:    1500000 | #Constraints:      91752
614.23/615.90	c #Conflicts:    1501000 | #Constraints:      92753
614.23/615.90	c #Conflicts:    1502000 | #Constraints:      93754
614.23/615.90	c #Conflicts:    1503000 | #Constraints:      94754
614.23/615.90	c #Conflicts:    1504000 | #Constraints:      95754
614.23/615.90	c #Conflicts:    1505000 | #Constraints:      96754
614.23/615.90	c #Conflicts:    1506000 | #Constraints:      97777
614.23/615.90	c #Conflicts:    1507000 | #Constraints:      98777
614.23/615.90	c #Conflicts:    1508000 | #Constraints:      99777
614.23/615.90	c #Conflicts:    1509000 | #Constraints:     100777
614.23/615.90	c #Conflicts:    1510000 | #Constraints:     101994
614.23/615.90	c #Conflicts:    1511000 | #Constraints:     102995
614.23/615.90	c #Conflicts:    1512000 | #Constraints:     103995
614.23/615.90	c #Conflicts:    1513000 | #Constraints:     104995
614.23/615.90	c #Conflicts:    1514000 | #Constraints:     105995
614.23/615.90	c #Conflicts:    1515000 | #Constraints:     106995
614.23/615.90	c #Conflicts:    1516000 | #Constraints:     107996
614.23/615.90	c INPROCESSING
614.23/615.90	c GARBAGE COLLECT
614.23/615.90	c rational objective 918.898
635.08/636.88	c #Conflicts:    1517000 | #Constraints:      83733
635.08/636.88	c #Conflicts:    1518000 | #Constraints:      84733
635.08/636.88	c #Conflicts:    1519000 | #Constraints:      85733
635.08/636.88	c #Conflicts:    1520000 | #Constraints:      86733
635.08/636.88	c #Conflicts:    1521000 | #Constraints:      87733
635.08/636.88	c #Conflicts:    1522000 | #Constraints:      88733
635.08/636.88	c #Conflicts:    1523000 | #Constraints:      89733
635.08/636.88	c #Conflicts:    1524000 | #Constraints:      90733
635.08/636.88	c #Conflicts:    1525000 | #Constraints:      91733
635.08/636.88	c #Conflicts:    1526000 | #Constraints:      92733
635.08/636.88	c #Conflicts:    1527000 | #Constraints:      93733
635.08/636.88	c #Conflicts:    1528000 | #Constraints:      94733
635.08/636.88	c #Conflicts:    1529000 | #Constraints:      95733
635.08/636.88	c #Conflicts:    1530000 | #Constraints:      96733
635.08/636.88	c #Conflicts:    1531000 | #Constraints:      97733
635.08/636.88	c #Conflicts:    1532000 | #Constraints:      98733
635.08/636.88	c #Conflicts:    1533000 | #Constraints:      99733
635.08/636.88	c #Conflicts:    1534000 | #Constraints:     100733
635.08/636.88	c #Conflicts:    1535000 | #Constraints:     101733
635.08/636.88	c #Conflicts:    1536000 | #Constraints:     102733
635.08/636.88	c #Conflicts:    1537000 | #Constraints:     103733
635.08/636.88	c #Conflicts:    1538000 | #Constraints:     104733
635.08/636.88	c #Conflicts:    1539000 | #Constraints:     105733
635.08/636.88	c #Conflicts:    1540000 | #Constraints:     106733
635.08/636.88	c #Conflicts:    1541000 | #Constraints:     107733
635.08/636.88	c INPROCESSING
635.08/636.88	c GARBAGE COLLECT
635.08/636.88	c #Conflicts:    1542000 | #Constraints:      83698
635.08/636.88	c #Conflicts:    1543000 | #Constraints:      84698
635.08/636.88	c #Conflicts:    1544000 | #Constraints:      85698
635.08/636.88	c #Conflicts:    1545000 | #Constraints:      86698
635.08/636.88	c #Conflicts:    1546000 | #Constraints:      87698
635.08/636.88	c #Conflicts:    1547000 | #Constraints:      88698
635.08/636.88	c #Conflicts:    1548000 | #Constraints:      89698
635.08/636.88	c #Conflicts:    1549000 | #Constraints:      90698
635.08/636.88	c #Conflicts:    1550000 | #Constraints:      91698
635.08/636.88	c #Conflicts:    1551000 | #Constraints:      92698
635.08/636.88	c #Conflicts:    1552000 | #Constraints:      93698
635.08/636.88	c #Conflicts:    1553000 | #Constraints:      94698
635.08/636.88	c #Conflicts:    1554000 | #Constraints:      95698
635.08/636.88	c #Conflicts:    1555000 | #Constraints:      96698
635.08/636.88	c #Conflicts:    1556000 | #Constraints:      97698
635.08/636.88	c #Conflicts:    1557000 | #Constraints:      98698
635.08/636.88	c #Conflicts:    1558000 | #Constraints:      99698
635.08/636.88	c #Conflicts:    1559000 | #Constraints:     100698
635.08/636.88	c #Conflicts:    1560000 | #Constraints:     101698
635.08/636.88	c #Conflicts:    1561000 | #Constraints:     102698
635.08/636.88	c #Conflicts:    1562000 | #Constraints:     103698
635.08/636.88	c #Conflicts:    1563000 | #Constraints:     104698
635.08/636.88	c #Conflicts:    1564000 | #Constraints:     105698
635.08/636.88	c #Conflicts:    1565000 | #Constraints:     106698
635.08/636.88	c #Conflicts:    1566000 | #Constraints:     107698
635.08/636.88	c INPROCESSING
635.08/636.88	c GARBAGE COLLECT
635.08/636.88	c #Conflicts:    1567000 | #Constraints:      83692
635.08/636.88	c #Conflicts:    1568000 | #Constraints:      84692
635.08/636.88	c #Conflicts:    1569000 | #Constraints:      85692
635.08/636.88	c #Conflicts:    1570000 | #Constraints:      86693
635.08/636.88	c #Conflicts:    1571000 | #Constraints:      87693
635.08/636.88	c #Conflicts:    1572000 | #Constraints:      88693
635.08/636.88	c #Conflicts:    1573000 | #Constraints:      89693
635.08/636.88	c #Conflicts:    1574000 | #Constraints:      90693
635.08/636.88	c #Conflicts:    1575000 | #Constraints:      91693
635.08/636.88	c #Conflicts:    1576000 | #Constraints:      92693
635.08/636.88	c #Conflicts:    1577000 | #Constraints:      93693
635.08/636.88	c #Conflicts:    1578000 | #Constraints:      94693
635.08/636.88	c #Conflicts:    1579000 | #Constraints:      95693
635.08/636.88	c #Conflicts:    1580000 | #Constraints:      96693
635.08/636.88	c #Conflicts:    1581000 | #Constraints:      97693
635.08/636.88	c #Conflicts:    1582000 | #Constraints:      98693
635.08/636.88	c #Conflicts:    1583000 | #Constraints:      99693
635.08/636.88	c #Conflicts:    1584000 | #Constraints:     100693
635.08/636.88	c #Conflicts:    1585000 | #Constraints:     101693
635.08/636.88	c #Conflicts:    1586000 | #Constraints:     102693
635.08/636.88	c #Conflicts:    1587000 | #Constraints:     103694
635.08/636.88	c #Conflicts:    1588000 | #Constraints:     104694
635.08/636.88	c #Conflicts:    1589000 | #Constraints:     105694
635.08/636.88	c #Conflicts:    1590000 | #Constraints:     106747
635.08/636.88	c #Conflicts:    1591000 | #Constraints:     107773
635.08/636.88	c INPROCESSING
635.08/636.88	c GARBAGE COLLECT
635.08/636.88	c #Conflicts:    1592000 | #Constraints:      83630
635.08/636.88	c #Conflicts:    1593000 | #Constraints:      84631
709.78/711.73	c #Conflicts:    1594000 | #Constraints:      85631
709.78/711.73	c #Conflicts:    1595000 | #Constraints:      86923
709.78/711.73	c #Conflicts:    1596000 | #Constraints:      88391
709.78/711.73	c #Conflicts:    1597000 | #Constraints:      89853
709.78/711.73	c #Conflicts:    1598000 | #Constraints:      91328
709.78/711.73	c #Conflicts:    1599000 | #Constraints:      92806
709.78/711.73	c #Conflicts:    1600000 | #Constraints:      94262
709.78/711.73	c #Conflicts:    1601000 | #Constraints:      95730
709.78/711.73	c #Conflicts:    1602000 | #Constraints:      97180
709.78/711.73	c #Conflicts:    1603000 | #Constraints:      98621
709.78/711.73	c #Conflicts:    1604000 | #Constraints:     100065
709.78/711.73	c #Conflicts:    1605000 | #Constraints:     101496
709.78/711.73	c #Conflicts:    1606000 | #Constraints:     102971
709.78/711.73	c #Conflicts:    1607000 | #Constraints:     104447
709.78/711.73	c #Conflicts:    1608000 | #Constraints:     105878
709.78/711.73	c #Conflicts:    1609000 | #Constraints:     107327
709.78/711.73	c #Conflicts:    1610000 | #Constraints:     108794
709.78/711.73	c #Conflicts:    1611000 | #Constraints:     110229
709.78/711.73	c #Conflicts:    1612000 | #Constraints:     111686
709.78/711.73	c #Conflicts:    1613000 | #Constraints:     113144
709.78/711.73	c #Conflicts:    1614000 | #Constraints:     114612
709.78/711.73	c #Conflicts:    1615000 | #Constraints:     116075
709.78/711.73	c #Conflicts:    1616000 | #Constraints:     117555
709.78/711.73	c INPROCESSING
709.78/711.73	c GARBAGE COLLECT
709.78/711.73	c #Conflicts:    1617000 | #Constraints:      88455
709.78/711.73	c #Conflicts:    1618000 | #Constraints:      89455
709.78/711.73	c #Conflicts:    1619000 | #Constraints:      90455
709.78/711.73	c #Conflicts:    1620000 | #Constraints:      91455
709.78/711.73	c #Conflicts:    1621000 | #Constraints:      92455
709.78/711.73	c #Conflicts:    1622000 | #Constraints:      93455
709.78/711.73	c #Conflicts:    1623000 | #Constraints:      94455
709.78/711.73	c #Conflicts:    1624000 | #Constraints:      95455
709.78/711.73	c #Conflicts:    1625000 | #Constraints:      96455
709.78/711.73	c #Conflicts:    1626000 | #Constraints:      97455
709.78/711.73	c #Conflicts:    1627000 | #Constraints:      98455
709.78/711.73	c #Conflicts:    1628000 | #Constraints:      99455
709.78/711.73	c #Conflicts:    1629000 | #Constraints:     100455
709.78/711.73	c #Conflicts:    1630000 | #Constraints:     101455
709.78/711.73	c #Conflicts:    1631000 | #Constraints:     102455
709.78/711.73	c #Conflicts:    1632000 | #Constraints:     103455
709.78/711.73	c #Conflicts:    1633000 | #Constraints:     104455
709.78/711.73	c #Conflicts:    1634000 | #Constraints:     105455
709.78/711.73	c #Conflicts:    1635000 | #Constraints:     106455
709.78/711.73	c #Conflicts:    1636000 | #Constraints:     107455
709.78/711.73	c #Conflicts:    1637000 | #Constraints:     108455
709.78/711.73	c #Conflicts:    1638000 | #Constraints:     109455
709.78/711.73	c #Conflicts:    1639000 | #Constraints:     110455
709.78/711.73	c #Conflicts:    1640000 | #Constraints:     111455
709.78/711.73	c #Conflicts:    1641000 | #Constraints:     112455
709.78/711.73	c #Conflicts:    1642000 | #Constraints:     113455
709.78/711.73	c INPROCESSING
709.78/711.73	c GARBAGE COLLECT
709.78/711.73	c #Conflicts:    1643000 | #Constraints:      86466
709.78/711.73	c #Conflicts:    1644000 | #Constraints:      87466
709.78/711.73	c #Conflicts:    1645000 | #Constraints:      88466
709.78/711.73	c #Conflicts:    1646000 | #Constraints:      89466
709.78/711.73	c #Conflicts:    1647000 | #Constraints:      90466
709.78/711.73	c #Conflicts:    1648000 | #Constraints:      91466
709.78/711.73	c #Conflicts:    1649000 | #Constraints:      92466
709.78/711.73	c #Conflicts:    1650000 | #Constraints:      93466
709.78/711.73	c #Conflicts:    1651000 | #Constraints:      94466
709.78/711.73	c #Conflicts:    1652000 | #Constraints:      95466
709.78/711.73	c #Conflicts:    1653000 | #Constraints:      96466
709.78/711.73	c #Conflicts:    1654000 | #Constraints:      97466
709.78/711.73	c #Conflicts:    1655000 | #Constraints:      98466
709.78/711.73	c #Conflicts:    1656000 | #Constraints:      99466
709.78/711.73	c #Conflicts:    1657000 | #Constraints:     100466
709.78/711.73	c #Conflicts:    1658000 | #Constraints:     101466
709.78/711.73	c #Conflicts:    1659000 | #Constraints:     102466
709.78/711.73	c #Conflicts:    1660000 | #Constraints:     103466
709.78/711.73	c #Conflicts:    1661000 | #Constraints:     104466
709.78/711.73	c #Conflicts:    1662000 | #Constraints:     105466
709.78/711.73	c #Conflicts:    1663000 | #Constraints:     106466
709.78/711.73	c #Conflicts:    1664000 | #Constraints:     107466
709.78/711.73	c #Conflicts:    1665000 | #Constraints:     108466
709.78/711.73	c #Conflicts:    1666000 | #Constraints:     109466
709.78/711.73	c #Conflicts:    1667000 | #Constraints:     110466
709.78/711.73	c #Conflicts:    1668000 | #Constraints:     111466
709.78/711.73	c INPROCESSING
709.78/711.73	c GARBAGE COLLECT
709.78/711.73	c #Conflicts:    1669000 | #Constraints:      85570
709.78/711.73	c #Conflicts:    1670000 | #Constraints:      86570
733.91/735.99	c #Conflicts:    1671000 | #Constraints:      87570
733.91/735.99	c #Conflicts:    1672000 | #Constraints:      88570
733.91/735.99	c #Conflicts:    1673000 | #Constraints:      89570
733.91/735.99	c #Conflicts:    1674000 | #Constraints:      90570
733.91/735.99	c #Conflicts:    1675000 | #Constraints:      91570
733.91/735.99	c #Conflicts:    1676000 | #Constraints:      92570
733.91/735.99	c #Conflicts:    1677000 | #Constraints:      93570
733.91/735.99	c #Conflicts:    1678000 | #Constraints:      94570
733.91/735.99	c #Conflicts:    1679000 | #Constraints:      95570
733.91/735.99	c #Conflicts:    1680000 | #Constraints:      96570
733.91/735.99	c #Conflicts:    1681000 | #Constraints:      97570
733.91/735.99	c #Conflicts:    1682000 | #Constraints:      98570
733.91/735.99	c #Conflicts:    1683000 | #Constraints:      99570
733.91/735.99	c #Conflicts:    1684000 | #Constraints:     100570
733.91/735.99	c #Conflicts:    1685000 | #Constraints:     101570
733.91/735.99	c #Conflicts:    1686000 | #Constraints:     102570
733.91/735.99	c #Conflicts:    1687000 | #Constraints:     103570
733.91/735.99	c #Conflicts:    1688000 | #Constraints:     104570
733.91/735.99	c #Conflicts:    1689000 | #Constraints:     105570
733.91/735.99	c #Conflicts:    1690000 | #Constraints:     106570
733.91/735.99	c #Conflicts:    1691000 | #Constraints:     107570
733.91/735.99	c #Conflicts:    1692000 | #Constraints:     108570
733.91/735.99	c #Conflicts:    1693000 | #Constraints:     109570
733.91/735.99	c #Conflicts:    1694000 | #Constraints:     110570
733.91/735.99	c INPROCESSING
733.91/735.99	c GARBAGE COLLECT
733.91/735.99	c #Conflicts:    1695000 | #Constraints:      85119
733.91/735.99	c #Conflicts:    1696000 | #Constraints:      86119
733.91/735.99	c #Conflicts:    1697000 | #Constraints:      87119
733.91/735.99	c #Conflicts:    1698000 | #Constraints:      88119
733.91/735.99	c #Conflicts:    1699000 | #Constraints:      89119
733.91/735.99	c #Conflicts:    1700000 | #Constraints:      90119
733.91/735.99	c #Conflicts:    1701000 | #Constraints:      91119
733.91/735.99	c #Conflicts:    1702000 | #Constraints:      92119
733.91/735.99	c #Conflicts:    1703000 | #Constraints:      93119
733.91/735.99	c #Conflicts:    1704000 | #Constraints:      94119
733.91/735.99	c #Conflicts:    1705000 | #Constraints:      95119
733.91/735.99	c #Conflicts:    1706000 | #Constraints:      96119
733.91/735.99	c #Conflicts:    1707000 | #Constraints:      97119
733.91/735.99	c #Conflicts:    1708000 | #Constraints:      98119
733.91/735.99	c #Conflicts:    1709000 | #Constraints:      99119
733.91/735.99	c #Conflicts:    1710000 | #Constraints:     100119
733.91/735.99	c #Conflicts:    1711000 | #Constraints:     101119
733.91/735.99	c #Conflicts:    1712000 | #Constraints:     102119
733.91/735.99	c #Conflicts:    1713000 | #Constraints:     103119
733.91/735.99	c #Conflicts:    1714000 | #Constraints:     104119
733.91/735.99	c #Conflicts:    1715000 | #Constraints:     105119
733.91/735.99	c #Conflicts:    1716000 | #Constraints:     106119
733.91/735.99	c #Conflicts:    1717000 | #Constraints:     107119
733.91/735.99	c #Conflicts:    1718000 | #Constraints:     108119
733.91/735.99	c #Conflicts:    1719000 | #Constraints:     109119
733.91/735.99	c #Conflicts:    1720000 | #Constraints:     110119
733.91/735.99	c INPROCESSING
733.91/735.99	c GARBAGE COLLECT
733.91/735.99	c #Conflicts:    1721000 | #Constraints:      84799
733.91/735.99	c #Conflicts:    1722000 | #Constraints:      85799
733.91/735.99	c #Conflicts:    1723000 | #Constraints:      86799
733.91/735.99	c #Conflicts:    1724000 | #Constraints:      87799
733.91/735.99	c #Conflicts:    1725000 | #Constraints:      88799
733.91/735.99	c #Conflicts:    1726000 | #Constraints:      89799
733.91/735.99	c #Conflicts:    1727000 | #Constraints:      90799
733.91/735.99	c #Conflicts:    1728000 | #Constraints:      91799
733.91/735.99	c #Conflicts:    1729000 | #Constraints:      92799
733.91/735.99	c #Conflicts:    1730000 | #Constraints:      93799
733.91/735.99	c #Conflicts:    1731000 | #Constraints:      94799
733.91/735.99	c #Conflicts:    1732000 | #Constraints:      95799
733.91/735.99	c #Conflicts:    1733000 | #Constraints:      96799
733.91/735.99	c #Conflicts:    1734000 | #Constraints:      97799
733.91/735.99	c #Conflicts:    1735000 | #Constraints:      98799
733.91/735.99	c #Conflicts:    1736000 | #Constraints:      99799
733.91/735.99	c #Conflicts:    1737000 | #Constraints:     100799
733.91/735.99	c #Conflicts:    1738000 | #Constraints:     101799
733.91/735.99	c #Conflicts:    1739000 | #Constraints:     102800
733.91/735.99	c #Conflicts:    1740000 | #Constraints:     103800
733.91/735.99	c #Conflicts:    1741000 | #Constraints:     104800
733.91/735.99	c #Conflicts:    1742000 | #Constraints:     105800
733.91/735.99	c #Conflicts:    1743000 | #Constraints:     106800
733.91/735.99	c #Conflicts:    1744000 | #Constraints:     107800
733.91/735.99	c #Conflicts:    1745000 | #Constraints:     108800
733.91/735.99	c #Conflicts:    1746000 | #Constraints:     109800
733.91/735.99	c INPROCESSING
733.91/735.99	c GARBAGE COLLECT
733.91/735.99	c rational objective 919.179
768.23/770.37	c #Conflicts:    1747000 | #Constraints:      84435
768.23/770.37	c #Conflicts:    1748000 | #Constraints:      85436
768.23/770.37	c #Conflicts:    1749000 | #Constraints:      86436
768.23/770.37	c #Conflicts:    1750000 | #Constraints:      87436
768.23/770.37	c #Conflicts:    1751000 | #Constraints:      88436
768.23/770.37	c #Conflicts:    1752000 | #Constraints:      89436
768.23/770.37	c #Conflicts:    1753000 | #Constraints:      90436
768.23/770.37	c #Conflicts:    1754000 | #Constraints:      91436
768.23/770.37	c #Conflicts:    1755000 | #Constraints:      92436
768.23/770.37	c #Conflicts:    1756000 | #Constraints:      93436
768.23/770.37	c #Conflicts:    1757000 | #Constraints:      94436
768.23/770.37	c #Conflicts:    1758000 | #Constraints:      95436
768.23/770.37	c #Conflicts:    1759000 | #Constraints:      96436
768.23/770.37	c #Conflicts:    1760000 | #Constraints:      97436
768.23/770.37	c #Conflicts:    1761000 | #Constraints:      98436
768.23/770.37	c #Conflicts:    1762000 | #Constraints:      99436
768.23/770.37	c #Conflicts:    1763000 | #Constraints:     100436
768.23/770.37	c #Conflicts:    1764000 | #Constraints:     101439
768.23/770.37	c #Conflicts:    1765000 | #Constraints:     102441
768.23/770.37	c #Conflicts:    1766000 | #Constraints:     103441
768.23/770.37	c #Conflicts:    1767000 | #Constraints:     104441
768.23/770.37	c #Conflicts:    1768000 | #Constraints:     105443
768.23/770.37	c #Conflicts:    1769000 | #Constraints:     106444
768.23/770.37	c #Conflicts:    1770000 | #Constraints:     107444
768.23/770.37	c #Conflicts:    1771000 | #Constraints:     108849
768.23/770.37	c #Conflicts:    1772000 | #Constraints:     109850
768.23/770.37	c #Conflicts:    1773000 | #Constraints:     110882
768.23/770.37	c INPROCESSING
768.23/770.37	c GARBAGE COLLECT
768.23/770.37	c #Conflicts:    1774000 | #Constraints:      85282
768.23/770.37	c #Conflicts:    1775000 | #Constraints:      86441
768.23/770.37	c #Conflicts:    1776000 | #Constraints:      87444
768.23/770.37	c #Conflicts:    1777000 | #Constraints:      88444
768.23/770.37	c #Conflicts:    1778000 | #Constraints:      89445
768.23/770.37	c #Conflicts:    1779000 | #Constraints:      90447
768.23/770.37	c #Conflicts:    1780000 | #Constraints:      91448
768.23/770.37	c #Conflicts:    1781000 | #Constraints:      92448
768.23/770.37	c #Conflicts:    1782000 | #Constraints:      93654
768.23/770.37	c #Conflicts:    1783000 | #Constraints:      94823
768.23/770.37	c #Conflicts:    1784000 | #Constraints:      95823
768.23/770.37	c #Conflicts:    1785000 | #Constraints:      96830
768.23/770.37	c #Conflicts:    1786000 | #Constraints:      97831
768.23/770.37	c #Conflicts:    1787000 | #Constraints:      98831
768.23/770.37	c #Conflicts:    1788000 | #Constraints:     100066
768.23/770.37	c #Conflicts:    1789000 | #Constraints:     101534
768.23/770.37	c #Conflicts:    1790000 | #Constraints:     102572
768.23/770.37	c #Conflicts:    1791000 | #Constraints:     103573
768.23/770.37	c #Conflicts:    1792000 | #Constraints:     104581
768.23/770.37	c #Conflicts:    1793000 | #Constraints:     105582
768.23/770.37	c #Conflicts:    1794000 | #Constraints:     106663
768.23/770.37	c #Conflicts:    1795000 | #Constraints:     107671
768.23/770.37	c #Conflicts:    1796000 | #Constraints:     108671
768.23/770.37	c #Conflicts:    1797000 | #Constraints:     109671
768.23/770.37	c #Conflicts:    1798000 | #Constraints:     110828
768.23/770.37	c #Conflicts:    1799000 | #Constraints:     111842
768.23/770.37	c #Conflicts:    1800000 | #Constraints:     112843
768.23/770.37	c INPROCESSING
768.23/770.37	c GARBAGE COLLECT
768.23/770.37	c #Conflicts:    1801000 | #Constraints:      86259
768.23/770.37	c #Conflicts:    1802000 | #Constraints:      87260
768.23/770.37	c #Conflicts:    1803000 | #Constraints:      88272
768.23/770.37	c #Conflicts:    1804000 | #Constraints:      89272
768.23/770.37	c #Conflicts:    1805000 | #Constraints:      90272
768.23/770.37	c #Conflicts:    1806000 | #Constraints:      91272
768.23/770.37	c #Conflicts:    1807000 | #Constraints:      92277
768.23/770.37	c #Conflicts:    1808000 | #Constraints:      93286
768.23/770.37	c #Conflicts:    1809000 | #Constraints:      94298
768.23/770.37	c #Conflicts:    1810000 | #Constraints:      95298
768.23/770.37	c #Conflicts:    1811000 | #Constraints:      96299
768.23/770.37	c #Conflicts:    1812000 | #Constraints:      97300
768.23/770.37	c #Conflicts:    1813000 | #Constraints:      98301
768.23/770.37	c #Conflicts:    1814000 | #Constraints:      99301
768.23/770.37	c #Conflicts:    1815000 | #Constraints:     100301
768.23/770.37	c #Conflicts:    1816000 | #Constraints:     101322
768.23/770.37	c #Conflicts:    1817000 | #Constraints:     102324
768.23/770.37	c #Conflicts:    1818000 | #Constraints:     103347
768.23/770.37	c #Conflicts:    1819000 | #Constraints:     104347
768.23/770.37	c #Conflicts:    1820000 | #Constraints:     105347
768.23/770.37	c #Conflicts:    1821000 | #Constraints:     106347
768.23/770.37	c #Conflicts:    1822000 | #Constraints:     107351
768.23/770.37	c #Conflicts:    1823000 | #Constraints:     108433
768.23/770.37	c #Conflicts:    1824000 | #Constraints:     109433
838.64/840.94	c #Conflicts:    1825000 | #Constraints:     110433
838.64/840.94	c #Conflicts:    1826000 | #Constraints:     111433
838.64/840.94	c #Conflicts:    1827000 | #Constraints:     112433
838.64/840.94	c INPROCESSING
838.64/840.94	c GARBAGE COLLECT
838.64/840.94	c #Conflicts:    1828000 | #Constraints:      86081
838.64/840.94	c #Conflicts:    1829000 | #Constraints:      87081
838.64/840.94	c #Conflicts:    1830000 | #Constraints:      88081
838.64/840.94	c #Conflicts:    1831000 | #Constraints:      89082
838.64/840.94	c #Conflicts:    1832000 | #Constraints:      90082
838.64/840.94	c #Conflicts:    1833000 | #Constraints:      91083
838.64/840.94	c #Conflicts:    1834000 | #Constraints:      92103
838.64/840.94	c #Conflicts:    1835000 | #Constraints:      93104
838.64/840.94	c #Conflicts:    1836000 | #Constraints:      94104
838.64/840.94	c #Conflicts:    1837000 | #Constraints:      95457
838.64/840.94	c #Conflicts:    1838000 | #Constraints:      96913
838.64/840.94	c #Conflicts:    1839000 | #Constraints:      98364
838.64/840.94	c #Conflicts:    1840000 | #Constraints:      99539
838.64/840.94	c #Conflicts:    1841000 | #Constraints:     100998
838.64/840.94	c #Conflicts:    1842000 | #Constraints:     102474
838.64/840.94	c #Conflicts:    1843000 | #Constraints:     103955
838.64/840.94	c #Conflicts:    1844000 | #Constraints:     105427
838.64/840.94	c #Conflicts:    1845000 | #Constraints:     106888
838.64/840.94	c #Conflicts:    1846000 | #Constraints:     108350
838.64/840.94	c #Conflicts:    1847000 | #Constraints:     109583
838.64/840.94	c #Conflicts:    1848000 | #Constraints:     110583
838.64/840.94	c #Conflicts:    1849000 | #Constraints:     111592
838.64/840.94	c #Conflicts:    1850000 | #Constraints:     113038
838.64/840.94	c #Conflicts:    1851000 | #Constraints:     114495
838.64/840.94	c #Conflicts:    1852000 | #Constraints:     115940
838.64/840.94	c #Conflicts:    1853000 | #Constraints:     117037
838.64/840.94	c #Conflicts:    1854000 | #Constraints:     118047
838.64/840.94	c INPROCESSING
838.64/840.94	c GARBAGE COLLECT
838.64/840.94	c #Conflicts:    1855000 | #Constraints:      88763
838.64/840.94	c #Conflicts:    1856000 | #Constraints:      89763
838.64/840.94	c #Conflicts:    1857000 | #Constraints:      90763
838.64/840.94	c #Conflicts:    1858000 | #Constraints:      91763
838.64/840.94	c #Conflicts:    1859000 | #Constraints:      92763
838.64/840.94	c #Conflicts:    1860000 | #Constraints:      93763
838.64/840.94	c #Conflicts:    1861000 | #Constraints:      94763
838.64/840.94	c #Conflicts:    1862000 | #Constraints:      95763
838.64/840.94	c #Conflicts:    1863000 | #Constraints:      96764
838.64/840.94	c #Conflicts:    1864000 | #Constraints:      97764
838.64/840.94	c #Conflicts:    1865000 | #Constraints:      98764
838.64/840.94	c #Conflicts:    1866000 | #Constraints:      99815
838.64/840.94	c #Conflicts:    1867000 | #Constraints:     101282
838.64/840.94	c #Conflicts:    1868000 | #Constraints:     102757
838.64/840.94	c #Conflicts:    1869000 | #Constraints:     104249
838.64/840.94	c #Conflicts:    1870000 | #Constraints:     105738
838.64/840.94	c #Conflicts:    1871000 | #Constraints:     107216
838.64/840.94	c #Conflicts:    1872000 | #Constraints:     108667
838.64/840.94	c #Conflicts:    1873000 | #Constraints:     109948
838.64/840.94	c #Conflicts:    1874000 | #Constraints:     110948
838.64/840.94	c #Conflicts:    1875000 | #Constraints:     111948
838.64/840.94	c #Conflicts:    1876000 | #Constraints:     112949
838.64/840.94	c #Conflicts:    1877000 | #Constraints:     113951
838.64/840.94	c #Conflicts:    1878000 | #Constraints:     114951
838.64/840.94	c #Conflicts:    1879000 | #Constraints:     116023
838.64/840.94	c #Conflicts:    1880000 | #Constraints:     117486
838.64/840.94	c #Conflicts:    1881000 | #Constraints:     118809
838.64/840.94	c INPROCESSING
838.64/840.94	c GARBAGE COLLECT
838.64/840.94	c #Conflicts:    1882000 | #Constraints:      88941
838.64/840.94	c #Conflicts:    1883000 | #Constraints:      89942
838.64/840.94	c #Conflicts:    1884000 | #Constraints:      90942
838.64/840.94	c #Conflicts:    1885000 | #Constraints:      91942
838.64/840.94	c #Conflicts:    1886000 | #Constraints:      92942
838.64/840.94	c #Conflicts:    1887000 | #Constraints:      93942
838.64/840.94	c #Conflicts:    1888000 | #Constraints:      94942
838.64/840.94	c #Conflicts:    1889000 | #Constraints:      95942
838.64/840.94	c #Conflicts:    1890000 | #Constraints:      96942
838.64/840.94	c #Conflicts:    1891000 | #Constraints:      97942
838.64/840.94	c #Conflicts:    1892000 | #Constraints:      98942
838.64/840.94	c #Conflicts:    1893000 | #Constraints:      99942
838.64/840.94	c #Conflicts:    1894000 | #Constraints:     100942
838.64/840.94	c #Conflicts:    1895000 | #Constraints:     101942
838.64/840.94	c #Conflicts:    1896000 | #Constraints:     102942
838.64/840.94	c #Conflicts:    1897000 | #Constraints:     103942
838.64/840.94	c #Conflicts:    1898000 | #Constraints:     104942
838.64/840.94	c #Conflicts:    1899000 | #Constraints:     105942
838.64/840.94	c #Conflicts:    1900000 | #Constraints:     106942
838.64/840.94	c #Conflicts:    1901000 | #Constraints:     107942
888.50/890.92	c #Conflicts:    1902000 | #Constraints:     108942
888.50/890.92	c #Conflicts:    1903000 | #Constraints:     109942
888.50/890.92	c #Conflicts:    1904000 | #Constraints:     110942
888.50/890.92	c #Conflicts:    1905000 | #Constraints:     111942
888.50/890.92	c #Conflicts:    1906000 | #Constraints:     112942
888.50/890.92	c #Conflicts:    1907000 | #Constraints:     113942
888.50/890.92	c #Conflicts:    1908000 | #Constraints:     114942
888.50/890.92	c #Conflicts:    1909000 | #Constraints:     115942
888.50/890.92	c INPROCESSING
888.50/890.92	c GARBAGE COLLECT
888.50/890.92	c #Conflicts:    1910000 | #Constraints:      87706
888.50/890.92	c #Conflicts:    1911000 | #Constraints:      88706
888.50/890.92	c #Conflicts:    1912000 | #Constraints:      89707
888.50/890.92	c #Conflicts:    1913000 | #Constraints:      90707
888.50/890.92	c #Conflicts:    1914000 | #Constraints:      91707
888.50/890.92	c #Conflicts:    1915000 | #Constraints:      92707
888.50/890.92	c #Conflicts:    1916000 | #Constraints:      93707
888.50/890.92	c #Conflicts:    1917000 | #Constraints:      94707
888.50/890.92	c #Conflicts:    1918000 | #Constraints:      95707
888.50/890.92	c #Conflicts:    1919000 | #Constraints:      96707
888.50/890.92	c #Conflicts:    1920000 | #Constraints:      97707
888.50/890.92	c #Conflicts:    1921000 | #Constraints:      98707
888.50/890.92	c #Conflicts:    1922000 | #Constraints:      99707
888.50/890.92	c #Conflicts:    1923000 | #Constraints:     100707
888.50/890.92	c #Conflicts:    1924000 | #Constraints:     101707
888.50/890.92	c #Conflicts:    1925000 | #Constraints:     102707
888.50/890.92	c #Conflicts:    1926000 | #Constraints:     103707
888.50/890.92	c #Conflicts:    1927000 | #Constraints:     104707
888.50/890.92	c #Conflicts:    1928000 | #Constraints:     105707
888.50/890.92	c #Conflicts:    1929000 | #Constraints:     106707
888.50/890.92	c #Conflicts:    1930000 | #Constraints:     107707
888.50/890.92	c #Conflicts:    1931000 | #Constraints:     108707
888.50/890.92	c #Conflicts:    1932000 | #Constraints:     109707
888.50/890.92	c #Conflicts:    1933000 | #Constraints:     110707
888.50/890.92	c #Conflicts:    1934000 | #Constraints:     111707
888.50/890.92	c #Conflicts:    1935000 | #Constraints:     112707
888.50/890.92	c #Conflicts:    1936000 | #Constraints:     113708
888.50/890.92	c #Conflicts:    1937000 | #Constraints:     114709
888.50/890.92	c INPROCESSING
888.50/890.92	c GARBAGE COLLECT
888.50/890.92	c #Conflicts:    1938000 | #Constraints:      87199
888.50/890.92	c #Conflicts:    1939000 | #Constraints:      88201
888.50/890.92	c #Conflicts:    1940000 | #Constraints:      89267
888.50/890.92	c #Conflicts:    1941000 | #Constraints:      90267
888.50/890.92	c #Conflicts:    1942000 | #Constraints:      91277
888.50/890.92	c #Conflicts:    1943000 | #Constraints:      92280
888.50/890.92	c #Conflicts:    1944000 | #Constraints:      93280
888.50/890.92	c #Conflicts:    1945000 | #Constraints:      94281
888.50/890.92	c #Conflicts:    1946000 | #Constraints:      95281
888.50/890.92	c #Conflicts:    1947000 | #Constraints:      96281
888.50/890.92	c #Conflicts:    1948000 | #Constraints:      97317
888.50/890.92	c #Conflicts:    1949000 | #Constraints:      98328
888.50/890.92	c #Conflicts:    1950000 | #Constraints:      99328
888.50/890.92	c #Conflicts:    1951000 | #Constraints:     100329
888.50/890.92	c #Conflicts:    1952000 | #Constraints:     101329
888.50/890.92	c #Conflicts:    1953000 | #Constraints:     102419
888.50/890.92	c #Conflicts:    1954000 | #Constraints:     103884
888.50/890.92	c #Conflicts:    1955000 | #Constraints:     105334
888.50/890.92	c #Conflicts:    1956000 | #Constraints:     106615
888.50/890.92	c #Conflicts:    1957000 | #Constraints:     108080
888.50/890.92	c #Conflicts:    1958000 | #Constraints:     109554
888.50/890.92	c #Conflicts:    1959000 | #Constraints:     111021
888.50/890.92	c #Conflicts:    1960000 | #Constraints:     112488
888.50/890.92	c #Conflicts:    1961000 | #Constraints:     113966
888.50/890.92	c #Conflicts:    1962000 | #Constraints:     115431
888.50/890.92	c #Conflicts:    1963000 | #Constraints:     116885
888.50/890.92	c #Conflicts:    1964000 | #Constraints:     118347
888.50/890.92	c #Conflicts:    1965000 | #Constraints:     119815
888.50/890.92	c INPROCESSING
888.50/890.92	c GARBAGE COLLECT
888.50/890.92	c #Conflicts:    1966000 | #Constraints:      89743
888.50/890.92	c #Conflicts:    1967000 | #Constraints:      90743
888.50/890.92	c #Conflicts:    1968000 | #Constraints:      91743
888.50/890.92	c #Conflicts:    1969000 | #Constraints:      92743
888.50/890.92	c #Conflicts:    1970000 | #Constraints:      93743
888.50/890.92	c #Conflicts:    1971000 | #Constraints:      94743
888.50/890.92	c #Conflicts:    1972000 | #Constraints:      95743
888.50/890.92	c #Conflicts:    1973000 | #Constraints:      96743
888.50/890.92	c #Conflicts:    1974000 | #Constraints:      97743
888.50/890.92	c #Conflicts:    1975000 | #Constraints:      98743
888.50/890.92	c #Conflicts:    1976000 | #Constraints:      99743
888.50/890.92	c #Conflicts:    1977000 | #Constraints:     100743
888.50/890.92	c #Conflicts:    1978000 | #Constraints:     101743
900.18/902.62	c #Conflicts:    1979000 | #Constraints:     102743
900.18/902.62	c #Conflicts:    1980000 | #Constraints:     103743
900.18/902.62	c #Conflicts:    1981000 | #Constraints:     104743
900.18/902.62	c #Conflicts:    1982000 | #Constraints:     105743
900.18/902.62	c #Conflicts:    1983000 | #Constraints:     106743
900.18/902.62	c #Conflicts:    1984000 | #Constraints:     107743
900.18/902.62	c #Conflicts:    1985000 | #Constraints:     108743
900.18/902.62	c #Conflicts:    1986000 | #Constraints:     109743
900.18/902.62	c #Conflicts:    1987000 | #Constraints:     110743
900.18/902.62	c #Conflicts:    1988000 | #Constraints:     111743
900.18/902.62	c #Conflicts:    1989000 | #Constraints:     112743
900.18/902.62	c #Conflicts:    1990000 | #Constraints:     113743
900.18/902.62	c #Conflicts:    1991000 | #Constraints:     114743
900.18/902.62	c #Conflicts:    1992000 | #Constraints:     115743
900.18/902.62	c #Conflicts:    1993000 | #Constraints:     116743
900.18/902.62	c INPROCESSING
900.18/902.62	c GARBAGE COLLECT
900.18/902.62	c #Conflicts:    1994000 | #Constraints:      88109
900.18/902.62	c #Conflicts:    1995000 | #Constraints:      89109
900.18/902.62	c #Conflicts:    1996000 | #Constraints:      90109
900.18/902.62	c #Conflicts:    1997000 | #Constraints:      91109
900.18/902.62	c #Conflicts:    1998000 | #Constraints:      92109
900.18/902.62	c #Conflicts:    1999000 | #Constraints:      93109
900.18/902.62	c #Conflicts:    2000000 | #Constraints:      94109
900.18/902.62	c #Conflicts:    2001000 | #Constraints:      95109
900.18/902.62	c #Conflicts:    2002000 | #Constraints:      96109
900.18/902.62	c #Conflicts:    2003000 | #Constraints:      97109
900.18/902.62	c #Conflicts:    2004000 | #Constraints:      98109
900.18/902.62	c #Conflicts:    2005000 | #Constraints:      99109
900.18/902.62	c #Conflicts:    2006000 | #Constraints:     100109
900.18/902.62	c #Conflicts:    2007000 | #Constraints:     101109
900.18/902.62	c #Conflicts:    2008000 | #Constraints:     102109
900.18/902.62	c #Conflicts:    2009000 | #Constraints:     103109
900.18/902.62	c #Conflicts:    2010000 | #Constraints:     104109
900.18/902.62	c #Conflicts:    2011000 | #Constraints:     105109
900.18/902.62	c #Conflicts:    2012000 | #Constraints:     106109
900.18/902.62	c #Conflicts:    2013000 | #Constraints:     107109
900.18/902.62	c #Conflicts:    2014000 | #Constraints:     108109
900.18/902.62	c #Conflicts:    2015000 | #Constraints:     109109
900.18/902.62	c #Conflicts:    2016000 | #Constraints:     110109
900.18/902.62	c #Conflicts:    2017000 | #Constraints:     111109
900.18/902.62	c #Conflicts:    2018000 | #Constraints:     112109
900.18/902.62	c #Conflicts:    2019000 | #Constraints:     113109
900.18/902.62	c #Conflicts:    2020000 | #Constraints:     114109
900.18/902.62	c #Conflicts:    2021000 | #Constraints:     115109
900.18/902.62	c INPROCESSING
900.18/902.62	c GARBAGE COLLECT
900.18/902.62	c rational objective 919.419
908.76/911.28	c #Conflicts:    2022000 | #Constraints:      87092
908.76/911.28	c #Conflicts:    2023000 | #Constraints:      88092
908.76/911.28	c #Conflicts:    2024000 | #Constraints:      89092
908.76/911.28	c #Conflicts:    2025000 | #Constraints:      90092
908.76/911.28	c #Conflicts:    2026000 | #Constraints:      91092
908.76/911.28	c #Conflicts:    2027000 | #Constraints:      92092
908.76/911.28	c #Conflicts:    2028000 | #Constraints:      93092
908.76/911.28	c #Conflicts:    2029000 | #Constraints:      94092
908.76/911.28	c #Conflicts:    2030000 | #Constraints:      95092
908.76/911.28	c #Conflicts:    2031000 | #Constraints:      96092
908.76/911.28	c #Conflicts:    2032000 | #Constraints:      97092
908.76/911.28	c #Conflicts:    2033000 | #Constraints:      98092
908.76/911.28	c #Conflicts:    2034000 | #Constraints:      99092
908.76/911.28	c #Conflicts:    2035000 | #Constraints:     100092
908.76/911.28	c #Conflicts:    2036000 | #Constraints:     101092
908.76/911.28	c #Conflicts:    2037000 | #Constraints:     102092
908.76/911.28	c #Conflicts:    2038000 | #Constraints:     103092
908.76/911.28	c #Conflicts:    2039000 | #Constraints:     104092
908.76/911.28	c #Conflicts:    2040000 | #Constraints:     105092
908.76/911.28	c #Conflicts:    2041000 | #Constraints:     106092
908.76/911.28	c #Conflicts:    2042000 | #Constraints:     107092
908.76/911.28	c #Conflicts:    2043000 | #Constraints:     108092
908.76/911.28	c #Conflicts:    2044000 | #Constraints:     109092
908.76/911.28	c #Conflicts:    2045000 | #Constraints:     110092
908.76/911.28	c #Conflicts:    2046000 | #Constraints:     111092
908.76/911.28	c #Conflicts:    2047000 | #Constraints:     112092
908.76/911.28	c #Conflicts:    2048000 | #Constraints:     113092
908.76/911.28	c #Conflicts:    2049000 | #Constraints:     114092
908.76/911.28	c #Conflicts:    2050000 | #Constraints:     115092
908.76/911.28	c INPROCESSING
908.76/911.28	c GARBAGE COLLECT
908.76/911.28	c rational objective 919.496
918.03/920.57	c #Conflicts:    2051000 | #Constraints:      87284
918.03/920.57	c #Conflicts:    2052000 | #Constraints:      88284
918.03/920.57	c #Conflicts:    2053000 | #Constraints:      89284
918.03/920.57	c #Conflicts:    2054000 | #Constraints:      90284
918.03/920.57	c #Conflicts:    2055000 | #Constraints:      91284
918.03/920.57	c #Conflicts:    2056000 | #Constraints:      92284
918.03/920.57	c #Conflicts:    2057000 | #Constraints:      93284
918.03/920.57	c #Conflicts:    2058000 | #Constraints:      94284
918.03/920.57	c #Conflicts:    2059000 | #Constraints:      95284
918.03/920.57	c #Conflicts:    2060000 | #Constraints:      96284
918.03/920.57	c #Conflicts:    2061000 | #Constraints:      97284
918.03/920.57	c #Conflicts:    2062000 | #Constraints:      98284
918.03/920.57	c #Conflicts:    2063000 | #Constraints:      99284
918.03/920.57	c #Conflicts:    2064000 | #Constraints:     100284
918.03/920.57	c #Conflicts:    2065000 | #Constraints:     101284
918.03/920.57	c #Conflicts:    2066000 | #Constraints:     102284
918.03/920.57	c #Conflicts:    2067000 | #Constraints:     103284
918.03/920.57	c #Conflicts:    2068000 | #Constraints:     104284
918.03/920.57	c #Conflicts:    2069000 | #Constraints:     105284
918.03/920.57	c #Conflicts:    2070000 | #Constraints:     106284
918.03/920.57	c #Conflicts:    2071000 | #Constraints:     107284
918.03/920.57	c #Conflicts:    2072000 | #Constraints:     108284
918.03/920.57	c #Conflicts:    2073000 | #Constraints:     109284
918.03/920.57	c #Conflicts:    2074000 | #Constraints:     110284
918.03/920.57	c #Conflicts:    2075000 | #Constraints:     111284
918.03/920.57	c #Conflicts:    2076000 | #Constraints:     112284
918.03/920.57	c #Conflicts:    2077000 | #Constraints:     113284
918.03/920.57	c #Conflicts:    2078000 | #Constraints:     114285
918.03/920.57	c #Conflicts:    2079000 | #Constraints:     115285
918.03/920.57	c INPROCESSING
918.03/920.57	c GARBAGE COLLECT
918.03/920.57	c rational objective 919.791
947.76/950.39	c #Conflicts:    2080000 | #Constraints:      87479
947.76/950.39	c #Conflicts:    2081000 | #Constraints:      88479
947.76/950.39	c #Conflicts:    2082000 | #Constraints:      89479
947.76/950.39	c #Conflicts:    2083000 | #Constraints:      90479
947.76/950.39	c #Conflicts:    2084000 | #Constraints:      91479
947.76/950.39	c #Conflicts:    2085000 | #Constraints:      92479
947.76/950.39	c #Conflicts:    2086000 | #Constraints:      93479
947.76/950.39	c #Conflicts:    2087000 | #Constraints:      94479
947.76/950.39	c #Conflicts:    2088000 | #Constraints:      95479
947.76/950.39	c #Conflicts:    2089000 | #Constraints:      96479
947.76/950.39	c #Conflicts:    2090000 | #Constraints:      97479
947.76/950.39	c #Conflicts:    2091000 | #Constraints:      98479
947.76/950.39	c #Conflicts:    2092000 | #Constraints:      99479
947.76/950.39	c #Conflicts:    2093000 | #Constraints:     100479
947.76/950.39	c #Conflicts:    2094000 | #Constraints:     101479
947.76/950.39	c #Conflicts:    2095000 | #Constraints:     102479
947.76/950.39	c #Conflicts:    2096000 | #Constraints:     103479
947.76/950.39	c #Conflicts:    2097000 | #Constraints:     104479
947.76/950.39	c #Conflicts:    2098000 | #Constraints:     105479
947.76/950.39	c #Conflicts:    2099000 | #Constraints:     106479
947.76/950.39	c #Conflicts:    2100000 | #Constraints:     107479
947.76/950.39	c #Conflicts:    2101000 | #Constraints:     108479
947.76/950.39	c #Conflicts:    2102000 | #Constraints:     109479
947.76/950.39	c #Conflicts:    2103000 | #Constraints:     110479
947.76/950.39	c #Conflicts:    2104000 | #Constraints:     111479
947.76/950.39	c #Conflicts:    2105000 | #Constraints:     112479
947.76/950.39	c #Conflicts:    2106000 | #Constraints:     113479
947.76/950.39	c #Conflicts:    2107000 | #Constraints:     114479
947.76/950.39	c #Conflicts:    2108000 | #Constraints:     115479
947.76/950.39	c INPROCESSING
947.76/950.39	c GARBAGE COLLECT
947.76/950.39	c #Conflicts:    2109000 | #Constraints:      87573
947.76/950.39	c #Conflicts:    2110000 | #Constraints:      88573
947.76/950.39	c #Conflicts:    2111000 | #Constraints:      89573
947.76/950.39	c #Conflicts:    2112000 | #Constraints:      90573
947.76/950.39	c #Conflicts:    2113000 | #Constraints:      91573
947.76/950.39	c #Conflicts:    2114000 | #Constraints:      92574
947.76/950.39	c #Conflicts:    2115000 | #Constraints:      93574
947.76/950.39	c #Conflicts:    2116000 | #Constraints:      94574
947.76/950.39	c #Conflicts:    2117000 | #Constraints:      95574
947.76/950.39	c #Conflicts:    2118000 | #Constraints:      96574
947.76/950.39	c #Conflicts:    2119000 | #Constraints:      97574
947.76/950.39	c #Conflicts:    2120000 | #Constraints:      98574
947.76/950.39	c #Conflicts:    2121000 | #Constraints:      99574
947.76/950.39	c #Conflicts:    2122000 | #Constraints:     100574
947.76/950.39	c #Conflicts:    2123000 | #Constraints:     101574
947.76/950.39	c #Conflicts:    2124000 | #Constraints:     102574
947.76/950.39	c #Conflicts:    2125000 | #Constraints:     103574
947.76/950.39	c #Conflicts:    2126000 | #Constraints:     104574
947.76/950.39	c #Conflicts:    2127000 | #Constraints:     105574
947.76/950.39	c #Conflicts:    2128000 | #Constraints:     106577
947.76/950.39	c #Conflicts:    2129000 | #Constraints:     107577
947.76/950.39	c #Conflicts:    2130000 | #Constraints:     108678
947.76/950.39	c #Conflicts:    2131000 | #Constraints:     109678
947.76/950.39	c #Conflicts:    2132000 | #Constraints:     110678
947.76/950.39	c #Conflicts:    2133000 | #Constraints:     111678
947.76/950.39	c #Conflicts:    2134000 | #Constraints:     112678
947.76/950.39	c #Conflicts:    2135000 | #Constraints:     113678
947.76/950.39	c #Conflicts:    2136000 | #Constraints:     114813
947.76/950.39	c #Conflicts:    2137000 | #Constraints:     116288
947.76/950.39	c INPROCESSING
947.76/950.39	c GARBAGE COLLECT
947.76/950.39	c #Conflicts:    2138000 | #Constraints:      87930
947.76/950.39	c #Conflicts:    2139000 | #Constraints:      88930
947.76/950.39	c #Conflicts:    2140000 | #Constraints:      89930
947.76/950.39	c #Conflicts:    2141000 | #Constraints:      90930
947.76/950.39	c #Conflicts:    2142000 | #Constraints:      91930
947.76/950.39	c #Conflicts:    2143000 | #Constraints:      92930
947.76/950.39	c #Conflicts:    2144000 | #Constraints:      93930
947.76/950.39	c #Conflicts:    2145000 | #Constraints:      94930
947.76/950.39	c #Conflicts:    2146000 | #Constraints:      95930
947.76/950.39	c #Conflicts:    2147000 | #Constraints:      96930
947.76/950.39	c #Conflicts:    2148000 | #Constraints:      97930
947.76/950.39	c #Conflicts:    2149000 | #Constraints:      98930
947.76/950.39	c #Conflicts:    2150000 | #Constraints:      99930
947.76/950.39	c #Conflicts:    2151000 | #Constraints:     100930
947.76/950.39	c #Conflicts:    2152000 | #Constraints:     101930
947.76/950.39	c #Conflicts:    2153000 | #Constraints:     102930
947.76/950.39	c #Conflicts:    2154000 | #Constraints:     103930
947.76/950.39	c #Conflicts:    2155000 | #Constraints:     104930
947.76/950.39	c #Conflicts:    2156000 | #Constraints:     105930
947.76/950.39	c #Conflicts:    2157000 | #Constraints:     106930
950.56/953.19	c #Conflicts:    2158000 | #Constraints:     107930
950.56/953.19	c #Conflicts:    2159000 | #Constraints:     108930
950.56/953.19	c #Conflicts:    2160000 | #Constraints:     109930
950.56/953.19	c #Conflicts:    2161000 | #Constraints:     110930
950.56/953.19	c #Conflicts:    2162000 | #Constraints:     111930
950.56/953.19	c #Conflicts:    2163000 | #Constraints:     112930
950.56/953.19	c #Conflicts:    2164000 | #Constraints:     113930
950.56/953.19	c #Conflicts:    2165000 | #Constraints:     114930
950.56/953.19	c #Conflicts:    2166000 | #Constraints:     115930
950.56/953.19	c INPROCESSING
950.56/953.19	c GARBAGE COLLECT
950.56/953.19	c rational objective 919.926
960.02/962.67	c #Conflicts:    2167000 | #Constraints:      87508
960.02/962.67	c #Conflicts:    2168000 | #Constraints:      88508
960.02/962.67	c #Conflicts:    2169000 | #Constraints:      89508
960.02/962.67	c #Conflicts:    2170000 | #Constraints:      90508
960.02/962.67	c #Conflicts:    2171000 | #Constraints:      91508
960.02/962.67	c #Conflicts:    2172000 | #Constraints:      92508
960.02/962.67	c #Conflicts:    2173000 | #Constraints:      93508
960.02/962.67	c #Conflicts:    2174000 | #Constraints:      94508
960.02/962.67	c #Conflicts:    2175000 | #Constraints:      95508
960.02/962.67	c #Conflicts:    2176000 | #Constraints:      96508
960.02/962.67	c #Conflicts:    2177000 | #Constraints:      97508
960.02/962.67	c #Conflicts:    2178000 | #Constraints:      98508
960.02/962.67	c #Conflicts:    2179000 | #Constraints:      99508
960.02/962.67	c #Conflicts:    2180000 | #Constraints:     100508
960.02/962.67	c #Conflicts:    2181000 | #Constraints:     101508
960.02/962.67	c #Conflicts:    2182000 | #Constraints:     102508
960.02/962.67	c #Conflicts:    2183000 | #Constraints:     103508
960.02/962.67	c #Conflicts:    2184000 | #Constraints:     104508
960.02/962.67	c #Conflicts:    2185000 | #Constraints:     105508
960.02/962.67	c #Conflicts:    2186000 | #Constraints:     106508
960.02/962.67	c #Conflicts:    2187000 | #Constraints:     107508
960.02/962.67	c #Conflicts:    2188000 | #Constraints:     108508
960.02/962.67	c #Conflicts:    2189000 | #Constraints:     109508
960.02/962.67	c #Conflicts:    2190000 | #Constraints:     110508
960.02/962.67	c #Conflicts:    2191000 | #Constraints:     111508
960.02/962.67	c #Conflicts:    2192000 | #Constraints:     112508
960.02/962.67	c #Conflicts:    2193000 | #Constraints:     113508
960.02/962.67	c #Conflicts:    2194000 | #Constraints:     114508
960.02/962.67	c #Conflicts:    2195000 | #Constraints:     115508
960.02/962.67	c #Conflicts:    2196000 | #Constraints:     116508
960.02/962.67	c INPROCESSING
960.02/962.67	c GARBAGE COLLECT
960.02/962.67	c rational objective 920.249
970.10/972.71	c #Conflicts:    2197000 | #Constraints:      87992
970.10/972.71	c #Conflicts:    2198000 | #Constraints:      88992
970.10/972.71	c #Conflicts:    2199000 | #Constraints:      89992
970.10/972.71	c #Conflicts:    2200000 | #Constraints:      90992
970.10/972.71	c #Conflicts:    2201000 | #Constraints:      91992
970.10/972.71	c #Conflicts:    2202000 | #Constraints:      92992
970.10/972.71	c #Conflicts:    2203000 | #Constraints:      93992
970.10/972.71	c #Conflicts:    2204000 | #Constraints:      94992
970.10/972.71	c #Conflicts:    2205000 | #Constraints:      95992
970.10/972.71	c #Conflicts:    2206000 | #Constraints:      96992
970.10/972.71	c #Conflicts:    2207000 | #Constraints:      97992
970.10/972.71	c #Conflicts:    2208000 | #Constraints:      98992
970.10/972.71	c #Conflicts:    2209000 | #Constraints:      99992
970.10/972.71	c #Conflicts:    2210000 | #Constraints:     100992
970.10/972.71	c #Conflicts:    2211000 | #Constraints:     101992
970.10/972.71	c #Conflicts:    2212000 | #Constraints:     102992
970.10/972.71	c #Conflicts:    2213000 | #Constraints:     103992
970.10/972.71	c #Conflicts:    2214000 | #Constraints:     104992
970.10/972.71	c #Conflicts:    2215000 | #Constraints:     105992
970.10/972.71	c #Conflicts:    2216000 | #Constraints:     106992
970.10/972.71	c #Conflicts:    2217000 | #Constraints:     107992
970.10/972.71	c #Conflicts:    2218000 | #Constraints:     108992
970.10/972.71	c #Conflicts:    2219000 | #Constraints:     109992
970.10/972.71	c #Conflicts:    2220000 | #Constraints:     110992
970.10/972.71	c #Conflicts:    2221000 | #Constraints:     111992
970.10/972.71	c #Conflicts:    2222000 | #Constraints:     112992
970.10/972.71	c #Conflicts:    2223000 | #Constraints:     113992
970.10/972.71	c #Conflicts:    2224000 | #Constraints:     114992
970.10/972.71	c #Conflicts:    2225000 | #Constraints:     115992
970.10/972.71	c #Conflicts:    2226000 | #Constraints:     116992
970.10/972.71	c INPROCESSING
970.10/972.71	c GARBAGE COLLECT
970.10/972.71	c rational objective 920.485
990.55/993.27	c #Conflicts:    2227000 | #Constraints:      88332
990.55/993.27	c #Conflicts:    2228000 | #Constraints:      89332
990.55/993.27	c #Conflicts:    2229000 | #Constraints:      90332
990.55/993.27	c #Conflicts:    2230000 | #Constraints:      91332
990.55/993.27	c #Conflicts:    2231000 | #Constraints:      92332
990.55/993.27	c #Conflicts:    2232000 | #Constraints:      93332
990.55/993.27	c #Conflicts:    2233000 | #Constraints:      94332
990.55/993.27	c #Conflicts:    2234000 | #Constraints:      95332
990.55/993.27	c #Conflicts:    2235000 | #Constraints:      96332
990.55/993.27	c #Conflicts:    2236000 | #Constraints:      97332
990.55/993.27	c #Conflicts:    2237000 | #Constraints:      98332
990.55/993.27	c #Conflicts:    2238000 | #Constraints:      99332
990.55/993.27	c #Conflicts:    2239000 | #Constraints:     100332
990.55/993.27	c #Conflicts:    2240000 | #Constraints:     101332
990.55/993.27	c #Conflicts:    2241000 | #Constraints:     102332
990.55/993.27	c #Conflicts:    2242000 | #Constraints:     103332
990.55/993.27	c #Conflicts:    2243000 | #Constraints:     104332
990.55/993.27	c #Conflicts:    2244000 | #Constraints:     105332
990.55/993.27	c #Conflicts:    2245000 | #Constraints:     106332
990.55/993.27	c #Conflicts:    2246000 | #Constraints:     107332
990.55/993.27	c #Conflicts:    2247000 | #Constraints:     108332
990.55/993.27	c #Conflicts:    2248000 | #Constraints:     109332
990.55/993.27	c #Conflicts:    2249000 | #Constraints:     110332
990.55/993.27	c #Conflicts:    2250000 | #Constraints:     111332
990.55/993.27	c #Conflicts:    2251000 | #Constraints:     112332
990.55/993.27	c #Conflicts:    2252000 | #Constraints:     113332
990.55/993.27	c #Conflicts:    2253000 | #Constraints:     114332
990.55/993.27	c #Conflicts:    2254000 | #Constraints:     115333
990.55/993.27	c #Conflicts:    2255000 | #Constraints:     116333
990.55/993.27	c #Conflicts:    2256000 | #Constraints:     117333
990.55/993.27	c INPROCESSING
990.55/993.27	c GARBAGE COLLECT
990.55/993.27	c #Conflicts:    2257000 | #Constraints:      88505
990.55/993.27	c #Conflicts:    2258000 | #Constraints:      89505
990.55/993.27	c #Conflicts:    2259000 | #Constraints:      90505
990.55/993.27	c #Conflicts:    2260000 | #Constraints:      91506
990.55/993.27	c #Conflicts:    2261000 | #Constraints:      92506
990.55/993.27	c #Conflicts:    2262000 | #Constraints:      93506
990.55/993.27	c #Conflicts:    2263000 | #Constraints:      94506
990.55/993.27	c #Conflicts:    2264000 | #Constraints:      95506
990.55/993.27	c #Conflicts:    2265000 | #Constraints:      96506
990.55/993.27	c #Conflicts:    2266000 | #Constraints:      97508
990.55/993.27	c #Conflicts:    2267000 | #Constraints:      98508
990.55/993.27	c #Conflicts:    2268000 | #Constraints:      99508
990.55/993.27	c #Conflicts:    2269000 | #Constraints:     100508
990.55/993.27	c #Conflicts:    2270000 | #Constraints:     101509
990.55/993.27	c #Conflicts:    2271000 | #Constraints:     102509
990.55/993.27	c #Conflicts:    2272000 | #Constraints:     103510
990.55/993.27	c #Conflicts:    2273000 | #Constraints:     104606
990.55/993.27	c #Conflicts:    2274000 | #Constraints:     105855
990.55/993.27	c #Conflicts:    2275000 | #Constraints:     106855
990.55/993.27	c #Conflicts:    2276000 | #Constraints:     107855
990.55/993.27	c #Conflicts:    2277000 | #Constraints:     108858
990.55/993.27	c #Conflicts:    2278000 | #Constraints:     109861
990.55/993.27	c #Conflicts:    2279000 | #Constraints:     110861
990.55/993.27	c #Conflicts:    2280000 | #Constraints:     111861
990.55/993.27	c #Conflicts:    2281000 | #Constraints:     112861
990.55/993.27	c #Conflicts:    2282000 | #Constraints:     113861
990.55/993.27	c #Conflicts:    2283000 | #Constraints:     114861
990.55/993.27	c #Conflicts:    2284000 | #Constraints:     115861
990.55/993.27	c #Conflicts:    2285000 | #Constraints:     116861
990.55/993.27	c #Conflicts:    2286000 | #Constraints:     117861
990.55/993.27	c INPROCESSING
990.55/993.27	c GARBAGE COLLECT
990.55/993.27	c rational objective 920.485
1013.90/1016.63	c #Conflicts:    2287000 | #Constraints:      88664
1013.90/1016.63	c #Conflicts:    2288000 | #Constraints:      89664
1013.90/1016.63	c #Conflicts:    2289000 | #Constraints:      90664
1013.90/1016.63	c #Conflicts:    2290000 | #Constraints:      91664
1013.90/1016.63	c #Conflicts:    2291000 | #Constraints:      92664
1013.90/1016.63	c #Conflicts:    2292000 | #Constraints:      93664
1013.90/1016.63	c #Conflicts:    2293000 | #Constraints:      94664
1013.90/1016.63	c #Conflicts:    2294000 | #Constraints:      95664
1013.90/1016.63	c #Conflicts:    2295000 | #Constraints:      96664
1013.90/1016.63	c #Conflicts:    2296000 | #Constraints:      97664
1013.90/1016.63	c #Conflicts:    2297000 | #Constraints:      98664
1013.90/1016.63	c #Conflicts:    2298000 | #Constraints:      99664
1013.90/1016.63	c #Conflicts:    2299000 | #Constraints:     100664
1013.90/1016.63	c #Conflicts:    2300000 | #Constraints:     101664
1013.90/1016.63	c #Conflicts:    2301000 | #Constraints:     102664
1013.90/1016.63	c #Conflicts:    2302000 | #Constraints:     103664
1013.90/1016.63	c #Conflicts:    2303000 | #Constraints:     104664
1013.90/1016.63	c #Conflicts:    2304000 | #Constraints:     105664
1013.90/1016.63	c #Conflicts:    2305000 | #Constraints:     106664
1013.90/1016.63	c #Conflicts:    2306000 | #Constraints:     107664
1013.90/1016.63	c #Conflicts:    2307000 | #Constraints:     108664
1013.90/1016.63	c #Conflicts:    2308000 | #Constraints:     109664
1013.90/1016.63	c #Conflicts:    2309000 | #Constraints:     110664
1013.90/1016.63	c #Conflicts:    2310000 | #Constraints:     111664
1013.90/1016.63	c #Conflicts:    2311000 | #Constraints:     112664
1013.90/1016.63	c #Conflicts:    2312000 | #Constraints:     113664
1013.90/1016.63	c #Conflicts:    2313000 | #Constraints:     114664
1013.90/1016.63	c #Conflicts:    2314000 | #Constraints:     115664
1013.90/1016.63	c #Conflicts:    2315000 | #Constraints:     116664
1013.90/1016.63	c #Conflicts:    2316000 | #Constraints:     117664
1013.90/1016.63	c INPROCESSING
1013.90/1016.63	c GARBAGE COLLECT
1013.90/1016.63	c #Conflicts:    2317000 | #Constraints:      88370
1013.90/1016.63	c #Conflicts:    2318000 | #Constraints:      89370
1013.90/1016.63	c #Conflicts:    2319000 | #Constraints:      90370
1013.90/1016.63	c #Conflicts:    2320000 | #Constraints:      91370
1013.90/1016.63	c #Conflicts:    2321000 | #Constraints:      92370
1013.90/1016.63	c #Conflicts:    2322000 | #Constraints:      93370
1013.90/1016.63	c #Conflicts:    2323000 | #Constraints:      94370
1013.90/1016.63	c #Conflicts:    2324000 | #Constraints:      95370
1013.90/1016.63	c #Conflicts:    2325000 | #Constraints:      96370
1013.90/1016.63	c #Conflicts:    2326000 | #Constraints:      97370
1013.90/1016.63	c #Conflicts:    2327000 | #Constraints:      98370
1013.90/1016.63	c #Conflicts:    2328000 | #Constraints:      99370
1013.90/1016.63	c #Conflicts:    2329000 | #Constraints:     100370
1013.90/1016.63	c #Conflicts:    2330000 | #Constraints:     101370
1013.90/1016.63	c #Conflicts:    2331000 | #Constraints:     102370
1013.90/1016.63	c #Conflicts:    2332000 | #Constraints:     103370
1013.90/1016.63	c #Conflicts:    2333000 | #Constraints:     104370
1013.90/1016.63	c #Conflicts:    2334000 | #Constraints:     105370
1013.90/1016.63	c #Conflicts:    2335000 | #Constraints:     106370
1013.90/1016.63	c #Conflicts:    2336000 | #Constraints:     107370
1013.90/1016.63	c #Conflicts:    2337000 | #Constraints:     108370
1013.90/1016.63	c #Conflicts:    2338000 | #Constraints:     109370
1013.90/1016.63	c #Conflicts:    2339000 | #Constraints:     110370
1013.90/1016.63	c #Conflicts:    2340000 | #Constraints:     111370
1013.90/1016.63	c #Conflicts:    2341000 | #Constraints:     112370
1013.90/1016.63	c #Conflicts:    2342000 | #Constraints:     113370
1013.90/1016.63	c #Conflicts:    2343000 | #Constraints:     114370
1013.90/1016.63	c #Conflicts:    2344000 | #Constraints:     115370
1013.90/1016.63	c #Conflicts:    2345000 | #Constraints:     116370
1013.90/1016.63	c #Conflicts:    2346000 | #Constraints:     117370
1013.90/1016.63	c #Conflicts:    2347000 | #Constraints:     118370
1013.90/1016.63	c INPROCESSING
1013.90/1016.63	c GARBAGE COLLECT
1013.90/1016.63	c #Conflicts:    2348000 | #Constraints:      88924
1013.90/1016.63	c #Conflicts:    2349000 | #Constraints:      89924
1013.90/1016.63	c #Conflicts:    2350000 | #Constraints:      90924
1013.90/1016.63	c #Conflicts:    2351000 | #Constraints:      91924
1013.90/1016.63	c #Conflicts:    2352000 | #Constraints:      92924
1013.90/1016.63	c #Conflicts:    2353000 | #Constraints:      93924
1013.90/1016.63	c #Conflicts:    2354000 | #Constraints:      94924
1013.90/1016.63	c #Conflicts:    2355000 | #Constraints:      95924
1013.90/1016.63	c #Conflicts:    2356000 | #Constraints:      96924
1013.90/1016.63	c #Conflicts:    2357000 | #Constraints:      97924
1013.90/1016.63	c #Conflicts:    2358000 | #Constraints:      98924
1013.90/1016.63	c #Conflicts:    2359000 | #Constraints:      99924
1013.90/1016.63	c #Conflicts:    2360000 | #Constraints:     100924
1013.90/1016.63	c #Conflicts:    2361000 | #Constraints:     101924
1013.90/1016.63	c #Conflicts:    2362000 | #Constraints:     102924
1013.90/1016.63	c #Conflicts:    2363000 | #Constraints:     103924
1013.90/1016.63	c #Conflicts:    2364000 | #Constraints:     104924
1063.86/1066.76	c #Conflicts:    2365000 | #Constraints:     105924
1063.86/1066.76	c #Conflicts:    2366000 | #Constraints:     106924
1063.86/1066.76	c #Conflicts:    2367000 | #Constraints:     107924
1063.86/1066.76	c #Conflicts:    2368000 | #Constraints:     108924
1063.86/1066.76	c #Conflicts:    2369000 | #Constraints:     109924
1063.86/1066.76	c #Conflicts:    2370000 | #Constraints:     110924
1063.86/1066.76	c #Conflicts:    2371000 | #Constraints:     111924
1063.86/1066.76	c #Conflicts:    2372000 | #Constraints:     112925
1063.86/1066.76	c #Conflicts:    2373000 | #Constraints:     113925
1063.86/1066.76	c #Conflicts:    2374000 | #Constraints:     114925
1063.86/1066.76	c #Conflicts:    2375000 | #Constraints:     115925
1063.86/1066.76	c #Conflicts:    2376000 | #Constraints:     116925
1063.86/1066.76	c #Conflicts:    2377000 | #Constraints:     117925
1063.86/1066.76	c #Conflicts:    2378000 | #Constraints:     118925
1063.86/1066.76	c INPROCESSING
1063.86/1066.76	c GARBAGE COLLECT
1063.86/1066.76	c #Conflicts:    2379000 | #Constraints:      89307
1063.86/1066.76	c #Conflicts:    2380000 | #Constraints:      90307
1063.86/1066.76	c #Conflicts:    2381000 | #Constraints:      91307
1063.86/1066.76	c #Conflicts:    2382000 | #Constraints:      92307
1063.86/1066.76	c #Conflicts:    2383000 | #Constraints:      93307
1063.86/1066.76	c #Conflicts:    2384000 | #Constraints:      94307
1063.86/1066.76	c #Conflicts:    2385000 | #Constraints:      95307
1063.86/1066.76	c #Conflicts:    2386000 | #Constraints:      96307
1063.86/1066.76	c #Conflicts:    2387000 | #Constraints:      97307
1063.86/1066.76	c #Conflicts:    2388000 | #Constraints:      98307
1063.86/1066.76	c #Conflicts:    2389000 | #Constraints:      99307
1063.86/1066.76	c #Conflicts:    2390000 | #Constraints:     100307
1063.86/1066.76	c #Conflicts:    2391000 | #Constraints:     101307
1063.86/1066.76	c #Conflicts:    2392000 | #Constraints:     102307
1063.86/1066.76	c #Conflicts:    2393000 | #Constraints:     103307
1063.86/1066.76	c #Conflicts:    2394000 | #Constraints:     104307
1063.86/1066.76	c #Conflicts:    2395000 | #Constraints:     105307
1063.86/1066.76	c #Conflicts:    2396000 | #Constraints:     106308
1063.86/1066.76	c #Conflicts:    2397000 | #Constraints:     107308
1063.86/1066.76	c #Conflicts:    2398000 | #Constraints:     108308
1063.86/1066.76	c #Conflicts:    2399000 | #Constraints:     109308
1063.86/1066.76	c #Conflicts:    2400000 | #Constraints:     110309
1063.86/1066.76	c #Conflicts:    2401000 | #Constraints:     111310
1063.86/1066.76	c #Conflicts:    2402000 | #Constraints:     112317
1063.86/1066.76	c #Conflicts:    2403000 | #Constraints:     113320
1063.86/1066.76	c #Conflicts:    2404000 | #Constraints:     114320
1063.86/1066.76	c #Conflicts:    2405000 | #Constraints:     115323
1063.86/1066.76	c #Conflicts:    2406000 | #Constraints:     116323
1063.86/1066.76	c #Conflicts:    2407000 | #Constraints:     117323
1063.86/1066.76	c #Conflicts:    2408000 | #Constraints:     118323
1063.86/1066.76	c #Conflicts:    2409000 | #Constraints:     119323
1063.86/1066.76	c INPROCESSING
1063.86/1066.76	c GARBAGE COLLECT
1063.86/1066.76	c #Conflicts:    2410000 | #Constraints:      89502
1063.86/1066.76	c #Conflicts:    2411000 | #Constraints:      90502
1063.86/1066.76	c #Conflicts:    2412000 | #Constraints:      91502
1063.86/1066.76	c #Conflicts:    2413000 | #Constraints:      92503
1063.86/1066.76	c #Conflicts:    2414000 | #Constraints:      93503
1063.86/1066.76	c #Conflicts:    2415000 | #Constraints:      94505
1063.86/1066.76	c #Conflicts:    2416000 | #Constraints:      95506
1063.86/1066.76	c #Conflicts:    2417000 | #Constraints:      96506
1063.86/1066.76	c #Conflicts:    2418000 | #Constraints:      97506
1063.86/1066.76	c #Conflicts:    2419000 | #Constraints:      98632
1063.86/1066.76	c #Conflicts:    2420000 | #Constraints:      99632
1063.86/1066.76	c #Conflicts:    2421000 | #Constraints:     100632
1063.86/1066.76	c #Conflicts:    2422000 | #Constraints:     101632
1063.86/1066.77	c #Conflicts:    2423000 | #Constraints:     102632
1063.86/1066.77	c #Conflicts:    2424000 | #Constraints:     103632
1063.86/1066.77	c #Conflicts:    2425000 | #Constraints:     104632
1063.86/1066.77	c #Conflicts:    2426000 | #Constraints:     105632
1063.86/1066.77	c #Conflicts:    2427000 | #Constraints:     106661
1063.86/1066.77	c #Conflicts:    2428000 | #Constraints:     108019
1063.86/1066.77	c #Conflicts:    2429000 | #Constraints:     109143
1063.86/1066.77	c #Conflicts:    2430000 | #Constraints:     110550
1063.86/1066.77	c #Conflicts:    2431000 | #Constraints:     112019
1063.86/1066.77	c #Conflicts:    2432000 | #Constraints:     113443
1063.86/1066.77	c #Conflicts:    2433000 | #Constraints:     114897
1063.86/1066.77	c #Conflicts:    2434000 | #Constraints:     116330
1063.86/1066.77	c #Conflicts:    2435000 | #Constraints:     117747
1063.86/1066.77	c #Conflicts:    2436000 | #Constraints:     119193
1063.86/1066.77	c #Conflicts:    2437000 | #Constraints:     120630
1063.86/1066.77	c #Conflicts:    2438000 | #Constraints:     122070
1063.86/1066.77	c #Conflicts:    2439000 | #Constraints:     123511
1063.86/1066.77	c #Conflicts:    2440000 | #Constraints:     124919
1063.86/1066.77	c INPROCESSING
1063.86/1066.77	c GARBAGE COLLECT
1063.86/1066.77	c #Conflicts:    2441000 | #Constraints:      92243
1087.11/1090.08	c #Conflicts:    2442000 | #Constraints:      93243
1087.11/1090.08	c #Conflicts:    2443000 | #Constraints:      94243
1087.11/1090.08	c #Conflicts:    2444000 | #Constraints:      95243
1087.11/1090.08	c #Conflicts:    2445000 | #Constraints:      96243
1087.11/1090.08	c #Conflicts:    2446000 | #Constraints:      97243
1087.11/1090.08	c #Conflicts:    2447000 | #Constraints:      98243
1087.11/1090.08	c #Conflicts:    2448000 | #Constraints:      99243
1087.11/1090.08	c #Conflicts:    2449000 | #Constraints:     100243
1087.11/1090.08	c #Conflicts:    2450000 | #Constraints:     101243
1087.11/1090.08	c #Conflicts:    2451000 | #Constraints:     102243
1087.11/1090.08	c #Conflicts:    2452000 | #Constraints:     103243
1087.11/1090.08	c #Conflicts:    2453000 | #Constraints:     104243
1087.11/1090.08	c #Conflicts:    2454000 | #Constraints:     105243
1087.11/1090.08	c #Conflicts:    2455000 | #Constraints:     106243
1087.11/1090.08	c #Conflicts:    2456000 | #Constraints:     107243
1087.11/1090.08	c #Conflicts:    2457000 | #Constraints:     108243
1087.11/1090.08	c #Conflicts:    2458000 | #Constraints:     109243
1087.11/1090.08	c #Conflicts:    2459000 | #Constraints:     110243
1087.11/1090.08	c #Conflicts:    2460000 | #Constraints:     111243
1087.11/1090.08	c #Conflicts:    2461000 | #Constraints:     112243
1087.11/1090.08	c #Conflicts:    2462000 | #Constraints:     113243
1087.11/1090.08	c #Conflicts:    2463000 | #Constraints:     114243
1087.11/1090.08	c #Conflicts:    2464000 | #Constraints:     115243
1087.11/1090.08	c #Conflicts:    2465000 | #Constraints:     116243
1087.11/1090.08	c #Conflicts:    2466000 | #Constraints:     117243
1087.11/1090.08	c #Conflicts:    2467000 | #Constraints:     118243
1087.11/1090.08	c #Conflicts:    2468000 | #Constraints:     119243
1087.11/1090.08	c #Conflicts:    2469000 | #Constraints:     120243
1087.11/1090.08	c #Conflicts:    2470000 | #Constraints:     121243
1087.11/1090.08	c #Conflicts:    2471000 | #Constraints:     122243
1087.11/1090.08	c INPROCESSING
1087.11/1090.08	c GARBAGE COLLECT
1087.11/1090.08	c #Conflicts:    2472000 | #Constraints:      90659
1087.11/1090.08	c #Conflicts:    2473000 | #Constraints:      91659
1087.11/1090.08	c #Conflicts:    2474000 | #Constraints:      92659
1087.11/1090.08	c #Conflicts:    2475000 | #Constraints:      93659
1087.11/1090.08	c #Conflicts:    2476000 | #Constraints:      94659
1087.11/1090.08	c #Conflicts:    2477000 | #Constraints:      95659
1087.11/1090.08	c #Conflicts:    2478000 | #Constraints:      96659
1087.11/1090.08	c #Conflicts:    2479000 | #Constraints:      97659
1087.11/1090.08	c #Conflicts:    2480000 | #Constraints:      98659
1087.11/1090.08	c #Conflicts:    2481000 | #Constraints:      99659
1087.11/1090.08	c #Conflicts:    2482000 | #Constraints:     100659
1087.11/1090.08	c #Conflicts:    2483000 | #Constraints:     101659
1087.11/1090.08	c #Conflicts:    2484000 | #Constraints:     102659
1087.11/1090.08	c #Conflicts:    2485000 | #Constraints:     103659
1087.11/1090.08	c #Conflicts:    2486000 | #Constraints:     104659
1087.11/1090.08	c #Conflicts:    2487000 | #Constraints:     105659
1087.11/1090.08	c #Conflicts:    2488000 | #Constraints:     106659
1087.11/1090.08	c #Conflicts:    2489000 | #Constraints:     107659
1087.11/1090.08	c #Conflicts:    2490000 | #Constraints:     108659
1087.11/1090.08	c #Conflicts:    2491000 | #Constraints:     109659
1087.11/1090.08	c #Conflicts:    2492000 | #Constraints:     110659
1087.11/1090.08	c #Conflicts:    2493000 | #Constraints:     111659
1087.11/1090.08	c #Conflicts:    2494000 | #Constraints:     112659
1087.11/1090.08	c #Conflicts:    2495000 | #Constraints:     113659
1087.11/1090.08	c #Conflicts:    2496000 | #Constraints:     114659
1087.11/1090.08	c #Conflicts:    2497000 | #Constraints:     115659
1087.11/1090.08	c #Conflicts:    2498000 | #Constraints:     116659
1087.11/1090.08	c #Conflicts:    2499000 | #Constraints:     117659
1087.11/1090.08	c #Conflicts:    2500000 | #Constraints:     118659
1087.11/1090.08	c #Conflicts:    2501000 | #Constraints:     119659
1087.11/1090.08	c #Conflicts:    2502000 | #Constraints:     120659
1087.11/1090.08	c #Conflicts:    2503000 | #Constraints:     121659
1087.11/1090.08	c INPROCESSING
1087.11/1090.08	c GARBAGE COLLECT
1087.11/1090.08	c #Conflicts:    2504000 | #Constraints:      90569
1087.11/1090.08	c #Conflicts:    2505000 | #Constraints:      91569
1087.11/1090.08	c #Conflicts:    2506000 | #Constraints:      92569
1087.11/1090.08	c #Conflicts:    2507000 | #Constraints:      93569
1087.11/1090.08	c #Conflicts:    2508000 | #Constraints:      94569
1087.11/1090.08	c #Conflicts:    2509000 | #Constraints:      95569
1087.11/1090.08	c #Conflicts:    2510000 | #Constraints:      96569
1087.11/1090.08	c #Conflicts:    2511000 | #Constraints:      97569
1087.11/1090.08	c #Conflicts:    2512000 | #Constraints:      98569
1087.11/1090.08	c #Conflicts:    2513000 | #Constraints:      99569
1087.11/1090.08	c #Conflicts:    2514000 | #Constraints:     100569
1087.11/1090.08	c #Conflicts:    2515000 | #Constraints:     101569
1087.11/1090.08	c #Conflicts:    2516000 | #Constraints:     102569
1087.11/1090.08	c #Conflicts:    2517000 | #Constraints:     103569
1087.11/1090.08	c #Conflicts:    2518000 | #Constraints:     104569
1114.93/1117.98	c #Conflicts:    2519000 | #Constraints:     105569
1114.93/1117.98	c #Conflicts:    2520000 | #Constraints:     106569
1114.93/1117.98	c #Conflicts:    2521000 | #Constraints:     107569
1114.93/1117.98	c #Conflicts:    2522000 | #Constraints:     108569
1114.93/1117.98	c #Conflicts:    2523000 | #Constraints:     109569
1114.93/1117.98	c #Conflicts:    2524000 | #Constraints:     110569
1114.93/1117.98	c #Conflicts:    2525000 | #Constraints:     111569
1114.93/1117.98	c #Conflicts:    2526000 | #Constraints:     112569
1114.93/1117.98	c #Conflicts:    2527000 | #Constraints:     113569
1114.93/1117.98	c #Conflicts:    2528000 | #Constraints:     114569
1114.93/1117.98	c #Conflicts:    2529000 | #Constraints:     115569
1114.93/1117.98	c #Conflicts:    2530000 | #Constraints:     116569
1114.93/1117.98	c #Conflicts:    2531000 | #Constraints:     117569
1114.93/1117.98	c #Conflicts:    2532000 | #Constraints:     118569
1114.93/1117.98	c #Conflicts:    2533000 | #Constraints:     119569
1114.93/1117.98	c #Conflicts:    2534000 | #Constraints:     120569
1114.93/1117.98	c #Conflicts:    2535000 | #Constraints:     121569
1114.93/1117.98	c INPROCESSING
1114.93/1117.98	c GARBAGE COLLECT
1114.93/1117.98	c #Conflicts:    2536000 | #Constraints:      90619
1114.93/1117.98	c #Conflicts:    2537000 | #Constraints:      91619
1114.93/1117.98	c #Conflicts:    2538000 | #Constraints:      92619
1114.93/1117.98	c #Conflicts:    2539000 | #Constraints:      93619
1114.93/1117.98	c #Conflicts:    2540000 | #Constraints:      94619
1114.93/1117.98	c #Conflicts:    2541000 | #Constraints:      95619
1114.93/1117.98	c #Conflicts:    2542000 | #Constraints:      96619
1114.93/1117.98	c #Conflicts:    2543000 | #Constraints:      97619
1114.93/1117.98	c #Conflicts:    2544000 | #Constraints:      98619
1114.93/1117.98	c #Conflicts:    2545000 | #Constraints:      99620
1114.93/1117.98	c #Conflicts:    2546000 | #Constraints:     100620
1114.93/1117.98	c #Conflicts:    2547000 | #Constraints:     101620
1114.93/1117.98	c #Conflicts:    2548000 | #Constraints:     102620
1114.93/1117.98	c #Conflicts:    2549000 | #Constraints:     103620
1114.93/1117.98	c #Conflicts:    2550000 | #Constraints:     104620
1114.93/1117.98	c #Conflicts:    2551000 | #Constraints:     105620
1114.93/1117.98	c #Conflicts:    2552000 | #Constraints:     106620
1114.93/1117.98	c #Conflicts:    2553000 | #Constraints:     107620
1114.93/1117.98	c #Conflicts:    2554000 | #Constraints:     108620
1114.93/1117.98	c #Conflicts:    2555000 | #Constraints:     109620
1114.93/1117.98	c #Conflicts:    2556000 | #Constraints:     110620
1114.93/1117.98	c #Conflicts:    2557000 | #Constraints:     111620
1114.93/1117.98	c #Conflicts:    2558000 | #Constraints:     112620
1114.93/1117.98	c #Conflicts:    2559000 | #Constraints:     113620
1114.93/1117.98	c #Conflicts:    2560000 | #Constraints:     114620
1114.93/1117.98	c #Conflicts:    2561000 | #Constraints:     115620
1114.93/1117.98	c #Conflicts:    2562000 | #Constraints:     116620
1114.93/1117.98	c #Conflicts:    2563000 | #Constraints:     117620
1114.93/1117.98	c #Conflicts:    2564000 | #Constraints:     118639
1114.93/1117.98	c #Conflicts:    2565000 | #Constraints:     119639
1114.93/1117.98	c #Conflicts:    2566000 | #Constraints:     120639
1114.93/1117.98	c #Conflicts:    2567000 | #Constraints:     121639
1114.93/1117.98	c INPROCESSING
1114.93/1117.98	c GARBAGE COLLECT
1114.93/1117.98	c #Conflicts:    2568000 | #Constraints:      90658
1114.93/1117.98	c #Conflicts:    2569000 | #Constraints:      91658
1114.93/1117.98	c #Conflicts:    2570000 | #Constraints:      92658
1114.93/1117.98	c #Conflicts:    2571000 | #Constraints:      93658
1114.93/1117.98	c #Conflicts:    2572000 | #Constraints:      94658
1114.93/1117.98	c #Conflicts:    2573000 | #Constraints:      95658
1114.93/1117.98	c #Conflicts:    2574000 | #Constraints:      96658
1114.93/1117.98	c #Conflicts:    2575000 | #Constraints:      97658
1114.93/1117.98	c #Conflicts:    2576000 | #Constraints:      98658
1114.93/1117.98	c #Conflicts:    2577000 | #Constraints:      99658
1114.93/1117.98	c #Conflicts:    2578000 | #Constraints:     100658
1114.93/1117.98	c #Conflicts:    2579000 | #Constraints:     101658
1114.93/1117.98	c #Conflicts:    2580000 | #Constraints:     102658
1114.93/1117.98	c #Conflicts:    2581000 | #Constraints:     103658
1114.93/1117.98	c #Conflicts:    2582000 | #Constraints:     104658
1114.93/1117.98	c #Conflicts:    2583000 | #Constraints:     105659
1114.93/1117.98	c #Conflicts:    2584000 | #Constraints:     106659
1114.93/1117.98	c #Conflicts:    2585000 | #Constraints:     107659
1114.93/1117.98	c #Conflicts:    2586000 | #Constraints:     108659
1114.93/1117.98	c #Conflicts:    2587000 | #Constraints:     109659
1114.93/1117.98	c #Conflicts:    2588000 | #Constraints:     110659
1114.93/1117.98	c #Conflicts:    2589000 | #Constraints:     111659
1114.93/1117.98	c #Conflicts:    2590000 | #Constraints:     112659
1114.93/1117.98	c #Conflicts:    2591000 | #Constraints:     113659
1114.93/1117.98	c #Conflicts:    2592000 | #Constraints:     114659
1114.93/1117.98	c #Conflicts:    2593000 | #Constraints:     115659
1114.93/1117.98	c #Conflicts:    2594000 | #Constraints:     116659
1114.93/1117.98	c #Conflicts:    2595000 | #Constraints:     117659
1114.93/1117.98	c #Conflicts:    2596000 | #Constraints:     118659
1146.64/1149.75	c #Conflicts:    2597000 | #Constraints:     119659
1146.64/1149.75	c #Conflicts:    2598000 | #Constraints:     120659
1146.64/1149.75	c #Conflicts:    2599000 | #Constraints:     121659
1146.64/1149.75	c INPROCESSING
1146.64/1149.75	c GARBAGE COLLECT
1146.64/1149.75	c #Conflicts:    2600000 | #Constraints:      90565
1146.64/1149.75	c #Conflicts:    2601000 | #Constraints:      91565
1146.64/1149.75	c #Conflicts:    2602000 | #Constraints:      92565
1146.64/1149.75	c #Conflicts:    2603000 | #Constraints:      93565
1146.64/1149.75	c #Conflicts:    2604000 | #Constraints:      94565
1146.64/1149.75	c #Conflicts:    2605000 | #Constraints:      95565
1146.64/1149.75	c #Conflicts:    2606000 | #Constraints:      96565
1146.64/1149.75	c #Conflicts:    2607000 | #Constraints:      97565
1146.64/1149.75	c #Conflicts:    2608000 | #Constraints:      98565
1146.64/1149.75	c #Conflicts:    2609000 | #Constraints:      99565
1146.64/1149.75	c #Conflicts:    2610000 | #Constraints:     100565
1146.64/1149.75	c #Conflicts:    2611000 | #Constraints:     101565
1146.64/1149.75	c #Conflicts:    2612000 | #Constraints:     102565
1146.64/1149.75	c #Conflicts:    2613000 | #Constraints:     103568
1146.64/1149.75	c #Conflicts:    2614000 | #Constraints:     104568
1146.64/1149.75	c #Conflicts:    2615000 | #Constraints:     105568
1146.64/1149.75	c #Conflicts:    2616000 | #Constraints:     106568
1146.64/1149.75	c #Conflicts:    2617000 | #Constraints:     107569
1146.64/1149.75	c #Conflicts:    2618000 | #Constraints:     108624
1146.64/1149.75	c #Conflicts:    2619000 | #Constraints:     109624
1146.64/1149.75	c #Conflicts:    2620000 | #Constraints:     110624
1146.64/1149.75	c #Conflicts:    2621000 | #Constraints:     111624
1146.64/1149.75	c #Conflicts:    2622000 | #Constraints:     112624
1146.64/1149.75	c #Conflicts:    2623000 | #Constraints:     113624
1146.64/1149.75	c #Conflicts:    2624000 | #Constraints:     114624
1146.64/1149.75	c #Conflicts:    2625000 | #Constraints:     115626
1146.64/1149.75	c #Conflicts:    2626000 | #Constraints:     116626
1146.64/1149.75	c #Conflicts:    2627000 | #Constraints:     117670
1146.64/1149.75	c #Conflicts:    2628000 | #Constraints:     119144
1146.64/1149.75	c #Conflicts:    2629000 | #Constraints:     120219
1146.64/1149.75	c #Conflicts:    2630000 | #Constraints:     121219
1146.64/1149.75	c #Conflicts:    2631000 | #Constraints:     122219
1146.64/1149.75	c INPROCESSING
1146.64/1149.75	c GARBAGE COLLECT
1146.64/1149.75	c #Conflicts:    2632000 | #Constraints:      90648
1146.64/1149.75	c #Conflicts:    2633000 | #Constraints:      91669
1146.64/1149.75	c #Conflicts:    2634000 | #Constraints:      92670
1146.64/1149.75	c #Conflicts:    2635000 | #Constraints:      93671
1146.64/1149.75	c #Conflicts:    2636000 | #Constraints:      94671
1146.64/1149.75	c #Conflicts:    2637000 | #Constraints:      95671
1146.64/1149.75	c #Conflicts:    2638000 | #Constraints:      96671
1146.64/1149.75	c #Conflicts:    2639000 | #Constraints:      97773
1146.64/1149.75	c #Conflicts:    2640000 | #Constraints:      98773
1146.64/1149.75	c #Conflicts:    2641000 | #Constraints:      99773
1146.64/1149.75	c #Conflicts:    2642000 | #Constraints:     100841
1146.64/1149.75	c #Conflicts:    2643000 | #Constraints:     101847
1146.64/1149.75	c #Conflicts:    2644000 | #Constraints:     102847
1146.64/1149.75	c #Conflicts:    2645000 | #Constraints:     103847
1146.64/1149.75	c #Conflicts:    2646000 | #Constraints:     104847
1146.64/1149.75	c #Conflicts:    2647000 | #Constraints:     105847
1146.64/1149.75	c #Conflicts:    2648000 | #Constraints:     106994
1146.64/1149.75	c #Conflicts:    2649000 | #Constraints:     107994
1146.64/1149.75	c #Conflicts:    2650000 | #Constraints:     108994
1146.64/1149.75	c #Conflicts:    2651000 | #Constraints:     109994
1146.64/1149.75	c #Conflicts:    2652000 | #Constraints:     110994
1146.64/1149.75	c #Conflicts:    2653000 | #Constraints:     111994
1146.64/1149.75	c #Conflicts:    2654000 | #Constraints:     112994
1146.64/1149.75	c #Conflicts:    2655000 | #Constraints:     114025
1146.64/1149.75	c #Conflicts:    2656000 | #Constraints:     115025
1146.64/1149.75	c #Conflicts:    2657000 | #Constraints:     116025
1146.64/1149.75	c #Conflicts:    2658000 | #Constraints:     117027
1146.64/1149.75	c #Conflicts:    2659000 | #Constraints:     118028
1146.64/1149.75	c #Conflicts:    2660000 | #Constraints:     119028
1146.64/1149.75	c #Conflicts:    2661000 | #Constraints:     120028
1146.64/1149.75	c #Conflicts:    2662000 | #Constraints:     121029
1146.64/1149.75	c #Conflicts:    2663000 | #Constraints:     122359
1146.64/1149.75	c #Conflicts:    2664000 | #Constraints:     123359
1146.64/1149.75	c INPROCESSING
1146.64/1149.75	c GARBAGE COLLECT
1146.64/1149.75	c #Conflicts:    2665000 | #Constraints:      91423
1146.64/1149.75	c #Conflicts:    2666000 | #Constraints:      92423
1146.64/1149.75	c #Conflicts:    2667000 | #Constraints:      93423
1146.64/1149.75	c #Conflicts:    2668000 | #Constraints:      94423
1146.64/1149.75	c #Conflicts:    2669000 | #Constraints:      95423
1146.64/1149.75	c #Conflicts:    2670000 | #Constraints:      96423
1146.64/1149.75	c #Conflicts:    2671000 | #Constraints:      97423
1146.64/1149.75	c #Conflicts:    2672000 | #Constraints:      98423
1146.64/1149.75	c #Conflicts:    2673000 | #Constraints:      99423
1156.22/1159.39	c #Conflicts:    2674000 | #Constraints:     100423
1156.22/1159.39	c #Conflicts:    2675000 | #Constraints:     101423
1156.22/1159.39	c #Conflicts:    2676000 | #Constraints:     102423
1156.22/1159.39	c #Conflicts:    2677000 | #Constraints:     103423
1156.22/1159.39	c #Conflicts:    2678000 | #Constraints:     104423
1156.22/1159.39	c #Conflicts:    2679000 | #Constraints:     105423
1156.22/1159.39	c #Conflicts:    2680000 | #Constraints:     106423
1156.22/1159.39	c #Conflicts:    2681000 | #Constraints:     107423
1156.22/1159.39	c #Conflicts:    2682000 | #Constraints:     108423
1156.22/1159.39	c #Conflicts:    2683000 | #Constraints:     109423
1156.22/1159.39	c #Conflicts:    2684000 | #Constraints:     110423
1156.22/1159.39	c #Conflicts:    2685000 | #Constraints:     111423
1156.22/1159.39	c #Conflicts:    2686000 | #Constraints:     112423
1156.22/1159.39	c #Conflicts:    2687000 | #Constraints:     113423
1156.22/1159.39	c #Conflicts:    2688000 | #Constraints:     114425
1156.22/1159.39	c #Conflicts:    2689000 | #Constraints:     115453
1156.22/1159.39	c #Conflicts:    2690000 | #Constraints:     116453
1156.22/1159.39	c #Conflicts:    2691000 | #Constraints:     117453
1156.22/1159.39	c #Conflicts:    2692000 | #Constraints:     118453
1156.22/1159.39	c #Conflicts:    2693000 | #Constraints:     119453
1156.22/1159.39	c #Conflicts:    2694000 | #Constraints:     120453
1156.22/1159.39	c #Conflicts:    2695000 | #Constraints:     121453
1156.22/1159.39	c #Conflicts:    2696000 | #Constraints:     122453
1156.22/1159.39	c #Conflicts:    2697000 | #Constraints:     123453
1156.22/1159.39	c INPROCESSING
1156.22/1159.39	c GARBAGE COLLECT
1156.22/1159.39	c rational objective 920.569
1185.55/1188.72	c #Conflicts:    2698000 | #Constraints:      91572
1185.55/1188.72	c #Conflicts:    2699000 | #Constraints:      92572
1185.55/1188.72	c #Conflicts:    2700000 | #Constraints:      93572
1185.55/1188.72	c #Conflicts:    2701000 | #Constraints:      94572
1185.55/1188.72	c #Conflicts:    2702000 | #Constraints:      95572
1185.55/1188.72	c #Conflicts:    2703000 | #Constraints:      96572
1185.55/1188.72	c #Conflicts:    2704000 | #Constraints:      97573
1185.55/1188.72	c #Conflicts:    2705000 | #Constraints:      98573
1185.55/1188.72	c #Conflicts:    2706000 | #Constraints:      99573
1185.55/1188.72	c #Conflicts:    2707000 | #Constraints:     100573
1185.55/1188.72	c #Conflicts:    2708000 | #Constraints:     101573
1185.55/1188.72	c #Conflicts:    2709000 | #Constraints:     102583
1185.55/1188.72	c #Conflicts:    2710000 | #Constraints:     103583
1185.55/1188.72	c #Conflicts:    2711000 | #Constraints:     104583
1185.55/1188.72	c #Conflicts:    2712000 | #Constraints:     105583
1185.55/1188.72	c #Conflicts:    2713000 | #Constraints:     106583
1185.55/1188.72	c #Conflicts:    2714000 | #Constraints:     107583
1185.55/1188.72	c #Conflicts:    2715000 | #Constraints:     108672
1185.55/1188.72	c #Conflicts:    2716000 | #Constraints:     109672
1185.55/1188.72	c #Conflicts:    2717000 | #Constraints:     110672
1185.55/1188.72	c #Conflicts:    2718000 | #Constraints:     111672
1185.55/1188.72	c #Conflicts:    2719000 | #Constraints:     112672
1185.55/1188.72	c #Conflicts:    2720000 | #Constraints:     113672
1185.55/1188.72	c #Conflicts:    2721000 | #Constraints:     114672
1185.55/1188.72	c #Conflicts:    2722000 | #Constraints:     115672
1185.55/1188.72	c #Conflicts:    2723000 | #Constraints:     116674
1185.55/1188.72	c #Conflicts:    2724000 | #Constraints:     117675
1185.55/1188.72	c #Conflicts:    2725000 | #Constraints:     118675
1185.55/1188.72	c #Conflicts:    2726000 | #Constraints:     119675
1185.55/1188.72	c #Conflicts:    2727000 | #Constraints:     120675
1185.55/1188.72	c #Conflicts:    2728000 | #Constraints:     121675
1185.55/1188.72	c #Conflicts:    2729000 | #Constraints:     122675
1185.55/1188.72	c #Conflicts:    2730000 | #Constraints:     123675
1185.55/1188.72	c INPROCESSING
1185.55/1188.72	c GARBAGE COLLECT
1185.55/1188.72	c #Conflicts:    2731000 | #Constraints:      91673
1185.55/1188.72	c #Conflicts:    2732000 | #Constraints:      92673
1185.55/1188.72	c #Conflicts:    2733000 | #Constraints:      93673
1185.55/1188.72	c #Conflicts:    2734000 | #Constraints:      94673
1185.55/1188.72	c #Conflicts:    2735000 | #Constraints:      95673
1185.55/1188.72	c #Conflicts:    2736000 | #Constraints:      96673
1185.55/1188.72	c #Conflicts:    2737000 | #Constraints:      97673
1185.55/1188.72	c #Conflicts:    2738000 | #Constraints:      98673
1185.55/1188.72	c #Conflicts:    2739000 | #Constraints:      99673
1185.55/1188.72	c #Conflicts:    2740000 | #Constraints:     100674
1185.55/1188.72	c #Conflicts:    2741000 | #Constraints:     101674
1185.55/1188.72	c #Conflicts:    2742000 | #Constraints:     102674
1185.55/1188.72	c #Conflicts:    2743000 | #Constraints:     103675
1185.55/1188.72	c #Conflicts:    2744000 | #Constraints:     104675
1185.55/1188.72	c #Conflicts:    2745000 | #Constraints:     105675
1185.55/1188.72	c #Conflicts:    2746000 | #Constraints:     106675
1185.55/1188.72	c #Conflicts:    2747000 | #Constraints:     107676
1185.55/1188.72	c #Conflicts:    2748000 | #Constraints:     108676
1185.55/1188.72	c #Conflicts:    2749000 | #Constraints:     109690
1185.55/1188.72	c #Conflicts:    2750000 | #Constraints:     110690
1185.55/1188.72	c #Conflicts:    2751000 | #Constraints:     111690
1185.55/1188.72	c #Conflicts:    2752000 | #Constraints:     112690
1185.55/1188.72	c #Conflicts:    2753000 | #Constraints:     113691
1185.55/1188.72	c #Conflicts:    2754000 | #Constraints:     114691
1185.55/1188.72	c #Conflicts:    2755000 | #Constraints:     115691
1185.55/1188.72	c #Conflicts:    2756000 | #Constraints:     116691
1185.55/1188.72	c #Conflicts:    2757000 | #Constraints:     117692
1185.55/1188.72	c #Conflicts:    2758000 | #Constraints:     118692
1185.55/1188.72	c #Conflicts:    2759000 | #Constraints:     119709
1185.55/1188.72	c #Conflicts:    2760000 | #Constraints:     120710
1185.55/1188.72	c #Conflicts:    2761000 | #Constraints:     121710
1185.55/1188.72	c #Conflicts:    2762000 | #Constraints:     122710
1185.55/1188.72	c #Conflicts:    2763000 | #Constraints:     123711
1185.55/1188.72	c INPROCESSING
1185.55/1188.72	c GARBAGE COLLECT
1185.55/1188.72	c #Conflicts:    2764000 | #Constraints:      91584
1185.55/1188.72	c #Conflicts:    2765000 | #Constraints:      92584
1185.55/1188.72	c #Conflicts:    2766000 | #Constraints:      93584
1185.55/1188.72	c #Conflicts:    2767000 | #Constraints:      94584
1185.55/1188.72	c #Conflicts:    2768000 | #Constraints:      95585
1185.55/1188.72	c #Conflicts:    2769000 | #Constraints:      96585
1185.55/1188.72	c #Conflicts:    2770000 | #Constraints:      97585
1185.55/1188.72	c #Conflicts:    2771000 | #Constraints:      98661
1185.55/1188.72	c #Conflicts:    2772000 | #Constraints:     100115
1185.55/1188.72	c #Conflicts:    2773000 | #Constraints:     101336
1185.55/1188.72	c #Conflicts:    2774000 | #Constraints:     102336
1185.55/1188.72	c #Conflicts:    2775000 | #Constraints:     103336
1229.92/1233.26	c #Conflicts:    2776000 | #Constraints:     104336
1229.92/1233.26	c #Conflicts:    2777000 | #Constraints:     105719
1229.92/1233.26	c #Conflicts:    2778000 | #Constraints:     107127
1229.92/1233.26	c #Conflicts:    2779000 | #Constraints:     108127
1229.92/1233.26	c #Conflicts:    2780000 | #Constraints:     109448
1229.92/1233.26	c #Conflicts:    2781000 | #Constraints:     110914
1229.92/1233.26	c #Conflicts:    2782000 | #Constraints:     112389
1229.92/1233.26	c #Conflicts:    2783000 | #Constraints:     113787
1229.92/1233.26	c #Conflicts:    2784000 | #Constraints:     115019
1229.92/1233.26	c #Conflicts:    2785000 | #Constraints:     116462
1229.92/1233.26	c #Conflicts:    2786000 | #Constraints:     117896
1229.92/1233.26	c #Conflicts:    2787000 | #Constraints:     119344
1229.92/1233.26	c #Conflicts:    2788000 | #Constraints:     120769
1229.92/1233.26	c #Conflicts:    2789000 | #Constraints:     122197
1229.92/1233.26	c #Conflicts:    2790000 | #Constraints:     123636
1229.92/1233.26	c #Conflicts:    2791000 | #Constraints:     125099
1229.92/1233.26	c #Conflicts:    2792000 | #Constraints:     126570
1229.92/1233.26	c #Conflicts:    2793000 | #Constraints:     128065
1229.92/1233.26	c #Conflicts:    2794000 | #Constraints:     129517
1229.92/1233.26	c #Conflicts:    2795000 | #Constraints:     130972
1229.92/1233.26	c #Conflicts:    2796000 | #Constraints:     132007
1229.92/1233.26	c INPROCESSING
1229.92/1233.26	c GARBAGE COLLECT
1229.92/1233.26	c rational objective 920.726
1277.40/1280.86	c #Conflicts:    2797000 | #Constraints:      95542
1277.40/1280.86	c #Conflicts:    2798000 | #Constraints:      96542
1277.40/1280.86	c #Conflicts:    2799000 | #Constraints:      97543
1277.40/1280.86	c #Conflicts:    2800000 | #Constraints:      98543
1277.40/1280.86	c #Conflicts:    2801000 | #Constraints:      99543
1277.40/1280.86	c #Conflicts:    2802000 | #Constraints:     100543
1277.40/1280.86	c #Conflicts:    2803000 | #Constraints:     101543
1277.40/1280.86	c #Conflicts:    2804000 | #Constraints:     102543
1277.40/1280.86	c #Conflicts:    2805000 | #Constraints:     103543
1277.40/1280.86	c #Conflicts:    2806000 | #Constraints:     104543
1277.40/1280.86	c #Conflicts:    2807000 | #Constraints:     105544
1277.40/1280.86	c #Conflicts:    2808000 | #Constraints:     106544
1277.40/1280.86	c #Conflicts:    2809000 | #Constraints:     107544
1277.40/1280.86	c #Conflicts:    2810000 | #Constraints:     108544
1277.40/1280.86	c #Conflicts:    2811000 | #Constraints:     109545
1277.40/1280.86	c #Conflicts:    2812000 | #Constraints:     110547
1277.40/1280.86	c #Conflicts:    2813000 | #Constraints:     111547
1277.40/1280.86	c #Conflicts:    2814000 | #Constraints:     112550
1277.40/1280.86	c #Conflicts:    2815000 | #Constraints:     113550
1277.40/1280.86	c #Conflicts:    2816000 | #Constraints:     114593
1277.40/1280.86	c #Conflicts:    2817000 | #Constraints:     115593
1277.40/1280.86	c #Conflicts:    2818000 | #Constraints:     116595
1277.40/1280.86	c #Conflicts:    2819000 | #Constraints:     117596
1277.40/1280.86	c #Conflicts:    2820000 | #Constraints:     118596
1277.40/1280.86	c #Conflicts:    2821000 | #Constraints:     119596
1277.40/1280.86	c #Conflicts:    2822000 | #Constraints:     120596
1277.40/1280.86	c #Conflicts:    2823000 | #Constraints:     121596
1277.40/1280.86	c #Conflicts:    2824000 | #Constraints:     122596
1277.40/1280.86	c #Conflicts:    2825000 | #Constraints:     123596
1277.40/1280.86	c #Conflicts:    2826000 | #Constraints:     124597
1277.40/1280.86	c #Conflicts:    2827000 | #Constraints:     125597
1277.40/1280.86	c #Conflicts:    2828000 | #Constraints:     126597
1277.40/1280.86	c #Conflicts:    2829000 | #Constraints:     127597
1277.40/1280.86	c #Conflicts:    2830000 | #Constraints:     128597
1277.40/1280.86	c INPROCESSING
1277.40/1280.86	c GARBAGE COLLECT
1277.40/1280.86	c #Conflicts:    2831000 | #Constraints:      94037
1277.40/1280.86	c #Conflicts:    2832000 | #Constraints:      95037
1277.40/1280.86	c #Conflicts:    2833000 | #Constraints:      96037
1277.40/1280.86	c #Conflicts:    2834000 | #Constraints:      97285
1277.40/1280.86	c #Conflicts:    2835000 | #Constraints:      98671
1277.40/1280.86	c #Conflicts:    2836000 | #Constraints:     100136
1277.40/1280.86	c #Conflicts:    2837000 | #Constraints:     101597
1277.40/1280.86	c #Conflicts:    2838000 | #Constraints:     103048
1277.40/1280.86	c #Conflicts:    2839000 | #Constraints:     104488
1277.40/1280.86	c #Conflicts:    2840000 | #Constraints:     105896
1277.40/1280.86	c #Conflicts:    2841000 | #Constraints:     106896
1277.40/1280.86	c #Conflicts:    2842000 | #Constraints:     107896
1277.40/1280.86	c #Conflicts:    2843000 | #Constraints:     108896
1277.40/1280.86	c #Conflicts:    2844000 | #Constraints:     109898
1277.40/1280.86	c #Conflicts:    2845000 | #Constraints:     110898
1277.40/1280.86	c #Conflicts:    2846000 | #Constraints:     111899
1277.40/1280.86	c #Conflicts:    2847000 | #Constraints:     112899
1277.40/1280.86	c #Conflicts:    2848000 | #Constraints:     113899
1277.40/1280.86	c #Conflicts:    2849000 | #Constraints:     114899
1277.40/1280.86	c #Conflicts:    2850000 | #Constraints:     115901
1277.40/1280.86	c #Conflicts:    2851000 | #Constraints:     116913
1277.40/1280.86	c #Conflicts:    2852000 | #Constraints:     117915
1277.40/1280.86	c #Conflicts:    2853000 | #Constraints:     118934
1277.40/1280.86	c #Conflicts:    2854000 | #Constraints:     119952
1277.40/1280.86	c #Conflicts:    2855000 | #Constraints:     120956
1277.40/1280.86	c #Conflicts:    2856000 | #Constraints:     121980
1277.40/1280.86	c #Conflicts:    2857000 | #Constraints:     122980
1277.40/1280.86	c #Conflicts:    2858000 | #Constraints:     123980
1277.40/1280.86	c #Conflicts:    2859000 | #Constraints:     125037
1277.40/1280.86	c #Conflicts:    2860000 | #Constraints:     126153
1277.40/1280.86	c #Conflicts:    2861000 | #Constraints:     127153
1277.40/1280.86	c #Conflicts:    2862000 | #Constraints:     128153
1277.40/1280.86	c #Conflicts:    2863000 | #Constraints:     129154
1277.40/1280.86	c #Conflicts:    2864000 | #Constraints:     130154
1277.40/1280.86	c INPROCESSING
1277.40/1280.86	c GARBAGE COLLECT
1277.40/1280.86	c #Conflicts:    2865000 | #Constraints:      94981
1277.40/1280.86	c #Conflicts:    2866000 | #Constraints:      96191
1277.40/1280.86	c #Conflicts:    2867000 | #Constraints:      97193
1277.40/1280.86	c #Conflicts:    2868000 | #Constraints:      98231
1277.40/1280.86	c #Conflicts:    2869000 | #Constraints:      99360
1277.40/1280.86	c #Conflicts:    2870000 | #Constraints:     100368
1277.40/1280.86	c #Conflicts:    2871000 | #Constraints:     101368
1277.40/1280.86	c #Conflicts:    2872000 | #Constraints:     102369
1277.40/1280.86	c #Conflicts:    2873000 | #Constraints:     103371
1277.40/1280.86	c #Conflicts:    2874000 | #Constraints:     104371
1320.20/1323.76	c #Conflicts:    2875000 | #Constraints:     105371
1320.20/1323.76	c #Conflicts:    2876000 | #Constraints:     106371
1320.20/1323.76	c #Conflicts:    2877000 | #Constraints:     107371
1320.20/1323.76	c #Conflicts:    2878000 | #Constraints:     108371
1320.20/1323.76	c #Conflicts:    2879000 | #Constraints:     109371
1320.20/1323.76	c #Conflicts:    2880000 | #Constraints:     110371
1320.20/1323.76	c #Conflicts:    2881000 | #Constraints:     111371
1320.20/1323.76	c #Conflicts:    2882000 | #Constraints:     112371
1320.20/1323.76	c #Conflicts:    2883000 | #Constraints:     113371
1320.20/1323.76	c #Conflicts:    2884000 | #Constraints:     114371
1320.20/1323.76	c #Conflicts:    2885000 | #Constraints:     115371
1320.20/1323.76	c #Conflicts:    2886000 | #Constraints:     116371
1320.20/1323.76	c #Conflicts:    2887000 | #Constraints:     117832
1320.20/1323.76	c #Conflicts:    2888000 | #Constraints:     119286
1320.20/1323.76	c #Conflicts:    2889000 | #Constraints:     120736
1320.20/1323.76	c #Conflicts:    2890000 | #Constraints:     122202
1320.20/1323.76	c #Conflicts:    2891000 | #Constraints:     123664
1320.20/1323.76	c #Conflicts:    2892000 | #Constraints:     125124
1320.20/1323.76	c #Conflicts:    2893000 | #Constraints:     126570
1320.20/1323.76	c #Conflicts:    2894000 | #Constraints:     128028
1320.20/1323.76	c #Conflicts:    2895000 | #Constraints:     129496
1320.20/1323.76	c #Conflicts:    2896000 | #Constraints:     130977
1320.20/1323.76	c #Conflicts:    2897000 | #Constraints:     132458
1320.20/1323.76	c #Conflicts:    2898000 | #Constraints:     133912
1320.20/1323.76	c INPROCESSING
1320.20/1323.76	c GARBAGE COLLECT
1320.20/1323.76	c #Conflicts:    2899000 | #Constraints:      96789
1320.20/1323.76	c #Conflicts:    2900000 | #Constraints:      97789
1320.20/1323.76	c #Conflicts:    2901000 | #Constraints:      98789
1320.20/1323.76	c #Conflicts:    2902000 | #Constraints:      99789
1320.20/1323.76	c #Conflicts:    2903000 | #Constraints:     100789
1320.20/1323.76	c #Conflicts:    2904000 | #Constraints:     101789
1320.20/1323.76	c #Conflicts:    2905000 | #Constraints:     102789
1320.20/1323.76	c #Conflicts:    2906000 | #Constraints:     103789
1320.20/1323.76	c #Conflicts:    2907000 | #Constraints:     104789
1320.20/1323.76	c #Conflicts:    2908000 | #Constraints:     105789
1320.20/1323.76	c #Conflicts:    2909000 | #Constraints:     106789
1320.20/1323.76	c #Conflicts:    2910000 | #Constraints:     107789
1320.20/1323.76	c #Conflicts:    2911000 | #Constraints:     108789
1320.20/1323.76	c #Conflicts:    2912000 | #Constraints:     109789
1320.20/1323.76	c #Conflicts:    2913000 | #Constraints:     110789
1320.20/1323.76	c #Conflicts:    2914000 | #Constraints:     111789
1320.20/1323.76	c #Conflicts:    2915000 | #Constraints:     112789
1320.20/1323.76	c #Conflicts:    2916000 | #Constraints:     113789
1320.20/1323.76	c #Conflicts:    2917000 | #Constraints:     114789
1320.20/1323.76	c #Conflicts:    2918000 | #Constraints:     115789
1320.20/1323.76	c #Conflicts:    2919000 | #Constraints:     116789
1320.20/1323.76	c #Conflicts:    2920000 | #Constraints:     117789
1320.20/1323.76	c #Conflicts:    2921000 | #Constraints:     118789
1320.20/1323.76	c #Conflicts:    2922000 | #Constraints:     119789
1320.20/1323.76	c #Conflicts:    2923000 | #Constraints:     120789
1320.20/1323.76	c #Conflicts:    2924000 | #Constraints:     121789
1320.20/1323.76	c #Conflicts:    2925000 | #Constraints:     122789
1320.20/1323.76	c #Conflicts:    2926000 | #Constraints:     123789
1320.20/1323.76	c #Conflicts:    2927000 | #Constraints:     124789
1320.20/1323.76	c #Conflicts:    2928000 | #Constraints:     125789
1320.20/1323.76	c #Conflicts:    2929000 | #Constraints:     126789
1320.20/1323.76	c #Conflicts:    2930000 | #Constraints:     127789
1320.20/1323.76	c #Conflicts:    2931000 | #Constraints:     128789
1320.20/1323.76	c #Conflicts:    2932000 | #Constraints:     129789
1320.20/1323.76	c INPROCESSING
1320.20/1323.76	c GARBAGE COLLECT
1320.20/1323.76	c rational objective 920.916
1346.83/1350.40	c #Conflicts:    2933000 | #Constraints:      94638
1346.83/1350.40	c #Conflicts:    2934000 | #Constraints:      95638
1346.83/1350.40	c #Conflicts:    2935000 | #Constraints:      96638
1346.83/1350.40	c #Conflicts:    2936000 | #Constraints:      97638
1346.83/1350.40	c #Conflicts:    2937000 | #Constraints:      98638
1346.83/1350.40	c #Conflicts:    2938000 | #Constraints:      99638
1346.83/1350.40	c #Conflicts:    2939000 | #Constraints:     100638
1346.83/1350.40	c #Conflicts:    2940000 | #Constraints:     101638
1346.83/1350.40	c #Conflicts:    2941000 | #Constraints:     102638
1346.83/1350.40	c #Conflicts:    2942000 | #Constraints:     103638
1346.83/1350.40	c #Conflicts:    2943000 | #Constraints:     104638
1346.83/1350.40	c #Conflicts:    2944000 | #Constraints:     105638
1346.83/1350.40	c #Conflicts:    2945000 | #Constraints:     106638
1346.83/1350.40	c #Conflicts:    2946000 | #Constraints:     107638
1346.83/1350.40	c #Conflicts:    2947000 | #Constraints:     108638
1346.83/1350.40	c #Conflicts:    2948000 | #Constraints:     109638
1346.83/1350.40	c #Conflicts:    2949000 | #Constraints:     110638
1346.83/1350.40	c #Conflicts:    2950000 | #Constraints:     111638
1346.83/1350.40	c #Conflicts:    2951000 | #Constraints:     112638
1346.83/1350.40	c #Conflicts:    2952000 | #Constraints:     113638
1346.83/1350.40	c #Conflicts:    2953000 | #Constraints:     114638
1346.83/1350.40	c #Conflicts:    2954000 | #Constraints:     115638
1346.83/1350.40	c #Conflicts:    2955000 | #Constraints:     116638
1346.83/1350.40	c #Conflicts:    2956000 | #Constraints:     117638
1346.83/1350.40	c #Conflicts:    2957000 | #Constraints:     118638
1346.83/1350.40	c #Conflicts:    2958000 | #Constraints:     119638
1346.83/1350.40	c #Conflicts:    2959000 | #Constraints:     120638
1346.83/1350.40	c #Conflicts:    2960000 | #Constraints:     121638
1346.83/1350.40	c #Conflicts:    2961000 | #Constraints:     122638
1346.83/1350.40	c #Conflicts:    2962000 | #Constraints:     123638
1346.83/1350.40	c #Conflicts:    2963000 | #Constraints:     124638
1346.83/1350.40	c #Conflicts:    2964000 | #Constraints:     125638
1346.83/1350.40	c #Conflicts:    2965000 | #Constraints:     126638
1346.83/1350.40	c #Conflicts:    2966000 | #Constraints:     127638
1346.83/1350.40	c INPROCESSING
1346.83/1350.40	c GARBAGE COLLECT
1346.83/1350.40	c #Conflicts:    2967000 | #Constraints:      93353
1346.83/1350.40	c #Conflicts:    2968000 | #Constraints:      94353
1346.83/1350.40	c #Conflicts:    2969000 | #Constraints:      95353
1346.83/1350.40	c #Conflicts:    2970000 | #Constraints:      96353
1346.83/1350.40	c #Conflicts:    2971000 | #Constraints:      97353
1346.83/1350.40	c #Conflicts:    2972000 | #Constraints:      98353
1346.83/1350.40	c #Conflicts:    2973000 | #Constraints:      99353
1346.83/1350.40	c #Conflicts:    2974000 | #Constraints:     100353
1346.83/1350.40	c #Conflicts:    2975000 | #Constraints:     101353
1346.83/1350.40	c #Conflicts:    2976000 | #Constraints:     102353
1346.83/1350.40	c #Conflicts:    2977000 | #Constraints:     103353
1346.83/1350.40	c #Conflicts:    2978000 | #Constraints:     104353
1346.83/1350.40	c #Conflicts:    2979000 | #Constraints:     105353
1346.83/1350.40	c #Conflicts:    2980000 | #Constraints:     106353
1346.83/1350.40	c #Conflicts:    2981000 | #Constraints:     107353
1346.83/1350.40	c #Conflicts:    2982000 | #Constraints:     108353
1346.83/1350.40	c #Conflicts:    2983000 | #Constraints:     109353
1346.83/1350.40	c #Conflicts:    2984000 | #Constraints:     110353
1346.83/1350.40	c #Conflicts:    2985000 | #Constraints:     111353
1346.83/1350.40	c #Conflicts:    2986000 | #Constraints:     112353
1346.83/1350.40	c #Conflicts:    2987000 | #Constraints:     113353
1346.83/1350.40	c #Conflicts:    2988000 | #Constraints:     114353
1346.83/1350.40	c #Conflicts:    2989000 | #Constraints:     115353
1346.83/1350.40	c #Conflicts:    2990000 | #Constraints:     116353
1346.83/1350.40	c #Conflicts:    2991000 | #Constraints:     117353
1346.83/1350.40	c #Conflicts:    2992000 | #Constraints:     118353
1346.83/1350.40	c #Conflicts:    2993000 | #Constraints:     119353
1346.83/1350.40	c #Conflicts:    2994000 | #Constraints:     120353
1346.83/1350.40	c #Conflicts:    2995000 | #Constraints:     121353
1346.83/1350.40	c #Conflicts:    2996000 | #Constraints:     122353
1346.83/1350.40	c #Conflicts:    2997000 | #Constraints:     123353
1346.83/1350.40	c #Conflicts:    2998000 | #Constraints:     124353
1346.83/1350.40	c #Conflicts:    2999000 | #Constraints:     125353
1346.83/1350.40	c #Conflicts:    3000000 | #Constraints:     126353
1346.83/1350.40	c #Conflicts:    3001000 | #Constraints:     127353
1346.83/1350.40	c INPROCESSING
1346.83/1350.40	c GARBAGE COLLECT
1346.83/1350.40	c #Conflicts:    3002000 | #Constraints:      93415
1346.83/1350.40	c #Conflicts:    3003000 | #Constraints:      94415
1346.83/1350.40	c #Conflicts:    3004000 | #Constraints:      95415
1346.83/1350.40	c #Conflicts:    3005000 | #Constraints:      96415
1346.83/1350.40	c #Conflicts:    3006000 | #Constraints:      97415
1346.83/1350.40	c #Conflicts:    3007000 | #Constraints:      98415
1346.83/1350.40	c #Conflicts:    3008000 | #Constraints:      99415
1346.83/1350.40	c #Conflicts:    3009000 | #Constraints:     100415
1346.83/1350.40	c #Conflicts:    3010000 | #Constraints:     101415
1371.87/1375.53	c #Conflicts:    3011000 | #Constraints:     102415
1371.87/1375.53	c #Conflicts:    3012000 | #Constraints:     103415
1371.87/1375.53	c #Conflicts:    3013000 | #Constraints:     104415
1371.87/1375.53	c #Conflicts:    3014000 | #Constraints:     105415
1371.87/1375.53	c #Conflicts:    3015000 | #Constraints:     106416
1371.87/1375.53	c #Conflicts:    3016000 | #Constraints:     107416
1371.87/1375.53	c #Conflicts:    3017000 | #Constraints:     108416
1371.87/1375.53	c #Conflicts:    3018000 | #Constraints:     109416
1371.87/1375.53	c #Conflicts:    3019000 | #Constraints:     110416
1371.87/1375.53	c #Conflicts:    3020000 | #Constraints:     111416
1371.87/1375.53	c #Conflicts:    3021000 | #Constraints:     112416
1371.87/1375.53	c #Conflicts:    3022000 | #Constraints:     113416
1371.87/1375.53	c #Conflicts:    3023000 | #Constraints:     114416
1371.87/1375.53	c #Conflicts:    3024000 | #Constraints:     115416
1371.87/1375.53	c #Conflicts:    3025000 | #Constraints:     116416
1371.87/1375.53	c #Conflicts:    3026000 | #Constraints:     117416
1371.87/1375.53	c #Conflicts:    3027000 | #Constraints:     118416
1371.87/1375.53	c #Conflicts:    3028000 | #Constraints:     119416
1371.87/1375.53	c #Conflicts:    3029000 | #Constraints:     120416
1371.87/1375.53	c #Conflicts:    3030000 | #Constraints:     121416
1371.87/1375.53	c #Conflicts:    3031000 | #Constraints:     122416
1371.87/1375.53	c #Conflicts:    3032000 | #Constraints:     123416
1371.87/1375.53	c #Conflicts:    3033000 | #Constraints:     124416
1371.87/1375.53	c #Conflicts:    3034000 | #Constraints:     125416
1371.87/1375.53	c #Conflicts:    3035000 | #Constraints:     126416
1371.87/1375.53	c #Conflicts:    3036000 | #Constraints:     127416
1371.87/1375.53	c INPROCESSING
1371.87/1375.53	c GARBAGE COLLECT
1371.87/1375.53	c #Conflicts:    3037000 | #Constraints:      93561
1371.87/1375.53	c #Conflicts:    3038000 | #Constraints:      94579
1371.87/1375.53	c #Conflicts:    3039000 | #Constraints:      95579
1371.87/1375.53	c #Conflicts:    3040000 | #Constraints:      96579
1371.87/1375.53	c #Conflicts:    3041000 | #Constraints:      97579
1371.87/1375.53	c #Conflicts:    3042000 | #Constraints:      98593
1371.87/1375.53	c #Conflicts:    3043000 | #Constraints:      99593
1371.87/1375.53	c #Conflicts:    3044000 | #Constraints:     100594
1371.87/1375.53	c #Conflicts:    3045000 | #Constraints:     101607
1371.87/1375.53	c #Conflicts:    3046000 | #Constraints:     102607
1371.87/1375.53	c #Conflicts:    3047000 | #Constraints:     103608
1371.87/1375.53	c #Conflicts:    3048000 | #Constraints:     104609
1371.87/1375.53	c #Conflicts:    3049000 | #Constraints:     105610
1371.87/1375.53	c #Conflicts:    3050000 | #Constraints:     106613
1371.87/1375.53	c #Conflicts:    3051000 | #Constraints:     107613
1371.87/1375.53	c #Conflicts:    3052000 | #Constraints:     108613
1371.87/1375.53	c #Conflicts:    3053000 | #Constraints:     109770
1371.87/1375.53	c #Conflicts:    3054000 | #Constraints:     110778
1371.87/1375.53	c #Conflicts:    3055000 | #Constraints:     111779
1371.87/1375.53	c #Conflicts:    3056000 | #Constraints:     112779
1371.87/1375.53	c #Conflicts:    3057000 | #Constraints:     113779
1371.87/1375.53	c #Conflicts:    3058000 | #Constraints:     114781
1371.87/1375.53	c #Conflicts:    3059000 | #Constraints:     115781
1371.87/1375.53	c #Conflicts:    3060000 | #Constraints:     116782
1371.87/1375.53	c #Conflicts:    3061000 | #Constraints:     117784
1371.87/1375.53	c #Conflicts:    3062000 | #Constraints:     118791
1371.87/1375.53	c #Conflicts:    3063000 | #Constraints:     119791
1371.87/1375.53	c #Conflicts:    3064000 | #Constraints:     120791
1371.87/1375.53	c #Conflicts:    3065000 | #Constraints:     121791
1371.87/1375.53	c #Conflicts:    3066000 | #Constraints:     122791
1371.87/1375.53	c #Conflicts:    3067000 | #Constraints:     123791
1371.87/1375.53	c #Conflicts:    3068000 | #Constraints:     124791
1371.87/1375.53	c #Conflicts:    3069000 | #Constraints:     125791
1371.87/1375.53	c #Conflicts:    3070000 | #Constraints:     126791
1371.87/1375.53	c #Conflicts:    3071000 | #Constraints:     127791
1371.87/1375.53	c INPROCESSING
1371.87/1375.53	c GARBAGE COLLECT
1371.87/1375.53	c #Conflicts:    3072000 | #Constraints:      93731
1371.87/1375.53	c #Conflicts:    3073000 | #Constraints:      94731
1371.87/1375.53	c #Conflicts:    3074000 | #Constraints:      95731
1371.87/1375.53	c #Conflicts:    3075000 | #Constraints:      96731
1371.87/1375.53	c #Conflicts:    3076000 | #Constraints:      97731
1371.87/1375.53	c #Conflicts:    3077000 | #Constraints:      98732
1371.87/1375.53	c #Conflicts:    3078000 | #Constraints:      99732
1371.87/1375.53	c #Conflicts:    3079000 | #Constraints:     100732
1371.87/1375.53	c #Conflicts:    3080000 | #Constraints:     101732
1371.87/1375.53	c #Conflicts:    3081000 | #Constraints:     102733
1371.87/1375.53	c #Conflicts:    3082000 | #Constraints:     103733
1371.87/1375.53	c #Conflicts:    3083000 | #Constraints:     104733
1371.87/1375.53	c #Conflicts:    3084000 | #Constraints:     105733
1371.87/1375.53	c #Conflicts:    3085000 | #Constraints:     106733
1371.87/1375.53	c #Conflicts:    3086000 | #Constraints:     107733
1371.87/1375.53	c #Conflicts:    3087000 | #Constraints:     108733
1385.93/1389.63	c #Conflicts:    3088000 | #Constraints:     109734
1385.93/1389.63	c #Conflicts:    3089000 | #Constraints:     110734
1385.93/1389.63	c #Conflicts:    3090000 | #Constraints:     111734
1385.93/1389.63	c #Conflicts:    3091000 | #Constraints:     112735
1385.93/1389.63	c #Conflicts:    3092000 | #Constraints:     113907
1385.93/1389.63	c #Conflicts:    3093000 | #Constraints:     115366
1385.93/1389.63	c #Conflicts:    3094000 | #Constraints:     116371
1385.93/1389.63	c #Conflicts:    3095000 | #Constraints:     117486
1385.93/1389.63	c #Conflicts:    3096000 | #Constraints:     118905
1385.93/1389.63	c #Conflicts:    3097000 | #Constraints:     119905
1385.93/1389.63	c #Conflicts:    3098000 | #Constraints:     120905
1385.93/1389.63	c #Conflicts:    3099000 | #Constraints:     121905
1385.93/1389.63	c #Conflicts:    3100000 | #Constraints:     122906
1385.93/1389.63	c #Conflicts:    3101000 | #Constraints:     123906
1385.93/1389.63	c #Conflicts:    3102000 | #Constraints:     124907
1385.93/1389.63	c #Conflicts:    3103000 | #Constraints:     125907
1385.93/1389.63	c #Conflicts:    3104000 | #Constraints:     126907
1385.93/1389.63	c #Conflicts:    3105000 | #Constraints:     127917
1385.93/1389.63	c #Conflicts:    3106000 | #Constraints:     128940
1385.93/1389.63	c INPROCESSING
1385.93/1389.63	c GARBAGE COLLECT
1385.93/1389.63	c rational objective 921.307
1421.35/1425.14	c #Conflicts:    3107000 | #Constraints:      94226
1421.35/1425.14	c #Conflicts:    3108000 | #Constraints:      95226
1421.35/1425.14	c #Conflicts:    3109000 | #Constraints:      96226
1421.35/1425.14	c #Conflicts:    3110000 | #Constraints:      97246
1421.35/1425.14	c #Conflicts:    3111000 | #Constraints:      98246
1421.35/1425.14	c #Conflicts:    3112000 | #Constraints:      99246
1421.35/1425.14	c #Conflicts:    3113000 | #Constraints:     100247
1421.35/1425.14	c #Conflicts:    3114000 | #Constraints:     101290
1421.35/1425.14	c #Conflicts:    3115000 | #Constraints:     102290
1421.35/1425.14	c #Conflicts:    3116000 | #Constraints:     103290
1421.35/1425.14	c #Conflicts:    3117000 | #Constraints:     104290
1421.35/1425.14	c #Conflicts:    3118000 | #Constraints:     105435
1421.35/1425.14	c #Conflicts:    3119000 | #Constraints:     106548
1421.35/1425.14	c #Conflicts:    3120000 | #Constraints:     107548
1421.35/1425.14	c #Conflicts:    3121000 | #Constraints:     108548
1421.35/1425.14	c #Conflicts:    3122000 | #Constraints:     109548
1421.35/1425.14	c #Conflicts:    3123000 | #Constraints:     110548
1421.35/1425.14	c #Conflicts:    3124000 | #Constraints:     111548
1421.35/1425.14	c #Conflicts:    3125000 | #Constraints:     112548
1421.35/1425.14	c #Conflicts:    3126000 | #Constraints:     113571
1421.35/1425.14	c #Conflicts:    3127000 | #Constraints:     114571
1421.35/1425.14	c #Conflicts:    3128000 | #Constraints:     115571
1421.35/1425.14	c #Conflicts:    3129000 | #Constraints:     116572
1421.35/1425.14	c #Conflicts:    3130000 | #Constraints:     117572
1421.35/1425.14	c #Conflicts:    3131000 | #Constraints:     118572
1421.35/1425.14	c #Conflicts:    3132000 | #Constraints:     119573
1421.35/1425.14	c #Conflicts:    3133000 | #Constraints:     120573
1421.35/1425.14	c #Conflicts:    3134000 | #Constraints:     121573
1421.35/1425.14	c #Conflicts:    3135000 | #Constraints:     122573
1421.35/1425.14	c #Conflicts:    3136000 | #Constraints:     123573
1421.35/1425.14	c #Conflicts:    3137000 | #Constraints:     124573
1421.35/1425.14	c #Conflicts:    3138000 | #Constraints:     125573
1421.35/1425.14	c #Conflicts:    3139000 | #Constraints:     126573
1421.35/1425.14	c #Conflicts:    3140000 | #Constraints:     127574
1421.35/1425.14	c #Conflicts:    3141000 | #Constraints:     129019
1421.35/1425.14	c INPROCESSING
1421.35/1425.14	c GARBAGE COLLECT
1421.35/1425.14	c #Conflicts:    3142000 | #Constraints:      94095
1421.35/1425.14	c #Conflicts:    3143000 | #Constraints:      95095
1421.35/1425.14	c #Conflicts:    3144000 | #Constraints:      96095
1421.35/1425.14	c #Conflicts:    3145000 | #Constraints:      97095
1421.35/1425.14	c #Conflicts:    3146000 | #Constraints:      98095
1421.35/1425.14	c #Conflicts:    3147000 | #Constraints:      99095
1421.35/1425.14	c #Conflicts:    3148000 | #Constraints:     100144
1421.35/1425.14	c #Conflicts:    3149000 | #Constraints:     101327
1421.35/1425.14	c #Conflicts:    3150000 | #Constraints:     102509
1421.35/1425.14	c #Conflicts:    3151000 | #Constraints:     103509
1421.35/1425.14	c #Conflicts:    3152000 | #Constraints:     104509
1421.35/1425.14	c #Conflicts:    3153000 | #Constraints:     105509
1421.35/1425.14	c #Conflicts:    3154000 | #Constraints:     106510
1421.35/1425.14	c #Conflicts:    3155000 | #Constraints:     107510
1421.35/1425.14	c #Conflicts:    3156000 | #Constraints:     108512
1421.35/1425.14	c #Conflicts:    3157000 | #Constraints:     109512
1421.35/1425.14	c #Conflicts:    3158000 | #Constraints:     110512
1421.35/1425.14	c #Conflicts:    3159000 | #Constraints:     111512
1421.35/1425.14	c #Conflicts:    3160000 | #Constraints:     112513
1421.35/1425.14	c #Conflicts:    3161000 | #Constraints:     113513
1421.35/1425.14	c #Conflicts:    3162000 | #Constraints:     114514
1421.35/1425.14	c #Conflicts:    3163000 | #Constraints:     115514
1421.35/1425.14	c #Conflicts:    3164000 | #Constraints:     116514
1421.35/1425.14	c #Conflicts:    3165000 | #Constraints:     117515
1421.35/1425.14	c #Conflicts:    3166000 | #Constraints:     118515
1421.35/1425.14	c #Conflicts:    3167000 | #Constraints:     119516
1421.35/1425.14	c #Conflicts:    3168000 | #Constraints:     120517
1421.35/1425.14	c #Conflicts:    3169000 | #Constraints:     121518
1421.35/1425.14	c #Conflicts:    3170000 | #Constraints:     122519
1421.35/1425.14	c #Conflicts:    3171000 | #Constraints:     123519
1421.35/1425.14	c #Conflicts:    3172000 | #Constraints:     124519
1421.35/1425.14	c #Conflicts:    3173000 | #Constraints:     125521
1421.35/1425.14	c #Conflicts:    3174000 | #Constraints:     126521
1421.35/1425.14	c #Conflicts:    3175000 | #Constraints:     127522
1421.35/1425.14	c #Conflicts:    3176000 | #Constraints:     128522
1421.35/1425.14	c #Conflicts:    3177000 | #Constraints:     129522
1421.35/1425.14	c INPROCESSING
1421.35/1425.14	c GARBAGE COLLECT
1421.35/1425.14	c #Conflicts:    3178000 | #Constraints:      94507
1421.35/1425.14	c #Conflicts:    3179000 | #Constraints:      95507
1421.35/1425.14	c #Conflicts:    3180000 | #Constraints:      96508
1421.35/1425.14	c #Conflicts:    3181000 | #Constraints:      97508
1421.35/1425.14	c #Conflicts:    3182000 | #Constraints:      98823
1421.35/1425.14	c #Conflicts:    3183000 | #Constraints:      99944
1421.35/1425.14	c #Conflicts:    3184000 | #Constraints:     100944
1484.47/1488.48	c #Conflicts:    3185000 | #Constraints:     101944
1484.47/1488.48	c #Conflicts:    3186000 | #Constraints:     102944
1484.47/1488.48	c #Conflicts:    3187000 | #Constraints:     103945
1484.47/1488.48	c #Conflicts:    3188000 | #Constraints:     104945
1484.47/1488.48	c #Conflicts:    3189000 | #Constraints:     105946
1484.47/1488.48	c #Conflicts:    3190000 | #Constraints:     107033
1484.47/1488.48	c #Conflicts:    3191000 | #Constraints:     108033
1484.47/1488.48	c #Conflicts:    3192000 | #Constraints:     109033
1484.47/1488.48	c #Conflicts:    3193000 | #Constraints:     110075
1484.47/1488.48	c #Conflicts:    3194000 | #Constraints:     111513
1484.47/1488.48	c #Conflicts:    3195000 | #Constraints:     112972
1484.47/1488.48	c #Conflicts:    3196000 | #Constraints:     114434
1484.47/1488.48	c #Conflicts:    3197000 | #Constraints:     115881
1484.47/1488.48	c #Conflicts:    3198000 | #Constraints:     117309
1484.47/1488.48	c #Conflicts:    3199000 | #Constraints:     118776
1484.47/1488.48	c #Conflicts:    3200000 | #Constraints:     120226
1484.47/1488.48	c #Conflicts:    3201000 | #Constraints:     121673
1484.47/1488.48	c #Conflicts:    3202000 | #Constraints:     123110
1484.47/1488.48	c #Conflicts:    3203000 | #Constraints:     124552
1484.47/1488.48	c #Conflicts:    3204000 | #Constraints:     125983
1484.47/1488.48	c #Conflicts:    3205000 | #Constraints:     127407
1484.47/1488.48	c #Conflicts:    3206000 | #Constraints:     128502
1484.47/1488.48	c #Conflicts:    3207000 | #Constraints:     129502
1484.47/1488.48	c #Conflicts:    3208000 | #Constraints:     130502
1484.47/1488.48	c #Conflicts:    3209000 | #Constraints:     131502
1484.47/1488.48	c #Conflicts:    3210000 | #Constraints:     132502
1484.47/1488.48	c #Conflicts:    3211000 | #Constraints:     133504
1484.47/1488.48	c #Conflicts:    3212000 | #Constraints:     134505
1484.47/1488.48	c #Conflicts:    3213000 | #Constraints:     135505
1484.47/1488.48	c INPROCESSING
1484.47/1488.48	c GARBAGE COLLECT
1484.47/1488.48	c #Conflicts:    3214000 | #Constraints:      97587
1484.47/1488.48	c #Conflicts:    3215000 | #Constraints:      98616
1484.47/1488.48	c #Conflicts:    3216000 | #Constraints:      99650
1484.47/1488.48	c #Conflicts:    3217000 | #Constraints:     100687
1484.47/1488.48	c #Conflicts:    3218000 | #Constraints:     101691
1484.47/1488.48	c #Conflicts:    3219000 | #Constraints:     102692
1484.47/1488.48	c #Conflicts:    3220000 | #Constraints:     103818
1484.47/1488.48	c #Conflicts:    3221000 | #Constraints:     105305
1484.47/1488.48	c #Conflicts:    3222000 | #Constraints:     106521
1484.47/1488.48	c #Conflicts:    3223000 | #Constraints:     107953
1484.47/1488.48	c #Conflicts:    3224000 | #Constraints:     109399
1484.47/1488.48	c #Conflicts:    3225000 | #Constraints:     110799
1484.47/1488.48	c #Conflicts:    3226000 | #Constraints:     111805
1484.47/1488.48	c #Conflicts:    3227000 | #Constraints:     112836
1484.47/1488.48	c #Conflicts:    3228000 | #Constraints:     113836
1484.47/1488.48	c #Conflicts:    3229000 | #Constraints:     114837
1484.47/1488.48	c #Conflicts:    3230000 | #Constraints:     115837
1484.47/1488.48	c #Conflicts:    3231000 | #Constraints:     116837
1484.47/1488.48	c #Conflicts:    3232000 | #Constraints:     117854
1484.47/1488.48	c #Conflicts:    3233000 | #Constraints:     118854
1484.47/1488.48	c #Conflicts:    3234000 | #Constraints:     119854
1484.47/1488.48	c #Conflicts:    3235000 | #Constraints:     120854
1484.47/1488.48	c #Conflicts:    3236000 | #Constraints:     121854
1484.47/1488.48	c #Conflicts:    3237000 | #Constraints:     122855
1484.47/1488.48	c #Conflicts:    3238000 | #Constraints:     123855
1484.47/1488.48	c #Conflicts:    3239000 | #Constraints:     124858
1484.47/1488.48	c #Conflicts:    3240000 | #Constraints:     125862
1484.47/1488.48	c #Conflicts:    3241000 | #Constraints:     126862
1484.47/1488.48	c #Conflicts:    3242000 | #Constraints:     127862
1484.47/1488.48	c #Conflicts:    3243000 | #Constraints:     128945
1484.47/1488.48	c #Conflicts:    3244000 | #Constraints:     129945
1484.47/1488.48	c #Conflicts:    3245000 | #Constraints:     130945
1484.47/1488.48	c #Conflicts:    3246000 | #Constraints:     131945
1484.47/1488.48	c #Conflicts:    3247000 | #Constraints:     132945
1484.47/1488.48	c #Conflicts:    3248000 | #Constraints:     133945
1484.47/1488.48	c #Conflicts:    3249000 | #Constraints:     134945
1484.47/1488.48	c INPROCESSING
1484.47/1488.48	c GARBAGE COLLECT
1484.47/1488.48	c rational objective 921.329
1529.55/1533.60	c #Conflicts:    3250000 | #Constraints:      97302
1529.55/1533.60	c #Conflicts:    3251000 | #Constraints:      98302
1529.55/1533.60	c #Conflicts:    3252000 | #Constraints:      99303
1529.55/1533.60	c #Conflicts:    3253000 | #Constraints:     100303
1529.55/1533.60	c #Conflicts:    3254000 | #Constraints:     101303
1529.55/1533.60	c #Conflicts:    3255000 | #Constraints:     102303
1529.55/1533.60	c #Conflicts:    3256000 | #Constraints:     103304
1529.55/1533.60	c #Conflicts:    3257000 | #Constraints:     104304
1529.55/1533.60	c #Conflicts:    3258000 | #Constraints:     105304
1529.55/1533.60	c #Conflicts:    3259000 | #Constraints:     106304
1529.55/1533.60	c #Conflicts:    3260000 | #Constraints:     107306
1529.55/1533.60	c #Conflicts:    3261000 | #Constraints:     108306
1529.55/1533.60	c #Conflicts:    3262000 | #Constraints:     109306
1529.55/1533.60	c #Conflicts:    3263000 | #Constraints:     110332
1529.55/1533.60	c #Conflicts:    3264000 | #Constraints:     111332
1529.55/1533.60	c #Conflicts:    3265000 | #Constraints:     112332
1529.55/1533.60	c #Conflicts:    3266000 | #Constraints:     113332
1529.55/1533.60	c #Conflicts:    3267000 | #Constraints:     114496
1529.55/1533.60	c #Conflicts:    3268000 | #Constraints:     115973
1529.55/1533.60	c #Conflicts:    3269000 | #Constraints:     117439
1529.55/1533.60	c #Conflicts:    3270000 | #Constraints:     118617
1529.55/1533.60	c #Conflicts:    3271000 | #Constraints:     119617
1529.55/1533.60	c #Conflicts:    3272000 | #Constraints:     120705
1529.55/1533.60	c #Conflicts:    3273000 | #Constraints:     121713
1529.55/1533.60	c #Conflicts:    3274000 | #Constraints:     122713
1529.55/1533.60	c #Conflicts:    3275000 | #Constraints:     123714
1529.55/1533.60	c #Conflicts:    3276000 | #Constraints:     124714
1529.55/1533.60	c #Conflicts:    3277000 | #Constraints:     125714
1529.55/1533.60	c #Conflicts:    3278000 | #Constraints:     126715
1529.55/1533.60	c #Conflicts:    3279000 | #Constraints:     127717
1529.55/1533.60	c #Conflicts:    3280000 | #Constraints:     128717
1529.55/1533.60	c #Conflicts:    3281000 | #Constraints:     129717
1529.55/1533.60	c #Conflicts:    3282000 | #Constraints:     130717
1529.55/1533.60	c #Conflicts:    3283000 | #Constraints:     131737
1529.55/1533.60	c #Conflicts:    3284000 | #Constraints:     132737
1529.55/1533.60	c #Conflicts:    3285000 | #Constraints:     133737
1529.55/1533.60	c INPROCESSING
1529.55/1533.60	c GARBAGE COLLECT
1529.55/1533.60	c #Conflicts:    3286000 | #Constraints:      96665
1529.55/1533.60	c #Conflicts:    3287000 | #Constraints:      98126
1529.55/1533.60	c #Conflicts:    3288000 | #Constraints:      99583
1529.55/1533.60	c #Conflicts:    3289000 | #Constraints:     100897
1529.55/1533.60	c #Conflicts:    3290000 | #Constraints:     101897
1529.55/1533.60	c #Conflicts:    3291000 | #Constraints:     102897
1529.55/1533.60	c #Conflicts:    3292000 | #Constraints:     103897
1529.55/1533.60	c #Conflicts:    3293000 | #Constraints:     104897
1529.55/1533.60	c #Conflicts:    3294000 | #Constraints:     105897
1529.55/1533.60	c #Conflicts:    3295000 | #Constraints:     106898
1529.55/1533.60	c #Conflicts:    3296000 | #Constraints:     107898
1529.55/1533.60	c #Conflicts:    3297000 | #Constraints:     108899
1529.55/1533.60	c #Conflicts:    3298000 | #Constraints:     109899
1529.55/1533.60	c #Conflicts:    3299000 | #Constraints:     110899
1529.55/1533.60	c #Conflicts:    3300000 | #Constraints:     112134
1529.55/1533.60	c #Conflicts:    3301000 | #Constraints:     113212
1529.55/1533.60	c #Conflicts:    3302000 | #Constraints:     114212
1529.55/1533.60	c #Conflicts:    3303000 | #Constraints:     115212
1529.55/1533.60	c #Conflicts:    3304000 | #Constraints:     116212
1529.55/1533.60	c #Conflicts:    3305000 | #Constraints:     117212
1529.55/1533.60	c #Conflicts:    3306000 | #Constraints:     118212
1529.55/1533.60	c #Conflicts:    3307000 | #Constraints:     119212
1529.55/1533.60	c #Conflicts:    3308000 | #Constraints:     120212
1529.55/1533.60	c #Conflicts:    3309000 | #Constraints:     121212
1529.55/1533.60	c #Conflicts:    3310000 | #Constraints:     122212
1529.55/1533.60	c #Conflicts:    3311000 | #Constraints:     123212
1529.55/1533.60	c #Conflicts:    3312000 | #Constraints:     124212
1529.55/1533.60	c #Conflicts:    3313000 | #Constraints:     125212
1529.55/1533.60	c #Conflicts:    3314000 | #Constraints:     126212
1529.55/1533.60	c #Conflicts:    3315000 | #Constraints:     127212
1529.55/1533.60	c #Conflicts:    3316000 | #Constraints:     128212
1529.55/1533.60	c #Conflicts:    3317000 | #Constraints:     129212
1529.55/1533.60	c #Conflicts:    3318000 | #Constraints:     130212
1529.55/1533.60	c #Conflicts:    3319000 | #Constraints:     131212
1529.55/1533.60	c #Conflicts:    3320000 | #Constraints:     132212
1529.55/1533.60	c #Conflicts:    3321000 | #Constraints:     133278
1529.55/1533.60	c INPROCESSING
1529.55/1533.60	c GARBAGE COLLECT
1529.55/1533.60	c #Conflicts:    3322000 | #Constraints:      96178
1529.55/1533.60	c #Conflicts:    3323000 | #Constraints:      97178
1529.55/1533.60	c #Conflicts:    3324000 | #Constraints:      98178
1529.55/1533.60	c #Conflicts:    3325000 | #Constraints:      99178
1529.55/1533.60	c #Conflicts:    3326000 | #Constraints:     100179
1529.55/1533.60	c #Conflicts:    3327000 | #Constraints:     101180
1545.41/1549.58	c #Conflicts:    3328000 | #Constraints:     102181
1545.41/1549.58	c #Conflicts:    3329000 | #Constraints:     103183
1545.41/1549.58	c #Conflicts:    3330000 | #Constraints:     104183
1545.41/1549.58	c #Conflicts:    3331000 | #Constraints:     105183
1545.41/1549.58	c #Conflicts:    3332000 | #Constraints:     106183
1545.41/1549.58	c #Conflicts:    3333000 | #Constraints:     107184
1545.41/1549.58	c #Conflicts:    3334000 | #Constraints:     108184
1545.41/1549.58	c #Conflicts:    3335000 | #Constraints:     109202
1545.41/1549.58	c #Conflicts:    3336000 | #Constraints:     110202
1545.41/1549.58	c #Conflicts:    3337000 | #Constraints:     111266
1545.41/1549.58	c #Conflicts:    3338000 | #Constraints:     112267
1545.41/1549.58	c #Conflicts:    3339000 | #Constraints:     113268
1545.41/1549.58	c #Conflicts:    3340000 | #Constraints:     114268
1545.41/1549.58	c #Conflicts:    3341000 | #Constraints:     115268
1545.41/1549.58	c #Conflicts:    3342000 | #Constraints:     116310
1545.41/1549.58	c #Conflicts:    3343000 | #Constraints:     117312
1545.41/1549.58	c #Conflicts:    3344000 | #Constraints:     118371
1545.41/1549.58	c #Conflicts:    3345000 | #Constraints:     119729
1545.41/1549.58	c #Conflicts:    3346000 | #Constraints:     120729
1545.41/1549.58	c #Conflicts:    3347000 | #Constraints:     121729
1545.41/1549.58	c #Conflicts:    3348000 | #Constraints:     122729
1545.41/1549.58	c #Conflicts:    3349000 | #Constraints:     123729
1545.41/1549.58	c #Conflicts:    3350000 | #Constraints:     124729
1545.41/1549.58	c #Conflicts:    3351000 | #Constraints:     125729
1545.41/1549.58	c #Conflicts:    3352000 | #Constraints:     126729
1545.41/1549.58	c #Conflicts:    3353000 | #Constraints:     127729
1545.41/1549.58	c #Conflicts:    3354000 | #Constraints:     128729
1545.41/1549.58	c #Conflicts:    3355000 | #Constraints:     129752
1545.41/1549.58	c #Conflicts:    3356000 | #Constraints:     130752
1545.41/1549.58	c #Conflicts:    3357000 | #Constraints:     131752
1545.41/1549.58	c #Conflicts:    3358000 | #Constraints:     132754
1545.41/1549.58	c INPROCESSING
1545.41/1549.58	c GARBAGE COLLECT
1545.41/1549.58	c rational objective 921.348
1638.18/1642.52	c #Conflicts:    3359000 | #Constraints:      96120
1638.18/1642.52	c #Conflicts:    3360000 | #Constraints:      97121
1638.18/1642.52	c #Conflicts:    3361000 | #Constraints:      98121
1638.18/1642.52	c #Conflicts:    3362000 | #Constraints:      99122
1638.18/1642.52	c #Conflicts:    3363000 | #Constraints:     100122
1638.18/1642.52	c #Conflicts:    3364000 | #Constraints:     101122
1638.18/1642.52	c #Conflicts:    3365000 | #Constraints:     102122
1638.18/1642.52	c #Conflicts:    3366000 | #Constraints:     103194
1638.18/1642.52	c #Conflicts:    3367000 | #Constraints:     104194
1638.18/1642.52	c #Conflicts:    3368000 | #Constraints:     105194
1638.18/1642.52	c #Conflicts:    3369000 | #Constraints:     106194
1638.18/1642.52	c #Conflicts:    3370000 | #Constraints:     107194
1638.18/1642.52	c #Conflicts:    3371000 | #Constraints:     108289
1638.18/1642.52	c #Conflicts:    3372000 | #Constraints:     109444
1638.18/1642.52	c #Conflicts:    3373000 | #Constraints:     110444
1638.18/1642.52	c #Conflicts:    3374000 | #Constraints:     111444
1638.18/1642.52	c #Conflicts:    3375000 | #Constraints:     112445
1638.18/1642.52	c #Conflicts:    3376000 | #Constraints:     113445
1638.18/1642.52	c #Conflicts:    3377000 | #Constraints:     114445
1638.18/1642.52	c #Conflicts:    3378000 | #Constraints:     115445
1638.18/1642.52	c #Conflicts:    3379000 | #Constraints:     116445
1638.18/1642.52	c #Conflicts:    3380000 | #Constraints:     117446
1638.18/1642.52	c #Conflicts:    3381000 | #Constraints:     118447
1638.18/1642.52	c #Conflicts:    3382000 | #Constraints:     119447
1638.18/1642.52	c #Conflicts:    3383000 | #Constraints:     120447
1638.18/1642.52	c #Conflicts:    3384000 | #Constraints:     121447
1638.18/1642.52	c #Conflicts:    3385000 | #Constraints:     122453
1638.18/1642.52	c #Conflicts:    3386000 | #Constraints:     123454
1638.18/1642.52	c #Conflicts:    3387000 | #Constraints:     124454
1638.18/1642.52	c #Conflicts:    3388000 | #Constraints:     125454
1638.18/1642.52	c #Conflicts:    3389000 | #Constraints:     126454
1638.18/1642.52	c #Conflicts:    3390000 | #Constraints:     127455
1638.18/1642.52	c #Conflicts:    3391000 | #Constraints:     128456
1638.18/1642.52	c #Conflicts:    3392000 | #Constraints:     129456
1638.18/1642.52	c #Conflicts:    3393000 | #Constraints:     130456
1638.18/1642.52	c #Conflicts:    3394000 | #Constraints:     131457
1638.18/1642.52	c #Conflicts:    3395000 | #Constraints:     132457
1638.18/1642.52	c INPROCESSING
1638.18/1642.52	c GARBAGE COLLECT
1638.18/1642.52	c #Conflicts:    3396000 | #Constraints:      96055
1638.18/1642.52	c #Conflicts:    3397000 | #Constraints:      97055
1638.18/1642.52	c #Conflicts:    3398000 | #Constraints:      98105
1638.18/1642.52	c #Conflicts:    3399000 | #Constraints:      99105
1638.18/1642.52	c #Conflicts:    3400000 | #Constraints:     100272
1638.18/1642.52	c #Conflicts:    3401000 | #Constraints:     101724
1638.18/1642.52	c #Conflicts:    3402000 | #Constraints:     103169
1638.18/1642.52	c #Conflicts:    3403000 | #Constraints:     104608
1638.18/1642.52	c #Conflicts:    3404000 | #Constraints:     106057
1638.18/1642.52	c #Conflicts:    3405000 | #Constraints:     107511
1638.18/1642.52	c #Conflicts:    3406000 | #Constraints:     108957
1638.18/1642.52	c #Conflicts:    3407000 | #Constraints:     110382
1638.18/1642.52	c #Conflicts:    3408000 | #Constraints:     111834
1638.18/1642.52	c #Conflicts:    3409000 | #Constraints:     113274
1638.18/1642.52	c #Conflicts:    3410000 | #Constraints:     114710
1638.18/1642.52	c #Conflicts:    3411000 | #Constraints:     116157
1638.18/1642.52	c #Conflicts:    3412000 | #Constraints:     117625
1638.18/1642.52	c #Conflicts:    3413000 | #Constraints:     119094
1638.18/1642.52	c #Conflicts:    3414000 | #Constraints:     120538
1638.18/1642.52	c #Conflicts:    3415000 | #Constraints:     122007
1638.18/1642.52	c #Conflicts:    3416000 | #Constraints:     123467
1638.18/1642.52	c #Conflicts:    3417000 | #Constraints:     124925
1638.18/1642.52	c #Conflicts:    3418000 | #Constraints:     126374
1638.18/1642.52	c #Conflicts:    3419000 | #Constraints:     127801
1638.18/1642.52	c #Conflicts:    3420000 | #Constraints:     129230
1638.18/1642.52	c #Conflicts:    3421000 | #Constraints:     130680
1638.18/1642.52	c #Conflicts:    3422000 | #Constraints:     132155
1638.18/1642.52	c #Conflicts:    3423000 | #Constraints:     133641
1638.18/1642.52	c #Conflicts:    3424000 | #Constraints:     135090
1638.18/1642.52	c #Conflicts:    3425000 | #Constraints:     136545
1638.18/1642.52	c #Conflicts:    3426000 | #Constraints:     138000
1638.18/1642.52	c #Conflicts:    3427000 | #Constraints:     139463
1638.18/1642.52	c #Conflicts:    3428000 | #Constraints:     140931
1638.18/1642.52	c #Conflicts:    3429000 | #Constraints:     142376
1638.18/1642.52	c #Conflicts:    3430000 | #Constraints:     143809
1638.18/1642.52	c #Conflicts:    3431000 | #Constraints:     145257
1638.18/1642.52	c #Conflicts:    3432000 | #Constraints:     146719
1638.18/1642.52	c INPROCESSING
1638.18/1642.52	c GARBAGE COLLECT
1638.18/1642.52	c #Conflicts:    3433000 | #Constraints:     103198
1638.18/1642.52	c #Conflicts:    3434000 | #Constraints:     104198
1638.18/1642.52	c #Conflicts:    3435000 | #Constraints:     105198
1638.18/1642.52	c #Conflicts:    3436000 | #Constraints:     106198
1672.40/1676.89	c #Conflicts:    3437000 | #Constraints:     107198
1672.40/1676.89	c #Conflicts:    3438000 | #Constraints:     108198
1672.40/1676.89	c #Conflicts:    3439000 | #Constraints:     109198
1672.40/1676.89	c #Conflicts:    3440000 | #Constraints:     110198
1672.40/1676.89	c #Conflicts:    3441000 | #Constraints:     111198
1672.40/1676.89	c #Conflicts:    3442000 | #Constraints:     112198
1672.40/1676.89	c #Conflicts:    3443000 | #Constraints:     113198
1672.40/1676.89	c #Conflicts:    3444000 | #Constraints:     114198
1672.40/1676.89	c #Conflicts:    3445000 | #Constraints:     115198
1672.40/1676.89	c #Conflicts:    3446000 | #Constraints:     116199
1672.40/1676.89	c #Conflicts:    3447000 | #Constraints:     117199
1672.40/1676.89	c #Conflicts:    3448000 | #Constraints:     118199
1672.40/1676.89	c #Conflicts:    3449000 | #Constraints:     119199
1672.40/1676.89	c #Conflicts:    3450000 | #Constraints:     120199
1672.40/1676.89	c #Conflicts:    3451000 | #Constraints:     121199
1672.40/1676.89	c #Conflicts:    3452000 | #Constraints:     122202
1672.40/1676.89	c #Conflicts:    3453000 | #Constraints:     123202
1672.40/1676.89	c #Conflicts:    3454000 | #Constraints:     124202
1672.40/1676.89	c #Conflicts:    3455000 | #Constraints:     125202
1672.40/1676.89	c #Conflicts:    3456000 | #Constraints:     126202
1672.40/1676.89	c #Conflicts:    3457000 | #Constraints:     127202
1672.40/1676.89	c #Conflicts:    3458000 | #Constraints:     128202
1672.40/1676.89	c #Conflicts:    3459000 | #Constraints:     129203
1672.40/1676.89	c #Conflicts:    3460000 | #Constraints:     130203
1672.40/1676.89	c #Conflicts:    3461000 | #Constraints:     131282
1672.40/1676.89	c #Conflicts:    3462000 | #Constraints:     132398
1672.40/1676.89	c #Conflicts:    3463000 | #Constraints:     133696
1672.40/1676.89	c #Conflicts:    3464000 | #Constraints:     134697
1672.40/1676.89	c #Conflicts:    3465000 | #Constraints:     135756
1672.40/1676.89	c #Conflicts:    3466000 | #Constraints:     136916
1672.40/1676.89	c #Conflicts:    3467000 | #Constraints:     137919
1672.40/1676.89	c #Conflicts:    3468000 | #Constraints:     138919
1672.40/1676.89	c #Conflicts:    3469000 | #Constraints:     139919
1672.40/1676.89	c INPROCESSING
1672.40/1676.89	c GARBAGE COLLECT
1672.40/1676.89	c #Conflicts:    3470000 | #Constraints:      99704
1672.40/1676.89	c #Conflicts:    3471000 | #Constraints:     100704
1672.40/1676.89	c #Conflicts:    3472000 | #Constraints:     101704
1672.40/1676.89	c #Conflicts:    3473000 | #Constraints:     102704
1672.40/1676.89	c #Conflicts:    3474000 | #Constraints:     103704
1672.40/1676.89	c #Conflicts:    3475000 | #Constraints:     104704
1672.40/1676.89	c #Conflicts:    3476000 | #Constraints:     105704
1672.40/1676.89	c #Conflicts:    3477000 | #Constraints:     106704
1672.40/1676.89	c #Conflicts:    3478000 | #Constraints:     107704
1672.40/1676.89	c #Conflicts:    3479000 | #Constraints:     108704
1672.40/1676.89	c #Conflicts:    3480000 | #Constraints:     109704
1672.40/1676.89	c #Conflicts:    3481000 | #Constraints:     110704
1672.40/1676.89	c #Conflicts:    3482000 | #Constraints:     111704
1672.40/1676.89	c #Conflicts:    3483000 | #Constraints:     112704
1672.40/1676.89	c #Conflicts:    3484000 | #Constraints:     113704
1672.40/1676.89	c #Conflicts:    3485000 | #Constraints:     114704
1672.40/1676.89	c #Conflicts:    3486000 | #Constraints:     115704
1672.40/1676.89	c #Conflicts:    3487000 | #Constraints:     116704
1672.40/1676.89	c #Conflicts:    3488000 | #Constraints:     117704
1672.40/1676.89	c #Conflicts:    3489000 | #Constraints:     118704
1672.40/1676.89	c #Conflicts:    3490000 | #Constraints:     119704
1672.40/1676.89	c #Conflicts:    3491000 | #Constraints:     120704
1672.40/1676.89	c #Conflicts:    3492000 | #Constraints:     121704
1672.40/1676.89	c #Conflicts:    3493000 | #Constraints:     122704
1672.40/1676.89	c #Conflicts:    3494000 | #Constraints:     123704
1672.40/1676.89	c #Conflicts:    3495000 | #Constraints:     124704
1672.40/1676.89	c #Conflicts:    3496000 | #Constraints:     125704
1672.40/1676.89	c #Conflicts:    3497000 | #Constraints:     126705
1672.40/1676.89	c #Conflicts:    3498000 | #Constraints:     127705
1672.40/1676.89	c #Conflicts:    3499000 | #Constraints:     128705
1672.40/1676.89	c #Conflicts:    3500000 | #Constraints:     129705
1672.40/1676.89	c #Conflicts:    3501000 | #Constraints:     130705
1672.40/1676.89	c #Conflicts:    3502000 | #Constraints:     131705
1672.40/1676.89	c #Conflicts:    3503000 | #Constraints:     132705
1672.40/1676.89	c #Conflicts:    3504000 | #Constraints:     133705
1672.40/1676.89	c #Conflicts:    3505000 | #Constraints:     134705
1672.40/1676.89	c #Conflicts:    3506000 | #Constraints:     135705
1672.40/1676.89	c INPROCESSING
1672.40/1676.89	c GARBAGE COLLECT
1672.40/1676.89	c #Conflicts:    3507000 | #Constraints:      97385
1672.40/1676.89	c #Conflicts:    3508000 | #Constraints:      98389
1672.40/1676.89	c #Conflicts:    3509000 | #Constraints:      99389
1672.40/1676.89	c #Conflicts:    3510000 | #Constraints:     100389
1672.40/1676.89	c #Conflicts:    3511000 | #Constraints:     101390
1672.40/1676.89	c #Conflicts:    3512000 | #Constraints:     102806
1672.40/1676.89	c #Conflicts:    3513000 | #Constraints:     104270
1769.64/1774.33	c #Conflicts:    3514000 | #Constraints:     105760
1769.64/1774.33	c #Conflicts:    3515000 | #Constraints:     107238
1769.64/1774.33	c #Conflicts:    3516000 | #Constraints:     108715
1769.64/1774.33	c #Conflicts:    3517000 | #Constraints:     110181
1769.64/1774.33	c #Conflicts:    3518000 | #Constraints:     111623
1769.64/1774.33	c #Conflicts:    3519000 | #Constraints:     113099
1769.64/1774.33	c #Conflicts:    3520000 | #Constraints:     114576
1769.64/1774.33	c #Conflicts:    3521000 | #Constraints:     116032
1769.64/1774.33	c #Conflicts:    3522000 | #Constraints:     117517
1769.64/1774.33	c #Conflicts:    3523000 | #Constraints:     118999
1769.64/1774.33	c #Conflicts:    3524000 | #Constraints:     120486
1769.64/1774.33	c #Conflicts:    3525000 | #Constraints:     121948
1769.64/1774.33	c #Conflicts:    3526000 | #Constraints:     123403
1769.64/1774.33	c #Conflicts:    3527000 | #Constraints:     124876
1769.64/1774.33	c #Conflicts:    3528000 | #Constraints:     126336
1769.64/1774.33	c #Conflicts:    3529000 | #Constraints:     127810
1769.64/1774.33	c #Conflicts:    3530000 | #Constraints:     129270
1769.64/1774.33	c #Conflicts:    3531000 | #Constraints:     130719
1769.64/1774.33	c #Conflicts:    3532000 | #Constraints:     132177
1769.64/1774.33	c #Conflicts:    3533000 | #Constraints:     133640
1769.64/1774.33	c #Conflicts:    3534000 | #Constraints:     135099
1769.64/1774.33	c #Conflicts:    3535000 | #Constraints:     136549
1769.64/1774.33	c #Conflicts:    3536000 | #Constraints:     137991
1769.64/1774.33	c #Conflicts:    3537000 | #Constraints:     139454
1769.64/1774.33	c #Conflicts:    3538000 | #Constraints:     140921
1769.64/1774.33	c #Conflicts:    3539000 | #Constraints:     142376
1769.64/1774.33	c #Conflicts:    3540000 | #Constraints:     143836
1769.64/1774.33	c #Conflicts:    3541000 | #Constraints:     145300
1769.64/1774.33	c #Conflicts:    3542000 | #Constraints:     146785
1769.64/1774.33	c #Conflicts:    3543000 | #Constraints:     148261
1769.64/1774.33	c #Conflicts:    3544000 | #Constraints:     149712
1769.64/1774.33	c INPROCESSING
1769.64/1774.33	c GARBAGE COLLECT
1769.64/1774.33	c #Conflicts:    3545000 | #Constraints:     104649
1769.64/1774.33	c #Conflicts:    3546000 | #Constraints:     105649
1769.64/1774.33	c #Conflicts:    3547000 | #Constraints:     106649
1769.64/1774.33	c #Conflicts:    3548000 | #Constraints:     107649
1769.64/1774.33	c #Conflicts:    3549000 | #Constraints:     108649
1769.64/1774.33	c #Conflicts:    3550000 | #Constraints:     109649
1769.64/1774.33	c #Conflicts:    3551000 | #Constraints:     110649
1769.64/1774.33	c #Conflicts:    3552000 | #Constraints:     111649
1769.64/1774.33	c #Conflicts:    3553000 | #Constraints:     112649
1769.64/1774.33	c #Conflicts:    3554000 | #Constraints:     113649
1769.64/1774.33	c #Conflicts:    3555000 | #Constraints:     114649
1769.64/1774.33	c #Conflicts:    3556000 | #Constraints:     115649
1769.64/1774.33	c #Conflicts:    3557000 | #Constraints:     116649
1769.64/1774.33	c #Conflicts:    3558000 | #Constraints:     117649
1769.64/1774.33	c #Conflicts:    3559000 | #Constraints:     118649
1769.64/1774.33	c #Conflicts:    3560000 | #Constraints:     119649
1769.64/1774.33	c #Conflicts:    3561000 | #Constraints:     120649
1769.64/1774.33	c #Conflicts:    3562000 | #Constraints:     121649
1769.64/1774.33	c #Conflicts:    3563000 | #Constraints:     122649
1769.64/1774.33	c #Conflicts:    3564000 | #Constraints:     123649
1769.64/1774.33	c #Conflicts:    3565000 | #Constraints:     124649
1769.64/1774.33	c #Conflicts:    3566000 | #Constraints:     125649
1769.64/1774.33	c #Conflicts:    3567000 | #Constraints:     126649
1769.64/1774.33	c #Conflicts:    3568000 | #Constraints:     127649
1769.64/1774.33	c #Conflicts:    3569000 | #Constraints:     128649
1769.64/1774.33	c #Conflicts:    3570000 | #Constraints:     129649
1769.64/1774.33	c #Conflicts:    3571000 | #Constraints:     130649
1769.64/1774.33	c #Conflicts:    3572000 | #Constraints:     131649
1769.64/1774.33	c #Conflicts:    3573000 | #Constraints:     132649
1769.64/1774.33	c #Conflicts:    3574000 | #Constraints:     133649
1769.64/1774.33	c #Conflicts:    3575000 | #Constraints:     134649
1769.64/1774.33	c #Conflicts:    3576000 | #Constraints:     135649
1769.64/1774.33	c #Conflicts:    3577000 | #Constraints:     136649
1769.64/1774.33	c #Conflicts:    3578000 | #Constraints:     137649
1769.64/1774.33	c #Conflicts:    3579000 | #Constraints:     138649
1769.64/1774.33	c #Conflicts:    3580000 | #Constraints:     139649
1769.64/1774.33	c #Conflicts:    3581000 | #Constraints:     140649
1769.64/1774.33	c #Conflicts:    3582000 | #Constraints:     141649
1769.64/1774.33	c INPROCESSING
1769.64/1774.33	c GARBAGE COLLECT
1769.64/1774.33	c rational objective 921.373
1797.17/1801.91	c #Conflicts:    3583000 | #Constraints:     100658
1797.17/1801.91	c #Conflicts:    3584000 | #Constraints:     101658
1797.17/1801.91	c #Conflicts:    3585000 | #Constraints:     102658
1797.17/1801.91	c #Conflicts:    3586000 | #Constraints:     103658
1797.17/1801.91	c #Conflicts:    3587000 | #Constraints:     104658
1797.17/1801.91	c #Conflicts:    3588000 | #Constraints:     105658
1797.17/1801.91	c #Conflicts:    3589000 | #Constraints:     106658
1797.17/1801.91	c #Conflicts:    3590000 | #Constraints:     107658
1797.17/1801.91	c #Conflicts:    3591000 | #Constraints:     108658
1797.17/1801.91	c #Conflicts:    3592000 | #Constraints:     109658
1797.17/1801.91	c #Conflicts:    3593000 | #Constraints:     110658
1797.17/1801.91	c #Conflicts:    3594000 | #Constraints:     111658
1797.17/1801.91	c #Conflicts:    3595000 | #Constraints:     112658
1797.17/1801.91	c #Conflicts:    3596000 | #Constraints:     113658
1797.17/1801.91	c #Conflicts:    3597000 | #Constraints:     114658
1797.17/1801.91	c #Conflicts:    3598000 | #Constraints:     115658
1797.17/1801.91	c #Conflicts:    3599000 | #Constraints:     116658
1797.17/1801.91	c #Conflicts:    3600000 | #Constraints:     117658
1797.17/1801.91	c #Conflicts:    3601000 | #Constraints:     118658
1797.17/1801.91	c #Conflicts:    3602000 | #Constraints:     119658
1797.17/1801.91	c #Conflicts:    3603000 | #Constraints:     120658
1797.17/1801.91	c #Conflicts:    3604000 | #Constraints:     121658
1797.17/1801.91	c #Conflicts:    3605000 | #Constraints:     122658
1797.17/1801.91	c #Conflicts:    3606000 | #Constraints:     123658
1797.17/1801.91	c #Conflicts:    3607000 | #Constraints:     124658
1797.17/1801.91	c #Conflicts:    3608000 | #Constraints:     125658
1797.17/1801.91	c #Conflicts:    3609000 | #Constraints:     126658
1797.17/1801.91	c #Conflicts:    3610000 | #Constraints:     127658
1797.17/1801.91	c #Conflicts:    3611000 | #Constraints:     128658
1797.17/1801.91	c #Conflicts:    3612000 | #Constraints:     129658
1797.17/1801.91	c #Conflicts:    3613000 | #Constraints:     130658
1797.17/1801.91	c #Conflicts:    3614000 | #Constraints:     131658
1797.17/1801.91	c #Conflicts:    3615000 | #Constraints:     132658
1797.17/1801.91	c #Conflicts:    3616000 | #Constraints:     133658
1797.17/1801.91	c #Conflicts:    3617000 | #Constraints:     134658
1797.17/1801.91	c #Conflicts:    3618000 | #Constraints:     135658
1797.17/1801.91	c #Conflicts:    3619000 | #Constraints:     136658
1797.17/1801.91	c #Conflicts:    3620000 | #Constraints:     137658
1797.17/1801.91	c INPROCESSING
1797.17/1801.91	c GARBAGE COLLECT
1797.17/1801.91	c #Conflicts:    3621000 | #Constraints:      98662
1797.17/1801.91	c #Conflicts:    3622000 | #Constraints:      99662
1797.17/1801.91	c #Conflicts:    3623000 | #Constraints:     100662
1797.17/1801.91	c #Conflicts:    3624000 | #Constraints:     101662
1797.17/1801.91	c #Conflicts:    3625000 | #Constraints:     102662
1797.17/1801.91	c #Conflicts:    3626000 | #Constraints:     103662
1797.17/1801.91	c #Conflicts:    3627000 | #Constraints:     104662
1797.17/1801.91	c #Conflicts:    3628000 | #Constraints:     105662
1797.17/1801.91	c #Conflicts:    3629000 | #Constraints:     106662
1797.17/1801.91	c #Conflicts:    3630000 | #Constraints:     107662
1797.17/1801.91	c #Conflicts:    3631000 | #Constraints:     108663
1797.17/1801.91	c #Conflicts:    3632000 | #Constraints:     109663
1797.17/1801.91	c #Conflicts:    3633000 | #Constraints:     110663
1797.17/1801.91	c #Conflicts:    3634000 | #Constraints:     111663
1797.17/1801.91	c #Conflicts:    3635000 | #Constraints:     112664
1797.17/1801.91	c #Conflicts:    3636000 | #Constraints:     113665
1797.17/1801.91	c #Conflicts:    3637000 | #Constraints:     114665
1797.17/1801.91	c #Conflicts:    3638000 | #Constraints:     115665
1797.17/1801.91	c #Conflicts:    3639000 | #Constraints:     116665
1797.17/1801.91	c #Conflicts:    3640000 | #Constraints:     117665
1797.17/1801.91	c #Conflicts:    3641000 | #Constraints:     118665
1797.17/1801.91	c #Conflicts:    3642000 | #Constraints:     119665
1797.17/1801.91	c #Conflicts:    3643000 | #Constraints:     120665
1797.17/1801.91	c #Conflicts:    3644000 | #Constraints:     121665
1797.17/1801.91	c #Conflicts:    3645000 | #Constraints:     122665
1797.17/1801.91	c #Conflicts:    3646000 | #Constraints:     123751
1797.17/1801.91	c #Conflicts:    3647000 | #Constraints:     124751
1797.17/1801.91	c #Conflicts:    3648000 | #Constraints:     125751
1797.17/1801.91	c #Conflicts:    3649000 | #Constraints:     126751
1797.17/1801.91	c #Conflicts:    3650000 | #Constraints:     127752
1797.17/1801.91	c #Conflicts:    3651000 | #Constraints:     128754
1797.17/1801.91	c #Conflicts:    3652000 | #Constraints:     129754
1797.17/1801.91	c #Conflicts:    3653000 | #Constraints:     130754
1797.17/1801.91	c #Conflicts:    3654000 | #Constraints:     131755
1797.17/1801.91	c #Conflicts:    3655000 | #Constraints:     132758
1797.17/1801.91	c #Conflicts:    3656000 | #Constraints:     133759
1797.17/1801.91	c #Conflicts:    3657000 | #Constraints:     134759
1797.17/1801.91	c #Conflicts:    3658000 | #Constraints:     135759
1797.17/1801.91	c INPROCESSING
1797.17/1801.91	c GARBAGE COLLECT
1797.17/1801.91	c #Conflicts:    3659000 | #Constraints:      97648
1797.17/1801.91	c #Conflicts:    3660000 | #Constraints:      98649
1811.83/1816.67	c #Conflicts:    3661000 | #Constraints:      99649
1811.83/1816.67	c #Conflicts:    3662000 | #Constraints:     100649
1811.83/1816.67	c #Conflicts:    3663000 | #Constraints:     101649
1811.83/1816.67	c #Conflicts:    3664000 | #Constraints:     102649
1811.83/1816.67	c #Conflicts:    3665000 | #Constraints:     103649
1811.83/1816.67	c #Conflicts:    3666000 | #Constraints:     104649
1811.83/1816.67	c #Conflicts:    3667000 | #Constraints:     105649
1811.83/1816.67	c #Conflicts:    3668000 | #Constraints:     106649
1811.83/1816.67	c #Conflicts:    3669000 | #Constraints:     107649
1811.83/1816.67	c #Conflicts:    3670000 | #Constraints:     108649
1811.83/1816.67	c #Conflicts:    3671000 | #Constraints:     109649
1811.83/1816.67	c #Conflicts:    3672000 | #Constraints:     110649
1811.83/1816.67	c #Conflicts:    3673000 | #Constraints:     111649
1811.83/1816.67	c #Conflicts:    3674000 | #Constraints:     112649
1811.83/1816.67	c #Conflicts:    3675000 | #Constraints:     113649
1811.83/1816.67	c #Conflicts:    3676000 | #Constraints:     114649
1811.83/1816.67	c #Conflicts:    3677000 | #Constraints:     115649
1811.83/1816.67	c #Conflicts:    3678000 | #Constraints:     116649
1811.83/1816.67	c #Conflicts:    3679000 | #Constraints:     117649
1811.83/1816.67	c #Conflicts:    3680000 | #Constraints:     118649
1811.83/1816.67	c #Conflicts:    3681000 | #Constraints:     119649
1811.83/1816.67	c #Conflicts:    3682000 | #Constraints:     120649
1811.83/1816.67	c #Conflicts:    3683000 | #Constraints:     121649
1811.83/1816.67	c #Conflicts:    3684000 | #Constraints:     122649
1811.83/1816.67	c #Conflicts:    3685000 | #Constraints:     123649
1811.83/1816.67	c #Conflicts:    3686000 | #Constraints:     124649
1811.83/1816.67	c #Conflicts:    3687000 | #Constraints:     125649
1811.83/1816.67	c #Conflicts:    3688000 | #Constraints:     126649
1811.83/1816.67	c #Conflicts:    3689000 | #Constraints:     127649
1811.83/1816.67	c #Conflicts:    3690000 | #Constraints:     128649
1811.83/1816.67	c #Conflicts:    3691000 | #Constraints:     129653
1811.83/1816.67	c #Conflicts:    3692000 | #Constraints:     130900
1811.83/1816.67	c #Conflicts:    3693000 | #Constraints:     132069
1811.83/1816.67	c #Conflicts:    3694000 | #Constraints:     133069
1811.83/1816.67	c #Conflicts:    3695000 | #Constraints:     134069
1811.83/1816.67	c #Conflicts:    3696000 | #Constraints:     135074
1811.83/1816.67	c INPROCESSING
1811.83/1816.67	c GARBAGE COLLECT
1811.83/1816.67	c rational objective 921.423
1841.46/1846.39	c #Conflicts:    3697000 | #Constraints:      97085
1841.46/1846.39	c #Conflicts:    3698000 | #Constraints:      98085
1841.46/1846.39	c #Conflicts:    3699000 | #Constraints:      99086
1841.46/1846.39	c #Conflicts:    3700000 | #Constraints:     100087
1841.46/1846.39	c #Conflicts:    3701000 | #Constraints:     101087
1841.46/1846.39	c #Conflicts:    3702000 | #Constraints:     102087
1841.46/1846.39	c #Conflicts:    3703000 | #Constraints:     103087
1841.46/1846.39	c #Conflicts:    3704000 | #Constraints:     104087
1841.46/1846.39	c #Conflicts:    3705000 | #Constraints:     105089
1841.46/1846.39	c #Conflicts:    3706000 | #Constraints:     106089
1841.46/1846.39	c #Conflicts:    3707000 | #Constraints:     107324
1841.46/1846.39	c #Conflicts:    3708000 | #Constraints:     108324
1841.46/1846.39	c #Conflicts:    3709000 | #Constraints:     109324
1841.46/1846.39	c #Conflicts:    3710000 | #Constraints:     110324
1841.46/1846.39	c #Conflicts:    3711000 | #Constraints:     111326
1841.46/1846.39	c #Conflicts:    3712000 | #Constraints:     112327
1841.46/1846.39	c #Conflicts:    3713000 | #Constraints:     113327
1841.46/1846.39	c #Conflicts:    3714000 | #Constraints:     114327
1841.46/1846.39	c #Conflicts:    3715000 | #Constraints:     115328
1841.46/1846.39	c #Conflicts:    3716000 | #Constraints:     116328
1841.46/1846.39	c #Conflicts:    3717000 | #Constraints:     117328
1841.46/1846.39	c #Conflicts:    3718000 | #Constraints:     118328
1841.46/1846.39	c #Conflicts:    3719000 | #Constraints:     119328
1841.46/1846.39	c #Conflicts:    3720000 | #Constraints:     120372
1841.46/1846.39	c #Conflicts:    3721000 | #Constraints:     121372
1841.46/1846.39	c #Conflicts:    3722000 | #Constraints:     122372
1841.46/1846.39	c #Conflicts:    3723000 | #Constraints:     123372
1841.46/1846.39	c #Conflicts:    3724000 | #Constraints:     124372
1841.46/1846.39	c #Conflicts:    3725000 | #Constraints:     125372
1841.46/1846.39	c #Conflicts:    3726000 | #Constraints:     126372
1841.46/1846.39	c #Conflicts:    3727000 | #Constraints:     127372
1841.46/1846.39	c #Conflicts:    3728000 | #Constraints:     128372
1841.46/1846.39	c #Conflicts:    3729000 | #Constraints:     129372
1841.46/1846.39	c #Conflicts:    3730000 | #Constraints:     130372
1841.46/1846.39	c #Conflicts:    3731000 | #Constraints:     131372
1841.46/1846.39	c #Conflicts:    3732000 | #Constraints:     132373
1841.46/1846.39	c #Conflicts:    3733000 | #Constraints:     133373
1841.46/1846.39	c #Conflicts:    3734000 | #Constraints:     134373
1841.46/1846.39	c #Conflicts:    3735000 | #Constraints:     135508
1841.46/1846.39	c INPROCESSING
1841.46/1846.39	c GARBAGE COLLECT
1841.46/1846.39	c #Conflicts:    3736000 | #Constraints:      97550
1841.46/1846.39	c #Conflicts:    3737000 | #Constraints:      98550
1841.46/1846.39	c #Conflicts:    3738000 | #Constraints:      99550
1841.46/1846.39	c #Conflicts:    3739000 | #Constraints:     100550
1841.46/1846.39	c #Conflicts:    3740000 | #Constraints:     101550
1841.46/1846.39	c #Conflicts:    3741000 | #Constraints:     102550
1841.46/1846.39	c #Conflicts:    3742000 | #Constraints:     103550
1841.46/1846.39	c #Conflicts:    3743000 | #Constraints:     104550
1841.46/1846.39	c #Conflicts:    3744000 | #Constraints:     105550
1841.46/1846.39	c #Conflicts:    3745000 | #Constraints:     106550
1841.46/1846.39	c #Conflicts:    3746000 | #Constraints:     107550
1841.46/1846.39	c #Conflicts:    3747000 | #Constraints:     108550
1841.46/1846.39	c #Conflicts:    3748000 | #Constraints:     109550
1841.46/1846.39	c #Conflicts:    3749000 | #Constraints:     110550
1841.46/1846.39	c #Conflicts:    3750000 | #Constraints:     111550
1841.46/1846.39	c #Conflicts:    3751000 | #Constraints:     112550
1841.46/1846.39	c #Conflicts:    3752000 | #Constraints:     113550
1841.46/1846.39	c #Conflicts:    3753000 | #Constraints:     114550
1841.46/1846.39	c #Conflicts:    3754000 | #Constraints:     115550
1841.46/1846.39	c #Conflicts:    3755000 | #Constraints:     116550
1841.46/1846.39	c #Conflicts:    3756000 | #Constraints:     117550
1841.46/1846.39	c #Conflicts:    3757000 | #Constraints:     118550
1841.46/1846.39	c #Conflicts:    3758000 | #Constraints:     119550
1841.46/1846.39	c #Conflicts:    3759000 | #Constraints:     120550
1841.46/1846.39	c #Conflicts:    3760000 | #Constraints:     121550
1841.46/1846.39	c #Conflicts:    3761000 | #Constraints:     122550
1841.46/1846.39	c #Conflicts:    3762000 | #Constraints:     123550
1841.46/1846.39	c #Conflicts:    3763000 | #Constraints:     124550
1841.46/1846.39	c #Conflicts:    3764000 | #Constraints:     125550
1841.46/1846.39	c #Conflicts:    3765000 | #Constraints:     126550
1841.46/1846.39	c #Conflicts:    3766000 | #Constraints:     127550
1841.46/1846.39	c #Conflicts:    3767000 | #Constraints:     128550
1841.46/1846.39	c #Conflicts:    3768000 | #Constraints:     129550
1841.46/1846.39	c #Conflicts:    3769000 | #Constraints:     130550
1841.46/1846.39	c #Conflicts:    3770000 | #Constraints:     131550
1841.46/1846.39	c #Conflicts:    3771000 | #Constraints:     132550
1841.46/1846.39	c #Conflicts:    3772000 | #Constraints:     133550
1841.46/1846.39	c #Conflicts:    3773000 | #Constraints:     134550
1841.46/1846.39	c #Conflicts:    3774000 | #Constraints:     135550
1841.46/1846.39	c INPROCESSING
1852.73/1857.63	c GARBAGE COLLECT
1852.73/1857.63	c #Conflicts:    3775000 | #Constraints:      97613
1852.73/1857.63	c #Conflicts:    3776000 | #Constraints:      98613
1852.73/1857.63	c #Conflicts:    3777000 | #Constraints:      99613
1852.73/1857.63	c #Conflicts:    3778000 | #Constraints:     100613
1852.73/1857.63	c #Conflicts:    3779000 | #Constraints:     101613
1852.73/1857.63	c #Conflicts:    3780000 | #Constraints:     102613
1852.73/1857.63	c #Conflicts:    3781000 | #Constraints:     103613
1852.73/1857.63	c #Conflicts:    3782000 | #Constraints:     104613
1852.73/1857.63	c #Conflicts:    3783000 | #Constraints:     105613
1852.73/1857.63	c #Conflicts:    3784000 | #Constraints:     106613
1852.73/1857.63	c #Conflicts:    3785000 | #Constraints:     107613
1852.73/1857.63	c #Conflicts:    3786000 | #Constraints:     108613
1852.73/1857.63	c #Conflicts:    3787000 | #Constraints:     109613
1852.73/1857.63	c #Conflicts:    3788000 | #Constraints:     110613
1852.73/1857.63	c #Conflicts:    3789000 | #Constraints:     111613
1852.73/1857.63	c #Conflicts:    3790000 | #Constraints:     112613
1852.73/1857.63	c #Conflicts:    3791000 | #Constraints:     113613
1852.73/1857.63	c #Conflicts:    3792000 | #Constraints:     114613
1852.73/1857.63	c #Conflicts:    3793000 | #Constraints:     115613
1852.73/1857.63	c #Conflicts:    3794000 | #Constraints:     116613
1852.73/1857.63	c #Conflicts:    3795000 | #Constraints:     117613
1852.73/1857.63	c #Conflicts:    3796000 | #Constraints:     118613
1852.73/1857.63	c #Conflicts:    3797000 | #Constraints:     119613
1852.73/1857.63	c #Conflicts:    3798000 | #Constraints:     120613
1852.73/1857.63	c #Conflicts:    3799000 | #Constraints:     121613
1852.73/1857.63	c #Conflicts:    3800000 | #Constraints:     122613
1852.73/1857.63	c #Conflicts:    3801000 | #Constraints:     123613
1852.73/1857.63	c #Conflicts:    3802000 | #Constraints:     124613
1852.73/1857.63	c #Conflicts:    3803000 | #Constraints:     125613
1852.73/1857.63	c #Conflicts:    3804000 | #Constraints:     126613
1852.73/1857.63	c #Conflicts:    3805000 | #Constraints:     127613
1852.73/1857.63	c #Conflicts:    3806000 | #Constraints:     128613
1852.73/1857.63	c #Conflicts:    3807000 | #Constraints:     129613
1852.73/1857.63	c #Conflicts:    3808000 | #Constraints:     130613
1852.73/1857.63	c #Conflicts:    3809000 | #Constraints:     131613
1852.73/1857.63	c #Conflicts:    3810000 | #Constraints:     132613
1852.73/1857.63	c #Conflicts:    3811000 | #Constraints:     133613
1852.73/1857.63	c #Conflicts:    3812000 | #Constraints:     134613
1852.73/1857.63	c #Conflicts:    3813000 | #Constraints:     135613
1852.73/1857.63	c INPROCESSING
1852.73/1857.63	c GARBAGE COLLECT
1852.73/1857.63	c rational objective 921.423
1868.70/1873.67	c #Conflicts:    3814000 | #Constraints:      97649
1868.70/1873.67	c #Conflicts:    3815000 | #Constraints:      98649
1868.70/1873.67	c #Conflicts:    3816000 | #Constraints:      99649
1868.70/1873.67	c #Conflicts:    3817000 | #Constraints:     100649
1868.70/1873.67	c #Conflicts:    3818000 | #Constraints:     101649
1868.70/1873.67	c #Conflicts:    3819000 | #Constraints:     102649
1868.70/1873.67	c #Conflicts:    3820000 | #Constraints:     103649
1868.70/1873.67	c #Conflicts:    3821000 | #Constraints:     104649
1868.70/1873.67	c #Conflicts:    3822000 | #Constraints:     105649
1868.70/1873.67	c #Conflicts:    3823000 | #Constraints:     106649
1868.70/1873.67	c #Conflicts:    3824000 | #Constraints:     107649
1868.70/1873.67	c #Conflicts:    3825000 | #Constraints:     108649
1868.70/1873.67	c #Conflicts:    3826000 | #Constraints:     109649
1868.70/1873.67	c #Conflicts:    3827000 | #Constraints:     110649
1868.70/1873.67	c #Conflicts:    3828000 | #Constraints:     111649
1868.70/1873.67	c #Conflicts:    3829000 | #Constraints:     112649
1868.70/1873.67	c #Conflicts:    3830000 | #Constraints:     113649
1868.70/1873.67	c #Conflicts:    3831000 | #Constraints:     114649
1868.70/1873.67	c #Conflicts:    3832000 | #Constraints:     115649
1868.70/1873.67	c #Conflicts:    3833000 | #Constraints:     116649
1868.70/1873.67	c #Conflicts:    3834000 | #Constraints:     117649
1868.70/1873.67	c #Conflicts:    3835000 | #Constraints:     118649
1868.70/1873.67	c #Conflicts:    3836000 | #Constraints:     119649
1868.70/1873.67	c #Conflicts:    3837000 | #Constraints:     120649
1868.70/1873.67	c #Conflicts:    3838000 | #Constraints:     121649
1868.70/1873.67	c #Conflicts:    3839000 | #Constraints:     122649
1868.70/1873.67	c #Conflicts:    3840000 | #Constraints:     123649
1868.70/1873.67	c #Conflicts:    3841000 | #Constraints:     124649
1868.70/1873.67	c #Conflicts:    3842000 | #Constraints:     125649
1868.70/1873.67	c #Conflicts:    3843000 | #Constraints:     126649
1868.70/1873.67	c #Conflicts:    3844000 | #Constraints:     127649
1868.70/1873.67	c #Conflicts:    3845000 | #Constraints:     128649
1868.70/1873.67	c #Conflicts:    3846000 | #Constraints:     129649
1868.70/1873.67	c #Conflicts:    3847000 | #Constraints:     130649
1868.70/1873.67	c #Conflicts:    3848000 | #Constraints:     131649
1868.70/1873.67	c #Conflicts:    3849000 | #Constraints:     132649
1868.70/1873.67	c #Conflicts:    3850000 | #Constraints:     133649
1868.70/1873.67	c #Conflicts:    3851000 | #Constraints:     134649
1868.70/1873.67	c #Conflicts:    3852000 | #Constraints:     135649
1868.70/1873.67	c INPROCESSING
1868.70/1873.67	c GARBAGE COLLECT
1868.70/1873.67	c rational objective 921.424
1924.75/1929.83	c #Conflicts:    3853000 | #Constraints:      97567
1924.75/1929.83	c #Conflicts:    3854000 | #Constraints:      98567
1924.75/1929.83	c #Conflicts:    3855000 | #Constraints:      99567
1924.75/1929.83	c #Conflicts:    3856000 | #Constraints:     100567
1924.75/1929.83	c #Conflicts:    3857000 | #Constraints:     101567
1924.75/1929.83	c #Conflicts:    3858000 | #Constraints:     102567
1924.75/1929.83	c #Conflicts:    3859000 | #Constraints:     103567
1924.75/1929.83	c #Conflicts:    3860000 | #Constraints:     104567
1924.75/1929.83	c #Conflicts:    3861000 | #Constraints:     105567
1924.75/1929.83	c #Conflicts:    3862000 | #Constraints:     106567
1924.75/1929.83	c #Conflicts:    3863000 | #Constraints:     107568
1924.75/1929.83	c #Conflicts:    3864000 | #Constraints:     108568
1924.75/1929.83	c #Conflicts:    3865000 | #Constraints:     109568
1924.75/1929.83	c #Conflicts:    3866000 | #Constraints:     110568
1924.75/1929.83	c #Conflicts:    3867000 | #Constraints:     111568
1924.75/1929.83	c #Conflicts:    3868000 | #Constraints:     112568
1924.75/1929.83	c #Conflicts:    3869000 | #Constraints:     113571
1924.75/1929.83	c #Conflicts:    3870000 | #Constraints:     114571
1924.75/1929.83	c #Conflicts:    3871000 | #Constraints:     115571
1924.75/1929.83	c #Conflicts:    3872000 | #Constraints:     116571
1924.75/1929.83	c #Conflicts:    3873000 | #Constraints:     117571
1924.75/1929.83	c #Conflicts:    3874000 | #Constraints:     118571
1924.75/1929.83	c #Conflicts:    3875000 | #Constraints:     119571
1924.75/1929.83	c #Conflicts:    3876000 | #Constraints:     120571
1924.75/1929.83	c #Conflicts:    3877000 | #Constraints:     121571
1924.75/1929.83	c #Conflicts:    3878000 | #Constraints:     122571
1924.75/1929.83	c #Conflicts:    3879000 | #Constraints:     123571
1924.75/1929.83	c #Conflicts:    3880000 | #Constraints:     124571
1924.75/1929.83	c #Conflicts:    3881000 | #Constraints:     125571
1924.75/1929.83	c #Conflicts:    3882000 | #Constraints:     126681
1924.75/1929.83	c #Conflicts:    3883000 | #Constraints:     127681
1924.75/1929.83	c #Conflicts:    3884000 | #Constraints:     128681
1924.75/1929.83	c #Conflicts:    3885000 | #Constraints:     129681
1924.75/1929.83	c #Conflicts:    3886000 | #Constraints:     130681
1924.75/1929.83	c #Conflicts:    3887000 | #Constraints:     131682
1924.75/1929.83	c #Conflicts:    3888000 | #Constraints:     132682
1924.75/1929.83	c #Conflicts:    3889000 | #Constraints:     133682
1924.75/1929.83	c #Conflicts:    3890000 | #Constraints:     134682
1924.75/1929.83	c #Conflicts:    3891000 | #Constraints:     135683
1924.75/1929.83	c INPROCESSING
1924.75/1929.83	c GARBAGE COLLECT
1924.75/1929.83	c #Conflicts:    3892000 | #Constraints:      97383
1924.75/1929.83	c #Conflicts:    3893000 | #Constraints:      98383
1924.75/1929.83	c #Conflicts:    3894000 | #Constraints:      99385
1924.75/1929.83	c #Conflicts:    3895000 | #Constraints:     100385
1924.75/1929.83	c #Conflicts:    3896000 | #Constraints:     101385
1924.75/1929.83	c #Conflicts:    3897000 | #Constraints:     102385
1924.75/1929.83	c #Conflicts:    3898000 | #Constraints:     103385
1924.75/1929.83	c #Conflicts:    3899000 | #Constraints:     104385
1924.75/1929.83	c #Conflicts:    3900000 | #Constraints:     105386
1924.75/1929.83	c #Conflicts:    3901000 | #Constraints:     106386
1924.75/1929.83	c #Conflicts:    3902000 | #Constraints:     107386
1924.75/1929.83	c #Conflicts:    3903000 | #Constraints:     108387
1924.75/1929.83	c #Conflicts:    3904000 | #Constraints:     109387
1924.75/1929.83	c #Conflicts:    3905000 | #Constraints:     110389
1924.75/1929.83	c #Conflicts:    3906000 | #Constraints:     111391
1924.75/1929.83	c #Conflicts:    3907000 | #Constraints:     112392
1924.75/1929.83	c #Conflicts:    3908000 | #Constraints:     113392
1924.75/1929.83	c #Conflicts:    3909000 | #Constraints:     114392
1924.75/1929.83	c #Conflicts:    3910000 | #Constraints:     115407
1924.75/1929.83	c #Conflicts:    3911000 | #Constraints:     116623
1924.75/1929.83	c #Conflicts:    3912000 | #Constraints:     118050
1924.75/1929.83	c #Conflicts:    3913000 | #Constraints:     119513
1924.75/1929.83	c #Conflicts:    3914000 | #Constraints:     120987
1924.75/1929.83	c #Conflicts:    3915000 | #Constraints:     122472
1924.75/1929.83	c #Conflicts:    3916000 | #Constraints:     123947
1924.75/1929.83	c #Conflicts:    3917000 | #Constraints:     125408
1924.75/1929.83	c #Conflicts:    3918000 | #Constraints:     126871
1924.75/1929.83	c #Conflicts:    3919000 | #Constraints:     128327
1924.75/1929.83	c #Conflicts:    3920000 | #Constraints:     129779
1924.75/1929.83	c #Conflicts:    3921000 | #Constraints:     131262
1924.75/1929.83	c #Conflicts:    3922000 | #Constraints:     132728
1924.75/1929.83	c #Conflicts:    3923000 | #Constraints:     134196
1924.75/1929.83	c #Conflicts:    3924000 | #Constraints:     135507
1924.75/1929.83	c #Conflicts:    3925000 | #Constraints:     136507
1924.75/1929.83	c #Conflicts:    3926000 | #Constraints:     137507
1924.75/1929.83	c #Conflicts:    3927000 | #Constraints:     138507
1924.75/1929.83	c #Conflicts:    3928000 | #Constraints:     139515
1924.75/1929.83	c #Conflicts:    3929000 | #Constraints:     140517
1924.75/1929.83	c #Conflicts:    3930000 | #Constraints:     141517
1924.75/1929.83	c #Conflicts:    3931000 | #Constraints:     142518
1925.95/1931.09	c INPROCESSING
1925.95/1931.09	c GARBAGE COLLECT
1925.95/1931.09	WSVECS04 Frhs2[3]: 6 -3.98677 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[5]: 6 -3.45666 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[7]: 6 -4.49861 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[8]: 6 -6.53298 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[11]: 6 -5.50007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[18]: 6 -3.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[24]: 6 -2.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[28]: 6 -5.35354 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[29]: 6 -1.73635 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[34]: 6 -7.74877 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[41]: 6 -5.62201 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[44]: 6 -1.7419 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[45]: 6 -14.5254 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[51]: 6 -8.10638 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[57]: 6 -1.04592 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[59]: 6 -1.13917 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[61]: 6 -17.3001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[64]: 6 -35.2001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[65]: 6 -38.2 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[66]: 6 -26.2001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[67]: 6 -17.8334 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[72]: 6 -49.9001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[73]: 6 -4.37509 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[81]: 6 0 1.06259 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[85]: 6 -10.858 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[97]: 6 -3.5608 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[98]: 6 -1.02282 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[100]: 6 -1.96966 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[101]: 6 -2.48869 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[102]: 6 -1.49499 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[103]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[104]: 6 -1.97345 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[107]: 6 -0.981114 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[108]: 6 -1.00888 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[109]: 6 -2.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[116]: 6 -2.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[122]: 6 -3.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[132]: 6 -18.5001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[134]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[135]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[139]: 6 -0.944047 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[140]: 6 -0.909034 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[142]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[143]: 6 -9.44404 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[144]: 6 0 0.00287303 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[155]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[159]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[160]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[161]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[162]: 6 -0.944006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[163]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[164]: 6 -0.00288356 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[165]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[167]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[168]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[172]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[173]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[174]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[175]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[176]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[178]: 6 -0.855735 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[180]: 6 -0.997259 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[184]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[185]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[186]: 6 -0.997255 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[187]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[188]: 6 -0.997272 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[190]: 6 -0.951047 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[206]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[216]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[225]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[237]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[246]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[249]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[251]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[255]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[259]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[260]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[261]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[280]: 6 -1.68544 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[283]: 6 -1.36801 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[295]: 6 -2.91451 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[306]: 6 -0.703451 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[308]: 6 -2.58301 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[312]: 6 -6.60393 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[315]: 6 -0.992372 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[317]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[319]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[324]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[325]: 6 -0.145754 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[327]: 6 -1.4682 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[328]: 6 -0.453209 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[338]: 6 -1.0915 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[341]: 6 -29.2562 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[348]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[359]: 6 -1.2033 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[361]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[365]: 6 -5.24798 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[368]: 6 -8.18297 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[369]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[372]: 6 -12.3517 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[382]: 6 0 0.506115 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[387]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[390]: 6 -6.1159 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[394]: 6 -1.36593 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[397]: 6 0 1.83733 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[408]: 6 -0.445613 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[409]: 6 -0.754764 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[410]: 6 -0.550322 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[411]: 6 -0.504588 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[414]: 6 -14.4833 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[415]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[423]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[432]: 6 -1.60183 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[439]: 6 -1.48834 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[448]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[452]: 6 -0.00196343 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[453]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[462]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[463]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[464]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[465]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[469]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[473]: 6 -27 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[474]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[475]: 6 -13.6667 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[477]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[479]: 6 -6.20009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[480]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[483]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[484]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[485]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[486]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[487]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[488]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[491]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[495]: 6 -10.4 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[500]: 6 -6.20003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[501]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[502]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[504]: 6 -12.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[507]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[512]: 6 -12.6667 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[513]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[518]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[522]: 6 -9.86671 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[524]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[532]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[535]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[547]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[562]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[577]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[597]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[601]: 6 -2.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[605]: 6 -0.828005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[606]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[611]: 6 -1.16611 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[614]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[625]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[657]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[659]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[660]: 6 0 1.15333 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[661]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[662]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[663]: 6 -2.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[664]: 6 -0.98618 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[665]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[667]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[668]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[670]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[671]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[672]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[674]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[675]: 6 0 0.0038274 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[676]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[678]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[680]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[681]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[682]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[683]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[685]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[686]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[690]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[691]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[692]: 6 -0.96468 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[694]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[695]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[697]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[698]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[700]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[701]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[702]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[704]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[705]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[706]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[707]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[708]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[710]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[711]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[712]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[713]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[715]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[717]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[718]: 6 -0.0227983 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[719]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[720]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[723]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[726]: 6 -0.939364 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[727]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[728]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[736]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[773]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[779]: 6 -3.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[783]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[803]: 6 -2.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[813]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[829]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[860]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[861]: 6 -2.46081 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[867]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[881]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[884]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[885]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[886]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[887]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[888]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[891]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[892]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[893]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[894]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[896]: 6 -0.997239 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[898]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[899]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[900]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[901]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[902]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[905]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[910]: 6 -0.997232 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[911]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[912]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[913]: 6 -0.943984 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[915]: 6 -9.00706 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[920]: 6 -0.943984 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[922]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[924]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[932]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[938]: 6 -9.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[942]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[963]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[966]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[972]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[981]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[986]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[987]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[993]: 6 -2.61783 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[994]: 6 -0.992386 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[996]: 6 -4.91493 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1001]: 6 -0.380828 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1006]: 6 -0.655443 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1018]: 6 0 0.118699 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1021]: 6 -0.0957171 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1023]: 6 -1.55555 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1030]: 6 -2.88478 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1031]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1032]: 6 -0.24068 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1033]: 6 -0.801246 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1034]: 6 -3.84367 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1035]: 6 -37.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1045]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1046]: 6 -1.01305 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1050]: 6 -0.286229 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1060]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1070]: 6 -1.36588 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1082]: 6 -1.16266 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1083]: 6 -3.91058 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1085]: 6 -14.5224 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1091]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1095]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1097]: 6 -5.84151 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1098]: 6 -2.55292 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1103]: 6 -1.03058 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1105]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1106]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1109]: 6 0 1.71756 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1124]: 6 0 32.6079 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1137]: 6 -1.47702 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1139]: 6 -0.511739 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1140]: 6 -1.14238 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1143]: 6 -2.1972 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1147]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1164]: 6 -1.28469 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1173]: 6 -1.96494 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1174]: 6 -14.5702 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1182]: 6 -1.86097 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1183]: 6 -2.61508 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1185]: 6 -1.10587 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1188]: 6 -0.00198132 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1189]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1194]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1198]: 6 -1.90009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1200]: 6 -27 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1201]: 6 -26.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1202]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1203]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1204]: 6 -9.86674 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1209]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1211]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1213]: 6 -12.4 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1216]: 6 0 20.8 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1217]: 6 -27.6 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1218]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1219]: 6 -4.1667 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1228]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1229]: 6 -4.43343 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1230]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1233]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1234]: 6 -11.4001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1236]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1241]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1244]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1250]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1251]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1256]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1261]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1276]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1313]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1323]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1327]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1331]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1333]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1334]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1340]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1342]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1358]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1364]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1370]: 6 -13.5091 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1380]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1384]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1388]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1391]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1393]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1394]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1396]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1397]: 6 -0.982335 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1398]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1399]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1400]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1401]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1403]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1406]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1408]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1409]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1411]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1412]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1413]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1415]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1416]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1417]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1418]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1423]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1424]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1425]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1426]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1427]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1428]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1430]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1432]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1433]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1439]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1441]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1445]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1446]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1448]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1449]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1452]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1453]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1454]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1462]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1467]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1491]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1509]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1532]: 6 -2.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1584]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1593]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1595]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1599]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1604]: 6 -2.909 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1608]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1620]: 6 -2.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1622]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1632]: 6 -2.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1635]: 6 -2.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1637]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1638]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1646]: 6 -2.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1650]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1676]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1682]: 6 -3.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1688]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1692]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1695]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1696]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1697]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1703]: 6 -2.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1705]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1713]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1714]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1715]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1733]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1737]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1751]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1755]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1758]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1759]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1760]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1775]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1777]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1779]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1780]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1802]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1807]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1808]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1809]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1811]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1813]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1838]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1843]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1845]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1848]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1849]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1850]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1856]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1858]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1860]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1861]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1874]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1879]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1881]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1884]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1885]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1895]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1899]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1937]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1939]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1941]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1942]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1946]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1948]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1950]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1951]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1976]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1980]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1991]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1993]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1995]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[1996]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2018]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2020]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2022]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2023]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2063]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2068]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2069]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2070]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2075]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2079]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2091]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2099]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2101]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2103]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2104]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2126]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2128]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2130]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2131]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2135]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2140]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2141]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2142]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2145]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2153]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2158]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2159]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2160]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2174]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2178]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2190]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2198]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2203]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2204]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2205]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2216]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2221]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2222]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2223]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2225]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2230]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2231]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2232]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2234]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2239]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2240]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2241]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2246]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2250]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2253]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2290]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2334]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2342]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2347]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2348]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2349]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2360]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2365]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2366]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2367]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2369]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2371]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2373]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2374]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2378]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2380]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2388]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2396]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2401]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2402]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2403]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2414]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2416]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2450]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2452]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2454]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2455]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2460]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2470]: 6 -4.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2503]: 6 -2.55291 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2522]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2524]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2526]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2527]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2534]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2538]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2543]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2547]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2606]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2610]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2625]: 6 -2.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2630]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2635]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2636]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2637]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2642]: 6 -2.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2651]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2657]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2662]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2663]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2664]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2712]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2713]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2714]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2721]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2722]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2723]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2729]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2734]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2735]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2736]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2747]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2752]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2753]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2754]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2756]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2758]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2760]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2761]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2774]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2776]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2783]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2788]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2789]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2790]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2801]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2803]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2805]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2806]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2828]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2830]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2846]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2848]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2855]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2860]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2862]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2864]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2866]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2883]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2884]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2885]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2899]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2900]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2902]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2904]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2905]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2918]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2920]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2954]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2959]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2960]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[2961]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3000]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3001]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3002]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3017]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3022]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3023]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3024]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3037]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3038]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3044]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3046]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3048]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3049]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3073]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3074]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3083]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3087]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3089]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3091]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3107]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3109]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3116]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3118]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3120]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3121]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3125]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3131]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3132]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3153]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3173]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3177]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3182]: 6 -2.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3188]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3190]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3224]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3226]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3228]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3229]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3236]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3240]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3252]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3269]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3271]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3273]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3274]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3278]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3282]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3283]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3308]: 6 -2.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3315]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3324]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3341]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3343]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3350]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3355]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3356]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3357]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3362]: 6 -2.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3367]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3368]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3373]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3374]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3375]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3378]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3387]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3388]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3389]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3405]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3406]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3407]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3425]: 6 -1.00001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3432]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3435]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3458]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3460]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3462]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3463]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3467]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3469]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3479]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3485]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3487]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3489]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3490]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3494]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3496]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3498]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3499]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3502]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3503]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3508]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3509]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3510]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3512]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3514]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3542]: 6 -2.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3565]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3566]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3571]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3572]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3573]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3576]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3585]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3596]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3600]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3605]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3609]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3611]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3613]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3615]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3616]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3620]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3622]: 6 -1.00004 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3630]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3631]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3632]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3638]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3643]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3644]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3645]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3665]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3670]: 6 -1.00009 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3671]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3672]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3674]: 6 -1.00005 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3676]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3686]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3695]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3699]: 6 -1.0001 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3713]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3717]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3726]: 6 -1.00002 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3737]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3739]: 6 -1.00007 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3746]: 6 -1.00008 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3750]: 6 -1.00003 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3751]: 6 -1.00006 0 shouldn't be
1925.95/1931.09	WSVECS04 Frhs2[3756]: 6 -1.00003 0 shouldn't be
1927.95/1933.09	c rational objective 921.424
1979.61/1984.83	c #Conflicts:    3932000 | #Constraints:     101002
1979.61/1984.83	c #Conflicts:    3933000 | #Constraints:     102003
1979.61/1984.83	c #Conflicts:    3934000 | #Constraints:     103003
1979.61/1984.83	c #Conflicts:    3935000 | #Constraints:     104017
1979.61/1984.83	c #Conflicts:    3936000 | #Constraints:     105017
1979.61/1984.83	c #Conflicts:    3937000 | #Constraints:     106017
1979.61/1984.83	c #Conflicts:    3938000 | #Constraints:     107017
1979.61/1984.83	c #Conflicts:    3939000 | #Constraints:     108017
1979.61/1984.83	c #Conflicts:    3940000 | #Constraints:     109017
1979.61/1984.83	c #Conflicts:    3941000 | #Constraints:     110393
1979.61/1984.83	c #Conflicts:    3942000 | #Constraints:     111866
1979.61/1984.83	c #Conflicts:    3943000 | #Constraints:     113136
1979.61/1984.83	c #Conflicts:    3944000 | #Constraints:     114136
1979.61/1984.83	c #Conflicts:    3945000 | #Constraints:     115136
1979.61/1984.83	c #Conflicts:    3946000 | #Constraints:     116136
1979.61/1984.83	c #Conflicts:    3947000 | #Constraints:     117137
1979.61/1984.83	c #Conflicts:    3948000 | #Constraints:     118138
1979.61/1984.83	c #Conflicts:    3949000 | #Constraints:     119138
1979.61/1984.83	c #Conflicts:    3950000 | #Constraints:     120138
1979.61/1984.83	c #Conflicts:    3951000 | #Constraints:     121138
1979.61/1984.83	c #Conflicts:    3952000 | #Constraints:     122297
1979.61/1984.83	c #Conflicts:    3953000 | #Constraints:     123297
1979.61/1984.83	c #Conflicts:    3954000 | #Constraints:     124297
1979.61/1984.83	c #Conflicts:    3955000 | #Constraints:     125297
1979.61/1984.83	c #Conflicts:    3956000 | #Constraints:     126297
1979.61/1984.83	c #Conflicts:    3957000 | #Constraints:     127297
1979.61/1984.83	c #Conflicts:    3958000 | #Constraints:     128297
1979.61/1984.83	c #Conflicts:    3959000 | #Constraints:     129436
1979.61/1984.83	c #Conflicts:    3960000 | #Constraints:     130916
1979.61/1984.83	c #Conflicts:    3961000 | #Constraints:     132355
1979.61/1984.83	c #Conflicts:    3962000 | #Constraints:     133636
1979.61/1984.83	c #Conflicts:    3963000 | #Constraints:     134636
1979.61/1984.83	c #Conflicts:    3964000 | #Constraints:     135636
1979.61/1984.83	c #Conflicts:    3965000 | #Constraints:     136636
1979.61/1984.83	c #Conflicts:    3966000 | #Constraints:     137636
1979.61/1984.83	c #Conflicts:    3967000 | #Constraints:     138636
1979.61/1984.83	c #Conflicts:    3968000 | #Constraints:     139636
1979.61/1984.83	c #Conflicts:    3969000 | #Constraints:     140636
1979.61/1984.83	c #Conflicts:    3970000 | #Constraints:     141636
1979.61/1984.83	c #Conflicts:    3971000 | #Constraints:     142637
1979.61/1984.83	c INPROCESSING
1979.61/1984.83	c GARBAGE COLLECT
1979.61/1984.83	c #Conflicts:    3972000 | #Constraints:     101163
1979.61/1984.83	c #Conflicts:    3973000 | #Constraints:     102163
1979.61/1984.83	c #Conflicts:    3974000 | #Constraints:     103163
1979.61/1984.83	c #Conflicts:    3975000 | #Constraints:     104163
1979.61/1984.83	c #Conflicts:    3976000 | #Constraints:     105163
1979.61/1984.83	c #Conflicts:    3977000 | #Constraints:     106163
1979.61/1984.83	c #Conflicts:    3978000 | #Constraints:     107163
1979.61/1984.83	c #Conflicts:    3979000 | #Constraints:     108163
1979.61/1984.83	c #Conflicts:    3980000 | #Constraints:     109163
1979.61/1984.83	c #Conflicts:    3981000 | #Constraints:     110165
1979.61/1984.83	c #Conflicts:    3982000 | #Constraints:     111166
1979.61/1984.83	c #Conflicts:    3983000 | #Constraints:     112166
1979.61/1984.83	c #Conflicts:    3984000 | #Constraints:     113167
1979.61/1984.83	c #Conflicts:    3985000 | #Constraints:     114167
1979.61/1984.83	c #Conflicts:    3986000 | #Constraints:     115167
1979.61/1984.83	c #Conflicts:    3987000 | #Constraints:     116167
1979.61/1984.83	c #Conflicts:    3988000 | #Constraints:     117167
1979.61/1984.83	c #Conflicts:    3989000 | #Constraints:     118167
1979.61/1984.83	c #Conflicts:    3990000 | #Constraints:     119167
1979.61/1984.83	c #Conflicts:    3991000 | #Constraints:     120167
1979.61/1984.83	c #Conflicts:    3992000 | #Constraints:     121167
1979.61/1984.83	c #Conflicts:    3993000 | #Constraints:     122167
1979.61/1984.83	c #Conflicts:    3994000 | #Constraints:     123167
1979.61/1984.83	c #Conflicts:    3995000 | #Constraints:     124167
1979.61/1984.83	c #Conflicts:    3996000 | #Constraints:     125168
1979.61/1984.83	c #Conflicts:    3997000 | #Constraints:     126168
1979.61/1984.83	c #Conflicts:    3998000 | #Constraints:     127170
1979.61/1984.83	c #Conflicts:    3999000 | #Constraints:     128170
1979.61/1984.83	c #Conflicts:    4000000 | #Constraints:     129170
1979.61/1984.83	c #Conflicts:    4001000 | #Constraints:     130170
1979.61/1984.83	c #Conflicts:    4002000 | #Constraints:     131173
1979.61/1984.83	c #Conflicts:    4003000 | #Constraints:     132431
1979.61/1984.83	c #Conflicts:    4004000 | #Constraints:     133681
1979.61/1984.83	c #Conflicts:    4005000 | #Constraints:     135081
1979.61/1984.83	c #Conflicts:    4006000 | #Constraints:     136542
1979.61/1984.83	c #Conflicts:    4007000 | #Constraints:     137880
1979.61/1984.83	c #Conflicts:    4008000 | #Constraints:     138880
1979.61/1984.83	c #Conflicts:    4009000 | #Constraints:     139880
1979.61/1984.83	c #Conflicts:    4010000 | #Constraints:     140880
2056.80/2062.21	c #Conflicts:    4011000 | #Constraints:     141880
2056.80/2062.21	c INPROCESSING
2056.80/2062.21	c GARBAGE COLLECT
2056.80/2062.21	c #Conflicts:    4012000 | #Constraints:     100782
2056.80/2062.21	c #Conflicts:    4013000 | #Constraints:     101782
2056.80/2062.21	c #Conflicts:    4014000 | #Constraints:     102783
2056.80/2062.21	c #Conflicts:    4015000 | #Constraints:     103784
2056.80/2062.21	c #Conflicts:    4016000 | #Constraints:     104785
2056.80/2062.21	c #Conflicts:    4017000 | #Constraints:     105792
2056.80/2062.21	c #Conflicts:    4018000 | #Constraints:     106808
2056.80/2062.21	c #Conflicts:    4019000 | #Constraints:     108088
2056.80/2062.21	c #Conflicts:    4020000 | #Constraints:     109401
2056.80/2062.21	c #Conflicts:    4021000 | #Constraints:     110787
2056.80/2062.21	c #Conflicts:    4022000 | #Constraints:     112235
2056.80/2062.21	c #Conflicts:    4023000 | #Constraints:     113461
2056.80/2062.21	c #Conflicts:    4024000 | #Constraints:     114705
2056.80/2062.21	c #Conflicts:    4025000 | #Constraints:     115823
2056.80/2062.21	c #Conflicts:    4026000 | #Constraints:     117062
2056.80/2062.21	c #Conflicts:    4027000 | #Constraints:     118062
2056.80/2062.21	c #Conflicts:    4028000 | #Constraints:     119311
2056.80/2062.21	c #Conflicts:    4029000 | #Constraints:     120769
2056.80/2062.21	c #Conflicts:    4030000 | #Constraints:     122223
2056.80/2062.21	c #Conflicts:    4031000 | #Constraints:     123691
2056.80/2062.21	c #Conflicts:    4032000 | #Constraints:     125151
2056.80/2062.21	c #Conflicts:    4033000 | #Constraints:     126604
2056.80/2062.21	c #Conflicts:    4034000 | #Constraints:     128069
2056.80/2062.21	c #Conflicts:    4035000 | #Constraints:     129551
2056.80/2062.21	c #Conflicts:    4036000 | #Constraints:     131042
2056.80/2062.21	c #Conflicts:    4037000 | #Constraints:     132517
2056.80/2062.21	c #Conflicts:    4038000 | #Constraints:     133987
2056.80/2062.21	c #Conflicts:    4039000 | #Constraints:     135452
2056.80/2062.21	c #Conflicts:    4040000 | #Constraints:     136920
2056.80/2062.21	c #Conflicts:    4041000 | #Constraints:     138381
2056.80/2062.21	c #Conflicts:    4042000 | #Constraints:     139822
2056.80/2062.21	c #Conflicts:    4043000 | #Constraints:     141277
2056.80/2062.21	c #Conflicts:    4044000 | #Constraints:     142706
2056.80/2062.21	c #Conflicts:    4045000 | #Constraints:     144183
2056.80/2062.21	c #Conflicts:    4046000 | #Constraints:     145633
2056.80/2062.21	c #Conflicts:    4047000 | #Constraints:     147069
2056.80/2062.21	c #Conflicts:    4048000 | #Constraints:     148517
2056.80/2062.21	c #Conflicts:    4049000 | #Constraints:     149745
2056.80/2062.21	c #Conflicts:    4050000 | #Constraints:     150745
2056.80/2062.21	c #Conflicts:    4051000 | #Constraints:     151972
2056.80/2062.21	c INPROCESSING
2056.80/2062.21	c GARBAGE COLLECT
2056.80/2062.21	c rational objective 921.424
2086.71/2092.25	c #Conflicts:    4052000 | #Constraints:     105763
2086.71/2092.25	c #Conflicts:    4053000 | #Constraints:     106763
2086.71/2092.25	c #Conflicts:    4054000 | #Constraints:     107763
2086.71/2092.25	c #Conflicts:    4055000 | #Constraints:     108763
2086.71/2092.25	c #Conflicts:    4056000 | #Constraints:     109763
2086.71/2092.25	c #Conflicts:    4057000 | #Constraints:     110763
2086.71/2092.25	c #Conflicts:    4058000 | #Constraints:     111763
2086.71/2092.25	c #Conflicts:    4059000 | #Constraints:     112763
2086.71/2092.25	c #Conflicts:    4060000 | #Constraints:     113763
2086.71/2092.25	c #Conflicts:    4061000 | #Constraints:     114763
2086.71/2092.25	c #Conflicts:    4062000 | #Constraints:     115763
2086.71/2092.25	c #Conflicts:    4063000 | #Constraints:     116763
2086.71/2092.25	c #Conflicts:    4064000 | #Constraints:     117763
2086.71/2092.25	c #Conflicts:    4065000 | #Constraints:     118763
2086.71/2092.25	c #Conflicts:    4066000 | #Constraints:     119763
2086.71/2092.25	c #Conflicts:    4067000 | #Constraints:     120763
2086.71/2092.25	c #Conflicts:    4068000 | #Constraints:     121763
2086.71/2092.25	c #Conflicts:    4069000 | #Constraints:     122763
2086.71/2092.25	c #Conflicts:    4070000 | #Constraints:     123763
2086.71/2092.25	c #Conflicts:    4071000 | #Constraints:     124763
2086.71/2092.25	c #Conflicts:    4072000 | #Constraints:     125763
2086.71/2092.25	c #Conflicts:    4073000 | #Constraints:     126763
2086.71/2092.25	c #Conflicts:    4074000 | #Constraints:     127763
2086.71/2092.25	c #Conflicts:    4075000 | #Constraints:     128763
2086.71/2092.25	c #Conflicts:    4076000 | #Constraints:     129763
2086.71/2092.25	c #Conflicts:    4077000 | #Constraints:     130763
2086.71/2092.25	c #Conflicts:    4078000 | #Constraints:     131763
2086.71/2092.25	c #Conflicts:    4079000 | #Constraints:     132763
2086.71/2092.25	c #Conflicts:    4080000 | #Constraints:     133763
2086.71/2092.25	c #Conflicts:    4081000 | #Constraints:     134763
2086.71/2092.25	c #Conflicts:    4082000 | #Constraints:     135763
2086.71/2092.25	c #Conflicts:    4083000 | #Constraints:     136763
2086.71/2092.25	c #Conflicts:    4084000 | #Constraints:     137763
2086.71/2092.25	c #Conflicts:    4085000 | #Constraints:     138763
2086.71/2092.25	c #Conflicts:    4086000 | #Constraints:     139763
2086.71/2092.25	c #Conflicts:    4087000 | #Constraints:     140763
2086.71/2092.25	c #Conflicts:    4088000 | #Constraints:     141763
2086.71/2092.25	c #Conflicts:    4089000 | #Constraints:     142763
2086.71/2092.25	c #Conflicts:    4090000 | #Constraints:     143763
2086.71/2092.25	c #Conflicts:    4091000 | #Constraints:     144763
2086.71/2092.25	c INPROCESSING
2086.71/2092.25	c GARBAGE COLLECT
2086.71/2092.25	c #Conflicts:    4092000 | #Constraints:     101923
2086.71/2092.25	c #Conflicts:    4093000 | #Constraints:     102923
2086.71/2092.25	c #Conflicts:    4094000 | #Constraints:     103923
2086.71/2092.25	c #Conflicts:    4095000 | #Constraints:     104923
2086.71/2092.25	c #Conflicts:    4096000 | #Constraints:     105923
2086.71/2092.25	c #Conflicts:    4097000 | #Constraints:     106923
2086.71/2092.25	c #Conflicts:    4098000 | #Constraints:     107923
2086.71/2092.25	c #Conflicts:    4099000 | #Constraints:     108923
2086.71/2092.25	c #Conflicts:    4100000 | #Constraints:     109923
2086.71/2092.25	c #Conflicts:    4101000 | #Constraints:     110923
2086.71/2092.25	c #Conflicts:    4102000 | #Constraints:     111923
2086.71/2092.25	c #Conflicts:    4103000 | #Constraints:     112923
2086.71/2092.25	c #Conflicts:    4104000 | #Constraints:     113923
2086.71/2092.25	c #Conflicts:    4105000 | #Constraints:     114923
2086.71/2092.25	c #Conflicts:    4106000 | #Constraints:     115923
2086.71/2092.25	c #Conflicts:    4107000 | #Constraints:     116923
2086.71/2092.25	c #Conflicts:    4108000 | #Constraints:     117923
2086.71/2092.25	c #Conflicts:    4109000 | #Constraints:     118923
2086.71/2092.25	c #Conflicts:    4110000 | #Constraints:     119923
2086.71/2092.25	c #Conflicts:    4111000 | #Constraints:     120923
2086.71/2092.25	c #Conflicts:    4112000 | #Constraints:     121923
2086.71/2092.25	c #Conflicts:    4113000 | #Constraints:     122923
2086.71/2092.25	c #Conflicts:    4114000 | #Constraints:     123923
2086.71/2092.25	c #Conflicts:    4115000 | #Constraints:     124923
2086.71/2092.25	c #Conflicts:    4116000 | #Constraints:     125923
2086.71/2092.25	c #Conflicts:    4117000 | #Constraints:     126923
2086.71/2092.25	c #Conflicts:    4118000 | #Constraints:     127923
2086.71/2092.25	c #Conflicts:    4119000 | #Constraints:     128923
2086.71/2092.25	c #Conflicts:    4120000 | #Constraints:     129923
2086.71/2092.25	c #Conflicts:    4121000 | #Constraints:     130923
2086.71/2092.25	c #Conflicts:    4122000 | #Constraints:     131923
2086.71/2092.25	c #Conflicts:    4123000 | #Constraints:     132923
2086.71/2092.25	c #Conflicts:    4124000 | #Constraints:     133923
2086.71/2092.25	c #Conflicts:    4125000 | #Constraints:     134923
2086.71/2092.25	c #Conflicts:    4126000 | #Constraints:     135923
2086.71/2092.25	c #Conflicts:    4127000 | #Constraints:     136923
2086.71/2092.25	c #Conflicts:    4128000 | #Constraints:     137923
2086.71/2092.25	c #Conflicts:    4129000 | #Constraints:     138923
2086.71/2092.25	c #Conflicts:    4130000 | #Constraints:     139923
2115.33/2120.92	c #Conflicts:    4131000 | #Constraints:     140923
2115.33/2120.92	c #Conflicts:    4132000 | #Constraints:     141923
2115.33/2120.92	c INPROCESSING
2115.33/2120.92	c GARBAGE COLLECT
2115.33/2120.92	c #Conflicts:    4133000 | #Constraints:     100705
2115.33/2120.92	c #Conflicts:    4134000 | #Constraints:     101705
2115.33/2120.92	c #Conflicts:    4135000 | #Constraints:     102705
2115.33/2120.92	c #Conflicts:    4136000 | #Constraints:     103705
2115.33/2120.92	c #Conflicts:    4137000 | #Constraints:     104705
2115.33/2120.92	c #Conflicts:    4138000 | #Constraints:     105705
2115.33/2120.92	c #Conflicts:    4139000 | #Constraints:     106705
2115.33/2120.92	c #Conflicts:    4140000 | #Constraints:     107705
2115.33/2120.92	c #Conflicts:    4141000 | #Constraints:     108705
2115.33/2120.92	c #Conflicts:    4142000 | #Constraints:     109705
2115.33/2120.92	c #Conflicts:    4143000 | #Constraints:     110705
2115.33/2120.92	c #Conflicts:    4144000 | #Constraints:     111705
2115.33/2120.92	c #Conflicts:    4145000 | #Constraints:     112705
2115.33/2120.92	c #Conflicts:    4146000 | #Constraints:     113705
2115.33/2120.92	c #Conflicts:    4147000 | #Constraints:     114705
2115.33/2120.92	c #Conflicts:    4148000 | #Constraints:     115705
2115.33/2120.92	c #Conflicts:    4149000 | #Constraints:     116705
2115.33/2120.92	c #Conflicts:    4150000 | #Constraints:     117705
2115.33/2120.92	c #Conflicts:    4151000 | #Constraints:     118705
2115.33/2120.92	c #Conflicts:    4152000 | #Constraints:     119705
2115.33/2120.92	c #Conflicts:    4153000 | #Constraints:     120705
2115.33/2120.92	c #Conflicts:    4154000 | #Constraints:     121705
2115.33/2120.92	c #Conflicts:    4155000 | #Constraints:     122705
2115.33/2120.92	c #Conflicts:    4156000 | #Constraints:     123705
2115.33/2120.92	c #Conflicts:    4157000 | #Constraints:     124705
2115.33/2120.92	c #Conflicts:    4158000 | #Constraints:     125705
2115.33/2120.92	c #Conflicts:    4159000 | #Constraints:     126705
2115.33/2120.92	c #Conflicts:    4160000 | #Constraints:     127705
2115.33/2120.92	c #Conflicts:    4161000 | #Constraints:     128705
2115.33/2120.92	c #Conflicts:    4162000 | #Constraints:     129705
2115.33/2120.92	c #Conflicts:    4163000 | #Constraints:     130705
2115.33/2120.92	c #Conflicts:    4164000 | #Constraints:     131705
2115.33/2120.92	c #Conflicts:    4165000 | #Constraints:     132705
2115.33/2120.92	c #Conflicts:    4166000 | #Constraints:     133706
2115.33/2120.92	c #Conflicts:    4167000 | #Constraints:     134706
2115.33/2120.92	c #Conflicts:    4168000 | #Constraints:     135707
2115.33/2120.92	c #Conflicts:    4169000 | #Constraints:     136707
2115.33/2120.92	c #Conflicts:    4170000 | #Constraints:     137707
2115.33/2120.92	c #Conflicts:    4171000 | #Constraints:     138707
2115.33/2120.92	c #Conflicts:    4172000 | #Constraints:     139707
2115.33/2120.92	c #Conflicts:    4173000 | #Constraints:     140707
2115.33/2120.92	c INPROCESSING
2115.33/2120.92	c GARBAGE COLLECT
2115.33/2120.92	c #Conflicts:    4174000 | #Constraints:     100184
2115.33/2120.92	c #Conflicts:    4175000 | #Constraints:     101185
2115.33/2120.92	c #Conflicts:    4176000 | #Constraints:     102185
2115.33/2120.92	c #Conflicts:    4177000 | #Constraints:     103185
2115.33/2120.92	c #Conflicts:    4178000 | #Constraints:     104185
2115.33/2120.92	c #Conflicts:    4179000 | #Constraints:     105185
2115.33/2120.92	c #Conflicts:    4180000 | #Constraints:     106185
2115.33/2120.92	c #Conflicts:    4181000 | #Constraints:     107185
2115.33/2120.92	c #Conflicts:    4182000 | #Constraints:     108185
2115.33/2120.92	c #Conflicts:    4183000 | #Constraints:     109185
2115.33/2120.92	c #Conflicts:    4184000 | #Constraints:     110185
2115.33/2120.92	c #Conflicts:    4185000 | #Constraints:     111185
2115.33/2120.92	c #Conflicts:    4186000 | #Constraints:     112185
2115.33/2120.92	c #Conflicts:    4187000 | #Constraints:     113185
2115.33/2120.92	c #Conflicts:    4188000 | #Constraints:     114185
2115.33/2120.92	c #Conflicts:    4189000 | #Constraints:     115185
2115.33/2120.92	c #Conflicts:    4190000 | #Constraints:     116185
2115.33/2120.92	c #Conflicts:    4191000 | #Constraints:     117185
2115.33/2120.92	c #Conflicts:    4192000 | #Constraints:     118185
2115.33/2120.92	c #Conflicts:    4193000 | #Constraints:     119185
2115.33/2120.92	c #Conflicts:    4194000 | #Constraints:     120185
2115.33/2120.92	c #Conflicts:    4195000 | #Constraints:     121261
2115.33/2120.92	c #Conflicts:    4196000 | #Constraints:     122261
2115.33/2120.92	c #Conflicts:    4197000 | #Constraints:     123261
2115.33/2120.92	c #Conflicts:    4198000 | #Constraints:     124261
2115.33/2120.92	c #Conflicts:    4199000 | #Constraints:     125261
2115.33/2120.92	c #Conflicts:    4200000 | #Constraints:     126261
2115.33/2120.92	c #Conflicts:    4201000 | #Constraints:     127261
2115.33/2120.92	c #Conflicts:    4202000 | #Constraints:     128261
2115.33/2120.92	c #Conflicts:    4203000 | #Constraints:     129261
2115.33/2120.92	c #Conflicts:    4204000 | #Constraints:     130261
2115.33/2120.92	c #Conflicts:    4205000 | #Constraints:     131261
2115.33/2120.92	c #Conflicts:    4206000 | #Constraints:     132261
2115.33/2120.92	c #Conflicts:    4207000 | #Constraints:     133275
2119.31/2124.90	c #Conflicts:    4208000 | #Constraints:     134275
2119.31/2124.90	c #Conflicts:    4209000 | #Constraints:     135275
2119.31/2124.90	c #Conflicts:    4210000 | #Constraints:     136371
2119.31/2124.90	c #Conflicts:    4211000 | #Constraints:     137371
2119.31/2124.90	c #Conflicts:    4212000 | #Constraints:     138372
2119.31/2124.90	c #Conflicts:    4213000 | #Constraints:     139372
2119.31/2124.90	c #Conflicts:    4214000 | #Constraints:     140372
2119.31/2124.90	c INPROCESSING
2119.31/2124.90	c GARBAGE COLLECT
2119.31/2124.90	WSVECS04 Frhs2[1]: 6 0 2.10354 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3]: 6 -0.672439 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[5]: 6 0 1.20696 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[8]: 6 -2.17241 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[10]: 6 -0.896564 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[13]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[15]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[16]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[17]: 6 -2.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[18]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[20]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[23]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[30]: 6 -19.7268 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[32]: 6 -42.9248 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[35]: 6 -6.09265 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[40]: 6 -3.05636 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[45]: 6 -0.711564 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[48]: 6 -8.8857 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[51]: 6 -228.532 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[54]: 6 -267.478 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[59]: 6 -591.273 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[60]: 6 -532.386 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[68]: 6 -0.0787726 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[72]: 6 -7.47129 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[73]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[81]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[85]: 6 -3.26503 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[87]: 6 -4.22484 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[89]: 6 -7.32931 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[90]: 6 -1.46256 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[91]: 6 -0.724847 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[93]: 6 -5.2069 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[96]: 6 -4.83627 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[97]: 6 -2.49432 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[98]: 6 -0.0603813 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[99]: 6 -0.844363 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[100]: 6 0 0.311351 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[102]: 6 -0.875535 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[104]: 6 -0.782151 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[106]: 6 -1.21992 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[107]: 6 -0.533132 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[108]: 6 -1.21795 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[123]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[125]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[133]: 6 0 0.379335 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[134]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[136]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[137]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[138]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[139]: 6 0 0.379342 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[140]: 6 0 1.24143 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[141]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[143]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[144]: 6 -0.931046 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[147]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[149]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[151]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[152]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[153]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[155]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[157]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[159]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[160]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[161]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[162]: 6 0 0.379373 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[171]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[173]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[174]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[175]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[176]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[177]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[179]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[181]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[182]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[183]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[184]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[185]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[186]: 6 -0.931125 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[187]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[192]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[193]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[194]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[195]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[196]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[197]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[198]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[200]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[202]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[203]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[204]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[206]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[208]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[209]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[210]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[211]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[212]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[215]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[220]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[223]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[225]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[228]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[229]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[230]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[231]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[233]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[234]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[235]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[236]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[237]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[241]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[245]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[246]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[247]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[250]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[251]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[258]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[282]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[284]: 6 -0.619822 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[286]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[295]: 6 0 13.3444 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[307]: 6 -1.0467 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[319]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[323]: 6 -0.429762 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[328]: 6 -1.03114 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[339]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[342]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[343]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[361]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[363]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[369]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[370]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[373]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[377]: 6 -1.08244 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[379]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[380]: 6 0 0.665356 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[382]: 6 -19.4584 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[385]: 6 0 3.97729 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[391]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[394]: 6 0 1.22047 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[395]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[411]: 6 -43.1667 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[416]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[421]: 6 -10.913 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[422]: 6 -321.694 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[425]: 6 -11.7726 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[428]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[429]: 6 -1525.54 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[442]: 6 -188.955 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[443]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[448]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[451]: 6 -42.5556 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[459]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[461]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[471]: 6 -7.03597 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[473]: 6 -0.812568 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[474]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[479]: 6 -0.962592 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[482]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[487]: 6 -4.3205 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[488]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[489]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[491]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[492]: 6 -0.850088 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[508]: 6 -1.61861 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[520]: 6 -0.925059 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[526]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[530]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[531]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[532]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[533]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[534]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[535]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[536]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[537]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[538]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[539]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[546]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[551]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[553]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[555]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[561]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[567]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[570]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[573]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[574]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[576]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[580]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[582]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[583]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[585]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[589]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[590]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[591]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[595]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[596]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[597]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[600]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[602]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[603]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[604]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[606]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[607]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[608]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[611]: 6 0 0.76131 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[613]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[614]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[615]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[616]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[617]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[618]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[619]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[621]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[622]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[623]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[625]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[627]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[630]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[631]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[632]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[633]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[634]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[636]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[637]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[638]: 6 -0.537548 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[639]: 6 -0.537543 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[642]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[644]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[645]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[647]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[648]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[649]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[650]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[652]: 6 0 3.23542 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[655]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[656]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[657]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[658]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[659]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[661]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[662]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[663]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[664]: 6 -0.0934281 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[665]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[666]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[667]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[668]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[669]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[670]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[671]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[672]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[674]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[676]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[678]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[680]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[681]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[682]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[683]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[684]: 6 -0.128393 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[686]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[687]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[688]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[689]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[690]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[691]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[693]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[695]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[697]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[698]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[699]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[701]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[702]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[704]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[705]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[706]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[707]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[708]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[709]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[711]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[712]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[713]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[715]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[717]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[718]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[719]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[721]: 6 -1.43586 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[723]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[724]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[726]: 6 0 0.494292 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[794]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[796]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[800]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[801]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[802]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[803]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[804]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[806]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[809]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[810]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[811]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[812]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[813]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[814]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[818]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[819]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[820]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[822]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[823]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[826]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[828]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[829]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[830]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[831]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[832]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[833]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[835]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[836]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[839]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[841]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[842]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[843]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[844]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[846]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[847]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[848]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[849]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[850]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[851]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[852]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[853]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[854]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[855]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[856]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[858]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[859]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[860]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[862]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[863]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[864]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[865]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[867]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[868]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[869]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[870]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[872]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[873]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[874]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[875]: 6 -0.931134 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[876]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[877]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[878]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[879]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[881]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[882]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[883]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[884]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[885]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[886]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[887]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[888]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[897]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[898]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[899]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[900]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[901]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[902]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[905]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[906]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[908]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[909]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[911]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[912]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[913]: 6 0 0.206915 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[914]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[915]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[916]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[917]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[918]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[919]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[920]: 6 0 0.379374 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[922]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[923]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[924]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[925]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[926]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[927]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[929]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[930]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[931]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[932]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[933]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[935]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[941]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[946]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[949]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[952]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[953]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[954]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[955]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[956]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[957]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[961]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[962]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[963]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[969]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[970]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[971]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[975]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[984]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[987]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[989]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[990]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1018]: 6 -1.03114 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1024]: 6 -0.925342 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1025]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1031]: 6 -0.189149 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1036]: 6 -1.03889 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1037]: 6 -30.0772 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1045]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1049]: 6 -0.523343 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1051]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1055]: 6 -37.9562 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1059]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1060]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1073]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1082]: 6 -1.61125 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1087]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1090]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1095]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1099]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1105]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1109]: 6 -4.48407 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1117]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1120]: 6 0 3.45209 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1125]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1137]: 6 -162.228 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1138]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1142]: 6 -269.674 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1143]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1146]: 6 -188.611 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1147]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1148]: 6 -148.05 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1169]: 6 -245.116 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1172]: 6 -85.9445 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1188]: 6 -85.9445 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1189]: 6 -0.62508 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1190]: 6 -0.287759 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1193]: 6 -1.6186 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1194]: 6 -0.625042 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1204]: 6 -0.422719 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1205]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1206]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1208]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1218]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1224]: 6 -1.25002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1235]: 6 -2.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1246]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1255]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1256]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1257]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1258]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1259]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1260]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1261]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1262]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1263]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1264]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1265]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1268]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1272]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1279]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1287]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1289]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1290]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1291]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1292]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1295]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1297]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1298]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1299]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1300]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1306]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1309]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1321]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1323]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1325]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1326]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1329]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1331]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1333]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1334]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1335]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1339]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1340]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1342]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1343]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1344]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1349]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1350]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1351]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1352]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1353]: 6 -0.537546 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1354]: 6 0 3.23536 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1355]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1356]: 6 -0.537539 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1358]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1359]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1360]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1362]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1364]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1369]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1370]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1372]: 6 0 0.675812 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1373]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1374]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1381]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1382]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1383]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1384]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1385]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1387]: 6 0 0.494286 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1388]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1389]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1390]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1391]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1392]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1393]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1394]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1395]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1396]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1398]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1399]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1400]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1401]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1403]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1404]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1406]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1408]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1409]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1411]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1412]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1413]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1414]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1415]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1416]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1417]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1418]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1423]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1424]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1425]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1426]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1427]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1430]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1431]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1432]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1433]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1434]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1435]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1436]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1437]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1439]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1440]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1441]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1442]: 6 0 0.124536 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1443]: 6 0 0.49428 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1444]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1445]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1446]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1448]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1449]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1450]: 6 -0.56421 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1452]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1520]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1525]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1527]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1528]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1529]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1530]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1532]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1535]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1536]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1537]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1538]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1539]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1540]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1544]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1545]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1546]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1548]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1549]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1552]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1553]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1554]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1555]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1556]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1557]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1558]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1559]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1560]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1561]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1562]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1563]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1565]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1566]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1567]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1568]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1569]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1571]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1572]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1573]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1574]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1575]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1576]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1577]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1578]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1579]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1580]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1581]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1582]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1584]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1587]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1590]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1592]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1593]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1595]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1596]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1597]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1599]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1603]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1607]: 6 -4.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1609]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1610]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1612]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1617]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1618]: 6 -0.500051 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1622]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1625]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1626]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1632]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1633]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1637]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1639]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1644]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1652]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1657]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1666]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1669]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1687]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1693]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1694]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1695]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1696]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1697]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1711]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1712]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1713]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1714]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1715]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1732]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1737]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1755]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1756]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1757]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1758]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1759]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1760]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1803]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1846]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1847]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1848]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1849]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1850]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1882]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1883]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1884]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1885]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1886]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1899]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1920]: 6 -20.4821 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1922]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1925]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1926]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[1980]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2079]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2087]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2088]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2089]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2090]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2091]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2093]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2143]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2144]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2145]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2146]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2147]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2178]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2188]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2189]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2190]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2191]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2192]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2250]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2251]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2252]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2253]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2254]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2255]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2264]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2267]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2268]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2269]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2270]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2271]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2272]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2273]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2278]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2327]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2331]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2332]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2333]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2334]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2335]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2336]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2354]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2357]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2358]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2386]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2387]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2388]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2389]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2390]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2402]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2458]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2459]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2460]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2461]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2462]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2467]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2468]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2469]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2470]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2471]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2507]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2510]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2511]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2538]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2542]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2547]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2552]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2555]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2556]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2579]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2582]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2583]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2605]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2610]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2624]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2627]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2628]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2642]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2645]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2646]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2651]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2654]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2655]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2710]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2711]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2712]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2713]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2714]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2719]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2720]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2721]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2722]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2723]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2881]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2882]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2883]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2884]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2885]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2971]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2998]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[2999]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3000]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3001]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3002]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3034]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3035]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3036]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3037]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3038]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3071]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3072]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3073]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3074]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3082]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3087]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3151]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3152]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3153]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3154]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3155]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3172]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3177]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3182]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3185]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3186]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3235]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3240]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3250]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3251]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3252]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3253]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3254]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3308]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3311]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3312]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3313]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3314]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3315]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3316]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3317]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3322]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3323]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3324]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3325]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3326]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3362]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3365]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3366]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3376]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3377]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3378]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3379]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3380]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3385]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3386]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3387]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3388]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3389]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3403]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3404]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3405]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3406]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3407]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3425]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3428]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3430]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3431]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3432]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3433]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3434]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3455]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3479]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3482]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3483]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3542]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3545]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3546]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3574]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3575]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3576]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3577]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3578]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3583]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3584]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3585]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3586]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3587]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3595]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3600]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3604]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3609]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3628]: 6 -1.00009 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3629]: 6 -1.00007 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3630]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3631]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3632]: 6 -1.00001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3686]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3689]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3690]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3699]: 6 -1.00008 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3717]: 6 -1.00004 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3726]: 6 -1.00006 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3754]: 6 -1.0001 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3755]: 6 -1.00003 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3756]: 6 -1.00002 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3757]: 6 -1.00005 0 shouldn't be
2119.31/2124.90	WSVECS04 Frhs2[3758]: 6 -1.00003 0 shouldn't be
2120.81/2126.41	c rational objective 921.424
2160.61/2166.33	c #Conflicts:    4215000 | #Constraints:     100021
2160.61/2166.33	c #Conflicts:    4216000 | #Constraints:     101021
2160.61/2166.33	c #Conflicts:    4217000 | #Constraints:     102022
2160.61/2166.33	c #Conflicts:    4218000 | #Constraints:     103022
2160.61/2166.33	c #Conflicts:    4219000 | #Constraints:     104022
2160.61/2166.33	c #Conflicts:    4220000 | #Constraints:     105022
2160.61/2166.33	c #Conflicts:    4221000 | #Constraints:     106022
2160.61/2166.33	c #Conflicts:    4222000 | #Constraints:     107023
2160.61/2166.33	c #Conflicts:    4223000 | #Constraints:     108025
2160.61/2166.33	c #Conflicts:    4224000 | #Constraints:     109025
2160.61/2166.33	c #Conflicts:    4225000 | #Constraints:     110025
2160.61/2166.33	c #Conflicts:    4226000 | #Constraints:     111025
2160.61/2166.33	c #Conflicts:    4227000 | #Constraints:     112025
2160.61/2166.33	c #Conflicts:    4228000 | #Constraints:     113026
2160.61/2166.33	c #Conflicts:    4229000 | #Constraints:     114026
2160.61/2166.33	c #Conflicts:    4230000 | #Constraints:     115079
2160.61/2166.33	c #Conflicts:    4231000 | #Constraints:     116079
2160.61/2166.33	c #Conflicts:    4232000 | #Constraints:     117079
2160.61/2166.33	c #Conflicts:    4233000 | #Constraints:     118079
2160.61/2166.33	c #Conflicts:    4234000 | #Constraints:     119079
2160.61/2166.33	c #Conflicts:    4235000 | #Constraints:     120079
2160.61/2166.33	c #Conflicts:    4236000 | #Constraints:     121080
2160.61/2166.33	c #Conflicts:    4237000 | #Constraints:     122081
2160.61/2166.33	c #Conflicts:    4238000 | #Constraints:     123088
2160.61/2166.33	c #Conflicts:    4239000 | #Constraints:     124088
2160.61/2166.33	c #Conflicts:    4240000 | #Constraints:     125089
2160.61/2166.33	c #Conflicts:    4241000 | #Constraints:     126163
2160.61/2166.33	c #Conflicts:    4242000 | #Constraints:     127163
2160.61/2166.33	c #Conflicts:    4243000 | #Constraints:     128163
2160.61/2166.33	c #Conflicts:    4244000 | #Constraints:     129163
2160.61/2166.33	c #Conflicts:    4245000 | #Constraints:     130489
2160.61/2166.33	c #Conflicts:    4246000 | #Constraints:     131966
2160.61/2166.33	c #Conflicts:    4247000 | #Constraints:     133433
2160.61/2166.33	c #Conflicts:    4248000 | #Constraints:     134922
2160.61/2166.33	c #Conflicts:    4249000 | #Constraints:     136379
2160.61/2166.33	c #Conflicts:    4250000 | #Constraints:     137496
2160.61/2166.33	c #Conflicts:    4251000 | #Constraints:     138746
2160.61/2166.33	c #Conflicts:    4252000 | #Constraints:     139746
2160.61/2166.33	c #Conflicts:    4253000 | #Constraints:     140746
2160.61/2166.33	c #Conflicts:    4254000 | #Constraints:     141746
2160.61/2166.33	c #Conflicts:    4255000 | #Constraints:     142746
2160.61/2166.33	c INPROCESSING
2160.61/2166.33	c GARBAGE COLLECT
2160.61/2166.33	c #Conflicts:    4256000 | #Constraints:     101106
2160.61/2166.33	c #Conflicts:    4257000 | #Constraints:     102106
2160.61/2166.33	c #Conflicts:    4258000 | #Constraints:     103107
2160.61/2166.33	c #Conflicts:    4259000 | #Constraints:     104107
2160.61/2166.33	c #Conflicts:    4260000 | #Constraints:     105107
2160.61/2166.33	c #Conflicts:    4261000 | #Constraints:     106107
2160.61/2166.33	c #Conflicts:    4262000 | #Constraints:     107107
2160.61/2166.33	c #Conflicts:    4263000 | #Constraints:     108107
2160.61/2166.33	c #Conflicts:    4264000 | #Constraints:     109109
2160.61/2166.33	c #Conflicts:    4265000 | #Constraints:     110109
2160.61/2166.33	c #Conflicts:    4266000 | #Constraints:     111109
2160.61/2166.33	c #Conflicts:    4267000 | #Constraints:     112109
2160.61/2166.33	c #Conflicts:    4268000 | #Constraints:     113109
2160.61/2166.33	c #Conflicts:    4269000 | #Constraints:     114109
2160.61/2166.33	c #Conflicts:    4270000 | #Constraints:     115109
2160.61/2166.33	c #Conflicts:    4271000 | #Constraints:     116110
2160.61/2166.33	c #Conflicts:    4272000 | #Constraints:     117110
2160.61/2166.33	c #Conflicts:    4273000 | #Constraints:     118114
2160.61/2166.33	c #Conflicts:    4274000 | #Constraints:     119114
2160.61/2166.33	c #Conflicts:    4275000 | #Constraints:     120114
2160.61/2166.33	c #Conflicts:    4276000 | #Constraints:     121114
2160.61/2166.33	c #Conflicts:    4277000 | #Constraints:     122114
2160.61/2166.33	c #Conflicts:    4278000 | #Constraints:     123114
2160.61/2166.33	c #Conflicts:    4279000 | #Constraints:     124114
2160.61/2166.33	c #Conflicts:    4280000 | #Constraints:     125114
2160.61/2166.33	c #Conflicts:    4281000 | #Constraints:     126114
2160.61/2166.33	c #Conflicts:    4282000 | #Constraints:     127114
2160.61/2166.33	c #Conflicts:    4283000 | #Constraints:     128115
2160.61/2166.33	c #Conflicts:    4284000 | #Constraints:     129115
2160.61/2166.33	c #Conflicts:    4285000 | #Constraints:     130115
2160.61/2166.33	c #Conflicts:    4286000 | #Constraints:     131116
2160.61/2166.33	c #Conflicts:    4287000 | #Constraints:     132116
2160.61/2166.33	c #Conflicts:    4288000 | #Constraints:     133116
2160.61/2166.33	c #Conflicts:    4289000 | #Constraints:     134302
2160.61/2166.33	c #Conflicts:    4290000 | #Constraints:     135302
2160.61/2166.33	c #Conflicts:    4291000 | #Constraints:     136302
2160.61/2166.33	c #Conflicts:    4292000 | #Constraints:     137303
2160.61/2166.33	c #Conflicts:    4293000 | #Constraints:     138303
2164.00/2169.76	c #Conflicts:    4294000 | #Constraints:     139303
2164.00/2169.76	c #Conflicts:    4295000 | #Constraints:     140305
2164.00/2169.76	c #Conflicts:    4296000 | #Constraints:     141349
2164.00/2169.76	c INPROCESSING
2164.00/2169.76	c GARBAGE COLLECT
2164.00/2169.76	WSVECS04 Frhs2[2]: 6 -12.1537 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3]: 6 -4.22373 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[5]: 6 -3.06656 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[11]: 6 -6.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[18]: 6 -2.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[19]: 6 -3.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[29]: 6 -8.94213 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[35]: 6 -0.0275357 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[39]: 6 -0.905589 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[40]: 6 -7.60127 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[41]: 6 -6.03574 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[47]: 6 -3.52599 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[50]: 6 -46.0991 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[51]: 6 -30.8742 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[63]: 6 -4.86211 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[65]: 6 -7.78891 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[67]: 6 -2.4828 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[69]: 6 0 5.50001 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[70]: 6 -2.08628 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[74]: 6 -2.50003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[76]: 6 -3.50002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[79]: 6 -4.50009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[80]: 6 -5.50007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[84]: 6 -2.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[85]: 6 -0.996143 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[86]: 6 -6.44567 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[90]: 6 -4.37487 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[94]: 6 -5.11121 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[96]: 6 -4.48718 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[100]: 6 -1.6878 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[101]: 6 -1.61907 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[103]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[104]: 6 -2.48152 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[105]: 6 -1.27516 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[106]: 6 -2.11902 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[107]: 6 -2.53168 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[108]: 6 -0.518641 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[110]: 6 -4.50007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[114]: 6 -3.50005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[119]: 6 -2.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[121]: 6 -7.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[125]: 6 -7.50008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[132]: 6 -8.50008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[155]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[160]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[161]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[165]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[168]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[172]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[174]: 6 -9.04474 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[175]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[176]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[178]: 6 -35.3906 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[181]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[183]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[187]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[197]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[204]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[214]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[223]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[231]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[238]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[266]: 6 -1.95125 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[267]: 6 -1.33753 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[270]: 6 -1.33759 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[277]: 6 -5.2282 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[278]: 6 -13.5153 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[283]: 6 -8.41357 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[285]: 6 -30.421 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[287]: 6 -33.3327 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[291]: 6 -3.63048 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[293]: 6 -7.08691 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[294]: 6 -0.333408 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[298]: 6 -7.29962 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[299]: 6 -2.06428 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[304]: 6 -5.22818 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[305]: 6 -1.18901 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[308]: 6 -9.85969 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[322]: 6 -55.6492 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[325]: 6 -12.7821 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[329]: 6 -24.7751 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[330]: 6 -1.21098 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[340]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[352]: 6 -0.288562 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[353]: 6 -0.0357682 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[357]: 6 -2.79254 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[365]: 6 -2.63248 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[366]: 6 -0.759008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[374]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[393]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[394]: 6 -0.0358127 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[395]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[396]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[398]: 6 -43.793 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[408]: 6 -29.4664 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[412]: 6 -14.4044 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[413]: 6 -36.4912 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[415]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[417]: 6 -9.22963 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[418]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[422]: 6 -28.0891 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[425]: 6 -7.69811 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[426]: 6 -4.85173 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[428]: 6 -79.5156 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[432]: 6 -12.2906 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[434]: 6 -15.2906 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[439]: 6 -26.446 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[440]: 6 -10.028 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[449]: 6 0 10.503 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[452]: 6 -4.54984 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[455]: 6 -19.8661 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[456]: 6 -22.0228 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[461]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[462]: 6 -130.766 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[474]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[485]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[487]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[491]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[503]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[507]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[508]: 6 -9.53453 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[528]: 6 -19.6552 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[529]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[530]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[531]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[534]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[535]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[537]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[539]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[543]: 6 -2.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[544]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[545]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[547]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[549]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[561]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[566]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[574]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[579]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[584]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[588]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[595]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[599]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[601]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[605]: 6 -10.357 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[610]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[628]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[632]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[641]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[643]: 6 -4.58403 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[645]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[649]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[652]: 6 -9.35707 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[654]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[655]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[657]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[660]: 6 -10.357 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[661]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[663]: 6 -2.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[664]: 6 -1.75658 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[665]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[666]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[667]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[668]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[669]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[671]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[673]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[674]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[675]: 6 -1.96289 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[676]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[677]: 6 -1.96287 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[678]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[679]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[680]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[681]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[692]: 6 -2.92574 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[693]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[694]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[695]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[697]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[698]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[699]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[700]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[701]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[702]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[704]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[706]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[707]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[708]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[709]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[710]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[711]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[712]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[714]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[715]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[716]: 6 -2.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[717]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[720]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[721]: 6 -1.96286 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[723]: 6 -8.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[724]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[725]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[726]: 6 -4.30123 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[727]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[731]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[738]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[747]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[777]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[790]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[791]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[792]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[795]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[803]: 6 -2.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[804]: 6 0 5.5001 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[814]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[816]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[819]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[820]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[822]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[823]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[824]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[825]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[826]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[828]: 6 -2.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[831]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[832]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[835]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[838]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[839]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[840]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[841]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[842]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[845]: 6 -15.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[848]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[849]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[852]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[854]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[855]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[856]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[857]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[858]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[870]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[873]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[874]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[877]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[878]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[882]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[883]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[887]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[891]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[894]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[895]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[908]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[909]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[912]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[913]: 6 -4.0473 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[920]: 6 -6.94136 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[940]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[949]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[957]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[964]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[980]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1002]: 6 -0.333404 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1004]: 6 -5.22818 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1006]: 6 -0.666696 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1007]: 6 -4.48775 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1008]: 6 -1.16884 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1013]: 6 -14.5153 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1016]: 6 -0.166762 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1024]: 6 -5.22817 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1025]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1028]: 6 -2.67295 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1030]: 6 -13.7883 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1034]: 6 -14.7263 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1035]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1044]: 6 -5.22823 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1046]: 6 -21.0136 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1047]: 6 -14.5141 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1052]: 6 -14.1317 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1053]: 6 -1.1883 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1056]: 6 -5.22818 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1061]: 6 -0.551964 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1064]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1077]: 6 -2.67377 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1084]: 6 -2.26497 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1085]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1087]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1092]: 6 -0.919673 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1093]: 6 -0.357209 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1098]: 6 -2.79248 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1107]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1120]: 6 -5.15957 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1129]: 6 -10.003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1132]: 6 -8.71446 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1134]: 6 -39.1984 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1135]: 6 -23.4528 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1139]: 6 -1.7715 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1141]: 6 -10.028 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1148]: 6 -25.9937 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1151]: 6 -19.1036 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1154]: 6 -0.62975 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1165]: 6 -26.9508 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1172]: 6 -14.2244 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1174]: 6 -2.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1177]: 6 -48.6425 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1181]: 6 -10.7545 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1182]: 6 -0.153624 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1186]: 6 -6.69814 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1202]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1209]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1211]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1217]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1231]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1240]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1243]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1247]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1251]: 6 0 9.25865 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1254]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1255]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1256]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1257]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1260]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1261]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1265]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1267]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1268]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1270]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1271]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1272]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1275]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1287]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1291]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1292]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1297]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1301]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1310]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1319]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1321]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1323]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1327]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1331]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1336]: 6 -14.983 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1337]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1341]: 6 -10.294 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1349]: 6 0 4.57473 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1352]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1354]: 6 -10.357 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1355]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1358]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1380]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1386]: 6 -4.89121 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1387]: 6 -4.30121 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1390]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1391]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1392]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1393]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1394]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1395]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1396]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1397]: 6 -1.96285 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1399]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1400]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1401]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1402]: 6 -2.92577 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1403]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1404]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1405]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1406]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1407]: 6 -2.92569 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1417]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1418]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1419]: 6 -1.96288 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1420]: 6 -1.96288 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1421]: 6 -1.75655 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1422]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1423]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1424]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1425]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1426]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1427]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1428]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1429]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1430]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1431]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1432]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1433]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1434]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1435]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1436]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1437]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1438]: 6 -5.53919 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1439]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1440]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1441]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1442]: 6 -1.23802 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1443]: 6 -4.30117 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1444]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1445]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1446]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1447]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1448]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1450]: 6 -9.96286 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1451]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1452]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1464]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1473]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1480]: 6 -13.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1501]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1502]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1503]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1516]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1518]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1521]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1522]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1526]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1541]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1542]: 6 -5.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1545]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1546]: 6 -11.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1548]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1551]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1552]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1555]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1557]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1558]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1561]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1564]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1565]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1567]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1568]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1571]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1574]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1575]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1578]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1582]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1583]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1584]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1587]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1589]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1590]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1595]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1602]: 6 -2.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1615]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1616]: 6 -3.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1622]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1623]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1624]: 6 -5.95182 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1628]: 6 -4.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1634]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1640]: 6 -2.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1644]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1646]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1663]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1664]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1669]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1670]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1671]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1674]: 6 -2.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1675]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1676]: 6 -20.3467 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1682]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1690]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1694]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1695]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1696]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1697]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1700]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1712]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1713]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1714]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1715]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1718]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1733]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1737]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1739]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1741]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1742]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1751]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1755]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1757]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1758]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1759]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1760]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1763]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1766]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1768]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1769]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1780]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1781]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1784]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1786]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1787]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1820]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1822]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1823]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1847]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1848]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1849]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1850]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1853]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1861]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1862]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1865]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1867]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1868]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1883]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1884]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1885]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1886]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1889]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1895]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1899]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1920]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1921]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1922]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1923]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1926]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1942]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1943]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1951]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1952]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1976]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1980]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1996]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[1997]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2000]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2002]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2003]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2022]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2023]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2075]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2079]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2082]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2088]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2090]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2091]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2093]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2096]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2104]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2117]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2119]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2120]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2131]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2144]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2145]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2146]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2147]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2150]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2162]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2164]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2165]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2174]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2178]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2189]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2190]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2191]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2192]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2195]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2246]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2250]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2252]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2253]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2254]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2255]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2258]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2262]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2263]: 6 -2.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2265]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2268]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2270]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2271]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2272]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2273]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2276]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2325]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2328]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2331]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2333]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2334]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2335]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2336]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2339]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2352]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2355]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2358]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2374]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2375]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2387]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2388]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2389]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2390]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2393]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2405]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2407]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2408]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2455]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2456]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2459]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2460]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2461]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2462]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2465]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2468]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2469]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2470]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2471]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2474]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2495]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2497]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2498]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2503]: 6 -2.79251 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2508]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2511]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2527]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2528]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2534]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2538]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2543]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2547]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2550]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2553]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2556]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2567]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2569]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2570]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2577]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2583]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2606]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2610]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2622]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2625]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2628]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2640]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2641]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2642]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2643]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2646]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2649]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2650]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2651]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2652]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2655]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2711]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2712]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2713]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2714]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2717]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2720]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2721]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2722]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2723]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2726]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2761]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2783]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2792]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2794]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2795]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2806]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2882]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2883]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2884]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2885]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2888]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2905]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[2999]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3000]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3001]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3002]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3005]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3008]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3010]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3011]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3035]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3036]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3037]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3038]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3041]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3049]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3050]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3071]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3072]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3073]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3074]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3077]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3083]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3087]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3121]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3122]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3152]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3153]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3154]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3155]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3158]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3173]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3177]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3180]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3181]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3182]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3183]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3186]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3197]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3199]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3200]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3229]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3230]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3236]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3251]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3252]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3253]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3254]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3257]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3260]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3263]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3274]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3283]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3284]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3306]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3307]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3308]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3309]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3312]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3314]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3315]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3316]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3317]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3320]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3323]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3324]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3325]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3329]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3360]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3361]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3362]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3363]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3366]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3377]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3378]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3379]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3380]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3383]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3386]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3387]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3388]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3389]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3392]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3404]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3405]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3406]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3407]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3410]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3423]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3424]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3425]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3431]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3432]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3433]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3434]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3437]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3440]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3442]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3443]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3449]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3451]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3452]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3463]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3464]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3477]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3478]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3479]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3480]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3483]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3490]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3491]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3499]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3500]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3540]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3541]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3542]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3543]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3546]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3557]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3559]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3560]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3575]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3576]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3577]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3578]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3581]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3584]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3585]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3586]: 6 -1.00006 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3587]: 6 -1.00001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3590]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3596]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3600]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3605]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3609]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3616]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3629]: 6 -1.00005 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3630]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3631]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3632]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3635]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3665]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3684]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3687]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3690]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3695]: 6 -1.00008 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3699]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3713]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3717]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3719]: 6 -34.1449 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3722]: 6 -1.00003 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3726]: 6 -1.0001 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3728]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3730]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3731]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3751]: 6 -1.00004 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3755]: 6 -1.00002 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3756]: 6 -1.00007 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3757]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3758]: 6 -1.00009 0 shouldn't be
2164.00/2169.76	WSVECS04 Frhs2[3761]: 6 -1.00002 0 shouldn't be
2165.30/2171.00	c rational objective 921.424
2251.19/2257.18	c #Conflicts:    4297000 | #Constraints:     100341
2251.19/2257.18	c #Conflicts:    4298000 | #Constraints:     101342
2251.19/2257.18	c #Conflicts:    4299000 | #Constraints:     102568
2251.19/2257.18	c #Conflicts:    4300000 | #Constraints:     104008
2251.19/2257.18	c #Conflicts:    4301000 | #Constraints:     105438
2251.19/2257.18	c #Conflicts:    4302000 | #Constraints:     106890
2251.19/2257.18	c #Conflicts:    4303000 | #Constraints:     108324
2251.19/2257.18	c #Conflicts:    4304000 | #Constraints:     109783
2251.19/2257.18	c #Conflicts:    4305000 | #Constraints:     111212
2251.19/2257.18	c #Conflicts:    4306000 | #Constraints:     112645
2251.19/2257.18	c #Conflicts:    4307000 | #Constraints:     114090
2251.19/2257.18	c #Conflicts:    4308000 | #Constraints:     115544
2251.19/2257.18	c #Conflicts:    4309000 | #Constraints:     116556
2251.19/2257.18	c #Conflicts:    4310000 | #Constraints:     117556
2251.19/2257.18	c #Conflicts:    4311000 | #Constraints:     118556
2251.19/2257.18	c #Conflicts:    4312000 | #Constraints:     119557
2251.19/2257.18	c #Conflicts:    4313000 | #Constraints:     120557
2251.19/2257.18	c #Conflicts:    4314000 | #Constraints:     121557
2251.19/2257.18	c #Conflicts:    4315000 | #Constraints:     122557
2251.19/2257.18	c #Conflicts:    4316000 | #Constraints:     123558
2251.19/2257.18	c #Conflicts:    4317000 | #Constraints:     124558
2251.19/2257.18	c #Conflicts:    4318000 | #Constraints:     125558
2251.19/2257.18	c #Conflicts:    4319000 | #Constraints:     126558
2251.19/2257.18	c #Conflicts:    4320000 | #Constraints:     127565
2251.19/2257.18	c #Conflicts:    4321000 | #Constraints:     128565
2251.19/2257.18	c #Conflicts:    4322000 | #Constraints:     129592
2251.19/2257.18	c #Conflicts:    4323000 | #Constraints:     131005
2251.19/2257.18	c #Conflicts:    4324000 | #Constraints:     132446
2251.19/2257.18	c #Conflicts:    4325000 | #Constraints:     133896
2251.19/2257.18	c #Conflicts:    4326000 | #Constraints:     135340
2251.19/2257.18	c #Conflicts:    4327000 | #Constraints:     136812
2251.19/2257.18	c #Conflicts:    4328000 | #Constraints:     138266
2251.19/2257.18	c #Conflicts:    4329000 | #Constraints:     139722
2251.19/2257.18	c #Conflicts:    4330000 | #Constraints:     141178
2251.19/2257.18	c #Conflicts:    4331000 | #Constraints:     142639
2251.19/2257.18	c #Conflicts:    4332000 | #Constraints:     144119
2251.19/2257.18	c #Conflicts:    4333000 | #Constraints:     145565
2251.19/2257.18	c #Conflicts:    4334000 | #Constraints:     146830
2251.19/2257.18	c #Conflicts:    4335000 | #Constraints:     147830
2251.19/2257.18	c #Conflicts:    4336000 | #Constraints:     148831
2251.19/2257.18	c #Conflicts:    4337000 | #Constraints:     149831
2251.19/2257.18	c #Conflicts:    4338000 | #Constraints:     150841
2251.19/2257.18	c INPROCESSING
2251.19/2257.18	c GARBAGE COLLECT
2251.19/2257.18	c #Conflicts:    4339000 | #Constraints:     105151
2251.19/2257.18	c #Conflicts:    4340000 | #Constraints:     106151
2251.19/2257.18	c #Conflicts:    4341000 | #Constraints:     107153
2251.19/2257.18	c #Conflicts:    4342000 | #Constraints:     108153
2251.19/2257.18	c #Conflicts:    4343000 | #Constraints:     109153
2251.19/2257.18	c #Conflicts:    4344000 | #Constraints:     110153
2251.19/2257.18	c #Conflicts:    4345000 | #Constraints:     111495
2251.19/2257.18	c #Conflicts:    4346000 | #Constraints:     112496
2251.19/2257.18	c #Conflicts:    4347000 | #Constraints:     113496
2251.19/2257.18	c #Conflicts:    4348000 | #Constraints:     114533
2251.19/2257.18	c #Conflicts:    4349000 | #Constraints:     115800
2251.19/2257.18	c #Conflicts:    4350000 | #Constraints:     117105
2251.19/2257.18	c #Conflicts:    4351000 | #Constraints:     118105
2251.19/2257.18	c #Conflicts:    4352000 | #Constraints:     119105
2251.19/2257.18	c #Conflicts:    4353000 | #Constraints:     120105
2251.19/2257.18	c #Conflicts:    4354000 | #Constraints:     121105
2251.19/2257.18	c #Conflicts:    4355000 | #Constraints:     122105
2251.19/2257.19	c #Conflicts:    4356000 | #Constraints:     123107
2251.19/2257.19	c #Conflicts:    4357000 | #Constraints:     124108
2251.19/2257.19	c #Conflicts:    4358000 | #Constraints:     125108
2251.19/2257.19	c #Conflicts:    4359000 | #Constraints:     126302
2251.19/2257.19	c #Conflicts:    4360000 | #Constraints:     127767
2251.19/2257.19	c #Conflicts:    4361000 | #Constraints:     129241
2251.19/2257.19	c #Conflicts:    4362000 | #Constraints:     130300
2251.19/2257.19	c #Conflicts:    4363000 | #Constraints:     131300
2251.19/2257.19	c #Conflicts:    4364000 | #Constraints:     132300
2251.19/2257.19	c #Conflicts:    4365000 | #Constraints:     133323
2251.19/2257.19	c #Conflicts:    4366000 | #Constraints:     134323
2251.19/2257.19	c #Conflicts:    4367000 | #Constraints:     135323
2251.19/2257.19	c #Conflicts:    4368000 | #Constraints:     136323
2251.19/2257.19	c #Conflicts:    4369000 | #Constraints:     137323
2251.19/2257.19	c #Conflicts:    4370000 | #Constraints:     138323
2251.19/2257.19	c #Conflicts:    4371000 | #Constraints:     139323
2251.19/2257.19	c #Conflicts:    4372000 | #Constraints:     140323
2251.19/2257.19	c #Conflicts:    4373000 | #Constraints:     141323
2251.19/2257.19	c #Conflicts:    4374000 | #Constraints:     142323
2251.19/2257.19	c #Conflicts:    4375000 | #Constraints:     143323
2275.03/2281.10	c #Conflicts:    4376000 | #Constraints:     144323
2275.03/2281.10	c #Conflicts:    4377000 | #Constraints:     145323
2275.03/2281.10	c #Conflicts:    4378000 | #Constraints:     146338
2275.03/2281.10	c #Conflicts:    4379000 | #Constraints:     147604
2275.03/2281.10	c #Conflicts:    4380000 | #Constraints:     148604
2275.03/2281.10	c INPROCESSING
2275.03/2281.10	c GARBAGE COLLECT
2275.03/2281.10	c #Conflicts:    4381000 | #Constraints:     104128
2275.03/2281.10	c #Conflicts:    4382000 | #Constraints:     105129
2275.03/2281.10	c #Conflicts:    4383000 | #Constraints:     106129
2275.03/2281.10	c #Conflicts:    4384000 | #Constraints:     107130
2275.03/2281.10	c #Conflicts:    4385000 | #Constraints:     108131
2275.03/2281.10	c #Conflicts:    4386000 | #Constraints:     109131
2275.03/2281.10	c #Conflicts:    4387000 | #Constraints:     110132
2275.03/2281.10	c #Conflicts:    4388000 | #Constraints:     111188
2275.03/2281.10	c #Conflicts:    4389000 | #Constraints:     112188
2275.03/2281.10	c #Conflicts:    4390000 | #Constraints:     113188
2275.03/2281.10	c #Conflicts:    4391000 | #Constraints:     114188
2275.03/2281.10	c #Conflicts:    4392000 | #Constraints:     115188
2275.03/2281.10	c #Conflicts:    4393000 | #Constraints:     116190
2275.03/2281.10	c #Conflicts:    4394000 | #Constraints:     117190
2275.03/2281.10	c #Conflicts:    4395000 | #Constraints:     118192
2275.03/2281.10	c #Conflicts:    4396000 | #Constraints:     119193
2275.03/2281.10	c #Conflicts:    4397000 | #Constraints:     120193
2275.03/2281.10	c #Conflicts:    4398000 | #Constraints:     121193
2275.03/2281.10	c #Conflicts:    4399000 | #Constraints:     122231
2275.03/2281.10	c #Conflicts:    4400000 | #Constraints:     123234
2275.03/2281.10	c #Conflicts:    4401000 | #Constraints:     124234
2275.03/2281.10	c #Conflicts:    4402000 | #Constraints:     125234
2275.03/2281.10	c #Conflicts:    4403000 | #Constraints:     126234
2275.03/2281.10	c #Conflicts:    4404000 | #Constraints:     127234
2275.03/2281.10	c #Conflicts:    4405000 | #Constraints:     128235
2275.03/2281.10	c #Conflicts:    4406000 | #Constraints:     129240
2275.03/2281.10	c #Conflicts:    4407000 | #Constraints:     130244
2275.03/2281.10	c #Conflicts:    4408000 | #Constraints:     131244
2275.03/2281.10	c #Conflicts:    4409000 | #Constraints:     132255
2275.03/2281.10	c #Conflicts:    4410000 | #Constraints:     133255
2275.03/2281.10	c #Conflicts:    4411000 | #Constraints:     134255
2275.03/2281.10	c #Conflicts:    4412000 | #Constraints:     135255
2275.03/2281.10	c #Conflicts:    4413000 | #Constraints:     136256
2275.03/2281.10	c #Conflicts:    4414000 | #Constraints:     137257
2275.03/2281.10	c #Conflicts:    4415000 | #Constraints:     138257
2275.03/2281.10	c #Conflicts:    4416000 | #Constraints:     139257
2275.03/2281.10	c #Conflicts:    4417000 | #Constraints:     140257
2275.03/2281.10	c #Conflicts:    4418000 | #Constraints:     141258
2275.03/2281.10	c #Conflicts:    4419000 | #Constraints:     142258
2275.03/2281.10	c #Conflicts:    4420000 | #Constraints:     143258
2275.03/2281.10	c #Conflicts:    4421000 | #Constraints:     144637
2275.03/2281.10	c #Conflicts:    4422000 | #Constraints:     146094
2275.03/2281.10	c INPROCESSING
2275.03/2281.10	c GARBAGE COLLECT
2275.03/2281.10	c rational objective 922.643
2336.57/2342.77	c #Conflicts:    4423000 | #Constraints:     102889
2336.57/2342.77	c #Conflicts:    4424000 | #Constraints:     103890
2336.57/2342.77	c #Conflicts:    4425000 | #Constraints:     104890
2336.57/2342.77	c #Conflicts:    4426000 | #Constraints:     106330
2336.57/2342.77	c #Conflicts:    4427000 | #Constraints:     107800
2336.57/2342.77	c #Conflicts:    4428000 | #Constraints:     109281
2336.57/2342.77	c #Conflicts:    4429000 | #Constraints:     110749
2336.57/2342.77	c #Conflicts:    4430000 | #Constraints:     112199
2336.57/2342.77	c #Conflicts:    4431000 | #Constraints:     113652
2336.57/2342.77	c #Conflicts:    4432000 | #Constraints:     115101
2336.57/2342.77	c #Conflicts:    4433000 | #Constraints:     116585
2336.57/2342.77	c #Conflicts:    4434000 | #Constraints:     118050
2336.57/2342.77	c #Conflicts:    4435000 | #Constraints:     119488
2336.57/2342.77	c #Conflicts:    4436000 | #Constraints:     120940
2336.57/2342.77	c #Conflicts:    4437000 | #Constraints:     122178
2336.57/2342.77	c #Conflicts:    4438000 | #Constraints:     123178
2336.57/2342.77	c #Conflicts:    4439000 | #Constraints:     124178
2336.57/2342.77	c #Conflicts:    4440000 | #Constraints:     125178
2336.57/2342.77	c #Conflicts:    4441000 | #Constraints:     126178
2336.57/2342.77	c #Conflicts:    4442000 | #Constraints:     127179
2336.57/2342.77	c #Conflicts:    4443000 | #Constraints:     128179
2336.57/2342.77	c #Conflicts:    4444000 | #Constraints:     129179
2336.57/2342.77	c #Conflicts:    4445000 | #Constraints:     130179
2336.57/2342.77	c #Conflicts:    4446000 | #Constraints:     131181
2336.57/2342.77	c #Conflicts:    4447000 | #Constraints:     132277
2336.57/2342.77	c #Conflicts:    4448000 | #Constraints:     133503
2336.57/2342.77	c #Conflicts:    4449000 | #Constraints:     134503
2336.57/2342.77	c #Conflicts:    4450000 | #Constraints:     135504
2336.57/2342.77	c #Conflicts:    4451000 | #Constraints:     136578
2336.57/2342.77	c #Conflicts:    4452000 | #Constraints:     137578
2336.57/2342.77	c #Conflicts:    4453000 | #Constraints:     138578
2336.57/2342.77	c #Conflicts:    4454000 | #Constraints:     139578
2336.57/2342.77	c #Conflicts:    4455000 | #Constraints:     140578
2336.57/2342.77	c #Conflicts:    4456000 | #Constraints:     141578
2336.57/2342.77	c #Conflicts:    4457000 | #Constraints:     142578
2336.57/2342.77	c #Conflicts:    4458000 | #Constraints:     143578
2336.57/2342.77	c #Conflicts:    4459000 | #Constraints:     144578
2336.57/2342.77	c #Conflicts:    4460000 | #Constraints:     145579
2336.57/2342.77	c #Conflicts:    4461000 | #Constraints:     146581
2336.57/2342.77	c #Conflicts:    4462000 | #Constraints:     147581
2336.57/2342.77	c #Conflicts:    4463000 | #Constraints:     148581
2336.57/2342.77	c #Conflicts:    4464000 | #Constraints:     149581
2336.57/2342.77	c INPROCESSING
2336.57/2342.77	c GARBAGE COLLECT
2336.57/2342.77	c #Conflicts:    4465000 | #Constraints:     104530
2336.57/2342.77	c #Conflicts:    4466000 | #Constraints:     105530
2336.57/2342.77	c #Conflicts:    4467000 | #Constraints:     106690
2336.57/2342.77	c #Conflicts:    4468000 | #Constraints:     107690
2336.57/2342.77	c #Conflicts:    4469000 | #Constraints:     108691
2336.57/2342.77	c #Conflicts:    4470000 | #Constraints:     109692
2336.57/2342.77	c #Conflicts:    4471000 | #Constraints:     110695
2336.57/2342.77	c #Conflicts:    4472000 | #Constraints:     111699
2336.57/2342.77	c #Conflicts:    4473000 | #Constraints:     112833
2336.57/2342.77	c #Conflicts:    4474000 | #Constraints:     113848
2336.57/2342.77	c #Conflicts:    4475000 | #Constraints:     114848
2336.57/2342.77	c #Conflicts:    4476000 | #Constraints:     115848
2336.57/2342.77	c #Conflicts:    4477000 | #Constraints:     116848
2336.57/2342.77	c #Conflicts:    4478000 | #Constraints:     117849
2336.57/2342.77	c #Conflicts:    4479000 | #Constraints:     118849
2336.57/2342.77	c #Conflicts:    4480000 | #Constraints:     119850
2336.57/2342.77	c #Conflicts:    4481000 | #Constraints:     120888
2336.57/2342.77	c #Conflicts:    4482000 | #Constraints:     121888
2336.57/2342.77	c #Conflicts:    4483000 | #Constraints:     122888
2336.57/2342.77	c #Conflicts:    4484000 | #Constraints:     123893
2336.57/2342.77	c #Conflicts:    4485000 | #Constraints:     124893
2336.57/2342.77	c #Conflicts:    4486000 | #Constraints:     125894
2336.57/2342.77	c #Conflicts:    4487000 | #Constraints:     126894
2336.57/2342.77	c #Conflicts:    4488000 | #Constraints:     127894
2336.57/2342.77	c #Conflicts:    4489000 | #Constraints:     128914
2336.57/2342.77	c #Conflicts:    4490000 | #Constraints:     129914
2336.57/2342.77	c #Conflicts:    4491000 | #Constraints:     130914
2336.57/2342.77	c #Conflicts:    4492000 | #Constraints:     131915
2336.57/2342.77	c #Conflicts:    4493000 | #Constraints:     132915
2336.57/2342.77	c #Conflicts:    4494000 | #Constraints:     133916
2336.57/2342.77	c #Conflicts:    4495000 | #Constraints:     134977
2336.57/2342.77	c #Conflicts:    4496000 | #Constraints:     135977
2336.57/2342.77	c #Conflicts:    4497000 | #Constraints:     136977
2336.57/2342.77	c #Conflicts:    4498000 | #Constraints:     137978
2336.57/2342.77	c #Conflicts:    4499000 | #Constraints:     138979
2336.57/2342.77	c #Conflicts:    4500000 | #Constraints:     140376
2336.57/2342.77	c #Conflicts:    4501000 | #Constraints:     141588
2362.40/2368.65	c #Conflicts:    4502000 | #Constraints:     142588
2362.40/2368.65	c #Conflicts:    4503000 | #Constraints:     143653
2362.40/2368.65	c #Conflicts:    4504000 | #Constraints:     144653
2362.40/2368.65	c #Conflicts:    4505000 | #Constraints:     145656
2362.40/2368.65	c #Conflicts:    4506000 | #Constraints:     146656
2362.40/2368.65	c INPROCESSING
2362.40/2368.65	c GARBAGE COLLECT
2362.40/2368.65	c #Conflicts:    4507000 | #Constraints:     102867
2362.40/2368.65	c #Conflicts:    4508000 | #Constraints:     103868
2362.40/2368.65	c #Conflicts:    4509000 | #Constraints:     104868
2362.40/2368.65	c #Conflicts:    4510000 | #Constraints:     105869
2362.40/2368.65	c #Conflicts:    4511000 | #Constraints:     106869
2362.40/2368.65	c #Conflicts:    4512000 | #Constraints:     107869
2362.40/2368.65	c #Conflicts:    4513000 | #Constraints:     108870
2362.40/2368.65	c #Conflicts:    4514000 | #Constraints:     109871
2362.40/2368.65	c #Conflicts:    4515000 | #Constraints:     110871
2362.40/2368.65	c #Conflicts:    4516000 | #Constraints:     112054
2362.40/2368.65	c #Conflicts:    4517000 | #Constraints:     113285
2362.40/2368.65	c #Conflicts:    4518000 | #Constraints:     114310
2362.40/2368.65	c #Conflicts:    4519000 | #Constraints:     115446
2362.40/2368.65	c #Conflicts:    4520000 | #Constraints:     116751
2362.40/2368.65	c #Conflicts:    4521000 | #Constraints:     117832
2362.40/2368.65	c #Conflicts:    4522000 | #Constraints:     118848
2362.40/2368.65	c #Conflicts:    4523000 | #Constraints:     119896
2362.40/2368.65	c #Conflicts:    4524000 | #Constraints:     120983
2362.40/2368.65	c #Conflicts:    4525000 | #Constraints:     122248
2362.40/2368.65	c #Conflicts:    4526000 | #Constraints:     123250
2362.40/2368.65	c #Conflicts:    4527000 | #Constraints:     124251
2362.40/2368.65	c #Conflicts:    4528000 | #Constraints:     125251
2362.40/2368.65	c #Conflicts:    4529000 | #Constraints:     126251
2362.40/2368.65	c #Conflicts:    4530000 | #Constraints:     127251
2362.40/2368.65	c #Conflicts:    4531000 | #Constraints:     128251
2362.40/2368.65	c #Conflicts:    4532000 | #Constraints:     129251
2362.40/2368.65	c #Conflicts:    4533000 | #Constraints:     130251
2362.40/2368.65	c #Conflicts:    4534000 | #Constraints:     131251
2362.40/2368.65	c #Conflicts:    4535000 | #Constraints:     132251
2362.40/2368.65	c #Conflicts:    4536000 | #Constraints:     133251
2362.40/2368.65	c #Conflicts:    4537000 | #Constraints:     134251
2362.40/2368.65	c #Conflicts:    4538000 | #Constraints:     135251
2362.40/2368.65	c #Conflicts:    4539000 | #Constraints:     136251
2362.40/2368.65	c #Conflicts:    4540000 | #Constraints:     137251
2362.40/2368.65	c #Conflicts:    4541000 | #Constraints:     138251
2362.40/2368.65	c #Conflicts:    4542000 | #Constraints:     139251
2362.40/2368.65	c #Conflicts:    4543000 | #Constraints:     140251
2362.40/2368.65	c #Conflicts:    4544000 | #Constraints:     141251
2362.40/2368.65	c #Conflicts:    4545000 | #Constraints:     142251
2362.40/2368.65	c #Conflicts:    4546000 | #Constraints:     143251
2362.40/2368.65	c #Conflicts:    4547000 | #Constraints:     144251
2362.40/2368.65	c #Conflicts:    4548000 | #Constraints:     145251
2362.40/2368.65	c #Conflicts:    4549000 | #Constraints:     146251
2362.40/2368.65	c INPROCESSING
2362.40/2368.65	c GARBAGE COLLECT
2362.40/2368.65	WSVECS04 Frhs2[2]: 6 -2.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3]: 6 -0.985071 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[7]: 6 -3.99218 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[13]: 6 -4.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[14]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[15]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[16]: 6 -2.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[26]: 6 -1.17828 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[27]: 6 -0.555359 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[32]: 6 -1.21638 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[35]: 6 -1.86541 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[39]: 6 -8.45005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[41]: 6 -30.56 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[43]: 6 -6.56412 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[45]: 6 -90.5301 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[61]: 6 -1.22614 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[63]: 6 -0.997765 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[64]: 6 -0.744304 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[67]: 6 -0.790916 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[71]: 6 -2.21613 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[73]: 6 -9.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[75]: 6 -3.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[76]: 6 -4.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[79]: 6 -2.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[85]: 6 -1.10362 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[86]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[87]: 6 -1.14753 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[88]: 6 -0.855377 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[90]: 6 -1.02124 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[91]: 6 -1.14751 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[92]: 6 -1.02121 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[93]: 6 -1.19243 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[94]: 6 -1.29864 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[95]: 6 -0.92635 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[97]: 6 -1.96587 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[98]: 6 -1.02566 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[99]: 6 -0.992904 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[101]: 6 -0.98721 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[102]: 6 -0.994351 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[103]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[104]: 6 -0.990059 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[105]: 6 -0.994358 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[107]: 6 -0.978712 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[108]: 6 -1.01004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[121]: 6 -2.66668 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[122]: 6 -3.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[123]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[124]: 6 -2.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[131]: 6 -2.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[144]: 6 -0.996886 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[157]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[199]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[200]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[201]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[210]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[220]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[276]: 6 -0.190292 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[280]: 6 -0.636448 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[281]: 6 -1.23112 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[284]: 6 -0.306079 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[289]: 6 -1.06372 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[290]: 6 -0.993109 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[293]: 6 -0.541216 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[316]: 6 -0.556552 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[319]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[323]: 6 -1.21222 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[353]: 6 -10.6001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[355]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[357]: 6 -36.1467 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[358]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[359]: 6 -0.500098 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[370]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[372]: 6 -90.48 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[373]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[374]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[383]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[384]: 6 -80.0801 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[385]: 6 -88.8667 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[391]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[394]: 6 -10.6001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[464]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[465]: 6 -0.245355 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[472]: 6 -1.29423 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[474]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[475]: 6 -1.11309 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[482]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[487]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[491]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[495]: 6 -1.11773 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[499]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[517]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[530]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[531]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[534]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[550]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[553]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[561]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[595]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[597]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[598]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[600]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[601]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[602]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[603]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[604]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[606]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[607]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[608]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[609]: 6 -0.919512 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[610]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[611]: 6 -0.919483 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[612]: 6 -0.905223 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[613]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[614]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[616]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[617]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[618]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[619]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[620]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[621]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[622]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[623]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[625]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[626]: 6 -0.710714 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[627]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[628]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[629]: 6 -0.89653 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[630]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[631]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[633]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[634]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[635]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[636]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[637]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[638]: 6 -0.978911 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[640]: 6 -0.807671 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[641]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[642]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[643]: 6 -0.905185 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[644]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[646]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[647]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[651]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[652]: 6 -0.806421 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[655]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[656]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[658]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[664]: 6 -0.984426 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[666]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[667]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[668]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[670]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[671]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[675]: 6 -0.980105 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[676]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[677]: 6 -0.980149 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[680]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[682]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[684]: 6 -0.960161 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[685]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[686]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[687]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[689]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[690]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[692]: 6 -0.960218 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[695]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[697]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[702]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[705]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[706]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[707]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[708]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[710]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[711]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[712]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[713]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[715]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[716]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[717]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[719]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[723]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[726]: 6 -0.931736 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[793]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[794]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[795]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[802]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[804]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[805]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[812]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[814]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[821]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[829]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[870]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[874]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[883]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[925]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[926]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[927]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[937]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[946]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1002]: 6 -0.460276 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1006]: 6 -1.06589 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1007]: 6 -0.727322 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1010]: 6 -1.80297 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1015]: 6 -0.669227 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1016]: 6 -0.325263 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1019]: 6 -1.14648 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1042]: 6 -0.669246 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1045]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1049]: 6 -1.23109 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1079]: 6 -10.6001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1083]: 6 -10.6001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1085]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1096]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1098]: 6 -36.1467 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1099]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1100]: 6 -10.6 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1110]: 6 -2.90002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1111]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1117]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1118]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1120]: 6 -79.98 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1189]: 6 -0.547265 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1190]: 6 -1.05888 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1191]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1194]: 6 -0.547254 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1200]: 6 -1.29424 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1201]: 6 -1.29418 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1204]: 6 -1.07924 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1208]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1210]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1213]: 6 -1.10181 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1221]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1225]: 6 -1.2354 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1243]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1256]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1257]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1260]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1276]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1279]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1287]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1321]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1322]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1323]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1324]: 6 -0.896511 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1326]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1327]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1328]: 6 -0.806416 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1329]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1332]: 6 -0.806455 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1333]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1334]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1335]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1336]: 6 -0.710648 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1338]: 6 -0.905221 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1339]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1340]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1342]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1343]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1344]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1345]: 6 -0.852597 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1346]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1347]: 6 -0.807753 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1349]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1351]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1352]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1353]: 6 -0.978911 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1354]: 6 -0.806382 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1355]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1356]: 6 -0.978946 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1357]: 6 -0.905176 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1359]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1360]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1361]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1362]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1363]: 6 -0.659007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1364]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1366]: 6 -0.896529 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1367]: 6 -0.978916 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1368]: 6 -0.890876 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1369]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1370]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1372]: 6 -0.92347 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1373]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1374]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1375]: 6 -0.91955 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1377]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1378]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1379]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1381]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1382]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1384]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1387]: 6 -0.931695 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1390]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1393]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1394]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1396]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1397]: 6 -0.980136 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1402]: 6 -0.960186 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1403]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1406]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1407]: 6 -0.960208 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1408]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1410]: 6 -0.940318 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1411]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1412]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1413]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1415]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1416]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1418]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1419]: 6 -0.980154 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1420]: 6 -0.980135 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1421]: 6 -0.984411 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1423]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1427]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1428]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1430]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1431]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1432]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1433]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1436]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1437]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1438]: 6 -0.90615 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1439]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1441]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1442]: 6 -0.974467 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1443]: 6 -0.931777 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1445]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1446]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1448]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1449]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1452]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1519]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1520]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1521]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1528]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1530]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1531]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1540]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1547]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1555]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1594]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1603]: 6 -1.46417 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1630]: 6 -2.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1694]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1695]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1697]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1712]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1713]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1714]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1715]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1757]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1758]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1759]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1760]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1847]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1848]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1849]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1850]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1883]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1885]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1886]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[1919]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2081]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2090]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2091]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2093]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2144]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2145]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2146]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2147]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2189]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2190]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2191]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2192]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2252]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2253]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2254]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2255]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2261]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2270]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2271]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2272]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2273]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2324]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2333]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2334]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2335]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2336]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2351]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2387]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2388]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2389]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2390]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2459]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2460]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2461]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2462]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2468]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2469]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2470]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2471]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2503]: 6 -36.1467 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2504]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2549]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2576]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2621]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2639]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2648]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2711]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2712]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2713]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2714]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2720]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2721]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2722]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2723]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2882]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2883]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2884]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2885]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[2999]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3000]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3001]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3002]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3035]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3036]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3037]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3038]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3071]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3073]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3074]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3152]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3153]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3154]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3155]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3179]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3251]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3252]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3253]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3254]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3305]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3314]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3315]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3316]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3317]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3323]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3324]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3325]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3359]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3377]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3378]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3379]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3380]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3386]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3387]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3388]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3389]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3404]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3405]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3406]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3407]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3422]: 6 -1.00001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3431]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3432]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3433]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3434]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3476]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3539]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3575]: 6 -1.00009 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3576]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3577]: 6 -1.00005 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3578]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3584]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3585]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3586]: 6 -1.00008 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3587]: 6 -1.00004 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3629]: 6 -1.00006 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3630]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3631]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3683]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3755]: 6 -1.00002 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3756]: 6 -1.00003 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3757]: 6 -1.0001 0 shouldn't be
2362.40/2368.65	WSVECS04 Frhs2[3758]: 6 -1.00007 0 shouldn't be
2404.59/2410.96	c #Conflicts:    4550000 | #Constraints:     102861
2404.59/2410.96	c #Conflicts:    4551000 | #Constraints:     103861
2404.59/2410.96	c #Conflicts:    4552000 | #Constraints:     104861
2404.59/2410.96	c #Conflicts:    4553000 | #Constraints:     105861
2404.59/2410.96	c #Conflicts:    4554000 | #Constraints:     106861
2404.59/2410.96	c #Conflicts:    4555000 | #Constraints:     107861
2404.59/2410.96	c #Conflicts:    4556000 | #Constraints:     108862
2404.59/2410.96	c #Conflicts:    4557000 | #Constraints:     109862
2404.59/2410.96	c #Conflicts:    4558000 | #Constraints:     110862
2404.59/2410.96	c #Conflicts:    4559000 | #Constraints:     111862
2404.59/2410.96	c #Conflicts:    4560000 | #Constraints:     112862
2404.59/2410.96	c #Conflicts:    4561000 | #Constraints:     113862
2404.59/2410.96	c #Conflicts:    4562000 | #Constraints:     114862
2404.59/2410.96	c #Conflicts:    4563000 | #Constraints:     115862
2404.59/2410.96	c #Conflicts:    4564000 | #Constraints:     116862
2404.59/2410.96	c #Conflicts:    4565000 | #Constraints:     117862
2404.59/2410.96	c #Conflicts:    4566000 | #Constraints:     118862
2404.59/2410.96	c #Conflicts:    4567000 | #Constraints:     119862
2404.59/2410.96	c #Conflicts:    4568000 | #Constraints:     120862
2404.59/2410.96	c #Conflicts:    4569000 | #Constraints:     121862
2404.59/2410.96	c #Conflicts:    4570000 | #Constraints:     122862
2404.59/2410.96	c #Conflicts:    4571000 | #Constraints:     123862
2404.59/2410.96	c #Conflicts:    4572000 | #Constraints:     124862
2404.59/2410.96	c #Conflicts:    4573000 | #Constraints:     125862
2404.59/2410.96	c #Conflicts:    4574000 | #Constraints:     126862
2404.59/2410.96	c #Conflicts:    4575000 | #Constraints:     127862
2404.59/2410.96	c #Conflicts:    4576000 | #Constraints:     128862
2404.59/2410.96	c #Conflicts:    4577000 | #Constraints:     130108
2404.59/2410.96	c #Conflicts:    4578000 | #Constraints:     131574
2404.59/2410.96	c #Conflicts:    4579000 | #Constraints:     133010
2404.59/2410.96	c #Conflicts:    4580000 | #Constraints:     134463
2404.59/2410.96	c #Conflicts:    4581000 | #Constraints:     135924
2404.59/2410.96	c #Conflicts:    4582000 | #Constraints:     137392
2404.59/2410.96	c #Conflicts:    4583000 | #Constraints:     138845
2404.59/2410.96	c #Conflicts:    4584000 | #Constraints:     140324
2404.59/2410.96	c #Conflicts:    4585000 | #Constraints:     141778
2404.59/2410.96	c #Conflicts:    4586000 | #Constraints:     143250
2404.59/2410.96	c #Conflicts:    4587000 | #Constraints:     144714
2404.59/2410.96	c #Conflicts:    4588000 | #Constraints:     146168
2404.59/2410.96	c #Conflicts:    4589000 | #Constraints:     147618
2404.59/2410.96	c #Conflicts:    4590000 | #Constraints:     149067
2404.59/2410.96	c #Conflicts:    4591000 | #Constraints:     150523
2404.59/2410.96	c #Conflicts:    4592000 | #Constraints:     151972
2404.59/2410.96	c INPROCESSING
2404.59/2410.96	c GARBAGE COLLECT
2404.59/2410.96	WSVECS04 Frhs2[2]: 6 -2.00002 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[6]: 6 -1.00004 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[8]: 6 -1.00004 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[12]: 6 -0.500047 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[24]: 6 -1.00006 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[25]: 6 -1.00008 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[27]: 6 -1.00009 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[29]: 6 -1.00002 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[30]: 6 -1.00006 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[32]: 6 -1.0001 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[34]: 6 -1.00004 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[35]: 6 -1.00004 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[36]: 6 -1.00009 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[39]: 6 -3.75007 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[40]: 6 -4.93338 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[41]: 6 -1.00005 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[42]: 6 -14.6417 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[45]: 6 -23.4251 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[48]: 6 -11.1167 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[50]: 6 -1.03426 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[60]: 6 -0.71713 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[61]: 6 -1.00006 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[64]: 6 -1.00002 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[65]: 6 -1.00008 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[66]: 6 -1.00002 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[68]: 6 -1.00009 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[69]: 6 -1.0001 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[71]: 6 -1.00003 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[72]: 6 -1.00006 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[73]: 6 -1.00007 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[86]: 6 -1.00003 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[87]: 6 -1.00009 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[89]: 6 -1.00003 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[90]: 6 -1.00003 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[91]: 6 -1.00006 0 shouldn't be
2404.59/2410.96	WSVECS04 Frhs2[92]: 6 -1.00008 0 shouldn't be
2404.59/2410.96	W [...]

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

hs2[2559]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2560]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2562]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2563]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2564]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2565]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2567]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2573]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2577]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2578]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2579]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2582]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2606]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2610]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2612]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2613]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2614]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2616]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2617]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2618]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2619]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2622]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2623]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2624]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2627]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2633]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2635]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2640]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2641]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2642]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2645]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2649]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2650]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2651]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2654]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2660]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2662]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2666]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2667]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2668]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2671]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2672]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2673]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2684]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2685]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2686]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2688]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2689]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2690]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2691]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2693]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2694]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2695]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2697]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2698]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2699]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2700]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2702]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2703]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2704]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2706]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2707]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2708]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2709]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2711]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2712]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2713]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2714]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2717]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2720]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2721]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2722]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2723]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2726]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2732]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2734]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2750]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2752]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2757]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2758]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2760]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2761]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2762]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2786]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2788]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2792]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2798]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2802]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2803]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2805]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2806]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2807]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2810]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2811]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2812]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2814]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2815]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2816]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2817]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2819]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2820]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2821]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2823]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2824]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2825]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2826]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2858]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2860]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2882]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2883]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2884]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2885]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2888]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2901]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2902]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2904]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2905]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2906]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2957]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2959]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2981]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2982]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2983]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2985]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2986]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2987]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2988]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[2999]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3000]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3001]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3002]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3005]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3008]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3014]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3020]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3022]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3035]: 6 -1.50006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3036]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3037]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3041]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3045]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3046]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3048]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3049]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3050]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3062]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3063]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3064]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3066]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3067]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3068]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3069]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3071]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3072]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3073]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3074]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3077]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3083]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3087]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3117]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3118]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3120]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3121]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3122]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3128]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3130]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3134]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3135]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3136]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3138]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3139]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3140]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3141]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3143]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3144]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3145]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3147]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3148]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3149]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3150]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3152]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3153]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3154]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3155]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3158]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3161]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3173]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3177]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3180]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3181]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3182]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3185]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3197]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3203]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3206]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3225]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3226]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3228]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3229]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3230]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3236]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3240]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3242]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3251]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3252]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3253]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3254]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3257]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3260]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3266]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3269]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3270]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3271]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3273]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3274]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3275]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3279]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3280]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3282]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3283]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3284]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3287]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3288]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3289]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3291]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3292]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3293]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3294]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3306]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3307]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3308]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3311]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3314]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3315]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3316]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3317]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3320]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3324]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3325]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3326]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3329]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3353]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3355]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3360]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3361]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3362]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3365]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3371]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3373]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3378]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3379]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3380]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3383]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3387]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3388]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3389]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3392]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3395]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3396]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3397]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3399]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3400]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3401]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3402]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3405]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3406]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3407]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3410]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3413]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3414]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3415]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3417]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3419]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3420]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3423]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3424]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3425]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3432]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3433]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3434]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3437]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3440]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3446]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3449]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3455]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3458]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3459]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3460]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3462]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3463]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3464]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3477]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3478]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3479]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3482]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3485]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3487]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3489]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3490]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3491]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3494]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3495]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3496]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3498]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3499]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3500]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3506]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3508]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3530]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3531]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3532]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3534]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3535]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3536]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3537]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3540]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3541]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3542]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3545]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3548]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3549]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3550]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3552]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3553]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3554]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3555]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3557]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3563]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3569]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3571]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3577]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3578]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3581]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3585]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3586]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3587]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3590]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3596]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3600]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3605]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3609]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3611]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3612]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3613]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3615]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3616]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3617]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3630]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3631]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3632]: 6 -1.0001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3635]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3641]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3643]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3668]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3670]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3684]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3685]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3686]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3689]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3695]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3699]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3701]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3713]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3717]: 6 -1.00001 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3719]: 6 -6335.06 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3722]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3726]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3728]: 6 -1.00009 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3734]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3747]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3748]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3750]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3751]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3752]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3756]: 6 -1.00007 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3757]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3758]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3761]: 6 -1.00006 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3764]: 6 -1.00003 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3765]: 6 -1.00005 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3766]: 6 -1.00002 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3768]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3769]: 6 -1.00004 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3770]: 6 -1.00008 0 shouldn't be
2601.31/2608.17	WSVECS04 Frhs2[3771]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[10]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1588]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1590]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1600]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1601]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1618]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1643]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1644]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1647]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1652]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1656]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1661]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1662]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1665]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1668]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1669]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1672]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1700]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1718]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1732]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1741]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1743]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1768]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1769]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1770]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1786]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1787]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1798]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1802]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1809]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1822]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1823]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1824]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1838]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1845]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1853]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1867]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1868]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1869]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1874]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1881]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1889]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1894]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1906]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1926]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1933]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1975]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[1987]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2002]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2003]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2004]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2063]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2070]: 6 -1.0001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2074]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2113]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2119]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2120]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2121]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2135]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2150]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2153]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2160]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2164]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2165]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2166]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2173]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2195]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2198]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2205]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2216]: 6 -1.0001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2223]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2225]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2232]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2234]: 6 -1.0001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2241]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2245]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2258]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2268]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2276]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2331]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2339]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2342]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2349]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2360]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2367]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2392]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2396]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2403]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2407]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2408]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2409]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2437]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2497]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2498]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2499]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2533]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2542]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2569]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2570]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2571]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2590]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2605]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2630]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2637]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2657]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2664]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2680]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2729]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2736]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2743]: 6 -1.0001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2747]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2754]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2770]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2783]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2790]: 6 -1.0001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2794]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2795]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2796]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2855]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2862]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2896]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2914]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2954]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[2961]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3010]: 6 -1.0001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3011]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3012]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3017]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3024]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3031]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3058]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3082]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3125]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3132]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3172]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3199]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3200]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3201]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3220]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3235]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3262]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3263]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3264]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3301]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3312]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3337]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3350]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3357]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3366]: 6 -1.0001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3368]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3375]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3429]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3442]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3443]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3444]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3451]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3452]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3453]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3483]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3503]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3510]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3526]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3546]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3559]: 6 -1.00005 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3560]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3561]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3566]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3573]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3595]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3604]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3638]: 6 -1.00006 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3645]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3652]: 6 -1.00004 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3661]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3665]: 6 -1.00009 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3672]: 6 -1.00007 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3690]: 6 -1.00002 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3694]: 6 -1.00008 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3712]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3721]: 6 -1.00003 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3730]: 6 -0.616322 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3731]: 6 -1.00001 0 shouldn't be
2602.40/2609.23	WSVECS04 Frhs2[3732]: 6 -1.00006 0 shouldn't be
2603.10/2609.99	c rational objective 922.643
2760.08/2767.31	c #Conflicts:    4898000 | #Constraints:     109713
2760.08/2767.31	c #Conflicts:    4899000 | #Constraints:     111177
2760.08/2767.31	c #Conflicts:    4900000 | #Constraints:     112659
2760.08/2767.31	c #Conflicts:    4901000 | #Constraints:     114144
2760.08/2767.31	c #Conflicts:    4902000 | #Constraints:     115599
2760.08/2767.31	c #Conflicts:    4903000 | #Constraints:     117064
2760.08/2767.31	c #Conflicts:    4904000 | #Constraints:     118534
2760.08/2767.31	c #Conflicts:    4905000 | #Constraints:     119992
2760.08/2767.31	c #Conflicts:    4906000 | #Constraints:     121450
2760.08/2767.31	c #Conflicts:    4907000 | #Constraints:     122892
2760.08/2767.31	c #Conflicts:    4908000 | #Constraints:     124355
2760.08/2767.31	c #Conflicts:    4909000 | #Constraints:     125806
2760.08/2767.31	c #Conflicts:    4910000 | #Constraints:     127265
2760.08/2767.31	c #Conflicts:    4911000 | #Constraints:     128730
2760.08/2767.31	c #Conflicts:    4912000 | #Constraints:     130198
2760.08/2767.31	c #Conflicts:    4913000 | #Constraints:     131652
2760.08/2767.31	c #Conflicts:    4914000 | #Constraints:     133103
2760.08/2767.31	c #Conflicts:    4915000 | #Constraints:     134569
2760.08/2767.31	c #Conflicts:    4916000 | #Constraints:     136042
2760.08/2767.31	c #Conflicts:    4917000 | #Constraints:     137507
2760.08/2767.31	c #Conflicts:    4918000 | #Constraints:     138947
2760.08/2767.31	c #Conflicts:    4919000 | #Constraints:     140397
2760.08/2767.31	c #Conflicts:    4920000 | #Constraints:     141859
2760.08/2767.31	c #Conflicts:    4921000 | #Constraints:     143304
2760.08/2767.31	c #Conflicts:    4922000 | #Constraints:     144790
2760.08/2767.31	c #Conflicts:    4923000 | #Constraints:     146231
2760.08/2767.31	c #Conflicts:    4924000 | #Constraints:     147696
2760.08/2767.31	c #Conflicts:    4925000 | #Constraints:     149161
2760.08/2767.31	c #Conflicts:    4926000 | #Constraints:     150649
2760.08/2767.31	c #Conflicts:    4927000 | #Constraints:     152119
2760.08/2767.31	c #Conflicts:    4928000 | #Constraints:     153568
2760.08/2767.31	c #Conflicts:    4929000 | #Constraints:     155028
2760.08/2767.31	c #Conflicts:    4930000 | #Constraints:     156491
2760.08/2767.31	c #Conflicts:    4931000 | #Constraints:     157962
2760.08/2767.31	c #Conflicts:    4932000 | #Constraints:     159424
2760.08/2767.31	c #Conflicts:    4933000 | #Constraints:     160899
2760.08/2767.31	c #Conflicts:    4934000 | #Constraints:     162356
2760.08/2767.31	c #Conflicts:    4935000 | #Constraints:     163821
2760.08/2767.31	c #Conflicts:    4936000 | #Constraints:     165303
2760.08/2767.31	c #Conflicts:    4937000 | #Constraints:     166778
2760.08/2767.31	c #Conflicts:    4938000 | #Constraints:     168227
2760.08/2767.31	c #Conflicts:    4939000 | #Constraints:     169692
2760.08/2767.31	c #Conflicts:    4940000 | #Constraints:     171141
2760.08/2767.31	c #Conflicts:    4941000 | #Constraints:     172602
2760.08/2767.31	c INPROCESSING
2760.08/2767.31	c GARBAGE COLLECT
2760.08/2767.31	c rational objective 922.643
2796.30/2803.60	c #Conflicts:    4942000 | #Constraints:     116149
2796.30/2803.60	c #Conflicts:    4943000 | #Constraints:     117599
2796.30/2803.60	c #Conflicts:    4944000 | #Constraints:     119042
2796.30/2803.60	c #Conflicts:    4945000 | #Constraints:     120514
2796.30/2803.60	c #Conflicts:    4946000 | #Constraints:     121982
2796.30/2803.60	c #Conflicts:    4947000 | #Constraints:     123403
2796.30/2803.60	c #Conflicts:    4948000 | #Constraints:     124403
2796.30/2803.60	c #Conflicts:    4949000 | #Constraints:     125403
2796.30/2803.60	c #Conflicts:    4950000 | #Constraints:     126403
2796.30/2803.60	c #Conflicts:    4951000 | #Constraints:     127403
2796.30/2803.60	c #Conflicts:    4952000 | #Constraints:     128403
2796.30/2803.60	c #Conflicts:    4953000 | #Constraints:     129403
2796.30/2803.60	c #Conflicts:    4954000 | #Constraints:     130403
2796.30/2803.60	c #Conflicts:    4955000 | #Constraints:     131403
2796.30/2803.60	c #Conflicts:    4956000 | #Constraints:     132403
2796.30/2803.60	c #Conflicts:    4957000 | #Constraints:     133403
2796.30/2803.60	c #Conflicts:    4958000 | #Constraints:     134403
2796.30/2803.60	c #Conflicts:    4959000 | #Constraints:     135403
2796.30/2803.60	c #Conflicts:    4960000 | #Constraints:     136403
2796.30/2803.60	c #Conflicts:    4961000 | #Constraints:     137403
2796.30/2803.60	c #Conflicts:    4962000 | #Constraints:     138403
2796.30/2803.60	c #Conflicts:    4963000 | #Constraints:     139403
2796.30/2803.60	c #Conflicts:    4964000 | #Constraints:     140403
2796.30/2803.60	c #Conflicts:    4965000 | #Constraints:     141403
2796.30/2803.60	c #Conflicts:    4966000 | #Constraints:     142403
2796.30/2803.60	c #Conflicts:    4967000 | #Constraints:     143403
2796.30/2803.60	c #Conflicts:    4968000 | #Constraints:     144403
2796.30/2803.60	c #Conflicts:    4969000 | #Constraints:     145404
2796.30/2803.60	c #Conflicts:    4970000 | #Constraints:     146404
2796.30/2803.60	c #Conflicts:    4971000 | #Constraints:     147404
2796.30/2803.60	c #Conflicts:    4972000 | #Constraints:     148404
2796.30/2803.60	c #Conflicts:    4973000 | #Constraints:     149502
2796.30/2803.60	c #Conflicts:    4974000 | #Constraints:     150502
2796.30/2803.60	c #Conflicts:    4975000 | #Constraints:     151502
2796.30/2803.60	c #Conflicts:    4976000 | #Constraints:     152503
2796.30/2803.60	c #Conflicts:    4977000 | #Constraints:     153503
2796.30/2803.60	c #Conflicts:    4978000 | #Constraints:     154504
2796.30/2803.60	c #Conflicts:    4979000 | #Constraints:     155504
2796.30/2803.60	c #Conflicts:    4980000 | #Constraints:     156505
2796.30/2803.60	c #Conflicts:    4981000 | #Constraints:     157505
2796.30/2803.60	WSVECS04 Frhs2[3]: 6 -3.95966 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[4]: 6 -11.4257 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[9]: 6 -6.42571 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[11]: 6 -4.33011 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[32]: 6 -0.544335 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[39]: 6 -8.55439 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[47]: 6 -6.91058 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[51]: 6 -442.848 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[60]: 6 -37.031 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[63]: 6 -8.50005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[65]: 6 0 5.01888 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[68]: 6 -4.04035 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[71]: 6 -4.869 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[72]: 6 -8.85281 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[81]: 6 0 3.62506 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[82]: 6 -3.30004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[83]: 6 -4.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[105]: 6 -1.04606 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[127]: 6 -2.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[128]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[139]: 6 -0.830076 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[156]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[163]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[166]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[169]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[171]: 6 -2.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[174]: 6 -13.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[176]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[177]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[178]: 6 -18.5624 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[180]: 6 -0.991534 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[182]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[184]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[187]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[189]: 6 -0.974538 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[192]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[198]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[267]: 6 -2.3922 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[277]: 6 -1.91306 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[279]: 6 0 3.87038 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[282]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[297]: 6 -1.65107 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[304]: 6 -1.91307 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[307]: 6 -4.83538 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[328]: 6 -0.200014 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[329]: 6 -3.67165 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[332]: 6 -1.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[371]: 6 -0.400029 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[393]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[399]: 6 0 7.51461 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[407]: 6 0 163.902 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[411]: 6 -10.0385 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[413]: 6 -20.6817 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[414]: 6 -5.91172 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[416]: 6 -58.1147 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[419]: 6 -84.978 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[424]: 6 -42.9174 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[426]: 6 -6.69628 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[427]: 6 -15.136 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[428]: 6 -67.8547 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[434]: 6 -31.9535 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[440]: 6 -35.3516 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[447]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[449]: 6 -17.8313 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[451]: 6 -9.90748 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[453]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[456]: 6 -34.158 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[463]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[464]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[465]: 6 -0.649457 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[491]: 6 -1.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[494]: 6 -11.5956 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[508]: 6 -0.959414 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[511]: 6 -0.509299 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[520]: 6 -0.102928 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[558]: 6 -1.05005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[597]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[664]: 6 -0.957839 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[669]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[687]: 6 -1.83277 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[709]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[808]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[813]: 6 -6.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[838]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[843]: 6 -7.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[851]: 6 -9.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[852]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[855]: 6 -4.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[882]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[884]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[887]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[888]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[889]: 6 -0.991584 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[890]: 6 -8.46285 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[896]: 6 -0.991577 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[901]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[902]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[905]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[908]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[914]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[915]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[922]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[991]: 6 -0.981256 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[997]: 6 -2.18883 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1001]: 6 -0.981243 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1002]: 6 -0.200024 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1018]: 6 -0.963301 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1019]: 6 -4.88577 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1036]: 6 0 2.02133 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1044]: 6 -1.91306 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1046]: 6 -2.49575 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1047]: 6 -2.53911 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1057]: 6 -13.383 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1067]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1074]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1085]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1086]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1088]: 6 -5.89017 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1092]: 6 -0.377813 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1095]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1117]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1122]: 6 -7.32691 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1139]: 6 -9.90751 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1141]: 6 -35.3516 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1143]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1151]: 6 -34.3899 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1155]: 6 -80.7581 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1168]: 6 -49.6314 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1170]: 6 -12.6077 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1171]: 6 -11.7839 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1173]: 6 -16.9157 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1179]: 6 -12.6077 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1188]: 6 -19.2079 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1189]: 6 -0.789723 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1208]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1209]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1214]: 6 -0.993602 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1217]: 6 -0.50924 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1223]: 6 -6.36305 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1226]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1234]: 6 -0.102909 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1323]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1343]: 6 -37.902 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1352]: 6 -0.160081 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1390]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1409]: 6 -3.84997 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1410]: 6 -0.8389 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1414]: 6 -3.9202 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1426]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1429]: 6 -1.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1435]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1536]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1573]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1578]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1590]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1595]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1599]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1607]: 6 -3.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1612]: 6 -2.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1614]: 6 -2.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1642]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1643]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1660]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1661]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1662]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1668]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1674]: 6 -1.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1688]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1712]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1732]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1733]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1750]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1751]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1757]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1809]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1845]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1847]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1881]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1883]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1894]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1895]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1921]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1975]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[1976]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2070]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2074]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2075]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2083]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2090]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2122]: 6 -2.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2142]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2144]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2160]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2167]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2173]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2174]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2189]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2205]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2223]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2232]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2241]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2245]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2246]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2252]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2263]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2270]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2326]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2333]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2349]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2353]: 6 -1.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2367]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2387]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2403]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2459]: 6 -1.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2468]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2506]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2533]: 6 -1.0001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2534]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2542]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2543]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2551]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2578]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2605]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2606]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2623]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2637]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2641]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2650]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2664]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2711]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2720]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2736]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2754]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2790]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2862]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2882]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2961]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[2999]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3024]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3035]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3071]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3082]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3083]: 6 -1.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3132]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3152]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3172]: 6 -1.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3173]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3181]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3235]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3236]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3251]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3307]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3314]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3323]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3357]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3361]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3375]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3377]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3386]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3404]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3424]: 6 -1.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3431]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3478]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3510]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3541]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3573]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3575]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3584]: 6 -1.00001 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3587]: 6 -2.00004 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3595]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3596]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3604]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3605]: 6 -1.00006 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3629]: 6 -1.00007 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3645]: 6 -1.00003 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3672]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3685]: 6 -1.00002 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3694]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3695]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3712]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3713]: 6 -1.00008 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3719]: 6 -2.18348 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3721]: 6 -1.00005 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3722]: 6 -1.00009 0 shouldn't be
2796.30/2803.60	WSVECS04 Frhs2[3755]: 6 -1.00005 0 shouldn't be
2814.55/2821.90	c #Conflicts:    4982000 | #Constraints:     158665
2814.55/2821.90	c #Conflicts:    4983000 | #Constraints:     159665
2814.55/2821.90	c #Conflicts:    4984000 | #Constraints:     160665
2814.55/2821.90	c #Conflicts:    4985000 | #Constraints:     161665
2814.55/2821.90	c #Conflicts:    4986000 | #Constraints:     162665
2814.55/2821.90	c INPROCESSING
2814.55/2821.90	c GARBAGE COLLECT
2814.55/2821.90	c #Conflicts:    4987000 | #Constraints:     111070
2814.55/2821.90	c #Conflicts:    4988000 | #Constraints:     112070
2814.55/2821.90	c #Conflicts:    4989000 | #Constraints:     113070
2814.55/2821.90	c #Conflicts:    4990000 | #Constraints:     114070
2814.55/2821.90	c #Conflicts:    4991000 | #Constraints:     115070
2814.55/2821.90	c #Conflicts:    4992000 | #Constraints:     116070
2814.55/2821.90	c #Conflicts:    4993000 | #Constraints:     117070
2814.55/2821.90	c #Conflicts:    4994000 | #Constraints:     118070
2814.55/2821.90	c #Conflicts:    4995000 | #Constraints:     119070
2814.55/2821.90	c #Conflicts:    4996000 | #Constraints:     120070
2814.55/2821.90	c #Conflicts:    4997000 | #Constraints:     121070
2814.55/2821.90	c #Conflicts:    4998000 | #Constraints:     122070
2814.55/2821.90	c #Conflicts:    4999000 | #Constraints:     123070
2814.55/2821.90	c #Conflicts:    5000000 | #Constraints:     124070
2814.55/2821.90	c #Conflicts:    5001000 | #Constraints:     125070
2814.55/2821.90	c #Conflicts:    5002000 | #Constraints:     126070
2814.55/2821.90	c #Conflicts:    5003000 | #Constraints:     127070
2814.55/2821.90	c #Conflicts:    5004000 | #Constraints:     128070
2814.55/2821.90	c #Conflicts:    5005000 | #Constraints:     129070
2814.55/2821.90	c #Conflicts:    5006000 | #Constraints:     130070
2814.55/2821.90	c #Conflicts:    5007000 | #Constraints:     131070
2814.55/2821.90	c #Conflicts:    5008000 | #Constraints:     132070
2814.55/2821.90	c #Conflicts:    5009000 | #Constraints:     133070
2814.55/2821.90	c #Conflicts:    5010000 | #Constraints:     134070
2814.55/2821.90	c #Conflicts:    5011000 | #Constraints:     135070
2814.55/2821.90	c #Conflicts:    5012000 | #Constraints:     136070
2814.55/2821.90	c #Conflicts:    5013000 | #Constraints:     137070
2814.55/2821.90	c #Conflicts:    5014000 | #Constraints:     138070
2814.55/2821.90	c #Conflicts:    5015000 | #Constraints:     139070
2814.55/2821.90	c #Conflicts:    5016000 | #Constraints:     140070
2814.55/2821.90	c #Conflicts:    5017000 | #Constraints:     141070
2814.55/2821.90	c #Conflicts:    5018000 | #Constraints:     142070
2814.55/2821.90	c #Conflicts:    5019000 | #Constraints:     143070
2814.55/2821.90	c #Conflicts:    5020000 | #Constraints:     144070
2814.55/2821.90	c #Conflicts:    5021000 | #Constraints:     145070
2814.55/2821.90	c #Conflicts:    5022000 | #Constraints:     146070
2814.55/2821.90	c #Conflicts:    5023000 | #Constraints:     147070
2814.55/2821.90	c #Conflicts:    5024000 | #Constraints:     148070
2814.55/2821.90	c #Conflicts:    5025000 | #Constraints:     149070
2814.55/2821.90	c #Conflicts:    5026000 | #Constraints:     150070
2814.55/2821.90	c #Conflicts:    5027000 | #Constraints:     151070
2814.55/2821.90	c #Conflicts:    5028000 | #Constraints:     152070
2814.55/2821.90	c #Conflicts:    5029000 | #Constraints:     153070
2814.55/2821.90	c #Conflicts:    5030000 | #Constraints:     154070
2814.55/2821.90	c #Conflicts:    5031000 | #Constraints:     155070
2814.55/2821.90	c INPROCESSING
2814.55/2821.90	c GARBAGE COLLECT
2814.55/2821.90	c rational objective 922.643
2912.02/2919.64	c #Conflicts:    5032000 | #Constraints:     107374
2912.02/2919.64	c #Conflicts:    5033000 | #Constraints:     108375
2912.02/2919.64	c #Conflicts:    5034000 | #Constraints:     109375
2912.02/2919.64	c #Conflicts:    5035000 | #Constraints:     110375
2912.02/2919.64	c #Conflicts:    5036000 | #Constraints:     111375
2912.02/2919.64	c #Conflicts:    5037000 | #Constraints:     112375
2912.02/2919.64	c #Conflicts:    5038000 | #Constraints:     113398
2912.02/2919.64	c #Conflicts:    5039000 | #Constraints:     114412
2912.02/2919.64	c #Conflicts:    5040000 | #Constraints:     115412
2912.02/2919.64	c #Conflicts:    5041000 | #Constraints:     116412
2912.02/2919.64	c #Conflicts:    5042000 | #Constraints:     117641
2912.02/2919.64	c #Conflicts:    5043000 | #Constraints:     118983
2912.02/2919.64	c #Conflicts:    5044000 | #Constraints:     120104
2912.02/2919.64	c #Conflicts:    5045000 | #Constraints:     121567
2912.02/2919.64	c #Conflicts:    5046000 | #Constraints:     123024
2912.02/2919.64	c #Conflicts:    5047000 | #Constraints:     124490
2912.02/2919.64	c #Conflicts:    5048000 | #Constraints:     125830
2912.02/2919.64	c #Conflicts:    5049000 | #Constraints:     126830
2912.02/2919.64	c #Conflicts:    5050000 | #Constraints:     127959
2912.02/2919.64	c #Conflicts:    5051000 | #Constraints:     129330
2912.02/2919.64	c #Conflicts:    5052000 | #Constraints:     130769
2912.02/2919.64	c #Conflicts:    5053000 | #Constraints:     132184
2912.02/2919.64	c #Conflicts:    5054000 | #Constraints:     133657
2912.02/2919.64	c #Conflicts:    5055000 | #Constraints:     135124
2912.02/2919.64	c #Conflicts:    5056000 | #Constraints:     136601
2912.02/2919.64	c #Conflicts:    5057000 | #Constraints:     138067
2912.02/2919.64	c #Conflicts:    5058000 | #Constraints:     139517
2912.02/2919.64	c #Conflicts:    5059000 | #Constraints:     140974
2912.02/2919.64	c #Conflicts:    5060000 | #Constraints:     142433
2912.02/2919.64	c #Conflicts:    5061000 | #Constraints:     143891
2912.02/2919.64	c #Conflicts:    5062000 | #Constraints:     145349
2912.02/2919.64	c #Conflicts:    5063000 | #Constraints:     146813
2912.02/2919.64	c #Conflicts:    5064000 | #Constraints:     148281
2912.02/2919.64	c #Conflicts:    5065000 | #Constraints:     149765
2912.02/2919.64	c #Conflicts:    5066000 | #Constraints:     151221
2912.02/2919.64	c #Conflicts:    5067000 | #Constraints:     152683
2912.02/2919.64	c #Conflicts:    5068000 | #Constraints:     154161
2912.02/2919.64	c #Conflicts:    5069000 | #Constraints:     155622
2912.02/2919.64	c #Conflicts:    5070000 | #Constraints:     157059
2912.02/2919.64	c #Conflicts:    5071000 | #Constraints:     158503
2912.02/2919.64	c #Conflicts:    5072000 | #Constraints:     159959
2912.02/2919.64	c #Conflicts:    5073000 | #Constraints:     161443
2912.02/2919.64	c #Conflicts:    5074000 | #Constraints:     162890
2912.02/2919.64	c #Conflicts:    5075000 | #Constraints:     164311
2912.02/2919.64	c #Conflicts:    5076000 | #Constraints:     165769
2912.02/2919.64	c INPROCESSING
2912.02/2919.64	c GARBAGE COLLECT
2912.02/2919.64	c #Conflicts:    5077000 | #Constraints:     112720
2912.02/2919.64	c #Conflicts:    5078000 | #Constraints:     113720
2912.02/2919.64	c #Conflicts:    5079000 | #Constraints:     114720
2912.02/2919.64	c #Conflicts:    5080000 | #Constraints:     115720
2912.02/2919.64	c #Conflicts:    5081000 | #Constraints:     116720
2912.02/2919.64	c #Conflicts:    5082000 | #Constraints:     117720
2912.02/2919.64	c #Conflicts:    5083000 | #Constraints:     118720
2912.02/2919.64	c #Conflicts:    5084000 | #Constraints:     119720
2912.02/2919.64	c #Conflicts:    5085000 | #Constraints:     120720
2912.02/2919.64	c #Conflicts:    5086000 | #Constraints:     121720
2912.02/2919.64	c #Conflicts:    5087000 | #Constraints:     122720
2912.02/2919.64	c #Conflicts:    5088000 | #Constraints:     123720
2912.02/2919.64	c #Conflicts:    5089000 | #Constraints:     124720
2912.02/2919.64	c #Conflicts:    5090000 | #Constraints:     125720
2912.02/2919.64	c #Conflicts:    5091000 | #Constraints:     126720
2912.02/2919.64	c #Conflicts:    5092000 | #Constraints:     127720
2912.02/2919.64	c #Conflicts:    5093000 | #Constraints:     128720
2912.02/2919.64	c #Conflicts:    5094000 | #Constraints:     129720
2912.02/2919.64	c #Conflicts:    5095000 | #Constraints:     130720
2912.02/2919.64	c #Conflicts:    5096000 | #Constraints:     131720
2912.02/2919.64	c #Conflicts:    5097000 | #Constraints:     132720
2912.02/2919.64	c #Conflicts:    5098000 | #Constraints:     133720
2912.02/2919.64	c #Conflicts:    5099000 | #Constraints:     134720
2912.02/2919.64	c #Conflicts:    5100000 | #Constraints:     135720
2912.02/2919.64	c #Conflicts:    5101000 | #Constraints:     136720
2912.02/2919.64	c #Conflicts:    5102000 | #Constraints:     137720
2912.02/2919.64	c #Conflicts:    5103000 | #Constraints:     138720
2912.02/2919.64	c #Conflicts:    5104000 | #Constraints:     139720
2912.02/2919.64	c #Conflicts:    5105000 | #Constraints:     140720
2912.02/2919.64	c #Conflicts:    5106000 | #Constraints:     141720
2912.02/2919.64	c #Conflicts:    5107000 | #Constraints:     142720
2912.02/2919.64	c #Conflicts:    5108000 | #Constraints:     143720
2912.02/2919.64	c #Conflicts:    5109000 | #Constraints:     144720
2912.02/2919.64	c #Conflicts:    5110000 | #Constraints:     145720
2916.10/2923.77	c #Conflicts:    5111000 | #Constraints:     146720
2916.10/2923.77	c #Conflicts:    5112000 | #Constraints:     147720
2916.10/2923.77	c #Conflicts:    5113000 | #Constraints:     148720
2916.10/2923.77	c #Conflicts:    5114000 | #Constraints:     149720
2916.10/2923.77	c #Conflicts:    5115000 | #Constraints:     150720
2916.10/2923.77	c #Conflicts:    5116000 | #Constraints:     151720
2916.10/2923.77	c #Conflicts:    5117000 | #Constraints:     152720
2916.10/2923.77	c #Conflicts:    5118000 | #Constraints:     153720
2916.10/2923.77	c #Conflicts:    5119000 | #Constraints:     154720
2916.10/2923.77	c #Conflicts:    5120000 | #Constraints:     155720
2916.10/2923.77	c #Conflicts:    5121000 | #Constraints:     156720
2916.10/2923.77	c INPROCESSING
2916.10/2923.77	c GARBAGE COLLECT
2916.10/2923.77	c rational objective 922.643
2932.86/2940.56	c #Conflicts:    5122000 | #Constraints:     108102
2932.86/2940.56	c #Conflicts:    5123000 | #Constraints:     109102
2932.86/2940.56	c #Conflicts:    5124000 | #Constraints:     110102
2932.86/2940.56	c #Conflicts:    5125000 | #Constraints:     111102
2932.86/2940.56	c #Conflicts:    5126000 | #Constraints:     112102
2932.86/2940.56	c #Conflicts:    5127000 | #Constraints:     113102
2932.86/2940.56	c #Conflicts:    5128000 | #Constraints:     114102
2932.86/2940.56	c #Conflicts:    5129000 | #Constraints:     115102
2932.86/2940.56	c #Conflicts:    5130000 | #Constraints:     116102
2932.86/2940.56	c #Conflicts:    5131000 | #Constraints:     117102
2932.86/2940.56	c #Conflicts:    5132000 | #Constraints:     118102
2932.86/2940.56	c #Conflicts:    5133000 | #Constraints:     119102
2932.86/2940.56	c #Conflicts:    5134000 | #Constraints:     120102
2932.86/2940.56	c #Conflicts:    5135000 | #Constraints:     121102
2932.86/2940.56	c #Conflicts:    5136000 | #Constraints:     122102
2932.86/2940.56	c #Conflicts:    5137000 | #Constraints:     123102
2932.86/2940.56	c #Conflicts:    5138000 | #Constraints:     124102
2932.86/2940.56	c #Conflicts:    5139000 | #Constraints:     125102
2932.86/2940.56	c #Conflicts:    5140000 | #Constraints:     126102
2932.86/2940.56	c #Conflicts:    5141000 | #Constraints:     127102
2932.86/2940.56	c #Conflicts:    5142000 | #Constraints:     128102
2932.86/2940.56	c #Conflicts:    5143000 | #Constraints:     129102
2932.86/2940.56	c #Conflicts:    5144000 | #Constraints:     130102
2932.86/2940.56	c #Conflicts:    5145000 | #Constraints:     131102
2932.86/2940.56	c #Conflicts:    5146000 | #Constraints:     132102
2932.86/2940.56	c #Conflicts:    5147000 | #Constraints:     133102
2932.86/2940.56	c #Conflicts:    5148000 | #Constraints:     134102
2932.86/2940.56	c #Conflicts:    5149000 | #Constraints:     135102
2932.86/2940.56	c #Conflicts:    5150000 | #Constraints:     136102
2932.86/2940.56	c #Conflicts:    5151000 | #Constraints:     137102
2932.86/2940.56	c #Conflicts:    5152000 | #Constraints:     138102
2932.86/2940.56	c #Conflicts:    5153000 | #Constraints:     139102
2932.86/2940.56	c #Conflicts:    5154000 | #Constraints:     140102
2932.86/2940.56	c #Conflicts:    5155000 | #Constraints:     141102
2932.86/2940.56	c #Conflicts:    5156000 | #Constraints:     142102
2932.86/2940.56	c #Conflicts:    5157000 | #Constraints:     143102
2932.86/2940.56	c #Conflicts:    5158000 | #Constraints:     144102
2932.86/2940.56	c #Conflicts:    5159000 | #Constraints:     145102
2932.86/2940.56	c #Conflicts:    5160000 | #Constraints:     146102
2932.86/2940.56	c #Conflicts:    5161000 | #Constraints:     147102
2932.86/2940.56	c #Conflicts:    5162000 | #Constraints:     148102
2932.86/2940.56	c #Conflicts:    5163000 | #Constraints:     149103
2932.86/2940.56	c #Conflicts:    5164000 | #Constraints:     150103
2932.86/2940.56	c #Conflicts:    5165000 | #Constraints:     151103
2932.86/2940.56	c #Conflicts:    5166000 | #Constraints:     152103
2932.86/2940.56	c INPROCESSING
2932.86/2940.56	c GARBAGE COLLECT
2932.86/2940.56	WSVECS04 Frhs2[3]: 6 -31.5693 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[4]: 6 -48.1847 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[9]: 6 -52.3308 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[27]: 6 -6641.23 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[32]: 6 -11620.4 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[57]: 6 -4.5174 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[58]: 6 -7.07006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[74]: 6 -1.62506 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[76]: 6 0 0.375039 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[106]: 6 -40 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[133]: 6 -133.923 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[139]: 6 -132.923 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[140]: 6 -217 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[141]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[142]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[143]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[144]: 6 -6.64618 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[149]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[162]: 6 -132.923 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[172]: 6 0 126.277 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[180]: 6 -7.64624 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[265]: 6 -4241.03 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[267]: 6 -1684.55 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[269]: 6 -18096.7 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[272]: 6 -3117.07 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[277]: 6 -2668.79 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[284]: 6 -250.222 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[285]: 6 -5807.41 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[288]: 6 -2668.79 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[290]: 6 -15.7219 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[291]: 6 -2668.79 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[294]: 6 -167.065 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[299]: 6 -1940 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[301]: 6 -1253.06 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[302]: 6 -2786.17 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[305]: 6 0 329.605 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[314]: 6 -3896.09 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[316]: 6 -435.038 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[323]: 6 -111.074 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[325]: 6 -542.844 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[327]: 6 -246.283 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[328]: 6 -3404.73 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[329]: 6 -2983.37 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[330]: 6 -189.701 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[397]: 6 0 1.00002 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[415]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[416]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[426]: 6 -5.36803 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[429]: 6 -0.620389 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[443]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[453]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[461]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[465]: 6 -0.165725 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[467]: 6 -0.400039 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[493]: 6 -0.650332 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[540]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[570]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[574]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[576]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[577]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[579]: 6 -0.500061 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[605]: 6 -192.853 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[730]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[732]: 6 -0.800094 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[737]: 6 -0.200077 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[759]: 6 -1.4001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[763]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[766]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[861]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[871]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[911]: 6 -9.64621 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[913]: 6 -132.923 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[992]: 6 -3886.59 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[999]: 6 -1121.09 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1000]: 6 -832.994 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1010]: 6 -80.727 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1011]: 6 -5774.9 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1016]: 6 -209.831 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1022]: 6 -712.409 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1024]: 6 -2668.79 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1036]: 6 -209.832 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1042]: 6 -3008.85 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1043]: 6 -145.571 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1139]: 6 -1.70206 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1154]: 6 -1.6088 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1176]: 6 -0.830094 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1200]: 6 0 0.339271 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1248]: 6 -1.53677 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1260]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1327]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1331]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1387]: 6 -145 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1395]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1405]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1525]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1588]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1589]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1590]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1592]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1604]: 6 -217 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1605]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1606]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1623]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1649]: 6 -0.500085 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1676]: 6 -802.299 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1739]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1741]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1743]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1745]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1755]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1766]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1769]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1776]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1777]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1778]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1779]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1780]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1781]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1782]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1784]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1786]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1787]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1790]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1804]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1806]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1807]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1808]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1809]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1820]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1822]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1823]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1824]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1826]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1840]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1841]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1842]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1843]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1844]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1845]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1857]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1858]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1859]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1860]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1861]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1862]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1863]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1865]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1867]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1868]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1869]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1871]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1876]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1877]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1879]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1880]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1881]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1899]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1938]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1939]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1940]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1941]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1942]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1943]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1944]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1947]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1948]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1949]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1950]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1951]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1952]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1980]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1992]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1993]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1994]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1995]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1996]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1997]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[1998]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2000]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2002]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2003]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2004]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2006]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2019]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2020]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2021]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2022]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2023]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2024]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2025]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2065]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2066]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2067]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2068]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2069]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2070]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2079]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2100]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2101]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2102]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2103]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2104]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2105]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2106]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2117]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2119]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2120]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2121]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2123]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2127]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2128]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2129]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2130]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2131]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2132]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2133]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2137]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2138]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2139]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2140]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2141]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2142]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2155]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2156]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2157]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2158]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2159]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2160]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2162]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2164]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2165]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2166]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2168]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2178]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2200]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2201]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2202]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2203]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2204]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2205]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2218]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2219]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2220]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2221]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2222]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2223]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2227]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2228]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2229]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2230]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2231]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2232]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2236]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2237]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2238]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2239]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2240]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2241]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2250]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2344]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2345]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2346]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2347]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2348]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2349]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2362]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2363]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2364]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2365]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2366]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2367]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2370]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2371]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2372]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2373]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2374]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2375]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2376]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2398]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2399]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2400]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2401]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2402]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2403]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2405]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2407]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2408]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2409]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2411]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2451]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2452]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2453]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2454]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2455]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2456]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2495]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2497]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2498]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2499]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2501]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2523]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2524]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2525]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2526]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2527]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2528]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2529]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2538]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2547]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2567]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2569]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2570]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2571]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2573]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2610]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2632]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2633]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2634]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2635]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2636]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2637]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2660]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2661]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2662]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2663]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2664]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2731]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2732]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2733]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2734]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2735]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2736]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2749]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2750]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2751]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2752]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2753]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2754]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2757]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2758]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2759]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2760]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2761]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2762]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2763]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2785]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2786]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2787]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2788]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2789]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2790]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2792]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2794]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2795]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2796]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2798]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2802]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2803]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2804]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2805]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2806]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2807]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2808]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2857]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2858]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2859]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2860]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2862]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2901]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2902]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2903]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2904]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2905]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2906]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2907]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2956]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2957]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2958]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2959]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2960]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[2961]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3008]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3010]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3011]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3012]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3014]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3019]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3020]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3021]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3022]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3023]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3024]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3045]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3046]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3047]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3048]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3049]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3050]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3051]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3087]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3117]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3118]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3119]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3120]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3121]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3122]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3123]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3127]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3128]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3129]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3130]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3131]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3132]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3177]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3197]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3199]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3200]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3201]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3203]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3225]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3226]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3227]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3228]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3229]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3230]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3231]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3240]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3260]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3262]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3263]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3264]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3266]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3270]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3271]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3272]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3273]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3274]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3275]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3276]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3279]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3280]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3281]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3282]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3283]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3284]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3285]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3352]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3353]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3354]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3355]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3356]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3357]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3370]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3371]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3372]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3373]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3374]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3375]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3440]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3442]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3443]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3444]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3446]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3449]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3451]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3452]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3453]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3455]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3459]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3460]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3461]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3462]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3463]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3464]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3465]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3486]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3487]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3488]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3489]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3490]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3491]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3492]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3495]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3496]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3497]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3498]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3499]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3500]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3501]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3505]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3506]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3507]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3508]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3509]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3510]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3557]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3559]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3560]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3561]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3563]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3568]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3569]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3570]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3571]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3572]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3573]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3600]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3609]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3612]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3613]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3614]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3615]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3616]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3617]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3618]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3640]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3641]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3642]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3643]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3644]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3645]: 6 -1.00003 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3667]: 6 -1.00009 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3668]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3669]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3670]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3671]: 6 -1.00008 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3672]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3699]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3717]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3719]: 6 -5509.2 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3726]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3728]: 6 -1.00006 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3730]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3731]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3732]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3734]: 6 -1.00004 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3747]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3748]: 6 -1.00005 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3749]: 6 -1.0001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3750]: 6 -1.00007 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3751]: 6 -1.00002 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3752]: 6 -1.00001 0 shouldn't be
2932.86/2940.56	WSVECS04 Frhs2[3753]: 6 -1.00003 0 shouldn't be
2933.47/2941.17	c rational objective 922.643
3017.64/3025.55	c #Conflicts:    5167000 | #Constraints:     105589
3017.64/3025.55	c #Conflicts:    5168000 | #Constraints:     106590
3017.64/3025.55	c #Conflicts:    5169000 | #Constraints:     107590
3017.64/3025.55	c #Conflicts:    5170000 | #Constraints:     108590
3017.64/3025.55	c #Conflicts:    5171000 | #Constraints:     109590
3017.64/3025.55	c #Conflicts:    5172000 | #Constraints:     110590
3017.64/3025.55	c #Conflicts:    5173000 | #Constraints:     111591
3017.64/3025.55	c #Conflicts:    5174000 | #Constraints:     112641
3017.64/3025.55	c #Conflicts:    5175000 | #Constraints:     113641
3017.64/3025.55	c #Conflicts:    5176000 | #Constraints:     114641
3017.64/3025.55	c #Conflicts:    5177000 | #Constraints:     115641
3017.64/3025.55	c #Conflicts:    5178000 | #Constraints:     116641
3017.64/3025.55	c #Conflicts:    5179000 | #Constraints:     117641
3017.64/3025.55	c #Conflicts:    5180000 | #Constraints:     118641
3017.64/3025.55	c #Conflicts:    5181000 | #Constraints:     119641
3017.64/3025.55	c #Conflicts:    5182000 | #Constraints:     120641
3017.64/3025.55	c #Conflicts:    5183000 | #Constraints:     121641
3017.64/3025.55	c #Conflicts:    5184000 | #Constraints:     122735
3017.64/3025.55	c #Conflicts:    5185000 | #Constraints:     124127
3017.64/3025.55	c #Conflicts:    5186000 | #Constraints:     125579
3017.64/3025.55	c #Conflicts:    5187000 | #Constraints:     127019
3017.64/3025.55	c #Conflicts:    5188000 | #Constraints:     128154
3017.64/3025.55	c #Conflicts:    5189000 | #Constraints:     129507
3017.64/3025.55	c #Conflicts:    5190000 | #Constraints:     130965
3017.64/3025.55	c #Conflicts:    5191000 | #Constraints:     132430
3017.64/3025.55	c #Conflicts:    5192000 | #Constraints:     133814
3017.64/3025.55	c #Conflicts:    5193000 | #Constraints:     135159
3017.64/3025.55	c #Conflicts:    5194000 | #Constraints:     136611
3017.64/3025.55	c #Conflicts:    5195000 | #Constraints:     138093
3017.64/3025.55	c #Conflicts:    5196000 | #Constraints:     139542
3017.64/3025.55	c #Conflicts:    5197000 | #Constraints:     140999
3017.64/3025.55	c #Conflicts:    5198000 | #Constraints:     142464
3017.64/3025.55	c #Conflicts:    5199000 | #Constraints:     143921
3017.64/3025.55	c #Conflicts:    5200000 | #Constraints:     145394
3017.64/3025.55	c #Conflicts:    5201000 | #Constraints:     146860
3017.64/3025.55	c #Conflicts:    5202000 | #Constraints:     148307
3017.64/3025.55	c #Conflicts:    5203000 | #Constraints:     149739
3017.64/3025.55	c #Conflicts:    5204000 | #Constraints:     151195
3017.64/3025.55	c #Conflicts:    5205000 | #Constraints:     152642
3017.64/3025.55	c #Conflicts:    5206000 | #Constraints:     154059
3017.64/3025.55	c #Conflicts:    5207000 | #Constraints:     155517
3017.64/3025.55	c #Conflicts:    5208000 | #Constraints:     156993
3017.64/3025.55	c #Conflicts:    5209000 | #Constraints:     158453
3017.64/3025.55	c #Conflicts:    5210000 | #Constraints:     159936
3017.64/3025.55	c #Conflicts:    5211000 | #Constraints:     161397
3017.64/3025.55	c #Conflicts:    5212000 | #Constraints:     162848
3017.64/3025.55	c INPROCESSING
3017.64/3025.55	c GARBAGE COLLECT
3017.64/3025.55	c rational objective 922.643
3162.98/3171.21	c #Conflicts:    5213000 | #Constraints:     111579
3162.98/3171.21	c #Conflicts:    5214000 | #Constraints:     113040
3162.98/3171.21	c #Conflicts:    5215000 | #Constraints:     114512
3162.98/3171.21	c #Conflicts:    5216000 | #Constraints:     115978
3162.98/3171.21	c #Conflicts:    5217000 | #Constraints:     117457
3162.98/3171.21	c #Conflicts:    5218000 | #Constraints:     118934
3162.98/3171.21	c #Conflicts:    5219000 | #Constraints:     120392
3162.98/3171.21	c #Conflicts:    5220000 | #Constraints:     121875
3162.98/3171.21	c #Conflicts:    5221000 | #Constraints:     123331
3162.98/3171.21	c #Conflicts:    5222000 | #Constraints:     124790
3162.98/3171.21	c #Conflicts:    5223000 | #Constraints:     126247
3162.98/3171.21	c #Conflicts:    5224000 | #Constraints:     127701
3162.98/3171.21	c #Conflicts:    5225000 | #Constraints:     129155
3162.98/3171.21	c #Conflicts:    5226000 | #Constraints:     130615
3162.98/3171.21	c #Conflicts:    5227000 | #Constraints:     132073
3162.98/3171.21	c #Conflicts:    5228000 | #Constraints:     133540
3162.98/3171.21	c #Conflicts:    5229000 | #Constraints:     134997
3162.98/3171.21	c #Conflicts:    5230000 | #Constraints:     136462
3162.98/3171.21	c #Conflicts:    5231000 | #Constraints:     137950
3162.98/3171.21	c #Conflicts:    5232000 | #Constraints:     139422
3162.98/3171.21	c #Conflicts:    5233000 | #Constraints:     140901
3162.98/3171.21	c #Conflicts:    5234000 | #Constraints:     142386
3162.98/3171.21	c #Conflicts:    5235000 | #Constraints:     143860
3162.98/3171.21	c #Conflicts:    5236000 | #Constraints:     145332
3162.98/3171.21	c #Conflicts:    5237000 | #Constraints:     146823
3162.98/3171.21	c #Conflicts:    5238000 | #Constraints:     148282
3162.98/3171.21	c #Conflicts:    5239000 | #Constraints:     149745
3162.98/3171.21	c #Conflicts:    5240000 | #Constraints:     151219
3162.98/3171.21	c #Conflicts:    5241000 | #Constraints:     152676
3162.98/3171.21	c #Conflicts:    5242000 | #Constraints:     154155
3162.98/3171.21	c #Conflicts:    5243000 | #Constraints:     155623
3162.98/3171.21	c #Conflicts:    5244000 | #Constraints:     157076
3162.98/3171.21	c #Conflicts:    5245000 | #Constraints:     158549
3162.98/3171.21	c #Conflicts:    5246000 | #Constraints:     159999
3162.98/3171.21	c #Conflicts:    5247000 | #Constraints:     161473
3162.98/3171.21	c #Conflicts:    5248000 | #Constraints:     162934
3162.98/3171.21	c #Conflicts:    5249000 | #Constraints:     164372
3162.98/3171.21	c #Conflicts:    5250000 | #Constraints:     165830
3162.98/3171.21	c #Conflicts:    5251000 | #Constraints:     167289
3162.98/3171.21	c #Conflicts:    5252000 | #Constraints:     168762
3162.98/3171.21	c #Conflicts:    5253000 | #Constraints:     170221
3162.98/3171.21	c #Conflicts:    5254000 | #Constraints:     171683
3162.98/3171.21	c #Conflicts:    5255000 | #Constraints:     173157
3162.98/3171.21	c #Conflicts:    5256000 | #Constraints:     174633
3162.98/3171.21	c #Conflicts:    5257000 | #Constraints:     176110
3162.98/3171.21	c #Conflicts:    5258000 | #Constraints:     177568
3162.98/3171.21	c INPROCESSING
3162.98/3171.21	c GARBAGE COLLECT
3162.98/3171.21	WSVECS04 Frhs2[15]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[16]: 6 -2.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[19]: 6 -3.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[23]: 6 -3.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[33]: 6 -15.2921 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[41]: 6 -21.8788 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[42]: 6 -8.67246 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[47]: 6 -3.94351 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[69]: 6 -19.912 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[73]: 6 -4.49939 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[84]: 6 -5.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[101]: 6 -1.72885 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[103]: 6 -0.320488 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[119]: 6 -8.50001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[137]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[147]: 6 -44.0042 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[151]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[152]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[169]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[175]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[176]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[180]: 6 -0.933269 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[181]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[182]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[185]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[186]: 6 -0.93327 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[187]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[193]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[196]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[199]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[200]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[204]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[206]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[209]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[210]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[211]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[212]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[213]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[214]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[218]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[219]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[220]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[222]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[223]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[227]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[228]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[229]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[231]: 6 -17 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[233]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[235]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[238]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[246]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[249]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[253]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[256]: 6 0 6.00007 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[260]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[261]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[304]: 6 -1.39139 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[306]: 6 -6.11352 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[323]: 6 -0.129875 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[354]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[369]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[377]: 6 -0.700019 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[380]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[448]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[453]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[458]: 6 -19.5106 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[459]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[519]: 6 -0.125018 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[524]: 6 -0.625033 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[535]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[539]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[554]: 6 -1.18081 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[562]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[588]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[630]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[676]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[679]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[686]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[702]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[707]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[709]: 6 -0.446319 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[722]: 6 -1.26553 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[770]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[788]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[795]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[802]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[829]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[863]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[873]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[876]: 6 -4.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[878]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[894]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[895]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[897]: 6 -51.8268 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[900]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[901]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[904]: 6 -38.5833 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[905]: 6 0 31.0252 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[906]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[908]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[911]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[922]: 6 -23.7611 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[926]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[928]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[929]: 6 -0.500055 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[935]: 6 -0.500028 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[936]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[938]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[939]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[942]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[948]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[949]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[951]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[953]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[954]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[955]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[956]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[957]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[959]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[963]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[966]: 6 -5.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[969]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[974]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[980]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[986]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1044]: 6 -1.39137 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1095]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1100]: 6 -0.909538 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1105]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1106]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1117]: 6 0 1.09059 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1119]: 6 0 0.134486 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1184]: 6 -35.7294 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1185]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1288]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1314]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1331]: 6 -5.51595 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1400]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1408]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1428]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1429]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1430]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1432]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1441]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1448]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1496]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1521]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1528]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1552]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1555]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1577]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1588]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1589]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1590]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1592]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1593]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1598]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1599]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1600]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1606]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1608]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1613]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1615]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1616]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1617]: 6 -2.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1619]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1625]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1634]: 6 -2.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1637]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1641]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1642]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1646]: 6 -2.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1651]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1659]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1660]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1664]: 6 -2.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1669]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1670]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1671]: 6 -2.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1673]: 6 -2.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1678]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1679]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1683]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1688]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1689]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1690]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1694]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1695]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1696]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1697]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1700]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1712]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1713]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1714]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1715]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1718]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1721]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1737]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1739]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1755]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1757]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1758]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1759]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1760]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1763]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1766]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1775]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1777]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1779]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1780]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1781]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1784]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1798]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1802]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1804]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1805]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1808]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1809]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1820]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1829]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1838]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1840]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1841]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1844]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1845]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1846]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1847]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1848]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1849]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1850]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1853]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1856]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1858]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1860]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1861]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1862]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1865]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1874]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1876]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1877]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1880]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1881]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1883]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1884]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1885]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1886]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1889]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1906]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1933]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1937]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1939]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1941]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1942]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1943]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1946]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1948]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1951]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1952]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1960]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1969]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1980]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1987]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1991]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1993]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1995]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1996]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[1997]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2000]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2009]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2018]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2020]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2022]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2023]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2024]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2027]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2036]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2050]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2054]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2063]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2065]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2066]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2069]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2070]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2079]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2090]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2091]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2093]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2096]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2099]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2101]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2103]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2104]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2105]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2113]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2117]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2126]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2128]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2130]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2131]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2132]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2135]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2137]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2138]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2141]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2142]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2144]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2145]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2146]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2147]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2150]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2153]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2155]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2156]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2159]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2160]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2162]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2178]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2180]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2189]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2190]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2191]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2192]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2195]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2198]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2200]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2201]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2204]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2205]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2212]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2216]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2218]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2219]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2222]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2223]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2225]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2227]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2228]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2231]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2232]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2234]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2236]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2237]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2240]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2241]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2250]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2252]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2253]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2254]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2255]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2258]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2270]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2271]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2272]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2273]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2276]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2302]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2311]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2320]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2333]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2334]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2335]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2336]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2339]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2342]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2344]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2345]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2348]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2349]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2360]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2362]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2363]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2366]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2367]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2369]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2371]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2373]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2374]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2375]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2387]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2388]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2389]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2390]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2393]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2396]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2398]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2399]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2402]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2403]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2405]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2437]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2450]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2452]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2454]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2455]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2456]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2458]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2459]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2460]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2461]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2462]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2465]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2467]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2468]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2469]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2470]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2471]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2474]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2491]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2495]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2524]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2526]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2527]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2528]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2538]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2547]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2563]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2567]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2590]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2610]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2617]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2630]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2632]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2633]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2636]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2637]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2657]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2659]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2660]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2663]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2664]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2671]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2680]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2689]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2698]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2707]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2711]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2712]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2713]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2714]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2717]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2720]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2721]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2722]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2723]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2726]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2729]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2731]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2732]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2735]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2736]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2743]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2747]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2749]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2753]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2754]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2756]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2758]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2760]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2761]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2762]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2770]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2777]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2783]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2785]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2786]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2789]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2790]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2792]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2801]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2803]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2805]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2806]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2807]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2815]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2824]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2850]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2855]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2857]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2858]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2861]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2862]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2868]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2881]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2882]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2883]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2884]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2885]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2888]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2896]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2900]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2902]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2904]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2905]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2906]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2914]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2954]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2956]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2957]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2960]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2961]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2986]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2998]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[2999]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3000]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3001]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3002]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3005]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3008]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3017]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3019]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3020]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3023]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3024]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3031]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3035]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3036]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3037]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3038]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3041]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3044]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3046]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3048]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3049]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3050]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3058]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3067]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3071]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3072]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3073]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3074]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3077]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3087]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3116]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3118]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3120]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3121]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3122]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3125]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3127]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3128]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3131]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3132]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3139]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3148]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3152]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3153]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3154]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3155]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3158]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3177]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3197]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3220]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3224]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3226]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3228]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3229]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3230]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3240]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3251]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3252]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3253]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3254]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3257]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3260]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3269]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3271]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3273]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3274]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3275]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3280]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3282]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3283]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3284]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3292]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3301]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3314]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3315]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3316]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3317]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3320]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3323]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3324]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3325]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3329]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3337]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3350]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3352]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3353]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3356]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3357]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3368]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3370]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3371]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3374]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3375]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3377]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3378]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3379]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3380]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3383]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3386]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3387]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3388]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3389]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3392]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3400]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3404]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3405]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3406]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3407]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3410]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3418]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3431]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3432]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3433]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3434]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3437]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3440]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3449]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3453]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3458]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3460]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3462]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3463]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3464]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3485]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3487]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3489]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3490]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3491]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3494]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3496]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3498]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3499]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3500]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3503]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3505]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3506]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3509]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3510]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3526]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3535]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3553]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3557]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3561]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3568]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3569]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3572]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3573]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3575]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3577]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3578]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3581]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3584]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3585]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3586]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3587]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3590]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3600]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3609]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3611]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3613]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3615]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3616]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3617]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3629]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3630]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3631]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3632]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3635]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3638]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3640]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3641]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3644]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3645]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3652]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3661]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3665]: 6 -1.00003 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3667]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3668]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3671]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3672]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3699]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3701]: 6 -1.00005 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3717]: 6 -1.00006 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3726]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3728]: 6 -1.00002 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3746]: 6 -1.0001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3748]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3750]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3751]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3752]: 6 -1.00004 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3755]: 6 -1.00007 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3756]: 6 -1.00008 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3757]: 6 -1.00009 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3758]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3761]: 6 -1.00001 0 shouldn't be
3162.98/3171.21	WSVECS04 Frhs2[3769]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	c #Conflicts:    5259000 | #Constraints:     118625
3180.55/3188.87	c #Conflicts:    5260000 | #Constraints:     119625
3180.55/3188.87	c #Conflicts:    5261000 | #Constraints:     120625
3180.55/3188.87	c #Conflicts:    5262000 | #Constraints:     121625
3180.55/3188.87	c #Conflicts:    5263000 | #Constraints:     122625
3180.55/3188.87	c #Conflicts:    5264000 | #Constraints:     123625
3180.55/3188.87	c #Conflicts:    5265000 | #Constraints:     124625
3180.55/3188.87	c #Conflicts:    5266000 | #Constraints:     125625
3180.55/3188.87	c #Conflicts:    5267000 | #Constraints:     126625
3180.55/3188.87	c #Conflicts:    5268000 | #Constraints:     127625
3180.55/3188.87	c #Conflicts:    5269000 | #Constraints:     128625
3180.55/3188.87	c #Conflicts:    5270000 | #Constraints:     129625
3180.55/3188.87	c #Conflicts:    5271000 | #Constraints:     130625
3180.55/3188.87	c #Conflicts:    5272000 | #Constraints:     131625
3180.55/3188.87	c #Conflicts:    5273000 | #Constraints:     132625
3180.55/3188.87	c #Conflicts:    5274000 | #Constraints:     133625
3180.55/3188.87	c #Conflicts:    5275000 | #Constraints:     134625
3180.55/3188.87	c #Conflicts:    5276000 | #Constraints:     135625
3180.55/3188.87	c #Conflicts:    5277000 | #Constraints:     136625
3180.55/3188.87	c #Conflicts:    5278000 | #Constraints:     137625
3180.55/3188.87	c #Conflicts:    5279000 | #Constraints:     138625
3180.55/3188.87	c #Conflicts:    5280000 | #Constraints:     139625
3180.55/3188.87	c #Conflicts:    5281000 | #Constraints:     140625
3180.55/3188.87	c #Conflicts:    5282000 | #Constraints:     141626
3180.55/3188.87	c #Conflicts:    5283000 | #Constraints:     142626
3180.55/3188.87	c #Conflicts:    5284000 | #Constraints:     143626
3180.55/3188.87	c #Conflicts:    5285000 | #Constraints:     144626
3180.55/3188.87	c #Conflicts:    5286000 | #Constraints:     145626
3180.55/3188.87	c #Conflicts:    5287000 | #Constraints:     146626
3180.55/3188.87	c #Conflicts:    5288000 | #Constraints:     147626
3180.55/3188.87	c #Conflicts:    5289000 | #Constraints:     148626
3180.55/3188.87	c #Conflicts:    5290000 | #Constraints:     149626
3180.55/3188.87	c #Conflicts:    5291000 | #Constraints:     150626
3180.55/3188.87	c #Conflicts:    5292000 | #Constraints:     151626
3180.55/3188.87	c #Conflicts:    5293000 | #Constraints:     152626
3180.55/3188.87	c #Conflicts:    5294000 | #Constraints:     153626
3180.55/3188.87	c #Conflicts:    5295000 | #Constraints:     154626
3180.55/3188.87	c #Conflicts:    5296000 | #Constraints:     155626
3180.55/3188.87	c #Conflicts:    5297000 | #Constraints:     156626
3180.55/3188.87	c #Conflicts:    5298000 | #Constraints:     157626
3180.55/3188.87	c #Conflicts:    5299000 | #Constraints:     158626
3180.55/3188.87	c #Conflicts:    5300000 | #Constraints:     159626
3180.55/3188.87	c #Conflicts:    5301000 | #Constraints:     160626
3180.55/3188.87	c #Conflicts:    5302000 | #Constraints:     161626
3180.55/3188.87	c #Conflicts:    5303000 | #Constraints:     162626
3180.55/3188.87	c #Conflicts:    5304000 | #Constraints:     163631
3180.55/3188.87	c INPROCESSING
3180.55/3188.87	c GARBAGE COLLECT
3180.55/3188.87	WSVECS04 Frhs2[2]: 6 -2.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[5]: 6 -3.86159 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[6]: 6 -1.98661 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[7]: 6 -0.995596 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[9]: 6 0 2.51122 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[10]: 6 -0.98666 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[11]: 6 -3.06484 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[12]: 6 -3.5224 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[13]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[14]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[16]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[17]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[20]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[24]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[25]: 6 -0.834336 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[26]: 6 -1.61888 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[27]: 6 -0.720635 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[28]: 6 -1.35108 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[29]: 6 -0.723016 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[30]: 6 -0.63928 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[32]: 6 -1.37454 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[33]: 6 -0.35643 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[34]: 6 -0.423972 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[36]: 6 -0.889467 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[37]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[38]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[39]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[40]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[41]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[42]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[44]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[45]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[53]: 6 -23.9358 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[56]: 6 -2.43355 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[58]: 6 -18.8264 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[59]: 6 -7.28939 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[60]: 6 -14.9326 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[61]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[64]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[65]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[69]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[70]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[73]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[76]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[85]: 6 -1.29344 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[86]: 6 -1.45514 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[88]: 6 -0.590117 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[90]: 6 -1.06 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[92]: 6 -1.05998 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[94]: 6 -2.57093 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[96]: 6 -1.95208 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[97]: 6 -1.19356 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[99]: 6 -0.979901 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[100]: 6 -0.9597 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[101]: 6 -0.963785 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[102]: 6 -0.983892 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[104]: 6 -0.971846 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[105]: 6 -0.98392 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[107]: 6 -0.939555 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[121]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[122]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[123]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[124]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[128]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[131]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[135]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[138]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[141]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[144]: 6 -0.991148 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[145]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[149]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[151]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[161]: 6 -0.113917 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[163]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[164]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[165]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[166]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[168]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[169]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[170]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[172]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[173]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[175]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[178]: 6 -0.53998 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[179]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[181]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[183]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[184]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[186]: 6 -0.991104 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[187]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[190]: 6 -0.84374 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[191]: 6 -0.848191 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[192]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[197]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[199]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[201]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[209]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[211]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[215]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[219]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[229]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[232]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[239]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[258]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[265]: 6 -0.0313272 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[267]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[268]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[269]: 6 -1.00598 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[270]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[272]: 6 -0.366172 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[273]: 6 -0.444422 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[274]: 6 -0.843342 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[275]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[276]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[277]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[278]: 6 -0.207671 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[279]: 6 -1.01657 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[280]: 6 -0.68824 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[281]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[283]: 6 -1.038 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[284]: 6 -0.945727 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[285]: 6 -0.975583 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[286]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[288]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[289]: 6 -1.14286 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[290]: 6 -0.980283 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[291]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[293]: 6 -0.689077 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[294]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[295]: 6 0 0.237739 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[296]: 6 -1.14287 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[297]: 6 -0.952725 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[298]: 6 -0.630727 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[299]: 6 -1.32465 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[300]: 6 -0.980229 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[301]: 6 -0.762375 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[302]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[303]: 6 0 0.195004 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[304]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[306]: 6 -2.08267 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[307]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[308]: 6 -0.989313 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[311]: 6 -0.980305 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[313]: 6 -2.04309 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[314]: 6 -0.207698 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[315]: 6 -0.975572 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[316]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[318]: 6 -1.77821 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[319]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[320]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[321]: 6 -0.980302 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[322]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[323]: 6 -0.995923 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[324]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[325]: 6 -1.31345 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[327]: 6 -0.896407 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[328]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[329]: 6 -2.06284 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[330]: 6 -0.987663 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[331]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[332]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[333]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[334]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[335]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[338]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[339]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[341]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[342]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[343]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[345]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[346]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[347]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[348]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[349]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[351]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[352]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[353]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[355]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[356]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[357]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[358]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[360]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[361]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[362]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[363]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[364]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[366]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[368]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[369]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[370]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[371]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[376]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[377]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[378]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[379]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[381]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[383]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[384]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[386]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[388]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[390]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[391]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[393]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[395]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[409]: 6 -2.97001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[411]: 6 -13.6421 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[415]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[416]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[428]: 6 -15.9826 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[429]: 6 -7.50075 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[430]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[433]: 6 -3.96641 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[434]: 6 -2.91961 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[435]: 6 -14.4095 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[440]: 6 -14.4095 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[441]: 6 -7.50076 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[443]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[445]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[446]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[447]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[448]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[450]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[453]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[454]: 6 -4.1013 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[455]: 6 -6.82876 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[456]: 6 -7.71168 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[460]: 6 -11.2093 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[461]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[463]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[464]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[466]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[467]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[468]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[471]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[472]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[473]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[474]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[481]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[484]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[485]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[486]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[487]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[488]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[489]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[491]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[492]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[493]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[498]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[504]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[505]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[511]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[516]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[523]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[526]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[527]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[529]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[531]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[532]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[533]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[534]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[535]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[536]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[537]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[542]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[550]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[551]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[559]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[567]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[568]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[569]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[570]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[571]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[595]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[597]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[601]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[604]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[605]: 6 -0.451445 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[607]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[614]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[615]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[619]: 6 -3.41775 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[628]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[631]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[632]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[636]: 6 -3.54498 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[637]: 6 -0.274956 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[662]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[663]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[664]: 6 -0.95574 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[665]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[667]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[669]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[670]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[671]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[672]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[674]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[675]: 6 -0.943626 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[677]: 6 -0.94358 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[679]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[680]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[682]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[683]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[684]: 6 -0.88718 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[686]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[687]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[688]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[689]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[690]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[691]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[692]: 6 -0.887173 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[694]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[695]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[697]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[699]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[701]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[703]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[704]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[705]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[707]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[708]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[709]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[710]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[711]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[717]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[718]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[719]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[720]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[721]: 6 -0.943586 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[724]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[725]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[726]: 6 -0.806536 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[793]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[794]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[795]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[799]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[802]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[804]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[805]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[814]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[818]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[826]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[829]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[872]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[873]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[874]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[875]: 6 -0.991094 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[877]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[878]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[879]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[880]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[882]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[883]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[884]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[886]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[889]: 6 -0.991079 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[891]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[892]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[894]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[896]: 6 -1.00233 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[897]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[899]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[901]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[903]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[904]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[905]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[907]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[908]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[909]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[910]: 6 -0.991116 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[912]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[913]: 6 -0.821379 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[914]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[916]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[918]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[922]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[923]: 6 -0.00895755 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[924]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[925]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[927]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[928]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[931]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[935]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[937]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[941]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[945]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[955]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[958]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[962]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[965]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[984]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[991]: 6 -2.0629 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[992]: 6 -0.220406 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[993]: 6 -0.689025 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[994]: 6 -0.975548 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[995]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[996]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[997]: 6 -1.00649 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[998]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1001]: 6 -2.06282 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1002]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1003]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1004]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1006]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1007]: 6 -0.766189 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1008]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1009]: 6 -0.612589 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1010]: 6 -2.54954 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1011]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1012]: 6 -0.975584 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1013]: 6 -0.207641 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1014]: 6 -2.08262 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1015]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1016]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1017]: 6 -0.309242 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1018]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1019]: 6 -1.14285 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1023]: 6 -2.06286 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1024]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1025]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1026]: 6 -0.532279 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1027]: 6 0 0.0600615 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1028]: 6 -0.843329 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1030]: 6 -0.142441 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1032]: 6 -1.41468 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1033]: 6 -0.366134 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1035]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1036]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1038]: 6 -0.031316 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1039]: 6 -1.53717 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1040]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1042]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1043]: 6 -2.59426 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1044]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1045]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1046]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1047]: 6 -0.716423 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1048]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1049]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1050]: 6 -1.00952 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1051]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1052]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1053]: 6 -1.04762 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1054]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1055]: 6 -1.19596 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1056]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1057]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1058]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1059]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1060]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1061]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1062]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1063]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1064]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1065]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1067]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1068]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1069]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1070]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1071]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1072]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1073]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1074]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1075]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1077]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1078]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1079]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1080]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1081]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1082]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1083]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1084]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1086]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1087]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1088]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1089]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1090]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1091]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1092]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1094]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1095]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1096]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1097]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1098]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1101]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1102]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1103]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1105]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1107]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1108]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1109]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1110]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1113]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1114]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1116]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1117]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1119]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1121]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1141]: 6 -14.4095 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1143]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1144]: 6 -11.006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1145]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1150]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1158]: 6 -1.91295 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1161]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1163]: 6 -6.36433 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1165]: 6 -13.4737 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1167]: 6 -14.5423 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1169]: 6 -15.246 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1171]: 6 -6.43259 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1172]: 6 -3.41564 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1173]: 6 -9.10256 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1180]: 6 -15.9003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1181]: 6 -14.5422 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1182]: 6 -10.2135 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1186]: 6 -7.50075 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1187]: 6 -9.64534 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1188]: 6 -3.41562 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1189]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1190]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1192]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1193]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1194]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1197]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1198]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1199]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1200]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1207]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1210]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1211]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1212]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1213]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1214]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1215]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1216]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1217]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1218]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1219]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1223]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1224]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1229]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1230]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1231]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1237]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1242]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1246]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1249]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1250]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1252]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1253]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1255]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1256]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1257]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1258]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1259]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1260]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1261]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1263]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1264]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1267]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1268]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1272]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1285]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1291]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1295]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1296]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1297]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1298]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1321]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1323]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1327]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1331]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1333]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1337]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1340]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1357]: 6 0 0.0407173 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1358]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1387]: 6 -0.80648 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1389]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1390]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1391]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1393]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1395]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1396]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1397]: 6 -0.943577 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1398]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1400]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1401]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1405]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1406]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1407]: 6 -0.887132 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1408]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1409]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1410]: 6 -0.830746 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1412]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1413]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1414]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1415]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1416]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1417]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1418]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1420]: 6 -0.943648 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1421]: 6 -0.955679 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1422]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1423]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1425]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1427]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1428]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1429]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1430]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1431]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1433]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1435]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1436]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1437]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1443]: 6 -0.806486 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1445]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1447]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1448]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1450]: 6 -0.943583 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1451]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1452]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1475]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1483]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1491]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1492]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1493]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1494]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1519]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1521]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1525]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1528]: 6 -1.0001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1530]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1531]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1540]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1544]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1552]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1555]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1595]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1596]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1597]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1598]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1599]: 6 -1.00009 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1600]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1603]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1606]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1624]: 6 -0.709778 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1625]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1627]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1628]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1649]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1650]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1653]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1675]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1676]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1686]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1687]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1688]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1689]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1731]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1749]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1893]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[1974]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[2073]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[2172]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[2244]: 6 -1.00001 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[2503]: 6 -1.00003 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[2532]: 6 -1.00007 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[2541]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[2604]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3081]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3171]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3234]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3594]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3603]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3693]: 6 -1.00008 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3711]: 6 -1.00006 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3718]: 6 -1.00002 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3720]: 6 -1.00005 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3733]: 6 -1.00004 0 shouldn't be
3180.55/3188.87	WSVECS04 Frhs2[3735]: 6 -1.00003 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[66]: 6 -1.00002 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[67]: 6 -1.00008 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[68]: 6 -1.00003 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[71]: 6 -1.00005 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[106]: 6 -0.963792 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[108]: 6 -1.02829 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[317]: 6 -1.00005 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[373]: 6 -1.00007 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[475]: 6 -1.00004 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[477]: 6 -1.00005 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[478]: 6 -1.00009 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[479]: 6 -1.00001 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[480]: 6 -1.00003 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[482]: 6 -1.00008 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[483]: 6 -1.00009 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[495]: 6 -1.00006 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[496]: 6 -1.00003 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[499]: 6 -1.00004 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[500]: 6 -1.00007 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[502]: 6 -1.00002 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[503]: 6 -1.00009 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[507]: 6 -1.00009 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[509]: 6 -1.00006 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[510]: 6 -1.00002 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[512]: 6 -1.00001 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[513]: 6 -1.00003 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[514]: 6 -1.00005 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[515]: 6 -1.00006 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[517]: 6 -1.00006 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[518]: 6 -1.00003 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[519]: 6 -1.00007 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[521]: 6 -1.00005 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[522]: 6 -1.00004 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[524]: 6 -1.00008 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[525]: 6 -1.00007 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[528]: 6 -1.00002 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[661]: 6 -1.00003 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[673]: 6 -1.00005 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[678]: 6 -1.00004 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[681]: 6 -1.00004 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[723]: 6 -1.00001 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[1099]: 6 -1.00005 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[1201]: 6 -1.0001 0 shouldn't be
3181.54/3189.80	WSVECS04 Frhs2[1202]: 6 -1.00009 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1203]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1204]: 6 -1.00009 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1205]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1206]: 6 -1.00009 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1208]: 6 -1.00005 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1209]: 6 -1.00001 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1220]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1221]: 6 -1.00004 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1222]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1226]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1227]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1228]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1234]: 6 -1.00006 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1235]: 6 -1.00006 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1236]: 6 -1.00005 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1238]: 6 -1.00009 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1239]: 6 -1.00001 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1240]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1241]: 6 -1.00003 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1243]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1244]: 6 -1.00001 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1245]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1247]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1248]: 6 -1.00008 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1251]: 6 -1.00004 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1254]: 6 -1.00008 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1290]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1394]: 6 -1.00005 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1399]: 6 -1.00004 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1403]: 6 -1.00009 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1404]: 6 -1.00004 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1424]: 6 -1.00009 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1449]: 6 -1.00008 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1588]: 6 -1.00005 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1621]: 6 -1.00006 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1626]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1651]: 6 -1.00004 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1735]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1743]: 6 -1.00003 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1753]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1788]: 6 -1.00009 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1824]: 6 -1.00006 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1869]: 6 -1.00004 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1897]: 6 -1.00005 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[1978]: 6 -1.00004 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2077]: 6 -1.00004 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2121]: 6 -1.00005 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2166]: 6 -1.00003 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2176]: 6 -1.00009 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2248]: 6 -1.00008 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2409]: 6 -1.00006 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2499]: 6 -1.00006 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2536]: 6 -1.00005 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2571]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2608]: 6 -1.00009 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[2796]: 6 -1.00004 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3012]: 6 -1.00009 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3085]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3175]: 6 -1.00005 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3201]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3238]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3264]: 6 -1.00008 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3444]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3453]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3475]: 6 -1.0001 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3561]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3598]: 6 -1.00005 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3607]: 6 -1.00006 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3697]: 6 -1.00002 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3715]: 6 -1.00003 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3719]: 6 -1.00004 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3724]: 6 -1.00007 0 shouldn't be
3181.54/3189.81	WSVECS04 Frhs2[3732]: 6 -1.00008 0 shouldn't be
3182.93/3191.22	c rational objective 922.643
3280.99/3289.51	c #Conflicts:    5305000 | #Constraints:     111655
3280.99/3289.51	c #Conflicts:    5306000 | #Constraints:     112655
3280.99/3289.51	c #Conflicts:    5307000 | #Constraints:     113657
3280.99/3289.51	c #Conflicts:    5308000 | #Constraints:     114658
3280.99/3289.51	c #Conflicts:    5309000 | #Constraints:     115682
3280.99/3289.51	c #Conflicts:    5310000 | #Constraints:     116682
3280.99/3289.51	c #Conflicts:    5311000 | #Constraints:     117753
3280.99/3289.51	c #Conflicts:    5312000 | #Constraints:     119193
3280.99/3289.51	c #Conflicts:    5313000 | #Constraints:     120631
3280.99/3289.51	c #Conflicts:    5314000 | #Constraints:     122098
3280.99/3289.51	c #Conflicts:    5315000 | #Constraints:     123561
3280.99/3289.51	c #Conflicts:    5316000 | #Constraints:     125020
3280.99/3289.51	c #Conflicts:    5317000 | #Constraints:     126484
3280.99/3289.51	c #Conflicts:    5318000 | #Constraints:     127927
3280.99/3289.51	c #Conflicts:    5319000 | #Constraints:     129392
3280.99/3289.51	c #Conflicts:    5320000 | #Constraints:     130854
3280.99/3289.51	c #Conflicts:    5321000 | #Constraints:     132312
3280.99/3289.51	c #Conflicts:    5322000 | #Constraints:     133759
3280.99/3289.51	c #Conflicts:    5323000 | #Constraints:     135218
3280.99/3289.51	c #Conflicts:    5324000 | #Constraints:     136665
3280.99/3289.51	c #Conflicts:    5325000 | #Constraints:     138135
3280.99/3289.51	c #Conflicts:    5326000 | #Constraints:     139598
3280.99/3289.51	c #Conflicts:    5327000 | #Constraints:     141073
3280.99/3289.51	c #Conflicts:    5328000 | #Constraints:     142516
3280.99/3289.51	c #Conflicts:    5329000 | #Constraints:     143997
3280.99/3289.51	c #Conflicts:    5330000 | #Constraints:     145456
3280.99/3289.51	c #Conflicts:    5331000 | #Constraints:     146925
3280.99/3289.51	c #Conflicts:    5332000 | #Constraints:     148369
3280.99/3289.51	c #Conflicts:    5333000 | #Constraints:     149702
3280.99/3289.51	c #Conflicts:    5334000 | #Constraints:     150702
3280.99/3289.51	c #Conflicts:    5335000 | #Constraints:     151702
3280.99/3289.51	c #Conflicts:    5336000 | #Constraints:     152702
3280.99/3289.51	c #Conflicts:    5337000 | #Constraints:     153702
3280.99/3289.51	c #Conflicts:    5338000 | #Constraints:     154702
3280.99/3289.51	c #Conflicts:    5339000 | #Constraints:     155702
3280.99/3289.51	c #Conflicts:    5340000 | #Constraints:     156702
3280.99/3289.51	c #Conflicts:    5341000 | #Constraints:     157758
3280.99/3289.51	c #Conflicts:    5342000 | #Constraints:     158758
3280.99/3289.51	c #Conflicts:    5343000 | #Constraints:     159758
3280.99/3289.51	c #Conflicts:    5344000 | #Constraints:     160760
3280.99/3289.51	c #Conflicts:    5345000 | #Constraints:     161763
3280.99/3289.51	c #Conflicts:    5346000 | #Constraints:     162763
3280.99/3289.51	c #Conflicts:    5347000 | #Constraints:     163764
3280.99/3289.51	c #Conflicts:    5348000 | #Constraints:     164765
3280.99/3289.51	c #Conflicts:    5349000 | #Constraints:     165765
3280.99/3289.51	c #Conflicts:    5350000 | #Constraints:     166767
3280.99/3289.51	c INPROCESSING
3280.99/3289.51	c GARBAGE COLLECT
3280.99/3289.51	c #Conflicts:    5351000 | #Constraints:     113124
3280.99/3289.51	c #Conflicts:    5352000 | #Constraints:     114125
3280.99/3289.51	c #Conflicts:    5353000 | #Constraints:     115125
3280.99/3289.51	c #Conflicts:    5354000 | #Constraints:     116125
3280.99/3289.51	c #Conflicts:    5355000 | #Constraints:     117125
3280.99/3289.51	c #Conflicts:    5356000 | #Constraints:     118125
3280.99/3289.51	c #Conflicts:    5357000 | #Constraints:     119125
3280.99/3289.51	c #Conflicts:    5358000 | #Constraints:     120315
3280.99/3289.51	c #Conflicts:    5359000 | #Constraints:     121325
3280.99/3289.51	c #Conflicts:    5360000 | #Constraints:     122325
3280.99/3289.51	c #Conflicts:    5361000 | #Constraints:     123325
3280.99/3289.51	c #Conflicts:    5362000 | #Constraints:     124379
3280.99/3289.51	c #Conflicts:    5363000 | #Constraints:     125379
3280.99/3289.51	c #Conflicts:    5364000 | #Constraints:     126379
3280.99/3289.51	c #Conflicts:    5365000 | #Constraints:     127380
3280.99/3289.51	c #Conflicts:    5366000 | #Constraints:     128380
3280.99/3289.51	c #Conflicts:    5367000 | #Constraints:     129380
3280.99/3289.51	c #Conflicts:    5368000 | #Constraints:     130381
3280.99/3289.51	c #Conflicts:    5369000 | #Constraints:     131381
3280.99/3289.51	c #Conflicts:    5370000 | #Constraints:     132382
3280.99/3289.51	c #Conflicts:    5371000 | #Constraints:     133382
3280.99/3289.51	c #Conflicts:    5372000 | #Constraints:     134382
3280.99/3289.51	c #Conflicts:    5373000 | #Constraints:     135382
3280.99/3289.51	c #Conflicts:    5374000 | #Constraints:     136382
3280.99/3289.51	c #Conflicts:    5375000 | #Constraints:     137382
3280.99/3289.51	c #Conflicts:    5376000 | #Constraints:     138382
3280.99/3289.51	c #Conflicts:    5377000 | #Constraints:     139382
3280.99/3289.51	c #Conflicts:    5378000 | #Constraints:     140383
3280.99/3289.51	c #Conflicts:    5379000 | #Constraints:     141383
3280.99/3289.51	c #Conflicts:    5380000 | #Constraints:     142384
3280.99/3289.51	c #Conflicts:    5381000 | #Constraints:     143384
3280.99/3289.51	c #Conflicts:    5382000 | #Constraints:     144390
3280.99/3289.51	c #Conflicts:    5383000 | #Constraints:     145393
3292.16/3300.72	c #Conflicts:    5384000 | #Constraints:     146393
3292.16/3300.72	c #Conflicts:    5385000 | #Constraints:     147393
3292.16/3300.72	c #Conflicts:    5386000 | #Constraints:     148394
3292.16/3300.72	c #Conflicts:    5387000 | #Constraints:     149398
3292.16/3300.72	c #Conflicts:    5388000 | #Constraints:     150446
3292.16/3300.72	c #Conflicts:    5389000 | #Constraints:     151446
3292.16/3300.72	c #Conflicts:    5390000 | #Constraints:     152446
3292.16/3300.72	c #Conflicts:    5391000 | #Constraints:     153448
3292.16/3300.72	c #Conflicts:    5392000 | #Constraints:     154449
3292.16/3300.72	c #Conflicts:    5393000 | #Constraints:     155449
3292.16/3300.72	c #Conflicts:    5394000 | #Constraints:     156455
3292.16/3300.72	c #Conflicts:    5395000 | #Constraints:     157651
3292.16/3300.72	c #Conflicts:    5396000 | #Constraints:     159117
3292.16/3300.72	c INPROCESSING
3292.16/3300.72	c GARBAGE COLLECT
3292.16/3300.72	WSVECS04 Frhs2[2]: 6 -4.76739 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[6]: 6 -5.65107 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[10]: 6 -0.570563 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[13]: 6 -4.50003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[14]: 6 -3.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[15]: 6 -4.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[16]: 6 -5.50005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[17]: 6 -4.50004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[19]: 6 -1.50009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[20]: 6 -1.50006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[23]: 6 -5.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[39]: 6 -20.0011 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[40]: 6 -4.77843 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[41]: 6 -2.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[43]: 6 -1.78377 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[49]: 6 -1.70609 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[50]: 6 -7.60801 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[54]: 6 -2.07355 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[56]: 6 -7.70603 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[58]: 6 -1.26154 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[61]: 6 -8.55062 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[63]: 6 -2.25155 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[65]: 6 -10.7046 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[68]: 6 -10.135 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[69]: 6 -9.35747 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[73]: 6 -6.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[78]: 6 -2.50007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[79]: 6 -3.50004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[81]: 6 -3.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[82]: 6 -3.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[83]: 6 -4.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[86]: 6 -9.53153 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[92]: 6 -1.06625 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[98]: 6 -9.39044 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[99]: 6 -4.47497 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[100]: 6 -4.94988 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[101]: 6 -5.05485 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[102]: 6 -2.58 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[103]: 6 -4.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[104]: 6 -6.76488 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[105]: 6 -4.07994 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[106]: 6 -0.554894 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[107]: 6 -2.42469 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[121]: 6 -4.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[122]: 6 -6.50009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[124]: 6 -4.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[125]: 6 -2.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[126]: 6 -3.50002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[127]: 6 -5.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[129]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[131]: 6 -6.50005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[132]: 6 -4.76495 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[138]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[145]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[149]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[150]: 6 -0.767353 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[151]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[157]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[160]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[166]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[168]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[172]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[176]: 6 0 1.00005 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[180]: 6 -0.767403 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[181]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[184]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[185]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[186]: 6 -0.767431 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[192]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[197]: 6 -0.232686 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[201]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[202]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[204]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[205]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[207]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[213]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[214]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[216]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[217]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[218]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[219]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[220]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[221]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[222]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[225]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[227]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[228]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[229]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[230]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[233]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[235]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[237]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[239]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[242]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[243]: 6 -3.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[245]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[251]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[254]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[255]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[262]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[264]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[276]: 6 -2.35655 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[284]: 6 -0.716573 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[290]: 6 -0.484683 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[293]: 6 -2.16965 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[301]: 6 -10.0349 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[308]: 6 -13.083 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[311]: 6 -0.484724 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[317]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[319]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[328]: 6 -1.90443 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[340]: 6 0 6.04075 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[342]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[347]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[349]: 6 -29.3708 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[350]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[351]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[352]: 6 -6.67422 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[353]: 6 -7.45677 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[355]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[357]: 6 -5.62909 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[361]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[362]: 6 -3.81568 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[363]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[365]: 6 -6.6313 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[366]: 6 -2.61425 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[369]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[370]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[372]: 6 -47.1828 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[373]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[375]: 6 -5.62909 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[379]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[380]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[381]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[383]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[384]: 6 -11.4153 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[388]: 6 -6.63128 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[389]: 6 -5.6313 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[390]: 6 -6.63127 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[392]: 6 -6.63133 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[394]: 6 -2.15229 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[396]: 6 -0.673255 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[412]: 6 0 0.568533 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[415]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[416]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[420]: 6 -0.138198 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[423]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[428]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[431]: 6 -3.63078 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[439]: 6 -1.90226 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[443]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[444]: 6 -3.33661 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[457]: 6 -1.61304 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[458]: 6 -0.919784 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[460]: 6 -2.28484 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[462]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[463]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[464]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[467]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[469]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[470]: 6 -4.2105 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[473]: 6 -1.99887 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[474]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[476]: 6 -4.21055 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[477]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[485]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[489]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[506]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[507]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[511]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[513]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[516]: 6 -1.39958 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[523]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[529]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[532]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[533]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[535]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[536]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[539]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[540]: 6 -0.250037 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[544]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[548]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[551]: 6 -9.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[553]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[554]: 6 -5.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[557]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[558]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[560]: 6 -11.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[561]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[562]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[563]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[565]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[569]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[570]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[571]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[572]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[574]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[576]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[578]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[583]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[585]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[587]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[590]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[595]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[597]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[598]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[599]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[600]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[604]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[610]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[613]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[614]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[615]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[625]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[627]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[628]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[631]: 6 -6.31911 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[632]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[633]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[635]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[637]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[644]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[645]: 6 -5.94206 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[648]: 6 -10.6655 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[651]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[654]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[659]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[664]: 6 0 0.155311 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[674]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[678]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[683]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[685]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[687]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[688]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[697]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[699]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[703]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[704]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[705]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[707]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[708]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[709]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[710]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[711]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[714]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[715]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[716]: 6 -2.52056 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[724]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[794]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[795]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[796]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[797]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[799]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[802]: 6 -9.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[804]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[805]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[807]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[808]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[809]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[810]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[815]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[817]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[818]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[819]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[823]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[824]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[826]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[829]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[830]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[832]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[833]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[834]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[836]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[838]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[839]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[840]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[842]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[843]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[844]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[849]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[851]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[852]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[855]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[860]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[870]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[872]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[873]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[877]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[881]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[883]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[884]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[885]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[886]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[888]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[890]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[894]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[906]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[907]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[910]: 6 -0.767427 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[911]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[912]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[914]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[915]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[918]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[919]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[921]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[925]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[927]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[928]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[929]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[930]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[931]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[933]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[937]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[938]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[940]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[942]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[943]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[948]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[949]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[950]: 6 0 9.00002 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[951]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[952]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[953]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[955]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[957]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[963]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[965]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[966]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[967]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[974]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[977]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[978]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[979]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[980]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[981]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[984]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[987]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[988]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1002]: 6 -1.90436 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1004]: 6 0 10.1756 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1016]: 6 -2.13048 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1036]: 6 -2.13048 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1040]: 6 -9.35587 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1043]: 6 -13.9005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1045]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1072]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1073]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1075]: 6 -6.63129 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1076]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1078]: 6 -18.0225 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1079]: 6 -6.63131 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1081]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1082]: 6 -16.2399 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1084]: 6 -6.63127 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1087]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1088]: 6 -29.9339 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1089]: 6 -5.62906 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1094]: 6 -2.68946 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1096]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1098]: 6 -5.62905 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1099]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1100]: 6 -6.63132 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1104]: 6 -3.45698 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1108]: 6 -6.63134 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1110]: 6 -5.42985 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1117]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1125]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1126]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1127]: 6 -0.308758 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1133]: 6 -2.57153 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1139]: 6 -0.886682 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1145]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1150]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1156]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1157]: 6 -2.61827 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1163]: 6 -3.68579 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1171]: 6 -2.43359 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1182]: 6 -1.00477 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1183]: 6 -2.6014 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1189]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1190]: 6 -1.19985 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1192]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1194]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1195]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1197]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1199]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1200]: 6 -1.9989 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1202]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1204]: 6 -3.49711 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1205]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1213]: 6 -4.21053 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1230]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1233]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1235]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1236]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1237]: 6 -11.2654 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1249]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1251]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1252]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1253]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1255]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1256]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1257]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1259]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1260]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1264]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1265]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1269]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1270]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1271]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1273]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1276]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1283]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1285]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1286]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1287]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1288]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1291]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1293]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1295]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1297]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1301]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1306]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1313]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1314]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1321]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1323]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1325]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1327]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1329]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1331]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1335]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1337]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1339]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1340]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1347]: 6 0 13.1924 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1352]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1358]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1359]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1360]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1361]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1362]: 6 -33.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1364]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1368]: 6 -9.94201 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1373]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1379]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1383]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1384]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1385]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1387]: 6 0 4.04111 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1404]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1405]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1406]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1408]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1409]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1411]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1413]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1414]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1415]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1417]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1418]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1422]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1423]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1425]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1429]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1434]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1435]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1436]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1437]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1440]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1441]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1447]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1448]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1522]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1524]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1525]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1526]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1528]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1530]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1531]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1533]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1536]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1540]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1541]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1542]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1543]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1545]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1549]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1553]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1555]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1557]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1558]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1559]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1562]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1563]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1564]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1565]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1569]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1570]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1571]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1574]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1577]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1580]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1581]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1588]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1589]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1590]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1593]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1599]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1617]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1618]: 6 -2.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1622]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1626]: 6 -2.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1629]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1637]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1638]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1646]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1647]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1656]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1664]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1665]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1671]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1672]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1694]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1695]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1697]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1712]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1713]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1714]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1715]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1733]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1737]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1739]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1745]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1751]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1755]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1757]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1758]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1759]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1760]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1766]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1769]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1774]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1782]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1784]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1787]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1790]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1802]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1808]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1809]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1820]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1823]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1826]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1838]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1844]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1845]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1847]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1848]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1850]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1863]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1865]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1868]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1871]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1874]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1880]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1881]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1883]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1884]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1885]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1886]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1895]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1899]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1919]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1921]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1922]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1923]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1944]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1953]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1976]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1980]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[1998]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2000]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2003]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2006]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2025]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2063]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2069]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2070]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2075]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2079]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2083]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2085]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2087]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2090]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2091]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2093]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2106]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2117]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2120]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2123]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2133]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2135]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2141]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2144]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2145]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2146]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2147]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2153]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2159]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2160]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2162]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2165]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2168]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2174]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2178]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2181]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2189]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2190]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2191]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2192]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2198]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2204]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2205]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2216]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2222]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2223]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2225]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2231]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2232]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2234]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2240]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2241]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2246]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2250]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2252]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2253]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2254]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2255]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2263]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2265]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2267]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2270]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2271]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2272]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2273]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2326]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2330]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2333]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2334]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2335]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2336]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2342]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2348]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2349]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2353]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2355]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2357]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2360]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2366]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2367]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2368]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2376]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2387]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2388]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2389]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2390]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2396]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2402]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2403]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2405]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2408]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2411]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2449]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2457]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2459]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2460]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2461]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2462]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2468]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2469]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2470]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2471]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2478]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2495]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2498]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2501]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2506]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2510]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2521]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2529]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2534]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2538]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2543]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2547]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2551]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2552]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2553]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2555]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2567]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2570]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2573]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2578]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2579]: 6 -2.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2582]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2606]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2610]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2623]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2624]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2625]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2627]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2630]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2636]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2637]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2641]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2642]: 6 -2.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2645]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2650]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2651]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2652]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2654]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2657]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2663]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2664]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2711]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2712]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2713]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2714]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2720]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2721]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2722]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2723]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2729]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2735]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2736]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2747]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2753]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2754]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2755]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2763]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2783]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2789]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2790]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2792]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2795]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2798]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2808]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2838]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2855]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2861]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2862]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2882]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2883]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2885]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2907]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2954]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2960]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2961]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2964]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2991]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[2999]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3000]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3001]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3002]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3008]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3011]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3014]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3017]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3023]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3024]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3035]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3036]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3037]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3038]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3051]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3071]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3073]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3074]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3083]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3087]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3123]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3125]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3131]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3132]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3152]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3153]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3154]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3155]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3173]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3177]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3181]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3182]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3183]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3185]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3197]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3200]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3203]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3231]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3236]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3240]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3251]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3252]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3253]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3254]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3260]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3263]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3266]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3276]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3285]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3307]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3308]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3311]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3314]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3315]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3316]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3317]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3323]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3324]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3325]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3326]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3350]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3356]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3357]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3361]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3362]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3363]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3365]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3368]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3374]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3375]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3377]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3378]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3379]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3380]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3386]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3387]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3388]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3389]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3404]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3405]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3406]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3407]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3424]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3425]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3426]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3428]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3431]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3432]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3433]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3434]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3440]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3443]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3446]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3449]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3452]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3455]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3465]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3478]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3479]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3480]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3482]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3492]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3501]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3503]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3509]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3510]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3541]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3542]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3543]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3545]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3557]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3560]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3563]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3566]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3572]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3573]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3575]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3576]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3578]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3584]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3585]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3586]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3587]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3596]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3600]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3605]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3609]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3618]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3629]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3630]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3632]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3644]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3645]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3665]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3671]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3672]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3683]: 6 -1.00004 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3685]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3686]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3687]: 6 -1.00003 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3689]: 6 -1.00008 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3695]: 6 -1.00002 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3699]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3702]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3713]: 6 -1.00005 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3717]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3719]: 6 -18.7307 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3722]: 6 -1.0001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3726]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3728]: 6 -1.00009 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3731]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3734]: 6 -1.00007 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3753]: 6 -1.00001 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3756]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3757]: 6 -1.00006 0 shouldn't be
3292.16/3300.72	WSVECS04 Frhs2[3758]: 6 -1.00009 0 shouldn't be
3317.60/3326.27	c #Conflicts:    5397000 | #Constraints:     109227
3317.60/3326.27	c #Conflicts:    5398000 | #Constraints:     110227
3317.60/3326.27	c #Conflicts:    5399000 | #Constraints:     111227
3317.60/3326.27	c #Conflicts:    5400000 | #Constraints:     112227
3317.60/3326.27	c #Conflicts:    5401000 | #Constraints:     113227
3317.60/3326.27	c #Conflicts:    5402000 | #Constraints:     114227
3317.60/3326.27	c #Conflicts:    5403000 | #Constraints:     115227
3317.60/3326.27	c #Conflicts:    5404000 | #Constraints:     116227
3317.60/3326.27	c #Conflicts:    5405000 | #Constraints:     117227
3317.60/3326.27	c #Conflicts:    5406000 | #Constraints:     118227
3317.60/3326.27	c #Conflicts:    5407000 | #Constraints:     119227
3317.60/3326.27	c #Conflicts:    5408000 | #Constraints:     120227
3317.60/3326.27	c #Conflicts:    5409000 | #Constraints:     121227
3317.60/3326.27	c #Conflicts:    5410000 | #Constraints:     122227
3317.60/3326.27	c #Conflicts:    5411000 | #Constraints:     123227
3317.60/3326.27	c #Conflicts:    5412000 | #Constraints:     124227
3317.60/3326.27	c #Conflicts:    5413000 | #Constraints:     125227
3317.60/3326.27	c #Conflicts:    5414000 | #Constraints:     126227
3317.60/3326.27	c #Conflicts:    5415000 | #Constraints:     127227
3317.60/3326.27	c #Conflicts:    5416000 | #Constraints:     128227
3317.60/3326.27	c #Conflicts:    5417000 | #Constraints:     129227
3317.60/3326.27	c #Conflicts:    5418000 | #Constraints:     130227
3317.60/3326.27	c #Conflicts:    5419000 | #Constraints:     131227
3317.60/3326.27	c #Conflicts:    5420000 | #Constraints:     132227
3317.60/3326.27	c #Conflicts:    5421000 | #Constraints:     133227
3317.60/3326.27	c #Conflicts:    5422000 | #Constraints:     134227
3317.60/3326.27	c #Conflicts:    5423000 | #Constraints:     135227
3317.60/3326.27	c #Conflicts:    5424000 | #Constraints:     136227
3317.60/3326.27	c #Conflicts:    5425000 | #Constraints:     137227
3317.60/3326.27	c #Conflicts:    5426000 | #Constraints:     138227
3317.60/3326.27	c #Conflicts:    5427000 | #Constraints:     139227
3317.60/3326.27	c #Conflicts:    5428000 | #Constraints:     140227
3317.60/3326.27	c #Conflicts:    5429000 | #Constraints:     141227
3317.60/3326.27	c #Conflicts:    5430000 | #Constraints:     142227
3317.60/3326.27	c #Conflicts:    5431000 | #Constraints:     143227
3317.60/3326.27	c #Conflicts:    5432000 | #Constraints:     144227
3317.60/3326.27	c #Conflicts:    5433000 | #Constraints:     145227
3317.60/3326.27	c #Conflicts:    5434000 | #Constraints:     146227
3317.60/3326.27	c #Conflicts:    5435000 | #Constraints:     147227
3317.60/3326.27	c #Conflicts:    5436000 | #Constraints:     148227
3317.60/3326.27	c #Conflicts:    5437000 | #Constraints:     149227
3317.60/3326.27	c #Conflicts:    5438000 | #Constraints:     150227
3317.60/3326.27	c #Conflicts:    5439000 | #Constraints:     151227
3317.60/3326.27	c #Conflicts:    5440000 | #Constraints:     152227
3317.60/3326.27	c #Conflicts:    5441000 | #Constraints:     153227
3317.60/3326.27	c #Conflicts:    5442000 | #Constraints:     154227
3317.60/3326.27	c #Conflicts:    5443000 | #Constraints:     155227
3317.60/3326.27	c INPROCESSING
3317.60/3326.27	c GARBAGE COLLECT
3317.60/3326.27	c #Conflicts:    5444000 | #Constraints:     107356
3317.60/3326.27	c #Conflicts:    5445000 | #Constraints:     108356
3317.60/3326.27	c #Conflicts:    5446000 | #Constraints:     109356
3317.60/3326.27	c #Conflicts:    5447000 | #Constraints:     110356
3317.60/3326.27	c #Conflicts:    5448000 | #Constraints:     111356
3317.60/3326.27	c #Conflicts:    5449000 | #Constraints:     112356
3317.60/3326.27	c #Conflicts:    5450000 | #Constraints:     113356
3317.60/3326.27	c #Conflicts:    5451000 | #Constraints:     114356
3317.60/3326.27	c #Conflicts:    5452000 | #Constraints:     115356
3317.60/3326.27	c #Conflicts:    5453000 | #Constraints:     116356
3317.60/3326.27	c #Conflicts:    5454000 | #Constraints:     117356
3317.60/3326.27	c #Conflicts:    5455000 | #Constraints:     118356
3317.60/3326.27	c #Conflicts:    5456000 | #Constraints:     119356
3317.60/3326.27	c #Conflicts:    5457000 | #Constraints:     120356
3317.60/3326.27	c #Conflicts:    5458000 | #Constraints:     121356
3317.60/3326.27	c #Conflicts:    5459000 | #Constraints:     122356
3317.60/3326.27	c #Conflicts:    5460000 | #Constraints:     123356
3317.60/3326.27	c #Conflicts:    5461000 | #Constraints:     124356
3317.60/3326.27	c #Conflicts:    5462000 | #Constraints:     125356
3317.60/3326.27	c #Conflicts:    5463000 | #Constraints:     126356
3317.60/3326.27	c #Conflicts:    5464000 | #Constraints:     127356
3317.60/3326.27	c #Conflicts:    5465000 | #Constraints:     128356
3317.60/3326.27	c #Conflicts:    5466000 | #Constraints:     129356
3317.60/3326.27	c #Conflicts:    5467000 | #Constraints:     130356
3317.60/3326.27	c #Conflicts:    5468000 | #Constraints:     131356
3317.60/3326.27	c #Conflicts:    5469000 | #Constraints:     132356
3317.60/3326.27	c #Conflicts:    5470000 | #Constraints:     133356
3317.60/3326.27	c #Conflicts:    5471000 | #Constraints:     134356
3317.60/3326.27	c #Conflicts:    5472000 | #Constraints:     135356
3317.60/3326.27	c #Conflicts:    5473000 | #Constraints:     136356
3317.60/3326.27	c #Conflicts:    5474000 | #Constraints:     137356
3317.60/3326.27	c #Conflicts:    5475000 | #Constraints:     138356
3323.09/3331.70	c #Conflicts:    5476000 | #Constraints:     139356
3323.09/3331.70	c #Conflicts:    5477000 | #Constraints:     140356
3323.09/3331.70	c #Conflicts:    5478000 | #Constraints:     141356
3323.09/3331.70	c #Conflicts:    5479000 | #Constraints:     142356
3323.09/3331.70	c #Conflicts:    5480000 | #Constraints:     143356
3323.09/3331.70	c #Conflicts:    5481000 | #Constraints:     144356
3323.09/3331.70	c #Conflicts:    5482000 | #Constraints:     145356
3323.09/3331.70	c #Conflicts:    5483000 | #Constraints:     146356
3323.09/3331.70	c #Conflicts:    5484000 | #Constraints:     147356
3323.09/3331.70	c #Conflicts:    5485000 | #Constraints:     148356
3323.09/3331.70	c #Conflicts:    5486000 | #Constraints:     149356
3323.09/3331.70	c #Conflicts:    5487000 | #Constraints:     150356
3323.09/3331.70	c #Conflicts:    5488000 | #Constraints:     151356
3323.09/3331.70	c #Conflicts:    5489000 | #Constraints:     152356
3323.09/3331.70	c #Conflicts:    5490000 | #Constraints:     153356
3323.09/3331.70	c INPROCESSING
3323.09/3331.70	c GARBAGE COLLECT
3323.09/3331.70	c rational objective 922.643
3360.80/3369.51	c #Conflicts:    5491000 | #Constraints:     106526
3360.80/3369.51	c #Conflicts:    5492000 | #Constraints:     107526
3360.80/3369.51	c #Conflicts:    5493000 | #Constraints:     108526
3360.80/3369.51	c #Conflicts:    5494000 | #Constraints:     109526
3360.80/3369.51	c #Conflicts:    5495000 | #Constraints:     110526
3360.80/3369.51	c #Conflicts:    5496000 | #Constraints:     111526
3360.80/3369.51	c #Conflicts:    5497000 | #Constraints:     112526
3360.80/3369.51	c #Conflicts:    5498000 | #Constraints:     113526
3360.80/3369.51	c #Conflicts:    5499000 | #Constraints:     114526
3360.80/3369.51	c #Conflicts:    5500000 | #Constraints:     115526
3360.80/3369.51	c #Conflicts:    5501000 | #Constraints:     116526
3360.80/3369.51	c #Conflicts:    5502000 | #Constraints:     117526
3360.80/3369.51	c #Conflicts:    5503000 | #Constraints:     118526
3360.80/3369.51	c #Conflicts:    5504000 | #Constraints:     119526
3360.80/3369.51	c #Conflicts:    5505000 | #Constraints:     120526
3360.80/3369.51	c #Conflicts:    5506000 | #Constraints:     121526
3360.80/3369.51	c #Conflicts:    5507000 | #Constraints:     122526
3360.80/3369.51	c #Conflicts:    5508000 | #Constraints:     123526
3360.80/3369.51	c #Conflicts:    5509000 | #Constraints:     124526
3360.80/3369.51	c #Conflicts:    5510000 | #Constraints:     125526
3360.80/3369.51	c #Conflicts:    5511000 | #Constraints:     126526
3360.80/3369.51	c #Conflicts:    5512000 | #Constraints:     127526
3360.80/3369.51	c #Conflicts:    5513000 | #Constraints:     128527
3360.80/3369.51	c #Conflicts:    5514000 | #Constraints:     129527
3360.80/3369.51	c #Conflicts:    5515000 | #Constraints:     130527
3360.80/3369.51	c #Conflicts:    5516000 | #Constraints:     131527
3360.80/3369.51	c #Conflicts:    5517000 | #Constraints:     132650
3360.80/3369.51	c #Conflicts:    5518000 | #Constraints:     133675
3360.80/3369.51	c #Conflicts:    5519000 | #Constraints:     134820
3360.80/3369.51	c #Conflicts:    5520000 | #Constraints:     136277
3360.80/3369.51	c #Conflicts:    5521000 | #Constraints:     137721
3360.80/3369.51	c #Conflicts:    5522000 | #Constraints:     139181
3360.80/3369.51	c #Conflicts:    5523000 | #Constraints:     140646
3360.80/3369.51	c #Conflicts:    5524000 | #Constraints:     142108
3360.80/3369.51	c #Conflicts:    5525000 | #Constraints:     143572
3360.80/3369.51	c #Conflicts:    5526000 | #Constraints:     144926
3360.80/3369.51	c #Conflicts:    5527000 | #Constraints:     146355
3360.80/3369.51	c #Conflicts:    5528000 | #Constraints:     147355
3360.80/3369.51	c #Conflicts:    5529000 | #Constraints:     148355
3360.80/3369.51	c #Conflicts:    5530000 | #Constraints:     149355
3360.80/3369.51	c #Conflicts:    5531000 | #Constraints:     150355
3360.80/3369.51	c #Conflicts:    5532000 | #Constraints:     151355
3360.80/3369.51	c #Conflicts:    5533000 | #Constraints:     152355
3360.80/3369.51	c #Conflicts:    5534000 | #Constraints:     153355
3360.80/3369.51	c #Conflicts:    5535000 | #Constraints:     154355
3360.80/3369.51	c #Conflicts:    5536000 | #Constraints:     155355
3360.80/3369.51	c #Conflicts:    5537000 | #Constraints:     156355
3360.80/3369.51	c INPROCESSING
3360.80/3369.51	c GARBAGE COLLECT
3360.80/3369.51	c rational objective 922.643
3378.76/3387.52	c #Conflicts:    5538000 | #Constraints:     108017
3378.76/3387.52	c #Conflicts:    5539000 | #Constraints:     109017
3378.76/3387.52	c #Conflicts:    5540000 | #Constraints:     110017
3378.76/3387.52	c #Conflicts:    5541000 | #Constraints:     111017
3378.76/3387.52	c #Conflicts:    5542000 | #Constraints:     112017
3378.76/3387.52	c #Conflicts:    5543000 | #Constraints:     113017
3378.76/3387.52	c #Conflicts:    5544000 | #Constraints:     114017
3378.76/3387.52	c #Conflicts:    5545000 | #Constraints:     115017
3378.76/3387.52	c #Conflicts:    5546000 | #Constraints:     116017
3378.76/3387.52	c #Conflicts:    5547000 | #Constraints:     117017
3378.76/3387.52	c #Conflicts:    5548000 | #Constraints:     118017
3378.76/3387.52	c #Conflicts:    5549000 | #Constraints:     119017
3378.76/3387.52	c #Conflicts:    5550000 | #Constraints:     120017
3378.76/3387.52	c #Conflicts:    5551000 | #Constraints:     121017
3378.76/3387.52	c #Conflicts:    5552000 | #Constraints:     122017
3378.76/3387.52	c #Conflicts:    5553000 | #Constraints:     123017
3378.76/3387.52	c #Conflicts:    5554000 | #Constraints:     124017
3378.76/3387.52	c #Conflicts:    5555000 | #Constraints:     125017
3378.76/3387.52	c #Conflicts:    5556000 | #Constraints:     126017
3378.76/3387.52	c #Conflicts:    5557000 | #Constraints:     127017
3378.76/3387.52	c #Conflicts:    5558000 | #Constraints:     128017
3378.76/3387.52	c #Conflicts:    5559000 | #Constraints:     129017
3378.76/3387.52	c #Conflicts:    5560000 | #Constraints:     130017
3378.76/3387.52	c #Conflicts:    5561000 | #Constraints:     131017
3378.76/3387.52	c #Conflicts:    5562000 | #Constraints:     132017
3378.76/3387.52	c #Conflicts:    5563000 | #Constraints:     133017
3378.76/3387.52	c #Conflicts:    5564000 | #Constraints:     134017
3378.76/3387.52	c #Conflicts:    5565000 | #Constraints:     135017
3378.76/3387.52	c #Conflicts:    5566000 | #Constraints:     136017
3378.76/3387.52	c #Conflicts:    5567000 | #Constraints:     137017
3378.76/3387.52	c #Conflicts:    5568000 | #Constraints:     138017
3378.76/3387.52	c #Conflicts:    5569000 | #Constraints:     139017
3378.76/3387.52	c #Conflicts:    5570000 | #Constraints:     140017
3378.76/3387.52	c #Conflicts:    5571000 | #Constraints:     141017
3378.76/3387.52	c #Conflicts:    5572000 | #Constraints:     142017
3378.76/3387.52	c #Conflicts:    5573000 | #Constraints:     143017
3378.76/3387.52	c #Conflicts:    5574000 | #Constraints:     144017
3378.76/3387.52	c #Conflicts:    5575000 | #Constraints:     145017
3378.76/3387.52	c #Conflicts:    5576000 | #Constraints:     146017
3378.76/3387.52	c #Conflicts:    5577000 | #Constraints:     147017
3378.76/3387.52	c #Conflicts:    5578000 | #Constraints:     148017
3378.76/3387.52	c #Conflicts:    5579000 | #Constraints:     149017
3378.76/3387.52	c #Conflicts:    5580000 | #Constraints:     150017
3378.76/3387.52	c #Conflicts:    5581000 | #Constraints:     151017
3378.76/3387.52	c #Conflicts:    5582000 | #Constraints:     152017
3378.76/3387.52	c #Conflicts:    5583000 | #Constraints:     153018
3378.76/3387.52	c #Conflicts:    5584000 | #Constraints:     154018
3378.76/3387.52	c INPROCESSING
3378.76/3387.52	c GARBAGE COLLECT
3378.76/3387.52	WSVECS04 Frhs2[1]: 6 -5.86643 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2]: 6 0 18.498 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3]: 6 -17.4284 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[6]: 6 -2.86242 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[7]: 6 -19.3604 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[9]: 6 -6.53044 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[25]: 6 -21.0915 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[26]: 6 -25.5301 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[27]: 6 -26.4093 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[28]: 6 -12.6061 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[29]: 6 -18.8304 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[30]: 6 -31.6472 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[32]: 6 -13.5728 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[33]: 6 -42.4248 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[35]: 6 -72.2268 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[36]: 6 -8.11716 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[37]: 6 0 1.60129 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[38]: 6 0 2.79749 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[40]: 6 -1.41165 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[41]: 6 -4.14634 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[49]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[50]: 6 -5.46071 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[51]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[52]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[53]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[54]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[55]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[57]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[58]: 6 -2.31253 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[60]: 6 -3.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[63]: 6 -10.1992 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[66]: 6 -24.3142 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[70]: 6 -5.84841 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[71]: 6 -9.83134 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[72]: 6 -60.9178 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[73]: 6 -5.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[80]: 6 -6.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[85]: 6 -27.6241 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[88]: 6 -104.023 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[96]: 6 -72.4438 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[99]: 6 -19.1967 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[101]: 6 -8.33562 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[102]: 6 -18.9372 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[105]: 6 -19.3487 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[107]: 6 -9.89262 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[108]: 6 -8.81661 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[121]: 6 -7.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[131]: 6 -6.40006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[157]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[159]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[162]: 6 -0.0243481 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[171]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[174]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[177]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[178]: 6 -30.6074 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[179]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[180]: 6 -1.57497 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[181]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[185]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[186]: 6 -1.575 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[189]: 6 -2.72476 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[193]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[265]: 6 -63.3441 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[267]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[268]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[269]: 6 -0.62105 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[270]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[271]: 6 -73.4297 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[272]: 6 -41.7971 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[274]: 6 -11.0855 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[275]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[276]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[277]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[278]: 6 -51.9964 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[280]: 6 -21.0702 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[281]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[282]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[284]: 6 -4.49382 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[285]: 6 -2.57673 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[286]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[287]: 6 -72.9685 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[289]: 6 -6.66082 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[290]: 6 -2.27348 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[291]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[293]: 6 -21.0153 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[294]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[295]: 6 -80.6562 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[296]: 6 -6.66082 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[297]: 6 -4.04479 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[298]: 6 -24.7701 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[299]: 6 -24.6661 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[301]: 6 -16.299 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[302]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[303]: 6 -77.9026 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[304]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[305]: 6 -1.08217 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[308]: 6 -1.68987 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[309]: 6 -69.2189 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[310]: 6 -232.313 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[311]: 6 -2.27351 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[312]: 6 -66.8789 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[314]: 6 -51.9965 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[315]: 6 -2.57668 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[316]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[317]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[318]: 6 0 9.47408 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[319]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[320]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[321]: 6 -2.27351 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[323]: 6 -1.26538 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[324]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[327]: 6 -7.67174 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[330]: 6 -1.79598 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[332]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[333]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[335]: 6 0 2.62396 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[337]: 6 0 2.62391 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[339]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[340]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[341]: 6 0 3.15214 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[342]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[343]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[345]: 6 0 1.09917 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[346]: 6 0 1.62397 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[347]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[349]: 6 0 1.62398 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[350]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[351]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[352]: 6 -0.475246 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[354]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[355]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[356]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[358]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[360]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[361]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[363]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[364]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[366]: 6 -0.0940367 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[369]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[370]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[373]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[374]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[377]: 6 -0.227246 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[378]: 6 0 3.15217 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[379]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[381]: 6 0 0.564481 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[382]: 6 0 0.574415 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[390]: 6 0 3.37934 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[395]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[396]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[397]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[398]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[399]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[400]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[401]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[402]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[403]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[404]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[405]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[407]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[408]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[409]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[410]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[411]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[412]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[413]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[414]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[419]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[420]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[421]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[422]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[424]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[426]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[427]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[428]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[429]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[430]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[431]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[432]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[434]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[435]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[436]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[437]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[438]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[439]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[441]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[442]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[443]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[447]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[448]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[449]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[450]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[452]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[453]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[454]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[456]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[457]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[459]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[463]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[464]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[466]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[467]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[469]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[474]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[476]: 6 -1.2529 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[477]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[480]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[481]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[482]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[483]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[484]: 6 -2.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[485]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[486]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[489]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[490]: 6 -1.75006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[491]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[492]: 6 -33.797 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[493]: 6 -1.37506 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[496]: 6 -2.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[498]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[499]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[501]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[503]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[504]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[505]: 6 -33.7969 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[507]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[509]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[511]: 6 -1.87508 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[512]: 6 -1.28098 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[513]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[521]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[523]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[524]: 6 -1.37507 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[526]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[528]: 6 -16.8648 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[531]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[535]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[539]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[588]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[594]: 6 -3.50008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[595]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[597]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[601]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[605]: 6 -36.3064 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[607]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[615]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[628]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[632]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[654]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[661]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[662]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[663]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[664]: 6 -3.85461 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[672]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[675]: 6 -4.63314 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[677]: 6 -4.63309 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[683]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[689]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[690]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[692]: 6 -8.26616 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[696]: 6 0 7.26617 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[702]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[706]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[709]: 6 0 3.63314 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[711]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[718]: 6 0 27.1273 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[719]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[720]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[726]: 6 -13.4562 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[752]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[867]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[869]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[882]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[885]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[889]: 6 -7.22673 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[897]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[900]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[904]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[906]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[911]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[919]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[920]: 6 -11.4981 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[991]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[992]: 6 -51.1753 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[993]: 6 -21.0152 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[994]: 6 -2.57669 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[995]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[996]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[997]: 6 -0.583131 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[998]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1000]: 6 -72.9684 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1001]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1002]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1003]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1004]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1005]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1006]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1007]: 6 -16.0526 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1008]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1011]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1012]: 6 -2.57674 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1013]: 6 -51.9964 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1015]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1016]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1017]: 6 -45.4604 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1019]: 6 -6.66086 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1020]: 6 -72.758 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1021]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1022]: 6 -46.0464 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1023]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1024]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1025]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1027]: 6 -69.2189 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1028]: 6 -11.0855 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1030]: 6 -56.1928 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1031]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1035]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1036]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1037]: 6 -65.3572 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1038]: 6 -63.3441 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1040]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1041]: 6 -102.251 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1042]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1043]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1045]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1047]: 6 -19.2522 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1049]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1050]: 6 -0.393685 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1052]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1053]: 6 -2.88696 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1056]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1057]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1058]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1059]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1060]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1065]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1066]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1067]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1069]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1070]: 6 0 2.62394 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1071]: 6 0 0.56443 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1072]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1073]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1076]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1081]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1085]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1086]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1087]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1092]: 6 -0.698041 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1095]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1096]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1099]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1101]: 6 0 0.288104 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1103]: 6 -0.698081 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1104]: 6 0 0.0471515 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1105]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1108]: 6 -1.57611 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1110]: 6 0 1.19401 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1111]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1115]: 6 -2.81202 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1120]: 6 -2.01232 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1123]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1124]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1125]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1126]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1127]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1128]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1129]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1130]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1131]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1133]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1134]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1135]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1136]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1137]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1139]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1140]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1141]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1143]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1144]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1145]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1146]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1147]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1148]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1149]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1150]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1152]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1153]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1154]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1155]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1156]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1157]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1158]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1160]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1162]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1163]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1164]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1165]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1167]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1168]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1169]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1170]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1171]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1173]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1174]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1175]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1176]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1178]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1179]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1180]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1182]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1183]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1185]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1187]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1189]: 6 -1.3751 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1192]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1193]: 6 -0.789384 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1195]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1197]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1199]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1200]: 6 -41.9962 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1202]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1203]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1205]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1206]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1207]: 6 -17.3985 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1208]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1209]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1210]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1211]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1212]: 6 -41.9962 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1215]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1216]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1217]: 6 -1.87508 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1218]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1220]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1226]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1227]: 6 -17.3985 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1230]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1231]: 6 -1.87501 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1232]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1233]: 6 -2.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1236]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1237]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1238]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1239]: 6 -1.62506 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1246]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1247]: 6 -1.75005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1248]: 6 -0.789346 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1249]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1250]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1251]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1252]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1253]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1254]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1261]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1265]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1314]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1321]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1323]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1327]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1331]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1333]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1337]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1358]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1380]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1387]: 6 -11.4562 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1388]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1390]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1391]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1396]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1400]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1403]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1408]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1409]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1417]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1420]: 6 -97.4329 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1422]: 6 0 1.00003 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1430]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1434]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1437]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1441]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1442]: 6 -4.67115 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1448]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1475]: 6 -12.8126 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1478]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1588]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1590]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1603]: 6 -22.6842 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1615]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1616]: 6 -3.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1622]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1623]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1649]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1650]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1669]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1670]: 6 -3.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1676]: 6 -73.2268 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1688]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1733]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1737]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1751]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1755]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1798]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1805]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1807]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1809]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1841]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1843]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1845]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1877]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1879]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1881]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1895]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1899]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1922]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1925]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1933]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1976]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1980]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[1987]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2066]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2068]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2070]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2075]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2079]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2087]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2113]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2138]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2140]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2152]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2156]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2158]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2160]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2174]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2178]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2201]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2203]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2205]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2215]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2219]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2221]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2223]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2228]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2230]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2232]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2237]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2239]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2241]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2246]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2250]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2264]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2267]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2327]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2330]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2345]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2347]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2349]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2354]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2357]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2363]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2365]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2367]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2399]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2401]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2403]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2437]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2507]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2510]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2534]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2538]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2543]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2547]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2552]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2555]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2579]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2582]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2590]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2603]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2606]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2610]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2624]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2627]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2633]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2635]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2637]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2642]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2645]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2651]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2654]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2660]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2662]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2664]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2680]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2728]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2732]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2734]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2736]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2743]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2750]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2752]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2754]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2770]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2786]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2788]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2790]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2858]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2860]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2862]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2896]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2914]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2957]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2959]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[2961]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3020]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3022]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3024]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3031]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3058]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3083]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3087]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3128]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3130]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3132]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3173]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3177]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3182]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3185]: 6 -1.0001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3220]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3236]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3240]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3301]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3308]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3311]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3337]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3353]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3355]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3357]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3362]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3365]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3371]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3373]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3375]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3425]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3428]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3479]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3482]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3506]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3508]: 6 -1.00009 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3510]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3526]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3542]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3545]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3569]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3571]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3573]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3596]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3600]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3605]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3609]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3638]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3641]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3643]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3645]: 6 -1.00005 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3652]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3661]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3662]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3665]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3668]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3670]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3672]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3686]: 6 -1.00008 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3689]: 6 -1.00004 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3695]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3699]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3713]: 6 -1.00002 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3717]: 6 -1.00007 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3718]: 6 -1.00003 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3719]: 6 -1.00001 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3722]: 6 -1.00006 0 shouldn't be
3378.76/3387.52	WSVECS04 Frhs2[3726]: 6 -1.0001 0 shouldn't be
3380.45/3389.27	c rational objective 922.643
3413.18/3422.06	c #Conflicts:    5585000 | #Constraints:     106747
3413.18/3422.06	c #Conflicts:    5586000 | #Constraints:     107747
3413.18/3422.06	c #Conflicts:    5587000 | #Constraints:     108747
3413.18/3422.06	c #Conflicts:    5588000 | #Constraints:     109748
3413.18/3422.06	c #Conflicts:    5589000 | #Constraints:     110748
3413.18/3422.06	c #Conflicts:    5590000 | #Constraints:     111748
3413.18/3422.06	c #Conflicts:    5591000 | #Constraints:     112748
3413.18/3422.06	c #Conflicts:    5592000 | #Constraints:     113748
3413.18/3422.06	c #Conflicts:    5593000 | #Constraints:     114748
3413.18/3422.06	c #Conflicts:    5594000 | #Constraints:     115748
3413.18/3422.06	c #Conflicts:    5595000 | #Constraints:     116748
3413.18/3422.06	c #Conflicts:    5596000 | #Constraints:     117748
3413.18/3422.06	c #Conflicts:    5597000 | #Constraints:     118748
3413.18/3422.06	c #Conflicts:    5598000 | #Constraints:     119748
3413.18/3422.06	c #Conflicts:    5599000 | #Constraints:     120748
3413.18/3422.06	c #Conflicts:    5600000 | #Constraints:     121748
3413.18/3422.06	c #Conflicts:    5601000 | #Constraints:     122748
3413.18/3422.06	c #Conflicts:    5602000 | #Constraints:     123748
3413.18/3422.06	c #Conflicts:    5603000 | #Constraints:     124748
3413.18/3422.06	c #Conflicts:    5604000 | #Constraints:     125983
3413.18/3422.06	c #Conflicts:    5605000 | #Constraints:     127059
3413.18/3422.06	c #Conflicts:    5606000 | #Constraints:     128059
3413.18/3422.06	c #Conflicts:    5607000 | #Constraints:     129059
3413.18/3422.06	c #Conflicts:    5608000 | #Constraints:     130059
3413.18/3422.06	c #Conflicts:    5609000 | #Constraints:     131059
3413.18/3422.06	c #Conflicts:    5610000 | #Constraints:     132085
3413.18/3422.06	c #Conflicts:    5611000 | #Constraints:     133289
3413.18/3422.06	c #Conflicts:    5612000 | #Constraints:     134548
3413.18/3422.06	c #Conflicts:    5613000 | #Constraints:     135548
3413.18/3422.06	c #Conflicts:    5614000 | #Constraints:     136548
3413.18/3422.06	c #Conflicts:    5615000 | #Constraints:     137549
3413.18/3422.06	c #Conflicts:    5616000 | #Constraints:     138549
3413.18/3422.06	c #Conflicts:    5617000 | #Constraints:     139549
3413.18/3422.06	c #Conflicts:    5618000 | #Constraints:     140552
3413.18/3422.06	c #Conflicts:    5619000 | #Constraints:     141552
3413.18/3422.06	c #Conflicts:    5620000 | #Constraints:     142552
3413.18/3422.06	c #Conflicts:    5621000 | #Constraints:     143553
3413.18/3422.06	c #Conflicts:    5622000 | #Constraints:     144554
3413.18/3422.06	c #Conflicts:    5623000 | #Constraints:     145554
3413.18/3422.06	c #Conflicts:    5624000 | #Constraints:     146554
3413.18/3422.06	c #Conflicts:    5625000 | #Constraints:     147556
3413.18/3422.06	c #Conflicts:    5626000 | #Constraints:     148736
3413.18/3422.06	c #Conflicts:    5627000 | #Constraints:     149869
3413.18/3422.06	c #Conflicts:    5628000 | #Constraints:     150877
3413.18/3422.06	c #Conflicts:    5629000 | #Constraints:     151900
3413.18/3422.06	c #Conflicts:    5630000 | #Constraints:     152900
3413.18/3422.06	c #Conflicts:    5631000 | #Constraints:     153902
3413.18/3422.06	c INPROCESSING
3413.18/3422.06	c GARBAGE COLLECT
3413.18/3422.06	c #Conflicts:    5632000 | #Constraints:     106491
3413.18/3422.06	c #Conflicts:    5633000 | #Constraints:     107491
3413.18/3422.06	c #Conflicts:    5634000 | #Constraints:     108491
3413.18/3422.06	c #Conflicts:    5635000 | #Constraints:     109491
3413.18/3422.06	c #Conflicts:    5636000 | #Constraints:     110491
3413.18/3422.06	c #Conflicts:    5637000 | #Constraints:     111491
3413.18/3422.06	c #Conflicts:    5638000 | #Constraints:     112491
3413.18/3422.06	c #Conflicts:    5639000 | #Constraints:     113624
3413.18/3422.06	c #Conflicts:    5640000 | #Constraints:     114624
3413.18/3422.06	c #Conflicts:    5641000 | #Constraints:     115624
3413.18/3422.06	c #Conflicts:    5642000 | #Constraints:     116624
3413.18/3422.06	c #Conflicts:    5643000 | #Constraints:     117650
3413.18/3422.06	c #Conflicts:    5644000 | #Constraints:     118650
3413.18/3422.06	c #Conflicts:    5645000 | #Constraints:     119651
3413.18/3422.06	c #Conflicts:    5646000 | #Constraints:     120651
3413.18/3422.06	c #Conflicts:    5647000 | #Constraints:     121651
3413.18/3422.06	c #Conflicts:    5648000 | #Constraints:     122652
3413.18/3422.06	c #Conflicts:    5649000 | #Constraints:     123723
3413.18/3422.06	c #Conflicts:    5650000 | #Constraints:     124742
3413.18/3422.06	c #Conflicts:    5651000 | #Constraints:     125743
3413.18/3422.06	c #Conflicts:    5652000 | #Constraints:     126748
3413.18/3422.06	c #Conflicts:    5653000 | #Constraints:     127753
3413.18/3422.06	c #Conflicts:    5654000 | #Constraints:     128773
3413.18/3422.06	c #Conflicts:    5655000 | #Constraints:     129773
3413.18/3422.06	c #Conflicts:    5656000 | #Constraints:     130773
3413.18/3422.06	c #Conflicts:    5657000 | #Constraints:     131776
3413.18/3422.06	c #Conflicts:    5658000 | #Constraints:     132777
3413.18/3422.06	c #Conflicts:    5659000 | #Constraints:     133777
3413.18/3422.06	c #Conflicts:    5660000 | #Constraints:     134781
3413.18/3422.06	c #Conflicts:    5661000 | #Constraints:     135781
3413.18/3422.06	c #Conflicts:    5662000 | #Constraints:     136798
3413.18/3422.06	c #Conflicts:    5663000 | #Constraints:     137971
3428.04/3437.00	c #Conflicts:    5664000 | #Constraints:     139176
3428.04/3437.00	c #Conflicts:    5665000 | #Constraints:     140617
3428.04/3437.00	c #Conflicts:    5666000 | #Constraints:     142076
3428.04/3437.00	c #Conflicts:    5667000 | #Constraints:     143095
3428.04/3437.00	c #Conflicts:    5668000 | #Constraints:     144095
3428.04/3437.00	c #Conflicts:    5669000 | #Constraints:     145097
3428.04/3437.00	c #Conflicts:    5670000 | #Constraints:     146099
3428.04/3437.00	c #Conflicts:    5671000 | #Constraints:     147099
3428.04/3437.00	c #Conflicts:    5672000 | #Constraints:     148190
3428.04/3437.00	c #Conflicts:    5673000 | #Constraints:     149191
3428.04/3437.00	c #Conflicts:    5674000 | #Constraints:     150192
3428.04/3437.00	c #Conflicts:    5675000 | #Constraints:     151192
3428.04/3437.00	c #Conflicts:    5676000 | #Constraints:     152194
3428.04/3437.00	c #Conflicts:    5677000 | #Constraints:     153194
3428.04/3437.00	c #Conflicts:    5678000 | #Constraints:     154196
3428.04/3437.00	c #Conflicts:    5679000 | #Constraints:     155196
3428.04/3437.00	c INPROCESSING
3428.04/3437.00	c GARBAGE COLLECT
3428.04/3437.00	c rational objective 922.643
3468.05/3477.07	c #Conflicts:    5680000 | #Constraints:     107340
3468.05/3477.07	c #Conflicts:    5681000 | #Constraints:     108340
3468.05/3477.07	c #Conflicts:    5682000 | #Constraints:     109340
3468.05/3477.07	c #Conflicts:    5683000 | #Constraints:     110340
3468.05/3477.07	c #Conflicts:    5684000 | #Constraints:     111341
3468.05/3477.07	c #Conflicts:    5685000 | #Constraints:     112341
3468.05/3477.07	c #Conflicts:    5686000 | #Constraints:     113341
3468.05/3477.07	c #Conflicts:    5687000 | #Constraints:     114341
3468.05/3477.07	c #Conflicts:    5688000 | #Constraints:     115341
3468.05/3477.07	c #Conflicts:    5689000 | #Constraints:     116341
3468.05/3477.07	c #Conflicts:    5690000 | #Constraints:     117341
3468.05/3477.07	c #Conflicts:    5691000 | #Constraints:     118342
3468.05/3477.07	c #Conflicts:    5692000 | #Constraints:     119342
3468.05/3477.07	c #Conflicts:    5693000 | #Constraints:     120342
3468.05/3477.07	c #Conflicts:    5694000 | #Constraints:     121342
3468.05/3477.07	c #Conflicts:    5695000 | #Constraints:     122342
3468.05/3477.07	c #Conflicts:    5696000 | #Constraints:     123342
3468.05/3477.07	c #Conflicts:    5697000 | #Constraints:     124344
3468.05/3477.07	c #Conflicts:    5698000 | #Constraints:     125344
3468.05/3477.07	c #Conflicts:    5699000 | #Constraints:     126347
3468.05/3477.07	c #Conflicts:    5700000 | #Constraints:     127349
3468.05/3477.07	c #Conflicts:    5701000 | #Constraints:     128349
3468.05/3477.07	c #Conflicts:    5702000 | #Constraints:     129349
3468.05/3477.07	c #Conflicts:    5703000 | #Constraints:     130349
3468.05/3477.07	c #Conflicts:    5704000 | #Constraints:     131349
3468.05/3477.07	c #Conflicts:    5705000 | #Constraints:     132349
3468.05/3477.07	c #Conflicts:    5706000 | #Constraints:     133349
3468.05/3477.07	c #Conflicts:    5707000 | #Constraints:     134349
3468.05/3477.07	c #Conflicts:    5708000 | #Constraints:     135349
3468.05/3477.07	c #Conflicts:    5709000 | #Constraints:     136349
3468.05/3477.07	c #Conflicts:    5710000 | #Constraints:     137349
3468.05/3477.07	c #Conflicts:    5711000 | #Constraints:     138349
3468.05/3477.07	c #Conflicts:    5712000 | #Constraints:     139351
3468.05/3477.07	c #Conflicts:    5713000 | #Constraints:     140351
3468.05/3477.07	c #Conflicts:    5714000 | #Constraints:     141351
3468.05/3477.07	c #Conflicts:    5715000 | #Constraints:     142351
3468.05/3477.07	c #Conflicts:    5716000 | #Constraints:     143351
3468.05/3477.07	c #Conflicts:    5717000 | #Constraints:     144351
3468.05/3477.07	c #Conflicts:    5718000 | #Constraints:     145351
3468.05/3477.07	c #Conflicts:    5719000 | #Constraints:     146352
3468.05/3477.07	c #Conflicts:    5720000 | #Constraints:     147352
3468.05/3477.07	c #Conflicts:    5721000 | #Constraints:     148352
3468.05/3477.07	c #Conflicts:    5722000 | #Constraints:     149353
3468.05/3477.07	c #Conflicts:    5723000 | #Constraints:     150353
3468.05/3477.07	c #Conflicts:    5724000 | #Constraints:     151353
3468.05/3477.07	c #Conflicts:    5725000 | #Constraints:     152354
3468.05/3477.07	c #Conflicts:    5726000 | #Constraints:     153354
3468.05/3477.07	c #Conflicts:    5727000 | #Constraints:     154355
3468.05/3477.07	c INPROCESSING
3468.05/3477.07	c GARBAGE COLLECT
3468.05/3477.07	c #Conflicts:    5728000 | #Constraints:     107020
3468.05/3477.07	c #Conflicts:    5729000 | #Constraints:     108021
3468.05/3477.07	c #Conflicts:    5730000 | #Constraints:     109022
3468.05/3477.07	c #Conflicts:    5731000 | #Constraints:     110024
3468.05/3477.07	c #Conflicts:    5732000 | #Constraints:     111024
3468.05/3477.07	c #Conflicts:    5733000 | #Constraints:     112025
3468.05/3477.07	c #Conflicts:    5734000 | #Constraints:     113025
3468.05/3477.07	c #Conflicts:    5735000 | #Constraints:     114025
3468.05/3477.07	c #Conflicts:    5736000 | #Constraints:     115026
3468.05/3477.07	c #Conflicts:    5737000 | #Constraints:     116044
3468.05/3477.07	c #Conflicts:    5738000 | #Constraints:     117045
3468.05/3477.07	c #Conflicts:    5739000 | #Constraints:     118048
3468.05/3477.07	c #Conflicts:    5740000 | #Constraints:     119050
3468.05/3477.07	c #Conflicts:    5741000 | #Constraints:     120051
3468.05/3477.07	c #Conflicts:    5742000 | #Constraints:     121051
3468.05/3477.07	c #Conflicts:    5743000 | #Constraints:     122051
3468.05/3477.07	c #Conflicts:    5744000 | #Constraints:     123052
3468.05/3477.07	c #Conflicts:    5745000 | #Constraints:     124053
3468.05/3477.07	c #Conflicts:    5746000 | #Constraints:     125053
3468.05/3477.07	c #Conflicts:    5747000 | #Constraints:     126053
3468.05/3477.07	c #Conflicts:    5748000 | #Constraints:     127059
3468.05/3477.07	c #Conflicts:    5749000 | #Constraints:     128060
3468.05/3477.07	c #Conflicts:    5750000 | #Constraints:     129060
3468.05/3477.07	c #Conflicts:    5751000 | #Constraints:     130060
3468.05/3477.07	c #Conflicts:    5752000 | #Constraints:     131302
3468.05/3477.07	c #Conflicts:    5753000 | #Constraints:     132760
3468.05/3477.07	c #Conflicts:    5754000 | #Constraints:     134231
3468.05/3477.07	c #Conflicts:    5755000 | #Constraints:     135670
3468.05/3477.07	c #Conflicts:    5756000 | #Constraints:     137127
3468.05/3477.07	c #Conflicts:    5757000 | #Constraints:     138587
3468.05/3477.07	c #Conflicts:    5758000 | #Constraints:     140059
3509.04/3518.17	c #Conflicts:    5759000 | #Constraints:     141506
3509.04/3518.17	c #Conflicts:    5760000 | #Constraints:     142950
3509.04/3518.17	c #Conflicts:    5761000 | #Constraints:     144406
3509.04/3518.17	c #Conflicts:    5762000 | #Constraints:     145884
3509.04/3518.17	c #Conflicts:    5763000 | #Constraints:     147370
3509.04/3518.17	c #Conflicts:    5764000 | #Constraints:     148809
3509.04/3518.17	c #Conflicts:    5765000 | #Constraints:     150279
3509.04/3518.17	c #Conflicts:    5766000 | #Constraints:     151743
3509.04/3518.17	c #Conflicts:    5767000 | #Constraints:     153207
3509.04/3518.17	c #Conflicts:    5768000 | #Constraints:     154677
3509.04/3518.17	c #Conflicts:    5769000 | #Constraints:     156160
3509.04/3518.17	c #Conflicts:    5770000 | #Constraints:     157609
3509.04/3518.17	c #Conflicts:    5771000 | #Constraints:     159061
3509.04/3518.17	c #Conflicts:    5772000 | #Constraints:     160545
3509.04/3518.17	c #Conflicts:    5773000 | #Constraints:     162004
3509.04/3518.17	c #Conflicts:    5774000 | #Constraints:     163475
3509.04/3518.17	c #Conflicts:    5775000 | #Constraints:     164962
3509.04/3518.17	c INPROCESSING
3509.04/3518.17	c GARBAGE COLLECT
3509.04/3518.17	WSVECS04 Frhs2[1]: 6 -4.00002 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[2]: 6 -3.00008 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[3]: 6 -4.50004 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[4]: 6 -4.50003 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[5]: 6 -2.50005 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[7]: 6 -2.00008 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[10]: 6 -4.00007 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[12]: 6 -4.00005 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[14]: 6 -1.00992 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[16]: 6 -2.50007 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[27]: 6 -4.32385 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[37]: 6 -2.15943 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[38]: 6 0 3.54318 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[39]: 6 -2.5589 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[41]: 6 -3.00009 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[44]: 6 -2.91873 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[48]: 6 -0.550035 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[50]: 6 -2.93756 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[51]: 6 -3.82907 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[63]: 6 -13.4133 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[64]: 6 -105.977 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[72]: 6 -13.0129 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[73]: 6 -6.00004 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[74]: 6 -4.00009 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[75]: 6 -7.00009 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[77]: 6 -3.50006 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[78]: 6 -1.50008 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[79]: 6 -3.00002 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[82]: 6 -2.00003 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[84]: 6 -3.50004 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[85]: 6 -5.00005 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[87]: 6 -3.50004 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[88]: 6 -3.00005 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[92]: 6 -1.29133 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[95]: 6 -1.8241 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[96]: 6 -4.50003 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[99]: 6 -6.00009 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[100]: 6 -5.0001 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[101]: 6 -6.00009 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[103]: 6 -1.00004 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[104]: 6 -4.00003 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[105]: 6 -2.00007 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[106]: 6 -2.50002 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[108]: 6 -1.00006 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[113]: 6 -2.00004 0 shouldn't be
3509.04/3518.17	WSVECS04 Frhs2[122]: 6 -1.5001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[124]: 6 -3.50004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[132]: 6 -7.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[133]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[136]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[137]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[138]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[139]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[142]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[143]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[144]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[145]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[147]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[149]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[152]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[153]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[156]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[157]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[158]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[160]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[161]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[162]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[163]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[164]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[169]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[171]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[172]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[173]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[175]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[177]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[178]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[181]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[182]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[183]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[186]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[187]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[188]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[190]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[192]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[196]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[198]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[201]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[205]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[207]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[208]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[211]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[214]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[217]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[230]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[232]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[233]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[239]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[265]: 6 -0.250011 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[275]: 6 -3.62507 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[281]: 6 -3.62505 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[282]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[287]: 6 -0.75304 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[289]: 6 -0.375051 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[290]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[299]: 6 -2.7139 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[305]: 6 -3.17354 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[311]: 6 -2.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[312]: 6 -1.29288 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[319]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[324]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[328]: 6 0 2.4109 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[331]: 6 0 2.42068 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[334]: 6 -0.62927 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[339]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[340]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[346]: 6 0 0.229071 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[349]: 6 0 0.229065 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[352]: 6 -0.754282 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[356]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[358]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[361]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[363]: 6 -5.84864 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[369]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[370]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[373]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[377]: 6 -0.867755 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[383]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[386]: 6 -1.21884 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[395]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[396]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[408]: 6 -2.87209 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[409]: 6 -1.14666 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[424]: 6 -5.31791 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[428]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[445]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[448]: 6 0 2.53653 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[463]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[467]: 6 -15.5401 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[468]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[469]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[471]: 6 -69.2526 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[474]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[483]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[486]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[487]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[488]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[490]: 6 -26.7757 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[492]: 6 -55.6022 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[496]: 6 -7.06646 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[505]: 6 -55.6021 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[507]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[509]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[516]: 6 -13.09 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[523]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[525]: 6 -54.0463 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[532]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[533]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[534]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[535]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[536]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[537]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[540]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[543]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[545]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[546]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[555]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[557]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[560]: 6 0 1.00003 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[567]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[568]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[573]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[576]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[578]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[579]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[583]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[585]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[587]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[588]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[589]: 6 -0.50004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[597]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[598]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[601]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[602]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[603]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[607]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[613]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[615]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[619]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[620]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[624]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[625]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[628]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[631]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[632]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[633]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[634]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[642]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[645]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[651]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[654]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[655]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[657]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[661]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[663]: 6 -2.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[664]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[665]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[666]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[667]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[669]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[671]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[675]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[676]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[677]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[678]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[679]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[680]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[681]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[685]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[687]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[689]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[692]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[693]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[695]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[697]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[698]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[699]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[701]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[704]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[706]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[707]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[709]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[710]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[711]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[712]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[713]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[714]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[715]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[716]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[717]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[718]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[719]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[721]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[722]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[723]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[724]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[725]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[726]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[727]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[730]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[731]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[738]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[739]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[741]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[742]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[743]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[744]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[745]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[746]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[747]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[758]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[761]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[770]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[805]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[814]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[815]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[818]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[821]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[822]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[824]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[825]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[827]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[830]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[831]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[837]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[839]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[843]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[848]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[852]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[857]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[860]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[862]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[863]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[865]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[870]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[872]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[873]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[874]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[875]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[878]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[880]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[881]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[882]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[883]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[886]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[887]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[888]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[890]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[895]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[896]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[897]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[899]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[901]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[903]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[904]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[905]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[907]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[908]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[909]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[910]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[912]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[913]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[916]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[917]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[918]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[922]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[924]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[925]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[927]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[929]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[931]: 6 -9.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[934]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[939]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[943]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[957]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[958]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[961]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[965]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[991]: 6 -2.81269 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[995]: 6 -1.85275 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1018]: 6 0 2.41096 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1027]: 6 -21.4336 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1034]: 6 -11.9176 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1035]: 6 -8.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1038]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1044]: 6 0 6.61815 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1045]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1053]: 6 -8.99161 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1058]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1059]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1064]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1066]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1067]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1078]: 6 -0.26267 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1087]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1089]: 6 -0.753116 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1096]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1101]: 6 -0.0966482 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1102]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1103]: 6 -0.629307 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1109]: 6 -4.11434 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1117]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1134]: 6 -6.20831 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1145]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1185]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1193]: 6 -28.2707 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1202]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1209]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1212]: 6 -67.2527 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1215]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1218]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1226]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1241]: 6 -135.822 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1255]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1256]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1259]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1261]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1262]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1263]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1264]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1271]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1272]: 6 -0.500095 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1274]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1277]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1279]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1281]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1282]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1293]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1294]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1297]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1298]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1299]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1300]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1301]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1303]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1305]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1306]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1310]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1311]: 6 -10.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1313]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1314]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1318]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1324]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1327]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1329]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1334]: 6 -47.8739 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1335]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1346]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1352]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1354]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1358]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1360]: 6 -20.2913 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1361]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1362]: 6 -36.5826 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1367]: 6 -34 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1369]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1380]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1381]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1385]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1387]: 6 -5.50003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1388]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1390]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1391]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1393]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1394]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1395]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1396]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1397]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1401]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1402]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1405]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1406]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1407]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1411]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1413]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1415]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1419]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1420]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1421]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1422]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1423]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1424]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1426]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1428]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1430]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1431]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1432]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1436]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1437]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1438]: 6 -15 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1439]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1440]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1441]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1442]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1443]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1445]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1449]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1450]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1451]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1452]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1453]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1464]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1465]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1467]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1468]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1469]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1470]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1471]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1472]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1473]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1484]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1496]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1497]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1503]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1531]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1533]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1537]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1540]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1541]: 6 -5.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1542]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1544]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1547]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1548]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1549]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1550]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1551]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1553]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1554]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1555]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1563]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1569]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1574]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1578]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1583]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1604]: 6 -3.50001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1605]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1606]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1609]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1613]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1614]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1622]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1623]: 6 -3.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1629]: 6 -3.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1631]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1632]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1633]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1643]: 6 -2.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1644]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1646]: 6 -2.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1651]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1656]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1660]: 6 -2.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1667]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1668]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1669]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1676]: 6 -2.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1679]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1681]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1682]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1695]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1696]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1708]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1712]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1713]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1714]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1732]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1733]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1735]: 6 -2.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1750]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1751]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1753]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1759]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1816]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1849]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1885]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1894]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1895]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1897]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1975]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1976]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[1978]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2074]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2075]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2077]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2146]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2173]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2174]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2176]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2191]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2226]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2245]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2246]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2248]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2250]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2254]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2272]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2293]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2335]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2352]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2383]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2389]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2419]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2460]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2461]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2469]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2471]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2533]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2534]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2536]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2538]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2542]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2543]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2545]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2547]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2550]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2577]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2605]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2606]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2608]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2610]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2622]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2640]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2649]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2713]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2722]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2748]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2779]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2833]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2851]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2869]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2884]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2923]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2939]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2948]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[2966]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3001]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3037]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3073]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3082]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3083]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3085]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3087]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3094]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3112]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3153]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3154]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3172]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3173]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3175]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3177]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3180]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3193]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3235]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3236]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3238]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3240]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3244]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3253]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3265]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3306]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3316]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3323]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3325]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3346]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3360]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3379]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3388]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3406]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3423]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3433]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3472]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3477]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3517]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3540]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3577]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3586]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3595]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3596]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3598]: 6 -1.00006 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3600]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3604]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3605]: 6 -1.00008 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3607]: 6 -1.00009 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3609]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3625]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3631]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3635]: 6 -1.00004 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3679]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3684]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3694]: 6 -1.00007 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3695]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3697]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3699]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3712]: 6 -1.00005 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3713]: 6 -1.00003 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3715]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3717]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3722]: 6 -1.0001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3724]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3726]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3742]: 6 -1.00002 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3753]: 6 -1.00001 0 shouldn't be
3509.04/3518.18	WSVECS04 Frhs2[3757]: 6 -1.00007 0 shouldn't be
3524.21/3533.31	c #Conflicts:    5776000 | #Constraints:     112319
3524.21/3533.31	c #Conflicts:    5777000 | #Constraints:     113319
3524.21/3533.31	c #Conflicts:    5778000 | #Constraints:     114319
3524.21/3533.31	c #Conflicts:    5779000 | #Constraints:     115319
3524.21/3533.31	c #Conflicts:    5780000 | #Constraints:     116319
3524.21/3533.31	c #Conflicts:    5781000 | #Constraints:     117319
3524.21/3533.31	c #Conflicts:    5782000 | #Constraints:     118319
3524.21/3533.31	c #Conflicts:    5783000 | #Constraints:     119319
3524.21/3533.31	c #Conflicts:    5784000 | #Constraints:     120319
3524.21/3533.31	c #Conflicts:    5785000 | #Constraints:     121319
3524.21/3533.31	c #Conflicts:    5786000 | #Constraints:     122319
3524.21/3533.31	c #Conflicts:    5787000 | #Constraints:     123319
3524.21/3533.31	c #Conflicts:    5788000 | #Constraints:     124319
3524.21/3533.31	c #Conflicts:    5789000 | #Constraints:     125319
3524.21/3533.31	c #Conflicts:    5790000 | #Constraints:     126319
3524.21/3533.31	c #Conflicts:    5791000 | #Constraints:     127319
3524.21/3533.31	c #Conflicts:    5792000 | #Constraints:     128319
3524.21/3533.31	c #Conflicts:    5793000 | #Constraints:     129319
3524.21/3533.31	c #Conflicts:    5794000 | #Constraints:     130319
3524.21/3533.31	c #Conflicts:    5795000 | #Constraints:     131319
3524.21/3533.31	c #Conflicts:    5796000 | #Constraints:     132319
3524.21/3533.31	c #Conflicts:    5797000 | #Constraints:     133319
3524.21/3533.31	c #Conflicts:    5798000 | #Constraints:     134319
3524.21/3533.31	c #Conflicts:    5799000 | #Constraints:     135319
3524.21/3533.31	c #Conflicts:    5800000 | #Constraints:     136319
3524.21/3533.31	c #Conflicts:    5801000 | #Constraints:     137319
3524.21/3533.31	c #Conflicts:    5802000 | #Constraints:     138319
3524.21/3533.31	c #Conflicts:    5803000 | #Constraints:     139319
3524.21/3533.31	c #Conflicts:    5804000 | #Constraints:     140319
3524.21/3533.31	c #Conflicts:    5805000 | #Constraints:     141319
3524.21/3533.31	c #Conflicts:    5806000 | #Constraints:     142319
3524.21/3533.31	c #Conflicts:    5807000 | #Constraints:     143319
3524.21/3533.31	c #Conflicts:    5808000 | #Constraints:     144319
3524.21/3533.31	c #Conflicts:    5809000 | #Constraints:     145319
3524.21/3533.31	c #Conflicts:    5810000 | #Constraints:     146319
3524.21/3533.31	c #Conflicts:    5811000 | #Constraints:     147319
3524.21/3533.31	c #Conflicts:    5812000 | #Constraints:     148319
3524.21/3533.31	c #Conflicts:    5813000 | #Constraints:     149319
3524.21/3533.31	c #Conflicts:    5814000 | #Constraints:     150319
3524.21/3533.31	c #Conflicts:    5815000 | #Constraints:     151319
3524.21/3533.31	c #Conflicts:    5816000 | #Constraints:     152319
3524.21/3533.31	c #Conflicts:    5817000 | #Constraints:     153319
3524.21/3533.31	c #Conflicts:    5818000 | #Constraints:     154319
3524.21/3533.31	c #Conflicts:    5819000 | #Constraints:     155319
3524.21/3533.31	c #Conflicts:    5820000 | #Constraints:     156319
3524.21/3533.31	c #Conflicts:    5821000 | #Constraints:     157319
3524.21/3533.31	c #Conflicts:    5822000 | #Constraints:     158319
3524.21/3533.31	c #Conflicts:    5823000 | #Constraints:     159319
3524.21/3533.31	c INPROCESSING
3524.21/3533.31	c GARBAGE COLLECT
3524.21/3533.31	c rational objective 922.729
3541.37/3550.57	c #Conflicts:    5824000 | #Constraints:     109396
3541.37/3550.57	c #Conflicts:    5825000 | #Constraints:     110396
3541.37/3550.57	c #Conflicts:    5826000 | #Constraints:     111396
3541.37/3550.57	c #Conflicts:    5827000 | #Constraints:     112396
3541.37/3550.57	c #Conflicts:    5828000 | #Constraints:     113396
3541.37/3550.57	c #Conflicts:    5829000 | #Constraints:     114396
3541.37/3550.57	c #Conflicts:    5830000 | #Constraints:     115396
3541.37/3550.57	c #Conflicts:    5831000 | #Constraints:     116396
3541.37/3550.57	c #Conflicts:    5832000 | #Constraints:     117396
3541.37/3550.57	c #Conflicts:    5833000 | #Constraints:     118396
3541.37/3550.57	c #Conflicts:    5834000 | #Constraints:     119396
3541.37/3550.57	c #Conflicts:    5835000 | #Constraints:     120396
3541.37/3550.57	c #Conflicts:    5836000 | #Constraints:     121396
3541.37/3550.57	c #Conflicts:    5837000 | #Constraints:     122396
3541.37/3550.57	c #Conflicts:    5838000 | #Constraints:     123396
3541.37/3550.57	c #Conflicts:    5839000 | #Constraints:     124396
3541.37/3550.57	c #Conflicts:    5840000 | #Constraints:     125396
3541.37/3550.57	c #Conflicts:    5841000 | #Constraints:     126396
3541.37/3550.57	c #Conflicts:    5842000 | #Constraints:     127396
3541.37/3550.57	c #Conflicts:    5843000 | #Constraints:     128396
3541.37/3550.57	c #Conflicts:    5844000 | #Constraints:     129396
3541.37/3550.57	c #Conflicts:    5845000 | #Constraints:     130396
3541.37/3550.57	c #Conflicts:    5846000 | #Constraints:     131396
3541.37/3550.57	c #Conflicts:    5847000 | #Constraints:     132396
3541.37/3550.57	c #Conflicts:    5848000 | #Constraints:     133396
3541.37/3550.57	c #Conflicts:    5849000 | #Constraints:     134396
3541.37/3550.57	c #Conflicts:    5850000 | #Constraints:     135396
3541.37/3550.57	c #Conflicts:    5851000 | #Constraints:     136396
3541.37/3550.57	c #Conflicts:    5852000 | #Constraints:     137396
3541.37/3550.57	c #Conflicts:    5853000 | #Constraints:     138396
3541.37/3550.57	c #Conflicts:    5854000 | #Constraints:     139396
3541.37/3550.57	c #Conflicts:    5855000 | #Constraints:     140396
3541.37/3550.57	c #Conflicts:    5856000 | #Constraints:     141396
3541.37/3550.57	c #Conflicts:    5857000 | #Constraints:     142396
3541.37/3550.57	c #Conflicts:    5858000 | #Constraints:     143396
3541.37/3550.57	c #Conflicts:    5859000 | #Constraints:     144396
3541.37/3550.57	c #Conflicts:    5860000 | #Constraints:     145396
3541.37/3550.57	c #Conflicts:    5861000 | #Constraints:     146396
3541.37/3550.57	c #Conflicts:    5862000 | #Constraints:     147396
3541.37/3550.57	c #Conflicts:    5863000 | #Constraints:     148396
3541.37/3550.57	c #Conflicts:    5864000 | #Constraints:     149396
3541.37/3550.57	c #Conflicts:    5865000 | #Constraints:     150396
3541.37/3550.57	c #Conflicts:    5866000 | #Constraints:     151396
3541.37/3550.57	c #Conflicts:    5867000 | #Constraints:     152396
3541.37/3550.57	c #Conflicts:    5868000 | #Constraints:     153396
3541.37/3550.57	c #Conflicts:    5869000 | #Constraints:     154396
3541.37/3550.57	c #Conflicts:    5870000 | #Constraints:     155396
3541.37/3550.57	c #Conflicts:    5871000 | #Constraints:     156396
3541.37/3550.57	c INPROCESSING
3541.37/3550.57	c GARBAGE COLLECT
3541.37/3550.57	c rational objective 922.729
3559.83/3569.03	c #Conflicts:    5872000 | #Constraints:     107741
3559.83/3569.03	c #Conflicts:    5873000 | #Constraints:     108741
3559.83/3569.03	c #Conflicts:    5874000 | #Constraints:     109741
3559.83/3569.03	c #Conflicts:    5875000 | #Constraints:     110741
3559.83/3569.03	c #Conflicts:    5876000 | #Constraints:     111741
3559.83/3569.03	c #Conflicts:    5877000 | #Constraints:     112741
3559.83/3569.03	c #Conflicts:    5878000 | #Constraints:     113741
3559.83/3569.03	c #Conflicts:    5879000 | #Constraints:     114741
3559.83/3569.03	c #Conflicts:    5880000 | #Constraints:     115741
3559.83/3569.03	c #Conflicts:    5881000 | #Constraints:     116741
3559.83/3569.03	c #Conflicts:    5882000 | #Constraints:     117741
3559.83/3569.03	c #Conflicts:    5883000 | #Constraints:     118741
3559.83/3569.03	c #Conflicts:    5884000 | #Constraints:     119741
3559.83/3569.03	c #Conflicts:    5885000 | #Constraints:     120741
3559.83/3569.03	c #Conflicts:    5886000 | #Constraints:     121741
3559.83/3569.03	c #Conflicts:    5887000 | #Constraints:     122741
3559.83/3569.03	c #Conflicts:    5888000 | #Constraints:     123741
3559.83/3569.03	c #Conflicts:    5889000 | #Constraints:     124741
3559.83/3569.03	c #Conflicts:    5890000 | #Constraints:     125741
3559.83/3569.03	c #Conflicts:    5891000 | #Constraints:     126741
3559.83/3569.03	c #Conflicts:    5892000 | #Constraints:     127741
3559.83/3569.03	c #Conflicts:    5893000 | #Constraints:     128741
3559.83/3569.03	c #Conflicts:    5894000 | #Constraints:     129741
3559.83/3569.03	c #Conflicts:    5895000 | #Constraints:     130741
3559.83/3569.03	c #Conflicts:    5896000 | #Constraints:     131741
3559.83/3569.03	c #Conflicts:    5897000 | #Constraints:     132742
3559.83/3569.03	c #Conflicts:    5898000 | #Constraints:     133742
3559.83/3569.03	c #Conflicts:    5899000 | #Constraints:     134746
3559.83/3569.03	c #Conflicts:    5900000 | #Constraints:     135746
3559.83/3569.03	c #Conflicts:    5901000 | #Constraints:     136746
3559.83/3569.03	c #Conflicts:    5902000 | #Constraints:     137746
3559.83/3569.03	c #Conflicts:    5903000 | #Constraints:     138746
3559.83/3569.03	c #Conflicts:    5904000 | #Constraints:     139747
3559.83/3569.03	c #Conflicts:    5905000 | #Constraints:     140747
3559.83/3569.03	c #Conflicts:    5906000 | #Constraints:     141747
3559.83/3569.03	c #Conflicts:    5907000 | #Constraints:     142747
3559.83/3569.03	c #Conflicts:    5908000 | #Constraints:     143747
3559.83/3569.03	c #Conflicts:    5909000 | #Constraints:     144747
3559.83/3569.03	c #Conflicts:    5910000 | #Constraints:     145747
3559.83/3569.03	c #Conflicts:    5911000 | #Constraints:     146747
3559.83/3569.03	c #Conflicts:    5912000 | #Constraints:     147747
3559.83/3569.03	c #Conflicts:    5913000 | #Constraints:     148748
3559.83/3569.03	c #Conflicts:    5914000 | #Constraints:     149748
3559.83/3569.03	c #Conflicts:    5915000 | #Constraints:     150748
3559.83/3569.03	c #Conflicts:    5916000 | #Constraints:     151748
3559.83/3569.03	c #Conflicts:    5917000 | #Constraints:     152748
3559.83/3569.03	c #Conflicts:    5918000 | #Constraints:     153778
3559.83/3569.03	c #Conflicts:    5919000 | #Constraints:     154832
3559.83/3569.03	c #Conflicts:    5920000 | #Constraints:     155832
3559.83/3569.03	c INPROCESSING
3559.83/3569.03	c GARBAGE COLLECT
3559.83/3569.03	WSVECS04 Frhs2[5]: 6 -0.876693 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[10]: 6 -0.891293 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[12]: 6 -0.619526 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[16]: 6 -21 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[18]: 6 -9 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[55]: 6 -0.689965 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[58]: 6 -3.23746 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[63]: 6 -4.20902 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[70]: 6 -1.10197 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[73]: 6 -8.125 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[97]: 6 -2.57021 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[99]: 6 -0.836437 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[100]: 6 -2.90186 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[102]: 6 -0.869149 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[105]: 6 -1.36915 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[111]: 6 -0.500001 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[113]: 6 -3 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[114]: 6 -2 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[115]: 6 -2 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[118]: 6 -0.5 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[123]: 6 -5.5 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[130]: 6 -2 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[136]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[140]: 6 0 1.35532 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[143]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[144]: 6 -0.92753 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[156]: 6 -0.383994 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[157]: 6 -4.92753 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[164]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[165]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[168]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[169]: 6 -3.73175 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[178]: 6 -11.2677 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[179]: 6 -1.90309 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[181]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[183]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[186]: 6 -0.927529 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[188]: 6 -0.927529 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[197]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[205]: 6 -24.4286 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[213]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[215]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[230]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[232]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[236]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[249]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[297]: 6 -3.95393 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[318]: 6 -2.00937 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[343]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[361]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[363]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[391]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[409]: 6 -4.3766 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[416]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[417]: 6 -1.11034 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[421]: 6 -1.56206 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[424]: 6 -2.29277 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[429]: 6 -0.402038 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[437]: 6 -1.45215 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[457]: 6 -1.9353 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[483]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[488]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[490]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[492]: 6 -3.33831 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[493]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[501]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[504]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[505]: 6 -0.931385 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[507]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[511]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[517]: 6 -4.70235 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[530]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[535]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[539]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[552]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[562]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[593]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[601]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[628]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[632]: 6 -9.83947 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[654]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[661]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[663]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[664]: 6 -0.64016 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[665]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[666]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[667]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[668]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[670]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[671]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[674]: 6 -6.41117 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[675]: 6 -0.542021 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[681]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[684]: 6 -0.0840424 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[685]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[687]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[688]: 6 0 1 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[692]: 6 -0.0840419 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[695]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[696]: 6 0 5.22899 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[697]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[698]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[702]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[706]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[707]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[708]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[710]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[711]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[713]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[715]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[717]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[718]: 6 0 2.54202 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[721]: 6 0 1.45798 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[735]: 6 0 1 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[739]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[741]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[744]: 6 -8 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[746]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[749]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[750]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[752]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[754]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[761]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[762]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[769]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[774]: 6 -26 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[783]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[784]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[786]: 6 -11 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[789]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[792]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[801]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[802]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[804]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[805]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[812]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[827]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[828]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[829]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[852]: 6 -3.5 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[859]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[860]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[861]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[862]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[863]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[864]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[865]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[867]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[868]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[869]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[872]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[873]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[875]: 6 -0.927529 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[881]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[882]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[883]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[884]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[888]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[889]: 6 -0.927529 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[890]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[891]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[894]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[896]: 6 -0.927529 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[897]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[899]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[901]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[902]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[903]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[904]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[905]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[907]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[908]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[909]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[910]: 6 -0.927529 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[912]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[914]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[920]: 6 0 0.449429 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[923]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[927]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[959]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[962]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[976]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[987]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1004]: 6 0 0.462237 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1043]: 6 -0.816332 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1051]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1054]: 6 -2.15402 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1058]: 6 -24 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1068]: 6 -36 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1091]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1096]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1103]: 6 0 2.66667 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1140]: 6 -6.93754 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1143]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1149]: 6 -2.69002 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1152]: 6 -1.71324 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1154]: 6 -1.43643 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1158]: 6 -1.41547 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1160]: 6 -3.10919 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1169]: 6 -1.04093 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1189]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1207]: 6 -0.965693 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1211]: 6 -5.95807 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1215]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1217]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1230]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1248]: 6 -3.23475 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1249]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1254]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1301]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1314]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1321]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1331]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1333]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1349]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1358]: 6 -14.7829 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1380]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1388]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1389]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1390]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1391]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1393]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1394]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1396]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1397]: 6 -0.542022 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1401]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1402]: 6 -0.0840424 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1403]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1407]: 6 -0.0840422 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1408]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1411]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1412]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1413]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1420]: 6 -0.542022 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1421]: 6 -0.64016 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1425]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1427]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1428]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1430]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1433]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1437]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1438]: 6 -0.840956 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1442]: 6 -0.41117 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1445]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1452]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1476]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1477]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1484]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1493]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1495]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1507]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1510]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1511]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1515]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1525]: 6 -7.5 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1527]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1530]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1537]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1540]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1552]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1554]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1578]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1598]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1599]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1600]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1608]: 6 -3 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1617]: 6 -3 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1623]: 6 0 0.355322 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1638]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1645]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1646]: 6 -2 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1653]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1663]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1664]: 6 -2 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1671]: 6 -3 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1676]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1683]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1694]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1695]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1696]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1700]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1712]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1713]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1714]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1718]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1731]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1733]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1749]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1751]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1757]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1758]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1759]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1763]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1779]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1781]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1847]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1848]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1849]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1853]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1860]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1862]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1883]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1884]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1885]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1889]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1893]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1895]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1941]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1943]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1950]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1952]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1974]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2022]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2024]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2075]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2091]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2103]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2105]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2132]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2144]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2146]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2150]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2459]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2532]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3001]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3050]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3121]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3273]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3275]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3282]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3283]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3284]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3378]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3489]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3490]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3575]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3577]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3581]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3670]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
3559.83/3569.03	WSVECS04 Frhs2[3769]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[8]: 6 -10.753 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[11]: 6 -0.634125 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[149]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[154]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[160]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[192]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[196]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[198]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[672]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[676]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[680]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[700]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[705]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[747]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[771]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[775]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[777]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[795]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[871]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[874]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[877]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[878]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[880]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[895]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[898]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[916]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[917]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[918]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[922]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[924]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1045]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1398]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1409]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1415]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1471]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1473]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1497]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1501]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1503]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1521]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1589]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1593]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1595]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1620]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1626]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1634]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1637]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1642]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1644]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1660]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1662]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1669]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1674]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1689]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1698]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1721]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1722]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1732]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1737]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1743]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1745]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1750]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1755]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1770]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1772]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1774]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1780]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1788]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1790]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1824]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1826]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1829]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1830]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1855]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1861]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1869]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1871]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1894]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1899]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1910]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1911]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1919]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1920]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1921]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1942]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1967]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2006]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2010]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2023]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2027]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2028]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2036]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2037]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2048]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2055]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2121]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2123]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2131]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2423]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2499]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2595]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2813]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2873]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3012]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3087]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3266]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3361]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3563]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3684]: 6 -2 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
3561.02/3570.23	WSVECS04 Frhs2[3767]: 6 -1 0 shouldn't be
3562.12/3571.39	c rational objective 922.729
3584.06/3593.36	c #Conflicts:    5921000 | #Constraints:     107662
3584.06/3593.36	c #Conflicts:    5922000 | #Constraints:     108662
3584.06/3593.36	c #Conflicts:    5923000 | #Constraints:     109662
3584.06/3593.36	c #Conflicts:    5924000 | #Constraints:     110662
3584.06/3593.36	c #Conflicts:    5925000 | #Constraints:     111662
3584.06/3593.36	c #Conflicts:    5926000 | #Constraints:     112662
3584.06/3593.36	c #Conflicts:    5927000 | #Constraints:     113662
3584.06/3593.36	c #Conflicts:    5928000 | #Constraints:     114663
3584.06/3593.36	c #Conflicts:    5929000 | #Constraints:     115663
3584.06/3593.36	c #Conflicts:    5930000 | #Constraints:     116663
3584.06/3593.36	c #Conflicts:    5931000 | #Constraints:     117663
3584.06/3593.36	c #Conflicts:    5932000 | #Constraints:     118663
3584.06/3593.36	c #Conflicts:    5933000 | #Constraints:     119663
3584.06/3593.36	c #Conflicts:    5934000 | #Constraints:     120663
3584.06/3593.36	c #Conflicts:    5935000 | #Constraints:     121663
3584.06/3593.36	c #Conflicts:    5936000 | #Constraints:     122663
3584.06/3593.36	c #Conflicts:    5937000 | #Constraints:     123663
3584.06/3593.36	c #Conflicts:    5938000 | #Constraints:     124663
3584.06/3593.36	c #Conflicts:    5939000 | #Constraints:     125663
3584.06/3593.36	c #Conflicts:    5940000 | #Constraints:     126663
3584.06/3593.36	c #Conflicts:    5941000 | #Constraints:     127663
3584.06/3593.36	c #Conflicts:    5942000 | #Constraints:     128663
3584.06/3593.36	c #Conflicts:    5943000 | #Constraints:     129663
3584.06/3593.36	c #Conflicts:    5944000 | #Constraints:     130663
3584.06/3593.36	c #Conflicts:    5945000 | #Constraints:     131663
3584.06/3593.36	c #Conflicts:    5946000 | #Constraints:     132663
3584.06/3593.36	c #Conflicts:    5947000 | #Constraints:     133663
3584.06/3593.36	c #Conflicts:    5948000 | #Constraints:     134663
3584.06/3593.36	c #Conflicts:    5949000 | #Constraints:     135663
3584.06/3593.36	c #Conflicts:    5950000 | #Constraints:     136663
3584.06/3593.36	c #Conflicts:    5951000 | #Constraints:     137684
3584.06/3593.36	c #Conflicts:    5952000 | #Constraints:     138686
3584.06/3593.36	c #Conflicts:    5953000 | #Constraints:     139713
3584.06/3593.36	c #Conflicts:    5954000 | #Constraints:     140715
3584.06/3593.36	c #Conflicts:    5955000 | #Constraints:     141715
3584.06/3593.36	c #Conflicts:    5956000 | #Constraints:     142717
3584.06/3593.36	c #Conflicts:    5957000 | #Constraints:     143719
3584.06/3593.36	c #Conflicts:    5958000 | #Constraints:     144720
3584.06/3593.36	c #Conflicts:    5959000 | #Constraints:     145721
3584.06/3593.36	c #Conflicts:    5960000 | #Constraints:     146721
3584.06/3593.36	c #Conflicts:    5961000 | #Constraints:     147722
3584.06/3593.36	c #Conflicts:    5962000 | #Constraints:     148722
3584.06/3593.36	c #Conflicts:    5963000 | #Constraints:     149722
3584.06/3593.36	c #Conflicts:    5964000 | #Constraints:     151126
3584.06/3593.36	c #Conflicts:    5965000 | #Constraints:     152214
3584.06/3593.36	c #Conflicts:    5966000 | #Constraints:     153215
3584.06/3593.36	c #Conflicts:    5967000 | #Constraints:     154218
3584.06/3593.36	c #Conflicts:    5968000 | #Constraints:     155227
3584.06/3593.36	c #Conflicts:    5969000 | #Constraints:     156227
3584.06/3593.36	c INPROCESSING
3584.06/3593.36	c GARBAGE COLLECT
3584.06/3593.36	WSVECS04 Frhs2[1]: 6 -2.81846 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[6]: 6 -1.98452 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[7]: 6 -0.994882 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[8]: 6 -3.84581 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[12]: 6 -3.88125 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[35]: 6 -1.11014 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[38]: 6 -37.6803 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[39]: 6 -21.5539 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[40]: 6 -2.57397 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[41]: 6 -1.50009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[42]: 6 -17.8721 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[43]: 6 -25.871 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[44]: 6 -10.8842 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[50]: 6 -2.74592 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[55]: 6 -1.592 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[60]: 6 -0.792764 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[61]: 6 -4.00354 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[66]: 6 -0.632063 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[69]: 6 -0.868561 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[73]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[77]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[85]: 6 -3.02224 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[86]: 6 -1.65618 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[96]: 6 -8.41692 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[99]: 6 -1.97661 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[100]: 6 -1.95317 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[102]: 6 -1.9813 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[104]: 6 -2.46725 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[107]: 6 -2.39704 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[108]: 6 -5.40144 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[122]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[132]: 6 -2.93422 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[137]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[138]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[139]: 6 -0.792523 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[141]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[143]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[144]: 6 -0.989708 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[147]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[155]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[157]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[160]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[161]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[165]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[170]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[171]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[172]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[177]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[178]: 6 -0.465559 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[179]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[181]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[183]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[184]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[185]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[186]: 6 -0.989651 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[187]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[188]: 6 -0.989633 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[190]: 6 -0.818407 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[192]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[198]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[200]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[203]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[207]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[210]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[213]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[216]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[217]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[220]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[221]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[227]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[228]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[230]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[233]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[237]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[241]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[248]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[249]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[260]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[261]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[262]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[263]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[269]: 6 -5.48995 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[280]: 6 -0.636431 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[284]: 6 -0.167044 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[286]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[289]: 6 -1.58254 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[290]: 6 -0.977107 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[293]: 6 -0.63876 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[304]: 6 -10.9547 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[306]: 6 -2.01973 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[313]: 6 -2.74366 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[314]: 6 -0.0761643 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[315]: 6 -0.971557 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[317]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[318]: 6 -0.636956 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[319]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[323]: 6 -1.38765 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[329]: 6 -2.6596 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[332]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[339]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[345]: 6 -15.1384 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[346]: 6 -18.6729 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[347]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[348]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[349]: 6 -0.0530375 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[354]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[356]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[357]: 6 -0.579136 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[358]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[361]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[362]: 6 -9.81007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[364]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[365]: 6 -18.62 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[366]: 6 -0.750074 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[369]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[370]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[372]: 6 -42.2801 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[373]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[374]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[376]: 6 -19.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[377]: 6 -6.28607 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[380]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[382]: 6 -11.6038 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[383]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[384]: 6 -0.0530355 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[385]: 6 0 1.05231 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[388]: 6 -20.4349 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[391]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[397]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[398]: 6 -0.733863 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[405]: 6 -1.07336 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[408]: 6 -1.15546 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[411]: 6 -0.955543 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[413]: 6 0 2.0701 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[415]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[416]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[417]: 6 -0.944287 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[420]: 6 -1.6677 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[421]: 6 -1.35991 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[423]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[424]: 6 -0.793654 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[426]: 6 -0.847653 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[432]: 6 -1.0854 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[434]: 6 -1.25153 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[439]: 6 -1.74128 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[445]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[446]: 6 -1.69742 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[447]: 6 -4.70519 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[450]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[461]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[466]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[467]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[468]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[470]: 6 -1.17864 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[474]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[476]: 6 -1.17867 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[477]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[478]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[480]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[483]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[485]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[487]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[488]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[489]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[501]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[502]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[503]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[504]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[507]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[508]: 6 -0.851247 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[509]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[513]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[515]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[518]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[529]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[530]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[532]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[533]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[534]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[535]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[536]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[537]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[538]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[595]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[597]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[598]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[600]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[601]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[604]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[605]: 6 -0.36276 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[607]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[610]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[613]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[615]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[617]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[620]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[628]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[633]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[634]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[636]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[645]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[646]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[647]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[648]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[653]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[654]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[662]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[663]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[665]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[667]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[670]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[671]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[672]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[673]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[674]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[675]: 6 -0.934432 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[676]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[677]: 6 -0.934455 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[678]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[679]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[680]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[681]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[682]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[683]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[684]: 6 -0.868913 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[685]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[686]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[687]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[689]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[690]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[691]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[692]: 6 -0.868897 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[693]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[694]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[695]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[697]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[699]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[701]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[704]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[705]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[707]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[710]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[711]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[712]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[715]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[717]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[719]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[720]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[723]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[726]: 6 -0.775187 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[793]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[796]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[801]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[803]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[804]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[805]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[806]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[807]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[808]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[811]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[813]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[820]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[822]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[828]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[830]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[831]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[832]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[833]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[834]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[836]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[841]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[843]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[846]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[848]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[850]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[852]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[853]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[855]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[856]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[858]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[860]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[863]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[864]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[866]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[869]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[870]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[873]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[874]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[878]: 6 0 6.10511 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[879]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[880]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[881]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[882]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[883]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[884]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[885]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[886]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[887]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[888]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[889]: 6 -0.989707 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[891]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[896]: 6 -0.989717 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[897]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[903]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[904]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[905]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[908]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[909]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[910]: 6 -0.98967 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[911]: 6 -1.00002 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[912]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[914]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[918]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[926]: 6 -1.00009 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[932]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[933]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[936]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[942]: 6 -1.00008 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[943]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[946]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[947]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[953]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[954]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[956]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[959]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[960]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[963]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[966]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[967]: 6 -1.00004 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[974]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[975]: 6 -1.00007 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[986]: 6 -1.00006 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[987]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[989]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[991]: 6 -2.76672 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[993]: 6 -0.638752 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[995]: 6 -1.15402 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1002]: 6 -0.384094 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1005]: 6 -4.52836 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1006]: 6 -1.30875 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1010]: 6 -0.58177 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1015]: 6 -4.56699 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1019]: 6 -0.690785 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1025]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1031]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1035]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1036]: 6 -0.230172 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1043]: 6 -4.26663 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1045]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1054]: 6 -3.67526 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1058]: 6 -1.00001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1060]: 6 -1.0001 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1061]: 6 -1.10527 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1065]: 6 -1.00003 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1078]: 6 -11.6038 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1080]: 6 -18.673 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1081]: 6 -1.00005 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1082]: 6 -15.1384 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1083]: 6 -20.435 0 shouldn't be
3584.06/3593.36	WSVECS04 Frhs2[1084]: 6 -18.62 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1085]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1089]: 6 -0.579183 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1091]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1092]: 6 -0.916705 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1095]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1096]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1097]: 6 -20.4349 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1098]: 6 -0.579171 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1099]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1104]: 6 -0.855275 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1105]: 6 -0.420949 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1108]: 6 -19.62 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1109]: 6 -1.73666 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1114]: 6 -0.333357 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1117]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1123]: 6 -1.11543 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1124]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1126]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1131]: 6 -1.10341 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1134]: 6 -0.741012 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1143]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1146]: 6 -0.802052 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1147]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1149]: 6 -0.584615 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1150]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1153]: 6 -4.97345 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1161]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1171]: 6 -0.00662845 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1175]: 6 -1.06463 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1187]: 6 -0.332378 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1190]: 6 -0.611968 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1192]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1193]: 6 -0.851243 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1202]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1203]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1206]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1209]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1211]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1215]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1217]: 6 0 1.94028 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1218]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1228]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1229]: 6 -1.90957 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1230]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1235]: 6 -4.36031 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1236]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1242]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1244]: 6 -1.26017 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1246]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1251]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1255]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1256]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1258]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1259]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1260]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1261]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1262]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1263]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1264]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1265]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1300]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1304]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1321]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1322]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1323]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1325]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1326]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1327]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1329]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1331]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1333]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1334]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1337]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1341]: 6 -1.1541 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1346]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1350]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1356]: 6 0 0.0696616 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1359]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1360]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1361]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1364]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1374]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1378]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1379]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1381]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1388]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1389]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1391]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1393]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1396]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1397]: 6 -0.934514 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1398]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1399]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1400]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1401]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1408]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1409]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1410]: 6 -0.803342 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1411]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1412]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1413]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1415]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1416]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1417]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1418]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1419]: 6 -0.934515 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1420]: 6 -0.934466 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1421]: 6 -0.948542 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1423]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1424]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1425]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1427]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1430]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1431]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1432]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1433]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1436]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1437]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1438]: 6 -0.690862 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1441]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1442]: 6 -0.91569 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1443]: 6 -0.775198 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1445]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1446]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1448]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1449]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1452]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1527]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1529]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1531]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1532]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1534]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1537]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1539]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1541]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1548]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1549]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1554]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1556]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1557]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1558]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1559]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1560]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1562]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1567]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1569]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1574]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1576]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1578]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1579]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1581]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1582]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1584]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1589]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1594]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1595]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1596]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1597]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1598]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1599]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1602]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1603]: 6 -1.66277 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1605]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1606]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1607]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1608]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1615]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1617]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1618]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1619]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1622]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1623]: 6 -1.66274 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1642]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1644]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1646]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1660]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1662]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1664]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1669]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1671]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1672]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1673]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1674]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1676]: 6 -0.750369 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1689]: 6 -2.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1694]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1695]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1696]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1712]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1713]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1714]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1737]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1755]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1757]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1758]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1759]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1847]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1848]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1883]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1884]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1885]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1899]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1922]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1926]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[1980]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2079]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2084]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2088]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2090]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2091]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2144]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2145]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2146]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2178]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2189]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2190]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2191]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2250]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2252]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2253]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2254]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2264]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2268]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2269]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2270]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2271]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2272]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2327]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2331]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2333]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2334]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2335]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2354]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2358]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2387]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2388]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2389]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2459]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2460]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2461]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2468]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2469]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2470]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2503]: 6 -0.579182 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2507]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2511]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2538]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2547]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2556]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2579]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2581]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2583]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2610]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2624]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2628]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2642]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2646]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2651]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2655]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2711]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2712]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2713]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2720]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2721]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2722]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2882]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2883]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2884]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[2999]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3000]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3001]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3035]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3037]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3071]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3073]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3087]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3152]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3153]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3154]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3177]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3182]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3186]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3240]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3251]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3252]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3253]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3308]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3312]: 6 -1.00003 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3314]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3315]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3316]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3323]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3324]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3362]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3366]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3377]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3378]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3379]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3386]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3387]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3388]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3389]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3404]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3405]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3406]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3407]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3425]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3429]: 6 -1.0001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3431]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3432]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3433]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3434]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3479]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3483]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3542]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3546]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3575]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3577]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3578]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3584]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3585]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3586]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3587]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3600]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3609]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3629]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3630]: 6 -1.00008 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3631]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3632]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3665]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3685]: 6 -1.00007 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3686]: 6 -1.00001 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3688]: 6 -1.00006 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3690]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3699]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3717]: 6 -1.00004 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3719]: 6 -2.03835 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3726]: 6 -1.00005 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3755]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3756]: 6 -1.00002 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3757]: 6 -1.00009 0 shouldn't be
3584.06/3593.37	WSVECS04 Frhs2[3758]: 6 -1.00002 0 shouldn't be
3585.46/3594.72	c rational objective 922.729
3600.03/3609.30	c #Conflicts:    5970000 | #Constraints:     107945
3600.03/3609.30	c #Conflicts:    5971000 | #Constraints:     108945
3600.03/3609.30	c #Conflicts:    5972000 | #Constraints:     109945
3600.03/3609.30	c #Conflicts:    5973000 | #Constraints:     110946
3600.03/3609.30	c #Conflicts:    5974000 | #Constraints:     111946
3600.03/3609.30	c #Conflicts:    5975000 | #Constraints:     112946
3600.03/3609.30	c #Conflicts:    5976000 | #Constraints:     113946
3600.03/3609.30	c #Conflicts:    5977000 | #Constraints:     114946
3600.03/3609.30	c #Conflicts:    5978000 | #Constraints:     115946
3600.03/3609.30	c #Conflicts:    5979000 | #Constraints:     116946
3600.03/3609.30	c #Conflicts:    5980000 | #Constraints:     117946
3600.03/3609.30	c #Conflicts:    5981000 | #Constraints:     118946
3600.03/3609.30	c #Conflicts:    5982000 | #Constraints:     119946
3600.03/3609.30	c #Conflicts:    5983000 | #Constraints:     120946
3600.03/3609.30	c #Conflicts:    5984000 | #Constraints:     121946
3600.03/3609.30	c #Conflicts:    5985000 | #Constraints:     122946
3600.03/3609.30	c #Conflicts:    5986000 | #Constraints:     123947
3600.03/3609.30	c #Conflicts:    5987000 | #Constraints:     125176
3600.03/3609.30	c #Conflicts:    5988000 | #Constraints:     126176
3600.03/3609.30	c #Conflicts:    5989000 | #Constraints:     127176
3600.03/3609.30	c #Conflicts:    5990000 | #Constraints:     128176
3600.03/3609.30	c #Conflicts:    5991000 | #Constraints:     129176
3600.03/3609.30	c #Conflicts:    5992000 | #Constraints:     130176
3600.03/3609.30	c #Conflicts:    5993000 | #Constraints:     131180
3600.03/3609.30	c #Conflicts:    5994000 | #Constraints:     132180
3600.03/3609.30	c #Conflicts:    5995000 | #Constraints:     133180
3600.03/3609.30	c #Conflicts:    5996000 | #Constraints:     134180
3600.03/3609.30	c #Conflicts:    5997000 | #Constraints:     135180
3600.03/3609.30	c #Conflicts:    5998000 | #Constraints:     136180
3600.03/3609.30	c #Conflicts:    5999000 | #Constraints:     137210
3600.03/3609.30	c #Conflicts:    6000000 | #Constraints:     138210
3600.03/3609.30	c #Conflicts:    6001000 | #Constraints:     139211
3600.03/3609.30	c #Conflicts:    6002000 | #Constraints:     140211
3600.03/3609.30	c #Conflicts:    6003000 | #Constraints:     141211
3600.03/3609.30	c #Conflicts:    6004000 | #Constraints:     142212
3600.03/3609.30	c #Conflicts:    6005000 | #Constraints:     143212
3600.03/3609.30	c #Conflicts:    6006000 | #Constraints:     144212
3600.03/3609.30	c #Conflicts:    6007000 | #Constraints:     145212
3600.03/3609.30	c Disabling crashed LP
3600.03/3609.30	c cpu time 3572.74 s
3600.03/3609.30	c deterministic time 99259109721 9.93e+10
3600.03/3609.30	c optimization time 13.9915 s
3600.03/3609.30	c total solve time 3558.57 s
3600.03/3609.30	c core-guided solve time 0 s
3600.03/3609.30	c propagation time 2964.97 s
3600.03/3609.30	c conflict analysis time 370.036 s
3600.03/3609.30	c propagations 3567201449
3600.03/3609.30	c resolve steps 122981329
3600.03/3609.30	c decisions 7340417
3600.03/3609.30	c conflicts 6007450
3600.03/3609.30	c restarts 9656
3600.03/3609.30	c inprocessing phases 235
3600.03/3609.30	c garbage collections 232 ,( 98.72 )
3600.03/3609.30	c input clauses 56184 ,( 97.48 )
3600.03/3609.30	c input cardinalities 0 ,( 0.00 )
3600.03/3609.30	c input general constraints 1452 ,( 2.52 )
3600.03/3609.30	c input average constraint length 2.43
3600.03/3609.30	c input average constraint degree 1.03
3600.03/3609.30	c learned clauses 6007286 ,( 94.97 )
3600.03/3609.30	c learned cardinalities 7 ,( 0.00 )
3600.03/3609.30	c learned general constraints 318423 ,( 5.03 )
3600.03/3609.30	c learned average constraint length 69.67
3600.03/3609.30	c learned average constraint degree 235609340.23
3600.03/3609.30	c watched  CF 32, 64, 128, Arb: 165 , 0 , 0 , 0
3600.03/3609.30	c counting CF 32, 64, 128, Arb: 319710 , 0 , 0 , 0
3600.03/3609.30	c watched   constraints 165 ,( 0.05 ) 
3600.03/3609.30	c counting  constraints 319710 ,( 99.95 ) 
3600.03/3609.30	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 20897732650 , 70608 , 1835304840 ,( 518586 , 1834786254 )
3600.03/3609.30	c gcd simplifications 1979
3600.03/3609.30	c detected cardinalities 1
3600.03/3609.30	c weakened non-implied lits 8430496
3600.03/3609.30	c weakened non-implying lits 3674
3600.03/3609.30	c original variables 3771
3600.03/3609.30	c clausal propagations 2993700519
3600.03/3609.30	c cardinality propagations 11
3600.03/3609.30	c watched propagations 10054
3600.03/3609.30	c counting propagations 567483367
3600.03/3609.30	c watch lookups 39084582964
3600.03/3609.30	c watch backjump lookups 0
3600.03/3609.30	c watch checks 44240748888
3600.03/3609.30	c propagation checks 7484544114
3600.03/3609.30	c constraint additions 1292937871
3600.03/3609.30	c trail pops 3580547288
3600.03/3609.30	c formula constraints 57636
3600.03/3609.30	c learned constraints 6007450
3600.03/3609.30	c bound constraints 0
3600.03/3609.30	c core-guided constraints 0
3600.03/3609.30	c encountered formula constraints 92647925
3600.03/3609.30	c encountered learned constraints 36079712
3600.03/3609.30	c encountered bound constraints 0
3600.03/3609.30	c encountered core-guided constraints 0
3600.03/3609.30	c LP total time 1549.19 s
3600.03/3609.30	c LP solve time 1039.66 s
3600.03/3609.30	c LP constraints added 57718
3600.03/3609.30	c LP constraints removed 35
3600.03/3609.30	c LP pivots internal 600745
3600.03/3609.30	c LP pivots root 605984
3600.03/3609.30	c LP calls 318396
3600.03/3609.30	c LP optimalities 95
3600.03/3609.30	c LP no pivot count 14
3600.03/3609.30	c LP infeasibilities 318264
3600.03/3609.30	c LP valid Farkas constraints 318219
3600.03/3609.30	c LP learned Farkas constraints 0
3600.03/3609.30	c LP basis resets 32
3600.03/3609.30	c LP cycling count 11
3600.03/3609.30	c LP singular count 6
3600.03/3609.30	c LP no primal count 0
3600.03/3609.30	c LP no farkas count 0
3600.03/3609.30	c LP other issue count 15
3600.03/3609.30	c LP Gomory cuts 47
3600.03/3609.30	c LP learned cuts 35
3600.03/3609.30	c LP deleted cuts 35
3600.03/3609.30	c LP encountered Gomory constraints 180171
3600.03/3609.30	c LP encountered Farkas constraints 80971
3600.03/3609.30	c LP encountered learned Farkas constraints 0
3600.03/3609.30	c CG auxiliary variables introduced 0
3600.03/3609.30	c CG solutions found 0
3600.03/3609.30	c CG cores constructed 0
3600.03/3609.30	c CG core cardinality constraints returned 0
3600.03/3609.30	c CG unit cores 0
3600.03/3609.30	c CG single cores 0
3600.03/3609.30	c CG blocks removed during cardinality reduction 0
3600.03/3609.30	c CG first core best 0
3600.03/3609.30	c CG decision core best 0
3600.03/3609.30	c CG core reduction tie 0
3600.03/3609.30	c CG core degree average 0.00
3600.03/3609.30	c CG core slack average 0.00
3600.03/3609.30	c CG core upper bound improvements 0
3600.03/3609.30	c STR number of successful calls 0
3600.03/3609.30	c STR number of unsuccessful calls 0
3600.03/3609.30	c STR number of inconclusive calls 0
3600.03/3609.30	c STR number of successful attempts 0
3600.03/3609.30	c STR number of unsuccessful attempts 0
3600.03/3609.30	c STR number of inconclusive attempts 0
3600.03/3609.30	c STR average degree increase per successful call inf
3600.03/3609.30	c STR average degree increase per successful attempt inf
3600.03/3609.30	c STR total number of conflicts for successful attempts 0
3600.03/3609.30	c STR total number of conflicts for unsuccessful attempts 0
3600.03/3609.30	c STR total number of conflicts for inconclusive attempts 0
3600.03/3609.30	c STR average number of conflicts per successful attempt inf
3600.03/3609.30	c STR average number of conflicts per unsuccessful attempt inf
3600.03/3609.30	c STR average number of conflicts per inconclusive attempt inf
3600.03/3609.30	c AVG.sumWPerc 79.10 
3600.03/3609.30	c bigint constraints 0 
3600.03/3609.30	s UNKNOWN
3600.03/3609.30	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 (57320 MiB free)
  memory of node 1: 64465 MiB (62827 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544807-1753220388/watcher-4544807-1753220388 -o /tmp/evaluation-result-4544807-1753220388/solver-4544807-1753220388 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175480 --watchdog 3760 run-dec-break.sh HOME/instance-4544807-1753220388.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100063 s]*
/proc/loadavg: 4.11 4.10 4.09 5/268 179256
/proc/meminfo: memFree=123005740/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179256] ppid=179254 vsize=53320 memory=38076 CPUtime=0.08 cores=5,7
/proc/179256/stat : 179256 (pbsuma) R 179254 179254 175467 0 -1 4194304 10089 0 0 0 7 1 0 0 20 0 1 0 237718223 54599680 9519 18446744073709551615 4210688 4653049 140723435343744 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 24510464 140723435346273 140723435346480 140723435346480 140723435352047 0
/proc/179256/statm: 13330 9519 1024 108 0 10738 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 57512 KiB
Current children cumulated memory: 41020 KiB

[startup+0.205692 s]*
/proc/loadavg: 4.11 4.10 4.09 5/268 179256
/proc/meminfo: memFree=122994400/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179256] ppid=179254 vsize=51892 memory=39392 CPUtime=0.19 cores=5,7
/proc/179256/stat : 179256 (pbsuma) R 179254 179254 175467 0 -1 4194304 12342 0 0 0 17 2 0 0 20 0 1 0 237718223 53137408 9848 18446744073709551615 4210688 4653049 140723435343744 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 24510464 140723435346273 140723435346480 140723435346480 140723435352047 0
/proc/179256/statm: 12973 9848 1024 108 0 10381 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 56084 KiB
Current children cumulated memory: 42336 KiB

[startup+0.305689 s]*
/proc/loadavg: 4.11 4.10 4.09 5/268 179257
/proc/meminfo: memFree=123028512/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=61536 memory=16692 CPUtime=0.04 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 1933 0 0 0 3 1 0 0 20 0 1 0 237718248 63012864 4173 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 15384 4173 2048 1147 0 2811 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 65728 KiB
Current children cumulated memory: 19636 KiB

[startup+0.700209 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 179257
/proc/meminfo: memFree=123028512/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=135744 memory=88328 CPUtime=0.43 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 12780 0 0 0 38 5 0 0 20 0 1 0 237718248 139001856 22082 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 33936 22082 2304 1147 0 21363 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 139936 KiB
Current children cumulated memory: 91272 KiB

[startup+1.50021 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 179257
/proc/meminfo: memFree=123028764/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=135744 memory=89096 CPUtime=1.22 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 12888 0 0 0 116 6 0 0 20 0 1 0 237718248 139001856 22274 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 33936 22274 2400 1147 0 21363 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 139936 KiB
Current children cumulated memory: 92040 KiB

[startup+3.10551 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 179257
/proc/meminfo: memFree=123020700/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=135744 memory=90248 CPUtime=2.83 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 13164 0 0 0 275 8 0 0 20 0 1 0 237718248 139001856 22562 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 33936 22562 2400 1147 0 21363 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 139936 KiB
Current children cumulated memory: 93192 KiB

[startup+6.30019 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 179257
/proc/meminfo: memFree=123012636/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=135744 memory=90376 CPUtime=6.01 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 13209 0 0 0 590 11 0 0 20 0 1 0 237718248 139001856 22594 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 33936 22594 2400 1147 0 21363 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 139936 KiB
Current children cumulated memory: 93320 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 179258
/proc/meminfo: memFree=122992800/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=148668 memory=99084 CPUtime=12.39 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 15008 0 0 0 1218 21 0 0 20 0 1 0 237718248 152236032 24771 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 37167 24771 2400 1147 0 24594 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 152860 KiB
Current children cumulated memory: 102028 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.11 4.09 5/268 179258
/proc/meminfo: memFree=122988704/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=151388 memory=99596 CPUtime=25.17 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 15148 0 0 0 2476 41 0 0 20 0 1 0 237718248 155021312 24899 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 37847 24899 2400 1147 0 25274 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 155580 KiB
Current children cumulated memory: 102540 KiB

[startup+51.1055 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 179258
/proc/meminfo: memFree=122916452/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=152664 memory=103308 CPUtime=50.7 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 16104 0 0 0 4991 79 0 0 20 0 1 0 237718248 156327936 25827 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 38166 25827 2400 1147 0 25593 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 156856 KiB
Current children cumulated memory: 106252 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/268 179307
/proc/meminfo: memFree=123345248/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=164328 memory=111112 CPUtime=101.77 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 17558 0 0 0 10045 132 0 0 20 0 1 0 237718248 168271872 27778 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 41082 27778 2400 1147 0 28509 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 168520 KiB
Current children cumulated memory: 114056 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 179449
/proc/meminfo: memFree=122567820/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=183352 memory=130952 CPUtime=161.61 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 21498 0 0 0 15953 208 0 0 20 0 1 0 237718248 187752448 32738 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 45838 32738 2400 1147 0 33265 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 187544 KiB
Current children cumulated memory: 133896 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 179545
/proc/meminfo: memFree=125400056/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=186868 memory=136776 CPUtime=221.45 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 22382 0 0 0 21855 290 0 0 20 0 1 0 237718248 191352832 34194 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 46717 34194 2464 1147 0 34144 0

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

/proc/179257/statm: 97641 82293 2496 1147 0 85068 0
Current children cumulated CPU time: 3094.26 s
Current children cumulated vsize: 394756 KiB
Current children cumulated memory: 332116 KiB

[startup+3162.3 s]
/proc/loadavg: 3.27 3.66 3.91 4/263 179794
/proc/meminfo: memFree=124641164/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=391164 memory=329684 CPUtime=3153.88 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 56756 0 0 0 312985 2403 0 0 20 0 1 0 237718248 400551936 82421 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 97791 82421 2496 1147 0 85218 0
Current children cumulated CPU time: 3154.11 s
Current children cumulated vsize: 395356 KiB
Current children cumulated memory: 332628 KiB

[startup+3222.3 s]
/proc/loadavg: 3.16 3.55 3.86 4/263 179796
/proc/meminfo: memFree=124633328/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=402168 memory=341328 CPUtime=3213.73 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 59167 0 0 0 318938 2435 0 0 20 0 1 0 237718248 411820032 85332 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 100542 85332 2496 1147 0 87969 0
Current children cumulated CPU time: 3213.96 s
Current children cumulated vsize: 406360 KiB
Current children cumulated memory: 344272 KiB

[startup+3282.3 s]
/proc/loadavg: 3.10 3.46 3.81 4/262 179798
/proc/meminfo: memFree=124620892/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=402168 memory=341328 CPUtime=3273.57 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 59167 0 0 0 324902 2455 0 0 20 0 1 0 237718248 411820032 85332 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 100542 85332 2496 1147 0 87969 0
Current children cumulated CPU time: 3273.8 s
Current children cumulated vsize: 406360 KiB
Current children cumulated memory: 344272 KiB

[startup+3342.3 s]
/proc/loadavg: 3.10 3.39 3.76 4/261 179801
/proc/meminfo: memFree=124623744/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=402168 memory=341328 CPUtime=3333.44 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 59167 0 0 0 330833 2511 0 0 20 0 1 0 237718248 411820032 85332 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 100542 85332 2496 1147 0 87969 0
Current children cumulated CPU time: 3333.67 s
Current children cumulated vsize: 406360 KiB
Current children cumulated memory: 344272 KiB

[startup+3402.3 s]
/proc/loadavg: 3.09 3.33 3.72 4/261 179803
/proc/meminfo: memFree=124626792/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=403480 memory=342608 CPUtime=3393.29 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 59487 0 0 0 336778 2551 0 0 20 0 1 0 237718248 413163520 85652 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 100870 85652 2496 1147 0 88297 0
Current children cumulated CPU time: 3393.52 s
Current children cumulated vsize: 407672 KiB
Current children cumulated memory: 345552 KiB

[startup+3462.3 s]
/proc/loadavg: 3.07 3.29 3.67 4/261 179805
/proc/meminfo: memFree=124627096/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=403480 memory=342736 CPUtime=3453.15 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 59511 0 0 0 342712 2603 0 0 20 0 1 0 237718248 413163520 85684 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 100870 85684 2496 1147 0 88297 0
Current children cumulated CPU time: 3453.38 s
Current children cumulated vsize: 407672 KiB
Current children cumulated memory: 345680 KiB

[startup+3522.3 s]
/proc/loadavg: 3.12 3.26 3.64 4/261 179807
/proc/meminfo: memFree=124633024/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=403480 memory=342736 CPUtime=3513.01 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 59512 0 0 0 348676 2625 0 0 20 0 1 0 237718248 413163520 85684 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 100870 85684 2496 1147 0 88297 0
Current children cumulated CPU time: 3513.24 s
Current children cumulated vsize: 407672 KiB
Current children cumulated memory: 345680 KiB

[startup+3582.3 s]
/proc/loadavg: 3.09 3.23 3.60 4/262 179816
/proc/meminfo: memFree=124630388/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=411156 memory=350416 CPUtime=3572.87 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 60392 0 0 0 354603 2684 0 0 20 0 1 0 237718248 421023744 87604 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 102789 87604 2496 1147 0 90216 0
Current children cumulated CPU time: 3573.1 s
Current children cumulated vsize: 415348 KiB
Current children cumulated memory: 353360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 3.11 3.22 3.59 4/262 179816
/proc/meminfo: memFree=124556788/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=411156 memory=350416 CPUtime=3599.8 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 60392 0 0 0 357274 2706 0 0 20 0 1 0 237718248 421023744 87604 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 102789 87604 2496 1147 0 90216 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 415348 KiB
Current children cumulated memory: 353360 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3609.3 s]
/proc/loadavg: 3.11 3.22 3.59 4/262 179816
/proc/meminfo: memFree=124556788/131250000 swapFree=33009904/33010684
[pid=179254] ppid=179251 vsize=4192 memory=2944 CPUtime=0.23 cores=5,7
/proc/179254/stat : 179254 (run-dec-break.s) S 179251 179254 175467 0 -1 4194304 236 12471 0 0 0 0 21 2 20 0 1 0 237718222 4292608 736 18446744073709551615 94163346550784 94163347445317 140720539145440 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94163347684368 94163347732112 94163350814720 140720539150687 140720539150816 140720539150816 140720539156420 0
/proc/179254/statm: 1048 736 672 219 0 110 0
[pid=179257] ppid=179254 vsize=411156 memory=350416 CPUtime=3599.8 cores=5,7
/proc/179257/stat : 179257 (roundingsat) R 179254 179254 175467 0 -1 4194304 60392 0 0 0 357274 2706 0 0 20 0 1 0 237718248 421023744 87604 18446744073709551615 4227072 8923433 140720820609536 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23293952 140720820611394 140720820611622 140720820611622 140720820617194 0
/proc/179257/statm: 102789 87604 2496 1147 0 90216 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 415348 KiB
Current children cumulated memory: 353360 KiB

Child status: 2

Real time (s): 3609.31
CPU time (s): 3600.05
CPU user time (s): 3572.96
CPU system time (s): 27.0974
CPU usage (%): 99.7436
Max. virtual memory (cumulated for all children) (KiB): 415348
Max. memory (cumulated for all children) (KiB): 353360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.96
system time used= 27.0974
maximum resident set size= 350544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73117
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269
involuntary context switches= 3220


# summary of solver processes directly reported to runsolver:
#   pid: 179254,179257
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3572.96
#   total CPU system time (s): 27.0974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.25805 second user time and 16.1512 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-22 23:39:48
IDJOB=4544807
IDBENCH=180683
IDSOLVER=3357
FILE ID=nodeC033/4544807-1753220388
RUNJOBID= nodeC033-1753211687-175480
SLURM_JOB_ID= 9687798
Free space on /tmp= 432376 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat12_11_identity_complement.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544807-1753220388/watcher-4544807-1753220388 -o /tmp/evaluation-result-4544807-1753220388/solver-4544807-1753220388 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175480 --watchdog 3760  run-dec-break.sh HOME/instance-4544807-1753220388.opb

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

MD5SUM BENCH= 6b491c2baabcf28ebf0b874cd3568279
RANDOM SEED=1636674706

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123031328 kB
MemAvailable:   124703284 kB
Buffers:            2128 kB
Cached:          2394924 kB
SwapCached:           64 kB
Active:          6138788 kB
Inactive:        1167792 kB
Active(anon):    4930472 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1162508 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8536 kB
Writeback:             0 kB
AnonPages:       4910960 kB
Mapped:           121240 kB
Shmem:             26228 kB
KReclaimable:     280740 kB
Slab:             378492 kB
SReclaimable:     280740 kB
SUnreclaim:        97752 kB
KernelStack:        4368 kB
PageTables:        13592 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5724108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2365440 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432496 MiB
End job on nodeC033 at 2025-07-23 00:39:58