Trace number 4541648

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.06 3609.01

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-29array_ineq6.opb
MD5SUMe0dec10818bb8f0f47ba8429a0e85943
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 benchmark2.84362
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5220
Total number of constraints6961
Number of constraints which are clauses5133
Number of constraints which are cardinality constraints (but not clauses)29
Number of constraints which are nor clauses,nor cardinality constraints1799
Minimum length of a constraint1
Maximum length of a constraint116
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 144115188075855872
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 576460752303423487
Number of bits of the biggest sum of numbers59
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.02	c parse 'HOME/instance-4541648-1753198973.opb'
0.00/0.02	c 	read 0.22MB  (3.46ms)
0.00/0.02	c	 [cnf: #variables 5220 #clauses 6961 #duplicates 0 #arr 20532]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (5.94ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (1.25ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 27726 #edges 72154]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.54ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4541648-1753198973.opb.pre'
0.00/0.03	c 	wrote 0.22MB (0.60ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   5.94ms 44.08% approx_orbits
0.00/0.03	c                   3.46ms 25.69% parse
0.00/0.03	c                   1.54ms 11.42% detect_generic
0.00/0.03	c                   1.25ms  9.30% detect_special
0.00/0.03	c                   0.60ms  4.44% output
0.00/0.03	c                   0.52ms  3.88% other
0.00/0.03	c                   0.16ms  1.19% finalize_order
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                  13.47ms   100% total
0.00/0.03	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.07	c #variables 5220 #constraints 7059
0.00/0.08	c rational objective 28
0.56/0.61	c #Conflicts:       1000 | #Constraints:       8058
0.56/0.61	c #Conflicts:       2000 | #Constraints:       9058
0.56/0.61	c INPROCESSING
0.56/0.61	c GARBAGE COLLECT
0.56/0.61	c rational objective 28
37.27/37.49	c #Conflicts:       3000 | #Constraints:       8553
37.27/37.49	c #Conflicts:       4000 | #Constraints:       9553
37.27/37.49	c INPROCESSING
37.27/37.49	c GARBAGE COLLECT
37.27/37.49	c #Conflicts:       5000 | #Constraints:       9024
37.27/37.49	c #Conflicts:       6000 | #Constraints:      10024
37.27/37.49	c INPROCESSING
37.27/37.49	c GARBAGE COLLECT
37.27/37.49	c #Conflicts:       7000 | #Constraints:       9083
37.27/37.49	c #Conflicts:       8000 | #Constraints:      10083
37.27/37.49	c #Conflicts:       9000 | #Constraints:      11083
37.27/37.49	c INPROCESSING
37.27/37.49	c GARBAGE COLLECT
37.27/37.49	c #Conflicts:      10000 | #Constraints:       9671
37.27/37.49	c #Conflicts:      11000 | #Constraints:      10671
37.27/37.49	c #Conflicts:      12000 | #Constraints:      11671
37.27/37.49	c #Conflicts:      13000 | #Constraints:      12671
37.27/37.49	c #Conflicts:      14000 | #Constraints:      13671
37.27/37.49	c #Conflicts:      15000 | #Constraints:      14671
37.27/37.49	c #Conflicts:      16000 | #Constraints:      15671
37.27/37.49	c INPROCESSING
37.27/37.49	c GARBAGE COLLECT
37.27/37.49	c #Conflicts:      17000 | #Constraints:      11699
37.27/37.49	c #Conflicts:      18000 | #Constraints:      12699
37.27/37.49	c #Conflicts:      19000 | #Constraints:      13699
37.27/37.49	c #Conflicts:      20000 | #Constraints:      14699
37.27/37.49	c INPROCESSING
37.27/37.49	c GARBAGE COLLECT
37.27/37.49	c #Conflicts:      21000 | #Constraints:      11462
37.27/37.49	c #Conflicts:      22000 | #Constraints:      12462
37.27/37.49	c #Conflicts:      23000 | #Constraints:      13462
37.27/37.49	c #Conflicts:      24000 | #Constraints:      14462
37.27/37.49	c #Conflicts:      25000 | #Constraints:      15462
37.27/37.49	c #Conflicts:      26000 | #Constraints:      16462
37.27/37.49	c #Conflicts:      27000 | #Constraints:      17462
37.27/37.49	c #Conflicts:      28000 | #Constraints:      18462
37.27/37.49	c #Conflicts:      29000 | #Constraints:      19462
37.27/37.49	c #Conflicts:      30000 | #Constraints:      20462
37.27/37.49	c INPROCESSING
37.27/37.49	c GARBAGE COLLECT
37.27/37.49	c #Conflicts:      31000 | #Constraints:      14214
37.27/37.49	c #Conflicts:      32000 | #Constraints:      15214
37.27/37.49	c #Conflicts:      33000 | #Constraints:      16214
37.27/37.49	c #Conflicts:      34000 | #Constraints:      17214
37.27/37.49	c #Conflicts:      35000 | #Constraints:      18214
37.27/37.49	c #Conflicts:      36000 | #Constraints:      19214
37.27/37.49	c INPROCESSING
37.27/37.49	c GARBAGE COLLECT
37.27/37.49	c #Conflicts:      37000 | #Constraints:      13996
37.27/37.49	c #Conflicts:      38000 | #Constraints:      14996
37.27/37.49	c #Conflicts:      39000 | #Constraints:      15996
37.27/37.49	c #Conflicts:      40000 | #Constraints:      16996
37.27/37.49	c #Conflicts:      41000 | #Constraints:      17996
37.27/37.49	c #Conflicts:      42000 | #Constraints:      18996
37.27/37.49	c #Conflicts:      43000 | #Constraints:      19996
37.27/37.49	c #Conflicts:      44000 | #Constraints:      20996
37.27/37.49	c #Conflicts:      45000 | #Constraints:      21996
37.27/37.49	c #Conflicts:      46000 | #Constraints:      22996
37.27/37.49	c #Conflicts:      47000 | #Constraints:      23996
37.27/37.49	c #Conflicts:      48000 | #Constraints:      24996
37.27/37.49	c #Conflicts:      49000 | #Constraints:      25996
37.27/37.49	c INPROCESSING
37.27/37.49	c GARBAGE COLLECT
37.27/37.49	c #Conflicts:      50000 | #Constraints:      17216
37.27/37.49	c #Conflicts:      51000 | #Constraints:      18216
37.27/37.49	c #Conflicts:      52000 | #Constraints:      19216
37.27/37.49	c #Conflicts:      53000 | #Constraints:      20216
37.27/37.49	c #Conflicts:      54000 | #Constraints:      21216
37.27/37.49	c #Conflicts:      55000 | #Constraints:      22217
37.27/37.49	c #Conflicts:      56000 | #Constraints:      23217
37.27/37.49	c INPROCESSING
37.27/37.49	c GARBAGE COLLECT
37.27/37.49	c #Conflicts:      57000 | #Constraints:      16070
37.27/37.49	c #Conflicts:      58000 | #Constraints:      17070
37.27/37.49	c #Conflicts:      59000 | #Constraints:      18070
37.27/37.49	c #Conflicts:      60000 | #Constraints:      19070
37.27/37.49	c #Conflicts:      61000 | #Constraints:      20070
37.27/37.49	c #Conflicts:      62000 | #Constraints:      21070
37.27/37.49	c #Conflicts:      63000 | #Constraints:      22070
37.27/37.49	c #Conflicts:      64000 | #Constraints:      23070
37.27/37.49	c #Conflicts:      65000 | #Constraints:      24070
37.27/37.49	c #Conflicts:      66000 | #Constraints:      25070
37.27/37.49	c #Conflicts:      67000 | #Constraints:      26070
37.27/37.49	c #Conflicts:      68000 | #Constraints:      27070
37.27/37.49	c #Conflicts:      69000 | #Constraints:      28070
37.27/37.49	c #Conflicts:      70000 | #Constraints:      29070
37.27/37.49	c #Conflicts:      71000 | #Constraints:      30070
37.27/37.49	c #Conflicts:      72000 | #Constraints:      31070
37.27/37.49	c INPROCESSING
37.27/37.49	c GARBAGE COLLECT
37.27/37.49	c rational objective 30.4876
111.49/111.80	c #Conflicts:      73000 | #Constraints:      19755
111.49/111.80	c #Conflicts:      74000 | #Constraints:      20755
111.49/111.80	c #Conflicts:      75000 | #Constraints:      21755
111.49/111.80	c #Conflicts:      76000 | #Constraints:      22755
111.49/111.80	c #Conflicts:      77000 | #Constraints:      23755
111.49/111.80	c #Conflicts:      78000 | #Constraints:      24755
111.49/111.80	c #Conflicts:      79000 | #Constraints:      25755
111.49/111.80	c #Conflicts:      80000 | #Constraints:      26755
111.49/111.80	c INPROCESSING
111.49/111.80	c GARBAGE COLLECT
111.49/111.80	c #Conflicts:      81000 | #Constraints:      17742
111.49/111.80	c #Conflicts:      82000 | #Constraints:      18742
111.49/111.80	c #Conflicts:      83000 | #Constraints:      19742
111.49/111.80	c #Conflicts:      84000 | #Constraints:      20742
111.49/111.80	c #Conflicts:      85000 | #Constraints:      21742
111.49/111.80	c #Conflicts:      86000 | #Constraints:      22742
111.49/111.80	c #Conflicts:      87000 | #Constraints:      23742
111.49/111.80	c #Conflicts:      88000 | #Constraints:      24742
111.49/111.80	c #Conflicts:      89000 | #Constraints:      25742
111.49/111.80	c #Conflicts:      90000 | #Constraints:      26742
111.49/111.80	c #Conflicts:      91000 | #Constraints:      27742
111.49/111.80	c #Conflicts:      92000 | #Constraints:      28742
111.49/111.80	c #Conflicts:      93000 | #Constraints:      29742
111.49/111.80	c #Conflicts:      94000 | #Constraints:      30742
111.49/111.80	c #Conflicts:      95000 | #Constraints:      31742
111.49/111.80	c #Conflicts:      96000 | #Constraints:      32742
111.49/111.80	c #Conflicts:      97000 | #Constraints:      33742
111.49/111.80	c #Conflicts:      98000 | #Constraints:      34742
111.49/111.80	c #Conflicts:      99000 | #Constraints:      35742
111.49/111.80	c #Conflicts:     100000 | #Constraints:      36742
111.49/111.80	c INPROCESSING
111.49/111.80	c GARBAGE COLLECT
111.49/111.80	c #Conflicts:     101000 | #Constraints:      22902
111.49/111.80	c #Conflicts:     102000 | #Constraints:      23902
111.49/111.80	c #Conflicts:     103000 | #Constraints:      24902
111.49/111.80	c #Conflicts:     104000 | #Constraints:      25902
111.49/111.80	c #Conflicts:     105000 | #Constraints:      26902
111.49/111.80	c #Conflicts:     106000 | #Constraints:      27902
111.49/111.80	c #Conflicts:     107000 | #Constraints:      28902
111.49/111.80	c #Conflicts:     108000 | #Constraints:      29902
111.49/111.80	c #Conflicts:     109000 | #Constraints:      30902
111.49/111.80	c INPROCESSING
111.49/111.80	c GARBAGE COLLECT
111.49/111.80	c #Conflicts:     110000 | #Constraints:      19906
111.49/111.80	c #Conflicts:     111000 | #Constraints:      20906
111.49/111.80	c #Conflicts:     112000 | #Constraints:      21906
111.49/111.80	c #Conflicts:     113000 | #Constraints:      22906
111.49/111.80	c #Conflicts:     114000 | #Constraints:      23906
111.49/111.80	c #Conflicts:     115000 | #Constraints:      24906
111.49/111.80	c #Conflicts:     116000 | #Constraints:      25906
111.49/111.80	c #Conflicts:     117000 | #Constraints:      26906
111.49/111.80	c #Conflicts:     118000 | #Constraints:      27906
111.49/111.80	c #Conflicts:     119000 | #Constraints:      28906
111.49/111.80	c #Conflicts:     120000 | #Constraints:      29906
111.49/111.80	c #Conflicts:     121000 | #Constraints:      30906
111.49/111.80	c #Conflicts:     122000 | #Constraints:      31906
111.49/111.80	c #Conflicts:     123000 | #Constraints:      32907
111.49/111.80	c #Conflicts:     124000 | #Constraints:      33907
111.49/111.80	c #Conflicts:     125000 | #Constraints:      34907
111.49/111.80	c #Conflicts:     126000 | #Constraints:      35907
111.49/111.80	c #Conflicts:     127000 | #Constraints:      36907
111.49/111.80	c #Conflicts:     128000 | #Constraints:      37907
111.49/111.80	c #Conflicts:     129000 | #Constraints:      38908
111.49/111.80	c #Conflicts:     130000 | #Constraints:      39909
111.49/111.80	c #Conflicts:     131000 | #Constraints:      40909
111.49/111.80	c #Conflicts:     132000 | #Constraints:      41909
111.49/111.80	c INPROCESSING
111.49/111.80	c GARBAGE COLLECT
111.49/111.80	c #Conflicts:     133000 | #Constraints:      25579
111.49/111.80	c #Conflicts:     134000 | #Constraints:      26579
111.49/111.80	c #Conflicts:     135000 | #Constraints:      27579
111.49/111.80	c #Conflicts:     136000 | #Constraints:      28579
111.49/111.80	c #Conflicts:     137000 | #Constraints:      29579
111.49/111.80	c #Conflicts:     138000 | #Constraints:      30579
111.49/111.80	c #Conflicts:     139000 | #Constraints:      31579
111.49/111.80	c #Conflicts:     140000 | #Constraints:      32579
111.49/111.80	c #Conflicts:     141000 | #Constraints:      33579
111.49/111.80	c #Conflicts:     142000 | #Constraints:      34579
111.49/111.80	c INPROCESSING
111.49/111.80	c GARBAGE COLLECT
111.49/111.80	c #Conflicts:     143000 | #Constraints:      21755
111.49/111.80	c #Conflicts:     144000 | #Constraints:      22755
111.49/111.80	c #Conflicts:     145000 | #Constraints:      23755
111.49/111.80	c #Conflicts:     146000 | #Constraints:      24755
111.49/111.80	c #Conflicts:     147000 | #Constraints:      25755
111.49/111.80	c #Conflicts:     148000 | #Constraints:      26755
265.26/266.06	c #Conflicts:     149000 | #Constraints:      27755
265.26/266.06	c #Conflicts:     150000 | #Constraints:      28755
265.26/266.06	c #Conflicts:     151000 | #Constraints:      29755
265.26/266.06	c #Conflicts:     152000 | #Constraints:      30755
265.26/266.06	c #Conflicts:     153000 | #Constraints:      31755
265.26/266.06	c #Conflicts:     154000 | #Constraints:      32755
265.26/266.06	c #Conflicts:     155000 | #Constraints:      33755
265.26/266.06	c #Conflicts:     156000 | #Constraints:      34755
265.26/266.06	c #Conflicts:     157000 | #Constraints:      35755
265.26/266.06	c #Conflicts:     158000 | #Constraints:      36755
265.26/266.06	c #Conflicts:     159000 | #Constraints:      37755
265.26/266.06	c #Conflicts:     160000 | #Constraints:      38755
265.26/266.06	c #Conflicts:     161000 | #Constraints:      39755
265.26/266.06	c #Conflicts:     162000 | #Constraints:      40756
265.26/266.06	c #Conflicts:     163000 | #Constraints:      41756
265.26/266.06	c #Conflicts:     164000 | #Constraints:      42756
265.26/266.06	c #Conflicts:     165000 | #Constraints:      43756
265.26/266.06	c #Conflicts:     166000 | #Constraints:      44756
265.26/266.06	c #Conflicts:     167000 | #Constraints:      45757
265.26/266.06	c #Conflicts:     168000 | #Constraints:      46757
265.26/266.06	c INPROCESSING
265.26/266.06	c GARBAGE COLLECT
265.26/266.06	c #Conflicts:     169000 | #Constraints:      27470
265.26/266.06	c #Conflicts:     170000 | #Constraints:      28470
265.26/266.06	c #Conflicts:     171000 | #Constraints:      29470
265.26/266.06	c #Conflicts:     172000 | #Constraints:      30470
265.26/266.06	c #Conflicts:     173000 | #Constraints:      31470
265.26/266.06	c #Conflicts:     174000 | #Constraints:      32470
265.26/266.06	c #Conflicts:     175000 | #Constraints:      33470
265.26/266.06	c #Conflicts:     176000 | #Constraints:      34470
265.26/266.06	c #Conflicts:     177000 | #Constraints:      35470
265.26/266.06	c #Conflicts:     178000 | #Constraints:      36470
265.26/266.06	c #Conflicts:     179000 | #Constraints:      37470
265.26/266.06	c #Conflicts:     180000 | #Constraints:      38470
265.26/266.06	c INPROCESSING
265.26/266.06	c GARBAGE COLLECT
265.26/266.06	c #Conflicts:     181000 | #Constraints:      24145
265.26/266.06	c #Conflicts:     182000 | #Constraints:      25145
265.26/266.06	c #Conflicts:     183000 | #Constraints:      26145
265.26/266.06	c #Conflicts:     184000 | #Constraints:      27145
265.26/266.06	c #Conflicts:     185000 | #Constraints:      28145
265.26/266.06	c #Conflicts:     186000 | #Constraints:      29145
265.26/266.06	c #Conflicts:     187000 | #Constraints:      30145
265.26/266.06	c #Conflicts:     188000 | #Constraints:      31145
265.26/266.06	c #Conflicts:     189000 | #Constraints:      32145
265.26/266.06	c #Conflicts:     190000 | #Constraints:      33145
265.26/266.06	c #Conflicts:     191000 | #Constraints:      34145
265.26/266.06	c #Conflicts:     192000 | #Constraints:      35145
265.26/266.06	c #Conflicts:     193000 | #Constraints:      36145
265.26/266.06	c #Conflicts:     194000 | #Constraints:      37145
265.26/266.06	c #Conflicts:     195000 | #Constraints:      38145
265.26/266.06	c #Conflicts:     196000 | #Constraints:      39145
265.26/266.06	c #Conflicts:     197000 | #Constraints:      40145
265.26/266.06	c #Conflicts:     198000 | #Constraints:      41145
265.26/266.06	c #Conflicts:     199000 | #Constraints:      42145
265.26/266.06	c #Conflicts:     200000 | #Constraints:      43145
265.26/266.06	c #Conflicts:     201000 | #Constraints:      44145
265.26/266.06	c #Conflicts:     202000 | #Constraints:      45146
265.26/266.06	c #Conflicts:     203000 | #Constraints:      46146
265.26/266.06	c #Conflicts:     204000 | #Constraints:      47146
265.26/266.06	c #Conflicts:     205000 | #Constraints:      48146
265.26/266.06	c #Conflicts:     206000 | #Constraints:      49146
265.26/266.06	c #Conflicts:     207000 | #Constraints:      50146
265.26/266.06	c #Conflicts:     208000 | #Constraints:      51146
265.26/266.06	c #Conflicts:     209000 | #Constraints:      52146
265.26/266.06	c INPROCESSING
265.26/266.06	c GARBAGE COLLECT
265.26/266.06	c #Conflicts:     210000 | #Constraints:      30748
265.26/266.06	c #Conflicts:     211000 | #Constraints:      31748
265.26/266.06	c #Conflicts:     212000 | #Constraints:      32748
265.26/266.06	c #Conflicts:     213000 | #Constraints:      33748
265.26/266.06	c #Conflicts:     214000 | #Constraints:      34748
265.26/266.06	c #Conflicts:     215000 | #Constraints:      35748
265.26/266.06	c #Conflicts:     216000 | #Constraints:      36748
265.26/266.06	c #Conflicts:     217000 | #Constraints:      37748
265.26/266.06	c #Conflicts:     218000 | #Constraints:      38748
265.26/266.06	c #Conflicts:     219000 | #Constraints:      39748
265.26/266.06	c #Conflicts:     220000 | #Constraints:      40748
265.26/266.06	c #Conflicts:     221000 | #Constraints:      41748
265.26/266.06	c #Conflicts:     222000 | #Constraints:      42748
265.26/266.06	c INPROCESSING
265.26/266.06	c GARBAGE COLLECT
265.26/266.06	c rational objective 32.5023
437.65/438.90	c #Conflicts:     223000 | #Constraints:      26024
437.65/438.90	c #Conflicts:     224000 | #Constraints:      27024
437.65/438.90	c #Conflicts:     225000 | #Constraints:      28024
437.65/438.90	c #Conflicts:     226000 | #Constraints:      29024
437.65/438.90	c #Conflicts:     227000 | #Constraints:      30024
437.65/438.90	c #Conflicts:     228000 | #Constraints:      31024
437.65/438.90	c #Conflicts:     229000 | #Constraints:      32024
437.65/438.90	c #Conflicts:     230000 | #Constraints:      33025
437.65/438.90	c #Conflicts:     231000 | #Constraints:      34025
437.65/438.90	c #Conflicts:     232000 | #Constraints:      35025
437.65/438.90	c #Conflicts:     233000 | #Constraints:      36025
437.65/438.90	c #Conflicts:     234000 | #Constraints:      37025
437.65/438.90	c #Conflicts:     235000 | #Constraints:      38025
437.65/438.90	c #Conflicts:     236000 | #Constraints:      39025
437.65/438.90	c #Conflicts:     237000 | #Constraints:      40025
437.65/438.90	c #Conflicts:     238000 | #Constraints:      41025
437.65/438.90	c #Conflicts:     239000 | #Constraints:      42025
437.65/438.90	c #Conflicts:     240000 | #Constraints:      43025
437.65/438.90	c #Conflicts:     241000 | #Constraints:      44025
437.65/438.90	c #Conflicts:     242000 | #Constraints:      45025
437.65/438.90	c #Conflicts:     243000 | #Constraints:      46025
437.65/438.90	c #Conflicts:     244000 | #Constraints:      47025
437.65/438.90	c #Conflicts:     245000 | #Constraints:      48025
437.65/438.90	c #Conflicts:     246000 | #Constraints:      49025
437.65/438.90	c #Conflicts:     247000 | #Constraints:      50025
437.65/438.90	c #Conflicts:     248000 | #Constraints:      51025
437.65/438.90	c #Conflicts:     249000 | #Constraints:      52025
437.65/438.90	c #Conflicts:     250000 | #Constraints:      53025
437.65/438.90	c #Conflicts:     251000 | #Constraints:      54025
437.65/438.90	c #Conflicts:     252000 | #Constraints:      55025
437.65/438.90	c #Conflicts:     253000 | #Constraints:      56025
437.65/438.90	c #Conflicts:     254000 | #Constraints:      57026
437.65/438.90	c INPROCESSING
437.65/438.90	c GARBAGE COLLECT
437.65/438.90	c #Conflicts:     255000 | #Constraints:      33114
437.65/438.90	c #Conflicts:     256000 | #Constraints:      34114
437.65/438.90	c #Conflicts:     257000 | #Constraints:      35114
437.65/438.90	c #Conflicts:     258000 | #Constraints:      36114
437.65/438.90	c #Conflicts:     259000 | #Constraints:      37114
437.65/438.90	c #Conflicts:     260000 | #Constraints:      38114
437.65/438.90	c #Conflicts:     261000 | #Constraints:      39114
437.65/438.90	c #Conflicts:     262000 | #Constraints:      40114
437.65/438.90	c #Conflicts:     263000 | #Constraints:      41114
437.65/438.90	c #Conflicts:     264000 | #Constraints:      42114
437.65/438.90	c #Conflicts:     265000 | #Constraints:      43114
437.65/438.90	c #Conflicts:     266000 | #Constraints:      44114
437.65/438.90	c #Conflicts:     267000 | #Constraints:      45114
437.65/438.90	c #Conflicts:     268000 | #Constraints:      46114
437.65/438.90	c INPROCESSING
437.65/438.90	c GARBAGE COLLECT
437.65/438.90	c #Conflicts:     269000 | #Constraints:      27835
437.65/438.90	c #Conflicts:     270000 | #Constraints:      28835
437.65/438.90	c #Conflicts:     271000 | #Constraints:      29835
437.65/438.90	c #Conflicts:     272000 | #Constraints:      30835
437.65/438.90	c #Conflicts:     273000 | #Constraints:      31835
437.65/438.90	c #Conflicts:     274000 | #Constraints:      32835
437.65/438.90	c #Conflicts:     275000 | #Constraints:      33835
437.65/438.90	c #Conflicts:     276000 | #Constraints:      34835
437.65/438.90	c #Conflicts:     277000 | #Constraints:      35835
437.65/438.90	c #Conflicts:     278000 | #Constraints:      36835
437.65/438.90	c #Conflicts:     279000 | #Constraints:      37835
437.65/438.90	c #Conflicts:     280000 | #Constraints:      38835
437.65/438.90	c #Conflicts:     281000 | #Constraints:      39835
437.65/438.90	c #Conflicts:     282000 | #Constraints:      40835
437.65/438.90	c #Conflicts:     283000 | #Constraints:      41835
437.65/438.90	c #Conflicts:     284000 | #Constraints:      42835
437.65/438.90	c #Conflicts:     285000 | #Constraints:      43835
437.65/438.90	c #Conflicts:     286000 | #Constraints:      44835
437.65/438.90	c #Conflicts:     287000 | #Constraints:      45835
437.65/438.90	c #Conflicts:     288000 | #Constraints:      46835
437.65/438.90	c #Conflicts:     289000 | #Constraints:      47835
437.65/438.90	c #Conflicts:     290000 | #Constraints:      48835
437.65/438.90	c #Conflicts:     291000 | #Constraints:      49835
437.65/438.90	c #Conflicts:     292000 | #Constraints:      50835
437.65/438.90	c #Conflicts:     293000 | #Constraints:      51835
437.65/438.90	c #Conflicts:     294000 | #Constraints:      52835
437.65/438.90	c #Conflicts:     295000 | #Constraints:      53836
437.65/438.90	c #Conflicts:     296000 | #Constraints:      54836
437.65/438.90	c #Conflicts:     297000 | #Constraints:      55836
437.65/438.90	c #Conflicts:     298000 | #Constraints:      56836
437.65/438.90	c #Conflicts:     299000 | #Constraints:      57836
437.65/438.90	c #Conflicts:     300000 | #Constraints:      58836
474.65/476.03	c #Conflicts:     301000 | #Constraints:      59836
474.65/476.03	c #Conflicts:     302000 | #Constraints:      60836
474.65/476.03	c #Conflicts:     303000 | #Constraints:      61836
474.65/476.03	c INPROCESSING
474.65/476.03	c GARBAGE COLLECT
474.65/476.03	c #Conflicts:     304000 | #Constraints:      35271
474.65/476.03	c #Conflicts:     305000 | #Constraints:      36271
474.65/476.03	c #Conflicts:     306000 | #Constraints:      37271
474.65/476.03	c #Conflicts:     307000 | #Constraints:      38271
474.65/476.03	c #Conflicts:     308000 | #Constraints:      39271
474.65/476.03	c #Conflicts:     309000 | #Constraints:      40271
474.65/476.03	c #Conflicts:     310000 | #Constraints:      41271
474.65/476.03	c #Conflicts:     311000 | #Constraints:      42271
474.65/476.03	c #Conflicts:     312000 | #Constraints:      43271
474.65/476.03	c #Conflicts:     313000 | #Constraints:      44271
474.65/476.03	c #Conflicts:     314000 | #Constraints:      45271
474.65/476.03	c #Conflicts:     315000 | #Constraints:      46271
474.65/476.03	c #Conflicts:     316000 | #Constraints:      47271
474.65/476.03	c #Conflicts:     317000 | #Constraints:      48271
474.65/476.03	c #Conflicts:     318000 | #Constraints:      49271
474.65/476.03	c #Conflicts:     319000 | #Constraints:      50271
474.65/476.03	c INPROCESSING
474.65/476.03	c GARBAGE COLLECT
474.65/476.03	c rational objective 32.5693
813.63/815.89	c #Conflicts:     320000 | #Constraints:      30564
813.63/815.89	c #Conflicts:     321000 | #Constraints:      31564
813.63/815.89	c #Conflicts:     322000 | #Constraints:      32564
813.63/815.89	c #Conflicts:     323000 | #Constraints:      33564
813.63/815.89	c #Conflicts:     324000 | #Constraints:      34564
813.63/815.89	c #Conflicts:     325000 | #Constraints:      35564
813.63/815.89	c #Conflicts:     326000 | #Constraints:      36564
813.63/815.89	c #Conflicts:     327000 | #Constraints:      37564
813.63/815.89	c #Conflicts:     328000 | #Constraints:      38564
813.63/815.89	c #Conflicts:     329000 | #Constraints:      39564
813.63/815.89	c #Conflicts:     330000 | #Constraints:      40564
813.63/815.89	c #Conflicts:     331000 | #Constraints:      41564
813.63/815.89	c #Conflicts:     332000 | #Constraints:      42564
813.63/815.89	c #Conflicts:     333000 | #Constraints:      43564
813.63/815.89	c #Conflicts:     334000 | #Constraints:      44564
813.63/815.89	c #Conflicts:     335000 | #Constraints:      45564
813.63/815.89	c #Conflicts:     336000 | #Constraints:      46564
813.63/815.89	c #Conflicts:     337000 | #Constraints:      47564
813.63/815.89	c #Conflicts:     338000 | #Constraints:      48564
813.63/815.89	c #Conflicts:     339000 | #Constraints:      49564
813.63/815.89	c #Conflicts:     340000 | #Constraints:      50564
813.63/815.89	c #Conflicts:     341000 | #Constraints:      51564
813.63/815.89	c #Conflicts:     342000 | #Constraints:      52564
813.63/815.89	c #Conflicts:     343000 | #Constraints:      53565
813.63/815.89	c #Conflicts:     344000 | #Constraints:      54565
813.63/815.89	c #Conflicts:     345000 | #Constraints:      55565
813.63/815.89	c #Conflicts:     346000 | #Constraints:      56566
813.63/815.89	c #Conflicts:     347000 | #Constraints:      57566
813.63/815.89	c #Conflicts:     348000 | #Constraints:      58566
813.63/815.89	c #Conflicts:     349000 | #Constraints:      59566
813.63/815.89	c #Conflicts:     350000 | #Constraints:      60566
813.63/815.89	c #Conflicts:     351000 | #Constraints:      61566
813.63/815.89	c #Conflicts:     352000 | #Constraints:      62566
813.63/815.89	c #Conflicts:     353000 | #Constraints:      63566
813.63/815.89	c #Conflicts:     354000 | #Constraints:      64566
813.63/815.89	c #Conflicts:     355000 | #Constraints:      65566
813.63/815.89	c #Conflicts:     356000 | #Constraints:      66566
813.63/815.89	c #Conflicts:     357000 | #Constraints:      67566
813.63/815.89	c INPROCESSING
813.63/815.89	c GARBAGE COLLECT
813.63/815.89	c #Conflicts:     358000 | #Constraints:      37677
813.63/815.89	c #Conflicts:     359000 | #Constraints:      38677
813.63/815.89	c #Conflicts:     360000 | #Constraints:      39677
813.63/815.89	c #Conflicts:     361000 | #Constraints:      40677
813.63/815.89	c #Conflicts:     362000 | #Constraints:      41677
813.63/815.89	c #Conflicts:     363000 | #Constraints:      42678
813.63/815.89	c #Conflicts:     364000 | #Constraints:      43678
813.63/815.89	c #Conflicts:     365000 | #Constraints:      44678
813.63/815.89	c #Conflicts:     366000 | #Constraints:      45678
813.63/815.89	c #Conflicts:     367000 | #Constraints:      46678
813.63/815.89	c #Conflicts:     368000 | #Constraints:      47678
813.63/815.89	c #Conflicts:     369000 | #Constraints:      48678
813.63/815.89	c #Conflicts:     370000 | #Constraints:      49678
813.63/815.89	c #Conflicts:     371000 | #Constraints:      50678
813.63/815.89	c #Conflicts:     372000 | #Constraints:      51678
813.63/815.89	c #Conflicts:     373000 | #Constraints:      52678
813.63/815.89	c #Conflicts:     374000 | #Constraints:      53678
813.63/815.89	c INPROCESSING
813.63/815.89	c GARBAGE COLLECT
813.63/815.89	c #Conflicts:     375000 | #Constraints:      32607
813.63/815.89	c #Conflicts:     376000 | #Constraints:      33607
813.63/815.89	c #Conflicts:     377000 | #Constraints:      34607
813.63/815.89	c #Conflicts:     378000 | #Constraints:      35607
813.63/815.89	c #Conflicts:     379000 | #Constraints:      36607
813.63/815.89	c #Conflicts:     380000 | #Constraints:      37607
813.63/815.89	c #Conflicts:     381000 | #Constraints:      38607
813.63/815.89	c #Conflicts:     382000 | #Constraints:      39607
813.63/815.89	c #Conflicts:     383000 | #Constraints:      40607
813.63/815.89	c #Conflicts:     384000 | #Constraints:      41607
813.63/815.89	c #Conflicts:     385000 | #Constraints:      42607
813.63/815.89	c #Conflicts:     386000 | #Constraints:      43607
813.63/815.89	c #Conflicts:     387000 | #Constraints:      44607
813.63/815.89	c #Conflicts:     388000 | #Constraints:      45607
813.63/815.89	c #Conflicts:     389000 | #Constraints:      46607
813.63/815.89	c #Conflicts:     390000 | #Constraints:      47607
813.63/815.89	c #Conflicts:     391000 | #Constraints:      48607
813.63/815.89	c #Conflicts:     392000 | #Constraints:      49608
813.63/815.89	c #Conflicts:     393000 | #Constraints:      50608
813.63/815.89	c #Conflicts:     394000 | #Constraints:      51608
813.63/815.89	c #Conflicts:     395000 | #Constraints:      52608
813.63/815.89	c #Conflicts:     396000 | #Constraints:      53608
813.63/815.89	c #Conflicts:     397000 | #Constraints:      54608
1042.29/1045.10	c #Conflicts:     398000 | #Constraints:      55608
1042.29/1045.10	c #Conflicts:     399000 | #Constraints:      56608
1042.29/1045.10	c #Conflicts:     400000 | #Constraints:      57608
1042.29/1045.10	c #Conflicts:     401000 | #Constraints:      58608
1042.29/1045.10	c #Conflicts:     402000 | #Constraints:      59608
1042.29/1045.10	c #Conflicts:     403000 | #Constraints:      60608
1042.29/1045.10	c #Conflicts:     404000 | #Constraints:      61608
1042.29/1045.10	c #Conflicts:     405000 | #Constraints:      62608
1042.29/1045.10	c #Conflicts:     406000 | #Constraints:      63608
1042.29/1045.10	c #Conflicts:     407000 | #Constraints:      64608
1042.29/1045.10	c #Conflicts:     408000 | #Constraints:      65608
1042.29/1045.10	c #Conflicts:     409000 | #Constraints:      66608
1042.29/1045.10	c #Conflicts:     410000 | #Constraints:      67608
1042.29/1045.10	c #Conflicts:     411000 | #Constraints:      68608
1042.29/1045.10	c #Conflicts:     412000 | #Constraints:      69608
1042.29/1045.10	c #Conflicts:     413000 | #Constraints:      70608
1042.29/1045.10	c #Conflicts:     414000 | #Constraints:      71608
1042.29/1045.10	c #Conflicts:     415000 | #Constraints:      72608
1042.29/1045.10	c INPROCESSING
1042.29/1045.10	c GARBAGE COLLECT
1042.29/1045.10	c #Conflicts:     416000 | #Constraints:      40511
1042.29/1045.10	c #Conflicts:     417000 | #Constraints:      41511
1042.29/1045.10	c #Conflicts:     418000 | #Constraints:      42511
1042.29/1045.10	c #Conflicts:     419000 | #Constraints:      43511
1042.29/1045.10	c #Conflicts:     420000 | #Constraints:      44511
1042.29/1045.10	c #Conflicts:     421000 | #Constraints:      45511
1042.29/1045.10	c #Conflicts:     422000 | #Constraints:      46511
1042.29/1045.10	c #Conflicts:     423000 | #Constraints:      47511
1042.29/1045.10	c #Conflicts:     424000 | #Constraints:      48511
1042.29/1045.10	c #Conflicts:     425000 | #Constraints:      49511
1042.29/1045.10	c #Conflicts:     426000 | #Constraints:      50511
1042.29/1045.10	c #Conflicts:     427000 | #Constraints:      51511
1042.29/1045.10	c #Conflicts:     428000 | #Constraints:      52511
1042.29/1045.10	c #Conflicts:     429000 | #Constraints:      53511
1042.29/1045.10	c #Conflicts:     430000 | #Constraints:      54511
1042.29/1045.10	c #Conflicts:     431000 | #Constraints:      55511
1042.29/1045.10	c #Conflicts:     432000 | #Constraints:      56511
1042.29/1045.10	c #Conflicts:     433000 | #Constraints:      57511
1042.29/1045.10	c #Conflicts:     434000 | #Constraints:      58511
1042.29/1045.10	c INPROCESSING
1042.29/1045.10	c GARBAGE COLLECT
1042.29/1045.10	c rational objective 32.4757
1424.60/1428.36	c #Conflicts:     435000 | #Constraints:      35795
1424.60/1428.36	c #Conflicts:     436000 | #Constraints:      36795
1424.60/1428.36	c #Conflicts:     437000 | #Constraints:      37795
1424.60/1428.36	c #Conflicts:     438000 | #Constraints:      38795
1424.60/1428.36	c #Conflicts:     439000 | #Constraints:      39795
1424.60/1428.36	c #Conflicts:     440000 | #Constraints:      40795
1424.60/1428.36	c #Conflicts:     441000 | #Constraints:      41795
1424.60/1428.36	c #Conflicts:     442000 | #Constraints:      42795
1424.60/1428.36	c #Conflicts:     443000 | #Constraints:      43795
1424.60/1428.36	c #Conflicts:     444000 | #Constraints:      44795
1424.60/1428.36	c #Conflicts:     445000 | #Constraints:      45795
1424.60/1428.36	c #Conflicts:     446000 | #Constraints:      46795
1424.60/1428.36	c #Conflicts:     447000 | #Constraints:      47795
1424.60/1428.36	c #Conflicts:     448000 | #Constraints:      48795
1424.60/1428.36	c #Conflicts:     449000 | #Constraints:      49795
1424.60/1428.36	c #Conflicts:     450000 | #Constraints:      50795
1424.60/1428.36	c #Conflicts:     451000 | #Constraints:      51795
1424.60/1428.36	c #Conflicts:     452000 | #Constraints:      52795
1424.60/1428.36	c #Conflicts:     453000 | #Constraints:      53795
1424.60/1428.36	c #Conflicts:     454000 | #Constraints:      54795
1424.60/1428.36	c #Conflicts:     455000 | #Constraints:      55795
1424.60/1428.36	c #Conflicts:     456000 | #Constraints:      56795
1424.60/1428.36	c #Conflicts:     457000 | #Constraints:      57795
1424.60/1428.36	c #Conflicts:     458000 | #Constraints:      58795
1424.60/1428.36	c #Conflicts:     459000 | #Constraints:      59795
1424.60/1428.36	c #Conflicts:     460000 | #Constraints:      60795
1424.60/1428.36	c #Conflicts:     461000 | #Constraints:      61795
1424.60/1428.36	c #Conflicts:     462000 | #Constraints:      62795
1424.60/1428.36	c #Conflicts:     463000 | #Constraints:      63795
1424.60/1428.36	c #Conflicts:     464000 | #Constraints:      64795
1424.60/1428.36	c #Conflicts:     465000 | #Constraints:      65795
1424.60/1428.36	c #Conflicts:     466000 | #Constraints:      66795
1424.60/1428.36	c #Conflicts:     467000 | #Constraints:      67795
1424.60/1428.36	c #Conflicts:     468000 | #Constraints:      68795
1424.60/1428.36	c #Conflicts:     469000 | #Constraints:      69795
1424.60/1428.36	c #Conflicts:     470000 | #Constraints:      70795
1424.60/1428.36	c #Conflicts:     471000 | #Constraints:      71795
1424.60/1428.36	c #Conflicts:     472000 | #Constraints:      72795
1424.60/1428.36	c #Conflicts:     473000 | #Constraints:      73795
1424.60/1428.36	c #Conflicts:     474000 | #Constraints:      74795
1424.60/1428.36	c #Conflicts:     475000 | #Constraints:      75796
1424.60/1428.36	c #Conflicts:     476000 | #Constraints:      76796
1424.60/1428.36	c #Conflicts:     477000 | #Constraints:      77796
1424.60/1428.36	c #Conflicts:     478000 | #Constraints:      78796
1424.60/1428.36	c INPROCESSING
1424.60/1428.36	c GARBAGE COLLECT
1424.60/1428.36	WSVECS04 Frhs2[98]: 6 -507.065 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[101]: 6 -1063.67 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[102]: 6 -1505.77 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[114]: 6 -84.216 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[116]: 6 -621.573 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[149]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[151]: 6 -16.8067 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[154]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[155]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[159]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[160]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[165]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[169]: 6 -181.402 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[174]: 6 -1.50003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[199]: 6 0 165.556 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[209]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[212]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[213]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[215]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[218]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[225]: 6 0 48.9858 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[227]: 6 -423.665 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[255]: 6 0 12.3291 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[258]: 6 0 2.45378 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[267]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[268]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[270]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[271]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[272]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[273]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[276]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[285]: 6 -542.497 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[288]: 6 -1.50004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[290]: 6 -1.50005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[311]: 6 0 500.59 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[313]: 6 0 55.3163 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[323]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[325]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[328]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[329]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[330]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[331]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[334]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[336]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[339]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[343]: 6 -423.14 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[381]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[383]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[384]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[386]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[387]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[388]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[389]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[391]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[392]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[394]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[401]: 6 -418.123 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[406]: 6 -1.50008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[431]: 6 0 22.1044 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[439]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[441]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[442]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[444]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[445]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[446]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[447]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[449]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[450]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[452]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[457]: 6 0 113.508 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[462]: 6 -1.50005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[464]: 6 -1.50009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[487]: 6 0 20.8544 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[488]: 6 0 44.2088 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[497]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[499]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[500]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[503]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[504]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[505]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[507]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[508]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[513]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[515]: 6 0 113.507 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[517]: 6 -454.684 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[520]: 6 -1.5001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[522]: 6 -1.50007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[555]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[557]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[558]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[560]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[561]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[562]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[563]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[575]: 6 -424.867 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[578]: 6 -1.50009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[580]: 6 -1.50005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[613]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[615]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[616]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[618]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[619]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[620]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[621]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[623]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[638]: 6 -1.50001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[671]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[673]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[674]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[676]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[679]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[681]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[682]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[686]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[687]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[691]: 6 -423.973 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[696]: 6 -1.50006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[729]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[731]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[732]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[734]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[737]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[739]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[740]: 6 -5.4749 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[744]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[749]: 6 -420.663 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[752]: 6 -1.50007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[754]: 6 -1.50009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[787]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[789]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[792]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[794]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[795]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[798]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[802]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[812]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[845]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[847]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[850]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[853]: 6 -507.065 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[860]: 6 -5.47489 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[865]: 6 -503.798 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[868]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[870]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[903]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[905]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[908]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[909]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[913]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[914]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[916]: 6 -5.47483 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[919]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[923]: 6 -509.198 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[926]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[928]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[982]: 6 0 3.47489 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[990]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[991]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[994]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[996]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1003]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1022]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1024]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1026]: 6 0 54.0164 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1031]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1047]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1052]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1054]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1055]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1078]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1087]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1089]: 6 0 3.02671 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1090]: 6 0 3.4749 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1102]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1103]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1108]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1110]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1111]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1134]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1136]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1145]: 6 0 3.47488 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1150]: 6 0 113.451 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1158]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1159]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1162]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1164]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1166]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1172]: 6 0 3.47484 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1177]: 6 0 163.214 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1190]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1192]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1214]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1215]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1218]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1220]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1222]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1223]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1226]: 6 0 3.47488 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1227]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1246]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1248]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1255]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1259]: 6 0 9.42725 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1270]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1271]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1274]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1276]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1279]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1302]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1304]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1312]: 6 0 3.4749 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1327]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1335]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1340]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1358]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1360]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1369]: 6 0 3.19558 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1382]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1383]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1391]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1395]: 6 -228.099 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1396]: 6 0 3.19552 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1400]: 6 -18.8013 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1414]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1416]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1438]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1439]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1446]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1447]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1452]: 6 -119.982 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1457]: 6 0 163.543 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1470]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1472]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1475]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1480]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1494]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1495]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1498]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1500]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1503]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1513]: 6 0 1.30889 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1528]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1536]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1551]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1554]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1556]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1558]: 6 -3.0549 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1559]: 6 -502.59 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1564]: 6 -1.27047 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1582]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1584]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1607]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1610]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1617]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1619]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1620]: 6 0 3.47489 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1621]: 6 0 124.384 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1625]: 6 0 66.7396 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1627]: 6 -3.50003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1640]: 6 -502.59 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1647]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1663]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1666]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1675]: 6 -502.59 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1681]: 6 0 131.05 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1683]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1685]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1691]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1694]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1703]: 6 0 73.0138 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1719]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1722]: 6 -507.065 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1732]: 6 -657.676 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1778]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1779]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1781]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1786]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1787]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1791]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1802]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1806]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1807]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1809]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1815]: 6 -1.00093 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1819]: 6 -1.02778 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1832]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1833]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1834]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1836]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1838]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1844]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1845]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1847]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1860]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1864]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1865]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1866]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1867]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1872]: 6 -1.00224 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1875]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1876]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1877]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1878]: 6 -228.127 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1890]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1891]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1892]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1894]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1896]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1898]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1902]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1905]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1918]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1922]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1923]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1924]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1925]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1930]: 6 -1.00896 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1933]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1935]: 6 -302.147 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1937]: 6 -29.5956 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1948]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1949]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1950]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1952]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1956]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1957]: 6 -1.0045 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1963]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1976]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1980]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1981]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1983]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1988]: 6 -1.03551 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1991]: 6 -1.44827 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1992]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[1995]: 6 -0.87501 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2006]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2007]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2008]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2010]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2012]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2014]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2015]: 6 -1.01775 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2023]: 6 -1.87508 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2034]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2038]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2039]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2041]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2046]: 6 -1.14192 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2049]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2052]: 6 -1.75008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2064]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2065]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2066]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2068]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2070]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2072]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2073]: 6 -1.07102 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2079]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2092]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2096]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2097]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2099]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2104]: 6 -1.56765 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2108]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2109]: 6 -954.475 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2122]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2123]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2124]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2126]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2128]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2130]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2131]: 6 -1.28383 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2132]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2134]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2150]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2154]: 6 -1.0001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2155]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2156]: 6 -1.03556 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2157]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2158]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2180]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2181]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2182]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2186]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2188]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2194]: 6 -55.2601 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2208]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2212]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2213]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2214]: 6 -1.14195 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2215]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2216]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2221]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2225]: 6 -844.445 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2238]: 6 -1.00005 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2239]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2240]: 6 -1.00009 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2244]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2246]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2248]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2253]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2255]: 6 0 115.835 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2256]: 6 -3.20634 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2266]: 6 -1.00001 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2270]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2271]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2272]: 6 -1.00003 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2273]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2274]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2279]: 6 -1.00004 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2280]: 6 -228.099 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2281]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2284]: 6 -1.00008 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2296]: 6 -1.00006 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2297]: 6 -1.00002 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2300]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2302]: 6 -1.00007 0 shouldn't be
1424.60/1428.36	WSVECS04 Frhs2[2309]: 6 -126.858 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2314]: 6 -44.4277 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2329]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2331]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2332]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2336]: 6 -146.296 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2337]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2339]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2342]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2354]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2355]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2364]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2368]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2382]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2387]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2388]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2396]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2399]: 6 -926.987 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2400]: 6 -1.75002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2412]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2413]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2414]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2416]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2423]: 6 -5.47488 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2427]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2429]: 6 -1.50004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2436]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2440]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2444]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2445]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2448]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2451]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2456]: 6 -507.065 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2465]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2470]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2471]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2472]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2479]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2481]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2483]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2485]: 6 -502.59 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2494]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2498]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2503]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2504]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2507]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2509]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2511]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2512]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2514]: 6 0 113.507 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2522]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2529]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2532]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2535]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2537]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2540]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2541]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2545]: 6 -60.9912 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2550]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2551]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2552]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2556]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2558]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2560]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2561]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2565]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2566]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2569]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2571]: 6 -3.53531 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2573]: 6 -850.51 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2579]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2581]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2588]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2591]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2592]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2593]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2596]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2643]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2645]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2646]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2648]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2649]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2650]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2651]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2653]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2654]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2656]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2658]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2659]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2663]: 6 -423.144 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2666]: 6 -1.50006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2668]: 6 -1.5001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2701]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2703]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2704]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2706]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2707]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2708]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2709]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2711]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2712]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2713]: 6 0 24.2708 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2714]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2716]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2717]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2721]: 6 -423.155 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2724]: 6 -1.50009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2726]: 6 -1.50004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2759]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2761]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2762]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2764]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2765]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2766]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2767]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2769]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2772]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2774]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2779]: 6 -423.201 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2782]: 6 -1.50006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2784]: 6 -1.50003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2817]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2819]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2820]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2822]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2823]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2824]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2825]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2827]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2828]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2830]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2832]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2833]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2837]: 6 -423.386 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2842]: 6 -1.50009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2875]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2877]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2878]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2880]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2881]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2882]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2883]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2885]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2886]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2888]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2890]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2891]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2895]: 6 -423.624 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2900]: 6 -1.5001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2933]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2935]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2936]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2938]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2939]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2940]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2941]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2943]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2944]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2946]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2949]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2953]: 6 -423.579 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2958]: 6 -1.50002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2991]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2993]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2994]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2996]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2997]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2998]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[2999]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3001]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3002]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3004]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3006]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3007]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3011]: 6 -423.395 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3016]: 6 -1.50008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3049]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3051]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3052]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3054]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3055]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3056]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3057]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3059]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3062]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3064]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3065]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3069]: 6 -422.661 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3074]: 6 -1.50009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3107]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3109]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3110]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3112]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3113]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3114]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3115]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3117]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3118]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3120]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3122]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3123]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3127]: 6 -422.723 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3132]: 6 -1.50009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3165]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3167]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3168]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3170]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3171]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3172]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3173]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3175]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3176]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3178]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3180]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3181]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3185]: 6 -416.049 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3188]: 6 -1.50008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3190]: 6 -1.50009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3223]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3225]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3226]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3228]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3229]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3230]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3231]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3233]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3234]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3236]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3239]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3246]: 6 -1.50006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3248]: 6 -1.50008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3281]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3283]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3284]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3286]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3287]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3288]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3289]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3291]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3292]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3294]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3295]: 6 0 113.508 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3296]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3301]: 6 -419.258 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3304]: 6 -1.75003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3306]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3339]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3341]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3342]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3344]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3345]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3346]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3347]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3349]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3350]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3352]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3354]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3355]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3359]: 6 -282.897 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3362]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3397]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3399]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3400]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3402]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3403]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3404]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3405]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3407]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3408]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3410]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3412]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3413]: 6 -2.73487 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3417]: 6 -439.398 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3422]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3484]: 6 -1004.18 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3485]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3488]: 6 -1008.66 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3493]: 6 -5.47482 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3503]: 6 0 163.214 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3511]: 6 0 3.47487 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3517]: 6 0 3.47484 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3518]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3519]: 6 0 3.47482 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3522]: 6 0 3.47488 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3540]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3541]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3544]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3546]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3548]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3549]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3559]: 6 0 163.214 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3572]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3574]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3582]: 6 0 3.47486 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3596]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3597]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3605]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3615]: 6 0 163.214 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3628]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3653]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3658]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3671]: 6 0 163.214 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3686]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3708]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3709]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3714]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3716]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3727]: 6 0 163.215 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3740]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3742]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3772]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3773]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3783]: 6 0 163.219 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3796]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3820]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3821]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3826]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3828]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3829]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3834]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3839]: 6 0 163.234 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3852]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3854]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3876]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3877]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3882]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3884]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3885]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3889]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3894]: 6 -1.50008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3895]: 6 0 163.296 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3908]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3910]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3932]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3933]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3938]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3940]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3941]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3946]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3950]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3951]: 6 0 163.543 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3964]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3966]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3969]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3974]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3988]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3989]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[3997]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4002]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4007]: 6 0 164.531 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4020]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4022]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4030]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4036]: 6 0 113.508 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4044]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4045]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4050]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4053]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4055]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4058]: 6 -334.067 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4059]: 6 0 91.1899 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4064]: 6 0 113.508 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4076]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4078]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4081]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4084]: 6 0 113.507 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4092]: 6 0 113.507 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4100]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4101]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4104]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4109]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4111]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4120]: 6 0 117.982 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4132]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4134]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4137]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4150]: 6 0 116.247 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4156]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4157]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4162]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4170]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4175]: 6 0 135.685 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4176]: 6 0 117.982 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4179]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4185]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4188]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4193]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4199]: 6 0 583.469 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4201]: 6 0 121.379 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4204]: 6 0 232.49 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4213]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4216]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4217]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4218]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4226]: 6 -534.219 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4268]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4272]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4273]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4275]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4280]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4281]: 6 -507.065 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4282]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4285]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4286]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4296]: 6 -402.956 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4300]: 6 -391.801 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4301]: 6 -395.519 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4303]: 6 -415.06 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4308]: 6 -413.354 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4310]: 6 -413.354 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4313]: 6 -472.845 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4328]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4330]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4336]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4338]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4339]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4341]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4342]: 6 -56.0163 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4343]: 6 -2.00195 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4372]: 6 -2.00387 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4384]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4385]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4388]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4390]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4392]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4393]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4394]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4396]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4401]: 6 -2.00774 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4412]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4416]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4417]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4418]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4419]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4420]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4424]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4425]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4426]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4428]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4430]: 6 -2.0154 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4442]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4443]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4444]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4446]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4448]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4451]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4452]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4454]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4455]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4459]: 6 -2.03083 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4470]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4474]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4475]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4476]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4477]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4482]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4483]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4488]: 6 -2.06153 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4500]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4501]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4502]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4506]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4509]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4510]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4512]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4517]: 6 -2.12314 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4528]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4532]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4533]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4535]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4536]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4546]: 6 -2.24615 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4558]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4559]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4560]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4562]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4564]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4566]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4567]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4570]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4575]: 6 -2.49223 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4586]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4590]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4591]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4592]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4593]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4594]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4598]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4599]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4616]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4617]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4618]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4620]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4622]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4625]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4628]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4633]: 6 -2.09383 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4644]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4648]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4649]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4650]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4651]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4652]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4656]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4657]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4674]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4675]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4676]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4683]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4688]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4689]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4690]: 6 -503.336 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4691]: 6 -2.37507 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4702]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4706]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4707]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4708]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4709]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4714]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4715]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4718]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4732]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4733]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4734]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4736]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4738]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4740]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4741]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4745]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4750]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4760]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4764]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4765]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4766]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4767]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4773]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4774]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4778]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4790]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4792]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4794]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4796]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4798]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4799]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4802]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4804]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4808]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4818]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4822]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4823]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4824]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4825]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4826]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4828]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4830]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4836]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4848]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4849]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4850]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4852]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4854]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4858]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4862]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4864]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4865]: 6 -1.87505 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4876]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4880]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4881]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4882]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4883]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4891]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4894]: 6 -1.75006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4906]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4907]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4908]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4910]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4914]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4915]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4917]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4920]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4921]: 6 -502.888 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4930]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4934]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4938]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4939]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4941]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4942]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4944]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4948]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4951]: 6 -507.065 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4964]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4965]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4966]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4970]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4973]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4975]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4977]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4982]: 6 0 10.2741 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4992]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4997]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4998]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[4999]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5001]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5002]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5003]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5005]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5016]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5022]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5023]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5026]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5029]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5031]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5036]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5045]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5046]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5050]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5052]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5054]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5055]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5059]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5060]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5062]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5063]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5067]: 6 -965.018 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5073]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5082]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5085]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5086]: 6 -1.00004 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5087]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5090]: 6 -1.00009 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5095]: 6 -5.47483 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5096]: 6 0 1.74005 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5097]: 6 0 117.062 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5098]: 6 0 185.542 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5109]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5113]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5114]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5116]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5121]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5122]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5123]: 6 -1.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5125]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5126]: 6 -1.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5127]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5155]: 6 -3.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5156]: 6 -5.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5157]: 6 -9.00006 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5159]: 6 -33.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5160]: 6 -65.0001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5167]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5171]: 6 -1.00005 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5172]: 6 -1.00007 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5174]: 6 -1.00001 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5179]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5181]: 6 -1.00008 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5183]: 6 -1.00002 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5184]: 6 -1.00003 0 shouldn't be
1424.60/1428.37	WSVECS04 Frhs2[5185]: 6 -1.0001 0 shouldn't be
1772.74/1777.32	c #Conflicts:     479000 | #Constraints:      43802
1772.74/1777.32	c #Conflicts:     480000 | #Constraints:      44802
1772.74/1777.32	c #Conflicts:     481000 | #Constraints:      45802
1772.74/1777.32	c #Conflicts:     482000 | #Constraints:      46802
1772.74/1777.32	c #Conflicts:     483000 | #Constraints:      47802
1772.74/1777.32	c #Conflicts:     484000 | #Constraints:      48803
1772.74/1777.32	c #Conflicts:     485000 | #Constraints:      49803
1772.74/1777.32	c #Conflicts:     486000 | #Constraints:      50803
1772.74/1777.32	c #Conflicts:     487000 | #Constraints:      51803
1772.74/1777.32	c #Conflicts:     488000 | #Constraints:      52803
1772.74/1777.32	c #Conflicts:     489000 | #Constraints:      53803
1772.74/1777.32	c #Conflicts:     490000 | #Constraints:      54803
1772.74/1777.32	c #Conflicts:     491000 | #Constraints:      55803
1772.74/1777.32	c #Conflicts:     492000 | #Constraints:      56803
1772.74/1777.32	c #Conflicts:     493000 | #Constraints:      57803
1772.74/1777.32	c #Conflicts:     494000 | #Constraints:      58803
1772.74/1777.32	c #Conflicts:     495000 | #Constraints:      59803
1772.74/1777.32	c #Conflicts:     496000 | #Constraints:      60803
1772.74/1777.32	c #Conflicts:     497000 | #Constraints:      61803
1772.74/1777.32	c #Conflicts:     498000 | #Constraints:      62803
1772.74/1777.32	c INPROCESSING
1772.74/1777.32	c GARBAGE COLLECT
1772.74/1777.32	c #Conflicts:     499000 | #Constraints:      37687
1772.74/1777.32	c #Conflicts:     500000 | #Constraints:      38687
1772.74/1777.32	c #Conflicts:     501000 | #Constraints:      39687
1772.74/1777.32	c #Conflicts:     502000 | #Constraints:      40687
1772.74/1777.32	c #Conflicts:     503000 | #Constraints:      41687
1772.74/1777.32	c #Conflicts:     504000 | #Constraints:      42687
1772.74/1777.32	c #Conflicts:     505000 | #Constraints:      43687
1772.74/1777.32	c #Conflicts:     506000 | #Constraints:      44687
1772.74/1777.32	c #Conflicts:     507000 | #Constraints:      45687
1772.74/1777.32	c #Conflicts:     508000 | #Constraints:      46687
1772.74/1777.32	c #Conflicts:     509000 | #Constraints:      47688
1772.74/1777.32	c #Conflicts:     510000 | #Constraints:      48688
1772.74/1777.32	c #Conflicts:     511000 | #Constraints:      49688
1772.74/1777.32	c #Conflicts:     512000 | #Constraints:      50688
1772.74/1777.32	c #Conflicts:     513000 | #Constraints:      51688
1772.74/1777.32	c #Conflicts:     514000 | #Constraints:      52688
1772.74/1777.32	c #Conflicts:     515000 | #Constraints:      53690
1772.74/1777.32	c #Conflicts:     516000 | #Constraints:      54691
1772.74/1777.32	c #Conflicts:     517000 | #Constraints:      55691
1772.74/1777.32	c #Conflicts:     518000 | #Constraints:      56691
1772.74/1777.32	c #Conflicts:     519000 | #Constraints:      57691
1772.74/1777.32	c #Conflicts:     520000 | #Constraints:      58691
1772.74/1777.32	c #Conflicts:     521000 | #Constraints:      59691
1772.74/1777.32	c #Conflicts:     522000 | #Constraints:      60691
1772.74/1777.32	c #Conflicts:     523000 | #Constraints:      61691
1772.74/1777.32	c #Conflicts:     524000 | #Constraints:      62691
1772.74/1777.32	c #Conflicts:     525000 | #Constraints:      63691
1772.74/1777.32	c #Conflicts:     526000 | #Constraints:      64691
1772.74/1777.32	c #Conflicts:     527000 | #Constraints:      65691
1772.74/1777.32	c #Conflicts:     528000 | #Constraints:      66691
1772.74/1777.32	c #Conflicts:     529000 | #Constraints:      67692
1772.74/1777.32	c #Conflicts:     530000 | #Constraints:      68692
1772.74/1777.32	c #Conflicts:     531000 | #Constraints:      69693
1772.74/1777.32	c #Conflicts:     532000 | #Constraints:      70693
1772.74/1777.32	c #Conflicts:     533000 | #Constraints:      71693
1772.74/1777.32	c #Conflicts:     534000 | #Constraints:      72693
1772.74/1777.32	c #Conflicts:     535000 | #Constraints:      73693
1772.74/1777.32	c #Conflicts:     536000 | #Constraints:      74694
1772.74/1777.32	c #Conflicts:     537000 | #Constraints:      75695
1772.74/1777.32	c #Conflicts:     538000 | #Constraints:      76695
1772.74/1777.32	c #Conflicts:     539000 | #Constraints:      77696
1772.74/1777.32	c #Conflicts:     540000 | #Constraints:      78696
1772.74/1777.32	c #Conflicts:     541000 | #Constraints:      79696
1772.74/1777.32	c #Conflicts:     542000 | #Constraints:      80696
1772.74/1777.32	c #Conflicts:     543000 | #Constraints:      81696
1772.74/1777.32	c #Conflicts:     544000 | #Constraints:      82696
1772.74/1777.32	c #Conflicts:     545000 | #Constraints:      83696
1772.74/1777.32	WSVECS04 Frhs2[91]: 6 -13.8862 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[109]: 6 -95.5051 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[112]: 6 0 1122.96 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[115]: 6 -57.219 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[149]: 6 -2.74339 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[159]: 6 0 1 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[169]: 6 -47.711 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[207]: 6 -4.97354 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[227]: 6 -80.4772 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[231]: 6 -17.5047 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[265]: 6 -2.00005 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[282]: 6 0 2.89839 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[285]: 6 -80.9887 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[323]: 6 -2.00018 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[339]: 6 0 5.37718 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[341]: 6 -2 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[343]: 6 -79.9887 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[347]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[381]: 6 -2.00073 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[405]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[437]: 6 -1.96875 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[439]: 6 -2.00293 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[457]: 6 -10.3727 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[495]: 6 -1.875 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[497]: 6 -2.01172 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[517]: 6 -84.5331 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[553]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[554]: 6 -1.98468 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[555]: 6 -2.04688 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[579]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[611]: 6 -2.00061 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[612]: 6 -1.93872 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[613]: 6 -2.1875 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[668]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[669]: 6 -2.00244 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[670]: 6 -1.75488 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[671]: 6 -2.75 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[695]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[727]: 6 -2.00977 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[728]: 6 -1.01953 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[753]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[784]: 6 -3.01953 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[785]: 6 -2.03906 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[787]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[807]: 6 -73.116 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[811]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[842]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[843]: 6 -2.15625 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[845]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[865]: 6 -81.441 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[869]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[900]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[901]: 6 -2.625 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[903]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[922]: 6 0 1.37453 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[923]: 6 -96.2006 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[927]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[990]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1003]: 6 0 1.53371 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1029]: 6 0 1 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1038]: 6 0 4.96426 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1040]: 6 -1.49927 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1046]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1083]: 6 0 5.00376 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1084]: 6 0 6.00239 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1120]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1158]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1176]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1183]: 6 -2.96875 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1232]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1265]: 6 0 0.5 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1270]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1284]: 6 0 5.4094 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1326]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1334]: 6 0 1.33854 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1348]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1365]: 6 0 0.141302 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1382]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1392]: 6 0 1.8913 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1432]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1438]: 6 -1.75 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1447]: 6 0 1.5 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1460]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1492]: 6 0 2.5 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1498]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1512]: 6 -3.14281 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1526]: 6 -1.875 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1529]: 6 0 1.5 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1530]: 6 0 4 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1573]: 6 0 1 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1600]: 6 -3 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1614]: 6 0 2 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1616]: 6 0 75.1948 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1623]: 6 0 8.7178 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1625]: 6 0 21.7348 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1628]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1643]: 6 0 75.1948 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1644]: 6 0 78.1948 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1668]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1670]: 6 0 75.1948 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1671]: 6 0 77.1948 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1672]: 6 0 69.1948 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1676]: 6 0 77.2597 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1678]: 6 0 11.0348 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1698]: 6 0 76.1948 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1699]: 6 0 71.1948 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1704]: 6 0 2 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1707]: 6 0 0.783789 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1726]: 6 0 73.1948 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1778]: 6 -1.25 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1803]: 6 -0.500003 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1805]: 6 -2 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1807]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1863]: 6 -2 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1921]: 6 -1.99999 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1962]: 6 0 1 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1963]: 6 -3.16751 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1974]: 6 -0.750001 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[1979]: 6 -1.99994 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2001]: 6 -0.750001 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2029]: 6 -1.25 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2037]: 6 -1.99976 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2095]: 6 -1.99902 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2117]: 6 -0.500001 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2145]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2147]: 6 -1.9375 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2149]: 6 -1.50586 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2153]: 6 -1.99609 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2205]: 6 -1.75 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2211]: 6 -1.98438 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2230]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2231]: 6 -0.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2259]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2269]: 6 -1.9375 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2289]: 6 -0.500001 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2317]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2321]: 6 -2.00122 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2327]: 6 -1.75 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2347]: 6 -0.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2373]: 6 -3.78562 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2374]: 6 0 16.4157 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2379]: 6 -2.00488 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2387]: 6 -0.562501 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2428]: 6 0 26.7215 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2432]: 6 0 16.2004 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2439]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2461]: 6 -2 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2492]: 6 -2 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2493]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2495]: 6 -2.07813 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2499]: 6 0 0.25 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2501]: 6 -3.75 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2553]: 6 -2.3125 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2585]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2603]: 6 0 7.50291 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2605]: 6 0 38.0974 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2643]: 6 -87.6958 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2656]: 6 0 2.7827 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2661]: 6 -40.8742 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2663]: 6 -80.4887 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2667]: 6 -1.99976 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2701]: 6 -1.99219 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2721]: 6 -80.6137 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2725]: 6 -1.99902 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2759]: 6 -1.96875 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2779]: 6 -80.4887 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2783]: 6 -1.99609 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2817]: 6 -1.875 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2841]: 6 -1.98438 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2873]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2875]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2895]: 6 -80.4888 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2899]: 6 -1.9375 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2957]: 6 -1.75 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2989]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3127]: 6 -80.0078 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3165]: 6 -2.0625 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3221]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3223]: 6 -2.25 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3241]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3243]: 6 -80.2949 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3279]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3299]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3300]: 6 0 3.75145 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3301]: 6 -74.1065 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3357]: 6 -10.5029 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3359]: 6 -90.4933 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3397]: 6 -2 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3417]: 6 -106.48 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3421]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3497]: 6 0 15.8492 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3568]: 6 0 2 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3575]: 6 -4.00098 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3589]: 6 0 1.5 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3601]: 6 -1.5 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3611]: 6 0 191.401 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3644]: 6 0 1 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3645]: 6 0 1.5 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3659]: 6 0 0.257813 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3672]: 6 0 2.5 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3725]: 6 0 47.6003 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3759]: 6 0 0.500001 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3802]: 6 0 2 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3817]: 6 -394.569 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3829]: 6 0 3 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3857]: 6 0 2 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3873]: 6 -3 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3911]: 6 -1.25 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3929]: 6 -3 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3938]: 6 0 1 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3968]: 6 0 1 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3976]: 6 -78.0698 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3985]: 6 -3 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[3994]: 6 0 1 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4038]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4051]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4062]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4066]: 6 -3 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4067]: 6 0 1 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4077]: 6 0 2 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4089]: 6 0 3.75145 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
1772.74/1777.32	WSVECS04 Frhs2[4118]: 6 -27.5087 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4153]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4156]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4174]: 6 -19.0058 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4175]: 6 0 57.7904 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4207]: 6 0 5.36827 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4230]: 6 0 0.552185 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4231]: 6 0 58.6447 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4268]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4318]: 6 -1.25006 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4381]: 6 -1.99219 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4398]: 6 -0.541668 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4415]: 6 -2.00011 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4439]: 6 -1.96875 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4441]: 6 -1.03125 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4467]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4468]: 6 -1.9375 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4488]: 6 -1.875 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4497]: 6 -1.875 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4501]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4509]: 6 -2.03906 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4511]: 6 -1.25 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4512]: 6 -0.500001 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4525]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4557]: 6 -1.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4559]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4567]: 6 -2.15625 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4583]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4584]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4585]: 6 -49.4461 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4586]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4595]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4597]: 6 0 1 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4615]: 6 -1.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4617]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4638]: 6 -2.75 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4641]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4644]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4674]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4675]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4683]: 6 -3.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4696]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4700]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4701]: 6 -2 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4702]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4723]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4724]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4725]: 6 -0.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4731]: 6 -1.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4732]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4733]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4739]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4753]: 6 -1.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4757]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4758]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4760]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4767]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4769]: 6 -0.750001 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4776]: 6 -0.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4783]: 6 -0.500001 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4789]: 6 -1.78125 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4791]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4797]: 6 -1.25 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4811]: 6 -1.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4815]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4816]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4822]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4823]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4827]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4839]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4841]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4849]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4851]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4853]: 6 -0.500001 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4865]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4868]: 6 0 3.59244 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4873]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4874]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4879]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4880]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4881]: 6 -1.75 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4894]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4899]: 6 -0.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4903]: 6 -1.9375 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4909]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4911]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4918]: 6 -0.250001 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4931]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4932]: 6 -1.875 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4934]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4938]: 6 -0.500001 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4947]: 6 -0.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4949]: 6 0 1.62573 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4952]: 6 -0.500001 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4958]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4961]: 6 -1.75 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4963]: 6 -1.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4965]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4967]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4975]: 6 -1.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4981]: 6 0 3.75145 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4987]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4989]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4990]: 6 -1.5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4992]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[4995]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5003]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5016]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5019]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5022]: 6 -0.500001 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5023]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5024]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5028]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5031]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5041]: 6 -15.098 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5047]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5048]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5068]: 6 -9.50271 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5096]: 6 0 2.58837 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5099]: 6 0 18.0058 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5103]: 6 0 5.36827 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5115]: 6 -1 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5140]: 6 -1.00012 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5143]: 6 -1.00098 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5144]: 6 -1.00195 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5155]: 6 -5 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5156]: 6 -9 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5157]: 6 -17 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5159]: 6 -65 0 shouldn't be
1772.74/1777.33	WSVECS04 Frhs2[5219]: 6 0 255 shouldn't be
1774.04/1778.66	c INPROCESSING
1774.04/1778.66	c GARBAGE COLLECT
1774.04/1778.66	c rational objective 35.054
1818.12/1822.82	c #Conflicts:     546000 | #Constraints:      46222
1818.12/1822.82	c #Conflicts:     547000 | #Constraints:      47222
1818.12/1822.82	c #Conflicts:     548000 | #Constraints:      48222
1818.12/1822.82	c #Conflicts:     549000 | #Constraints:      49222
1818.12/1822.82	c #Conflicts:     550000 | #Constraints:      50222
1818.12/1822.82	c #Conflicts:     551000 | #Constraints:      51222
1818.12/1822.82	c #Conflicts:     552000 | #Constraints:      52222
1818.12/1822.82	c #Conflicts:     553000 | #Constraints:      53222
1818.12/1822.82	c #Conflicts:     554000 | #Constraints:      54222
1818.12/1822.82	c #Conflicts:     555000 | #Constraints:      55222
1818.12/1822.82	c #Conflicts:     556000 | #Constraints:      56222
1818.12/1822.82	c #Conflicts:     557000 | #Constraints:      57222
1818.12/1822.82	c #Conflicts:     558000 | #Constraints:      58222
1818.12/1822.82	c #Conflicts:     559000 | #Constraints:      59222
1818.12/1822.82	c #Conflicts:     560000 | #Constraints:      60222
1818.12/1822.82	c #Conflicts:     561000 | #Constraints:      61222
1818.12/1822.82	c #Conflicts:     562000 | #Constraints:      62222
1818.12/1822.82	c #Conflicts:     563000 | #Constraints:      63222
1818.12/1822.82	c #Conflicts:     564000 | #Constraints:      64222
1818.12/1822.82	c #Conflicts:     565000 | #Constraints:      65222
1818.12/1822.82	c #Conflicts:     566000 | #Constraints:      66222
1818.12/1822.82	c INPROCESSING
1818.12/1822.82	c GARBAGE COLLECT
1818.12/1822.82	c rational objective 37.03
2078.02/2083.31	c #Conflicts:     567000 | #Constraints:      39638
2078.02/2083.31	c #Conflicts:     568000 | #Constraints:      40638
2078.02/2083.31	c #Conflicts:     569000 | #Constraints:      41638
2078.02/2083.31	c #Conflicts:     570000 | #Constraints:      42638
2078.02/2083.31	c #Conflicts:     571000 | #Constraints:      43638
2078.02/2083.31	c #Conflicts:     572000 | #Constraints:      44638
2078.02/2083.31	c #Conflicts:     573000 | #Constraints:      45638
2078.02/2083.31	c #Conflicts:     574000 | #Constraints:      46638
2078.02/2083.31	c #Conflicts:     575000 | #Constraints:      47638
2078.02/2083.31	c #Conflicts:     576000 | #Constraints:      48638
2078.02/2083.31	c #Conflicts:     577000 | #Constraints:      49638
2078.02/2083.31	c #Conflicts:     578000 | #Constraints:      50638
2078.02/2083.31	c #Conflicts:     579000 | #Constraints:      51638
2078.02/2083.31	c #Conflicts:     580000 | #Constraints:      52638
2078.02/2083.31	c #Conflicts:     581000 | #Constraints:      53638
2078.02/2083.31	c #Conflicts:     582000 | #Constraints:      54638
2078.02/2083.31	c #Conflicts:     583000 | #Constraints:      55638
2078.02/2083.31	c #Conflicts:     584000 | #Constraints:      56638
2078.02/2083.31	c #Conflicts:     585000 | #Constraints:      57638
2078.02/2083.31	c #Conflicts:     586000 | #Constraints:      58638
2078.02/2083.31	c #Conflicts:     587000 | #Constraints:      59638
2078.02/2083.31	c #Conflicts:     588000 | #Constraints:      60638
2078.02/2083.31	c #Conflicts:     589000 | #Constraints:      61638
2078.02/2083.31	c #Conflicts:     590000 | #Constraints:      62638
2078.02/2083.31	c #Conflicts:     591000 | #Constraints:      63638
2078.02/2083.31	c #Conflicts:     592000 | #Constraints:      64638
2078.02/2083.31	c #Conflicts:     593000 | #Constraints:      65638
2078.02/2083.31	c #Conflicts:     594000 | #Constraints:      66638
2078.02/2083.31	c #Conflicts:     595000 | #Constraints:      67638
2078.02/2083.31	c #Conflicts:     596000 | #Constraints:      68638
2078.02/2083.31	c #Conflicts:     597000 | #Constraints:      69638
2078.02/2083.31	c #Conflicts:     598000 | #Constraints:      70638
2078.02/2083.31	c #Conflicts:     599000 | #Constraints:      71638
2078.02/2083.31	c #Conflicts:     600000 | #Constraints:      72638
2078.02/2083.31	c #Conflicts:     601000 | #Constraints:      73638
2078.02/2083.31	c #Conflicts:     602000 | #Constraints:      74638
2078.02/2083.31	c #Conflicts:     603000 | #Constraints:      75638
2078.02/2083.31	c #Conflicts:     604000 | #Constraints:      76639
2078.02/2083.31	c #Conflicts:     605000 | #Constraints:      77639
2078.02/2083.31	c #Conflicts:     606000 | #Constraints:      78639
2078.02/2083.31	c #Conflicts:     607000 | #Constraints:      79639
2078.02/2083.31	c #Conflicts:     608000 | #Constraints:      80639
2078.02/2083.31	c #Conflicts:     609000 | #Constraints:      81639
2078.02/2083.31	c #Conflicts:     610000 | #Constraints:      82639
2078.02/2083.31	c #Conflicts:     611000 | #Constraints:      83639
2078.02/2083.31	c #Conflicts:     612000 | #Constraints:      84639
2078.02/2083.31	c #Conflicts:     613000 | #Constraints:      85639
2078.02/2083.31	c #Conflicts:     614000 | #Constraints:      86639
2078.02/2083.31	c #Conflicts:     615000 | #Constraints:      87639
2078.02/2083.31	c #Conflicts:     616000 | #Constraints:      88639
2078.02/2083.31	c #Conflicts:     617000 | #Constraints:      89639
2078.02/2083.31	c INPROCESSING
2078.02/2083.31	c GARBAGE COLLECT
2078.02/2083.31	c rational objective 38.4097
2392.65/2398.71	c #Conflicts:     618000 | #Constraints:      49486
2392.65/2398.71	c #Conflicts:     619000 | #Constraints:      50486
2392.65/2398.71	c #Conflicts:     620000 | #Constraints:      51486
2392.65/2398.71	c #Conflicts:     621000 | #Constraints:      52486
2392.65/2398.71	c #Conflicts:     622000 | #Constraints:      53486
2392.65/2398.71	c #Conflicts:     623000 | #Constraints:      54486
2392.65/2398.71	c #Conflicts:     624000 | #Constraints:      55486
2392.65/2398.71	c #Conflicts:     625000 | #Constraints:      56486
2392.65/2398.71	c #Conflicts:     626000 | #Constraints:      57486
2392.65/2398.71	c #Conflicts:     627000 | #Constraints:      58486
2392.65/2398.71	c #Conflicts:     628000 | #Constraints:      59486
2392.65/2398.71	c #Conflicts:     629000 | #Constraints:      60486
2392.65/2398.71	c #Conflicts:     630000 | #Constraints:      61486
2392.65/2398.71	c #Conflicts:     631000 | #Constraints:      62486
2392.65/2398.71	c #Conflicts:     632000 | #Constraints:      63486
2392.65/2398.71	c #Conflicts:     633000 | #Constraints:      64486
2392.65/2398.71	c #Conflicts:     634000 | #Constraints:      65486
2392.65/2398.71	c #Conflicts:     635000 | #Constraints:      66486
2392.65/2398.71	c #Conflicts:     636000 | #Constraints:      67486
2392.65/2398.71	c #Conflicts:     637000 | #Constraints:      68486
2392.65/2398.71	c #Conflicts:     638000 | #Constraints:      69486
2392.65/2398.71	c #Conflicts:     639000 | #Constraints:      70486
2392.65/2398.71	c INPROCESSING
2392.65/2398.71	c GARBAGE COLLECT
2392.65/2398.71	c #Conflicts:     640000 | #Constraints:      42880
2392.65/2398.71	c #Conflicts:     641000 | #Constraints:      43880
2392.65/2398.71	c #Conflicts:     642000 | #Constraints:      44880
2392.65/2398.71	c #Conflicts:     643000 | #Constraints:      45880
2392.65/2398.71	c #Conflicts:     644000 | #Constraints:      46880
2392.65/2398.71	c #Conflicts:     645000 | #Constraints:      47880
2392.65/2398.71	c #Conflicts:     646000 | #Constraints:      48880
2392.65/2398.71	c #Conflicts:     647000 | #Constraints:      49880
2392.65/2398.71	c #Conflicts:     648000 | #Constraints:      50880
2392.65/2398.71	c #Conflicts:     649000 | #Constraints:      51880
2392.65/2398.71	c #Conflicts:     650000 | #Constraints:      52880
2392.65/2398.71	c #Conflicts:     651000 | #Constraints:      53880
2392.65/2398.71	c #Conflicts:     652000 | #Constraints:      54880
2392.65/2398.71	c #Conflicts:     653000 | #Constraints:      55880
2392.65/2398.71	c #Conflicts:     654000 | #Constraints:      56880
2392.65/2398.71	c #Conflicts:     655000 | #Constraints:      57880
2392.65/2398.71	c #Conflicts:     656000 | #Constraints:      58880
2392.65/2398.71	c #Conflicts:     657000 | #Constraints:      59880
2392.65/2398.71	c #Conflicts:     658000 | #Constraints:      60880
2392.65/2398.71	c #Conflicts:     659000 | #Constraints:      61880
2392.65/2398.71	c #Conflicts:     660000 | #Constraints:      62880
2392.65/2398.71	c #Conflicts:     661000 | #Constraints:      63880
2392.65/2398.71	c #Conflicts:     662000 | #Constraints:      64880
2392.65/2398.71	c #Conflicts:     663000 | #Constraints:      65880
2392.65/2398.71	c #Conflicts:     664000 | #Constraints:      66880
2392.65/2398.71	c #Conflicts:     665000 | #Constraints:      67880
2392.65/2398.71	c #Conflicts:     666000 | #Constraints:      68880
2392.65/2398.71	c #Conflicts:     667000 | #Constraints:      69880
2392.65/2398.71	c #Conflicts:     668000 | #Constraints:      70881
2392.65/2398.71	c #Conflicts:     669000 | #Constraints:      71881
2392.65/2398.71	c #Conflicts:     670000 | #Constraints:      72881
2392.65/2398.71	c #Conflicts:     671000 | #Constraints:      73881
2392.65/2398.71	c #Conflicts:     672000 | #Constraints:      74881
2392.65/2398.71	c #Conflicts:     673000 | #Constraints:      75881
2392.65/2398.71	c #Conflicts:     674000 | #Constraints:      76881
2392.65/2398.71	c #Conflicts:     675000 | #Constraints:      77881
2392.65/2398.71	c #Conflicts:     676000 | #Constraints:      78881
2392.65/2398.71	c #Conflicts:     677000 | #Constraints:      79881
2392.65/2398.71	c #Conflicts:     678000 | #Constraints:      80881
2392.65/2398.71	c #Conflicts:     679000 | #Constraints:      81881
2392.65/2398.71	c #Conflicts:     680000 | #Constraints:      82881
2392.65/2398.71	c #Conflicts:     681000 | #Constraints:      83881
2392.65/2398.71	c #Conflicts:     682000 | #Constraints:      84881
2392.65/2398.71	c #Conflicts:     683000 | #Constraints:      85881
2392.65/2398.71	c #Conflicts:     684000 | #Constraints:      86881
2392.65/2398.71	c #Conflicts:     685000 | #Constraints:      87881
2392.65/2398.71	c #Conflicts:     686000 | #Constraints:      88881
2392.65/2398.71	c #Conflicts:     687000 | #Constraints:      89881
2392.65/2398.71	c #Conflicts:     688000 | #Constraints:      90881
2392.65/2398.71	c #Conflicts:     689000 | #Constraints:      91881
2392.65/2398.71	c #Conflicts:     690000 | #Constraints:      92881
2392.65/2398.71	c #Conflicts:     691000 | #Constraints:      93881
2392.65/2398.71	c #Conflicts:     692000 | #Constraints:      94881
2392.65/2398.71	c #Conflicts:     693000 | #Constraints:      95881
2392.65/2398.71	c INPROCESSING
2392.65/2398.71	c GARBAGE COLLECT
2392.65/2398.71	WSVECS04 Frhs2[94]: 6 -1279.58 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[97]: 6 -730.696 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[101]: 6 -459.756 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[107]: 6 -4085.71 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[108]: 6 -1706.21 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[109]: 6 -6852.8 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[113]: 6 -1849.8 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[116]: 6 -785.54 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[152]: 6 -1.99811 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[153]: 6 -1.99221 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[154]: 6 -1.99807 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[155]: 6 -1.99222 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[157]: 6 -861.853 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[160]: 6 -590.698 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[165]: 6 -36.4131 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[166]: 6 -70.6013 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[171]: 6 -175.207 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[174]: 6 -445.72 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[201]: 6 0 0.500044 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[206]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[209]: 6 -1.96878 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[210]: 6 -312.513 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[212]: 6 -1.99221 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[213]: 6 -1.96884 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[217]: 6 -865.333 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[218]: 6 -9.30395 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[232]: 6 -859.064 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[264]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[267]: 6 -549.717 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[268]: 6 -1.96883 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[269]: 6 -1.87507 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[270]: 6 -1.96878 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[271]: 6 -1.8751 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[275]: 6 -876.48 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[290]: 6 -0.500005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[322]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[325]: 6 -1.50006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[326]: 6 -1.87504 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[327]: 6 -1.50007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[328]: 6 -1.87503 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[329]: 6 -1.50008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[339]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[340]: 6 -774.332 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[345]: 6 -549.061 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[348]: 6 -312.521 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[367]: 6 0 0.575237 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[376]: 6 0 0.5001 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[380]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[384]: 6 -1.50009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[386]: 6 -1.50005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[397]: 6 -977.828 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[398]: 6 -1538.76 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[406]: 6 -1.99956 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[432]: 6 0 17.3132 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[433]: 6 0 37.1264 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[438]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[442]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[443]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[444]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[445]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[447]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[450]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[451]: 6 0 0.500055 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[464]: 6 -1.99811 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[499]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[500]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[501]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[502]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[503]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[505]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[507]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[522]: 6 -1.99223 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[534]: 6 0 0.500066 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[543]: 6 0 144.539 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[554]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[557]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[558]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[559]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[560]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[563]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[565]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[571]: 6 -311.521 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[577]: 6 -39.9223 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[580]: 6 -1.96879 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[594]: 6 0 0.500088 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[612]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[615]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[616]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[617]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[618]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[621]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[623]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[629]: 6 -1141.64 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[630]: 6 -530.078 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[631]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[635]: 6 -153.689 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[638]: 6 -1.87509 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[674]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[675]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[681]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[682]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[688]: 6 -548.842 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[693]: 6 -424.756 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[696]: 6 -1.50005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[728]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[731]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[733]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[734]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[735]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[737]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[739]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[786]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[789]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[790]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[791]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[792]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[793]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[795]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[797]: 6 -1116.29 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[798]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[803]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[804]: 6 -1057.16 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[805]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[809]: 6 -375.713 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[844]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[847]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[848]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[849]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[850]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[851]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[853]: 6 -1368.6 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[855]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[861]: 6 -1441.33 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[862]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[863]: 6 -547.342 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[902]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[905]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[906]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[907]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[908]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[909]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[911]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[913]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[919]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[920]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[921]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1115]: 6 0 553.466 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1116]: 6 -0.840174 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1171]: 6 0 0.57524 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1183]: 6 0 506.036 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1186]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1210]: 6 0 506.036 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1214]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1216]: 6 -3.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1218]: 6 -3.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1242]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1246]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1248]: 6 0 242.821 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1250]: 6 0 0.500015 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1257]: 6 0 529.019 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1258]: 6 -912.178 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1270]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1272]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1274]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1278]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1279]: 6 -547.543 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1298]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1300]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1302]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1314]: 6 -704.167 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1328]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1332]: 6 0 0.500073 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1334]: 6 -2.50002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1335]: 6 -0.452066 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1341]: 6 0 6.39294 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1342]: 6 -388.922 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1343]: 6 0 318.233 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1354]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1368]: 6 -119.865 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1369]: 6 0 836.666 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1382]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1391]: 6 -1.69197 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1410]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1412]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1423]: 6 0 268.097 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1446]: 6 -2.50005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1452]: 6 -180.586 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1468]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1470]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1474]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1494]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1502]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1508]: 6 -311.521 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1510]: 6 0 548.062 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1522]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1524]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1530]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1532]: 6 0 38.6116 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1554]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1556]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1558]: 6 -692.604 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1561]: 6 0 854.5 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1565]: 6 -1216.48 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1566]: 6 -315.694 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1580]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1586]: 6 -65.7515 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1587]: 6 0 504.431 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1589]: 6 0 221.038 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1590]: 6 0 38.37 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1591]: 6 0 1232.42 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1609]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1621]: 6 -751.913 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1622]: 6 0 212.461 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1634]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1637]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1643]: 6 0 810.371 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1644]: 6 0 506.036 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1650]: 6 0 23.1598 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1663]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1665]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1666]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1668]: 6 0 506.036 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1676]: 6 0 661.168 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1677]: 6 -1034.82 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1691]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1695]: 6 0 506.036 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1707]: 6 0 170.8 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1719]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1721]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1722]: 6 -1116.29 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1727]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1733]: 6 -1207.68 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1741]: 6 -11294.4 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1773]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1782]: 6 -0.763911 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1811]: 6 -0.527771 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1831]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1847]: 6 -0.775226 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1876]: 6 -0.550408 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1889]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1902]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1917]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1919]: 6 -1.93755 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1947]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1975]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[1977]: 6 -1.75002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2005]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2018]: 6 -196.464 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2020]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2033]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2035]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2046]: 6 -1.38311 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2056]: 6 -0.125046 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2063]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2074]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2079]: 6 -1538.76 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2085]: 6 -0.750063 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2091]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2093]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2095]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2097]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2100]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2114]: 6 -0.500063 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2121]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2134]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2140]: 6 -270.873 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2149]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2151]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2153]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2155]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2179]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2188]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2190]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2192]: 6 -243.27 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2193]: 6 -712.948 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2194]: 6 0 371.882 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2198]: 6 -490.181 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2207]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2209]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2211]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2216]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2220]: 6 -27.0113 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2221]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2237]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2246]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2248]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2253]: 6 0 0.263911 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2256]: 6 -444.307 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2265]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2267]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2269]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2274]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2295]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2304]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2309]: 6 -393.723 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2323]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2325]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2327]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2333]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2335]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2337]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2339]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2340]: 6 -311.895 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2343]: 6 0 29.534 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2353]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2361]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2364]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2369]: 6 -548.842 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2381]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2383]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2385]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2389]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2391]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2393]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2396]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2411]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2418]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2419]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2420]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2426]: 6 0 2.60572 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2439]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2441]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2443]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2448]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2469]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2480]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2497]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2499]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2502]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2505]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2506]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2512]: 6 -548.842 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2527]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2529]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2532]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2535]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2536]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2537]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2541]: 6 0 0.294591 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2555]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2558]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2563]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2566]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2568]: 6 -706.897 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2569]: 6 0 0.500079 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2588]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2589]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2590]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2591]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2596]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2602]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2603]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2610]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2645]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2648]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2654]: 6 -278.935 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2665]: 6 -1.50006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2668]: 6 -2.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2705]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2709]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2712]: 6 -550.342 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2718]: 6 -858.239 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2719]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2723]: 6 -90.5602 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2726]: 6 -2.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2758]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2762]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2764]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2767]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2768]: 6 0 0.500021 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2769]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2775]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2776]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2777]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2781]: 6 -356.241 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2784]: 6 -1.87446 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2819]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2820]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2821]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2823]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2825]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2828]: 6 -548.842 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2833]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2835]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2842]: 6 -1.49762 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2877]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2878]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2879]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2881]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2886]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2891]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2893]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2900]: 6 -2.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2932]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2935]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2936]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2938]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2939]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2941]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2943]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2944]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2950]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2951]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2955]: 6 -4.23909 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2958]: 6 -2.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2990]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2993]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2994]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2996]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[2997]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3001]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3002]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3016]: 6 -2.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3048]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3051]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3052]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3053]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3054]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3055]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3059]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3067]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3074]: 6 -2.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3106]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3110]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3111]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3112]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3117]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3125]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3132]: 6 -2.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3164]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3167]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3168]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3169]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3170]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3171]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3173]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3176]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3181]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3183]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3187]: 6 -576.688 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3190]: 6 -2.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3222]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3225]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3226]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3227]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3228]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3229]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3231]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3234]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3239]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3241]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3248]: 6 -2.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3280]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3283]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3284]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3285]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3286]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3287]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3289]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3291]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3304]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3306]: 6 -1.50005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3338]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3341]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3342]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3343]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3344]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3349]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3350]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3357]: 6 -404.595 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3396]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3400]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3401]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3402]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3403]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3407]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3408]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3413]: 6 -122.201 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3414]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3415]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3422]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3487]: 6 -1599.11 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3490]: 6 -1561.41 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3492]: 6 -1013.36 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3497]: 6 0 853 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3499]: 6 -1701.13 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3500]: 6 -1054.53 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3511]: 6 0 316.127 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3513]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3515]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3521]: 6 0 811.819 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3522]: 6 0 853 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3523]: 6 0 313.127 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3524]: 6 0 820.32 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3525]: 6 0 548.543 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3545]: 6 0 550.043 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3546]: 6 -2.5001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3548]: 6 -2.50009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3554]: 6 -424.758 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3555]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3563]: 6 0 0.0628571 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3569]: 6 -2.50006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3571]: 6 -2.50003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3574]: 6 -2.50004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3577]: 6 0 0.406192 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3579]: 6 0 548.543 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3582]: 6 0 531.08 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3595]: 6 0 0.500032 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3597]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3599]: 6 -2.50008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3604]: 6 -847.207 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3605]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3610]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3611]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3625]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3627]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3653]: 6 -2.50002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3658]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3660]: 6 -847.207 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3667]: 6 -50.9068 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3670]: 6 -2.50005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3681]: 6 -2.50009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3683]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3686]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3697]: 6 0 65.7666 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3703]: 6 -2.00986 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3705]: 6 0 0.500082 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3711]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3716]: 6 -2.50003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3723]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3737]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3739]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3742]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3752]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3767]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3770]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3773]: 6 -2.50007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3778]: 6 -2.50001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3793]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3795]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3806]: 6 -2.50009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3807]: 6 0 547.043 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3823]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3826]: 6 -2.50003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3828]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3829]: 6 -2.50008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3832]: 6 0 0.500046 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3849]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3851]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3879]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3882]: 6 -2.50005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3884]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3885]: 6 -2.50007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3889]: 6 0 548.543 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3890]: 6 -311.521 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3905]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3916]: 6 0 0.500031 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3933]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3938]: 6 -2.50002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3946]: 6 -432.082 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3949]: 6 -1.24008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3961]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3963]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3966]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3968]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3975]: 6 0 548.543 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3981]: 6 0 1.50003 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3989]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3991]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3994]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[3996]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4003]: 6 -548.687 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4017]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4030]: 6 0 28.1914 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4045]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4047]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4050]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4059]: 6 -314.751 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4073]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4075]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4080]: 6 -2.50004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4087]: 6 0 314.627 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4101]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4103]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4108]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4112]: 6 0 717.833 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4114]: 6 -633.223 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4115]: 6 -2.50004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4129]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4131]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4134]: 6 0 0.50008 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4136]: 6 -2.50008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4139]: 6 0 547.043 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4142]: 6 0 97.3602 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4143]: 6 -550.342 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4157]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4159]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4160]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4164]: 6 -2.50004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4165]: 6 -550.543 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4166]: 6 0 547.043 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4170]: 6 0 544.043 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4171]: 6 -39.2907 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4185]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4190]: 6 0 0.50002 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4198]: 6 0 549.148 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4199]: 6 -109.975 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4213]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4214]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4215]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4216]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4221]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4227]: 6 -950.645 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4235]: 6 -118.958 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4270]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4274]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4280]: 6 -307.292 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4282]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4300]: 6 -1171.94 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4341]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4353]: 6 -314.6 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4355]: 6 -859.557 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4387]: 6 -548.842 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4389]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4390]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4394]: 6 -0.296962 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4400]: 6 -1355 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4401]: 6 -188.783 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4408]: 6 -0.062892 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4411]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4413]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4418]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4420]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4437]: 6 -0.125639 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4447]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4449]: 6 0 0.500061 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4452]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4459]: 6 -188.783 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4463]: 6 -0.484045 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4466]: 6 -0.251274 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4469]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4475]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4477]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4484]: 6 -18.682 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4489]: 6 0 1.50009 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4495]: 6 -0.502499 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4505]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4506]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4510]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4517]: 6 -188.533 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4519]: 6 0 0.500042 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4521]: 6 -0.435951 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4524]: 6 -1.00493 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4529]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4530]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4531]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4534]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4535]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4542]: 6 -26.3088 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4559]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4567]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4573]: 6 -101.32 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4585]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4587]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4589]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4592]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4594]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4598]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4600]: 6 -56.8157 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4615]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4619]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4624]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4630]: 6 -133.629 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4633]: 6 0 0.500091 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4634]: 6 -259.766 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4645]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4647]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4652]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4662]: 6 -261.308 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4673]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4677]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4682]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4687]: 6 -267.757 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4692]: 6 -1.96881 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4693]: 6 -1.56257 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4701]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4703]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4705]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4706]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4707]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4708]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4714]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4718]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4720]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4731]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4737]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4739]: 6 0 0.500045 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4740]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4742]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4750]: 6 -1.87507 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4751]: 6 -1.75003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4759]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4761]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4762]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4763]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4764]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4765]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4766]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4768]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4769]: 6 0 0.500035 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4771]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4774]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4778]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4789]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4791]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4795]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4798]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4801]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4802]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4809]: 6 -2.50005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4817]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4819]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4820]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4823]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4824]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4836]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4837]: 6 0 1.75002 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4849]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4853]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4855]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4858]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4861]: 6 -445.41 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4862]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4875]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4877]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4878]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4882]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4885]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4887]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4889]: 6 -14.3278 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4905]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4907]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4913]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4914]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4916]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4917]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4933]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4935]: 6 -1.00008 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4936]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4942]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4944]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4963]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4965]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4991]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4993]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[4994]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5000]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5010]: 6 -182.299 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5021]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5027]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5031]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5034]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5049]: 6 -1.00002 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5052]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5058]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5082]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5084]: 6 -1.00004 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5086]: 6 0 0.500071 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5090]: 6 -548.842 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5097]: 6 -314.804 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5104]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5108]: 6 -1.00007 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5161]: 6 -5.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5166]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5168]: 6 -1.0001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5169]: 6 -1.00006 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5171]: 6 -1.00005 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5173]: 6 -1.00009 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5174]: 6 -1.00003 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5179]: 6 -1.00001 0 shouldn't be
2392.65/2398.71	WSVECS04 Frhs2[5181]: 6 -1.0001 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[61]: 6 0 0.500034 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[77]: 6 0 0.500032 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[102]: 6 -656.819 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[229]: 6 -685.181 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[282]: 6 -41.7156 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[287]: 6 -920.839 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[341]: 6 -241.341 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[366]: 6 0 0.500089 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[399]: 6 -647.343 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[421]: 6 0 0.500069 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[455]: 6 -311.521 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[456]: 6 -1.00004 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[513]: 6 -185.175 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[514]: 6 -490.263 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[515]: 6 -391.581 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[562]: 6 0 0.500094 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[622]: 6 0 0.500062 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[673]: 6 -1.00006 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[677]: 6 -1.00008 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[687]: 6 -1.0001 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[736]: 6 0 0.500021 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[746]: 6 -1.00008 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[747]: 6 -682.411 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1168]: 6 0 0.500085 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1356]: 6 -1.00005 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1359]: 6 0 0.500048 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1438]: 6 -1.00004 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1454]: 6 -261.586 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1472]: 6 0 0.500044 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1480]: 6 -1.00006 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1527]: 6 0 0.500013 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1883]: 6 -0.342263 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1962]: 6 -180.079 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[1998]: 6 -0.781267 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2027]: 6 -0.562523 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2076]: 6 -423.023 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2104]: 6 -2.61357 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2109]: 6 -1109.64 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2131]: 6 -1.76603 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2137]: 6 0 0.500047 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2164]: 6 -587.153 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2165]: 6 -244.844 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2223]: 6 -145.648 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2224]: 6 -1.00005 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2225]: 6 -1735.56 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2249]: 6 -400.385 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2251]: 6 -547.543 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2252]: 6 -310.021 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2277]: 6 -1.00008 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2279]: 6 -1.00002 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2280]: 6 -1161.82 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2300]: 6 0 0.500019 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2307]: 6 -195.61 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2336]: 6 -394.679 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2366]: 6 -714.621 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2368]: 6 -1.00008 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2398]: 6 -1.00003 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2424]: 6 -894.791 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2428]: 6 -366.785 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2429]: 6 -243.607 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2451]: 6 -1.00009 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2458]: 6 -234.772 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2473]: 6 -1.00004 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2477]: 6 -1.00005 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2484]: 6 -894.791 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2485]: 6 -587.333 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2508]: 6 -550.342 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2514]: 6 -438.058 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2517]: 6 -0.577111 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2540]: 6 -1.00005 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2572]: 6 -571.516 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2649]: 6 -1.00006 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2651]: 6 -1.00005 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2653]: 6 -1.00004 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2658]: 6 0 0.50002 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2659]: 6 -548.842 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2660]: 6 -1.00006 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2661]: 6 -1.00004 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2716]: 6 0 0.500026 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2717]: 6 -1.00001 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2765]: 6 -547.342 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2774]: 6 0 0.500088 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2839]: 6 -2.13999 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2892]: 6 -1.00002 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2894]: 6 0 0.500074 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2942]: 6 0 0.500077 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[2952]: 6 0 0.500041 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3008]: 6 -548.842 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3010]: 6 0 0.500073 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3058]: 6 0 0.500022 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3065]: 6 -1.0001 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3068]: 6 0 0.500094 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3126]: 6 0 0.500061 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3129]: 6 -145.297 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3177]: 6 0 0.500063 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3240]: 6 -598.291 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3290]: 6 0 0.50004 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3297]: 6 -896.291 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3299]: 6 -1.00002 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3303]: 6 -18.5225 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3354]: 6 0 0.500076 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3355]: 6 -1.00006 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3356]: 6 -1.00001 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3361]: 6 -76.8011 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3412]: 6 0 0.500077 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3419]: 6 -1.50002 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3537]: 6 0 0.5001 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3550]: 6 0 0.406182 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3584]: 6 0 0.500057 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3630]: 6 -1.0001 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3640]: 6 0 0.50008 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3722]: 6 -1.00003 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3734]: 6 0 0.500071 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3743]: 6 0 0.500028 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3877]: 6 -1.00003 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3919]: 6 0 0.500092 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3925]: 6 0 0.319609 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[3942]: 6 0 0.500069 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4062]: 6 -2.50006 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4121]: 6 0 0.500098 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4163]: 6 0 0.50009 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4223]: 6 0 2.0001 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4233]: 6 -3.00007 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4272]: 6 -1.00004 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4276]: 6 0 0.500078 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4295]: 6 -1173.13 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4297]: 6 -988.938 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4298]: 6 -877.913 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4302]: 6 -1174.63 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4303]: 6 -988.938 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4308]: 6 -564.346 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4310]: 6 -870.751 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4331]: 6 -1.00005 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4332]: 6 -1.00002 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4343]: 6 -2.00009 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4362]: 6 -315.574 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4373]: 6 0 2.7501 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4397]: 6 0 0.500041 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4398]: 6 -1.00009 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4419]: 6 -1.00009 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4424]: 6 -548.842 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4450]: 6 -1.00002 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4455]: 6 0 0.500014 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4501]: 6 -1.00009 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4509]: 6 -1.00008 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4564]: 6 -1.00006 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4572]: 6 -257.112 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4651]: 6 -1.00005 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4690]: 6 -636.788 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4709]: 6 -1.00008 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4744]: 6 0 0.500057 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4745]: 6 -548.842 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4746]: 6 -548.842 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4783]: 6 0 0.125038 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4804]: 6 -229.119 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4830]: 6 -1.00006 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4863]: 6 -71.3522 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4890]: 6 -858.064 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4912]: 6 -1.00003 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4922]: 6 -423.01 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4978]: 6 -896.291 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[4999]: 6 -1.00003 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[5028]: 6 0 0.500033 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[5032]: 6 0 0.50002 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[5035]: 6 0 0.50008 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[5062]: 6 -1.00005 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[5066]: 6 -587.333 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[5085]: 6 -1.00009 0 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[5093]: 6 0 0.500027 shouldn't be
2394.15/2400.23	WSVECS04 Frhs2[5218]: 6 0 1.00005 shouldn't be
2396.55/2402.70	c rational objective 40.4548
2481.65/2488.00	c #Conflicts:     694000 | #Constraints:      52601
2481.65/2488.00	c #Conflicts:     695000 | #Constraints:      53601
2481.65/2488.00	c #Conflicts:     696000 | #Constraints:      54601
2481.65/2488.00	c #Conflicts:     697000 | #Constraints:      55601
2481.65/2488.00	c #Conflicts:     698000 | #Constraints:      56601
2481.65/2488.00	c #Conflicts:     699000 | #Constraints:      57601
2481.65/2488.00	c #Conflicts:     700000 | #Constraints:      58601
2481.65/2488.00	c #Conflicts:     701000 | #Constraints:      59601
2481.65/2488.00	c #Conflicts:     702000 | #Constraints:      60601
2481.65/2488.00	c #Conflicts:     703000 | #Constraints:      61601
2481.65/2488.00	c #Conflicts:     704000 | #Constraints:      62601
2481.65/2488.00	c #Conflicts:     705000 | #Constraints:      63601
2481.65/2488.00	c #Conflicts:     706000 | #Constraints:      64601
2481.65/2488.00	c #Conflicts:     707000 | #Constraints:      65601
2481.65/2488.00	c #Conflicts:     708000 | #Constraints:      66601
2481.65/2488.00	c #Conflicts:     709000 | #Constraints:      67601
2481.65/2488.00	c #Conflicts:     710000 | #Constraints:      68601
2481.65/2488.00	c #Conflicts:     711000 | #Constraints:      69601
2481.65/2488.00	c #Conflicts:     712000 | #Constraints:      70601
2481.65/2488.00	c #Conflicts:     713000 | #Constraints:      71601
2481.65/2488.00	c #Conflicts:     714000 | #Constraints:      72601
2481.65/2488.00	c #Conflicts:     715000 | #Constraints:      73601
2481.65/2488.00	c #Conflicts:     716000 | #Constraints:      74601
2481.65/2488.00	c INPROCESSING
2481.65/2488.00	c GARBAGE COLLECT
2481.65/2488.00	c #Conflicts:     717000 | #Constraints:      45013
2481.65/2488.00	c #Conflicts:     718000 | #Constraints:      46013
2481.65/2488.00	c #Conflicts:     719000 | #Constraints:      47013
2481.65/2488.00	c #Conflicts:     720000 | #Constraints:      48013
2481.65/2488.00	c #Conflicts:     721000 | #Constraints:      49013
2481.65/2488.00	c #Conflicts:     722000 | #Constraints:      50013
2481.65/2488.00	c #Conflicts:     723000 | #Constraints:      51013
2481.65/2488.00	c #Conflicts:     724000 | #Constraints:      52013
2481.65/2488.00	c #Conflicts:     725000 | #Constraints:      53013
2481.65/2488.00	c #Conflicts:     726000 | #Constraints:      54013
2481.65/2488.00	c #Conflicts:     727000 | #Constraints:      55013
2481.65/2488.00	c #Conflicts:     728000 | #Constraints:      56013
2481.65/2488.00	c #Conflicts:     729000 | #Constraints:      57013
2481.65/2488.00	c #Conflicts:     730000 | #Constraints:      58013
2481.65/2488.00	c #Conflicts:     731000 | #Constraints:      59013
2481.65/2488.00	c #Conflicts:     732000 | #Constraints:      60013
2481.65/2488.00	c #Conflicts:     733000 | #Constraints:      61013
2481.65/2488.00	c #Conflicts:     734000 | #Constraints:      62013
2481.65/2488.00	WSVECS04 Frhs2[91]: 6 0 44.0891 shouldn't be
2481.65/2488.00	WSVECS04 Frhs2[1609]: 6 0 7.2694 shouldn't be
2828.40/2835.54	c #Conflicts:     735000 | #Constraints:      63014
2828.40/2835.54	c #Conflicts:     736000 | #Constraints:      64014
2828.40/2835.54	c #Conflicts:     737000 | #Constraints:      65014
2828.40/2835.54	c #Conflicts:     738000 | #Constraints:      66014
2828.40/2835.54	c #Conflicts:     739000 | #Constraints:      67014
2828.40/2835.54	c #Conflicts:     740000 | #Constraints:      68014
2828.40/2835.54	c #Conflicts:     741000 | #Constraints:      69014
2828.40/2835.54	c #Conflicts:     742000 | #Constraints:      70014
2828.40/2835.54	c #Conflicts:     743000 | #Constraints:      71014
2828.40/2835.54	c #Conflicts:     744000 | #Constraints:      72014
2828.40/2835.54	c #Conflicts:     745000 | #Constraints:      73014
2828.40/2835.54	c #Conflicts:     746000 | #Constraints:      74014
2828.40/2835.54	c #Conflicts:     747000 | #Constraints:      75014
2828.40/2835.54	c #Conflicts:     748000 | #Constraints:      76014
2828.40/2835.54	c #Conflicts:     749000 | #Constraints:      77014
2828.40/2835.54	c #Conflicts:     750000 | #Constraints:      78014
2828.40/2835.54	c #Conflicts:     751000 | #Constraints:      79014
2828.40/2835.54	c #Conflicts:     752000 | #Constraints:      80014
2828.40/2835.54	c #Conflicts:     753000 | #Constraints:      81014
2828.40/2835.54	c #Conflicts:     754000 | #Constraints:      82014
2828.40/2835.54	c #Conflicts:     755000 | #Constraints:      83014
2828.40/2835.54	c #Conflicts:     756000 | #Constraints:      84014
2828.40/2835.54	c #Conflicts:     757000 | #Constraints:      85014
2828.40/2835.54	c #Conflicts:     758000 | #Constraints:      86014
2828.40/2835.54	c #Conflicts:     759000 | #Constraints:      87014
2828.40/2835.54	c #Conflicts:     760000 | #Constraints:      88014
2828.40/2835.54	c #Conflicts:     761000 | #Constraints:      89014
2828.40/2835.54	c #Conflicts:     762000 | #Constraints:      90014
2828.40/2835.54	c #Conflicts:     763000 | #Constraints:      91014
2828.40/2835.54	c #Conflicts:     764000 | #Constraints:      92014
2828.40/2835.54	c #Conflicts:     765000 | #Constraints:      93014
2828.40/2835.54	c #Conflicts:     766000 | #Constraints:      94014
2828.40/2835.54	c #Conflicts:     767000 | #Constraints:      95014
2828.40/2835.54	c #Conflicts:     768000 | #Constraints:      96014
2828.40/2835.54	c #Conflicts:     769000 | #Constraints:      97014
2828.40/2835.54	c #Conflicts:     770000 | #Constraints:      98014
2828.40/2835.54	c #Conflicts:     771000 | #Constraints:      99014
2828.40/2835.54	c #Conflicts:     772000 | #Constraints:     100014
2828.40/2835.54	c #Conflicts:     773000 | #Constraints:     101014
2828.40/2835.54	c INPROCESSING
2828.40/2835.54	c GARBAGE COLLECT
2828.40/2835.54	c #Conflicts:     774000 | #Constraints:      55118
2828.40/2835.54	c #Conflicts:     775000 | #Constraints:      56118
2828.40/2835.54	c #Conflicts:     776000 | #Constraints:      57118
2828.40/2835.54	c #Conflicts:     777000 | #Constraints:      58118
2828.40/2835.54	c #Conflicts:     778000 | #Constraints:      59118
2828.40/2835.54	c #Conflicts:     779000 | #Constraints:      60118
2828.40/2835.54	c #Conflicts:     780000 | #Constraints:      61118
2828.40/2835.54	c #Conflicts:     781000 | #Constraints:      62118
2828.40/2835.54	c #Conflicts:     782000 | #Constraints:      63118
2828.40/2835.54	c #Conflicts:     783000 | #Constraints:      64118
2828.40/2835.54	c #Conflicts:     784000 | #Constraints:      65118
2828.40/2835.54	c #Conflicts:     785000 | #Constraints:      66118
2828.40/2835.54	c #Conflicts:     786000 | #Constraints:      67118
2828.40/2835.54	c #Conflicts:     787000 | #Constraints:      68118
2828.40/2835.54	c #Conflicts:     788000 | #Constraints:      69118
2828.40/2835.54	c #Conflicts:     789000 | #Constraints:      70118
2828.40/2835.54	c #Conflicts:     790000 | #Constraints:      71118
2828.40/2835.54	c #Conflicts:     791000 | #Constraints:      72118
2828.40/2835.54	c #Conflicts:     792000 | #Constraints:      73118
2828.40/2835.54	c #Conflicts:     793000 | #Constraints:      74118
2828.40/2835.54	c #Conflicts:     794000 | #Constraints:      75118
2828.40/2835.54	c #Conflicts:     795000 | #Constraints:      76118
2828.40/2835.54	c #Conflicts:     796000 | #Constraints:      77118
2828.40/2835.54	c #Conflicts:     797000 | #Constraints:      78118
2828.40/2835.54	c #Conflicts:     798000 | #Constraints:      79118
2828.40/2835.54	c INPROCESSING
2828.40/2835.54	c GARBAGE COLLECT
2828.40/2835.54	c #Conflicts:     799000 | #Constraints:      48151
2828.40/2835.54	c #Conflicts:     800000 | #Constraints:      49151
2828.40/2835.54	c #Conflicts:     801000 | #Constraints:      50151
2828.40/2835.54	c #Conflicts:     802000 | #Constraints:      51151
2828.40/2835.54	c #Conflicts:     803000 | #Constraints:      52151
2828.40/2835.54	c #Conflicts:     804000 | #Constraints:      53151
2828.40/2835.54	c #Conflicts:     805000 | #Constraints:      54151
2828.40/2835.54	c #Conflicts:     806000 | #Constraints:      55151
2828.40/2835.54	c #Conflicts:     807000 | #Constraints:      56151
2828.40/2835.54	c #Conflicts:     808000 | #Constraints:      57151
2828.40/2835.54	c #Conflicts:     809000 | #Constraints:      58151
2828.40/2835.54	c #Conflicts:     810000 | #Constraints:      59151
2828.40/2835.54	c #Conflicts:     811000 | #Constraints:      60151
2828.40/2835.54	c #Conflicts:     812000 | #Constraints:      61151
3174.77/3182.71	c #Conflicts:     813000 | #Constraints:      62151
3174.77/3182.71	c #Conflicts:     814000 | #Constraints:      63151
3174.77/3182.71	c #Conflicts:     815000 | #Constraints:      64151
3174.77/3182.71	c #Conflicts:     816000 | #Constraints:      65151
3174.77/3182.71	c #Conflicts:     817000 | #Constraints:      66151
3174.77/3182.71	c #Conflicts:     818000 | #Constraints:      67152
3174.77/3182.71	c #Conflicts:     819000 | #Constraints:      68152
3174.77/3182.71	c #Conflicts:     820000 | #Constraints:      69152
3174.77/3182.71	c #Conflicts:     821000 | #Constraints:      70152
3174.77/3182.71	c #Conflicts:     822000 | #Constraints:      71152
3174.77/3182.71	c #Conflicts:     823000 | #Constraints:      72152
3174.77/3182.71	c #Conflicts:     824000 | #Constraints:      73152
3174.77/3182.71	c #Conflicts:     825000 | #Constraints:      74152
3174.77/3182.71	c #Conflicts:     826000 | #Constraints:      75152
3174.77/3182.71	c #Conflicts:     827000 | #Constraints:      76152
3174.77/3182.71	c #Conflicts:     828000 | #Constraints:      77152
3174.77/3182.71	c #Conflicts:     829000 | #Constraints:      78152
3174.77/3182.71	c #Conflicts:     830000 | #Constraints:      79152
3174.77/3182.71	c #Conflicts:     831000 | #Constraints:      80152
3174.77/3182.71	c #Conflicts:     832000 | #Constraints:      81152
3174.77/3182.71	c #Conflicts:     833000 | #Constraints:      82152
3174.77/3182.71	c #Conflicts:     834000 | #Constraints:      83152
3174.77/3182.71	c #Conflicts:     835000 | #Constraints:      84152
3174.77/3182.71	c #Conflicts:     836000 | #Constraints:      85152
3174.77/3182.71	c #Conflicts:     837000 | #Constraints:      86152
3174.77/3182.71	c #Conflicts:     838000 | #Constraints:      87152
3174.77/3182.71	c #Conflicts:     839000 | #Constraints:      88152
3174.77/3182.71	c #Conflicts:     840000 | #Constraints:      89152
3174.77/3182.71	c #Conflicts:     841000 | #Constraints:      90152
3174.77/3182.71	c #Conflicts:     842000 | #Constraints:      91152
3174.77/3182.71	c #Conflicts:     843000 | #Constraints:      92152
3174.77/3182.71	c #Conflicts:     844000 | #Constraints:      93152
3174.77/3182.71	c #Conflicts:     845000 | #Constraints:      94152
3174.77/3182.71	c #Conflicts:     846000 | #Constraints:      95152
3174.77/3182.71	c #Conflicts:     847000 | #Constraints:      96152
3174.77/3182.71	c #Conflicts:     848000 | #Constraints:      97152
3174.77/3182.71	c #Conflicts:     849000 | #Constraints:      98152
3174.77/3182.71	c #Conflicts:     850000 | #Constraints:      99152
3174.77/3182.71	c #Conflicts:     851000 | #Constraints:     100152
3174.77/3182.71	c #Conflicts:     852000 | #Constraints:     101152
3174.77/3182.71	c #Conflicts:     853000 | #Constraints:     102152
3174.77/3182.71	c #Conflicts:     854000 | #Constraints:     103152
3174.77/3182.71	c #Conflicts:     855000 | #Constraints:     104152
3174.77/3182.71	c #Conflicts:     856000 | #Constraints:     105152
3174.77/3182.71	c #Conflicts:     857000 | #Constraints:     106152
3174.77/3182.71	c #Conflicts:     858000 | #Constraints:     107152
3174.77/3182.71	c INPROCESSING
3174.77/3182.71	c GARBAGE COLLECT
3174.77/3182.71	c rational objective 40.8236
3600.04/3609.00	c #Conflicts:     859000 | #Constraints:      58281
3600.04/3609.00	c #Conflicts:     860000 | #Constraints:      59281
3600.04/3609.00	c #Conflicts:     861000 | #Constraints:      60281
3600.04/3609.00	c #Conflicts:     862000 | #Constraints:      61281
3600.04/3609.00	c #Conflicts:     863000 | #Constraints:      62281
3600.04/3609.00	c #Conflicts:     864000 | #Constraints:      63281
3600.04/3609.00	c #Conflicts:     865000 | #Constraints:      64281
3600.04/3609.00	c #Conflicts:     866000 | #Constraints:      65281
3600.04/3609.00	c #Conflicts:     867000 | #Constraints:      66281
3600.04/3609.00	c #Conflicts:     868000 | #Constraints:      67281
3600.04/3609.00	c #Conflicts:     869000 | #Constraints:      68281
3600.04/3609.00	c #Conflicts:     870000 | #Constraints:      69281
3600.04/3609.00	c #Conflicts:     871000 | #Constraints:      70281
3600.04/3609.00	c #Conflicts:     872000 | #Constraints:      71281
3600.04/3609.00	c #Conflicts:     873000 | #Constraints:      72281
3600.04/3609.00	c #Conflicts:     874000 | #Constraints:      73281
3600.04/3609.00	c #Conflicts:     875000 | #Constraints:      74281
3600.04/3609.00	c #Conflicts:     876000 | #Constraints:      75281
3600.04/3609.00	c #Conflicts:     877000 | #Constraints:      76281
3600.04/3609.00	c #Conflicts:     878000 | #Constraints:      77281
3600.04/3609.00	c #Conflicts:     879000 | #Constraints:      78281
3600.04/3609.00	c #Conflicts:     880000 | #Constraints:      79281
3600.04/3609.00	c #Conflicts:     881000 | #Constraints:      80281
3600.04/3609.00	c #Conflicts:     882000 | #Constraints:      81281
3600.04/3609.00	c #Conflicts:     883000 | #Constraints:      82281
3600.04/3609.00	c #Conflicts:     884000 | #Constraints:      83281
3600.04/3609.00	c INPROCESSING
3600.04/3609.00	c GARBAGE COLLECT
3600.04/3609.00	c #Conflicts:     885000 | #Constraints:      51112
3600.04/3609.00	c #Conflicts:     886000 | #Constraints:      52112
3600.04/3609.00	c #Conflicts:     887000 | #Constraints:      53112
3600.04/3609.00	c #Conflicts:     888000 | #Constraints:      54112
3600.04/3609.00	c #Conflicts:     889000 | #Constraints:      55112
3600.04/3609.00	c #Conflicts:     890000 | #Constraints:      56112
3600.04/3609.00	c #Conflicts:     891000 | #Constraints:      57112
3600.04/3609.00	c #Conflicts:     892000 | #Constraints:      58112
3600.04/3609.00	c #Conflicts:     893000 | #Constraints:      59112
3600.04/3609.00	c #Conflicts:     894000 | #Constraints:      60112
3600.04/3609.00	c #Conflicts:     895000 | #Constraints:      61112
3600.04/3609.00	c #Conflicts:     896000 | #Constraints:      62112
3600.04/3609.00	c #Conflicts:     897000 | #Constraints:      63112
3600.04/3609.00	c #Conflicts:     898000 | #Constraints:      64112
3600.04/3609.00	c #Conflicts:     899000 | #Constraints:      65112
3600.04/3609.00	c #Conflicts:     900000 | #Constraints:      66112
3600.04/3609.00	c #Conflicts:     901000 | #Constraints:      67112
3600.04/3609.00	c #Conflicts:     902000 | #Constraints:      68112
3600.04/3609.00	c #Conflicts:     903000 | #Constraints:      69112
3600.04/3609.00	c #Conflicts:     904000 | #Constraints:      70112
3600.04/3609.00	c #Conflicts:     905000 | #Constraints:      71112
3600.04/3609.00	c #Conflicts:     906000 | #Constraints:      72112
3600.04/3609.00	c #Conflicts:     907000 | #Constraints:      73112
3600.04/3609.00	c #Conflicts:     908000 | #Constraints:      74112
3600.04/3609.00	c #Conflicts:     909000 | #Constraints:      75112
3600.04/3609.00	c #Conflicts:     910000 | #Constraints:      76112
3600.04/3609.00	c #Conflicts:     911000 | #Constraints:      77112
3600.04/3609.00	c #Conflicts:     912000 | #Constraints:      78112
3600.04/3609.00	c #Conflicts:     913000 | #Constraints:      79112
3600.04/3609.00	c #Conflicts:     914000 | #Constraints:      80112
3600.04/3609.00	c #Conflicts:     915000 | #Constraints:      81112
3600.04/3609.00	c #Conflicts:     916000 | #Constraints:      82112
3600.04/3609.00	c #Conflicts:     917000 | #Constraints:      83112
3600.04/3609.00	c #Conflicts:     918000 | #Constraints:      84112
3600.04/3609.00	c #Conflicts:     919000 | #Constraints:      85112
3600.04/3609.00	c #Conflicts:     920000 | #Constraints:      86112
3600.04/3609.00	c #Conflicts:     921000 | #Constraints:      87112
3600.04/3609.00	c #Conflicts:     922000 | #Constraints:      88112
3600.04/3609.00	c #Conflicts:     923000 | #Constraints:      89112
3600.04/3609.00	c #Conflicts:     924000 | #Constraints:      90112
3600.04/3609.00	c #Conflicts:     925000 | #Constraints:      91112
3600.04/3609.00	c #Conflicts:     926000 | #Constraints:      92112
3600.04/3609.00	c #Conflicts:     927000 | #Constraints:      93112
3600.04/3609.00	c #Conflicts:     928000 | #Constraints:      94112
3600.04/3609.00	c #Conflicts:     929000 | #Constraints:      95112
3600.04/3609.00	c #Conflicts:     930000 | #Constraints:      96112
3600.04/3609.00	c #Conflicts:     931000 | #Constraints:      97112
3600.04/3609.00	c #Conflicts:     932000 | #Constraints:      98112
3600.04/3609.00	c #Conflicts:     933000 | #Constraints:      99112
3600.04/3609.00	c #Conflicts:     934000 | #Constraints:     100112
3600.04/3609.00	c cpu time 3594.55 s
3600.04/3609.00	c deterministic time 163268254725 1.63e+11
3600.04/3609.00	c optimization time 335.212 s
3600.04/3609.00	c total solve time 3259.32 s
3600.04/3609.00	c core-guided solve time 0 s
3600.04/3609.00	c propagation time 2223.6 s
3600.04/3609.00	c conflict analysis time 1308.46 s
3600.04/3609.00	c propagations 438008574
3600.04/3609.00	c resolve steps 129072480
3600.04/3609.00	c decisions 1365756
3600.04/3609.00	c conflicts 934543
3600.04/3609.00	c restarts 2042
3600.04/3609.00	c inprocessing phases 40
3600.04/3609.00	c garbage collections 40 ,( 100.00 )
3600.04/3609.00	c input clauses 3893 ,( 55.15 )
3600.04/3609.00	c input cardinalities 1 ,( 0.01 )
3600.04/3609.00	c input general constraints 3165 ,( 44.84 )
3600.04/3609.00	c input average constraint length 3.23
3600.04/3609.00	c input average constraint degree 40831615831098.56
3600.04/3609.00	c learned clauses 600562 ,( 64.26 )
3600.04/3609.00	c learned cardinalities 159 ,( 0.02 )
3600.04/3609.00	c learned general constraints 333859 ,( 35.72 )
3600.04/3609.00	c learned average constraint length 323.75
3600.04/3609.00	c learned average constraint degree 124966705.88
3600.04/3609.00	c watched  CF 32, 64, 128, Arb: 49698 , 0 , 0 , 0
3600.04/3609.00	c counting CF 32, 64, 128, Arb: 287325 , 1 , 0 , 0
3600.04/3609.00	c watched   constraints 49698 ,( 14.75 ) 
3600.04/3609.00	c counting  constraints 287326 ,( 85.25 ) 
3600.04/3609.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 928631164 , 4552924 , 54879965609 ,( 119042063 , 54760923546 )
3600.04/3609.00	c gcd simplifications 30302
3600.04/3609.00	c detected cardinalities 65
3600.04/3609.00	c weakened non-implied lits 48631095
3600.04/3609.00	c weakened non-implying lits 925200
3600.04/3609.00	c original variables 5220
3600.04/3609.00	c clausal propagations 161816224
3600.04/3609.00	c cardinality propagations 179309
3600.04/3609.00	c watched propagations 2185143
3600.04/3609.00	c counting propagations 272914651
3600.04/3609.00	c watch lookups 114558869337
3600.04/3609.00	c watch backjump lookups 0
3600.04/3609.00	c watch checks 4064582232
3600.04/3609.00	c propagation checks 42514315516
3600.04/3609.00	c constraint additions 1250622436
3600.04/3609.00	c trail pops 440305149
3600.04/3609.00	c formula constraints 7059
3600.04/3609.00	c learned constraints 934540
3600.04/3609.00	c bound constraints 0
3600.04/3609.00	c core-guided constraints 0
3600.04/3609.00	c encountered formula constraints 87631963
3600.04/3609.00	c encountered learned constraints 42124438
3600.04/3609.00	c encountered bound constraints 0
3600.04/3609.00	c encountered core-guided constraints 0
3600.04/3609.00	c LP total time 54.6691 s
3600.04/3609.00	c LP solve time 49.74 s
3600.04/3609.00	c LP constraints added 7476
3600.04/3609.00	c LP constraints removed 203
3600.04/3609.00	c LP pivots internal 95112
3600.04/3609.00	c LP pivots root 90612
3600.04/3609.00	c LP calls 1086
3600.04/3609.00	c LP optimalities 1036
3600.04/3609.00	c LP no pivot count 1019
3600.04/3609.00	c LP infeasibilities 31
3600.04/3609.00	c LP valid Farkas constraints 29
3600.04/3609.00	c LP learned Farkas constraints 3
3600.04/3609.00	c LP basis resets 17
3600.04/3609.00	c LP cycling count 5
3600.04/3609.00	c LP singular count 8
3600.04/3609.00	c LP no primal count 0
3600.04/3609.00	c LP no farkas count 2
3600.04/3609.00	c LP other issue count 2
3600.04/3609.00	c LP Gomory cuts 8
3600.04/3609.00	c LP learned cuts 409
3600.04/3609.00	c LP deleted cuts 203
3600.04/3609.00	c LP encountered Gomory constraints 0
3600.04/3609.00	c LP encountered Farkas constraints 208721
3600.04/3609.00	c LP encountered learned Farkas constraints 41898
3600.04/3609.00	c CG auxiliary variables introduced 0
3600.04/3609.00	c CG solutions found 0
3600.04/3609.00	c CG cores constructed 0
3600.04/3609.00	c CG core cardinality constraints returned 0
3600.04/3609.00	c CG unit cores 0
3600.04/3609.00	c CG single cores 0
3600.04/3609.00	c CG blocks removed during cardinality reduction 0
3600.04/3609.00	c CG first core best 0
3600.04/3609.00	c CG decision core best 0
3600.04/3609.00	c CG core reduction tie 0
3600.04/3609.00	c CG core degree average 0.00
3600.04/3609.00	c CG core slack average 0.00
3600.04/3609.00	c CG core upper bound improvements 0
3600.04/3609.00	c STR number of successful calls 0
3600.04/3609.00	c STR number of unsuccessful calls 0
3600.04/3609.00	c STR number of inconclusive calls 0
3600.04/3609.00	c STR number of successful attempts 0
3600.04/3609.00	c STR number of unsuccessful attempts 0
3600.04/3609.00	c STR number of inconclusive attempts 0
3600.04/3609.00	c STR average degree increase per successful call inf
3600.04/3609.00	c STR average degree increase per successful attempt inf
3600.04/3609.00	c STR total number of conflicts for successful attempts 0
3600.04/3609.00	c STR total number of conflicts for unsuccessful attempts 0
3600.04/3609.00	c STR total number of conflicts for inconclusive attempts 0
3600.04/3609.00	c STR average number of conflicts per successful attempt inf
3600.04/3609.00	c STR average number of conflicts per unsuccessful attempt inf
3600.04/3609.00	c STR average number of conflicts per inconclusive attempt inf
3600.04/3609.00	c AVG.sumWPerc 79.28 
3600.04/3609.00	c bigint constraints 1 
3600.04/3609.00	s UNKNOWN
3600.04/3609.00	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=164353, runsolver pid=164344

[startup+0.100057 s]*
/proc/loadavg: 0.12 0.10 0.09 5/267 164357
/proc/meminfo: memFree=129026500/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=68480 memory=24256 CPUtime=0.05 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 4003 0 0 0 4 1 0 0 20 0 1 0 235576267 70123520 6064 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 17120 6064 2304 1147 0 4547 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 72672 KiB
Current children cumulated memory: 27200 KiB

[startup+0.204664 s]*
/proc/loadavg: 0.12 0.10 0.09 5/267 164357
/proc/meminfo: memFree=129026676/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=69104 memory=25152 CPUtime=0.16 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 4181 0 0 0 15 1 0 0 20 0 1 0 235576267 70762496 6288 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 17276 6288 2368 1147 0 4703 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 73296 KiB
Current children cumulated memory: 28096 KiB

[startup+0.304489 s]*
/proc/loadavg: 0.12 0.10 0.09 5/267 164357
/proc/meminfo: memFree=129023904/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=69368 memory=25536 CPUtime=0.25 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 4265 0 0 0 24 1 0 0 20 0 1 0 235576267 71032832 6384 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 17342 6384 2368 1147 0 4769 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 73560 KiB
Current children cumulated memory: 28480 KiB

[startup+0.700127 s]
/proc/loadavg: 0.12 0.10 0.09 5/267 164357
/proc/meminfo: memFree=129022896/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=70600 memory=26432 CPUtime=0.65 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 4506 0 0 0 63 2 0 0 20 0 1 0 235576267 72294400 6608 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 17650 6608 2368 1147 0 5077 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 74792 KiB
Current children cumulated memory: 29376 KiB

[startup+1.50013 s]
/proc/loadavg: 0.12 0.10 0.09 5/267 164357
/proc/meminfo: memFree=129016848/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=74804 memory=29888 CPUtime=1.45 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 5377 0 0 0 142 3 0 0 20 0 1 0 235576267 76599296 7472 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 18701 7472 2368 1147 0 6128 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 78996 KiB
Current children cumulated memory: 32832 KiB

[startup+3.10528 s]
/proc/loadavg: 0.12 0.10 0.09 5/267 164357
/proc/meminfo: memFree=128972152/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=75360 memory=30784 CPUtime=3.04 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 5600 0 0 0 299 5 0 0 20 0 1 0 235576267 77168640 7696 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 18840 7696 2368 1147 0 6267 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 79552 KiB
Current children cumulated memory: 33728 KiB

[startup+6.30012 s]
/proc/loadavg: 0.43 0.16 0.11 5/268 164358
/proc/meminfo: memFree=128950800/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=82332 memory=39404 CPUtime=6.23 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 6729 0 0 0 615 8 0 0 20 0 1 0 235576267 84307968 9851 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 20583 9851 2368 1147 0 8010 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 86524 KiB
Current children cumulated memory: 42348 KiB

[startup+12.7001 s]
/proc/loadavg: 0.72 0.23 0.13 5/268 164358
/proc/meminfo: memFree=128912620/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=85984 memory=42732 CPUtime=12.62 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 7563 0 0 0 1245 17 0 0 20 0 1 0 235576267 88047616 10683 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 21496 10683 2368 1147 0 8923 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 90176 KiB
Current children cumulated memory: 45676 KiB

[startup+25.5001 s]
/proc/loadavg: 1.44 0.41 0.20 5/268 164358
/proc/meminfo: memFree=128824756/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=102564 memory=53112 CPUtime=25.39 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 9649 0 0 0 2514 25 0 0 20 0 1 0 235576267 105025536 13278 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 25641 13278 2368 1147 0 13068 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 106756 KiB
Current children cumulated memory: 56056 KiB

[startup+51.1054 s]
/proc/loadavg: 2.37 0.72 0.30 5/268 164358
/proc/meminfo: memFree=128756540/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=106676 memory=60296 CPUtime=50.93 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 10800 0 0 0 5050 43 0 0 20 0 1 0 235576267 109236224 15074 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 26669 15074 2496 1147 0 14096 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 110868 KiB
Current children cumulated memory: 63240 KiB

[startup+102.3 s]
/proc/loadavg: 3.35 1.24 0.50 5/268 164360
/proc/meminfo: memFree=128641404/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=140516 memory=93320 CPUtime=102 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 16551 0 0 0 10134 66 0 0 20 0 1 0 235576267 143888384 23330 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 35129 23330 2496 1147 0 22556 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 144708 KiB
Current children cumulated memory: 96264 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 1.78 0.74 5/268 164362
/proc/meminfo: memFree=128590476/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=151608 memory=103176 CPUtime=161.83 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 19031 0 0 0 16086 97 0 0 20 0 1 0 235576267 155246592 25794 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 37902 25794 2496 1147 0 25329 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 155800 KiB
Current children cumulated memory: 106120 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.20 0.95 5/268 164364
/proc/meminfo: memFree=128467400/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=226084 memory=147812 CPUtime=221.66 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 25583 0 0 0 22056 110 0 0 20 0 1 0 235576267 231510016 36953 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 56521 36953 2496 1147 0 43948 0

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

/proc/164357/statm: 216675 186433 2496 1147 0 204102 0
Current children cumulated CPU time: 3034.71 s
Current children cumulated vsize: 870892 KiB
Current children cumulated memory: 748676 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.15 4.02 5/267 164511
/proc/meminfo: memFree=126987772/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=871692 memory=748804 CPUtime=3094.55 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 135854 0 0 0 308950 505 0 0 20 0 1 0 235576267 892612608 187201 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 217923 187201 2496 1147 0 205350 0
Current children cumulated CPU time: 3094.56 s
Current children cumulated vsize: 875884 KiB
Current children cumulated memory: 751748 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.13 4.02 5/267 164513
/proc/meminfo: memFree=126987824/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=877580 memory=752388 CPUtime=3154.41 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 136760 0 0 0 314934 507 0 0 20 0 1 0 235576267 898641920 188097 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 219395 188097 2496 1147 0 206822 0
Current children cumulated CPU time: 3154.42 s
Current children cumulated vsize: 881772 KiB
Current children cumulated memory: 755332 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.14 4.03 5/267 164515
/proc/meminfo: memFree=126997612/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=881016 memory=755588 CPUtime=3214.26 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 137563 0 0 0 320909 517 0 0 20 0 1 0 235576267 902160384 188897 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 220254 188897 2496 1147 0 207681 0
Current children cumulated CPU time: 3214.27 s
Current children cumulated vsize: 885208 KiB
Current children cumulated memory: 758532 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.13 4.03 5/267 164517
/proc/meminfo: memFree=126989084/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=881016 memory=755588 CPUtime=3274.12 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 137563 0 0 0 326891 521 0 0 20 0 1 0 235576267 902160384 188897 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 220254 188897 2496 1147 0 207681 0
Current children cumulated CPU time: 3274.13 s
Current children cumulated vsize: 885208 KiB
Current children cumulated memory: 758532 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.03 5/267 164520
/proc/meminfo: memFree=126987768/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=881960 memory=755844 CPUtime=3333.98 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 137622 0 0 0 332869 529 0 0 20 0 1 0 235576267 903127040 188961 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 220490 188961 2496 1147 0 207917 0
Current children cumulated CPU time: 3333.99 s
Current children cumulated vsize: 886152 KiB
Current children cumulated memory: 758788 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.03 5/267 164522
/proc/meminfo: memFree=126994700/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=881960 memory=755844 CPUtime=3393.83 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 137624 0 0 0 338848 535 0 0 20 0 1 0 235576267 903127040 188961 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 220490 188961 2496 1147 0 207917 0
Current children cumulated CPU time: 3393.84 s
Current children cumulated vsize: 886152 KiB
Current children cumulated memory: 758788 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.03 5/267 164524
/proc/meminfo: memFree=126961860/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=881960 memory=755844 CPUtime=3453.69 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 137663 0 0 0 344829 540 0 0 20 0 1 0 235576267 903127040 188961 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 220490 188961 2496 1147 0 207917 0
Current children cumulated CPU time: 3453.7 s
Current children cumulated vsize: 886152 KiB
Current children cumulated memory: 758788 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.04 5/267 164526
/proc/meminfo: memFree=126945724/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=881960 memory=755844 CPUtime=3513.54 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 137668 0 0 0 350809 545 0 0 20 0 1 0 235576267 903127040 188961 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 220490 188961 2496 1147 0 207917 0
Current children cumulated CPU time: 3513.55 s
Current children cumulated vsize: 886152 KiB
Current children cumulated memory: 758788 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.04 5/267 164528
/proc/meminfo: memFree=126913084/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=881960 memory=755844 CPUtime=3573.39 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 137676 0 0 0 356792 547 0 0 20 0 1 0 235576267 903127040 188961 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 220490 188961 2496 1147 0 207917 0
Current children cumulated CPU time: 3573.4 s
Current children cumulated vsize: 886152 KiB
Current children cumulated memory: 758788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 4.14 4.12 4.04 5/268 164536
/proc/meminfo: memFree=126883840/131249988 swapFree=33010160/33010684
[pid=164353] ppid=164344 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/164353/stat : 164353 (run-dec-break.s) S 164344 164353 164273 0 -1 4194304 234 3076 0 0 0 0 1 0 20 0 1 0 235576263 4292608 736 18446744073709551615 94751368187904 94751369082437 140728199926208 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94751369321488 94751369369232 94751383461888 140728199932255 140728199932384 140728199932384 140728199937988 0
/proc/164353/statm: 1048 736 672 219 0 110 0
[pid=164357] ppid=164353 vsize=881960 memory=755972 CPUtime=3600.03 cores=1,3
/proc/164357/stat : 164357 (roundingsat) R 164353 164353 164273 0 -1 4194304 137680 0 0 0 359455 548 0 0 20 0 1 0 235576267 903127040 188993 18446744073709551615 4227072 8923433 140723378040656 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16416768 140723378043202 140723378043430 140723378043430 140723378049002 0
/proc/164357/statm: 220490 188993 2496 1147 0 207917 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 886152 KiB
Current children cumulated memory: 758916 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

Child status: 2

Real time (s): 3609.01
CPU time (s): 3600.06
CPU user time (s): 3594.57
CPU system time (s): 5.49504
CPU usage (%): 99.752
Max. virtual memory (cumulated for all children) (KiB): 886152
Max. memory (cumulated for all children) (KiB): 758916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.57
system time used= 5.49504
maximum resident set size= 756228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141008
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 393
involuntary context switches= 2851


# summary of solver processes directly reported to runsolver:
#   pid: 164353,164357
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3594.57
#   total CPU system time (s): 5.49504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.72577 second user time and 16.0324 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 17:42:54
IDJOB=4541648
IDBENCH=163217
IDSOLVER=3357
FILE ID=nodeC034/4541648-1753198973
RUNJOBID= nodeC034-1753198973-164292
SLURM_JOB_ID= 9687767
Free space on /tmp= 433024 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-29array_ineq6.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4541648-1753198973/watcher-4541648-1753198973 -o /tmp/evaluation-result-4541648-1753198973/solver-4541648-1753198973 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753198973-164292 --watchdog 3760  run-dec-break.sh HOME/instance-4541648-1753198973.opb

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

MD5SUM BENCH= e0dec10818bb8f0f47ba8429a0e85943
RANDOM SEED=1581860338

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129059896 kB
MemAvailable:   129673876 kB
Buffers:            2128 kB
Cached:          1353184 kB
SwapCached:           32 kB
Active:          1205312 kB
Inactive:         232556 kB
Active(anon):     106668 kB
Inactive(anon):     2152 kB
Active(file):    1098644 kB
Inactive(file):   230404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29624 kB
Writeback:             0 kB
AnonPages:         85704 kB
Mapped:           108800 kB
Shmem:             26264 kB
KReclaimable:     247940 kB
Slab:             346080 kB
SReclaimable:     247940 kB
SUnreclaim:        98140 kB
KernelStack:        4176 kB
PageTables:         3072 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     379208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC034 at 2025-07-22 18:43:03