Trace number 4503532

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.14 3610.62

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-73.opb
MD5SUMf8b1a93d1916f081f91f241f6f5f832b
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 benchmark50.0132
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4503532-1751163392.opb'
0.09/0.16	c 	read 7.43MB  (145.37ms)
0.09/0.16	c	 [cnf: #variables 7936 #clauses 176837 #duplicates 0 #arr 680102]
0.09/0.16	c 
0.09/0.16	c make graph and approximate orbits
0.21/0.30	c	 [group: #orbits ~= 0] (143.14ms)
0.21/0.30	c 
0.21/0.30	c detect special group actions
0.21/0.30	c 	probe for Johnson action (limit=64)
0.21/0.30	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.21/0.31	c 	probe for row symmetry (limit=64, splits=16.78M)
0.21/0.32	c 	 (16.66ms)
0.21/0.32	c 
0.21/0.32	c detect symmetries on remainder
0.21/0.32	c 	[graph: #vertices 209638 #edges 1409934]
0.21/0.32	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.30/0.35	c 	 [group: #symmetries 1.00*10^0 #generators 0] (28.50ms)
0.30/0.35	c 
0.30/0.35	c finalize break order and special generators
0.30/0.35	c 
0.30/0.35	c generation finished
0.30/0.35	c 	[sbp: #constraints 0 #add_vars 0]
0.30/0.35	c 
0.30/0.35	c write result to 'HOME/instance-4503532-1751163392.opb.pre'
0.30/0.38	c 	wrote 7.43MB (33.70ms)
0.30/0.38	c ------------------------------------------------------------------
0.30/0.38	c                 145.37ms 39.23% parse
0.30/0.38	c                 143.14ms 38.63% approx_orbits
0.30/0.38	c                  33.70ms  9.10% output
0.30/0.38	c                  28.50ms  7.69% detect_generic
0.30/0.38	c                  16.66ms  4.50% detect_special
0.30/0.38	c                   2.59ms  0.70% other
0.30/0.38	c                   0.56ms  0.15% finalize_order
0.30/0.38	c         ───────────────────────────────────────────────
0.30/0.38	c                 370.52ms   100% total
0.30/0.38	c ------------------------------------------------------------------
0.30/0.42	c RoundingSat 2
0.30/0.42	c branch pb25
0.30/0.42	c commit 63f22ad
1.45/1.52	c #variables 7936 #constraints 177125
96.16/96.55	c #Conflicts:       1000 | #Constraints:     178124
96.16/96.55	c #Conflicts:       2000 | #Constraints:     179124
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:       3000 | #Constraints:     179141
96.16/96.55	c #Conflicts:       4000 | #Constraints:     180141
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:       5000 | #Constraints:     179561
96.16/96.55	c #Conflicts:       6000 | #Constraints:     180561
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:       7000 | #Constraints:     179536
96.16/96.55	c #Conflicts:       8000 | #Constraints:     180536
96.16/96.55	c #Conflicts:       9000 | #Constraints:     181536
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:      10000 | #Constraints:     180215
96.16/96.55	c #Conflicts:      11000 | #Constraints:     181215
96.16/96.55	c #Conflicts:      12000 | #Constraints:     182215
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:      13000 | #Constraints:     180680
96.16/96.55	c #Conflicts:      14000 | #Constraints:     181680
96.16/96.55	c #Conflicts:      15000 | #Constraints:     182680
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:      16000 | #Constraints:     180922
96.16/96.55	c #Conflicts:      17000 | #Constraints:     181922
96.16/96.55	c #Conflicts:      18000 | #Constraints:     182922
96.16/96.55	c INPROCESSING
96.16/96.55	c GARBAGE COLLECT
96.16/96.55	c #Conflicts:      19000 | #Constraints:     180927
96.16/96.55	c #Conflicts:      20000 | #Constraints:     181927
96.16/96.55	c #Conflicts:      21000 | #Constraints:     182927
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:      22000 | #Constraints:     180733
96.16/96.55	c #Conflicts:      23000 | #Constraints:     181733
96.16/96.55	c #Conflicts:      24000 | #Constraints:     182733
96.16/96.55	c #Conflicts:      25000 | #Constraints:     183733
96.16/96.55	c #Conflicts:      26000 | #Constraints:     184733
96.16/96.55	c #Conflicts:      27000 | #Constraints:     185733
96.16/96.55	c #Conflicts:      28000 | #Constraints:     186733
96.16/96.55	c #Conflicts:      29000 | #Constraints:     187733
96.16/96.55	c #Conflicts:      30000 | #Constraints:     188733
96.16/96.55	c #Conflicts:      31000 | #Constraints:     189733
96.16/96.55	c #Conflicts:      32000 | #Constraints:     190733
96.16/96.55	c #Conflicts:      33000 | #Constraints:     191733
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:      34000 | #Constraints:     185302
96.16/96.55	c #Conflicts:      35000 | #Constraints:     186302
96.16/96.55	c #Conflicts:      36000 | #Constraints:     187302
96.16/96.55	c #Conflicts:      37000 | #Constraints:     188302
96.16/96.55	c #Conflicts:      38000 | #Constraints:     189302
96.16/96.55	c INPROCESSING
96.16/96.55	c GARBAGE COLLECT
96.16/96.55	c #Conflicts:      39000 | #Constraints:     184238
96.16/96.55	c #Conflicts:      40000 | #Constraints:     185238
96.16/96.55	c #Conflicts:      41000 | #Constraints:     186238
96.16/96.55	c #Conflicts:      42000 | #Constraints:     187238
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:      43000 | #Constraints:     182757
96.16/96.55	c #Conflicts:      44000 | #Constraints:     183757
96.16/96.55	c #Conflicts:      45000 | #Constraints:     184757
96.16/96.55	c #Conflicts:      46000 | #Constraints:     185757
96.16/96.55	c #Conflicts:      47000 | #Constraints:     186757
96.16/96.55	c #Conflicts:      48000 | #Constraints:     187757
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:      49000 | #Constraints:     183454
96.16/96.55	c #Conflicts:      50000 | #Constraints:     184454
96.16/96.55	c #Conflicts:      51000 | #Constraints:     185454
96.16/96.55	c #Conflicts:      52000 | #Constraints:     186454
96.16/96.55	c #Conflicts:      53000 | #Constraints:     187454
96.16/96.55	c #Conflicts:      54000 | #Constraints:     188454
96.16/96.55	c #Conflicts:      55000 | #Constraints:     189454
96.16/96.55	c #Conflicts:      56000 | #Constraints:     190454
96.16/96.55	c #Conflicts:      57000 | #Constraints:     191454
96.16/96.55	c #Conflicts:      58000 | #Constraints:     192454
96.16/96.55	c #Conflicts:      59000 | #Constraints:     193454
96.16/96.55	c #Conflicts:      60000 | #Constraints:     194454
96.16/96.55	c #Conflicts:      61000 | #Constraints:     195454
96.16/96.55	c #Conflicts:      62000 | #Constraints:     196454
96.16/96.55	c #Conflicts:      63000 | #Constraints:     197454
96.16/96.55	c #Conflicts:      64000 | #Constraints:     198454
96.16/96.55	c #Conflicts:      65000 | #Constraints:     199454
96.16/96.55	c INPROCESSING
96.16/96.55	c GARBAGE COLLECT
96.16/96.55	c #Conflicts:      66000 | #Constraints:     189339
96.16/96.55	c #Conflicts:      67000 | #Constraints:     190339
96.16/96.55	c #Conflicts:      68000 | #Constraints:     191339
96.16/96.55	c #Conflicts:      69000 | #Constraints:     192339
96.16/96.55	c #Conflicts:      70000 | #Constraints:     193339
96.16/96.55	c #Conflicts:      71000 | #Constraints:     194339
96.16/96.55	c INPROCESSING
96.16/96.55	c #Conflicts:      72000 | #Constraints:     186594
96.16/96.55	c #Conflicts:      73000 | #Constraints:     187594
96.16/96.55	c #Conflicts:      74000 | #Constraints:     188594
108.02/108.43	c #Conflicts:      75000 | #Constraints:     189594
108.02/108.43	c #Conflicts:      76000 | #Constraints:     190594
108.02/108.43	c #Conflicts:      77000 | #Constraints:     191594
108.02/108.43	c #Conflicts:      78000 | #Constraints:     192594
108.02/108.43	c INPROCESSING
108.02/108.43	c GARBAGE COLLECT
108.02/108.43	c #Conflicts:      79000 | #Constraints:     185929
108.02/108.43	WSVECS04 Frhs2[875]: 6 0 1.66669 shouldn't be
108.02/108.43	WSVECS04 Frhs2[925]: 6 0 1.33339 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1593]: 6 0 1.00007 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1597]: 6 0 1.00003 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1626]: 6 0 2.38098 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1673]: 6 0 1.33335 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1700]: 6 0 1.33335 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1701]: 6 0 1.33335 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1729]: 6 0 1.33335 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1756]: 6 0 1.33336 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1837]: 6 0 1.33335 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1916]: 6 0 1.33336 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1958]: 6 0 112.297 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1970]: 6 0 1.33334 shouldn't be
108.02/108.43	WSVECS04 Frhs2[1999]: 6 0 1.33335 shouldn't be
108.02/108.43	WSVECS04 Frhs2[2025]: 6 0 1.33336 shouldn't be
108.02/108.43	WSVECS04 Frhs2[2026]: 6 0 1.33335 shouldn't be
108.02/108.43	WSVECS04 Frhs2[2187]: 6 0 1.33335 shouldn't be
108.02/108.43	WSVECS04 Frhs2[2214]: 6 0 1.33336 shouldn't be
108.02/108.43	WSVECS04 Frhs2[2803]: 6 0 84.3056 shouldn't be
108.02/108.43	WSVECS04 Frhs2[3378]: 6 0 15.0001 shouldn't be
108.02/108.43	WSVECS04 Frhs2[4383]: 6 0 1.00004 shouldn't be
108.02/108.43	WSVECS04 Frhs2[5333]: 6 0 42.0208 shouldn't be
108.02/108.43	WSVECS04 Frhs2[5738]: 6 0 13.5536 shouldn't be
108.02/108.43	WSVECS04 Frhs2[7094]: 6 0 10.9001 shouldn't be
160.37/160.90	c #Conflicts:      80000 | #Constraints:     186929
160.37/160.90	c #Conflicts:      81000 | #Constraints:     187929
160.37/160.90	c #Conflicts:      82000 | #Constraints:     188929
160.37/160.90	c #Conflicts:      83000 | #Constraints:     189929
160.37/160.90	c #Conflicts:      84000 | #Constraints:     190929
160.37/160.90	c #Conflicts:      85000 | #Constraints:     191929
160.37/160.90	c #Conflicts:      86000 | #Constraints:     192929
160.37/160.90	c #Conflicts:      87000 | #Constraints:     193929
160.37/160.90	c #Conflicts:      88000 | #Constraints:     194929
160.37/160.90	c #Conflicts:      89000 | #Constraints:     195929
160.37/160.90	c #Conflicts:      90000 | #Constraints:     196929
160.37/160.90	c #Conflicts:      91000 | #Constraints:     197929
160.37/160.90	c #Conflicts:      92000 | #Constraints:     198929
160.37/160.90	c #Conflicts:      93000 | #Constraints:     199929
160.37/160.90	c #Conflicts:      94000 | #Constraints:     200929
160.37/160.90	c #Conflicts:      95000 | #Constraints:     201929
160.37/160.90	c #Conflicts:      96000 | #Constraints:     202929
160.37/160.90	c #Conflicts:      97000 | #Constraints:     203929
160.37/160.90	c #Conflicts:      98000 | #Constraints:     204929
160.37/160.90	c #Conflicts:      99000 | #Constraints:     205929
160.37/160.90	c INPROCESSING
160.37/160.90	c GARBAGE COLLECT
160.37/160.90	c #Conflicts:     100000 | #Constraints:     192581
160.37/160.90	c #Conflicts:     101000 | #Constraints:     193581
160.37/160.90	c #Conflicts:     102000 | #Constraints:     194581
160.37/160.90	c #Conflicts:     103000 | #Constraints:     195581
160.37/160.90	c #Conflicts:     104000 | #Constraints:     196581
160.37/160.90	c #Conflicts:     105000 | #Constraints:     197581
160.37/160.90	c #Conflicts:     106000 | #Constraints:     198581
160.37/160.90	c #Conflicts:     107000 | #Constraints:     199581
160.37/160.90	c INPROCESSING
160.37/160.90	c #Conflicts:     108000 | #Constraints:     189471
160.37/160.90	c #Conflicts:     109000 | #Constraints:     190471
160.37/160.90	c #Conflicts:     110000 | #Constraints:     191471
160.37/160.90	c #Conflicts:     111000 | #Constraints:     192471
160.37/160.90	c #Conflicts:     112000 | #Constraints:     193471
160.37/160.90	c #Conflicts:     113000 | #Constraints:     194471
160.37/160.90	c #Conflicts:     114000 | #Constraints:     195471
160.37/160.90	c #Conflicts:     115000 | #Constraints:     196471
160.37/160.90	c #Conflicts:     116000 | #Constraints:     197471
160.37/160.90	c #Conflicts:     117000 | #Constraints:     198471
160.37/160.90	c #Conflicts:     118000 | #Constraints:     199471
160.37/160.90	c #Conflicts:     119000 | #Constraints:     200471
160.37/160.90	c #Conflicts:     120000 | #Constraints:     201471
160.37/160.90	c #Conflicts:     121000 | #Constraints:     202471
160.37/160.90	c #Conflicts:     122000 | #Constraints:     203471
160.37/160.90	c #Conflicts:     123000 | #Constraints:     204471
160.37/160.90	c #Conflicts:     124000 | #Constraints:     205471
160.37/160.90	c #Conflicts:     125000 | #Constraints:     206471
160.37/160.90	c #Conflicts:     126000 | #Constraints:     207471
160.37/160.90	c #Conflicts:     127000 | #Constraints:     208471
160.37/160.90	c #Conflicts:     128000 | #Constraints:     209471
160.37/160.90	c #Conflicts:     129000 | #Constraints:     210471
160.37/160.90	c #Conflicts:     130000 | #Constraints:     211471
160.37/160.90	c #Conflicts:     131000 | #Constraints:     212471
160.37/160.90	c INPROCESSING
160.37/160.90	c GARBAGE COLLECT
160.37/160.90	c #Conflicts:     132000 | #Constraints:     195796
160.37/160.90	c #Conflicts:     133000 | #Constraints:     196796
160.37/160.90	c #Conflicts:     134000 | #Constraints:     197796
160.37/160.90	c #Conflicts:     135000 | #Constraints:     198796
160.37/160.90	c #Conflicts:     136000 | #Constraints:     199796
160.37/160.90	c #Conflicts:     137000 | #Constraints:     200796
160.37/160.90	c #Conflicts:     138000 | #Constraints:     201796
160.37/160.90	c #Conflicts:     139000 | #Constraints:     202796
160.37/160.90	c #Conflicts:     140000 | #Constraints:     203796
160.37/160.90	c INPROCESSING
160.37/160.90	c GARBAGE COLLECT
160.37/160.90	c #Conflicts:     141000 | #Constraints:     191363
160.37/160.90	c #Conflicts:     142000 | #Constraints:     192363
160.37/160.90	c #Conflicts:     143000 | #Constraints:     193363
160.37/160.90	c #Conflicts:     144000 | #Constraints:     194363
160.37/160.90	c #Conflicts:     145000 | #Constraints:     195363
160.37/160.90	c #Conflicts:     146000 | #Constraints:     196363
160.37/160.90	c #Conflicts:     147000 | #Constraints:     197363
160.37/160.90	c #Conflicts:     148000 | #Constraints:     198363
160.37/160.90	c #Conflicts:     149000 | #Constraints:     199363
160.37/160.90	c #Conflicts:     150000 | #Constraints:     200363
160.37/160.90	c #Conflicts:     151000 | #Constraints:     201363
160.37/160.90	c #Conflicts:     152000 | #Constraints:     202363
160.37/160.90	c #Conflicts:     153000 | #Constraints:     203363
160.37/160.90	c #Conflicts:     154000 | #Constraints:     204363
160.37/160.90	c #Conflicts:     155000 | #Constraints:     205363
160.37/160.90	c #Conflicts:     156000 | #Constraints:     206363
190.87/191.54	c #Conflicts:     157000 | #Constraints:     207363
190.87/191.54	c #Conflicts:     158000 | #Constraints:     208363
190.87/191.54	c #Conflicts:     159000 | #Constraints:     209363
190.87/191.54	c #Conflicts:     160000 | #Constraints:     210363
190.87/191.54	c #Conflicts:     161000 | #Constraints:     211363
190.87/191.54	c #Conflicts:     162000 | #Constraints:     212363
190.87/191.54	c #Conflicts:     163000 | #Constraints:     213363
190.87/191.54	c #Conflicts:     164000 | #Constraints:     214363
190.87/191.54	c #Conflicts:     165000 | #Constraints:     215363
190.87/191.54	c #Conflicts:     166000 | #Constraints:     216363
190.87/191.54	c #Conflicts:     167000 | #Constraints:     217363
190.87/191.54	c #Conflicts:     168000 | #Constraints:     218363
190.87/191.54	c INPROCESSING
190.87/191.54	c GARBAGE COLLECT
190.87/191.54	c #Conflicts:     169000 | #Constraints:     198921
190.87/191.54	c #Conflicts:     170000 | #Constraints:     199921
190.87/191.54	c #Conflicts:     171000 | #Constraints:     200921
190.87/191.54	c #Conflicts:     172000 | #Constraints:     201921
190.87/191.54	c #Conflicts:     173000 | #Constraints:     202921
190.87/191.54	c #Conflicts:     174000 | #Constraints:     203921
190.87/191.54	c #Conflicts:     175000 | #Constraints:     204921
190.87/191.54	c #Conflicts:     176000 | #Constraints:     205921
190.87/191.54	c #Conflicts:     177000 | #Constraints:     206921
190.87/191.54	c #Conflicts:     178000 | #Constraints:     207921
190.87/191.54	c INPROCESSING
190.87/191.54	c GARBAGE COLLECT
190.87/191.54	c #Conflicts:     179000 | #Constraints:     193487
190.87/191.54	c #Conflicts:     180000 | #Constraints:     194487
190.87/191.54	c #Conflicts:     181000 | #Constraints:     195487
190.87/191.54	c #Conflicts:     182000 | #Constraints:     196487
190.87/191.54	c #Conflicts:     183000 | #Constraints:     197487
190.87/191.54	c #Conflicts:     184000 | #Constraints:     198487
190.87/191.54	c #Conflicts:     185000 | #Constraints:     199487
190.87/191.54	c #Conflicts:     186000 | #Constraints:     200487
190.87/191.54	c #Conflicts:     187000 | #Constraints:     201487
190.87/191.54	c #Conflicts:     188000 | #Constraints:     202487
190.87/191.54	c #Conflicts:     189000 | #Constraints:     203487
190.87/191.54	c #Conflicts:     190000 | #Constraints:     204487
190.87/191.54	c #Conflicts:     191000 | #Constraints:     205487
190.87/191.54	c #Conflicts:     192000 | #Constraints:     206487
190.87/191.54	c #Conflicts:     193000 | #Constraints:     207487
190.87/191.54	c #Conflicts:     194000 | #Constraints:     208487
190.87/191.54	c #Conflicts:     195000 | #Constraints:     209487
190.87/191.54	c #Conflicts:     196000 | #Constraints:     210487
190.87/191.54	c #Conflicts:     197000 | #Constraints:     211487
190.87/191.54	c #Conflicts:     198000 | #Constraints:     212487
190.87/191.54	c #Conflicts:     199000 | #Constraints:     213487
190.87/191.54	c #Conflicts:     200000 | #Constraints:     214487
190.87/191.54	c #Conflicts:     201000 | #Constraints:     215487
190.87/191.54	c #Conflicts:     202000 | #Constraints:     216487
190.87/191.54	c #Conflicts:     203000 | #Constraints:     217487
190.87/191.54	c #Conflicts:     204000 | #Constraints:     218487
190.87/191.54	c #Conflicts:     205000 | #Constraints:     219487
190.87/191.54	c #Conflicts:     206000 | #Constraints:     220487
190.87/191.54	c #Conflicts:     207000 | #Constraints:     221487
190.87/191.54	c #Conflicts:     208000 | #Constraints:     222487
190.87/191.54	c #Conflicts:     209000 | #Constraints:     223487
190.87/191.54	c INPROCESSING
190.87/191.54	c GARBAGE COLLECT
190.87/191.54	c #Conflicts:     210000 | #Constraints:     201520
190.87/191.54	c #Conflicts:     211000 | #Constraints:     202520
190.87/191.54	c #Conflicts:     212000 | #Constraints:     203520
190.87/191.54	c #Conflicts:     213000 | #Constraints:     204520
190.87/191.54	c #Conflicts:     214000 | #Constraints:     205520
190.87/191.54	c #Conflicts:     215000 | #Constraints:     206520
190.87/191.54	c #Conflicts:     216000 | #Constraints:     207520
190.87/191.54	c #Conflicts:     217000 | #Constraints:     208520
190.87/191.54	c #Conflicts:     218000 | #Constraints:     209520
190.87/191.54	c #Conflicts:     219000 | #Constraints:     210520
190.87/191.54	c #Conflicts:     220000 | #Constraints:     211520
190.87/191.54	c INPROCESSING
190.87/191.54	c GARBAGE COLLECT
190.87/191.54	c #Conflicts:     221000 | #Constraints:     195133
190.87/191.54	c #Conflicts:     222000 | #Constraints:     196133
190.87/191.54	c #Conflicts:     223000 | #Constraints:     197133
190.87/191.54	c #Conflicts:     224000 | #Constraints:     198133
190.87/191.54	c #Conflicts:     225000 | #Constraints:     199133
190.87/191.54	c #Conflicts:     226000 | #Constraints:     200133
190.87/191.54	c #Conflicts:     227000 | #Constraints:     201133
190.87/191.54	c #Conflicts:     228000 | #Constraints:     202133
190.87/191.54	c #Conflicts:     229000 | #Constraints:     203133
190.87/191.54	c #Conflicts:     230000 | #Constraints:     204133
190.87/191.54	c #Conflicts:     231000 | #Constraints:     205133
190.87/191.54	c #Conflicts:     232000 | #Constraints:     206133
219.30/220.08	c #Conflicts:     233000 | #Constraints:     207133
219.30/220.08	c #Conflicts:     234000 | #Constraints:     208133
219.30/220.08	c #Conflicts:     235000 | #Constraints:     209133
219.30/220.08	c #Conflicts:     236000 | #Constraints:     210133
219.30/220.08	c #Conflicts:     237000 | #Constraints:     211133
219.30/220.08	c #Conflicts:     238000 | #Constraints:     212133
219.30/220.08	c #Conflicts:     239000 | #Constraints:     213133
219.30/220.08	c #Conflicts:     240000 | #Constraints:     214133
219.30/220.08	c #Conflicts:     241000 | #Constraints:     215133
219.30/220.08	c #Conflicts:     242000 | #Constraints:     216133
219.30/220.08	c #Conflicts:     243000 | #Constraints:     217133
219.30/220.08	c #Conflicts:     244000 | #Constraints:     218133
219.30/220.08	c #Conflicts:     245000 | #Constraints:     219133
219.30/220.08	c #Conflicts:     246000 | #Constraints:     220133
219.30/220.08	c #Conflicts:     247000 | #Constraints:     221133
219.30/220.08	c #Conflicts:     248000 | #Constraints:     222133
219.30/220.08	c #Conflicts:     249000 | #Constraints:     223133
219.30/220.08	c #Conflicts:     250000 | #Constraints:     224133
219.30/220.08	c #Conflicts:     251000 | #Constraints:     225133
219.30/220.08	c #Conflicts:     252000 | #Constraints:     226133
219.30/220.08	c #Conflicts:     253000 | #Constraints:     227133
219.30/220.08	c #Conflicts:     254000 | #Constraints:     228133
219.30/220.08	c INPROCESSING
219.30/220.08	c GARBAGE COLLECT
219.30/220.08	c #Conflicts:     255000 | #Constraints:     203669
219.30/220.08	c #Conflicts:     256000 | #Constraints:     204669
219.30/220.08	c #Conflicts:     257000 | #Constraints:     205669
219.30/220.08	c #Conflicts:     258000 | #Constraints:     206669
219.30/220.08	c #Conflicts:     259000 | #Constraints:     207669
219.30/220.08	c #Conflicts:     260000 | #Constraints:     208669
219.30/220.08	c #Conflicts:     261000 | #Constraints:     209669
219.30/220.08	c #Conflicts:     262000 | #Constraints:     210669
219.30/220.08	c #Conflicts:     263000 | #Constraints:     211669
219.30/220.08	c #Conflicts:     264000 | #Constraints:     212669
219.30/220.08	c #Conflicts:     265000 | #Constraints:     213669
219.30/220.08	c #Conflicts:     266000 | #Constraints:     214669
219.30/220.08	c #Conflicts:     267000 | #Constraints:     215669
219.30/220.08	c INPROCESSING
219.30/220.08	c GARBAGE COLLECT
219.30/220.08	c #Conflicts:     268000 | #Constraints:     197411
219.30/220.08	c #Conflicts:     269000 | #Constraints:     198411
219.30/220.08	c #Conflicts:     270000 | #Constraints:     199411
219.30/220.08	c #Conflicts:     271000 | #Constraints:     200411
219.30/220.08	c #Conflicts:     272000 | #Constraints:     201411
219.30/220.08	c #Conflicts:     273000 | #Constraints:     202411
219.30/220.08	c #Conflicts:     274000 | #Constraints:     203411
219.30/220.08	c #Conflicts:     275000 | #Constraints:     204411
219.30/220.08	c #Conflicts:     276000 | #Constraints:     205411
219.30/220.08	c #Conflicts:     277000 | #Constraints:     206411
219.30/220.08	c #Conflicts:     278000 | #Constraints:     207411
219.30/220.08	c #Conflicts:     279000 | #Constraints:     208411
219.30/220.08	c #Conflicts:     280000 | #Constraints:     209411
219.30/220.08	c #Conflicts:     281000 | #Constraints:     210411
219.30/220.08	c #Conflicts:     282000 | #Constraints:     211411
219.30/220.08	c #Conflicts:     283000 | #Constraints:     212411
219.30/220.08	c #Conflicts:     284000 | #Constraints:     213411
219.30/220.08	c #Conflicts:     285000 | #Constraints:     214411
219.30/220.08	c #Conflicts:     286000 | #Constraints:     215411
219.30/220.08	c #Conflicts:     287000 | #Constraints:     216411
219.30/220.08	c #Conflicts:     288000 | #Constraints:     217411
219.30/220.08	c #Conflicts:     289000 | #Constraints:     218411
219.30/220.08	c #Conflicts:     290000 | #Constraints:     219411
219.30/220.08	c #Conflicts:     291000 | #Constraints:     220411
219.30/220.08	c #Conflicts:     292000 | #Constraints:     221411
219.30/220.08	c #Conflicts:     293000 | #Constraints:     222411
219.30/220.08	c #Conflicts:     294000 | #Constraints:     223411
219.30/220.08	c #Conflicts:     295000 | #Constraints:     224411
219.30/220.08	c #Conflicts:     296000 | #Constraints:     225411
219.30/220.08	c #Conflicts:     297000 | #Constraints:     226411
219.30/220.08	c #Conflicts:     298000 | #Constraints:     227411
219.30/220.08	c #Conflicts:     299000 | #Constraints:     228411
219.30/220.08	c #Conflicts:     300000 | #Constraints:     229411
219.30/220.08	c #Conflicts:     301000 | #Constraints:     230411
219.30/220.08	c #Conflicts:     302000 | #Constraints:     231411
219.30/220.08	c #Conflicts:     303000 | #Constraints:     232411
219.30/220.08	c #Conflicts:     304000 | #Constraints:     233411
219.30/220.08	c INPROCESSING
219.30/220.08	c GARBAGE COLLECT
219.30/220.08	c rational objective 321
251.69/252.51	c #Conflicts:     305000 | #Constraints:     206404
251.69/252.51	c #Conflicts:     306000 | #Constraints:     207404
251.69/252.51	c #Conflicts:     307000 | #Constraints:     208404
251.69/252.51	c #Conflicts:     308000 | #Constraints:     209404
251.69/252.51	c #Conflicts:     309000 | #Constraints:     210404
251.69/252.51	c #Conflicts:     310000 | #Constraints:     211404
251.69/252.51	c #Conflicts:     311000 | #Constraints:     212404
251.69/252.51	c #Conflicts:     312000 | #Constraints:     213404
251.69/252.51	c #Conflicts:     313000 | #Constraints:     214404
251.69/252.51	c #Conflicts:     314000 | #Constraints:     215404
251.69/252.51	c #Conflicts:     315000 | #Constraints:     216404
251.69/252.51	c #Conflicts:     316000 | #Constraints:     217404
251.69/252.51	c #Conflicts:     317000 | #Constraints:     218404
251.69/252.51	c #Conflicts:     318000 | #Constraints:     219404
251.69/252.51	c INPROCESSING
251.69/252.51	c GARBAGE COLLECT
251.69/252.51	c #Conflicts:     319000 | #Constraints:     199213
251.69/252.51	c #Conflicts:     320000 | #Constraints:     200213
251.69/252.51	c #Conflicts:     321000 | #Constraints:     201213
251.69/252.51	c #Conflicts:     322000 | #Constraints:     202213
251.69/252.51	c #Conflicts:     323000 | #Constraints:     203213
251.69/252.51	c #Conflicts:     324000 | #Constraints:     204213
251.69/252.51	c #Conflicts:     325000 | #Constraints:     205213
251.69/252.51	c #Conflicts:     326000 | #Constraints:     206213
251.69/252.51	c #Conflicts:     327000 | #Constraints:     207213
251.69/252.51	c #Conflicts:     328000 | #Constraints:     208213
251.69/252.51	c #Conflicts:     329000 | #Constraints:     209213
251.69/252.51	c #Conflicts:     330000 | #Constraints:     210213
251.69/252.51	c #Conflicts:     331000 | #Constraints:     211213
251.69/252.51	c #Conflicts:     332000 | #Constraints:     212213
251.69/252.51	c #Conflicts:     333000 | #Constraints:     213213
251.69/252.51	c #Conflicts:     334000 | #Constraints:     214213
251.69/252.51	c #Conflicts:     335000 | #Constraints:     215213
251.69/252.51	c #Conflicts:     336000 | #Constraints:     216213
251.69/252.51	c #Conflicts:     337000 | #Constraints:     217213
251.69/252.51	c #Conflicts:     338000 | #Constraints:     218213
251.69/252.51	c #Conflicts:     339000 | #Constraints:     219213
251.69/252.51	c #Conflicts:     340000 | #Constraints:     220213
251.69/252.51	c #Conflicts:     341000 | #Constraints:     221213
251.69/252.51	c #Conflicts:     342000 | #Constraints:     222213
251.69/252.51	c #Conflicts:     343000 | #Constraints:     223213
251.69/252.51	c #Conflicts:     344000 | #Constraints:     224213
251.69/252.51	c #Conflicts:     345000 | #Constraints:     225213
251.69/252.51	c #Conflicts:     346000 | #Constraints:     226213
251.69/252.51	c #Conflicts:     347000 | #Constraints:     227213
251.69/252.51	c #Conflicts:     348000 | #Constraints:     228213
251.69/252.51	c #Conflicts:     349000 | #Constraints:     229213
251.69/252.51	c #Conflicts:     350000 | #Constraints:     230213
251.69/252.51	c #Conflicts:     351000 | #Constraints:     231213
251.69/252.51	c #Conflicts:     352000 | #Constraints:     232213
251.69/252.51	c #Conflicts:     353000 | #Constraints:     233213
251.69/252.51	c #Conflicts:     354000 | #Constraints:     234213
251.69/252.51	c #Conflicts:     355000 | #Constraints:     235213
251.69/252.51	c #Conflicts:     356000 | #Constraints:     236213
251.69/252.51	c #Conflicts:     357000 | #Constraints:     237213
251.69/252.51	c #Conflicts:     358000 | #Constraints:     238213
251.69/252.51	c INPROCESSING
251.69/252.51	c GARBAGE COLLECT
251.69/252.51	c #Conflicts:     359000 | #Constraints:     208719
251.69/252.51	c #Conflicts:     360000 | #Constraints:     209719
251.69/252.51	c #Conflicts:     361000 | #Constraints:     210719
251.69/252.51	c #Conflicts:     362000 | #Constraints:     211719
251.69/252.51	c #Conflicts:     363000 | #Constraints:     212719
251.69/252.51	c #Conflicts:     364000 | #Constraints:     213719
251.69/252.51	c #Conflicts:     365000 | #Constraints:     214719
251.69/252.51	c #Conflicts:     366000 | #Constraints:     215719
251.69/252.51	c #Conflicts:     367000 | #Constraints:     216719
251.69/252.51	c #Conflicts:     368000 | #Constraints:     217719
251.69/252.51	c #Conflicts:     369000 | #Constraints:     218719
251.69/252.51	c #Conflicts:     370000 | #Constraints:     219719
251.69/252.51	c #Conflicts:     371000 | #Constraints:     220719
251.69/252.51	c #Conflicts:     372000 | #Constraints:     221719
251.69/252.51	c #Conflicts:     373000 | #Constraints:     222719
251.69/252.51	c #Conflicts:     374000 | #Constraints:     223719
251.69/252.51	c INPROCESSING
251.69/252.51	c GARBAGE COLLECT
251.69/252.51	c #Conflicts:     375000 | #Constraints:     201664
251.69/252.51	c #Conflicts:     376000 | #Constraints:     202664
251.69/252.51	c #Conflicts:     377000 | #Constraints:     203664
251.69/252.51	c #Conflicts:     378000 | #Constraints:     204664
251.69/252.51	c #Conflicts:     379000 | #Constraints:     205664
251.69/252.51	c #Conflicts:     380000 | #Constraints:     206664
251.69/252.51	c #Conflicts:     381000 | #Constraints:     207664
262.46/263.33	c #Conflicts:     382000 | #Constraints:     208664
262.46/263.33	c #Conflicts:     383000 | #Constraints:     209664
262.46/263.33	c #Conflicts:     384000 | #Constraints:     210664
262.46/263.33	c #Conflicts:     385000 | #Constraints:     211664
262.46/263.33	c #Conflicts:     386000 | #Constraints:     212664
262.46/263.33	c #Conflicts:     387000 | #Constraints:     213664
262.46/263.33	c #Conflicts:     388000 | #Constraints:     214664
262.46/263.33	c #Conflicts:     389000 | #Constraints:     215664
262.46/263.33	c #Conflicts:     390000 | #Constraints:     216664
262.46/263.33	c #Conflicts:     391000 | #Constraints:     217664
262.46/263.33	c #Conflicts:     392000 | #Constraints:     218664
262.46/263.33	c #Conflicts:     393000 | #Constraints:     219664
262.46/263.33	c #Conflicts:     394000 | #Constraints:     220664
262.46/263.33	c #Conflicts:     395000 | #Constraints:     221664
262.46/263.33	c #Conflicts:     396000 | #Constraints:     222664
262.46/263.33	c #Conflicts:     397000 | #Constraints:     223664
262.46/263.33	c #Conflicts:     398000 | #Constraints:     224664
262.46/263.33	c #Conflicts:     399000 | #Constraints:     225664
262.46/263.33	c #Conflicts:     400000 | #Constraints:     226664
262.46/263.33	c #Conflicts:     401000 | #Constraints:     227664
262.46/263.33	c #Conflicts:     402000 | #Constraints:     228664
262.46/263.33	c #Conflicts:     403000 | #Constraints:     229664
262.46/263.33	c #Conflicts:     404000 | #Constraints:     230664
262.46/263.33	c #Conflicts:     405000 | #Constraints:     231664
262.46/263.33	c #Conflicts:     406000 | #Constraints:     232664
262.46/263.33	c #Conflicts:     407000 | #Constraints:     233664
262.46/263.33	c #Conflicts:     408000 | #Constraints:     234664
262.46/263.33	c #Conflicts:     409000 | #Constraints:     235664
262.46/263.33	c #Conflicts:     410000 | #Constraints:     236664
262.46/263.33	c #Conflicts:     411000 | #Constraints:     237664
262.46/263.33	c #Conflicts:     412000 | #Constraints:     238664
262.46/263.33	c #Conflicts:     413000 | #Constraints:     239664
262.46/263.33	c #Conflicts:     414000 | #Constraints:     240664
262.46/263.33	c #Conflicts:     415000 | #Constraints:     241664
262.46/263.33	c #Conflicts:     416000 | #Constraints:     242664
262.46/263.33	c #Conflicts:     417000 | #Constraints:     243664
262.46/263.33	c INPROCESSING
262.46/263.33	c GARBAGE COLLECT
262.46/263.33	c rational objective 321
292.47/293.44	c #Conflicts:     418000 | #Constraints:     211711
292.47/293.44	c #Conflicts:     419000 | #Constraints:     212711
292.47/293.44	c #Conflicts:     420000 | #Constraints:     213711
292.47/293.44	c #Conflicts:     421000 | #Constraints:     214711
292.47/293.44	c #Conflicts:     422000 | #Constraints:     215711
292.47/293.44	c #Conflicts:     423000 | #Constraints:     216711
292.47/293.44	c #Conflicts:     424000 | #Constraints:     217711
292.47/293.44	c #Conflicts:     425000 | #Constraints:     218711
292.47/293.44	c #Conflicts:     426000 | #Constraints:     219711
292.47/293.44	c #Conflicts:     427000 | #Constraints:     220711
292.47/293.44	c #Conflicts:     428000 | #Constraints:     221711
292.47/293.44	c #Conflicts:     429000 | #Constraints:     222711
292.47/293.44	c #Conflicts:     430000 | #Constraints:     223711
292.47/293.44	c #Conflicts:     431000 | #Constraints:     224711
292.47/293.44	c #Conflicts:     432000 | #Constraints:     225711
292.47/293.44	c #Conflicts:     433000 | #Constraints:     226711
292.47/293.44	c #Conflicts:     434000 | #Constraints:     227711
292.47/293.44	c INPROCESSING
292.47/293.44	c GARBAGE COLLECT
292.47/293.44	c #Conflicts:     435000 | #Constraints:     203759
292.47/293.44	c #Conflicts:     436000 | #Constraints:     204759
292.47/293.44	c #Conflicts:     437000 | #Constraints:     205759
292.47/293.44	c #Conflicts:     438000 | #Constraints:     206759
292.47/293.44	c #Conflicts:     439000 | #Constraints:     207759
292.47/293.44	c #Conflicts:     440000 | #Constraints:     208759
292.47/293.44	c #Conflicts:     441000 | #Constraints:     209759
292.47/293.44	c #Conflicts:     442000 | #Constraints:     210759
292.47/293.44	c #Conflicts:     443000 | #Constraints:     211759
292.47/293.44	c #Conflicts:     444000 | #Constraints:     212759
292.47/293.44	c #Conflicts:     445000 | #Constraints:     213759
292.47/293.44	c #Conflicts:     446000 | #Constraints:     214759
292.47/293.44	c #Conflicts:     447000 | #Constraints:     215759
292.47/293.44	c #Conflicts:     448000 | #Constraints:     216759
292.47/293.44	c #Conflicts:     449000 | #Constraints:     217759
292.47/293.44	c #Conflicts:     450000 | #Constraints:     218759
292.47/293.44	c #Conflicts:     451000 | #Constraints:     219759
292.47/293.44	c #Conflicts:     452000 | #Constraints:     220759
292.47/293.44	c #Conflicts:     453000 | #Constraints:     221759
292.47/293.44	c #Conflicts:     454000 | #Constraints:     222759
292.47/293.44	c #Conflicts:     455000 | #Constraints:     223759
292.47/293.44	c #Conflicts:     456000 | #Constraints:     224759
292.47/293.44	c #Conflicts:     457000 | #Constraints:     225759
292.47/293.44	c #Conflicts:     458000 | #Constraints:     226759
292.47/293.44	c #Conflicts:     459000 | #Constraints:     227759
292.47/293.44	c #Conflicts:     460000 | #Constraints:     228759
292.47/293.44	c #Conflicts:     461000 | #Constraints:     229759
292.47/293.44	c #Conflicts:     462000 | #Constraints:     230759
292.47/293.44	c #Conflicts:     463000 | #Constraints:     231759
292.47/293.44	c #Conflicts:     464000 | #Constraints:     232759
292.47/293.44	c #Conflicts:     465000 | #Constraints:     233759
292.47/293.44	c #Conflicts:     466000 | #Constraints:     234759
292.47/293.44	c #Conflicts:     467000 | #Constraints:     235759
292.47/293.44	c #Conflicts:     468000 | #Constraints:     236759
292.47/293.44	c #Conflicts:     469000 | #Constraints:     237759
292.47/293.44	c #Conflicts:     470000 | #Constraints:     238759
292.47/293.44	c #Conflicts:     471000 | #Constraints:     239759
292.47/293.44	c #Conflicts:     472000 | #Constraints:     240759
292.47/293.44	c #Conflicts:     473000 | #Constraints:     241759
292.47/293.44	c #Conflicts:     474000 | #Constraints:     242759
292.47/293.44	c #Conflicts:     475000 | #Constraints:     243759
292.47/293.44	c #Conflicts:     476000 | #Constraints:     244759
292.47/293.44	c #Conflicts:     477000 | #Constraints:     245759
292.47/293.44	c #Conflicts:     478000 | #Constraints:     246759
292.47/293.44	c #Conflicts:     479000 | #Constraints:     247759
292.47/293.44	c #Conflicts:     480000 | #Constraints:     248759
292.47/293.44	c INPROCESSING
292.47/293.44	c GARBAGE COLLECT
292.47/293.44	c #Conflicts:     481000 | #Constraints:     214356
292.47/293.44	c #Conflicts:     482000 | #Constraints:     215356
292.47/293.44	c #Conflicts:     483000 | #Constraints:     216356
292.47/293.44	c #Conflicts:     484000 | #Constraints:     217356
292.47/293.44	c #Conflicts:     485000 | #Constraints:     218356
292.47/293.44	c #Conflicts:     486000 | #Constraints:     219356
292.47/293.44	c #Conflicts:     487000 | #Constraints:     220356
292.47/293.44	c #Conflicts:     488000 | #Constraints:     221356
292.47/293.44	c #Conflicts:     489000 | #Constraints:     222356
292.47/293.44	c #Conflicts:     490000 | #Constraints:     223356
292.47/293.44	c #Conflicts:     491000 | #Constraints:     224356
292.47/293.44	c #Conflicts:     492000 | #Constraints:     225356
292.47/293.44	c #Conflicts:     493000 | #Constraints:     226356
292.47/293.44	c #Conflicts:     494000 | #Constraints:     227356
292.47/293.44	c #Conflicts:     495000 | #Constraints:     228356
312.31/313.34	c #Conflicts:     496000 | #Constraints:     229356
312.31/313.34	c #Conflicts:     497000 | #Constraints:     230356
312.31/313.34	c #Conflicts:     498000 | #Constraints:     231356
312.31/313.34	c INPROCESSING
312.31/313.34	c GARBAGE COLLECT
312.31/313.34	c #Conflicts:     499000 | #Constraints:     205481
312.31/313.34	c #Conflicts:     500000 | #Constraints:     206481
312.31/313.34	c #Conflicts:     501000 | #Constraints:     207481
312.31/313.34	c #Conflicts:     502000 | #Constraints:     208481
312.31/313.34	c #Conflicts:     503000 | #Constraints:     209481
312.31/313.34	c #Conflicts:     504000 | #Constraints:     210481
312.31/313.34	c #Conflicts:     505000 | #Constraints:     211481
312.31/313.34	c #Conflicts:     506000 | #Constraints:     212481
312.31/313.34	c #Conflicts:     507000 | #Constraints:     213481
312.31/313.34	c #Conflicts:     508000 | #Constraints:     214481
312.31/313.34	c #Conflicts:     509000 | #Constraints:     215481
312.31/313.34	c #Conflicts:     510000 | #Constraints:     216481
312.31/313.34	c #Conflicts:     511000 | #Constraints:     217481
312.31/313.34	c #Conflicts:     512000 | #Constraints:     218481
312.31/313.34	c #Conflicts:     513000 | #Constraints:     219481
312.31/313.34	c #Conflicts:     514000 | #Constraints:     220481
312.31/313.34	c #Conflicts:     515000 | #Constraints:     221481
312.31/313.34	c #Conflicts:     516000 | #Constraints:     222481
312.31/313.34	c #Conflicts:     517000 | #Constraints:     223481
312.31/313.34	c #Conflicts:     518000 | #Constraints:     224481
312.31/313.34	c #Conflicts:     519000 | #Constraints:     225481
312.31/313.34	c #Conflicts:     520000 | #Constraints:     226481
312.31/313.34	c #Conflicts:     521000 | #Constraints:     227481
312.31/313.34	c #Conflicts:     522000 | #Constraints:     228481
312.31/313.34	c #Conflicts:     523000 | #Constraints:     229481
312.31/313.34	c #Conflicts:     524000 | #Constraints:     230481
312.31/313.34	c #Conflicts:     525000 | #Constraints:     231481
312.31/313.34	c #Conflicts:     526000 | #Constraints:     232481
312.31/313.34	c #Conflicts:     527000 | #Constraints:     233481
312.31/313.34	c #Conflicts:     528000 | #Constraints:     234481
312.31/313.34	c #Conflicts:     529000 | #Constraints:     235481
312.31/313.34	c #Conflicts:     530000 | #Constraints:     236481
312.31/313.34	c #Conflicts:     531000 | #Constraints:     237481
312.31/313.34	c #Conflicts:     532000 | #Constraints:     238481
312.31/313.34	c #Conflicts:     533000 | #Constraints:     239481
312.31/313.34	c #Conflicts:     534000 | #Constraints:     240481
312.31/313.35	c #Conflicts:     535000 | #Constraints:     241481
312.31/313.35	c #Conflicts:     536000 | #Constraints:     242481
312.31/313.35	c #Conflicts:     537000 | #Constraints:     243481
312.31/313.35	c #Conflicts:     538000 | #Constraints:     244481
312.31/313.35	c #Conflicts:     539000 | #Constraints:     245481
312.31/313.35	c #Conflicts:     540000 | #Constraints:     246481
312.31/313.35	c #Conflicts:     541000 | #Constraints:     247481
312.31/313.35	c #Conflicts:     542000 | #Constraints:     248481
312.31/313.35	c #Conflicts:     543000 | #Constraints:     249481
312.31/313.35	c #Conflicts:     544000 | #Constraints:     250481
312.31/313.35	c #Conflicts:     545000 | #Constraints:     251481
312.31/313.35	c #Conflicts:     546000 | #Constraints:     252481
312.31/313.35	c #Conflicts:     547000 | #Constraints:     253481
312.31/313.35	c INPROCESSING
312.31/313.35	c GARBAGE COLLECT
312.31/313.35	c rational objective 321
339.33/340.44	c #Conflicts:     548000 | #Constraints:     216369
339.33/340.44	c #Conflicts:     549000 | #Constraints:     217369
339.33/340.44	c #Conflicts:     550000 | #Constraints:     218369
339.33/340.44	c #Conflicts:     551000 | #Constraints:     219369
339.33/340.44	c #Conflicts:     552000 | #Constraints:     220369
339.33/340.44	c #Conflicts:     553000 | #Constraints:     221369
339.33/340.44	c #Conflicts:     554000 | #Constraints:     222369
339.33/340.44	c #Conflicts:     555000 | #Constraints:     223369
339.33/340.44	c #Conflicts:     556000 | #Constraints:     224369
339.33/340.44	c #Conflicts:     557000 | #Constraints:     225369
339.33/340.44	c #Conflicts:     558000 | #Constraints:     226369
339.33/340.44	c #Conflicts:     559000 | #Constraints:     227369
339.33/340.44	c #Conflicts:     560000 | #Constraints:     228369
339.33/340.44	c #Conflicts:     561000 | #Constraints:     229369
339.33/340.44	c #Conflicts:     562000 | #Constraints:     230369
339.33/340.44	c #Conflicts:     563000 | #Constraints:     231369
339.33/340.44	c #Conflicts:     564000 | #Constraints:     232369
339.33/340.44	c #Conflicts:     565000 | #Constraints:     233369
339.33/340.44	c #Conflicts:     566000 | #Constraints:     234369
339.33/340.44	c #Conflicts:     567000 | #Constraints:     235369
339.33/340.44	c INPROCESSING
339.33/340.44	c GARBAGE COLLECT
339.33/340.44	c #Conflicts:     568000 | #Constraints:     207631
339.33/340.44	c #Conflicts:     569000 | #Constraints:     208631
339.33/340.44	c #Conflicts:     570000 | #Constraints:     209631
339.33/340.44	c #Conflicts:     571000 | #Constraints:     210631
339.33/340.44	c #Conflicts:     572000 | #Constraints:     211631
339.33/340.44	c #Conflicts:     573000 | #Constraints:     212631
339.33/340.44	c #Conflicts:     574000 | #Constraints:     213631
339.33/340.44	c #Conflicts:     575000 | #Constraints:     214631
339.33/340.44	c #Conflicts:     576000 | #Constraints:     215631
339.33/340.44	c #Conflicts:     577000 | #Constraints:     216631
339.33/340.44	c #Conflicts:     578000 | #Constraints:     217631
339.33/340.44	c #Conflicts:     579000 | #Constraints:     218631
339.33/340.44	c #Conflicts:     580000 | #Constraints:     219631
339.33/340.44	c #Conflicts:     581000 | #Constraints:     220631
339.33/340.44	c #Conflicts:     582000 | #Constraints:     221631
339.33/340.44	c #Conflicts:     583000 | #Constraints:     222631
339.33/340.44	c #Conflicts:     584000 | #Constraints:     223631
339.33/340.44	c #Conflicts:     585000 | #Constraints:     224631
339.33/340.44	c #Conflicts:     586000 | #Constraints:     225631
339.33/340.44	c #Conflicts:     587000 | #Constraints:     226631
339.33/340.44	c #Conflicts:     588000 | #Constraints:     227631
339.33/340.44	c #Conflicts:     589000 | #Constraints:     228631
339.33/340.44	c #Conflicts:     590000 | #Constraints:     229631
339.33/340.44	c #Conflicts:     591000 | #Constraints:     230631
339.33/340.44	c #Conflicts:     592000 | #Constraints:     231631
339.33/340.44	c #Conflicts:     593000 | #Constraints:     232631
339.33/340.44	c #Conflicts:     594000 | #Constraints:     233631
339.33/340.44	c #Conflicts:     595000 | #Constraints:     234631
339.33/340.44	c #Conflicts:     596000 | #Constraints:     235631
339.33/340.44	c #Conflicts:     597000 | #Constraints:     236631
339.33/340.44	c #Conflicts:     598000 | #Constraints:     237631
339.33/340.44	c #Conflicts:     599000 | #Constraints:     238631
339.33/340.44	c #Conflicts:     600000 | #Constraints:     239631
339.33/340.44	c #Conflicts:     601000 | #Constraints:     240631
339.33/340.44	c #Conflicts:     602000 | #Constraints:     241631
339.33/340.44	c #Conflicts:     603000 | #Constraints:     242631
339.33/340.44	c #Conflicts:     604000 | #Constraints:     243631
339.33/340.44	c #Conflicts:     605000 | #Constraints:     244631
339.33/340.44	c #Conflicts:     606000 | #Constraints:     245631
339.33/340.44	c #Conflicts:     607000 | #Constraints:     246631
339.33/340.44	c #Conflicts:     608000 | #Constraints:     247631
339.33/340.44	c #Conflicts:     609000 | #Constraints:     248631
339.33/340.44	c #Conflicts:     610000 | #Constraints:     249631
339.33/340.44	c #Conflicts:     611000 | #Constraints:     250631
339.33/340.44	c #Conflicts:     612000 | #Constraints:     251631
339.33/340.44	c #Conflicts:     613000 | #Constraints:     252631
339.33/340.44	c #Conflicts:     614000 | #Constraints:     253631
339.33/340.44	c #Conflicts:     615000 | #Constraints:     254631
339.33/340.44	c #Conflicts:     616000 | #Constraints:     255631
339.33/340.44	c #Conflicts:     617000 | #Constraints:     256631
339.33/340.44	c #Conflicts:     618000 | #Constraints:     257631
339.33/340.44	c #Conflicts:     619000 | #Constraints:     258631
339.33/340.44	c INPROCESSING
339.33/340.44	c GARBAGE COLLECT
339.33/340.44	c #Conflicts:     620000 | #Constraints:     219143
339.33/340.44	c #Conflicts:     621000 | #Constraints:     220143
339.33/340.44	c #Conflicts:     622000 | #Constraints:     221143
339.33/340.44	c #Conflicts:     623000 | #Constraints:     222143
339.33/340.44	c #Conflicts:     624000 | #Constraints:     223143
339.33/340.44	c #Conflicts:     625000 | #Constraints:     224143
364.76/365.92	c #Conflicts:     626000 | #Constraints:     225143
364.76/365.92	c #Conflicts:     627000 | #Constraints:     226143
364.76/365.92	c #Conflicts:     628000 | #Constraints:     227143
364.76/365.92	c #Conflicts:     629000 | #Constraints:     228143
364.76/365.92	c #Conflicts:     630000 | #Constraints:     229143
364.76/365.92	c #Conflicts:     631000 | #Constraints:     230143
364.76/365.92	c #Conflicts:     632000 | #Constraints:     231143
364.76/365.92	c #Conflicts:     633000 | #Constraints:     232143
364.76/365.92	c #Conflicts:     634000 | #Constraints:     233143
364.76/365.92	c #Conflicts:     635000 | #Constraints:     234143
364.76/365.92	c #Conflicts:     636000 | #Constraints:     235143
364.76/365.92	c #Conflicts:     637000 | #Constraints:     236143
364.76/365.92	c #Conflicts:     638000 | #Constraints:     237143
364.76/365.92	c #Conflicts:     639000 | #Constraints:     238143
364.76/365.92	c #Conflicts:     640000 | #Constraints:     239143
364.76/365.92	c INPROCESSING
364.76/365.92	c GARBAGE COLLECT
364.76/365.92	c #Conflicts:     641000 | #Constraints:     209487
364.76/365.92	c #Conflicts:     642000 | #Constraints:     210487
364.76/365.92	c #Conflicts:     643000 | #Constraints:     211487
364.76/365.92	c #Conflicts:     644000 | #Constraints:     212487
364.76/365.93	c #Conflicts:     645000 | #Constraints:     213487
364.76/365.93	c #Conflicts:     646000 | #Constraints:     214487
364.76/365.93	c #Conflicts:     647000 | #Constraints:     215487
364.76/365.93	c #Conflicts:     648000 | #Constraints:     216487
364.76/365.93	c #Conflicts:     649000 | #Constraints:     217487
364.76/365.93	c #Conflicts:     650000 | #Constraints:     218487
364.76/365.93	c #Conflicts:     651000 | #Constraints:     219487
364.76/365.93	c #Conflicts:     652000 | #Constraints:     220487
364.76/365.93	c #Conflicts:     653000 | #Constraints:     221487
364.76/365.93	c #Conflicts:     654000 | #Constraints:     222487
364.76/365.93	c #Conflicts:     655000 | #Constraints:     223487
364.76/365.93	c #Conflicts:     656000 | #Constraints:     224487
364.76/365.93	c #Conflicts:     657000 | #Constraints:     225487
364.76/365.93	c #Conflicts:     658000 | #Constraints:     226487
364.76/365.93	c #Conflicts:     659000 | #Constraints:     227487
364.76/365.93	c #Conflicts:     660000 | #Constraints:     228487
364.76/365.93	c #Conflicts:     661000 | #Constraints:     229487
364.76/365.93	c #Conflicts:     662000 | #Constraints:     230487
364.76/365.93	c #Conflicts:     663000 | #Constraints:     231487
364.76/365.93	c #Conflicts:     664000 | #Constraints:     232487
364.76/365.93	c #Conflicts:     665000 | #Constraints:     233487
364.76/365.93	c #Conflicts:     666000 | #Constraints:     234487
364.76/365.93	c #Conflicts:     667000 | #Constraints:     235487
364.76/365.93	c #Conflicts:     668000 | #Constraints:     236487
364.76/365.93	c #Conflicts:     669000 | #Constraints:     237487
364.76/365.93	c #Conflicts:     670000 | #Constraints:     238487
364.76/365.93	c #Conflicts:     671000 | #Constraints:     239487
364.76/365.93	c #Conflicts:     672000 | #Constraints:     240487
364.76/365.93	c #Conflicts:     673000 | #Constraints:     241487
364.76/365.93	c #Conflicts:     674000 | #Constraints:     242487
364.76/365.93	c #Conflicts:     675000 | #Constraints:     243487
364.76/365.93	c #Conflicts:     676000 | #Constraints:     244487
364.76/365.93	c #Conflicts:     677000 | #Constraints:     245487
364.76/365.93	c #Conflicts:     678000 | #Constraints:     246487
364.76/365.93	c #Conflicts:     679000 | #Constraints:     247487
364.76/365.93	c #Conflicts:     680000 | #Constraints:     248487
364.76/365.93	c #Conflicts:     681000 | #Constraints:     249487
364.76/365.93	c #Conflicts:     682000 | #Constraints:     250487
364.76/365.93	c #Conflicts:     683000 | #Constraints:     251487
364.76/365.93	c #Conflicts:     684000 | #Constraints:     252487
364.76/365.93	c #Conflicts:     685000 | #Constraints:     253487
364.76/365.93	c #Conflicts:     686000 | #Constraints:     254487
364.76/365.93	c #Conflicts:     687000 | #Constraints:     255487
364.76/365.93	c #Conflicts:     688000 | #Constraints:     256487
364.76/365.93	c #Conflicts:     689000 | #Constraints:     257487
364.76/365.93	c #Conflicts:     690000 | #Constraints:     258487
364.76/365.93	c #Conflicts:     691000 | #Constraints:     259487
364.76/365.93	c #Conflicts:     692000 | #Constraints:     260487
364.76/365.93	c #Conflicts:     693000 | #Constraints:     261487
364.76/365.93	c #Conflicts:     694000 | #Constraints:     262487
364.76/365.93	c #Conflicts:     695000 | #Constraints:     263487
364.76/365.93	c INPROCESSING
364.76/365.93	c GARBAGE COLLECT
364.76/365.93	c rational objective 321
386.90/388.15	c #Conflicts:     696000 | #Constraints:     221446
386.90/388.15	c #Conflicts:     697000 | #Constraints:     222446
386.90/388.15	c #Conflicts:     698000 | #Constraints:     223446
386.90/388.15	c #Conflicts:     699000 | #Constraints:     224446
386.90/388.15	c #Conflicts:     700000 | #Constraints:     225446
386.90/388.15	c #Conflicts:     701000 | #Constraints:     226446
386.90/388.15	c #Conflicts:     702000 | #Constraints:     227446
386.90/388.15	c #Conflicts:     703000 | #Constraints:     228446
386.90/388.15	c #Conflicts:     704000 | #Constraints:     229446
386.90/388.15	c #Conflicts:     705000 | #Constraints:     230446
386.90/388.15	c #Conflicts:     706000 | #Constraints:     231446
386.90/388.15	c #Conflicts:     707000 | #Constraints:     232446
386.90/388.15	c #Conflicts:     708000 | #Constraints:     233446
386.90/388.15	c #Conflicts:     709000 | #Constraints:     234446
386.90/388.15	c #Conflicts:     710000 | #Constraints:     235446
386.90/388.15	c #Conflicts:     711000 | #Constraints:     236446
386.90/388.15	c #Conflicts:     712000 | #Constraints:     237446
386.90/388.15	c #Conflicts:     713000 | #Constraints:     238446
386.90/388.15	c #Conflicts:     714000 | #Constraints:     239446
386.90/388.15	c #Conflicts:     715000 | #Constraints:     240446
386.90/388.15	c #Conflicts:     716000 | #Constraints:     241446
386.90/388.15	c #Conflicts:     717000 | #Constraints:     242446
386.90/388.15	c INPROCESSING
386.90/388.15	c GARBAGE COLLECT
386.90/388.15	c #Conflicts:     718000 | #Constraints:     210916
386.90/388.15	c #Conflicts:     719000 | #Constraints:     211916
386.90/388.15	c #Conflicts:     720000 | #Constraints:     212916
386.90/388.15	c #Conflicts:     721000 | #Constraints:     213916
386.90/388.15	c #Conflicts:     722000 | #Constraints:     214916
386.90/388.15	c #Conflicts:     723000 | #Constraints:     215916
386.90/388.15	c #Conflicts:     724000 | #Constraints:     216916
386.90/388.15	c #Conflicts:     725000 | #Constraints:     217916
386.90/388.15	c #Conflicts:     726000 | #Constraints:     218916
386.90/388.15	c #Conflicts:     727000 | #Constraints:     219916
386.90/388.15	c #Conflicts:     728000 | #Constraints:     220916
386.90/388.15	c #Conflicts:     729000 | #Constraints:     221916
386.90/388.15	c #Conflicts:     730000 | #Constraints:     222916
386.90/388.15	c #Conflicts:     731000 | #Constraints:     223916
386.90/388.15	c #Conflicts:     732000 | #Constraints:     224916
386.90/388.15	c #Conflicts:     733000 | #Constraints:     225916
386.90/388.15	c #Conflicts:     734000 | #Constraints:     226916
386.90/388.15	c #Conflicts:     735000 | #Constraints:     227916
386.90/388.15	c #Conflicts:     736000 | #Constraints:     228916
386.90/388.15	c #Conflicts:     737000 | #Constraints:     229916
386.90/388.15	c #Conflicts:     738000 | #Constraints:     230916
386.90/388.15	c #Conflicts:     739000 | #Constraints:     231916
386.90/388.15	c #Conflicts:     740000 | #Constraints:     232916
386.90/388.15	c #Conflicts:     741000 | #Constraints:     233916
386.90/388.15	c #Conflicts:     742000 | #Constraints:     234916
386.90/388.15	c #Conflicts:     743000 | #Constraints:     235916
386.90/388.15	c #Conflicts:     744000 | #Constraints:     236916
386.90/388.15	c #Conflicts:     745000 | #Constraints:     237916
386.90/388.15	c #Conflicts:     746000 | #Constraints:     238916
386.90/388.15	c #Conflicts:     747000 | #Constraints:     239916
386.90/388.15	c #Conflicts:     748000 | #Constraints:     240916
386.90/388.15	c #Conflicts:     749000 | #Constraints:     241916
386.90/388.15	c #Conflicts:     750000 | #Constraints:     242916
386.90/388.15	c #Conflicts:     751000 | #Constraints:     243916
386.90/388.15	c #Conflicts:     752000 | #Constraints:     244916
386.90/388.15	c #Conflicts:     753000 | #Constraints:     245916
386.90/388.15	c #Conflicts:     754000 | #Constraints:     246916
386.90/388.15	c #Conflicts:     755000 | #Constraints:     247916
386.90/388.15	c #Conflicts:     756000 | #Constraints:     248916
386.90/388.15	c #Conflicts:     757000 | #Constraints:     249916
386.90/388.15	c #Conflicts:     758000 | #Constraints:     250916
386.90/388.15	c #Conflicts:     759000 | #Constraints:     251916
386.90/388.15	c #Conflicts:     760000 | #Constraints:     252916
386.90/388.15	c #Conflicts:     761000 | #Constraints:     253916
386.90/388.15	c #Conflicts:     762000 | #Constraints:     254916
386.90/388.15	c #Conflicts:     763000 | #Constraints:     255916
386.90/388.15	c #Conflicts:     764000 | #Constraints:     256916
386.90/388.15	c #Conflicts:     765000 | #Constraints:     257916
386.90/388.15	c #Conflicts:     766000 | #Constraints:     258916
386.90/388.15	c #Conflicts:     767000 | #Constraints:     259916
386.90/388.15	c #Conflicts:     768000 | #Constraints:     260916
386.90/388.15	c #Conflicts:     769000 | #Constraints:     261916
386.90/388.15	c #Conflicts:     770000 | #Constraints:     262916
386.90/388.15	c #Conflicts:     771000 | #Constraints:     263916
386.90/388.15	c #Conflicts:     772000 | #Constraints:     264916
386.90/388.15	c #Conflicts:     773000 | #Constraints:     265916
386.90/388.15	c #Conflicts:     774000 | #Constraints:     266916
402.04/403.38	c #Conflicts:     775000 | #Constraints:     267916
402.04/403.38	c #Conflicts:     776000 | #Constraints:     268916
402.04/403.38	c INPROCESSING
402.04/403.38	c GARBAGE COLLECT
402.04/403.38	c rational objective 321
424.68/426.04	c #Conflicts:     777000 | #Constraints:     224595
424.68/426.04	c #Conflicts:     778000 | #Constraints:     225595
424.68/426.04	c #Conflicts:     779000 | #Constraints:     226595
424.68/426.04	c #Conflicts:     780000 | #Constraints:     227595
424.68/426.04	c #Conflicts:     781000 | #Constraints:     228595
424.68/426.04	c #Conflicts:     782000 | #Constraints:     229595
424.68/426.04	c #Conflicts:     783000 | #Constraints:     230595
424.68/426.04	c #Conflicts:     784000 | #Constraints:     231595
424.68/426.04	c #Conflicts:     785000 | #Constraints:     232595
424.68/426.04	c #Conflicts:     786000 | #Constraints:     233595
424.68/426.04	c #Conflicts:     787000 | #Constraints:     234595
424.68/426.04	c #Conflicts:     788000 | #Constraints:     235595
424.68/426.04	c #Conflicts:     789000 | #Constraints:     236595
424.68/426.04	c #Conflicts:     790000 | #Constraints:     237595
424.68/426.04	c #Conflicts:     791000 | #Constraints:     238595
424.68/426.04	c #Conflicts:     792000 | #Constraints:     239595
424.68/426.04	c #Conflicts:     793000 | #Constraints:     240595
424.68/426.04	c #Conflicts:     794000 | #Constraints:     241595
424.68/426.04	c #Conflicts:     795000 | #Constraints:     242595
424.68/426.04	c #Conflicts:     796000 | #Constraints:     243595
424.68/426.04	c #Conflicts:     797000 | #Constraints:     244595
424.68/426.04	c #Conflicts:     798000 | #Constraints:     245595
424.68/426.04	c #Conflicts:     799000 | #Constraints:     246595
424.68/426.04	c INPROCESSING
424.68/426.04	c GARBAGE COLLECT
424.68/426.04	c #Conflicts:     800000 | #Constraints:     213179
424.68/426.04	c #Conflicts:     801000 | #Constraints:     214179
424.68/426.04	c #Conflicts:     802000 | #Constraints:     215179
424.68/426.04	c #Conflicts:     803000 | #Constraints:     216179
424.68/426.04	c #Conflicts:     804000 | #Constraints:     217179
424.68/426.04	c #Conflicts:     805000 | #Constraints:     218179
424.68/426.04	c #Conflicts:     806000 | #Constraints:     219179
424.68/426.04	c #Conflicts:     807000 | #Constraints:     220179
424.68/426.04	c #Conflicts:     808000 | #Constraints:     221179
424.68/426.04	c #Conflicts:     809000 | #Constraints:     222179
424.68/426.04	c #Conflicts:     810000 | #Constraints:     223179
424.68/426.04	c #Conflicts:     811000 | #Constraints:     224179
424.68/426.04	c #Conflicts:     812000 | #Constraints:     225179
424.68/426.04	c #Conflicts:     813000 | #Constraints:     226179
424.68/426.04	c #Conflicts:     814000 | #Constraints:     227179
424.68/426.04	c #Conflicts:     815000 | #Constraints:     228179
424.68/426.04	c #Conflicts:     816000 | #Constraints:     229179
424.68/426.04	c #Conflicts:     817000 | #Constraints:     230179
424.68/426.04	c #Conflicts:     818000 | #Constraints:     231179
424.68/426.04	c #Conflicts:     819000 | #Constraints:     232179
424.68/426.04	c #Conflicts:     820000 | #Constraints:     233179
424.68/426.04	c #Conflicts:     821000 | #Constraints:     234179
424.68/426.04	c #Conflicts:     822000 | #Constraints:     235179
424.68/426.04	c #Conflicts:     823000 | #Constraints:     236179
424.68/426.04	c #Conflicts:     824000 | #Constraints:     237179
424.68/426.04	c #Conflicts:     825000 | #Constraints:     238179
424.68/426.04	c #Conflicts:     826000 | #Constraints:     239179
424.68/426.04	c #Conflicts:     827000 | #Constraints:     240179
424.68/426.04	c #Conflicts:     828000 | #Constraints:     241179
424.68/426.04	c #Conflicts:     829000 | #Constraints:     242179
424.68/426.04	c #Conflicts:     830000 | #Constraints:     243179
424.68/426.04	c #Conflicts:     831000 | #Constraints:     244179
424.68/426.04	c #Conflicts:     832000 | #Constraints:     245179
424.68/426.04	c #Conflicts:     833000 | #Constraints:     246179
424.68/426.04	c #Conflicts:     834000 | #Constraints:     247179
424.68/426.04	c #Conflicts:     835000 | #Constraints:     248179
424.68/426.04	c #Conflicts:     836000 | #Constraints:     249179
424.68/426.04	c #Conflicts:     837000 | #Constraints:     250179
424.68/426.04	c #Conflicts:     838000 | #Constraints:     251179
424.68/426.04	c #Conflicts:     839000 | #Constraints:     252179
424.68/426.04	c #Conflicts:     840000 | #Constraints:     253179
424.68/426.04	c #Conflicts:     841000 | #Constraints:     254179
424.68/426.04	c #Conflicts:     842000 | #Constraints:     255179
424.68/426.04	c #Conflicts:     843000 | #Constraints:     256179
424.68/426.04	c #Conflicts:     844000 | #Constraints:     257179
424.68/426.04	c #Conflicts:     845000 | #Constraints:     258179
424.68/426.04	c #Conflicts:     846000 | #Constraints:     259179
424.68/426.04	c #Conflicts:     847000 | #Constraints:     260179
424.68/426.04	c #Conflicts:     848000 | #Constraints:     261179
424.68/426.04	c #Conflicts:     849000 | #Constraints:     262179
424.68/426.04	c #Conflicts:     850000 | #Constraints:     263179
424.68/426.04	c #Conflicts:     851000 | #Constraints:     264179
424.68/426.04	c #Conflicts:     852000 | #Constraints:     265179
424.68/426.04	c #Conflicts:     853000 | #Constraints:     266179
424.68/426.04	c #Conflicts:     854000 | #Constraints:     267179
424.68/426.04	c #Conflicts:     855000 | #Constraints:     268179
447.79/449.27	c #Conflicts:     856000 | #Constraints:     269179
447.79/449.27	c #Conflicts:     857000 | #Constraints:     270179
447.79/449.27	c #Conflicts:     858000 | #Constraints:     271179
447.79/449.27	c #Conflicts:     859000 | #Constraints:     272179
447.79/449.27	c #Conflicts:     860000 | #Constraints:     273179
447.79/449.27	c #Conflicts:     861000 | #Constraints:     274179
447.79/449.27	c INPROCESSING
447.79/449.27	c GARBAGE COLLECT
447.79/449.27	c #Conflicts:     862000 | #Constraints:     227185
447.79/449.27	c #Conflicts:     863000 | #Constraints:     228185
447.79/449.27	c #Conflicts:     864000 | #Constraints:     229185
447.79/449.27	c #Conflicts:     865000 | #Constraints:     230185
447.79/449.27	c #Conflicts:     866000 | #Constraints:     231185
447.79/449.27	c #Conflicts:     867000 | #Constraints:     232185
447.79/449.27	c #Conflicts:     868000 | #Constraints:     233185
447.79/449.27	c #Conflicts:     869000 | #Constraints:     234185
447.79/449.27	c #Conflicts:     870000 | #Constraints:     235185
447.79/449.27	c #Conflicts:     871000 | #Constraints:     236185
447.79/449.27	c #Conflicts:     872000 | #Constraints:     237185
447.79/449.27	c #Conflicts:     873000 | #Constraints:     238185
447.79/449.27	c #Conflicts:     874000 | #Constraints:     239185
447.79/449.27	c #Conflicts:     875000 | #Constraints:     240185
447.79/449.27	c #Conflicts:     876000 | #Constraints:     241185
447.79/449.27	c #Conflicts:     877000 | #Constraints:     242185
447.79/449.27	c #Conflicts:     878000 | #Constraints:     243185
447.79/449.27	c #Conflicts:     879000 | #Constraints:     244185
447.79/449.27	c #Conflicts:     880000 | #Constraints:     245185
447.79/449.27	c #Conflicts:     881000 | #Constraints:     246185
447.79/449.27	c #Conflicts:     882000 | #Constraints:     247185
447.79/449.27	c #Conflicts:     883000 | #Constraints:     248185
447.79/449.27	c #Conflicts:     884000 | #Constraints:     249185
447.79/449.27	c #Conflicts:     885000 | #Constraints:     250185
447.79/449.27	c INPROCESSING
447.79/449.27	c GARBAGE COLLECT
447.79/449.27	c #Conflicts:     886000 | #Constraints:     214802
447.79/449.27	c #Conflicts:     887000 | #Constraints:     215802
447.79/449.27	c #Conflicts:     888000 | #Constraints:     216802
447.79/449.27	c #Conflicts:     889000 | #Constraints:     217802
447.79/449.27	c #Conflicts:     890000 | #Constraints:     218802
447.79/449.27	c #Conflicts:     891000 | #Constraints:     219802
447.79/449.27	c #Conflicts:     892000 | #Constraints:     220802
447.79/449.27	c #Conflicts:     893000 | #Constraints:     221802
447.79/449.27	c #Conflicts:     894000 | #Constraints:     222802
447.79/449.27	c #Conflicts:     895000 | #Constraints:     223802
447.79/449.27	c #Conflicts:     896000 | #Constraints:     224802
447.79/449.27	c #Conflicts:     897000 | #Constraints:     225802
447.79/449.27	c #Conflicts:     898000 | #Constraints:     226802
447.79/449.27	c #Conflicts:     899000 | #Constraints:     227802
447.79/449.27	c #Conflicts:     900000 | #Constraints:     228802
447.79/449.27	c #Conflicts:     901000 | #Constraints:     229802
447.79/449.27	c #Conflicts:     902000 | #Constraints:     230802
447.79/449.27	c #Conflicts:     903000 | #Constraints:     231802
447.79/449.27	WSVECS04 Frhs2[116]: 6 -107.714 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[117]: 6 -68.8572 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[121]: 6 -148.429 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[205]: 6 -159.857 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[207]: 6 -45.2857 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[209]: 6 -28.8572 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[210]: 6 -152 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[652]: 6 -74.0001 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1064]: 6 -119 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1065]: 6 -75.6001 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1069]: 6 -99.2001 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1071]: 6 -130.2 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1627]: 6 -1.00004 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1628]: 6 -1.00009 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1629]: 6 -1.00003 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1638]: 6 -46.6667 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1641]: 6 -97.0001 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1644]: 6 -50 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1645]: 6 -28.6668 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1646]: 6 -68.3334 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1684]: 6 0 1.71437 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1685]: 6 0 1.71435 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1686]: 6 0 1.71433 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1687]: 6 0 1.71433 shouldn't be
447.79/449.27	WSVECS04 Frhs2[1819]: 6 0 1.71435 shouldn't be
447.79/449.27	WSVECS04 Frhs2[2404]: 6 -89.0001 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[2778]: 6 -1.00004 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[3381]: 6 -39.0001 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[3382]: 6 -15.0001 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[3383]: 6 -39.0001 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[3617]: 6 0 1.7143 shouldn't be
447.79/449.27	WSVECS04 Frhs2[4368]: 6 0 4.00007 shouldn't be
447.79/449.27	WSVECS04 Frhs2[4369]: 6 0 4.00004 shouldn't be
447.79/449.27	WSVECS04 Frhs2[4370]: 6 0 4.00006 shouldn't be
447.79/449.27	WSVECS04 Frhs2[4371]: 6 0 4.00004 shouldn't be
447.79/449.27	WSVECS04 Frhs2[4372]: 6 0 4.00008 shouldn't be
447.79/449.27	WSVECS04 Frhs2[4374]: 6 0 4.0001 shouldn't be
447.79/449.27	WSVECS04 Frhs2[4375]: 6 0 4.00007 shouldn't be
447.79/449.27	WSVECS04 Frhs2[5818]: 6 -1.00002 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[5972]: 6 0 1.33335 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6096]: 6 -1.00006 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6099]: 6 -1.00008 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6100]: 6 -1.0001 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6102]: 6 -1.00003 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6103]: 6 -1.00002 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6105]: 6 -1.00006 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6277]: 6 0 4.00001 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6281]: 6 0 4.00002 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6386]: 6 0 1.71431 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6387]: 6 0 1.71439 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6388]: 6 0 1.71432 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6389]: 6 0 1.71437 shouldn't be
447.79/449.27	WSVECS04 Frhs2[6390]: 6 0 1.71434 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7732]: 6 0 1.66669 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7733]: 6 0 1.66673 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7734]: 6 0 1.6667 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7735]: 6 0 1.66676 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7736]: 6 0 1.66672 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7737]: 6 0 1.66671 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7738]: 6 0 1.66675 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7739]: 6 0 1.66671 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7898]: 6 0 4.00009 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7901]: 6 0 4.00004 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7916]: 6 -1.00001 0 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7928]: 6 0 5.00004 shouldn't be
447.79/449.27	WSVECS04 Frhs2[7931]: 6 0 5.00007 shouldn't be
465.05/466.51	WSVECS04 Frhs2[475]: 6 0 1.71432 shouldn't be
465.05/466.51	WSVECS04 Frhs2[501]: 6 0 1.71431 shouldn't be
465.05/466.51	WSVECS04 Frhs2[696]: 6 0 1.71431 shouldn't be
465.05/466.51	WSVECS04 Frhs2[806]: 6 0 1.7143 shouldn't be
465.05/466.51	WSVECS04 Frhs2[1112]: 6 0 1.71431 shouldn't be
465.05/466.51	WSVECS04 Frhs2[1216]: 6 0 1.71432 shouldn't be
465.05/466.51	WSVECS04 Frhs2[1218]: 6 0 1.7143 shouldn't be
465.05/466.51	WSVECS04 Frhs2[1219]: 6 0 1.71433 shouldn't be
465.05/466.51	WSVECS04 Frhs2[1220]: 6 0 1.71433 shouldn't be
465.05/466.51	WSVECS04 Frhs2[1243]: 6 0 1.71432 shouldn't be
465.05/466.51	WSVECS04 Frhs2[2612]: 6 0 1.7143 shouldn't be
465.05/466.51	WSVECS04 Frhs2[2638]: 6 0 1.71431 shouldn't be
465.05/466.51	WSVECS04 Frhs2[3645]: 6 0 1.71433 shouldn't be
465.05/466.51	WSVECS04 Frhs2[4126]: 6 0 4.00001 shouldn't be
465.05/466.51	WSVECS04 Frhs2[4376]: 6 0 4.00009 shouldn't be
465.05/466.51	WSVECS04 Frhs2[4652]: 6 0 1.71434 shouldn't be
465.05/466.51	WSVECS04 Frhs2[4853]: 6 -1.00002 0 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5591]: 6 0 3.66671 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5592]: 6 0 3.66674 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5593]: 6 0 3.66674 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5594]: 6 0 3.66676 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5595]: 6 0 3.66676 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5597]: 6 0 3.66673 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5599]: 6 0 3.66675 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5602]: 6 -1.00006 0 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5737]: 6 -1.00003 0 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5783]: 6 0 1.33342 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5787]: 6 0 1.33341 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5888]: 6 0 1.33341 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5889]: 6 0 1.33339 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5890]: 6 0 1.33339 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5891]: 6 0 1.3334 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5892]: 6 0 1.33339 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5893]: 6 0 1.3334 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5894]: 6 0 1.33341 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5896]: 6 0 1.33336 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5906]: 6 -1.0001 0 shouldn't be
465.05/466.51	WSVECS04 Frhs2[5987]: 6 -1.00005 0 shouldn't be
465.05/466.51	WSVECS04 Frhs2[7064]: 6 0 1.66669 shouldn't be
465.05/466.51	WSVECS04 Frhs2[7496]: 6 0 4.00009 shouldn't be
465.05/466.51	WSVECS04 Frhs2[7497]: 6 0 4.00005 shouldn't be
465.05/466.51	WSVECS04 Frhs2[7546]: 6 0 1.6667 shouldn't be
465.05/466.51	WSVECS04 Frhs2[7651]: 6 0 1.66669 shouldn't be
465.05/466.51	WSVECS04 Frhs2[7740]: 6 0 1.66675 shouldn't be
485.78/487.34	WSVECS04 Frhs2[2589]: 6 -1.00002 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[2940]: 6 -1.0001 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[3075]: 6 -1.00003 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[3183]: 6 -1.00007 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[3264]: 6 -1.00002 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[3291]: 6 -1.00001 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[3318]: 6 -1.00005 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[3777]: 6 0 4.00008 shouldn't be
485.78/487.34	WSVECS04 Frhs2[4792]: 6 -1.00008 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[4867]: 6 0 1.71435 shouldn't be
485.78/487.34	WSVECS04 Frhs2[4868]: 6 0 1.71434 shouldn't be
485.78/487.34	WSVECS04 Frhs2[4870]: 6 0 1.71435 shouldn't be
485.78/487.34	WSVECS04 Frhs2[5035]: 6 -1.00005 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[5240]: 6 0 3.66669 shouldn't be
485.78/487.34	WSVECS04 Frhs2[5243]: 6 0 3.66669 shouldn't be
485.78/487.34	WSVECS04 Frhs2[5248]: 6 0 3.66673 shouldn't be
485.78/487.34	WSVECS04 Frhs2[5251]: 6 -1.00004 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[5440]: 6 -1.00002 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[5798]: 6 -1.00001 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[5836]: 6 0 3.6667 shouldn't be
485.78/487.34	WSVECS04 Frhs2[5845]: 6 -1.00003 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[6106]: 6 -1.00007 0 shouldn't be
485.78/487.34	WSVECS04 Frhs2[6416]: 6 0 1.71434 shouldn't be
485.78/487.34	WSVECS04 Frhs2[7655]: 6 0 1.6667 shouldn't be
497.55/499.14	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
497.55/499.14	WSVECS04 Frhs2[4866]: 6 0 1.71432 shouldn't be
497.55/499.14	WSVECS04 Frhs2[5969]: 6 0 1.33341 shouldn't be
497.55/499.14	WSVECS04 Frhs2[7004]: 6 0 4.00006 shouldn't be
497.55/499.14	WSVECS04 Frhs2[7008]: 6 0 4.00002 shouldn't be
497.55/499.14	WSVECS04 Frhs2[7009]: 6 0 4.00003 shouldn't be
497.55/499.14	WSVECS04 Frhs2[7010]: 6 0 4.00006 shouldn't be
527.36/529.10	c #Conflicts:     904000 | #Constraints:     232802
527.36/529.10	c #Conflicts:     905000 | #Constraints:     233802
527.36/529.10	c #Conflicts:     906000 | #Constraints:     234802
527.36/529.10	c #Conflicts:     907000 | #Constraints:     235802
527.36/529.10	c #Conflicts:     908000 | #Constraints:     236802
527.36/529.10	c #Conflicts:     909000 | #Constraints:     237802
527.36/529.10	c #Conflicts:     910000 | #Constraints:     238802
527.36/529.10	c #Conflicts:     911000 | #Constraints:     239802
527.36/529.10	c #Conflicts:     912000 | #Constraints:     240802
527.36/529.10	c #Conflicts:     913000 | #Constraints:     241802
527.36/529.10	c #Conflicts:     914000 | #Constraints:     242802
527.36/529.10	c #Conflicts:     915000 | #Constraints:     243802
527.36/529.10	c #Conflicts:     916000 | #Constraints:     244802
527.36/529.10	c #Conflicts:     917000 | #Constraints:     245802
527.36/529.10	c #Conflicts:     918000 | #Constraints:     246802
527.36/529.10	c #Conflicts:     919000 | #Constraints:     247802
527.36/529.10	c #Conflicts:     920000 | #Constraints:     248802
527.36/529.10	c #Conflicts:     921000 | #Constraints:     249802
527.36/529.10	c #Conflicts:     922000 | #Constraints:     250802
527.36/529.10	c #Conflicts:     923000 | #Constraints:     251802
527.36/529.10	c #Conflicts:     924000 | #Constraints:     252802
527.36/529.10	c #Conflicts:     925000 | #Constraints:     253802
527.36/529.10	c #Conflicts:     926000 | #Constraints:     254802
527.36/529.10	c #Conflicts:     927000 | #Constraints:     255802
527.36/529.10	c #Conflicts:     928000 | #Constraints:     256802
527.36/529.10	c #Conflicts:     929000 | #Constraints:     257802
527.36/529.10	c #Conflicts:     930000 | #Constraints:     258802
527.36/529.10	c #Conflicts:     931000 | #Constraints:     259802
527.36/529.10	c #Conflicts:     932000 | #Constraints:     260802
527.36/529.10	c #Conflicts:     933000 | #Constraints:     261802
527.36/529.10	c #Conflicts:     934000 | #Constraints:     262802
527.36/529.10	c #Conflicts:     935000 | #Constraints:     263802
527.36/529.10	c #Conflicts:     936000 | #Constraints:     264802
527.36/529.10	c #Conflicts:     937000 | #Constraints:     265802
527.36/529.10	c #Conflicts:     938000 | #Constraints:     266802
527.36/529.10	c #Conflicts:     939000 | #Constraints:     267802
527.36/529.10	c #Conflicts:     940000 | #Constraints:     268802
527.36/529.10	c #Conflicts:     941000 | #Constraints:     269802
527.36/529.10	c #Conflicts:     942000 | #Constraints:     270802
527.36/529.10	c #Conflicts:     943000 | #Constraints:     271802
527.36/529.10	c #Conflicts:     944000 | #Constraints:     272802
527.36/529.10	c #Conflicts:     945000 | #Constraints:     273802
527.36/529.10	c #Conflicts:     946000 | #Constraints:     274802
527.36/529.10	c #Conflicts:     947000 | #Constraints:     275802
527.36/529.10	c #Conflicts:     948000 | #Constraints:     276802
527.36/529.10	c #Conflicts:     949000 | #Constraints:     277802
527.36/529.10	c #Conflicts:     950000 | #Constraints:     278802
527.36/529.10	c INPROCESSING
527.36/529.10	c GARBAGE COLLECT
527.36/529.10	c #Conflicts:     951000 | #Constraints:     229368
527.36/529.10	c #Conflicts:     952000 | #Constraints:     230368
527.36/529.10	c #Conflicts:     953000 | #Constraints:     231368
527.36/529.10	c #Conflicts:     954000 | #Constraints:     232368
527.36/529.10	c #Conflicts:     955000 | #Constraints:     233368
527.36/529.10	c #Conflicts:     956000 | #Constraints:     234368
527.36/529.10	c #Conflicts:     957000 | #Constraints:     235368
527.36/529.10	c #Conflicts:     958000 | #Constraints:     236368
527.36/529.10	c #Conflicts:     959000 | #Constraints:     237368
527.36/529.10	c #Conflicts:     960000 | #Constraints:     238368
527.36/529.10	c #Conflicts:     961000 | #Constraints:     239368
527.36/529.10	c #Conflicts:     962000 | #Constraints:     240368
527.36/529.10	c #Conflicts:     963000 | #Constraints:     241368
527.36/529.10	c #Conflicts:     964000 | #Constraints:     242368
527.36/529.10	c #Conflicts:     965000 | #Constraints:     243368
527.36/529.10	c #Conflicts:     966000 | #Constraints:     244368
527.36/529.10	c #Conflicts:     967000 | #Constraints:     245368
527.36/529.10	c #Conflicts:     968000 | #Constraints:     246368
527.36/529.10	c #Conflicts:     969000 | #Constraints:     247368
527.36/529.10	c #Conflicts:     970000 | #Constraints:     248368
527.36/529.10	c #Conflicts:     971000 | #Constraints:     249368
527.36/529.10	c #Conflicts:     972000 | #Constraints:     250368
527.36/529.10	c #Conflicts:     973000 | #Constraints:     251368
527.36/529.10	c #Conflicts:     974000 | #Constraints:     252368
527.36/529.10	c #Conflicts:     975000 | #Constraints:     253368
527.36/529.10	c #Conflicts:     976000 | #Constraints:     254368
527.36/529.10	c INPROCESSING
527.36/529.10	c GARBAGE COLLECT
527.36/529.10	WSVECS04 Frhs2[36]: 6 -193.416 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[37]: 6 -8.05603 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[113]: 6 0 5.99838 shouldn't be
527.36/529.10	WSVECS04 Frhs2[210]: 6 -148.813 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[373]: 6 -110.638 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[378]: 6 -74.5571 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[380]: 6 -153.248 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[549]: 6 0 0.666736 shouldn't be
527.36/529.10	WSVECS04 Frhs2[552]: 6 0 0.666742 shouldn't be
527.36/529.10	WSVECS04 Frhs2[554]: 6 0 0.666683 shouldn't be
527.36/529.10	WSVECS04 Frhs2[555]: 6 0 0.66674 shouldn't be
527.36/529.10	WSVECS04 Frhs2[556]: 6 0 0.66668 shouldn't be
527.36/529.10	WSVECS04 Frhs2[776]: 6 0 1.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[777]: 6 0 1.00008 shouldn't be
527.36/529.10	WSVECS04 Frhs2[778]: 6 0 1.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[779]: 6 0 1.00004 shouldn't be
527.36/529.10	WSVECS04 Frhs2[780]: 6 0 1.00004 shouldn't be
527.36/529.10	WSVECS04 Frhs2[801]: 6 -4.00004 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[820]: 6 0 2.00007 shouldn't be
527.36/529.10	WSVECS04 Frhs2[907]: 6 0 0.666739 shouldn't be
527.36/529.10	WSVECS04 Frhs2[909]: 6 0 0.666737 shouldn't be
527.36/529.10	WSVECS04 Frhs2[911]: 6 0 1.66672 shouldn't be
527.36/529.10	WSVECS04 Frhs2[912]: 6 0 1.6667 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1050]: 6 0 1.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1103]: 6 0 0.500013 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1105]: 6 -1.00009 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1106]: 6 0 0.500038 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1110]: 6 0 1.50003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1111]: 6 0 1.50007 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1186]: 6 0 3.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1230]: 6 -8.00009 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1237]: 6 -2.00007 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1327]: 6 0 2.50002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1347]: 6 0 1.00007 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1566]: 6 0 3.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1568]: 6 0 3.00005 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1584]: 6 -3.00008 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1613]: 6 0 30.4939 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1618]: 6 -1.00009 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1680]: 6 -7.05437 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1698]: 6 0 0.944003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1702]: 6 0 2.7216 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1707]: 6 0 2.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1709]: 6 0 2.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1760]: 6 0 1.83366 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1782]: 6 -2.33286 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1825]: 6 0 0.166419 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1897]: 6 0 1.83367 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1966]: 6 0 1.3328 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1981]: 6 0 1.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[1994]: 6 0 8.88638 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2075]: 6 -6.27679 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2166]: 6 0 1.83363 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2189]: 6 -3.00009 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2206]: 6 0 0.667241 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2253]: 6 0 3.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2280]: 6 0 1.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2334]: 6 0 2.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2335]: 6 0 2.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2385]: 6 0 1.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2390]: 6 0 1.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2406]: 6 -70.0736 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2408]: 6 -22.1218 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2793]: 6 0 2.00005 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2794]: 6 0 2.00005 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2795]: 6 0 2.00004 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2798]: 6 0 3.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[2800]: 6 0 3.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3363]: 6 0 1.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3512]: 6 0 3.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3585]: 6 0 1.00007 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3587]: 6 0 1.00008 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3627]: 6 0 0.0892324 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3666]: 6 0 2.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3667]: 6 0 2.00004 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3672]: 6 0 3.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3673]: 6 0 3.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3686]: 6 0 1.00005 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3722]: 6 0 2.66362 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3830]: 6 0 1.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3841]: 6 0 1.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3858]: 6 0 3.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3859]: 6 0 3.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3909]: 6 0 1.50008 shouldn't be
527.36/529.10	WSVECS04 Frhs2[3934]: 6 0 3.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4033]: 6 0 2.97977 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4083]: 6 0 6.09616 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4195]: 6 -6.00009 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4202]: 6 0 3.00009 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4329]: 6 0 1.07903 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4356]: 6 0 1.07906 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4399]: 6 0 0.740306 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4505]: 6 0 1.00009 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4594]: 6 0 0.250079 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4598]: 6 -1401.76 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4673]: 6 0 3.00009 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4674]: 6 0 2.00004 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4675]: 6 0 3.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4677]: 6 0 3.00009 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4678]: 6 0 3.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4679]: 6 0 3.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4680]: 6 0 3.00004 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4681]: 6 0 3.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4727]: 6 0 2.00009 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4732]: 6 0 3.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4754]: 6 0 1.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4760]: 6 0 1.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4761]: 6 0 1.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[4879]: 6 0 159.468 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5027]: 6 0 1.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5132]: 6 0 1.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5133]: 6 0 1.00008 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5134]: 6 0 1.00008 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5135]: 6 0 2.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5140]: 6 0 2.00005 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5323]: 6 0 2.40004 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5329]: 6 0 2.40005 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5675]: 6 0 1.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5805]: 6 0 368.388 shouldn't be
527.36/529.10	WSVECS04 Frhs2[5815]: 6 0 1.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6049]: 6 0 15.3334 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6054]: 6 0 0.750015 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6057]: 6 0 1.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6058]: 6 0 2.00005 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6089]: 6 0 8.66675 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6212]: 6 0 4.00009 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6234]: 6 0 3.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6396]: 6 -0.500051 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6465]: 6 0 5.50003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6488]: 6 0 2.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6495]: 6 0 4.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6496]: 6 0 4.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6523]: 6 0 1.50002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6682]: 6 0 3.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6770]: 6 0 0.500096 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6814]: 6 0 1.0001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6914]: 6 0 10.3334 shouldn't be
527.36/529.10	WSVECS04 Frhs2[6975]: 6 0 0.500019 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7006]: 6 0 1.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7007]: 6 0 1.00006 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7011]: 6 0 1.00007 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7021]: 6 0 1.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7103]: 6 0 9.83342 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7111]: 6 0 4.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7116]: 6 0 3.50001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7171]: 6 0 1.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7358]: 6 0 2.00001 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7465]: 6 0 1.00002 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7469]: 6 0 1.00004 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7512]: 6 -28 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7516]: 6 0 2.00005 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7559]: 6 0 16.7602 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7591]: 6 -1.00006 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7608]: 6 -2.00009 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7640]: 6 -9.00004 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7720]: 6 0 11.1667 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7723]: 6 0 15.3334 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7728]: 6 -8.66671 0 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7891]: 6 0 6.00003 shouldn't be
527.36/529.10	WSVECS04 Frhs2[7910]: 6 0 2.12503 shouldn't be
553.08/554.88	WSVECS04 Frhs2[362]: 6 0 2.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[371]: 6 0 317.937 shouldn't be
553.08/554.88	WSVECS04 Frhs2[372]: 6 0 317.937 shouldn't be
553.08/554.88	WSVECS04 Frhs2[377]: 6 0 158.468 shouldn't be
553.08/554.88	WSVECS04 Frhs2[417]: 6 0 1.60005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[418]: 6 0 1.60003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[421]: 6 0 1.60003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[444]: 6 0 3.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[445]: 6 0 3.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[499]: 6 0 1.33335 shouldn't be
553.08/554.88	WSVECS04 Frhs2[501]: 6 0 1.33337 shouldn't be
553.08/554.88	WSVECS04 Frhs2[502]: 6 0 1.33335 shouldn't be
553.08/554.88	WSVECS04 Frhs2[521]: 6 0 2.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[523]: 6 0 3.00007 shouldn't be
553.08/554.88	WSVECS04 Frhs2[525]: 6 0 3.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[527]: 6 0 3.00003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[566]: 6 0 0.666742 shouldn't be
553.08/554.88	WSVECS04 Frhs2[650]: 6 0 36.3862 shouldn't be
553.08/554.88	WSVECS04 Frhs2[657]: 6 -102.545 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[698]: 6 0 1.75002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[719]: 6 0 2.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[861]: 6 0 2.40002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[908]: 6 0 0.666692 shouldn't be
553.08/554.88	WSVECS04 Frhs2[913]: 6 0 1.66672 shouldn't be
553.08/554.88	WSVECS04 Frhs2[915]: 6 0 1.66672 shouldn't be
553.08/554.88	WSVECS04 Frhs2[939]: 6 0 2.40004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1124]: 6 -1.00009 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1326]: 6 0 2.50002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1377]: 6 0 2.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1432]: 6 0 3.33335 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1434]: 6 0 3.33336 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1509]: 6 0 2.3334 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1510]: 6 0 3.33341 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1511]: 6 0 3.33338 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1513]: 6 0 3.33342 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1515]: 6 0 3.33341 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1516]: 6 0 3.33338 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1517]: 6 0 3.33335 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1570]: 6 0 3.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1631]: 6 0 2.22249 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1633]: 6 0 22.5487 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1642]: 6 0 150.267 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1681]: 6 0 5.22079 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1682]: 6 0 1.3328 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1708]: 6 0 23.9386 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1710]: 6 0 2.00007 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1711]: 6 0 2.00004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1712]: 6 0 2.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1713]: 6 0 2.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1714]: 6 0 2.00009 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1719]: 6 -2.16646 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1728]: 6 0 18.7722 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1736]: 6 0 0.500098 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1762]: 6 0 2.83368 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1763]: 6 0 2.83367 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1764]: 6 0 2.83364 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1765]: 6 0 2.83369 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1766]: 6 0 2.8337 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1767]: 6 0 2.83369 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1861]: 6 -17.3303 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1875]: 6 0 1.0001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1899]: 6 0 3.08324 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1900]: 6 0 3.08323 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1902]: 6 0 3.08323 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1923]: 6 0 2.50002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[1930]: 6 0 2.50002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2006]: 6 0 2.00007 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2007]: 6 0 2.00004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2008]: 6 0 2.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2009]: 6 0 2.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2010]: 6 0 2.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2011]: 6 0 2.0001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2092]: 6 0 1.00003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2100]: 6 0 1.00003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2114]: 6 0 3.56647 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2116]: 6 0 3.56642 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2140]: 6 0 3.33312 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2141]: 6 0 3.33316 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2142]: 6 0 3.33316 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2143]: 6 0 3.33321 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2145]: 6 0 3.33312 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2254]: 6 0 3.00003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2315]: 6 0 21.3287 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2376]: 6 -1.00002 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2402]: 6 0 158.469 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2405]: 6 0 6.00009 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2449]: 6 0 1.71431 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2476]: 6 0 0.50003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2499]: 6 0 2.40002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2542]: 6 -1.00007 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2555]: 6 0 1.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2634]: 6 -5.00006 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2821]: 6 0 2.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2822]: 6 0 2.00007 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2823]: 6 0 3.00003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2824]: 6 0 3.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2827]: 6 0 3.00007 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2828]: 6 0 3.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2829]: 6 0 3.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[2909]: 6 0 1.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3121]: 6 0 3.33335 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3151]: 6 0 3.00003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3163]: 6 0 4.00004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3172]: 6 0 1.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3199]: 6 0 1.00004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3200]: 6 0 1.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3201]: 6 0 1.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3202]: 6 0 1.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3203]: 6 0 1.00007 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3204]: 6 0 1.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3205]: 6 0 1.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3206]: 6 0 1.00009 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3207]: 6 0 1.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3253]: 6 0 1.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3254]: 6 0 1.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3255]: 6 0 1.00003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3256]: 6 0 1.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3257]: 6 0 1.0001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3258]: 6 0 1.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3259]: 6 0 1.00004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3260]: 6 0 1.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3261]: 6 0 1.00004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3265]: 6 0 52.6558 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3311]: 6 0 1.50002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3315]: 6 0 1.50003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3369]: 6 0 182.454 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3558]: 6 0 2.00004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3559]: 6 0 2.00009 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3560]: 6 0 2.00009 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3561]: 6 0 2.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3562]: 6 0 2.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3563]: 6 0 2.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3564]: 6 0 2.00003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3565]: 6 0 2.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3566]: 6 0 2.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3575]: 6 -3.00009 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3698]: 6 0 2.40003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3796]: 6 0 2.00009 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3862]: 6 0 3.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3886]: 6 0 2.40006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3887]: 6 0 2.40007 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3888]: 6 0 2.40001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3889]: 6 0 2.40003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3890]: 6 0 2.4001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3964]: 6 0 2.0001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3966]: 6 0 2.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3967]: 6 0 2.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3968]: 6 0 2.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3969]: 6 0 2.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3970]: 6 0 2.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3971]: 6 0 2.00003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3990]: 6 0 3.83988 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3991]: 6 0 2.83989 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3992]: 6 0 3.83991 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3993]: 6 0 3.83983 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3994]: 6 0 3.83983 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3995]: 6 0 3.8399 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3996]: 6 0 3.83987 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3997]: 6 0 3.83986 shouldn't be
553.08/554.88	WSVECS04 Frhs2[3998]: 6 0 3.83987 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4054]: 6 -2.00005 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4152]: 6 0 2.04813 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4153]: 6 0 2.04809 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4155]: 6 0 2.04812 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4156]: 6 0 2.04814 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4260]: 6 0 2.00007 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4261]: 6 0 2.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4262]: 6 0 2.00007 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4263]: 6 0 2.00004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4264]: 6 0 2.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4265]: 6 0 2.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4266]: 6 0 2.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4267]: 6 0 2.00009 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4268]: 6 0 2.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4422]: 6 0 2.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4424]: 6 0 2.00004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4427]: 6 0 2.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4428]: 6 0 2.00005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4430]: 6 0 2.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4477]: 6 0 3.33338 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4479]: 6 0 3.33335 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4480]: 6 0 3.33335 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4481]: 6 0 3.33335 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4482]: 6 0 3.33342 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4483]: 6 0 3.33341 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4484]: 6 0 3.33341 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4530]: 6 0 3.33337 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4531]: 6 0 3.33341 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4533]: 6 0 3.33342 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4534]: 6 0 3.33339 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4535]: 6 0 3.33338 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4536]: 6 0 3.33342 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4556]: 6 0 731.508 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4650]: 6 0 1.33341 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4651]: 6 0 1.33343 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4652]: 6 0 1.33342 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4653]: 6 0 1.33335 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4654]: 6 0 1.33336 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4676]: 6 0 3.0001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4729]: 6 0 3.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4762]: 6 0 1.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[4938]: 6 0 785.733 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5057]: 6 0 1.33335 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5233]: 6 -116.582 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5269]: 6 0 3.33336 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5351]: 6 0 2.40003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5356]: 6 0 2.40003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5375]: 6 0 1.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5429]: 6 0 1.50008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5430]: 6 0 1.50008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5431]: 6 0 1.50005 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5432]: 6 0 1.50006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5433]: 6 0 1.50002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5434]: 6 0 1.50008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5435]: 6 0 1.50007 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5436]: 6 0 1.5001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5437]: 6 0 1.50008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5458]: 6 0 1.00004 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5522]: 6 0 113.582 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5621]: 6 0 2.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5646]: 6 0 1.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5673]: 6 0 1.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5678]: 6 0 1.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5727]: 6 0 1.50001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5753]: 6 0 3.33334 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5808]: 6 0 1.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5810]: 6 0 1.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5845]: 6 -1.00008 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5855]: 6 0 372.388 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5906]: 6 -1.00001 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[5933]: 6 0 731.508 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6014]: 6 -1.00003 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6079]: 6 0 1.00009 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6100]: 6 0 154.469 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6177]: 6 -1.00008 0 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6200]: 6 0 3.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6299]: 6 0 0.2501 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6301]: 6 0 1.25008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6304]: 6 0 2.25001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6437]: 6 0 1.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6492]: 6 0 4.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6517]: 6 0 1.50009 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6576]: 6 0 2.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6599]: 6 0 1.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6711]: 6 0 2.25001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6713]: 6 0 2.25003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6732]: 6 0 7.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6739]: 6 0 5.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6761]: 6 0 1.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[6982]: 6 0 1.50002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[7005]: 6 0 1.00008 shouldn't be
553.08/554.88	WSVECS04 Frhs2[7113]: 6 0 3.50001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[7169]: 6 0 1.00001 shouldn't be
553.08/554.88	WSVECS04 Frhs2[7198]: 6 0 2.00002 shouldn't be
553.08/554.88	WSVECS04 Frhs2[7464]: 6 0 1.00006 shouldn't be
553.08/554.88	WSVECS04 Frhs2[7466]: 6 0 1.00003 shouldn't be
553.08/554.88	WSVECS04 Frhs2[7632]: 6 0 6.00003 shouldn't be
583.58/585.49	WSVECS04 Frhs2[33]: 6 0 0.166409 shouldn't be
583.58/585.49	WSVECS04 Frhs2[246]: 6 0 2.00002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1231]: 6 -1.00009 0 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1350]: 6 0 2.00004 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1353]: 6 0 2.00005 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1354]: 6 0 2.00004 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1485]: 6 0 2.40003 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1486]: 6 0 2.40005 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1487]: 6 0 2.40004 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1640]: 6 0 155.696 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1951]: 6 0 3.33281 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1952]: 6 0 3.33282 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1953]: 6 0 3.33287 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1954]: 6 0 3.33285 shouldn't be
583.58/585.49	WSVECS04 Frhs2[1965]: 6 0 1.33282 shouldn't be
583.58/585.49	WSVECS04 Frhs2[2278]: 6 0 1.00004 shouldn't be
583.58/585.49	WSVECS04 Frhs2[2279]: 6 0 1.00003 shouldn't be
583.58/585.49	WSVECS04 Frhs2[2281]: 6 0 1.00003 shouldn't be
583.58/585.49	WSVECS04 Frhs2[2394]: 6 -2.00009 0 shouldn't be
583.58/585.49	WSVECS04 Frhs2[2404]: 6 0 17.5435 shouldn't be
583.58/585.49	WSVECS04 Frhs2[2664]: 6 0 3.00002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[2964]: 6 0 2.40004 shouldn't be
583.58/585.49	WSVECS04 Frhs2[3233]: 6 0 1.00003 shouldn't be
583.58/585.49	WSVECS04 Frhs2[3334]: 6 0 554.018 shouldn't be
583.58/585.49	WSVECS04 Frhs2[3533]: 6 0 1.00003 shouldn't be
583.58/585.49	WSVECS04 Frhs2[3568]: 6 0 118.586 shouldn't be
583.58/585.49	WSVECS04 Frhs2[3628]: 6 -564.527 0 shouldn't be
583.58/585.49	WSVECS04 Frhs2[3794]: 6 0 378.018 shouldn't be
583.58/585.49	WSVECS04 Frhs2[3844]: 6 0 0.519477 shouldn't be
583.58/585.49	WSVECS04 Frhs2[3940]: 6 0 3.00003 shouldn't be
583.58/585.49	WSVECS04 Frhs2[3943]: 6 0 3.00002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4072]: 6 0 1.00007 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4073]: 6 0 1.00006 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4076]: 6 0 1.00006 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4077]: 6 0 1.00008 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4079]: 6 0 1.00002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4101]: 6 0 2.00002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4103]: 6 0 2.00002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4207]: 6 0 3.33335 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4287]: 6 0 2.33342 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4364]: 6 0 4.51952 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4596]: 6 0 99.6814 shouldn't be
583.58/585.49	WSVECS04 Frhs2[4785]: 6 0 2.00001 shouldn't be
583.58/585.49	WSVECS04 Frhs2[5214]: 6 0 1.00003 shouldn't be
583.58/585.49	WSVECS04 Frhs2[5350]: 6 0 2.40008 shouldn't be
583.58/585.49	WSVECS04 Frhs2[5410]: 6 0 1.50002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[5552]: 6 0 346.997 shouldn't be
583.58/585.49	WSVECS04 Frhs2[5565]: 6 0 1.00001 shouldn't be
583.58/585.49	WSVECS04 Frhs2[5570]: 6 0 1.00004 shouldn't be
583.58/585.49	WSVECS04 Frhs2[5571]: 6 0 1.00001 shouldn't be
583.58/585.49	WSVECS04 Frhs2[5861]: 6 0 1.50005 shouldn't be
583.58/585.49	WSVECS04 Frhs2[6220]: 6 0 118.841 shouldn't be
583.58/585.49	WSVECS04 Frhs2[6270]: 6 -3.00006 0 shouldn't be
583.58/585.49	WSVECS04 Frhs2[6763]: 6 0 1.00002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[6766]: 6 0 1.00001 shouldn't be
583.58/585.49	WSVECS04 Frhs2[6767]: 6 0 1.00002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[6768]: 6 0 1.00002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[7138]: 6 0 1.00004 shouldn't be
583.58/585.49	WSVECS04 Frhs2[7219]: 6 0 2.00002 shouldn't be
583.58/585.49	WSVECS04 Frhs2[7220]: 6 0 4.00004 shouldn't be
583.58/585.49	WSVECS04 Frhs2[7222]: 6 0 4.00007 shouldn't be
583.58/585.49	WSVECS04 Frhs2[7223]: 6 0 4.00007 shouldn't be
583.58/585.49	WSVECS04 Frhs2[7224]: 6 0 4.00008 shouldn't be
583.58/585.49	WSVECS04 Frhs2[7225]: 6 0 4.00005 shouldn't be
583.58/585.49	WSVECS04 Frhs2[7226]: 6 0 4.00009 shouldn't be
583.58/585.49	WSVECS04 Frhs2[7227]: 6 0 4.00004 shouldn't be
583.58/585.49	WSVECS04 Frhs2[7462]: 6 0 1.00007 shouldn't be
608.90/610.82	WSVECS04 Frhs2[32]: 6 0 40.9366 shouldn't be
608.90/610.82	WSVECS04 Frhs2[880]: 6 0 3.00001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[881]: 6 0 2.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[882]: 6 0 3.00001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1131]: 6 0 2.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1132]: 6 0 2.00004 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1135]: 6 0 3.00003 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1136]: 6 0 3.00008 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1137]: 6 0 3.00005 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1138]: 6 0 3.00007 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1139]: 6 0 3.0001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1185]: 6 0 2.00005 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1190]: 6 0 3.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1193]: 6 0 3.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1374]: 6 0 2.00001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1375]: 6 0 2.00005 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1804]: 6 0 53.2554 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1979]: 6 0 1.00004 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1980]: 6 0 1.00004 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1982]: 6 0 1.00005 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1983]: 6 0 1.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[1984]: 6 0 1.0001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2146]: 6 0 3.33313 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2165]: 6 0 0.833642 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2328]: 6 0 2.00003 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2473]: 6 0 0.500064 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2583]: 6 0 1.50003 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2586]: 6 0 1.50001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2714]: 6 0 2.00004 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2716]: 6 0 2.00003 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2717]: 6 0 2.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2719]: 6 0 2.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2740]: 6 0 1.00006 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2742]: 6 0 1.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2743]: 6 0 1.00005 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2744]: 6 0 1.00003 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2745]: 6 0 1.00003 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2746]: 6 0 1.00001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2748]: 6 0 1.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2931]: 6 0 1.50001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2932]: 6 0 1.50003 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2935]: 6 0 1.50004 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2937]: 6 0 1.50003 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2958]: 6 0 2.40008 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2960]: 6 0 2.40006 shouldn't be
608.90/610.82	WSVECS04 Frhs2[2962]: 6 0 2.40009 shouldn't be
608.90/610.82	WSVECS04 Frhs2[3037]: 6 0 1.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[3040]: 6 0 1.00004 shouldn't be
608.90/610.82	WSVECS04 Frhs2[3041]: 6 0 1.00002 shouldn't be
608.90/610.82	WSVECS04 Frhs2[3042]: 6 0 1.00005 shouldn't be
608.90/610.82	WSVECS04 Frhs2[3043]: 6 0 1.00008 shouldn't be
608.90/610.82	WSVECS04 Frhs2[3044]: 6 0 1.00007 shouldn't be
608.90/610.82	WSVECS04 Frhs2[3045]: 6 0 1.00004 shouldn't be
608.90/610.82	WSVECS04 Frhs2[3451]: 6 0 1.00007 shouldn't be
608.90/610.82	WSVECS04 Frhs2[3828]: 6 0 1.00004 shouldn't be
608.90/610.82	WSVECS04 Frhs2[4793]: 6 0 1.00008 shouldn't be
608.90/610.82	WSVECS04 Frhs2[5096]: 6 -1.00005 0 shouldn't be
608.90/610.82	WSVECS04 Frhs2[6260]: 6 0 0.500035 shouldn't be
608.90/610.82	WSVECS04 Frhs2[6400]: 6 0 416.715 shouldn't be
608.90/610.82	WSVECS04 Frhs2[6438]: 6 0 2.00001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[6759]: 6 0 1.00005 shouldn't be
608.90/610.82	WSVECS04 Frhs2[6765]: 6 0 1.00004 shouldn't be
608.90/610.82	WSVECS04 Frhs2[7118]: 6 0 3.50009 shouldn't be
608.90/610.82	WSVECS04 Frhs2[7518]: 6 0 3.00005 shouldn't be
608.90/610.82	WSVECS04 Frhs2[7519]: 6 0 3.00001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[7521]: 6 0 3.00003 shouldn't be
608.90/610.82	WSVECS04 Frhs2[7522]: 6 0 3.00005 shouldn't be
608.90/610.82	WSVECS04 Frhs2[7523]: 6 0 3.0001 shouldn't be
608.90/610.82	WSVECS04 Frhs2[7524]: 6 0 3.00004 shouldn't be
608.90/610.82	WSVECS04 Frhs2[7526]: 6 0 2.00006 shouldn't be
608.90/610.82	WSVECS04 Frhs2[7888]: 6 0 6.00009 shouldn't be
608.90/610.82	WSVECS04 Frhs2[7919]: 6 -1.00003 0 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1160]: 6 0 2.40002 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1348]: 6 0 2.00006 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1351]: 6 0 2.00009 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1352]: 6 0 2.00009 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1355]: 6 0 2.00006 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1881]: 6 0 1.33282 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1949]: 6 0 3.33284 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1950]: 6 0 3.33287 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1955]: 6 0 3.33285 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1956]: 6 0 3.33287 shouldn't be
624.45/626.41	WSVECS04 Frhs2[1957]: 6 0 3.33287 shouldn't be
624.45/626.41	WSVECS04 Frhs2[2144]: 6 0 3.33317 shouldn't be
624.45/626.41	WSVECS04 Frhs2[2395]: 6 -1.00003 0 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3010]: 6 0 1.00002 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3039]: 6 0 1.00001 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3354]: 6 0 1.00007 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3531]: 6 0 1.00006 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3532]: 6 0 1.00007 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3536]: 6 0 1.00007 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3538]: 6 0 1.00008 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3539]: 6 0 1.00006 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3589]: 6 0 2.00005 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3591]: 6 0 2.00004 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3593]: 6 0 2.00002 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3613]: 6 0 370.328 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3829]: 6 0 1.00009 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3831]: 6 0 1.00009 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3832]: 6 0 1.00007 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3833]: 6 0 1.00008 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3834]: 6 0 1.00008 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3835]: 6 0 1.00006 shouldn't be
624.45/626.41	WSVECS04 Frhs2[3836]: 6 0 1.00009 shouldn't be
624.45/626.41	WSVECS04 Frhs2[4158]: 6 0 2.04809 shouldn't be
624.45/626.41	WSVECS04 Frhs2[4919]: 6 0 87.6185 shouldn't be
624.45/626.41	WSVECS04 Frhs2[5510]: 6 0 0.875045 shouldn't be
624.45/626.41	WSVECS04 Frhs2[5566]: 6 0 1.00007 shouldn't be
624.45/626.41	WSVECS04 Frhs2[5680]: 6 0 1.00006 shouldn't be
624.45/626.41	WSVECS04 Frhs2[5942]: 6 0 3.00003 shouldn't be
624.45/626.41	WSVECS04 Frhs2[5943]: 6 0 3.00002 shouldn't be
624.45/626.41	WSVECS04 Frhs2[5945]: 6 0 3.00006 shouldn't be
624.45/626.41	WSVECS04 Frhs2[5948]: 6 0 3.00005 shouldn't be
624.45/626.41	WSVECS04 Frhs2[6518]: 6 0 1.50004 shouldn't be
624.45/626.41	WSVECS04 Frhs2[6519]: 6 0 1.50004 shouldn't be
624.45/626.41	WSVECS04 Frhs2[6520]: 6 0 1.50007 shouldn't be
624.45/626.41	WSVECS04 Frhs2[6521]: 6 0 1.5001 shouldn't be
624.45/626.41	WSVECS04 Frhs2[6522]: 6 0 1.50002 shouldn't be
624.45/626.41	WSVECS04 Frhs2[6524]: 6 0 1.50005 shouldn't be
624.45/626.41	WSVECS04 Frhs2[6525]: 6 0 1.50002 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7030]: 6 0 1.50003 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7032]: 6 0 2.50007 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7033]: 6 0 2.50008 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7034]: 6 0 2.50008 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7035]: 6 0 2.50006 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7036]: 6 0 2.5001 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7037]: 6 0 2.5001 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7038]: 6 0 2.50009 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7598]: 6 0 1.00009 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7599]: 6 0 2.00003 shouldn't be
624.45/626.41	WSVECS04 Frhs2[7604]: 6 0 2.00006 shouldn't be
636.22/638.25	WSVECS04 Frhs2[440]: 6 0 2.00004 shouldn't be
636.22/638.25	WSVECS04 Frhs2[446]: 6 0 3.00003 shouldn't be
636.22/638.25	WSVECS04 Frhs2[1108]: 6 0 1.50008 shouldn't be
636.22/638.25	WSVECS04 Frhs2[1403]: 6 0 2.40009 shouldn't be
636.22/638.25	WSVECS04 Frhs2[1872]: 6 0 1.00008 shouldn't be
636.22/638.25	WSVECS04 Frhs2[1873]: 6 0 1.00003 shouldn't be
636.22/638.25	WSVECS04 Frhs2[1876]: 6 0 1.00008 shouldn't be
636.22/638.25	WSVECS04 Frhs2[2377]: 6 -1.00004 0 shouldn't be
636.22/638.25	WSVECS04 Frhs2[2478]: 6 0 1.50001 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3064]: 6 0 1.50004 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3065]: 6 0 1.50003 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3066]: 6 0 1.50008 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3067]: 6 0 1.50009 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3068]: 6 0 1.50007 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3069]: 6 0 1.50003 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3070]: 6 0 1.50006 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3071]: 6 0 1.50002 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3747]: 6 0 1.00008 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3749]: 6 0 1.00008 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3750]: 6 0 1.00002 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3751]: 6 0 1.00008 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3752]: 6 0 1.00004 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3753]: 6 0 1.0001 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3754]: 6 0 1.00006 shouldn't be
636.22/638.25	WSVECS04 Frhs2[3755]: 6 0 1.00007 shouldn't be
636.22/638.25	WSVECS04 Frhs2[4916]: 6 0 88.6185 shouldn't be
636.22/638.25	WSVECS04 Frhs2[4918]: 6 0 88.6185 shouldn't be
636.22/638.25	WSVECS04 Frhs2[4920]: 6 0 88.6185 shouldn't be
636.22/638.25	WSVECS04 Frhs2[4921]: 6 0 88.6185 shouldn't be
636.22/638.25	WSVECS04 Frhs2[4922]: 6 0 88.6186 shouldn't be
636.22/638.25	WSVECS04 Frhs2[4923]: 6 0 88.6185 shouldn't be
636.22/638.25	WSVECS04 Frhs2[4924]: 6 0 88.6185 shouldn't be
636.22/638.25	WSVECS04 Frhs2[5917]: 6 0 1.00007 shouldn't be
636.22/638.25	WSVECS04 Frhs2[5918]: 6 0 1.00002 shouldn't be
636.22/638.25	WSVECS04 Frhs2[5919]: 6 0 1.00004 shouldn't be
636.22/638.25	WSVECS04 Frhs2[5920]: 6 0 1.00002 shouldn't be
636.22/638.25	WSVECS04 Frhs2[5921]: 6 0 1.00004 shouldn't be
636.22/638.25	WSVECS04 Frhs2[5923]: 6 0 1.00006 shouldn't be
636.22/638.25	WSVECS04 Frhs2[6166]: 6 0 0.250087 shouldn't be
636.22/638.25	WSVECS04 Frhs2[6168]: 6 0 1.25006 shouldn't be
636.22/638.25	WSVECS04 Frhs2[6170]: 6 0 1.25009 shouldn't be
636.22/638.25	WSVECS04 Frhs2[6171]: 6 0 1.25005 shouldn't be
636.22/638.25	WSVECS04 Frhs2[6172]: 6 0 1.25006 shouldn't be
636.22/638.25	WSVECS04 Frhs2[6173]: 6 0 1.25007 shouldn't be
636.22/638.25	WSVECS04 Frhs2[7300]: 6 0 1.00001 shouldn't be
636.22/638.25	WSVECS04 Frhs2[7517]: 6 0 3.00006 shouldn't be
636.22/638.25	WSVECS04 Frhs2[7520]: 6 0 3.00007 shouldn't be
636.22/638.25	WSVECS04 Frhs2[7908]: 6 0 2.12503 shouldn't be
636.22/638.25	WSVECS04 Frhs2[7909]: 6 0 2.12508 shouldn't be
636.22/638.25	WSVECS04 Frhs2[7913]: 6 0 2.12509 shouldn't be
648.99/651.09	WSVECS04 Frhs2[367]: 6 0 4.00007 shouldn't be
648.99/651.09	WSVECS04 Frhs2[718]: 6 0 2.00007 shouldn't be
648.99/651.09	WSVECS04 Frhs2[883]: 6 0 3.00008 shouldn't be
648.99/651.09	WSVECS04 Frhs2[886]: 6 0 3.00004 shouldn't be
648.99/651.09	WSVECS04 Frhs2[887]: 6 0 3.00007 shouldn't be
648.99/651.09	WSVECS04 Frhs2[888]: 6 0 3.00008 shouldn't be
648.99/651.09	WSVECS04 Frhs2[914]: 6 0 1.66668 shouldn't be
648.99/651.09	WSVECS04 Frhs2[1133]: 6 0 3.0001 shouldn't be
648.99/651.09	WSVECS04 Frhs2[1379]: 6 0 3.00002 shouldn't be
648.99/651.09	WSVECS04 Frhs2[1380]: 6 0 3.00003 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2020]: 6 0 17.8859 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2273]: 6 0 1.00008 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2274]: 6 0 1.00008 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2275]: 6 0 1.00006 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2276]: 6 0 1.00004 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2277]: 6 0 1.00005 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2287]: 6 0 0.166422 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2470]: 6 0 0.500092 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2472]: 6 0 1.50009 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2474]: 6 0 1.50002 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2475]: 6 0 1.50003 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2477]: 6 0 1.50002 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2665]: 6 0 3.00005 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2741]: 6 0 1.00006 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2747]: 6 0 1.00007 shouldn't be
648.99/651.09	WSVECS04 Frhs2[2801]: 6 0 3.00004 shouldn't be
648.99/651.09	WSVECS04 Frhs2[3072]: 6 0 1.50005 shouldn't be
648.99/651.09	WSVECS04 Frhs2[5105]: 6 0 1.00008 shouldn't be
648.99/651.09	WSVECS04 Frhs2[5106]: 6 0 1.00004 shouldn't be
648.99/651.09	WSVECS04 Frhs2[5107]: 6 0 1.00002 shouldn't be
648.99/651.09	WSVECS04 Frhs2[5108]: 6 0 1.00009 shouldn't be
648.99/651.09	WSVECS04 Frhs2[5109]: 6 0 1.00007 shouldn't be
648.99/651.09	WSVECS04 Frhs2[5110]: 6 0 1.00003 shouldn't be
648.99/651.09	WSVECS04 Frhs2[5111]: 6 0 1.00007 shouldn't be
648.99/651.09	WSVECS04 Frhs2[5112]: 6 0 1.00009 shouldn't be
648.99/651.09	WSVECS04 Frhs2[5113]: 6 0 1.00002 shouldn't be
648.99/651.09	WSVECS04 Frhs2[6164]: 6 0 0.250093 shouldn't be
648.99/651.09	WSVECS04 Frhs2[6174]: 6 0 1.25009 shouldn't be
648.99/651.09	WSVECS04 Frhs2[6182]: 6 0 0.250097 shouldn't be
648.99/651.09	WSVECS04 Frhs2[6679]: 6 0 2.00007 shouldn't be
648.99/651.09	WSVECS04 Frhs2[6680]: 6 0 2.00009 shouldn't be
648.99/651.09	WSVECS04 Frhs2[6699]: 6 0 2.00009 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7172]: 6 0 1.00004 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7221]: 6 0 4.00008 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7302]: 6 0 1.00005 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7306]: 6 0 1.00004 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7308]: 6 0 1.00001 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7361]: 6 0 2.00001 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7384]: 6 0 3.33339 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7386]: 6 0 3.33337 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7387]: 6 0 3.33337 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7388]: 6 0 3.33335 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7889]: 6 0 6.00005 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7890]: 6 0 6.00007 shouldn't be
648.99/651.09	WSVECS04 Frhs2[7893]: 6 0 6.00007 shouldn't be
660.95/663.10	WSVECS04 Frhs2[441]: 6 0 3.00005 shouldn't be
660.95/663.10	WSVECS04 Frhs2[442]: 6 0 3.00006 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1035]: 6 0 1.00005 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1134]: 6 0 3.00005 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1266]: 6 0 1.00004 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1270]: 6 0 1.0001 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1271]: 6 0 1.00005 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1272]: 6 0 1.00003 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1273]: 6 0 1.00003 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1274]: 6 0 1.00009 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1376]: 6 0 3.00009 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1378]: 6 0 3.0001 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1381]: 6 0 3.00009 shouldn't be
660.95/663.10	WSVECS04 Frhs2[1382]: 6 0 3.00009 shouldn't be
660.95/663.10	WSVECS04 Frhs2[2538]: 6 -1.00002 0 shouldn't be
660.95/663.10	WSVECS04 Frhs2[2797]: 6 0 3.00007 shouldn't be
660.95/663.10	WSVECS04 Frhs2[3728]: 6 0 2.66367 shouldn't be
660.95/663.10	WSVECS04 Frhs2[3793]: 6 0 188.509 shouldn't be
660.95/663.10	WSVECS04 Frhs2[5620]: 6 0 1.00002 shouldn't be
684.46/686.64	c #Conflicts:     977000 | #Constraints:     217148
684.46/686.64	c #Conflicts:     978000 | #Constraints:     218148
684.46/686.64	c #Conflicts:     979000 | #Constraints:     219148
684.46/686.64	c #Conflicts:     980000 | #Constraints:     220148
684.46/686.64	c #Conflicts:     981000 | #Constraints:     221148
684.46/686.64	c #Conflicts:     982000 | #Constraints:     222148
684.46/686.64	c #Conflicts:     983000 | #Constraints:     223148
684.46/686.64	c #Conflicts:     984000 | #Constraints:     224148
684.46/686.64	c #Conflicts:     985000 | #Constraints:     225148
684.46/686.64	c #Conflicts:     986000 | #Constraints:     226148
684.46/686.64	c #Conflicts:     987000 | #Constraints:     227148
684.46/686.64	c #Conflicts:     988000 | #Constraints:     228148
684.46/686.64	c #Conflicts:     989000 | #Constraints:     229148
684.46/686.64	c #Conflicts:     990000 | #Constraints:     230148
684.46/686.64	c #Conflicts:     991000 | #Constraints:     231148
684.46/686.64	c #Conflicts:     992000 | #Constraints:     232148
684.46/686.64	c #Conflicts:     993000 | #Constraints:     233148
684.46/686.64	c #Conflicts:     994000 | #Constraints:     234148
684.46/686.64	c #Conflicts:     995000 | #Constraints:     235148
684.46/686.64	c #Conflicts:     996000 | #Constraints:     236148
684.46/686.64	c #Conflicts:     997000 | #Constraints:     237148
684.46/686.64	c #Conflicts:     998000 | #Constraints:     238148
684.46/686.64	c #Conflicts:     999000 | #Constraints:     239148
684.46/686.64	c #Conflicts:    1000000 | #Constraints:     240148
684.46/686.64	c #Conflicts:    1001000 | #Constraints:     241148
684.46/686.64	c #Conflicts:    1002000 | #Constraints:     242148
684.46/686.64	c #Conflicts:    1003000 | #Constraints:     243148
684.46/686.64	c #Conflicts:    1004000 | #Constraints:     244148
684.46/686.64	c #Conflicts:    1005000 | #Constraints:     245148
684.46/686.64	c #Conflicts:    1006000 | #Constraints:     246148
684.46/686.64	c #Conflicts:    1007000 | #Constraints:     247148
684.46/686.64	c #Conflicts:    1008000 | #Constraints:     248148
684.46/686.64	c #Conflicts:    1009000 | #Constraints:     249148
684.46/686.64	c #Conflicts:    1010000 | #Constraints:     250148
684.46/686.64	c #Conflicts:    1011000 | #Constraints:     251148
684.46/686.64	c #Conflicts:    1012000 | #Constraints:     252148
684.46/686.64	c #Conflicts:    1013000 | #Constraints:     253148
684.46/686.64	c #Conflicts:    1014000 | #Constraints:     254148
684.46/686.64	c #Conflicts:    1015000 | #Constraints:     255148
684.46/686.64	c #Conflicts:    1016000 | #Constraints:     256148
684.46/686.64	c #Conflicts:    1017000 | #Constraints:     257148
684.46/686.64	c #Conflicts:    1018000 | #Constraints:     258148
684.46/686.64	c #Conflicts:    1019000 | #Constraints:     259148
684.46/686.64	c #Conflicts:    1020000 | #Constraints:     260148
684.46/686.64	c #Conflicts:    1021000 | #Constraints:     261148
684.46/686.64	c #Conflicts:    1022000 | #Constraints:     262148
684.46/686.64	c #Conflicts:    1023000 | #Constraints:     263148
684.46/686.64	c #Conflicts:    1024000 | #Constraints:     264148
684.46/686.64	c #Conflicts:    1025000 | #Constraints:     265148
684.46/686.64	c #Conflicts:    1026000 | #Constraints:     266148
684.46/686.64	c #Conflicts:    1027000 | #Constraints:     267148
684.46/686.64	c #Conflicts:    1028000 | #Constraints:     268148
684.46/686.64	c #Conflicts:    1029000 | #Constraints:     269148
684.46/686.64	c #Conflicts:    1030000 | #Constraints:     270148
684.46/686.64	c #Conflicts:    1031000 | #Constraints:     271148
684.46/686.64	c #Conflicts:    1032000 | #Constraints:     272148
684.46/686.64	c #Conflicts:    1033000 | #Constraints:     273148
684.46/686.64	c #Conflicts:    1034000 | #Constraints:     274148
684.46/686.64	c #Conflicts:    1035000 | #Constraints:     275148
684.46/686.64	c #Conflicts:    1036000 | #Constraints:     276148
684.46/686.64	c #Conflicts:    1037000 | #Constraints:     277148
684.46/686.64	c #Conflicts:    1038000 | #Constraints:     278148
684.46/686.64	c #Conflicts:    1039000 | #Constraints:     279148
684.46/686.64	c #Conflicts:    1040000 | #Constraints:     280148
684.46/686.64	c #Conflicts:    1041000 | #Constraints:     281148
684.46/686.64	c #Conflicts:    1042000 | #Constraints:     282148
684.46/686.64	c #Conflicts:    1043000 | #Constraints:     283148
684.46/686.64	c #Conflicts:    1044000 | #Constraints:     284148
684.46/686.64	c INPROCESSING
684.46/686.64	c GARBAGE COLLECT
684.46/686.64	c #Conflicts:    1045000 | #Constraints:     232192
684.46/686.64	c #Conflicts:    1046000 | #Constraints:     233192
684.46/686.64	c #Conflicts:    1047000 | #Constraints:     234192
684.46/686.64	c #Conflicts:    1048000 | #Constraints:     235192
684.46/686.64	c #Conflicts:    1049000 | #Constraints:     236192
684.46/686.64	c #Conflicts:    1050000 | #Constraints:     237192
684.46/686.64	c #Conflicts:    1051000 | #Constraints:     238192
684.46/686.64	c #Conflicts:    1052000 | #Constraints:     239192
684.46/686.64	c #Conflicts:    1053000 | #Constraints:     240192
684.46/686.64	c #Conflicts:    1054000 | #Constraints:     241192
684.46/686.64	c #Conflicts:    1055000 | #Constraints:     242192
706.20/708.45	c #Conflicts:    1056000 | #Constraints:     243192
706.20/708.45	c #Conflicts:    1057000 | #Constraints:     244192
706.20/708.45	c #Conflicts:    1058000 | #Constraints:     245192
706.20/708.45	c #Conflicts:    1059000 | #Constraints:     246192
706.20/708.45	c #Conflicts:    1060000 | #Constraints:     247192
706.20/708.45	c #Conflicts:    1061000 | #Constraints:     248192
706.20/708.45	c #Conflicts:    1062000 | #Constraints:     249192
706.20/708.45	c #Conflicts:    1063000 | #Constraints:     250192
706.20/708.45	c #Conflicts:    1064000 | #Constraints:     251192
706.20/708.45	c #Conflicts:    1065000 | #Constraints:     252192
706.20/708.45	c #Conflicts:    1066000 | #Constraints:     253192
706.20/708.45	c #Conflicts:    1067000 | #Constraints:     254192
706.20/708.45	c #Conflicts:    1068000 | #Constraints:     255192
706.20/708.45	c #Conflicts:    1069000 | #Constraints:     256192
706.20/708.45	c #Conflicts:    1070000 | #Constraints:     257192
706.20/708.45	c #Conflicts:    1071000 | #Constraints:     258192
706.20/708.45	c INPROCESSING
706.20/708.45	c GARBAGE COLLECT
706.20/708.45	c #Conflicts:    1072000 | #Constraints:     218990
706.20/708.45	c #Conflicts:    1073000 | #Constraints:     219990
706.20/708.45	c #Conflicts:    1074000 | #Constraints:     220990
706.20/708.45	c #Conflicts:    1075000 | #Constraints:     221990
706.20/708.45	c #Conflicts:    1076000 | #Constraints:     222990
706.20/708.45	c #Conflicts:    1077000 | #Constraints:     223990
706.20/708.45	c #Conflicts:    1078000 | #Constraints:     224990
706.20/708.45	c #Conflicts:    1079000 | #Constraints:     225990
706.20/708.45	c #Conflicts:    1080000 | #Constraints:     226990
706.20/708.45	c #Conflicts:    1081000 | #Constraints:     227990
706.20/708.45	c #Conflicts:    1082000 | #Constraints:     228990
706.20/708.45	c #Conflicts:    1083000 | #Constraints:     229990
706.20/708.45	c #Conflicts:    1084000 | #Constraints:     230990
706.20/708.45	c #Conflicts:    1085000 | #Constraints:     231990
706.20/708.45	c #Conflicts:    1086000 | #Constraints:     232990
706.20/708.45	c #Conflicts:    1087000 | #Constraints:     233990
706.20/708.45	c #Conflicts:    1088000 | #Constraints:     234990
706.20/708.45	c #Conflicts:    1089000 | #Constraints:     235990
706.20/708.45	c #Conflicts:    1090000 | #Constraints:     236990
706.20/708.45	c #Conflicts:    1091000 | #Constraints:     237990
706.20/708.45	c #Conflicts:    1092000 | #Constraints:     238990
706.20/708.45	c #Conflicts:    1093000 | #Constraints:     239990
706.20/708.45	c #Conflicts:    1094000 | #Constraints:     240990
706.20/708.45	c #Conflicts:    1095000 | #Constraints:     241990
706.20/708.45	c #Conflicts:    1096000 | #Constraints:     242990
706.20/708.45	c #Conflicts:    1097000 | #Constraints:     243990
706.20/708.45	c #Conflicts:    1098000 | #Constraints:     244990
706.20/708.45	c #Conflicts:    1099000 | #Constraints:     245990
706.20/708.45	c #Conflicts:    1100000 | #Constraints:     246990
706.20/708.45	c #Conflicts:    1101000 | #Constraints:     247990
706.20/708.45	c #Conflicts:    1102000 | #Constraints:     248990
706.20/708.45	c #Conflicts:    1103000 | #Constraints:     249990
706.20/708.45	c #Conflicts:    1104000 | #Constraints:     250990
706.20/708.45	c #Conflicts:    1105000 | #Constraints:     251990
706.20/708.45	c #Conflicts:    1106000 | #Constraints:     252990
706.20/708.45	c #Conflicts:    1107000 | #Constraints:     253990
706.20/708.45	c #Conflicts:    1108000 | #Constraints:     254990
706.20/708.45	c #Conflicts:    1109000 | #Constraints:     255990
706.20/708.45	c #Conflicts:    1110000 | #Constraints:     256990
706.20/708.45	c #Conflicts:    1111000 | #Constraints:     257990
706.20/708.45	c #Conflicts:    1112000 | #Constraints:     258990
706.20/708.45	c #Conflicts:    1113000 | #Constraints:     259990
706.20/708.45	c #Conflicts:    1114000 | #Constraints:     260990
706.20/708.45	c #Conflicts:    1115000 | #Constraints:     261990
706.20/708.45	c #Conflicts:    1116000 | #Constraints:     262990
706.20/708.45	c #Conflicts:    1117000 | #Constraints:     263990
706.20/708.45	c #Conflicts:    1118000 | #Constraints:     264990
706.20/708.45	c #Conflicts:    1119000 | #Constraints:     265990
706.20/708.45	c #Conflicts:    1120000 | #Constraints:     266990
706.20/708.45	c #Conflicts:    1121000 | #Constraints:     267990
706.20/708.45	c #Conflicts:    1122000 | #Constraints:     268990
706.20/708.45	c #Conflicts:    1123000 | #Constraints:     269990
706.20/708.45	c #Conflicts:    1124000 | #Constraints:     270990
706.20/708.45	c #Conflicts:    1125000 | #Constraints:     271990
706.20/708.45	c #Conflicts:    1126000 | #Constraints:     272990
706.20/708.45	c #Conflicts:    1127000 | #Constraints:     273990
706.20/708.45	c #Conflicts:    1128000 | #Constraints:     274990
706.20/708.45	c #Conflicts:    1129000 | #Constraints:     275990
706.20/708.45	c #Conflicts:    1130000 | #Constraints:     276990
706.20/708.45	c #Conflicts:    1131000 | #Constraints:     277990
706.20/708.45	c #Conflicts:    1132000 | #Constraints:     278990
706.20/708.45	c #Conflicts:    1133000 | #Constraints:     279990
728.43/730.72	c #Conflicts:    1134000 | #Constraints:     280990
728.43/730.72	c #Conflicts:    1135000 | #Constraints:     281990
728.43/730.72	c #Conflicts:    1136000 | #Constraints:     282990
728.43/730.72	c #Conflicts:    1137000 | #Constraints:     283990
728.43/730.72	c #Conflicts:    1138000 | #Constraints:     284990
728.43/730.72	c #Conflicts:    1139000 | #Constraints:     285990
728.43/730.72	c #Conflicts:    1140000 | #Constraints:     286990
728.43/730.72	c #Conflicts:    1141000 | #Constraints:     287990
728.43/730.72	c #Conflicts:    1142000 | #Constraints:     288990
728.43/730.72	c INPROCESSING
728.43/730.72	c GARBAGE COLLECT
728.43/730.72	c #Conflicts:    1143000 | #Constraints:     234504
728.43/730.72	c #Conflicts:    1144000 | #Constraints:     235504
728.43/730.72	c #Conflicts:    1145000 | #Constraints:     236504
728.43/730.72	c #Conflicts:    1146000 | #Constraints:     237504
728.43/730.72	c #Conflicts:    1147000 | #Constraints:     238504
728.43/730.72	c #Conflicts:    1148000 | #Constraints:     239504
728.43/730.72	c #Conflicts:    1149000 | #Constraints:     240504
728.43/730.72	c #Conflicts:    1150000 | #Constraints:     241504
728.43/730.72	c #Conflicts:    1151000 | #Constraints:     242504
728.43/730.72	c #Conflicts:    1152000 | #Constraints:     243504
728.43/730.72	c #Conflicts:    1153000 | #Constraints:     244504
728.43/730.72	c #Conflicts:    1154000 | #Constraints:     245504
728.43/730.72	c #Conflicts:    1155000 | #Constraints:     246504
728.43/730.72	c #Conflicts:    1156000 | #Constraints:     247504
728.43/730.72	c #Conflicts:    1157000 | #Constraints:     248504
728.43/730.72	c #Conflicts:    1158000 | #Constraints:     249504
728.43/730.72	c #Conflicts:    1159000 | #Constraints:     250504
728.43/730.72	c #Conflicts:    1160000 | #Constraints:     251504
728.43/730.72	c #Conflicts:    1161000 | #Constraints:     252504
728.43/730.72	c #Conflicts:    1162000 | #Constraints:     253504
728.43/730.72	c #Conflicts:    1163000 | #Constraints:     254504
728.43/730.72	c #Conflicts:    1164000 | #Constraints:     255504
728.43/730.72	c #Conflicts:    1165000 | #Constraints:     256504
728.43/730.72	c #Conflicts:    1166000 | #Constraints:     257504
728.43/730.72	c #Conflicts:    1167000 | #Constraints:     258504
728.43/730.72	c #Conflicts:    1168000 | #Constraints:     259504
728.43/730.72	c #Conflicts:    1169000 | #Constraints:     260504
728.43/730.72	c #Conflicts:    1170000 | #Constraints:     261504
728.43/730.72	c #Conflicts:    1171000 | #Constraints:     262504
728.43/730.72	c INPROCESSING
728.43/730.72	c GARBAGE COLLECT
728.43/730.72	c #Conflicts:    1172000 | #Constraints:     221445
728.43/730.72	c #Conflicts:    1173000 | #Constraints:     222445
728.43/730.72	c #Conflicts:    1174000 | #Constraints:     223445
728.43/730.72	c #Conflicts:    1175000 | #Constraints:     224445
728.43/730.72	c #Conflicts:    1176000 | #Constraints:     225445
728.43/730.72	c #Conflicts:    1177000 | #Constraints:     226445
728.43/730.72	c #Conflicts:    1178000 | #Constraints:     227445
728.43/730.72	c #Conflicts:    1179000 | #Constraints:     228445
728.43/730.72	c #Conflicts:    1180000 | #Constraints:     229445
728.43/730.72	c #Conflicts:    1181000 | #Constraints:     230445
728.43/730.72	c #Conflicts:    1182000 | #Constraints:     231445
728.43/730.72	c #Conflicts:    1183000 | #Constraints:     232445
728.43/730.72	c #Conflicts:    1184000 | #Constraints:     233445
728.43/730.72	c #Conflicts:    1185000 | #Constraints:     234445
728.43/730.72	c #Conflicts:    1186000 | #Constraints:     235445
728.43/730.72	c #Conflicts:    1187000 | #Constraints:     236445
728.43/730.72	c #Conflicts:    1188000 | #Constraints:     237445
728.43/730.72	c #Conflicts:    1189000 | #Constraints:     238445
728.43/730.72	c #Conflicts:    1190000 | #Constraints:     239445
728.43/730.72	c #Conflicts:    1191000 | #Constraints:     240445
728.43/730.72	c #Conflicts:    1192000 | #Constraints:     241445
728.43/730.72	c #Conflicts:    1193000 | #Constraints:     242445
728.43/730.72	c #Conflicts:    1194000 | #Constraints:     243445
728.43/730.72	c #Conflicts:    1195000 | #Constraints:     244445
728.43/730.72	c #Conflicts:    1196000 | #Constraints:     245445
728.43/730.72	c #Conflicts:    1197000 | #Constraints:     246445
728.43/730.72	c #Conflicts:    1198000 | #Constraints:     247445
728.43/730.72	c #Conflicts:    1199000 | #Constraints:     248445
728.43/730.72	c #Conflicts:    1200000 | #Constraints:     249445
728.43/730.72	c #Conflicts:    1201000 | #Constraints:     250445
728.43/730.72	c #Conflicts:    1202000 | #Constraints:     251445
728.43/730.72	c #Conflicts:    1203000 | #Constraints:     252445
728.43/730.72	c #Conflicts:    1204000 | #Constraints:     253445
728.43/730.72	c #Conflicts:    1205000 | #Constraints:     254445
728.43/730.72	c #Conflicts:    1206000 | #Constraints:     255445
728.43/730.72	c #Conflicts:    1207000 | #Constraints:     256445
728.43/730.72	c #Conflicts:    1208000 | #Constraints:     257445
728.43/730.72	c #Conflicts:    1209000 | #Constraints:     258445
728.43/730.72	c #Conflicts:    1210000 | #Constraints:     259445
749.26/751.62	c #Conflicts:    1211000 | #Constraints:     260445
749.26/751.62	c #Conflicts:    1212000 | #Constraints:     261445
749.26/751.62	c #Conflicts:    1213000 | #Constraints:     262445
749.26/751.62	c #Conflicts:    1214000 | #Constraints:     263445
749.26/751.62	c #Conflicts:    1215000 | #Constraints:     264445
749.26/751.62	c #Conflicts:    1216000 | #Constraints:     265445
749.26/751.62	c #Conflicts:    1217000 | #Constraints:     266445
749.26/751.62	c #Conflicts:    1218000 | #Constraints:     267445
749.26/751.62	c #Conflicts:    1219000 | #Constraints:     268445
749.26/751.62	c #Conflicts:    1220000 | #Constraints:     269445
749.26/751.62	c #Conflicts:    1221000 | #Constraints:     270445
749.26/751.62	c #Conflicts:    1222000 | #Constraints:     271445
749.26/751.62	c #Conflicts:    1223000 | #Constraints:     272445
749.26/751.62	WSVECS04 Frhs2[453]: 6 0 111.456 shouldn't be
749.26/751.62	WSVECS04 Frhs2[481]: 6 -75.2059 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[638]: 6 0 2.00005 shouldn't be
749.26/751.62	WSVECS04 Frhs2[644]: 6 0 2.00008 shouldn't be
749.26/751.62	WSVECS04 Frhs2[681]: 6 0 1.00005 shouldn't be
749.26/751.62	WSVECS04 Frhs2[727]: 6 -2.00003 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[768]: 6 -0.500013 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[846]: 6 0 1.00007 shouldn't be
749.26/751.62	WSVECS04 Frhs2[853]: 6 0 1.00002 shouldn't be
749.26/751.62	WSVECS04 Frhs2[893]: 6 0 3.00004 shouldn't be
749.26/751.62	WSVECS04 Frhs2[947]: 6 -1.00006 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1018]: 6 -2.00006 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1019]: 6 -2.00003 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1053]: 6 0 1.00003 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1056]: 6 -3.00009 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1058]: 6 -20.3889 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1072]: 6 0 2.00004 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1144]: 6 0 1.00005 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1208]: 6 0 1.33342 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1259]: 6 -1.00003 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1314]: 6 0 1.00003 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1478]: 6 0 209.211 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1506]: 6 -5.00002 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1560]: 6 -4.00006 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1620]: 6 0 5.83335 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1649]: 6 -5.2501 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1694]: 6 0 12 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1722]: 6 0 40.5001 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1778]: 6 0 1.75006 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1802]: 6 -20.5001 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1810]: 6 0 21.9167 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1829]: 6 -172.808 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1833]: 6 0 7.87504 shouldn't be
749.26/751.62	WSVECS04 Frhs2[1882]: 6 -2.00001 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2027]: 6 0 11.5 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2068]: 6 0 30.1667 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2073]: 6 0 10.5001 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2124]: 6 0 3.00005 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2221]: 6 0 1.00002 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2229]: 6 -1.00003 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2240]: 6 -1.00002 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2261]: 6 -2.00001 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2349]: 6 -123.714 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2390]: 6 0 18.0417 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2397]: 6 0 0.500048 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2709]: 6 -11.0001 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2793]: 6 0 2.00007 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2796]: 6 0 3.0001 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2806]: 6 0 1.00006 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2833]: 6 0 2.00004 shouldn't be
749.26/751.62	WSVECS04 Frhs2[2858]: 6 -1.00009 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[3334]: 6 0 0.333367 shouldn't be
749.26/751.62	WSVECS04 Frhs2[3338]: 6 0 0.333412 shouldn't be
749.26/751.62	WSVECS04 Frhs2[3339]: 6 0 1.5001 shouldn't be
749.26/751.62	WSVECS04 Frhs2[3496]: 6 0 29.9445 shouldn't be
749.26/751.62	WSVECS04 Frhs2[3580]: 6 -2.00008 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[3602]: 6 0 0.500044 shouldn't be
749.26/751.62	WSVECS04 Frhs2[3627]: 6 -2.11113 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[3723]: 6 0 1.00001 shouldn't be
749.26/751.62	WSVECS04 Frhs2[3787]: 6 0 8.06948 shouldn't be
749.26/751.62	WSVECS04 Frhs2[3932]: 6 -9.00006 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[4149]: 6 0 4.00004 shouldn't be
749.26/751.62	WSVECS04 Frhs2[4202]: 6 -0.333377 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[4351]: 6 0 1.91668 shouldn't be
749.26/751.62	WSVECS04 Frhs2[4644]: 6 0 0.500041 shouldn't be
749.26/751.62	WSVECS04 Frhs2[4693]: 6 -34.1667 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[5014]: 6 -2.00001 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[5096]: 6 -1.00009 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[5120]: 6 0 22.917 shouldn't be
749.26/751.62	WSVECS04 Frhs2[5392]: 6 -4.00009 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[5616]: 6 0 1.00008 shouldn't be
749.26/751.62	WSVECS04 Frhs2[5908]: 6 -9.26397 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[5932]: 6 0 30.0001 shouldn't be
749.26/751.62	WSVECS04 Frhs2[5989]: 6 -1.00001 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6051]: 6 0 10.1667 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6056]: 6 0 20.0757 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6057]: 6 0 25.1135 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6065]: 6 0 293.083 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6074]: 6 0 318 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6077]: 6 0 268.75 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6084]: 6 0 4.00006 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6092]: 6 0 11.5757 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6105]: 6 0 18.9468 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6286]: 6 0 22.4167 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6511]: 6 -2.00009 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6535]: 6 0 1.00001 shouldn't be
749.26/751.62	WSVECS04 Frhs2[6837]: 6 -2.5001 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[7024]: 6 -4.50003 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[7131]: 6 0 45.3936 shouldn't be
749.26/751.62	WSVECS04 Frhs2[7430]: 6 -3.00004 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[7512]: 6 -57.3125 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[7643]: 6 0 1.00001 shouldn't be
749.26/751.62	WSVECS04 Frhs2[7727]: 6 -49.0001 0 shouldn't be
749.26/751.62	WSVECS04 Frhs2[7926]: 6 0 92.4623 shouldn't be
791.72/794.27	c #Conflicts:    1224000 | #Constraints:     273446
791.72/794.27	c #Conflicts:    1225000 | #Constraints:     274446
791.72/794.27	c #Conflicts:    1226000 | #Constraints:     275446
791.72/794.27	c #Conflicts:    1227000 | #Constraints:     276446
791.72/794.27	c #Conflicts:    1228000 | #Constraints:     277446
791.72/794.27	c #Conflicts:    1229000 | #Constraints:     278446
791.72/794.27	c #Conflicts:    1230000 | #Constraints:     279446
791.72/794.27	c #Conflicts:    1231000 | #Constraints:     280446
791.72/794.27	c #Conflicts:    1232000 | #Constraints:     281446
791.72/794.27	c #Conflicts:    1233000 | #Constraints:     282446
791.72/794.27	c #Conflicts:    1234000 | #Constraints:     283446
791.72/794.27	c #Conflicts:    1235000 | #Constraints:     284446
791.72/794.27	c #Conflicts:    1236000 | #Constraints:     285446
791.72/794.27	c #Conflicts:    1237000 | #Constraints:     286446
791.72/794.27	c #Conflicts:    1238000 | #Constraints:     287446
791.72/794.27	c #Conflicts:    1239000 | #Constraints:     288446
791.72/794.27	c #Conflicts:    1240000 | #Constraints:     289446
791.72/794.27	c #Conflicts:    1241000 | #Constraints:     290446
791.72/794.27	c #Conflicts:    1242000 | #Constraints:     291446
791.72/794.27	c #Conflicts:    1243000 | #Constraints:     292446
791.72/794.27	c #Conflicts:    1244000 | #Constraints:     293446
791.72/794.27	c #Conflicts:    1245000 | #Constraints:     294446
791.72/794.27	c INPROCESSING
791.72/794.27	c GARBAGE COLLECT
791.72/794.27	c #Conflicts:    1246000 | #Constraints:     237427
791.72/794.27	c #Conflicts:    1247000 | #Constraints:     238427
791.72/794.27	c #Conflicts:    1248000 | #Constraints:     239427
791.72/794.27	c #Conflicts:    1249000 | #Constraints:     240427
791.72/794.27	c #Conflicts:    1250000 | #Constraints:     241427
791.72/794.27	c #Conflicts:    1251000 | #Constraints:     242427
791.72/794.27	c #Conflicts:    1252000 | #Constraints:     243427
791.72/794.27	c #Conflicts:    1253000 | #Constraints:     244427
791.72/794.27	c #Conflicts:    1254000 | #Constraints:     245427
791.72/794.27	c #Conflicts:    1255000 | #Constraints:     246427
791.72/794.27	c #Conflicts:    1256000 | #Constraints:     247427
791.72/794.27	c #Conflicts:    1257000 | #Constraints:     248427
791.72/794.27	c #Conflicts:    1258000 | #Constraints:     249427
791.72/794.27	c #Conflicts:    1259000 | #Constraints:     250427
791.72/794.27	c #Conflicts:    1260000 | #Constraints:     251427
791.72/794.27	c #Conflicts:    1261000 | #Constraints:     252427
791.72/794.27	c #Conflicts:    1262000 | #Constraints:     253427
791.72/794.27	c #Conflicts:    1263000 | #Constraints:     254427
791.72/794.27	c #Conflicts:    1264000 | #Constraints:     255427
791.72/794.27	c #Conflicts:    1265000 | #Constraints:     256427
791.72/794.27	c #Conflicts:    1266000 | #Constraints:     257427
791.72/794.27	c #Conflicts:    1267000 | #Constraints:     258427
791.72/794.27	c #Conflicts:    1268000 | #Constraints:     259427
791.72/794.27	c #Conflicts:    1269000 | #Constraints:     260427
791.72/794.27	c #Conflicts:    1270000 | #Constraints:     261427
791.72/794.27	c #Conflicts:    1271000 | #Constraints:     262427
791.72/794.27	c #Conflicts:    1272000 | #Constraints:     263427
791.72/794.27	c #Conflicts:    1273000 | #Constraints:     264427
791.72/794.27	c #Conflicts:    1274000 | #Constraints:     265427
791.72/794.27	c #Conflicts:    1275000 | #Constraints:     266427
791.72/794.27	c INPROCESSING
791.72/794.27	c GARBAGE COLLECT
791.72/794.27	c #Conflicts:    1276000 | #Constraints:     223373
791.72/794.27	c #Conflicts:    1277000 | #Constraints:     224373
791.72/794.27	c #Conflicts:    1278000 | #Constraints:     225373
791.72/794.27	c #Conflicts:    1279000 | #Constraints:     226373
791.72/794.27	c #Conflicts:    1280000 | #Constraints:     227373
791.72/794.27	c #Conflicts:    1281000 | #Constraints:     228373
791.72/794.27	c #Conflicts:    1282000 | #Constraints:     229373
791.72/794.27	c #Conflicts:    1283000 | #Constraints:     230373
791.72/794.27	c #Conflicts:    1284000 | #Constraints:     231373
791.72/794.27	c #Conflicts:    1285000 | #Constraints:     232373
791.72/794.27	c #Conflicts:    1286000 | #Constraints:     233373
791.72/794.27	c #Conflicts:    1287000 | #Constraints:     234373
791.72/794.27	c #Conflicts:    1288000 | #Constraints:     235373
791.72/794.27	c #Conflicts:    1289000 | #Constraints:     236373
791.72/794.27	c #Conflicts:    1290000 | #Constraints:     237373
791.72/794.27	c #Conflicts:    1291000 | #Constraints:     238373
791.72/794.27	c #Conflicts:    1292000 | #Constraints:     239373
791.72/794.27	c #Conflicts:    1293000 | #Constraints:     240373
791.72/794.27	c #Conflicts:    1294000 | #Constraints:     241373
791.72/794.27	c #Conflicts:    1295000 | #Constraints:     242373
791.72/794.27	c #Conflicts:    1296000 | #Constraints:     243373
791.72/794.27	c #Conflicts:    1297000 | #Constraints:     244373
791.72/794.27	c #Conflicts:    1298000 | #Constraints:     245373
791.72/794.27	c #Conflicts:    1299000 | #Constraints:     246373
791.72/794.27	c #Conflicts:    1300000 | #Constraints:     247373
791.72/794.27	c #Conflicts:    1301000 | #Constraints:     248373
823.31/825.94	c #Conflicts:    1302000 | #Constraints:     249373
823.31/825.94	c #Conflicts:    1303000 | #Constraints:     250373
823.31/825.94	c #Conflicts:    1304000 | #Constraints:     251373
823.31/825.94	c #Conflicts:    1305000 | #Constraints:     252373
823.31/825.94	c #Conflicts:    1306000 | #Constraints:     253373
823.31/825.94	c #Conflicts:    1307000 | #Constraints:     254373
823.31/825.94	c #Conflicts:    1308000 | #Constraints:     255373
823.31/825.94	c #Conflicts:    1309000 | #Constraints:     256373
823.31/825.94	c #Conflicts:    1310000 | #Constraints:     257373
823.31/825.94	c #Conflicts:    1311000 | #Constraints:     258373
823.31/825.94	c #Conflicts:    1312000 | #Constraints:     259373
823.31/825.94	c #Conflicts:    1313000 | #Constraints:     260373
823.31/825.94	c #Conflicts:    1314000 | #Constraints:     261373
823.31/825.94	c #Conflicts:    1315000 | #Constraints:     262373
823.31/825.94	c #Conflicts:    1316000 | #Constraints:     263373
823.31/825.94	c #Conflicts:    1317000 | #Constraints:     264373
823.31/825.94	c #Conflicts:    1318000 | #Constraints:     265373
823.31/825.94	c #Conflicts:    1319000 | #Constraints:     266373
823.31/825.94	c #Conflicts:    1320000 | #Constraints:     267373
823.31/825.94	c #Conflicts:    1321000 | #Constraints:     268373
823.31/825.94	c #Conflicts:    1322000 | #Constraints:     269373
823.31/825.94	c #Conflicts:    1323000 | #Constraints:     270373
823.31/825.94	c #Conflicts:    1324000 | #Constraints:     271373
823.31/825.94	c #Conflicts:    1325000 | #Constraints:     272373
823.31/825.94	c #Conflicts:    1326000 | #Constraints:     273373
823.31/825.94	c #Conflicts:    1327000 | #Constraints:     274373
823.31/825.94	c #Conflicts:    1328000 | #Constraints:     275373
823.31/825.94	c #Conflicts:    1329000 | #Constraints:     276373
823.31/825.94	c #Conflicts:    1330000 | #Constraints:     277373
823.31/825.94	c #Conflicts:    1331000 | #Constraints:     278373
823.31/825.94	c #Conflicts:    1332000 | #Constraints:     279373
823.31/825.94	c #Conflicts:    1333000 | #Constraints:     280373
823.31/825.94	c #Conflicts:    1334000 | #Constraints:     281373
823.31/825.94	c #Conflicts:    1335000 | #Constraints:     282373
823.31/825.94	c #Conflicts:    1336000 | #Constraints:     283373
823.31/825.94	c #Conflicts:    1337000 | #Constraints:     284373
823.31/825.94	c #Conflicts:    1338000 | #Constraints:     285373
823.31/825.94	c #Conflicts:    1339000 | #Constraints:     286373
823.31/825.94	c #Conflicts:    1340000 | #Constraints:     287373
823.31/825.94	c #Conflicts:    1341000 | #Constraints:     288373
823.31/825.94	c #Conflicts:    1342000 | #Constraints:     289373
823.31/825.94	c #Conflicts:    1343000 | #Constraints:     290373
823.31/825.94	c #Conflicts:    1344000 | #Constraints:     291373
823.31/825.94	c #Conflicts:    1345000 | #Constraints:     292373
823.31/825.94	c #Conflicts:    1346000 | #Constraints:     293373
823.31/825.94	c #Conflicts:    1347000 | #Constraints:     294373
823.31/825.94	c #Conflicts:    1348000 | #Constraints:     295373
823.31/825.94	c #Conflicts:    1349000 | #Constraints:     296373
823.31/825.94	c #Conflicts:    1350000 | #Constraints:     297373
823.31/825.94	c #Conflicts:    1351000 | #Constraints:     298373
823.31/825.94	c #Conflicts:    1352000 | #Constraints:     299373
823.31/825.94	c INPROCESSING
823.31/825.94	c GARBAGE COLLECT
823.31/825.94	c #Conflicts:    1353000 | #Constraints:     239978
823.31/825.94	c #Conflicts:    1354000 | #Constraints:     240978
823.31/825.94	c #Conflicts:    1355000 | #Constraints:     241978
823.31/825.94	c #Conflicts:    1356000 | #Constraints:     242978
823.31/825.94	c #Conflicts:    1357000 | #Constraints:     243978
823.31/825.94	c #Conflicts:    1358000 | #Constraints:     244978
823.31/825.94	c #Conflicts:    1359000 | #Constraints:     245978
823.31/825.94	c #Conflicts:    1360000 | #Constraints:     246978
823.31/825.94	c #Conflicts:    1361000 | #Constraints:     247978
823.31/825.94	c #Conflicts:    1362000 | #Constraints:     248978
823.31/825.94	c #Conflicts:    1363000 | #Constraints:     249978
823.31/825.94	c #Conflicts:    1364000 | #Constraints:     250978
823.31/825.94	c #Conflicts:    1365000 | #Constraints:     251978
823.31/825.94	c #Conflicts:    1366000 | #Constraints:     252978
823.31/825.94	c #Conflicts:    1367000 | #Constraints:     253978
823.31/825.94	c #Conflicts:    1368000 | #Constraints:     254978
823.31/825.94	c #Conflicts:    1369000 | #Constraints:     255978
823.31/825.94	c #Conflicts:    1370000 | #Constraints:     256978
823.31/825.94	WSVECS04 Frhs2[34]: 6 -13 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[107]: 6 0 0.400029 shouldn't be
823.31/825.94	WSVECS04 Frhs2[110]: 6 0 0.250046 shouldn't be
823.31/825.94	WSVECS04 Frhs2[115]: 6 -14.4737 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[117]: 6 -14.5724 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[123]: 6 0 2.80002 shouldn't be
823.31/825.94	WSVECS04 Frhs2[164]: 6 0 1.00005 shouldn't be
823.31/825.94	WSVECS04 Frhs2[172]: 6 0 1.00004 shouldn't be
823.31/825.94	WSVECS04 Frhs2[200]: 6 0 11.802 shouldn't be
823.31/825.94	WSVECS04 Frhs2[204]: 6 0 5.25008 shouldn't be
823.31/825.94	WSVECS04 Frhs2[206]: 6 -52.0397 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[207]: 6 -55 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[210]: 6 -127.471 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[349]: 6 0 1.25005 shouldn't be
823.31/825.94	WSVECS04 Frhs2[355]: 6 0 2.00008 shouldn't be
823.31/825.94	WSVECS04 Frhs2[434]: 6 -7.00002 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[459]: 6 0 3.87508 shouldn't be
823.31/825.94	WSVECS04 Frhs2[467]: 6 0 1.00008 shouldn't be
823.31/825.94	WSVECS04 Frhs2[473]: 6 0 2.00004 shouldn't be
823.31/825.94	WSVECS04 Frhs2[474]: 6 0 2.00005 shouldn't be
823.31/825.94	WSVECS04 Frhs2[647]: 6 0 5.50006 shouldn't be
823.31/825.94	WSVECS04 Frhs2[648]: 6 0 1.50002 shouldn't be
823.31/825.94	WSVECS04 Frhs2[658]: 6 -144 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[673]: 6 0 0.500025 shouldn't be
823.31/825.94	WSVECS04 Frhs2[737]: 6 0 1.00007 shouldn't be
823.31/825.94	WSVECS04 Frhs2[768]: 6 -5.75009 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[784]: 6 -1.50008 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[803]: 6 0 1.00004 shouldn't be
823.31/825.94	WSVECS04 Frhs2[804]: 6 0 1.00004 shouldn't be
823.31/825.94	WSVECS04 Frhs2[806]: 6 0 1.00004 shouldn't be
823.31/825.94	WSVECS04 Frhs2[876]: 6 -2.00009 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1023]: 6 0 26.9373 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1025]: 6 0 1.00003 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1038]: 6 -3.00006 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1049]: 6 -1.33338 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1058]: 6 -18.0001 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1062]: 6 -47.8959 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1070]: 6 -46.6667 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1071]: 6 -39.8334 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1108]: 6 0 1.00004 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1144]: 6 0 3.00006 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1281]: 6 0 43.5412 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1342]: 6 0 132.957 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1347]: 6 0 7.00006 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1432]: 6 0 1.00007 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1587]: 6 0 239.398 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1589]: 6 0 21.2619 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1591]: 6 0 241.398 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1593]: 6 0 239.398 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1594]: 6 0 233.398 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1596]: 6 0 205.136 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1603]: 6 0 2.00008 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1613]: 6 0 29.5 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1619]: 6 0 21.75 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1798]: 6 0 29.5001 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1817]: 6 0 43.2024 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1825]: 6 0 35.262 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1907]: 6 -0.500024 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1932]: 6 -1.00001 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1949]: 6 0 32.3745 shouldn't be
823.31/825.94	WSVECS04 Frhs2[1999]: 6 0 1.00004 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2148]: 6 0 1.00003 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2214]: 6 -311.226 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2331]: 6 0 1.00005 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2343]: 6 0 527.795 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2392]: 6 -2.87504 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2400]: 6 -15.025 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2403]: 6 -4.00004 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2405]: 6 0 6.22507 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2407]: 6 -51.7501 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2409]: 6 -7.0001 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2477]: 6 0 1.00001 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2520]: 6 -15.675 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2547]: 6 -5.07506 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2620]: 6 0 0.50009 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2681]: 6 0 7.00007 shouldn't be
823.31/825.94	WSVECS04 Frhs2[2837]: 6 0 2.00003 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3148]: 6 0 1.00002 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3226]: 6 0 1.00008 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3332]: 6 0 1.50008 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3387]: 6 0 34.7084 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3390]: 6 -39.8751 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3488]: 6 0 4.10531 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3523]: 6 -1.00008 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3569]: 6 -1.00006 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3605]: 6 0 5.89482 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3686]: 6 0 2.25009 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3720]: 6 0 1.00005 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3747]: 6 0 1.00003 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3790]: 6 -1.00009 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3800]: 6 0 1.00006 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3843]: 6 0 2.50007 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3904]: 6 0 0.25008 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3922]: 6 -1.75005 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3926]: 6 -1.50008 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[3941]: 6 0 2.0001 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4116]: 6 -1.00002 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4117]: 6 -1.0001 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4151]: 6 0 2.00006 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4174]: 6 -6.85094 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4175]: 6 -6.85098 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4194]: 6 -1.00003 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4356]: 6 0 3.06251 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4564]: 6 0 5.00001 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4596]: 6 -6.00003 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4597]: 6 0 4.00005 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4600]: 6 -19 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4601]: 6 0 5.00009 shouldn't be
823.31/825.94	WSVECS04 Frhs2[4759]: 6 0 1.00002 shouldn't be
823.31/825.94	WSVECS04 Frhs2[5319]: 6 -3.00008 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[5536]: 6 0 1.00003 shouldn't be
823.31/825.94	WSVECS04 Frhs2[5713]: 6 0 1.00004 shouldn't be
823.31/825.94	WSVECS04 Frhs2[5805]: 6 -5.00007 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6051]: 6 -11.9 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6102]: 6 0 10.5084 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6106]: 6 0 1.84592 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6153]: 6 -1.00004 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6189]: 6 0 1.00002 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6324]: 6 -1.0001 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6408]: 6 0 0.250029 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6409]: 6 0 0.250031 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6413]: 6 0 1.25006 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6414]: 6 0 1.25007 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6422]: 6 0 0.250031 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6678]: 6 0 2.00002 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6696]: 6 0 3.00008 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6697]: 6 0 2.00007 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6700]: 6 -2.00003 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6761]: 6 0 0.500059 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6764]: 6 0 1.50002 shouldn't be
823.31/825.94	WSVECS04 Frhs2[6994]: 6 -1.00008 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7098]: 6 -3.00004 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7121]: 6 0 41.5209 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7127]: 6 -1.00008 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7208]: 6 -1.0001 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7321]: 6 0 1.13337 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7341]: 6 -2498.16 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7370]: 6 -1.00003 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7373]: 6 0 1.13336 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7377]: 6 0 1.00007 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7404]: 6 0 2.00004 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7449]: 6 -1.13343 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7455]: 6 -1.13335 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7456]: 6 0 0.133418 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7457]: 6 0 0.133386 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7507]: 6 -1.00001 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7841]: 6 0 41.2501 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7867]: 6 -413.057 0 shouldn't be
823.31/825.94	WSVECS04 Frhs2[7918]: 6 0 2.50004 shouldn't be
844.84/847.51	WSVECS04 Frhs2[245]: 6 0 0.333355 shouldn't be
844.84/847.51	WSVECS04 Frhs2[250]: 6 0 0.333355 shouldn't be
844.84/847.51	WSVECS04 Frhs2[300]: 6 0 1.00003 shouldn't be
844.84/847.51	WSVECS04 Frhs2[302]: 6 0 1.00004 shouldn't be
844.84/847.51	WSVECS04 Frhs2[303]: 6 0 1.00002 shouldn't be
844.84/847.51	WSVECS04 Frhs2[305]: 6 0 1.00005 shouldn't be
844.84/847.51	WSVECS04 Frhs2[360]: 6 0 1.00003 shouldn't be
844.84/847.51	WSVECS04 Frhs2[412]: 6 -1.00004 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[424]: 6 -1.00004 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[487]: 6 -1.00005 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[507]: 6 -1.00004 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[544]: 6 0 1.00003 shouldn't be
844.84/847.51	WSVECS04 Frhs2[637]: 6 0 2.50005 shouldn't be
844.84/847.51	WSVECS04 Frhs2[653]: 6 -57.0001 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[654]: 6 -22.5001 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[765]: 6 -1.00009 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[807]: 6 0 1.00002 shouldn't be
844.84/847.51	WSVECS04 Frhs2[830]: 6 0 1.50008 shouldn't be
844.84/847.51	WSVECS04 Frhs2[831]: 6 0 0.500018 shouldn't be
844.84/847.51	WSVECS04 Frhs2[833]: 6 0 1.50008 shouldn't be
844.84/847.51	WSVECS04 Frhs2[834]: 6 0 0.500016 shouldn't be
844.84/847.51	WSVECS04 Frhs2[851]: 6 0 1.50002 shouldn't be
844.84/847.51	WSVECS04 Frhs2[866]: 6 0 0.500071 shouldn't be
844.84/847.51	WSVECS04 Frhs2[884]: 6 0 1.00001 shouldn't be
844.84/847.51	WSVECS04 Frhs2[885]: 6 0 1.00002 shouldn't be
844.84/847.51	WSVECS04 Frhs2[999]: 6 0 1.00008 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1036]: 6 -1.00003 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1121]: 6 -1.00006 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1201]: 6 0 14.0001 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1202]: 6 -1.00007 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1265]: 6 0 1.00002 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1273]: 6 0 1.00005 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1274]: 6 0 1.00008 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1323]: 6 0 2.00005 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1325]: 6 0 2.00006 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1326]: 6 0 2.00004 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1328]: 6 0 2.00004 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1377]: 6 0 4.00004 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1379]: 6 0 3.00005 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1386]: 6 0 7.00007 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1440]: 6 -1.00009 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1527]: 6 -1.00006 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1531]: 6 0 7.00006 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1550]: 6 -1.00001 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1588]: 6 0 239.398 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1743]: 6 0 3.00009 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1748]: 6 -1.00002 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1805]: 6 -1.00006 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[1835]: 6 0 237.398 shouldn't be
844.84/847.51	WSVECS04 Frhs2[2102]: 6 -1.00006 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[2291]: 6 -1.00003 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[2450]: 6 0 1.00006 shouldn't be
844.84/847.51	WSVECS04 Frhs2[2463]: 6 -1.00003 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[2616]: 6 0 0.500023 shouldn't be
844.84/847.51	WSVECS04 Frhs2[2640]: 6 0 0.66668 shouldn't be
844.84/847.51	WSVECS04 Frhs2[2668]: 6 -1.00001 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3085]: 6 -35.8251 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3111]: 6 -1.00008 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3244]: 6 -1.00006 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3341]: 6 0 0.500054 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3342]: 6 0 0.500064 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3426]: 6 0 1.00006 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3427]: 6 0 1.00005 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3428]: 6 0 1.00005 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3430]: 6 0 1.00002 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3431]: 6 0 1.00004 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3463]: 6 -1.00007 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3953]: 6 -1.0001 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[3989]: 6 0 1.00004 shouldn't be
844.84/847.51	WSVECS04 Frhs2[4103]: 6 0 1.00003 shouldn't be
844.84/847.51	WSVECS04 Frhs2[4218]: 6 -1.00008 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[4821]: 6 -1.00003 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[4879]: 6 -1.00005 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[4908]: 6 -1.00004 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5067]: 6 -1.00004 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5232]: 6 0 529.295 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5266]: 6 0 1.00009 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5388]: 6 -1.0001 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5410]: 6 0 1.00003 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5420]: 6 -1.00008 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5427]: 6 0 1.00002 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5470]: 6 0 2.00005 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5606]: 6 -1.00004 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5628]: 6 -1.00007 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5690]: 6 -1.00009 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5743]: 6 0 1.00004 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5860]: 6 0 1.00005 shouldn't be
844.84/847.51	WSVECS04 Frhs2[5928]: 6 -1.00002 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6137]: 6 0 1.50006 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6148]: 6 -3.00006 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6156]: 6 -1.00005 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6287]: 6 -2.00007 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6415]: 6 0 1.25002 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6417]: 6 0 1.25001 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6508]: 6 0 2.00003 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6717]: 6 -1.00009 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6721]: 6 0 52.6709 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6798]: 6 -1.00004 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6911]: 6 0 3.03341 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6912]: 6 0 30.1333 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6969]: 6 -1.0001 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6978]: 6 0 1.83343 shouldn't be
844.84/847.51	WSVECS04 Frhs2[6981]: 6 0 1.83341 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7120]: 6 -55.8 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7133]: 6 0 71.0001 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7203]: 6 -1.00001 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7423]: 6 0 0.500011 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7425]: 6 -1.00006 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7475]: 6 0 46.5 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7479]: 6 -1.00004 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7483]: 6 -5.26676 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7554]: 6 -1.00009 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7719]: 6 -1.00009 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7770]: 6 -1.00006 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7838]: 6 0 41.25 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7850]: 6 0 38.5001 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7851]: 6 0 38.5001 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7890]: 6 -1.00003 0 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7920]: 6 0 2.50005 shouldn't be
844.84/847.51	WSVECS04 Frhs2[7921]: 6 0 2.50002 shouldn't be
883.24/886.10	c #Conflicts:    1371000 | #Constraints:     257978
883.24/886.10	c #Conflicts:    1372000 | #Constraints:     258978
883.24/886.10	c #Conflicts:    1373000 | #Constraints:     259978
883.24/886.10	c #Conflicts:    1374000 | #Constraints:     260978
883.24/886.10	c #Conflicts:    1375000 | #Constraints:     261978
883.24/886.10	c #Conflicts:    1376000 | #Constraints:     262978
883.24/886.10	c #Conflicts:    1377000 | #Constraints:     263978
883.24/886.10	c #Conflicts:    1378000 | #Constraints:     264978
883.24/886.10	c #Conflicts:    1379000 | #Constraints:     265978
883.24/886.10	c #Conflicts:    1380000 | #Constraints:     266978
883.24/886.10	c #Conflicts:    1381000 | #Constraints:     267978
883.24/886.10	c #Conflicts:    1382000 | #Constraints:     268978
883.24/886.10	c #Conflicts:    1383000 | #Constraints:     269978
883.24/886.10	c INPROCESSING
883.24/886.10	c GARBAGE COLLECT
883.24/886.10	c #Conflicts:    1384000 | #Constraints:     225099
883.24/886.10	c #Conflicts:    1385000 | #Constraints:     226099
883.24/886.10	c #Conflicts:    1386000 | #Constraints:     227099
883.24/886.10	c #Conflicts:    1387000 | #Constraints:     228099
883.24/886.10	c #Conflicts:    1388000 | #Constraints:     229099
883.24/886.10	c #Conflicts:    1389000 | #Constraints:     230099
883.24/886.10	c #Conflicts:    1390000 | #Constraints:     231099
883.24/886.10	c #Conflicts:    1391000 | #Constraints:     232099
883.24/886.10	c #Conflicts:    1392000 | #Constraints:     233099
883.24/886.10	c #Conflicts:    1393000 | #Constraints:     234099
883.24/886.10	c #Conflicts:    1394000 | #Constraints:     235099
883.24/886.10	c #Conflicts:    1395000 | #Constraints:     236099
883.24/886.10	c #Conflicts:    1396000 | #Constraints:     237099
883.24/886.10	c #Conflicts:    1397000 | #Constraints:     238099
883.24/886.10	c #Conflicts:    1398000 | #Constraints:     239099
883.24/886.10	c #Conflicts:    1399000 | #Constraints:     240099
883.24/886.10	c #Conflicts:    1400000 | #Constraints:     241099
883.24/886.10	c #Conflicts:    1401000 | #Constraints:     242099
883.24/886.10	c #Conflicts:    1402000 | #Constraints:     243099
883.24/886.10	c #Conflicts:    1403000 | #Constraints:     244099
883.24/886.10	c #Conflicts:    1404000 | #Constraints:     245099
883.24/886.10	c #Conflicts:    1405000 | #Constraints:     246099
883.24/886.10	c #Conflicts:    1406000 | #Constraints:     247099
883.24/886.10	c #Conflicts:    1407000 | #Constraints:     248099
883.24/886.10	c #Conflicts:    1408000 | #Constraints:     249099
883.24/886.10	c #Conflicts:    1409000 | #Constraints:     250099
883.24/886.10	c #Conflicts:    1410000 | #Constraints:     251099
883.24/886.10	c #Conflicts:    1411000 | #Constraints:     252099
883.24/886.10	c #Conflicts:    1412000 | #Constraints:     253099
883.24/886.10	c #Conflicts:    1413000 | #Constraints:     254099
883.24/886.10	c #Conflicts:    1414000 | #Constraints:     255099
883.24/886.10	c #Conflicts:    1415000 | #Constraints:     256099
883.24/886.10	c #Conflicts:    1416000 | #Constraints:     257099
883.24/886.10	c #Conflicts:    1417000 | #Constraints:     258099
883.24/886.10	c #Conflicts:    1418000 | #Constraints:     259099
883.24/886.10	c #Conflicts:    1419000 | #Constraints:     260099
883.24/886.10	c #Conflicts:    1420000 | #Constraints:     261099
883.24/886.10	c #Conflicts:    1421000 | #Constraints:     262099
883.24/886.10	c #Conflicts:    1422000 | #Constraints:     263099
883.24/886.10	c #Conflicts:    1423000 | #Constraints:     264099
883.24/886.10	c #Conflicts:    1424000 | #Constraints:     265099
883.24/886.10	c #Conflicts:    1425000 | #Constraints:     266099
883.24/886.10	c #Conflicts:    1426000 | #Constraints:     267099
883.24/886.10	c #Conflicts:    1427000 | #Constraints:     268099
883.24/886.10	c #Conflicts:    1428000 | #Constraints:     269099
883.24/886.10	c #Conflicts:    1429000 | #Constraints:     270099
883.24/886.10	c #Conflicts:    1430000 | #Constraints:     271099
883.24/886.10	c #Conflicts:    1431000 | #Constraints:     272099
883.24/886.10	c #Conflicts:    1432000 | #Constraints:     273099
883.24/886.10	c #Conflicts:    1433000 | #Constraints:     274099
883.24/886.10	c #Conflicts:    1434000 | #Constraints:     275099
883.24/886.10	c #Conflicts:    1435000 | #Constraints:     276099
883.24/886.10	c #Conflicts:    1436000 | #Constraints:     277099
883.24/886.10	c #Conflicts:    1437000 | #Constraints:     278099
883.24/886.10	c #Conflicts:    1438000 | #Constraints:     279099
883.24/886.10	c #Conflicts:    1439000 | #Constraints:     280099
883.24/886.10	c #Conflicts:    1440000 | #Constraints:     281099
883.24/886.10	c #Conflicts:    1441000 | #Constraints:     282099
883.24/886.10	c #Conflicts:    1442000 | #Constraints:     283099
883.24/886.10	c #Conflicts:    1443000 | #Constraints:     284099
883.24/886.10	c #Conflicts:    1444000 | #Constraints:     285099
883.24/886.10	c #Conflicts:    1445000 | #Constraints:     286099
883.24/886.10	c #Conflicts:    1446000 | #Constraints:     287099
883.24/886.10	c #Conflicts:    1447000 | #Constraints:     288099
883.24/886.10	c #Conflicts:    1448000 | #Constraints:     289099
883.24/886.10	c #Conflicts:    1449000 | #Constraints:     290099
903.18/906.09	c #Conflicts:    1450000 | #Constraints:     291099
903.18/906.09	c #Conflicts:    1451000 | #Constraints:     292099
903.18/906.09	c #Conflicts:    1452000 | #Constraints:     293099
903.18/906.09	c #Conflicts:    1453000 | #Constraints:     294099
903.18/906.09	c #Conflicts:    1454000 | #Constraints:     295099
903.18/906.09	c #Conflicts:    1455000 | #Constraints:     296099
903.18/906.09	c #Conflicts:    1456000 | #Constraints:     297099
903.18/906.09	c #Conflicts:    1457000 | #Constraints:     298099
903.18/906.09	c #Conflicts:    1458000 | #Constraints:     299099
903.18/906.09	c #Conflicts:    1459000 | #Constraints:     300099
903.18/906.09	c #Conflicts:    1460000 | #Constraints:     301099
903.18/906.09	c #Conflicts:    1461000 | #Constraints:     302099
903.18/906.09	c #Conflicts:    1462000 | #Constraints:     303099
903.18/906.09	c #Conflicts:    1463000 | #Constraints:     304099
903.18/906.09	c INPROCESSING
903.18/906.09	c GARBAGE COLLECT
903.18/906.09	c #Conflicts:    1464000 | #Constraints:     242115
903.18/906.09	c #Conflicts:    1465000 | #Constraints:     243115
903.18/906.09	c #Conflicts:    1466000 | #Constraints:     244115
903.18/906.09	c #Conflicts:    1467000 | #Constraints:     245115
903.18/906.09	c #Conflicts:    1468000 | #Constraints:     246115
903.18/906.09	c #Conflicts:    1469000 | #Constraints:     247115
903.18/906.09	c #Conflicts:    1470000 | #Constraints:     248115
903.18/906.09	c #Conflicts:    1471000 | #Constraints:     249115
903.18/906.09	c #Conflicts:    1472000 | #Constraints:     250115
903.18/906.09	c #Conflicts:    1473000 | #Constraints:     251115
903.18/906.09	c #Conflicts:    1474000 | #Constraints:     252115
903.18/906.09	c #Conflicts:    1475000 | #Constraints:     253115
903.18/906.09	c #Conflicts:    1476000 | #Constraints:     254115
903.18/906.09	c #Conflicts:    1477000 | #Constraints:     255115
903.18/906.09	c #Conflicts:    1478000 | #Constraints:     256115
903.18/906.09	c #Conflicts:    1479000 | #Constraints:     257115
903.18/906.09	c #Conflicts:    1480000 | #Constraints:     258115
903.18/906.09	c #Conflicts:    1481000 | #Constraints:     259115
903.18/906.09	c #Conflicts:    1482000 | #Constraints:     260115
903.18/906.09	c #Conflicts:    1483000 | #Constraints:     261115
903.18/906.09	c #Conflicts:    1484000 | #Constraints:     262115
903.18/906.09	c #Conflicts:    1485000 | #Constraints:     263115
903.18/906.09	c #Conflicts:    1486000 | #Constraints:     264115
903.18/906.09	c #Conflicts:    1487000 | #Constraints:     265115
903.18/906.09	c #Conflicts:    1488000 | #Constraints:     266115
903.18/906.09	c #Conflicts:    1489000 | #Constraints:     267115
903.18/906.09	c #Conflicts:    1490000 | #Constraints:     268115
903.18/906.09	c #Conflicts:    1491000 | #Constraints:     269115
903.18/906.09	c #Conflicts:    1492000 | #Constraints:     270115
903.18/906.09	c #Conflicts:    1493000 | #Constraints:     271115
903.18/906.09	c #Conflicts:    1494000 | #Constraints:     272115
903.18/906.09	c #Conflicts:    1495000 | #Constraints:     273115
903.18/906.09	c #Conflicts:    1496000 | #Constraints:     274115
903.18/906.09	c INPROCESSING
903.18/906.09	c GARBAGE COLLECT
903.18/906.09	c #Conflicts:    1497000 | #Constraints:     227375
903.18/906.09	c #Conflicts:    1498000 | #Constraints:     228375
903.18/906.09	c #Conflicts:    1499000 | #Constraints:     229375
903.18/906.09	c #Conflicts:    1500000 | #Constraints:     230375
903.18/906.09	c #Conflicts:    1501000 | #Constraints:     231375
903.18/906.09	c #Conflicts:    1502000 | #Constraints:     232375
903.18/906.09	c #Conflicts:    1503000 | #Constraints:     233375
903.18/906.09	c #Conflicts:    1504000 | #Constraints:     234375
903.18/906.09	c #Conflicts:    1505000 | #Constraints:     235375
903.18/906.09	c #Conflicts:    1506000 | #Constraints:     236375
903.18/906.09	c #Conflicts:    1507000 | #Constraints:     237375
903.18/906.09	c #Conflicts:    1508000 | #Constraints:     238375
903.18/906.09	c #Conflicts:    1509000 | #Constraints:     239375
903.18/906.09	c #Conflicts:    1510000 | #Constraints:     240375
903.18/906.09	c #Conflicts:    1511000 | #Constraints:     241375
903.18/906.09	c #Conflicts:    1512000 | #Constraints:     242375
903.18/906.09	c #Conflicts:    1513000 | #Constraints:     243375
903.18/906.09	c #Conflicts:    1514000 | #Constraints:     244375
903.18/906.09	c #Conflicts:    1515000 | #Constraints:     245375
903.18/906.09	c #Conflicts:    1516000 | #Constraints:     246375
903.18/906.09	c #Conflicts:    1517000 | #Constraints:     247375
903.18/906.09	c #Conflicts:    1518000 | #Constraints:     248375
903.18/906.09	c #Conflicts:    1519000 | #Constraints:     249375
903.18/906.09	c #Conflicts:    1520000 | #Constraints:     250375
903.18/906.09	c #Conflicts:    1521000 | #Constraints:     251375
903.18/906.09	c #Conflicts:    1522000 | #Constraints:     252375
903.18/906.09	c #Conflicts:    1523000 | #Constraints:     253375
903.18/906.09	c #Conflicts:    1524000 | #Constraints:     254375
903.18/906.09	c #Conflicts:    1525000 | #Constraints:     255375
903.18/906.09	c #Conflicts:    1526000 | #Constraints:     256375
920.52/923.42	c #Conflicts:    1527000 | #Constraints:     257375
920.52/923.42	c #Conflicts:    1528000 | #Constraints:     258375
920.52/923.42	c #Conflicts:    1529000 | #Constraints:     259375
920.52/923.42	c #Conflicts:    1530000 | #Constraints:     260375
920.52/923.42	c #Conflicts:    1531000 | #Constraints:     261375
920.52/923.42	c #Conflicts:    1532000 | #Constraints:     262375
920.52/923.42	c #Conflicts:    1533000 | #Constraints:     263375
920.52/923.42	c #Conflicts:    1534000 | #Constraints:     264375
920.52/923.42	c #Conflicts:    1535000 | #Constraints:     265375
920.52/923.42	c #Conflicts:    1536000 | #Constraints:     266375
920.52/923.42	c #Conflicts:    1537000 | #Constraints:     267375
920.52/923.42	c #Conflicts:    1538000 | #Constraints:     268375
920.52/923.42	c #Conflicts:    1539000 | #Constraints:     269375
920.52/923.42	c #Conflicts:    1540000 | #Constraints:     270375
920.52/923.42	c #Conflicts:    1541000 | #Constraints:     271375
920.52/923.42	c #Conflicts:    1542000 | #Constraints:     272375
920.52/923.42	c #Conflicts:    1543000 | #Constraints:     273375
920.52/923.42	c #Conflicts:    1544000 | #Constraints:     274375
920.52/923.42	c #Conflicts:    1545000 | #Constraints:     275375
920.52/923.42	c #Conflicts:    1546000 | #Constraints:     276375
920.52/923.42	c #Conflicts:    1547000 | #Constraints:     277375
920.52/923.42	c #Conflicts:    1548000 | #Constraints:     278375
920.52/923.42	c #Conflicts:    1549000 | #Constraints:     279375
920.52/923.42	c #Conflicts:    1550000 | #Constraints:     280375
920.52/923.42	c #Conflicts:    1551000 | #Constraints:     281375
920.52/923.42	c #Conflicts:    1552000 | #Constraints:     282375
920.52/923.42	c #Conflicts:    1553000 | #Constraints:     283375
920.52/923.42	c #Conflicts:    1554000 | #Constraints:     284375
920.52/923.42	c #Conflicts:    1555000 | #Constraints:     285375
920.52/923.42	c #Conflicts:    1556000 | #Constraints:     286375
920.52/923.42	c #Conflicts:    1557000 | #Constraints:     287375
920.52/923.42	c #Conflicts:    1558000 | #Constraints:     288375
920.52/923.42	c #Conflicts:    1559000 | #Constraints:     289375
920.52/923.42	c #Conflicts:    1560000 | #Constraints:     290375
920.52/923.42	c #Conflicts:    1561000 | #Constraints:     291375
920.52/923.42	c #Conflicts:    1562000 | #Constraints:     292375
920.52/923.42	c #Conflicts:    1563000 | #Constraints:     293375
920.52/923.42	c #Conflicts:    1564000 | #Constraints:     294375
920.52/923.42	c #Conflicts:    1565000 | #Constraints:     295375
920.52/923.42	c #Conflicts:    1566000 | #Constraints:     296375
920.52/923.42	c #Conflicts:    1567000 | #Constraints:     297375
920.52/923.42	c #Conflicts:    1568000 | #Constraints:     298375
920.52/923.42	c #Conflicts:    1569000 | #Constraints:     299375
920.52/923.42	c #Conflicts:    1570000 | #Constraints:     300375
920.52/923.42	c #Conflicts:    1571000 | #Constraints:     301375
920.52/923.42	c #Conflicts:    1572000 | #Constraints:     302375
920.52/923.42	c #Conflicts:    1573000 | #Constraints:     303375
920.52/923.42	c #Conflicts:    1574000 | #Constraints:     304375
920.52/923.42	c #Conflicts:    1575000 | #Constraints:     305375
920.52/923.42	c #Conflicts:    1576000 | #Constraints:     306375
920.52/923.42	c #Conflicts:    1577000 | #Constraints:     307375
920.52/923.42	c #Conflicts:    1578000 | #Constraints:     308375
920.52/923.42	c #Conflicts:    1579000 | #Constraints:     309375
920.52/923.42	c INPROCESSING
920.52/923.42	c GARBAGE COLLECT
920.52/923.42	c #Conflicts:    1580000 | #Constraints:     244801
920.52/923.42	c #Conflicts:    1581000 | #Constraints:     245801
920.52/923.42	c #Conflicts:    1582000 | #Constraints:     246801
920.52/923.42	c #Conflicts:    1583000 | #Constraints:     247801
920.52/923.42	c #Conflicts:    1584000 | #Constraints:     248801
920.52/923.42	c #Conflicts:    1585000 | #Constraints:     249801
920.52/923.42	c #Conflicts:    1586000 | #Constraints:     250801
920.52/923.42	c #Conflicts:    1587000 | #Constraints:     251801
920.52/923.42	c #Conflicts:    1588000 | #Constraints:     252801
920.52/923.42	c #Conflicts:    1589000 | #Constraints:     253801
920.52/923.42	c #Conflicts:    1590000 | #Constraints:     254801
920.52/923.42	c #Conflicts:    1591000 | #Constraints:     255801
920.52/923.42	c #Conflicts:    1592000 | #Constraints:     256801
920.52/923.42	c #Conflicts:    1593000 | #Constraints:     257801
920.52/923.42	c #Conflicts:    1594000 | #Constraints:     258801
920.52/923.42	c #Conflicts:    1595000 | #Constraints:     259801
920.52/923.42	c #Conflicts:    1596000 | #Constraints:     260801
920.52/923.42	c #Conflicts:    1597000 | #Constraints:     261801
920.52/923.42	c #Conflicts:    1598000 | #Constraints:     262801
920.52/923.42	c #Conflicts:    1599000 | #Constraints:     263801
920.52/923.42	c #Conflicts:    1600000 | #Constraints:     264801
920.52/923.42	c #Conflicts:    1601000 | #Constraints:     265801
920.52/923.42	c #Conflicts:    1602000 | #Constraints:     266801
920.52/923.42	c #Conflicts:    1603000 | #Constraints:     267801
920.52/923.42	c #Conflicts:    1604000 | #Constraints:     268801
928.80/931.70	c #Conflicts:    1605000 | #Constraints:     269801
928.80/931.70	c #Conflicts:    1606000 | #Constraints:     270801
928.80/931.70	c #Conflicts:    1607000 | #Constraints:     271801
928.80/931.70	c #Conflicts:    1608000 | #Constraints:     272801
928.80/931.70	c #Conflicts:    1609000 | #Constraints:     273801
928.80/931.70	c #Conflicts:    1610000 | #Constraints:     274801
928.80/931.70	c #Conflicts:    1611000 | #Constraints:     275801
928.80/931.70	c #Conflicts:    1612000 | #Constraints:     276801
928.80/931.70	c #Conflicts:    1613000 | #Constraints:     277801
928.80/931.70	c INPROCESSING
928.80/931.70	c GARBAGE COLLECT
928.80/931.70	WSVECS04 Frhs2[209]: 6 -258.972 0 shouldn't be
928.80/931.70	WSVECS04 Frhs2[324]: 6 0 0.83337 shouldn't be
928.80/931.70	WSVECS04 Frhs2[490]: 6 0 0.166699 shouldn't be
928.80/931.70	WSVECS04 Frhs2[516]: 6 0 0.16668 shouldn't be
928.80/931.70	WSVECS04 Frhs2[542]: 6 0 0.166705 shouldn't be
928.80/931.70	WSVECS04 Frhs2[544]: 6 0 0.166703 shouldn't be
928.80/931.70	WSVECS04 Frhs2[597]: 6 0 0.166702 shouldn't be
928.80/931.70	WSVECS04 Frhs2[1067]: 6 -423.375 0 shouldn't be
928.80/931.70	WSVECS04 Frhs2[1071]: 6 -209.875 0 shouldn't be
928.80/931.70	WSVECS04 Frhs2[1643]: 6 -385 0 shouldn't be
928.80/931.70	WSVECS04 Frhs2[1823]: 6 0 2.00008 shouldn't be
928.80/931.70	WSVECS04 Frhs2[1828]: 6 -5.00007 0 shouldn't be
928.80/931.70	WSVECS04 Frhs2[1831]: 6 -2.00001 0 shouldn't be
928.80/931.70	WSVECS04 Frhs2[1890]: 6 -15.0001 0 shouldn't be
928.80/931.70	WSVECS04 Frhs2[2405]: 6 0 1.00001 shouldn't be
928.80/931.70	WSVECS04 Frhs2[3307]: 6 0 0.090932 shouldn't be
928.80/931.70	WSVECS04 Frhs2[6748]: 6 0 39.6334 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7838]: 6 0 2.00003 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7839]: 6 0 2.00002 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7840]: 6 0 2.00006 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7841]: 6 0 2.00003 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7842]: 6 0 2.00002 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7843]: 6 0 2.00007 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7845]: 6 0 2.00002 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7848]: 6 0 6.50007 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7851]: 6 0 6.50007 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7853]: 6 0 6.50005 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7857]: 6 0 1.00004 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7858]: 6 0 1.00007 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7860]: 6 0 1.00007 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7861]: 6 0 1.00007 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7887]: 6 0 2.00003 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7888]: 6 0 2.00004 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7890]: 6 0 2.00003 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7891]: 6 0 2.00002 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7901]: 6 0 46.6334 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7902]: 6 0 46.6334 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7903]: 6 0 46.6334 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7904]: 6 0 46.6334 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7906]: 6 0 46.6334 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7908]: 6 0 2.0001 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7909]: 6 0 2.00006 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7910]: 6 0 2.00003 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7911]: 6 0 2.00002 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7912]: 6 0 2.00009 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7918]: 6 0 2.00006 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7919]: 6 0 2.00004 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7920]: 6 0 2.00003 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7921]: 6 0 2.00005 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7922]: 6 0 2.00003 shouldn't be
928.80/931.70	WSVECS04 Frhs2[7936]: 6 0 1.00005 shouldn't be
933.20/936.14	c rational objective 321
956.91/959.95	c #Conflicts:    1614000 | #Constraints:     229080
956.91/959.95	c #Conflicts:    1615000 | #Constraints:     230080
956.91/959.95	c #Conflicts:    1616000 | #Constraints:     231080
956.91/959.95	c #Conflicts:    1617000 | #Constraints:     232080
956.91/959.95	c #Conflicts:    1618000 | #Constraints:     233080
956.91/959.95	c #Conflicts:    1619000 | #Constraints:     234080
956.91/959.95	c #Conflicts:    1620000 | #Constraints:     235080
956.91/959.95	c #Conflicts:    1621000 | #Constraints:     236080
956.91/959.95	c #Conflicts:    1622000 | #Constraints:     237080
956.91/959.95	c #Conflicts:    1623000 | #Constraints:     238080
956.91/959.95	c #Conflicts:    1624000 | #Constraints:     239080
956.91/959.95	c #Conflicts:    1625000 | #Constraints:     240080
956.91/959.95	c #Conflicts:    1626000 | #Constraints:     241080
956.91/959.95	c #Conflicts:    1627000 | #Constraints:     242080
956.91/959.95	c #Conflicts:    1628000 | #Constraints:     243080
956.91/959.95	c #Conflicts:    1629000 | #Constraints:     244080
956.91/959.95	c #Conflicts:    1630000 | #Constraints:     245080
956.91/959.95	c #Conflicts:    1631000 | #Constraints:     246080
956.91/959.95	c #Conflicts:    1632000 | #Constraints:     247080
956.91/959.95	c #Conflicts:    1633000 | #Constraints:     248080
956.91/959.95	c #Conflicts:    1634000 | #Constraints:     249080
956.91/959.95	c #Conflicts:    1635000 | #Constraints:     250080
956.91/959.95	c #Conflicts:    1636000 | #Constraints:     251080
956.91/959.95	c #Conflicts:    1637000 | #Constraints:     252081
956.91/959.95	c #Conflicts:    1638000 | #Constraints:     253081
956.91/959.95	c #Conflicts:    1639000 | #Constraints:     254081
956.91/959.95	c #Conflicts:    1640000 | #Constraints:     255081
956.91/959.95	c #Conflicts:    1641000 | #Constraints:     256081
956.91/959.95	c #Conflicts:    1642000 | #Constraints:     257081
956.91/959.95	c #Conflicts:    1643000 | #Constraints:     258081
956.91/959.95	c #Conflicts:    1644000 | #Constraints:     259081
956.91/959.95	c #Conflicts:    1645000 | #Constraints:     260081
956.91/959.95	c #Conflicts:    1646000 | #Constraints:     261081
956.91/959.95	c #Conflicts:    1647000 | #Constraints:     262081
956.91/959.95	c #Conflicts:    1648000 | #Constraints:     263081
956.91/959.95	c #Conflicts:    1649000 | #Constraints:     264081
956.91/959.95	c #Conflicts:    1650000 | #Constraints:     265081
956.91/959.95	c #Conflicts:    1651000 | #Constraints:     266081
956.91/959.95	c #Conflicts:    1652000 | #Constraints:     267081
956.91/959.95	c #Conflicts:    1653000 | #Constraints:     268081
956.91/959.95	c #Conflicts:    1654000 | #Constraints:     269081
956.91/959.95	c #Conflicts:    1655000 | #Constraints:     270081
956.91/959.95	c #Conflicts:    1656000 | #Constraints:     271081
956.91/959.95	c #Conflicts:    1657000 | #Constraints:     272081
956.91/959.95	c #Conflicts:    1658000 | #Constraints:     273081
956.91/959.95	c #Conflicts:    1659000 | #Constraints:     274081
956.91/959.95	c #Conflicts:    1660000 | #Constraints:     275081
956.91/959.95	c #Conflicts:    1661000 | #Constraints:     276081
956.91/959.95	c #Conflicts:    1662000 | #Constraints:     277081
956.91/959.95	c #Conflicts:    1663000 | #Constraints:     278081
956.91/959.95	c #Conflicts:    1664000 | #Constraints:     279081
956.91/959.95	c #Conflicts:    1665000 | #Constraints:     280081
956.91/959.95	c #Conflicts:    1666000 | #Constraints:     281081
956.91/959.95	c #Conflicts:    1667000 | #Constraints:     282081
956.91/959.95	c #Conflicts:    1668000 | #Constraints:     283081
956.91/959.95	c #Conflicts:    1669000 | #Constraints:     284081
956.91/959.95	c #Conflicts:    1670000 | #Constraints:     285082
956.91/959.95	c #Conflicts:    1671000 | #Constraints:     286082
956.91/959.95	c #Conflicts:    1672000 | #Constraints:     287082
956.91/959.95	c #Conflicts:    1673000 | #Constraints:     288082
956.91/959.95	c #Conflicts:    1674000 | #Constraints:     289082
956.91/959.95	c #Conflicts:    1675000 | #Constraints:     290082
956.91/959.95	c #Conflicts:    1676000 | #Constraints:     291082
956.91/959.95	c #Conflicts:    1677000 | #Constraints:     292082
956.91/959.95	c #Conflicts:    1678000 | #Constraints:     293082
956.91/959.95	c #Conflicts:    1679000 | #Constraints:     294082
956.91/959.95	c #Conflicts:    1680000 | #Constraints:     295082
956.91/959.95	c #Conflicts:    1681000 | #Constraints:     296082
956.91/959.95	c #Conflicts:    1682000 | #Constraints:     297082
956.91/959.95	c #Conflicts:    1683000 | #Constraints:     298082
956.91/959.95	c #Conflicts:    1684000 | #Constraints:     299082
956.91/959.95	c #Conflicts:    1685000 | #Constraints:     300082
956.91/959.95	c #Conflicts:    1686000 | #Constraints:     301082
956.91/959.95	c #Conflicts:    1687000 | #Constraints:     302082
956.91/959.95	c #Conflicts:    1688000 | #Constraints:     303082
956.91/959.95	c #Conflicts:    1689000 | #Constraints:     304082
956.91/959.95	c #Conflicts:    1690000 | #Constraints:     305082
956.91/959.95	c #Conflicts:    1691000 | #Constraints:     306082
956.91/959.95	c #Conflicts:    1692000 | #Constraints:     307082
969.57/972.66	c #Conflicts:    1693000 | #Constraints:     308082
969.57/972.66	c #Conflicts:    1694000 | #Constraints:     309082
969.57/972.66	c #Conflicts:    1695000 | #Constraints:     310082
969.57/972.66	c #Conflicts:    1696000 | #Constraints:     311082
969.57/972.66	c #Conflicts:    1697000 | #Constraints:     312082
969.57/972.66	c #Conflicts:    1698000 | #Constraints:     313082
969.57/972.66	c #Conflicts:    1699000 | #Constraints:     314082
969.57/972.66	c INPROCESSING
969.57/972.66	c GARBAGE COLLECT
969.57/972.66	c #Conflicts:    1700000 | #Constraints:     247001
969.57/972.66	c #Conflicts:    1701000 | #Constraints:     248001
969.57/972.66	WSVECS04 Frhs2[204]: 6 -75.0001 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[206]: 6 -49.8611 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[210]: 6 -67.1667 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[651]: 6 -22.0001 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[652]: 6 -138 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[656]: 6 -152.5 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[747]: 6 0 1.00006 shouldn't be
969.57/972.66	WSVECS04 Frhs2[748]: 6 0 1.00005 shouldn't be
969.57/972.66	WSVECS04 Frhs2[749]: 6 0 1.00007 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1069]: 6 0 54.1598 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1186]: 6 0 1.00008 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1321]: 6 0 1.00004 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1429]: 6 0 1.00005 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1435]: 6 0 2.00001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1442]: 6 0 1.00003 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1510]: 6 0 1.00006 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1633]: 6 -1.00009 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1634]: 6 -1.00008 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1761]: 6 0 1.00008 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1825]: 6 -4.00006 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1829]: 6 -2.00008 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1832]: 6 -3.00001 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1883]: 6 -1.00006 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1890]: 6 -2.50009 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[1923]: 6 0 1.00003 shouldn't be
969.57/972.66	WSVECS04 Frhs2[2166]: 6 0 1.00008 shouldn't be
969.57/972.66	WSVECS04 Frhs2[2402]: 6 -107.796 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[2404]: 6 0 0.01036 shouldn't be
969.57/972.66	WSVECS04 Frhs2[2525]: 6 0 1.00002 shouldn't be
969.57/972.66	WSVECS04 Frhs2[2714]: 6 0 1.00003 shouldn't be
969.57/972.66	WSVECS04 Frhs2[2877]: 6 0 2.00003 shouldn't be
969.57/972.66	WSVECS04 Frhs2[2878]: 6 0 2.00003 shouldn't be
969.57/972.66	WSVECS04 Frhs2[2881]: 6 0 2.00003 shouldn't be
969.57/972.66	WSVECS04 Frhs2[2882]: 6 0 2.00006 shouldn't be
969.57/972.66	WSVECS04 Frhs2[2889]: 6 0 1.00004 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3011]: 6 0 1.0001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3064]: 6 0 2.00007 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3092]: 6 0 1.00009 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3096]: 6 0 2.00001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3105]: 6 0 1.00009 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3119]: 6 0 1.00006 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3505]: 6 0 1.0001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3721]: 6 0 1.00008 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3858]: 6 0 2.00008 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3859]: 6 0 2.00008 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3860]: 6 0 2.00007 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3861]: 6 0 2.00001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3862]: 6 0 2.00005 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3910]: 6 0 1.00004 shouldn't be
969.57/972.66	WSVECS04 Frhs2[3963]: 6 0 2.00006 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4072]: 6 0 1.00001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4079]: 6 0 2.00001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4085]: 6 0 1.00005 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4180]: 6 0 0.500046 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4186]: 6 0 1.50002 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4187]: 6 0 1.50001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4193]: 6 0 0.500034 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4207]: 6 0 1.00008 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4422]: 6 0 2.00003 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4828]: 6 -1.42685 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[4944]: 6 0 1.15858 shouldn't be
969.57/972.66	WSVECS04 Frhs2[5188]: 6 0 1.50008 shouldn't be
969.57/972.66	WSVECS04 Frhs2[5191]: 6 0 1.50001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[5192]: 6 0 0.500083 shouldn't be
969.57/972.66	WSVECS04 Frhs2[5205]: 6 0 0.50001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[5373]: 6 -0.500086 0 shouldn't be
969.57/972.66	WSVECS04 Frhs2[5379]: 6 0 1.50002 shouldn't be
969.57/972.66	WSVECS04 Frhs2[5394]: 6 0 0.500034 shouldn't be
969.57/972.66	WSVECS04 Frhs2[5807]: 6 0 1.48782 shouldn't be
969.57/972.66	WSVECS04 Frhs2[5834]: 6 0 2.00006 shouldn't be
969.57/972.66	WSVECS04 Frhs2[6194]: 6 0 1.50008 shouldn't be
969.57/972.66	WSVECS04 Frhs2[6196]: 6 0 1.50004 shouldn't be
969.57/972.66	WSVECS04 Frhs2[6197]: 6 0 1.50008 shouldn't be
969.57/972.66	WSVECS04 Frhs2[6239]: 6 0 0.500011 shouldn't be
969.57/972.66	WSVECS04 Frhs2[6968]: 6 0 1.00003 shouldn't be
969.57/972.66	WSVECS04 Frhs2[7129]: 6 0 1.0001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[7130]: 6 0 1.00006 shouldn't be
969.57/972.66	WSVECS04 Frhs2[7462]: 6 0 2.00002 shouldn't be
969.57/972.66	WSVECS04 Frhs2[7615]: 6 0 43.8991 shouldn't be
969.57/972.66	WSVECS04 Frhs2[7871]: 6 0 1.0001 shouldn't be
969.57/972.66	WSVECS04 Frhs2[7876]: 6 0 1.00009 shouldn't be
990.12/993.20	c #Conflicts:    1702000 | #Constraints:     249002
990.12/993.20	c #Conflicts:    1703000 | #Constraints:     250002
990.12/993.20	c #Conflicts:    1704000 | #Constraints:     251002
990.12/993.20	c #Conflicts:    1705000 | #Constraints:     252002
990.12/993.20	c #Conflicts:    1706000 | #Constraints:     253002
990.12/993.20	c #Conflicts:    1707000 | #Constraints:     254002
990.12/993.20	c #Conflicts:    1708000 | #Constraints:     255002
990.12/993.20	c #Conflicts:    1709000 | #Constraints:     256002
990.12/993.20	c #Conflicts:    1710000 | #Constraints:     257002
990.12/993.20	c #Conflicts:    1711000 | #Constraints:     258002
990.12/993.20	c #Conflicts:    1712000 | #Constraints:     259002
990.12/993.20	c #Conflicts:    1713000 | #Constraints:     260002
990.12/993.20	c #Conflicts:    1714000 | #Constraints:     261002
990.12/993.20	c #Conflicts:    1715000 | #Constraints:     262002
990.12/993.20	c #Conflicts:    1716000 | #Constraints:     263002
990.12/993.20	c #Conflicts:    1717000 | #Constraints:     264002
990.12/993.20	c #Conflicts:    1718000 | #Constraints:     265002
990.12/993.20	c #Conflicts:    1719000 | #Constraints:     266002
990.12/993.20	c #Conflicts:    1720000 | #Constraints:     267002
990.12/993.20	c #Conflicts:    1721000 | #Constraints:     268002
990.12/993.20	c #Conflicts:    1722000 | #Constraints:     269002
990.12/993.20	c #Conflicts:    1723000 | #Constraints:     270002
990.12/993.20	c #Conflicts:    1724000 | #Constraints:     271002
990.12/993.20	c #Conflicts:    1725000 | #Constraints:     272002
990.12/993.20	c #Conflicts:    1726000 | #Constraints:     273002
990.12/993.20	c #Conflicts:    1727000 | #Constraints:     274002
990.12/993.20	c #Conflicts:    1728000 | #Constraints:     275002
990.12/993.20	c #Conflicts:    1729000 | #Constraints:     276002
990.12/993.20	c #Conflicts:    1730000 | #Constraints:     277002
990.12/993.20	c #Conflicts:    1731000 | #Constraints:     278002
990.12/993.20	c #Conflicts:    1732000 | #Constraints:     279002
990.12/993.20	c #Conflicts:    1733000 | #Constraints:     280002
990.12/993.20	c #Conflicts:    1734000 | #Constraints:     281002
990.12/993.20	c INPROCESSING
990.12/993.20	c GARBAGE COLLECT
990.12/993.20	c #Conflicts:    1735000 | #Constraints:     230488
990.12/993.20	c #Conflicts:    1736000 | #Constraints:     231488
990.12/993.20	c #Conflicts:    1737000 | #Constraints:     232488
990.12/993.20	c #Conflicts:    1738000 | #Constraints:     233488
990.12/993.20	c #Conflicts:    1739000 | #Constraints:     234488
990.12/993.20	c #Conflicts:    1740000 | #Constraints:     235488
990.12/993.20	c #Conflicts:    1741000 | #Constraints:     236488
990.12/993.20	c #Conflicts:    1742000 | #Constraints:     237488
990.12/993.20	c #Conflicts:    1743000 | #Constraints:     238488
990.12/993.20	c #Conflicts:    1744000 | #Constraints:     239488
990.12/993.20	c #Conflicts:    1745000 | #Constraints:     240488
990.12/993.20	c #Conflicts:    1746000 | #Constraints:     241488
990.12/993.20	c #Conflicts:    1747000 | #Constraints:     242488
990.12/993.20	c #Conflicts:    1748000 | #Constraints:     243488
990.12/993.20	c #Conflicts:    1749000 | #Constraints:     244488
990.12/993.20	c #Conflicts:    1750000 | #Constraints:     245488
990.12/993.20	c #Conflicts:    1751000 | #Constraints:     246488
990.12/993.20	c #Conflicts:    1752000 | #Constraints:     247488
990.12/993.20	c #Conflicts:    1753000 | #Constraints:     248488
990.12/993.20	c #Conflicts:    1754000 | #Constraints:     249488
990.12/993.20	c #Conflicts:    1755000 | #Constraints:     250488
990.12/993.20	c #Conflicts:    1756000 | #Constraints:     251488
990.12/993.20	c #Conflicts:    1757000 | #Constraints:     252488
990.12/993.20	c #Conflicts:    1758000 | #Constraints:     253488
990.12/993.20	c #Conflicts:    1759000 | #Constraints:     254488
990.12/993.20	c #Conflicts:    1760000 | #Constraints:     255488
990.12/993.20	c #Conflicts:    1761000 | #Constraints:     256488
990.12/993.20	c #Conflicts:    1762000 | #Constraints:     257488
990.12/993.20	c #Conflicts:    1763000 | #Constraints:     258488
990.12/993.20	c #Conflicts:    1764000 | #Constraints:     259488
990.12/993.20	c #Conflicts:    1765000 | #Constraints:     260488
990.12/993.20	c #Conflicts:    1766000 | #Constraints:     261488
990.12/993.20	c #Conflicts:    1767000 | #Constraints:     262488
990.12/993.20	c #Conflicts:    1768000 | #Constraints:     263488
990.12/993.20	c #Conflicts:    1769000 | #Constraints:     264488
990.12/993.20	c #Conflicts:    1770000 | #Constraints:     265488
990.12/993.20	c #Conflicts:    1771000 | #Constraints:     266488
990.12/993.20	c #Conflicts:    1772000 | #Constraints:     267488
990.12/993.20	c #Conflicts:    1773000 | #Constraints:     268488
990.12/993.20	c #Conflicts:    1774000 | #Constraints:     269488
990.12/993.20	c #Conflicts:    1775000 | #Constraints:     270488
990.12/993.20	c #Conflicts:    1776000 | #Constraints:     271488
990.12/993.20	c #Conflicts:    1777000 | #Constraints:     272488
990.12/993.20	c #Conflicts:    1778000 | #Constraints:     273488
990.12/993.20	c #Conflicts:    1779000 | #Constraints:     274488
990.12/993.20	c #Conflicts:    1780000 | #Constraints:     275488
1008.27/1011.48	c #Conflicts:    1781000 | #Constraints:     276488
1008.27/1011.48	c #Conflicts:    1782000 | #Constraints:     277488
1008.27/1011.48	c #Conflicts:    1783000 | #Constraints:     278488
1008.27/1011.48	c #Conflicts:    1784000 | #Constraints:     279488
1008.27/1011.48	c #Conflicts:    1785000 | #Constraints:     280488
1008.27/1011.48	c #Conflicts:    1786000 | #Constraints:     281488
1008.27/1011.48	c #Conflicts:    1787000 | #Constraints:     282488
1008.27/1011.48	c #Conflicts:    1788000 | #Constraints:     283488
1008.27/1011.48	c #Conflicts:    1789000 | #Constraints:     284488
1008.27/1011.48	c #Conflicts:    1790000 | #Constraints:     285488
1008.27/1011.48	c #Conflicts:    1791000 | #Constraints:     286488
1008.27/1011.48	c #Conflicts:    1792000 | #Constraints:     287488
1008.27/1011.48	c #Conflicts:    1793000 | #Constraints:     288488
1008.27/1011.48	c #Conflicts:    1794000 | #Constraints:     289488
1008.27/1011.48	c #Conflicts:    1795000 | #Constraints:     290488
1008.27/1011.48	c #Conflicts:    1796000 | #Constraints:     291488
1008.27/1011.48	c #Conflicts:    1797000 | #Constraints:     292488
1008.27/1011.48	c #Conflicts:    1798000 | #Constraints:     293488
1008.27/1011.48	c #Conflicts:    1799000 | #Constraints:     294488
1008.27/1011.48	c #Conflicts:    1800000 | #Constraints:     295488
1008.27/1011.48	c #Conflicts:    1801000 | #Constraints:     296488
1008.27/1011.48	c #Conflicts:    1802000 | #Constraints:     297488
1008.27/1011.48	c #Conflicts:    1803000 | #Constraints:     298488
1008.27/1011.48	c #Conflicts:    1804000 | #Constraints:     299488
1008.27/1011.48	c #Conflicts:    1805000 | #Constraints:     300488
1008.27/1011.48	c #Conflicts:    1806000 | #Constraints:     301488
1008.27/1011.48	c #Conflicts:    1807000 | #Constraints:     302488
1008.27/1011.48	c #Conflicts:    1808000 | #Constraints:     303488
1008.27/1011.48	c #Conflicts:    1809000 | #Constraints:     304488
1008.27/1011.48	c #Conflicts:    1810000 | #Constraints:     305488
1008.27/1011.48	c #Conflicts:    1811000 | #Constraints:     306488
1008.27/1011.48	c #Conflicts:    1812000 | #Constraints:     307488
1008.27/1011.48	c #Conflicts:    1813000 | #Constraints:     308488
1008.27/1011.48	c #Conflicts:    1814000 | #Constraints:     309488
1008.27/1011.48	c #Conflicts:    1815000 | #Constraints:     310488
1008.27/1011.48	c #Conflicts:    1816000 | #Constraints:     311488
1008.27/1011.48	c #Conflicts:    1817000 | #Constraints:     312488
1008.27/1011.48	c #Conflicts:    1818000 | #Constraints:     313488
1008.27/1011.48	c #Conflicts:    1819000 | #Constraints:     314488
1008.27/1011.48	c #Conflicts:    1820000 | #Constraints:     315488
1008.27/1011.48	c #Conflicts:    1821000 | #Constraints:     316488
1008.27/1011.48	c #Conflicts:    1822000 | #Constraints:     317489
1008.27/1011.48	c #Conflicts:    1823000 | #Constraints:     318489
1008.27/1011.48	c #Conflicts:    1824000 | #Constraints:     319489
1008.27/1011.48	c INPROCESSING
1008.27/1011.48	c GARBAGE COLLECT
1008.27/1011.48	WSVECS04 Frhs2[373]: 6 -124.647 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[378]: 6 -86.5821 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[380]: 6 -90.6594 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1049]: 6 -1.24006 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1051]: 6 -1.0001 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1055]: 6 -2.24006 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1057]: 6 -2.24002 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1061]: 6 0 3.00001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1064]: 6 -125.82 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1187]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1188]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1189]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1191]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1193]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1325]: 6 0 0.84004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1328]: 6 0 0.840033 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1431]: 6 0 1.50001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1432]: 6 0 1.50002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1511]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1536]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1539]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1540]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1543]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1544]: 6 0 1.00007 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1563]: 6 0 0.500018 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1564]: 6 0 0.500042 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1565]: 6 0 0.500088 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1566]: 6 0 0.500062 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1567]: 6 0 0.500094 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1568]: 6 0 0.500027 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1569]: 6 0 0.500051 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1570]: 6 0 0.500012 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1571]: 6 0 0.500018 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1830]: 6 0 0.500024 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[1877]: 6 -1.00004 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2054]: 6 0 0.500028 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2057]: 6 0 1.50001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2058]: 6 0 0.500069 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2059]: 6 0 1.50002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2060]: 6 0 1.50006 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2063]: 6 0 1.50006 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2221]: 6 0 1.00006 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2222]: 6 0 1.00001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2223]: 6 0 1.00008 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2224]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2225]: 6 0 1.0001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2226]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2227]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2578]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2580]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2582]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2584]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2716]: 6 0 0.500016 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2717]: 6 0 0.500046 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2718]: 6 0 0.500022 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2766]: 6 -2.00005 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2824]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2826]: 6 0 1.00007 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2827]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2828]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2930]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2931]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2932]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2933]: 6 0 1.00006 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[2936]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3012]: 6 0 0.500013 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3015]: 6 0 0.500043 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3016]: 6 0 0.500013 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3017]: 6 0 0.50005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3172]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3175]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3176]: 6 0 1.00001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3180]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3307]: 6 0 0.50003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3308]: 6 0 0.500052 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3309]: 6 0 0.500025 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3310]: 6 0 0.50008 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3312]: 6 0 0.500066 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3313]: 6 0 0.500079 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3314]: 6 0 0.500026 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3568]: 6 -120.5 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3571]: 6 -120.5 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3720]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3721]: 6 -1.00008 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3723]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3727]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3786]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3801]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3802]: 6 0 1.00001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3803]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3804]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3807]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3808]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3873]: 6 -1.84674 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3912]: 6 0 0.500031 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3917]: 6 0 0.500033 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3964]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3965]: 6 0 1.00006 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3967]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3968]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3969]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3970]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3971]: 6 0 1.00008 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3991]: 6 0 0.333366 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3993]: 6 0 0.333383 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[3994]: 6 0 0.333376 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4086]: 6 -1.00009 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4094]: 6 0 1.62504 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4125]: 6 0 11 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4130]: 6 0 11 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4132]: 6 0 11 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4133]: 6 0 11.0001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4148]: 6 0 29 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4260]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4261]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4263]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4266]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4267]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4293]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4411]: 6 -1.00006 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4414]: 6 -1.0001 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4424]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4425]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4426]: 6 0 1.00006 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4427]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4430]: 6 0 1.00006 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4450]: 6 0 0.500044 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4451]: 6 0 0.50005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4452]: 6 0 0.500084 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4453]: 6 0 0.500042 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4454]: 6 0 0.500056 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4456]: 6 0 0.500054 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4457]: 6 0 0.500025 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4578]: 6 -1.00005 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4601]: 6 -3.00005 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4609]: 6 0 191.71 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4784]: 6 0 1.00006 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4785]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4786]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4788]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4789]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4808]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4809]: 6 0 1.00008 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4812]: 6 0 1.00009 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4813]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[4947]: 6 0 1.66669 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5112]: 6 -0.400073 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5117]: 6 -0.600045 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5591]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5594]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5595]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5597]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5599]: 6 0 1.00006 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5620]: 6 0 0.500026 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5621]: 6 0 0.500081 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5622]: 6 0 0.500035 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5623]: 6 0 0.500066 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5624]: 6 0 0.500082 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5625]: 6 0 0.50008 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5626]: 6 0 0.500026 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5728]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5729]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5731]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5734]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5809]: 6 0 0.500067 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5811]: 6 0 0.50003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5813]: 6 0 0.500049 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5837]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5838]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5839]: 6 0 1.00001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5840]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[5841]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6096]: 6 -1.66671 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6207]: 6 0 0.666716 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6303]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6306]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6307]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6544]: 6 0 1.00004 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6545]: 6 0 1.00006 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6547]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6549]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6550]: 6 0 1.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6552]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6733]: 6 0 2.00005 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6787]: 6 0 1.00002 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6788]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6789]: 6 0 1.00001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6794]: 6 0 1.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6814]: 6 0 0.666684 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6815]: 6 0 0.666703 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6816]: 6 0 0.666678 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6817]: 6 0 0.666706 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6819]: 6 0 0.666698 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6820]: 6 0 0.666738 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6821]: 6 0 0.666727 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[6822]: 6 0 0.666742 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7041]: 6 -1.00002 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7217]: 6 0 0.500035 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7219]: 6 0 0.500053 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7220]: 6 0 0.500058 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7221]: 6 0 0.500058 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7222]: 6 0 0.500038 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7224]: 6 0 0.500043 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7226]: 6 0 0.500012 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7227]: 6 0 0.500071 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7358]: 6 0 0.500048 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7699]: 6 -8.66675 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7899]: 6 0 15.8434 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7900]: 6 0 33.6668 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7901]: 6 0 5.00007 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7904]: 6 0 34.6668 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7909]: 6 0 4.00007 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7910]: 6 0 4.00003 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7913]: 6 0 143.279 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7919]: 6 -1.00008 0 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7930]: 6 0 2.80007 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7931]: 6 0 2.8001 shouldn't be
1008.27/1011.48	WSVECS04 Frhs2[7934]: 6 0 25.4214 shouldn't be
1014.65/1017.80	c rational objective 321.889
1036.98/1040.21	c #Conflicts:    1825000 | #Constraints:     250038
1036.98/1040.21	c #Conflicts:    1826000 | #Constraints:     251038
1036.98/1040.21	c #Conflicts:    1827000 | #Constraints:     252038
1036.98/1040.21	c #Conflicts:    1828000 | #Constraints:     253038
1036.98/1040.21	c #Conflicts:    1829000 | #Constraints:     254038
1036.98/1040.21	c #Conflicts:    1830000 | #Constraints:     255038
1036.98/1040.21	c #Conflicts:    1831000 | #Constraints:     256038
1036.98/1040.21	c #Conflicts:    1832000 | #Constraints:     257038
1036.98/1040.21	c #Conflicts:    1833000 | #Constraints:     258038
1036.98/1040.21	c #Conflicts:    1834000 | #Constraints:     259038
1036.98/1040.21	c #Conflicts:    1835000 | #Constraints:     260038
1036.98/1040.21	c #Conflicts:    1836000 | #Constraints:     261038
1036.98/1040.21	c #Conflicts:    1837000 | #Constraints:     262038
1036.98/1040.21	c #Conflicts:    1838000 | #Constraints:     263038
1036.98/1040.21	c #Conflicts:    1839000 | #Constraints:     264038
1036.98/1040.21	c #Conflicts:    1840000 | #Constraints:     265038
1036.98/1040.21	c #Conflicts:    1841000 | #Constraints:     266038
1036.98/1040.21	c #Conflicts:    1842000 | #Constraints:     267038
1036.98/1040.21	c #Conflicts:    1843000 | #Constraints:     268038
1036.98/1040.21	c #Conflicts:    1844000 | #Constraints:     269038
1036.98/1040.21	c #Conflicts:    1845000 | #Constraints:     270038
1036.98/1040.21	c #Conflicts:    1846000 | #Constraints:     271038
1036.98/1040.21	c #Conflicts:    1847000 | #Constraints:     272038
1036.98/1040.21	c #Conflicts:    1848000 | #Constraints:     273038
1036.98/1040.21	c #Conflicts:    1849000 | #Constraints:     274038
1036.98/1040.21	c #Conflicts:    1850000 | #Constraints:     275038
1036.98/1040.21	c #Conflicts:    1851000 | #Constraints:     276038
1036.98/1040.21	c #Conflicts:    1852000 | #Constraints:     277038
1036.98/1040.21	c #Conflicts:    1853000 | #Constraints:     278038
1036.98/1040.21	c #Conflicts:    1854000 | #Constraints:     279038
1036.98/1040.21	c #Conflicts:    1855000 | #Constraints:     280038
1036.98/1040.21	c #Conflicts:    1856000 | #Constraints:     281038
1036.98/1040.21	c #Conflicts:    1857000 | #Constraints:     282038
1036.98/1040.21	c #Conflicts:    1858000 | #Constraints:     283038
1036.98/1040.21	c #Conflicts:    1859000 | #Constraints:     284038
1036.98/1040.21	c #Conflicts:    1860000 | #Constraints:     285038
1036.98/1040.21	c INPROCESSING
1036.98/1040.21	c GARBAGE COLLECT
1036.98/1040.21	c #Conflicts:    1861000 | #Constraints:     232640
1036.98/1040.21	c #Conflicts:    1862000 | #Constraints:     233640
1036.98/1040.21	c #Conflicts:    1863000 | #Constraints:     234640
1036.98/1040.21	c #Conflicts:    1864000 | #Constraints:     235640
1036.98/1040.21	c #Conflicts:    1865000 | #Constraints:     236640
1036.98/1040.21	c #Conflicts:    1866000 | #Constraints:     237640
1036.98/1040.21	c #Conflicts:    1867000 | #Constraints:     238640
1036.98/1040.21	c #Conflicts:    1868000 | #Constraints:     239640
1036.98/1040.21	c #Conflicts:    1869000 | #Constraints:     240640
1036.98/1040.21	c #Conflicts:    1870000 | #Constraints:     241640
1036.98/1040.21	c #Conflicts:    1871000 | #Constraints:     242640
1036.98/1040.21	c #Conflicts:    1872000 | #Constraints:     243640
1036.98/1040.21	c #Conflicts:    1873000 | #Constraints:     244640
1036.98/1040.21	c #Conflicts:    1874000 | #Constraints:     245640
1036.98/1040.21	c #Conflicts:    1875000 | #Constraints:     246640
1036.98/1040.21	c #Conflicts:    1876000 | #Constraints:     247640
1036.98/1040.21	c #Conflicts:    1877000 | #Constraints:     248640
1036.98/1040.21	c #Conflicts:    1878000 | #Constraints:     249640
1036.98/1040.21	c #Conflicts:    1879000 | #Constraints:     250640
1036.98/1040.21	c #Conflicts:    1880000 | #Constraints:     251640
1036.98/1040.21	c #Conflicts:    1881000 | #Constraints:     252640
1036.98/1040.21	c #Conflicts:    1882000 | #Constraints:     253640
1036.98/1040.21	c #Conflicts:    1883000 | #Constraints:     254640
1036.98/1040.21	c #Conflicts:    1884000 | #Constraints:     255640
1036.98/1040.21	c #Conflicts:    1885000 | #Constraints:     256640
1036.98/1040.21	c #Conflicts:    1886000 | #Constraints:     257640
1036.98/1040.21	c #Conflicts:    1887000 | #Constraints:     258640
1036.98/1040.21	c #Conflicts:    1888000 | #Constraints:     259640
1036.98/1040.21	c #Conflicts:    1889000 | #Constraints:     260640
1036.98/1040.21	c #Conflicts:    1890000 | #Constraints:     261640
1036.98/1040.21	c #Conflicts:    1891000 | #Constraints:     262640
1036.98/1040.21	c #Conflicts:    1892000 | #Constraints:     263640
1036.98/1040.21	c #Conflicts:    1893000 | #Constraints:     264640
1036.98/1040.21	c #Conflicts:    1894000 | #Constraints:     265640
1036.98/1040.21	c #Conflicts:    1895000 | #Constraints:     266640
1036.98/1040.21	c #Conflicts:    1896000 | #Constraints:     267640
1036.98/1040.21	c #Conflicts:    1897000 | #Constraints:     268640
1036.98/1040.21	c #Conflicts:    1898000 | #Constraints:     269640
1036.98/1040.21	c #Conflicts:    1899000 | #Constraints:     270640
1036.98/1040.21	c #Conflicts:    1900000 | #Constraints:     271640
1036.98/1040.21	c #Conflicts:    1901000 | #Constraints:     272640
1036.98/1040.21	c #Conflicts:    1902000 | #Constraints:     273640
1036.98/1040.21	c #Conflicts:    1903000 | #Constraints:     274640
1056.02/1059.30	c #Conflicts:    1904000 | #Constraints:     275640
1056.02/1059.30	c #Conflicts:    1905000 | #Constraints:     276640
1056.02/1059.30	c #Conflicts:    1906000 | #Constraints:     277640
1056.02/1059.30	c #Conflicts:    1907000 | #Constraints:     278640
1056.02/1059.30	c #Conflicts:    1908000 | #Constraints:     279640
1056.02/1059.30	c #Conflicts:    1909000 | #Constraints:     280640
1056.02/1059.30	c #Conflicts:    1910000 | #Constraints:     281640
1056.02/1059.30	c #Conflicts:    1911000 | #Constraints:     282640
1056.02/1059.30	c #Conflicts:    1912000 | #Constraints:     283640
1056.02/1059.30	c #Conflicts:    1913000 | #Constraints:     284640
1056.02/1059.30	c #Conflicts:    1914000 | #Constraints:     285640
1056.02/1059.30	c #Conflicts:    1915000 | #Constraints:     286640
1056.02/1059.30	c #Conflicts:    1916000 | #Constraints:     287640
1056.02/1059.30	c #Conflicts:    1917000 | #Constraints:     288640
1056.02/1059.30	c #Conflicts:    1918000 | #Constraints:     289640
1056.02/1059.30	c #Conflicts:    1919000 | #Constraints:     290640
1056.02/1059.30	c #Conflicts:    1920000 | #Constraints:     291640
1056.02/1059.30	c #Conflicts:    1921000 | #Constraints:     292640
1056.02/1059.30	c #Conflicts:    1922000 | #Constraints:     293640
1056.02/1059.30	c #Conflicts:    1923000 | #Constraints:     294640
1056.02/1059.30	c #Conflicts:    1924000 | #Constraints:     295640
1056.02/1059.30	c #Conflicts:    1925000 | #Constraints:     296640
1056.02/1059.30	c #Conflicts:    1926000 | #Constraints:     297640
1056.02/1059.30	c #Conflicts:    1927000 | #Constraints:     298640
1056.02/1059.30	c #Conflicts:    1928000 | #Constraints:     299640
1056.02/1059.30	c #Conflicts:    1929000 | #Constraints:     300640
1056.02/1059.30	c #Conflicts:    1930000 | #Constraints:     301640
1056.02/1059.30	c #Conflicts:    1931000 | #Constraints:     302640
1056.02/1059.30	c #Conflicts:    1932000 | #Constraints:     303640
1056.02/1059.30	c #Conflicts:    1933000 | #Constraints:     304640
1056.02/1059.30	c #Conflicts:    1934000 | #Constraints:     305640
1056.02/1059.30	c #Conflicts:    1935000 | #Constraints:     306640
1056.02/1059.30	c #Conflicts:    1936000 | #Constraints:     307640
1056.02/1059.30	c #Conflicts:    1937000 | #Constraints:     308640
1056.02/1059.30	c #Conflicts:    1938000 | #Constraints:     309640
1056.02/1059.30	c #Conflicts:    1939000 | #Constraints:     310640
1056.02/1059.30	c #Conflicts:    1940000 | #Constraints:     311640
1056.02/1059.30	c #Conflicts:    1941000 | #Constraints:     312640
1056.02/1059.30	c #Conflicts:    1942000 | #Constraints:     313640
1056.02/1059.30	c #Conflicts:    1943000 | #Constraints:     314640
1056.02/1059.30	c #Conflicts:    1944000 | #Constraints:     315640
1056.02/1059.30	c #Conflicts:    1945000 | #Constraints:     316640
1056.02/1059.30	c #Conflicts:    1946000 | #Constraints:     317640
1056.02/1059.30	c #Conflicts:    1947000 | #Constraints:     318640
1056.02/1059.30	c #Conflicts:    1948000 | #Constraints:     319640
1056.02/1059.30	c #Conflicts:    1949000 | #Constraints:     320640
1056.02/1059.30	c #Conflicts:    1950000 | #Constraints:     321640
1056.02/1059.30	c #Conflicts:    1951000 | #Constraints:     322640
1056.02/1059.30	c #Conflicts:    1952000 | #Constraints:     323640
1056.02/1059.30	c #Conflicts:    1953000 | #Constraints:     324640
1056.02/1059.30	c INPROCESSING
1056.02/1059.30	c GARBAGE COLLECT
1056.02/1059.30	WSVECS04 Frhs2[69]: 6 0 0.750037 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[118]: 6 -258 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[158]: 6 0 0.400055 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[206]: 6 -423.911 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[258]: 6 0 1.40004 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[377]: 6 -419.514 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[911]: 6 0 0.50004 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1033]: 6 0 0.33341 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1034]: 6 0 0.333378 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1035]: 6 0 0.333403 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1061]: 6 -1517.28 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1062]: 6 -74.5706 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1067]: 6 -100.089 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1069]: 6 -66.8743 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1070]: 6 -50.2772 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1071]: 6 -86.3315 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1345]: 6 0 0.407708 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1372]: 6 0 0.500017 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1441]: 6 0 0.58877 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1595]: 6 -4.88898 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1615]: 6 0 0.33338 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[1642]: 6 -381.667 0 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[2001]: 6 0 0.50005 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[2022]: 6 0 0.500035 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[2662]: 6 0 0.500016 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[4607]: 6 0 6.00005 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7848]: 6 0 10.7501 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7849]: 6 0 10.7501 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7850]: 6 0 10.7501 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7851]: 6 0 10.7501 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7853]: 6 0 10.75 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7881]: 6 0 1.0001 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7882]: 6 0 1.00001 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7885]: 6 0 1.00005 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7887]: 6 0 4.00001 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7889]: 6 0 4.00003 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7891]: 6 0 4.00004 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7895]: 6 0 4.00005 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7902]: 6 0 8.00005 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7906]: 6 0 8.00002 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7918]: 6 0 2.00003 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7920]: 6 0 2.00003 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7922]: 6 0 2.00006 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7925]: 6 0 2.00006 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7928]: 6 0 9.25005 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7929]: 6 0 9.25005 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7931]: 6 0 9.25003 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7932]: 6 0 9.2501 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7933]: 6 0 9.25008 shouldn't be
1056.02/1059.30	WSVECS04 Frhs2[7936]: 6 0 9.25001 shouldn't be
1068.49/1071.82	WSVECS04 Frhs2[371]: 6 0 6.00008 shouldn't be
1068.49/1071.82	WSVECS04 Frhs2[384]: 6 0 0.588097 shouldn't be
1068.49/1071.82	WSVECS04 Frhs2[657]: 6 0 8.25001 shouldn't be
1068.49/1071.82	WSVECS04 Frhs2[745]: 6 0 0.600039 shouldn't be
1068.49/1071.82	WSVECS04 Frhs2[853]: 6 0 0.600043 shouldn't be
1068.49/1071.82	WSVECS04 Frhs2[1397]: 6 0 0.777226 shouldn't be
1068.49/1071.82	WSVECS04 Frhs2[5161]: 6 0 0.40004 shouldn't be
1068.49/1071.82	WSVECS04 Frhs2[7852]: 6 0 10.75 shouldn't be
1068.49/1071.82	WSVECS04 Frhs2[7856]: 6 0 10.75 shouldn't be
1071.79/1075.19	c rational objective 321.889
1095.81/1099.22	c #Conflicts:    1954000 | #Constraints:     252561
1095.81/1099.22	c #Conflicts:    1955000 | #Constraints:     253561
1095.81/1099.22	c #Conflicts:    1956000 | #Constraints:     254561
1095.81/1099.22	c #Conflicts:    1957000 | #Constraints:     255561
1095.81/1099.22	c #Conflicts:    1958000 | #Constraints:     256561
1095.81/1099.22	c #Conflicts:    1959000 | #Constraints:     257561
1095.81/1099.22	c #Conflicts:    1960000 | #Constraints:     258561
1095.81/1099.22	c #Conflicts:    1961000 | #Constraints:     259561
1095.81/1099.22	c #Conflicts:    1962000 | #Constraints:     260561
1095.81/1099.22	c #Conflicts:    1963000 | #Constraints:     261561
1095.81/1099.22	c #Conflicts:    1964000 | #Constraints:     262561
1095.81/1099.22	c #Conflicts:    1965000 | #Constraints:     263561
1095.81/1099.22	c #Conflicts:    1966000 | #Constraints:     264561
1095.81/1099.22	c #Conflicts:    1967000 | #Constraints:     265561
1095.81/1099.22	c #Conflicts:    1968000 | #Constraints:     266561
1095.81/1099.22	c #Conflicts:    1969000 | #Constraints:     267561
1095.81/1099.22	c #Conflicts:    1970000 | #Constraints:     268561
1095.81/1099.22	c #Conflicts:    1971000 | #Constraints:     269561
1095.81/1099.22	c #Conflicts:    1972000 | #Constraints:     270561
1095.81/1099.22	c #Conflicts:    1973000 | #Constraints:     271561
1095.81/1099.22	c #Conflicts:    1974000 | #Constraints:     272561
1095.81/1099.22	c #Conflicts:    1975000 | #Constraints:     273561
1095.81/1099.22	c #Conflicts:    1976000 | #Constraints:     274561
1095.81/1099.22	c #Conflicts:    1977000 | #Constraints:     275561
1095.81/1099.22	c #Conflicts:    1978000 | #Constraints:     276561
1095.81/1099.22	c #Conflicts:    1979000 | #Constraints:     277561
1095.81/1099.22	c #Conflicts:    1980000 | #Constraints:     278561
1095.81/1099.22	c #Conflicts:    1981000 | #Constraints:     279561
1095.81/1099.22	c #Conflicts:    1982000 | #Constraints:     280562
1095.81/1099.22	c #Conflicts:    1983000 | #Constraints:     281562
1095.81/1099.22	c #Conflicts:    1984000 | #Constraints:     282562
1095.81/1099.22	c #Conflicts:    1985000 | #Constraints:     283562
1095.81/1099.22	c #Conflicts:    1986000 | #Constraints:     284562
1095.81/1099.22	c #Conflicts:    1987000 | #Constraints:     285562
1095.81/1099.22	c #Conflicts:    1988000 | #Constraints:     286562
1095.81/1099.22	c #Conflicts:    1989000 | #Constraints:     287562
1095.81/1099.22	c #Conflicts:    1990000 | #Constraints:     288562
1095.81/1099.22	c INPROCESSING
1095.81/1099.22	c GARBAGE COLLECT
1095.81/1099.22	c #Conflicts:    1991000 | #Constraints:     234181
1095.81/1099.22	c #Conflicts:    1992000 | #Constraints:     235181
1095.81/1099.22	c #Conflicts:    1993000 | #Constraints:     236181
1095.81/1099.22	c #Conflicts:    1994000 | #Constraints:     237181
1095.81/1099.22	c #Conflicts:    1995000 | #Constraints:     238181
1095.81/1099.22	c #Conflicts:    1996000 | #Constraints:     239181
1095.81/1099.22	c #Conflicts:    1997000 | #Constraints:     240181
1095.81/1099.22	c #Conflicts:    1998000 | #Constraints:     241181
1095.81/1099.22	c #Conflicts:    1999000 | #Constraints:     242181
1095.81/1099.22	c #Conflicts:    2000000 | #Constraints:     243181
1095.81/1099.22	c #Conflicts:    2001000 | #Constraints:     244181
1095.81/1099.22	c #Conflicts:    2002000 | #Constraints:     245181
1095.81/1099.22	c #Conflicts:    2003000 | #Constraints:     246181
1095.81/1099.22	c #Conflicts:    2004000 | #Constraints:     247181
1095.81/1099.22	c #Conflicts:    2005000 | #Constraints:     248181
1095.81/1099.22	c #Conflicts:    2006000 | #Constraints:     249181
1095.81/1099.22	c #Conflicts:    2007000 | #Constraints:     250181
1095.81/1099.22	c #Conflicts:    2008000 | #Constraints:     251181
1095.81/1099.22	c #Conflicts:    2009000 | #Constraints:     252181
1095.81/1099.22	c #Conflicts:    2010000 | #Constraints:     253181
1095.81/1099.22	c #Conflicts:    2011000 | #Constraints:     254181
1095.81/1099.22	c #Conflicts:    2012000 | #Constraints:     255181
1095.81/1099.22	c #Conflicts:    2013000 | #Constraints:     256181
1095.81/1099.22	c #Conflicts:    2014000 | #Constraints:     257181
1095.81/1099.22	c #Conflicts:    2015000 | #Constraints:     258181
1095.81/1099.22	c #Conflicts:    2016000 | #Constraints:     259181
1095.81/1099.22	c #Conflicts:    2017000 | #Constraints:     260181
1095.81/1099.22	c #Conflicts:    2018000 | #Constraints:     261181
1095.81/1099.22	c #Conflicts:    2019000 | #Constraints:     262181
1095.81/1099.22	c #Conflicts:    2020000 | #Constraints:     263181
1095.81/1099.22	c #Conflicts:    2021000 | #Constraints:     264182
1095.81/1099.22	c #Conflicts:    2022000 | #Constraints:     265183
1095.81/1099.22	c #Conflicts:    2023000 | #Constraints:     266184
1095.81/1099.22	c #Conflicts:    2024000 | #Constraints:     267184
1095.81/1099.22	c #Conflicts:    2025000 | #Constraints:     268184
1095.81/1099.22	c #Conflicts:    2026000 | #Constraints:     269184
1095.81/1099.22	c #Conflicts:    2027000 | #Constraints:     270184
1095.81/1099.22	c #Conflicts:    2028000 | #Constraints:     271184
1095.81/1099.22	c #Conflicts:    2029000 | #Constraints:     272184
1095.81/1099.22	c #Conflicts:    2030000 | #Constraints:     273184
1095.81/1099.22	c #Conflicts:    2031000 | #Constraints:     274184
1095.81/1099.22	c #Conflicts:    2032000 | #Constraints:     275184
1118.45/1121.97	c #Conflicts:    2033000 | #Constraints:     276184
1118.45/1121.97	c #Conflicts:    2034000 | #Constraints:     277184
1118.45/1121.97	c #Conflicts:    2035000 | #Constraints:     278184
1118.45/1121.97	c #Conflicts:    2036000 | #Constraints:     279184
1118.45/1121.97	c #Conflicts:    2037000 | #Constraints:     280184
1118.45/1121.97	c #Conflicts:    2038000 | #Constraints:     281184
1118.45/1121.97	c #Conflicts:    2039000 | #Constraints:     282184
1118.45/1121.97	c #Conflicts:    2040000 | #Constraints:     283184
1118.45/1121.97	c #Conflicts:    2041000 | #Constraints:     284184
1118.45/1121.97	c #Conflicts:    2042000 | #Constraints:     285184
1118.45/1121.97	c #Conflicts:    2043000 | #Constraints:     286184
1118.45/1121.97	c #Conflicts:    2044000 | #Constraints:     287184
1118.45/1121.97	c #Conflicts:    2045000 | #Constraints:     288184
1118.45/1121.97	c #Conflicts:    2046000 | #Constraints:     289184
1118.45/1121.97	c #Conflicts:    2047000 | #Constraints:     290184
1118.45/1121.97	c #Conflicts:    2048000 | #Constraints:     291184
1118.45/1121.97	c #Conflicts:    2049000 | #Constraints:     292184
1118.45/1121.97	c #Conflicts:    2050000 | #Constraints:     293184
1118.45/1121.97	c #Conflicts:    2051000 | #Constraints:     294184
1118.45/1121.97	c #Conflicts:    2052000 | #Constraints:     295184
1118.45/1121.97	c #Conflicts:    2053000 | #Constraints:     296184
1118.45/1121.97	c #Conflicts:    2054000 | #Constraints:     297184
1118.45/1121.97	c #Conflicts:    2055000 | #Constraints:     298185
1118.45/1121.97	c #Conflicts:    2056000 | #Constraints:     299185
1118.45/1121.97	c #Conflicts:    2057000 | #Constraints:     300185
1118.45/1121.97	c #Conflicts:    2058000 | #Constraints:     301185
1118.45/1121.97	c #Conflicts:    2059000 | #Constraints:     302185
1118.45/1121.97	c #Conflicts:    2060000 | #Constraints:     303185
1118.45/1121.97	c #Conflicts:    2061000 | #Constraints:     304185
1118.45/1121.97	c #Conflicts:    2062000 | #Constraints:     305185
1118.45/1121.97	c #Conflicts:    2063000 | #Constraints:     306185
1118.45/1121.97	c #Conflicts:    2064000 | #Constraints:     307185
1118.45/1121.97	c #Conflicts:    2065000 | #Constraints:     308185
1118.45/1121.97	c #Conflicts:    2066000 | #Constraints:     309185
1118.45/1121.97	c #Conflicts:    2067000 | #Constraints:     310185
1118.45/1121.97	c #Conflicts:    2068000 | #Constraints:     311185
1118.45/1121.97	c #Conflicts:    2069000 | #Constraints:     312185
1118.45/1121.97	c #Conflicts:    2070000 | #Constraints:     313185
1118.45/1121.97	c #Conflicts:    2071000 | #Constraints:     314185
1118.45/1121.97	c #Conflicts:    2072000 | #Constraints:     315185
1118.45/1121.97	c #Conflicts:    2073000 | #Constraints:     316185
1118.45/1121.97	c #Conflicts:    2074000 | #Constraints:     317185
1118.45/1121.97	c #Conflicts:    2075000 | #Constraints:     318185
1118.45/1121.97	c #Conflicts:    2076000 | #Constraints:     319185
1118.45/1121.97	c #Conflicts:    2077000 | #Constraints:     320185
1118.45/1121.97	c #Conflicts:    2078000 | #Constraints:     321185
1118.45/1121.97	c #Conflicts:    2079000 | #Constraints:     322185
1118.45/1121.97	c #Conflicts:    2080000 | #Constraints:     323185
1118.45/1121.97	c #Conflicts:    2081000 | #Constraints:     324185
1118.45/1121.97	c #Conflicts:    2082000 | #Constraints:     325185
1118.45/1121.97	c #Conflicts:    2083000 | #Constraints:     326185
1118.45/1121.97	c #Conflicts:    2084000 | #Constraints:     327185
1118.45/1121.97	c #Conflicts:    2085000 | #Constraints:     328185
1118.45/1121.97	c #Conflicts:    2086000 | #Constraints:     329185
1118.45/1121.97	c INPROCESSING
1118.45/1121.97	c GARBAGE COLLECT
1118.45/1121.97	c #Conflicts:    2087000 | #Constraints:     254631
1118.45/1121.97	c #Conflicts:    2088000 | #Constraints:     255631
1118.45/1121.97	c #Conflicts:    2089000 | #Constraints:     256631
1118.45/1121.97	c #Conflicts:    2090000 | #Constraints:     257631
1118.45/1121.97	c #Conflicts:    2091000 | #Constraints:     258632
1118.45/1121.97	c #Conflicts:    2092000 | #Constraints:     259632
1118.45/1121.97	c #Conflicts:    2093000 | #Constraints:     260632
1118.45/1121.97	c #Conflicts:    2094000 | #Constraints:     261632
1118.45/1121.97	c #Conflicts:    2095000 | #Constraints:     262632
1118.45/1121.97	c #Conflicts:    2096000 | #Constraints:     263632
1118.45/1121.97	c #Conflicts:    2097000 | #Constraints:     264632
1118.45/1121.97	c #Conflicts:    2098000 | #Constraints:     265632
1118.45/1121.97	c #Conflicts:    2099000 | #Constraints:     266632
1118.45/1121.97	c #Conflicts:    2100000 | #Constraints:     267632
1118.45/1121.97	c #Conflicts:    2101000 | #Constraints:     268632
1118.45/1121.97	c #Conflicts:    2102000 | #Constraints:     269632
1118.45/1121.97	c #Conflicts:    2103000 | #Constraints:     270632
1118.45/1121.97	c #Conflicts:    2104000 | #Constraints:     271633
1118.45/1121.97	c #Conflicts:    2105000 | #Constraints:     272636
1118.45/1121.97	c #Conflicts:    2106000 | #Constraints:     273636
1118.45/1121.97	c #Conflicts:    2107000 | #Constraints:     274636
1118.45/1121.97	c #Conflicts:    2108000 | #Constraints:     275636
1118.45/1121.97	c #Conflicts:    2109000 | #Constraints:     276636
1118.45/1121.97	c #Conflicts:    2110000 | #Constraints:     277636
1126.92/1130.41	c #Conflicts:    2111000 | #Constraints:     278636
1126.92/1130.41	c #Conflicts:    2112000 | #Constraints:     279636
1126.92/1130.41	c #Conflicts:    2113000 | #Constraints:     280636
1126.92/1130.41	c #Conflicts:    2114000 | #Constraints:     281636
1126.92/1130.41	c #Conflicts:    2115000 | #Constraints:     282636
1126.92/1130.41	c #Conflicts:    2116000 | #Constraints:     283636
1126.92/1130.41	c #Conflicts:    2117000 | #Constraints:     284636
1126.92/1130.41	c #Conflicts:    2118000 | #Constraints:     285636
1126.92/1130.41	c #Conflicts:    2119000 | #Constraints:     286636
1126.92/1130.41	c #Conflicts:    2120000 | #Constraints:     287636
1126.92/1130.41	c #Conflicts:    2121000 | #Constraints:     288636
1126.92/1130.41	c #Conflicts:    2122000 | #Constraints:     289636
1126.92/1130.41	c #Conflicts:    2123000 | #Constraints:     290636
1126.92/1130.41	c #Conflicts:    2124000 | #Constraints:     291636
1126.92/1130.41	c #Conflicts:    2125000 | #Constraints:     292636
1126.92/1130.41	c INPROCESSING
1126.92/1130.41	c GARBAGE COLLECT
1126.92/1130.41	WSVECS04 Frhs2[115]: 6 -1.00009 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[117]: 6 -184 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[121]: 6 -8.83334 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[205]: 6 -35.0212 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[210]: 6 -121.367 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[344]: 6 0 0.666732 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[357]: 6 0 0.500055 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[366]: 6 -1.00006 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[381]: 6 0 1.00009 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[444]: 6 0 1.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[445]: 6 0 1.00007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[548]: 6 0 0.500062 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[617]: 6 -11.427 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[638]: 6 -1.00001 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[651]: 6 -9.62397 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[652]: 6 -33.0377 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[655]: 6 0 5.0243 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[656]: 6 -50.4329 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1024]: 6 -0.250062 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1025]: 6 -0.250091 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1027]: 6 -0.250091 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1040]: 6 0 3.11498 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1057]: 6 -0.526986 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1066]: 6 -11.8541 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1068]: 6 -44.3333 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1085]: 6 0 0.500097 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1179]: 6 0 4.42542 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1198]: 6 0 4.71276 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1224]: 6 0 0.416999 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1267]: 6 0 2.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1268]: 6 0 2.00003 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1270]: 6 0 2.00003 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1272]: 6 0 2.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1274]: 6 0 2.00003 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1277]: 6 0 0.500019 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1279]: 6 -1.00004 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1280]: 6 -1.00007 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1294]: 6 0 0.782063 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1359]: 6 -1.00007 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1467]: 6 -1.00002 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1482]: 6 0 0.25002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1486]: 6 0 1.25001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1487]: 6 0 1.25007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1488]: 6 0 1.25006 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1489]: 6 0 1.25007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1490]: 6 0 1.25007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1491]: 6 0 0.250048 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1493]: 6 0 0.250033 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1501]: 6 0 0.250074 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1521]: 6 -1.00005 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1654]: 6 -5.83806 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1770]: 6 -1.00008 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1899]: 6 0 1.50003 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1900]: 6 0 1.50004 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1901]: 6 0 1.50008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1902]: 6 0 1.50006 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1903]: 6 0 1.50001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1938]: 6 -1.00009 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[1972]: 6 0 1.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2103]: 6 -1.00008 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2175]: 6 -1.00007 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2221]: 6 0 1.00004 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2223]: 6 0 1.00004 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2224]: 6 0 1.00003 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2226]: 6 0 1.00004 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2289]: 6 -1.00003 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2311]: 6 -1.00005 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2392]: 6 -2.00005 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2403]: 6 -1.00003 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2409]: 6 -13.0001 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2534]: 6 -1.00006 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2542]: 6 -1.00008 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2591]: 6 -1.00007 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2600]: 6 0 1.00001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2727]: 6 -1.00008 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2749]: 6 -1.00004 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2776]: 6 -1.0001 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2782]: 6 -1.0001 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2812]: 6 -1.00007 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2889]: 6 -1.00002 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2894]: 6 -1.00009 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[2938]: 6 -1.00005 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3083]: 6 -1.00004 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3128]: 6 -1.00009 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3135]: 6 -1.00001 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3181]: 6 -1.00002 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3184]: 6 -1.00006 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3187]: 6 -0.500066 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3191]: 6 -1.00005 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3197]: 6 0 142.419 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3222]: 6 0 141.419 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3262]: 6 -1.00007 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3272]: 6 -1.00005 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3294]: 6 -1.87502 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3382]: 6 -16.1667 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3386]: 6 0 2.23813 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3536]: 6 0 1.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3537]: 6 0 1.00001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3538]: 6 0 1.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3937]: 6 0 2.00001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[3951]: 6 0 1.00008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4071]: 6 0 2.50002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4077]: 6 0 2.50002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4234]: 6 0 2.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4235]: 6 0 2.00007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4236]: 6 0 2.00008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4237]: 6 0 2.00007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4238]: 6 0 2.0001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4239]: 6 0 2.00006 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4240]: 6 0 2.00001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4241]: 6 0 2.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4248]: 6 0 1.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4342]: 6 0 2.11117 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4343]: 6 0 2.1112 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4344]: 6 0 2.11119 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4345]: 6 0 2.11119 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4346]: 6 0 2.11119 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4347]: 6 0 2.11116 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4348]: 6 0 2.1112 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4349]: 6 0 2.11114 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4364]: 6 0 0.333398 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4588]: 6 -1.00002 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4590]: 6 0 0.793806 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4599]: 6 0 1.00007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4615]: 6 0 2.79381 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4752]: 6 0 1.00006 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4754]: 6 0 1.00007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4755]: 6 0 1.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4756]: 6 0 1.00004 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4757]: 6 0 1.00008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4758]: 6 0 1.00008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4759]: 6 0 1.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4760]: 6 0 1.0001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4761]: 6 0 1.00009 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4762]: 6 0 1.00006 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4764]: 6 -1.00005 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4846]: 6 0 1.00001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4852]: 6 -1.00002 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4937]: 6 0 1.05316 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4939]: 6 0 7.10633 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4992]: 6 0 5.10627 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[4993]: 6 0 2.05314 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5083]: 6 0 1.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5097]: 6 -1.00007 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5136]: 6 0 1.33336 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5137]: 6 0 1.33335 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5138]: 6 0 1.33337 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5139]: 6 0 1.33338 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5140]: 6 0 1.33335 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5182]: 6 0 3.83963 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5188]: 6 0 1.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5208]: 6 0 2.8396 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5241]: 6 0 0.571467 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5286]: 6 -1.00008 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5307]: 6 -1.00002 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5334]: 6 -18.0427 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5338]: 6 -17.876 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5349]: 6 0 1.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5352]: 6 0 1.00006 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5353]: 6 0 1.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5354]: 6 0 1.00004 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5356]: 6 0 1.00008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5365]: 6 0 0.500086 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5370]: 6 0 45.7648 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5391]: 6 -1.00007 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5398]: 6 0 4.46046 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5418]: 6 -1.00003 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5421]: 6 0 28.7519 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5428]: 6 -1.00006 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5446]: 6 0 0.547682 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5451]: 6 0 20.425 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5452]: 6 0 25.6845 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5471]: 6 -39.91 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5477]: 6 0 35.9099 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5494]: 6 -1.00002 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5500]: 6 -1.00007 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5501]: 6 -1.00008 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5506]: 6 0 15.3601 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5514]: 6 0 0.500011 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5543]: 6 0 0.500053 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5545]: 6 0 0.500038 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5547]: 6 -1.00001 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5601]: 6 -0.500069 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5636]: 6 -1.00003 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5672]: 6 0 1.00003 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5673]: 6 0 1.00007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5674]: 6 0 1.00007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5675]: 6 0 1.00007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5676]: 6 0 1.00008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5677]: 6 0 1.0001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5678]: 6 0 1.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5679]: 6 0 1.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5680]: 6 0 1.0001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5686]: 6 0 1.00006 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5772]: 6 -1.00002 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5836]: 6 0 0.50008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5880]: 6 -1.00002 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5899]: 6 -1.00005 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5925]: 6 -1.0001 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5933]: 6 -1.00007 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5937]: 6 0 10.6154 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5959]: 6 -1.00003 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5960]: 6 -1.00003 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[5980]: 6 -1.00008 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6012]: 6 0 126.547 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6016]: 6 0 61.2736 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6041]: 6 -1.00006 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6090]: 6 -1.00009 0 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6093]: 6 0 1.00004 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6097]: 6 0 142.294 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6249]: 6 0 1.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6251]: 6 0 1.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6253]: 6 0 1.00003 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6255]: 6 0 1.00004 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6355]: 6 0 3.00006 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6356]: 6 0 3.00001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6357]: 6 0 3.00009 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6358]: 6 0 3.00008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6359]: 6 0 3.00008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6360]: 6 0 3.00007 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6361]: 6 0 3.00005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6362]: 6 0 3.00004 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6363]: 6 0 3.00008 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6439]: 6 0 0.500016 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6444]: 6 0 0.50005 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6492]: 6 0 2.50003 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6521]: 6 0 1.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6627]: 6 0 1.00001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6708]: 6 0 0.333353 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[6907]: 6 0 17.266 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[7686]: 6 0 2.50001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[7713]: 6 0 1.00001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[7732]: 6 0 1.00001 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[7736]: 6 0 1.00003 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[7739]: 6 0 1.00004 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[7782]: 6 0 3.61115 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[7785]: 6 0 2.00002 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[7884]: 6 0 60.2736 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[7892]: 6 0 5.22504 shouldn't be
1126.92/1130.41	WSVECS04 Frhs2[7920]: 6 -1.00008 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[224]: 6 0 0.666715 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[226]: 6 0 0.333361 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[235]: 6 0 0.333381 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[249]: 6 0 0.666715 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[420]: 6 0 1.00001 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[475]: 6 0 1.00001 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[503]: 6 -1.00008 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[546]: 6 0 0.500052 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[547]: 6 0 0.500038 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[584]: 6 -1.00002 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[588]: 6 -1.00001 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[806]: 6 0 1.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[807]: 6 0 1.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[886]: 6 0 0.500024 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[1160]: 6 -2.71271 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[1195]: 6 -1.00004 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[1246]: 6 0 1.00003 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[1247]: 6 0 1.00003 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[1292]: 6 0 0.500095 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[1478]: 6 0 0.20851 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[1525]: 6 -1.00008 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[1531]: 6 0 1.33352 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[1548]: 6 0 0.390109 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[1967]: 6 -1.00007 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2006]: 6 0 0.500012 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2208]: 6 -1.00001 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2235]: 6 -1.00006 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2262]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2284]: 6 -1.00005 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2290]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2291]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2344]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2374]: 6 0 2.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2391]: 6 0 2.00007 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2474]: 6 0 1.00003 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2475]: 6 0 1.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2476]: 6 0 1.00007 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2563]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2566]: 6 -1.0001 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2590]: 6 -1.00008 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2668]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2732]: 6 -1.00003 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2837]: 6 -1.00002 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2911]: 6 0 2.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2917]: 6 -1.00003 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2948]: 6 -1.00002 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2968]: 6 -1.0001 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2973]: 6 -1.00003 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2995]: 6 -1.00006 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[2998]: 6 -1.00003 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3020]: 6 -1.00001 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3028]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3068]: 6 0 0.666696 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3082]: 6 0 1.33336 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3092]: 6 0 0.500056 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3109]: 6 -1.00003 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3237]: 6 -1.00007 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3238]: 6 -1.00008 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3300]: 6 -1.00005 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3532]: 6 0 1.00005 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3533]: 6 0 1.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3534]: 6 0 1.00006 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3535]: 6 0 1.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3539]: 6 0 1.00003 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3616]: 6 0 1.00001 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3886]: 6 0 1.00008 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3887]: 6 0 1.00009 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3888]: 6 0 1.00008 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3889]: 6 0 1.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[3890]: 6 0 1.00001 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4353]: 6 0 1.11114 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4627]: 6 0 0.500032 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4737]: 6 -1.00007 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4763]: 6 -1.00007 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4818]: 6 -1.00007 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4827]: 6 -1.00005 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4866]: 6 0 1.00006 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4867]: 6 0 1.00006 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4868]: 6 0 1.00008 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4869]: 6 0 1.00008 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[4870]: 6 0 1.00005 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5070]: 6 -0.875071 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5284]: 6 -1.00007 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5285]: 6 -1.00007 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5473]: 6 -1.00005 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5474]: 6 -1.00002 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5475]: 6 -1.00003 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5635]: 6 -1.00008 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5637]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5710]: 6 -1.00009 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5763]: 6 -1.0001 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5770]: 6 -1.00005 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5771]: 6 -1.00003 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5878]: 6 -1.00004 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5931]: 6 -1.00008 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5932]: 6 -1.00004 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5952]: 6 -1.00002 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[5958]: 6 -1.00003 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[6006]: 6 -1.00002 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[6387]: 6 0 1.00001 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[6442]: 6 0 0.50003 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[6468]: 6 0 0.500041 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[6685]: 6 0 0.50001 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[6736]: 6 0 2.50003 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[6865]: 6 -2.00007 0 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[7086]: 6 0 1.00002 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[7328]: 6 0 1.00002 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[7329]: 6 0 1.00003 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[7330]: 6 0 1.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[7331]: 6 0 1.00003 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[7333]: 6 0 1.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[7819]: 6 0 1.00004 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[7821]: 6 0 1.00008 shouldn't be
1144.18/1147.77	WSVECS04 Frhs2[7933]: 6 -129.547 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[225]: 6 -1.00003 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[252]: 6 -1.83342 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[258]: 6 -1.00004 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[305]: 6 0 1.00001 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[306]: 6 -1.00008 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[696]: 6 0 1.00004 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[697]: 6 0 1.0001 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[698]: 6 0 1.00003 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[699]: 6 0 1.00007 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[777]: 6 0 1.00003 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[778]: 6 0 1.00008 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[779]: 6 0 1.00008 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[780]: 6 0 1.00003 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[834]: 6 0 0.333347 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[883]: 6 0 0.500075 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[884]: 6 0 0.500036 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[885]: 6 0 0.50008 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[888]: 6 0 0.500035 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1109]: 6 0 1.00004 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1110]: 6 0 1.00004 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1111]: 6 0 1.00001 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1112]: 6 0 1.00009 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1217]: 6 0 1.00007 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1218]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1219]: 6 0 1.00007 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1220]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1244]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1245]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1642]: 6 0 459.842 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1683]: 6 0 1.00001 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1684]: 6 0 1.00007 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1685]: 6 0 1.00004 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1686]: 6 0 1.00005 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1687]: 6 0 1.00003 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1804]: 6 -1.00008 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1818]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1819]: 6 0 1.00009 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1820]: 6 0 1.0001 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1821]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1822]: 6 0 1.00004 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1845]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1846]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1847]: 6 0 1.00005 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1848]: 6 0 1.00005 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[1849]: 6 0 1.00003 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2007]: 6 0 0.500024 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2009]: 6 0 0.500016 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2010]: 6 0 0.500053 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2011]: 6 0 0.500025 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2448]: 6 0 1.00007 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2449]: 6 0 1.00009 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2450]: 6 0 1.00007 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2451]: 6 0 1.00003 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2587]: 6 -1.0001 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2609]: 6 0 1.00008 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2610]: 6 0 1.00009 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2611]: 6 0 1.00002 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2612]: 6 0 1.00009 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2613]: 6 0 1.00008 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2636]: 6 0 1.00005 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2637]: 6 0 1.00008 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2638]: 6 0 1.00005 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2639]: 6 0 1.00005 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2640]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[2916]: 6 -1.0001 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3026]: 6 -1.00003 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3265]: 6 -1.0001 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3268]: 6 -1.00009 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3354]: 6 0 0.500079 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3428]: 6 0 1.00007 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3429]: 6 0 1.00001 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3430]: 6 0 1.00007 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3431]: 6 0 1.00008 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3617]: 6 0 1.0001 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3618]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3619]: 6 0 1.0001 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3620]: 6 0 1.00002 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3721]: 6 0 2.50001 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[3751]: 6 0 1.00001 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[4651]: 6 0 1.00006 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[4652]: 6 0 1.00007 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[4653]: 6 0 1.00004 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[4654]: 6 0 1.00005 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[4819]: 6 -1.00009 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[4824]: 6 -1.00006 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[4825]: 6 -1.00009 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[4826]: 6 -1.00005 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[5309]: 6 -1.00005 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[5312]: 6 -1.00008 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[5413]: 6 -1.00009 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[5575]: 6 -1.00007 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[5581]: 6 -1.00003 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[5628]: 6 -1.00003 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[5662]: 6 -1.00003 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[5683]: 6 -1.00006 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[5934]: 6 -1.00003 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[6144]: 6 0 1.00004 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[6145]: 6 0 1.00009 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[6146]: 6 0 1.00003 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[6147]: 6 0 1.00009 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[6414]: 6 0 1.00002 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[6416]: 6 0 1.00009 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[6765]: 6 0 1.00002 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[6941]: 6 -1.00005 0 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[7113]: 6 0 2.00003 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[7115]: 6 0 2.00005 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[7117]: 6 0 2.00005 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[7119]: 6 0 2.00004 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[7569]: 6 0 1.00004 shouldn't be
1160.54/1164.19	WSVECS04 Frhs2[7580]: 6 0 8.86013 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[275]: 6 0 1.00003 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[276]: 6 0 1.00009 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[277]: 6 0 1.00007 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[278]: 6 0 1.00008 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[302]: 6 0 1.0001 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[303]: 6 0 1.00008 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[304]: 6 0 1.00007 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[418]: 6 0 1.00007 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[419]: 6 0 1.00006 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[421]: 6 0 1.00003 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[471]: 6 0 1.00008 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[472]: 6 0 1.00007 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[473]: 6 0 1.0001 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[499]: 6 0 1.00008 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[500]: 6 0 1.00001 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[501]: 6 0 1.00007 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[502]: 6 0 1.00009 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[672]: 6 0 0.500054 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[804]: 6 0 1.0001 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[805]: 6 0 1.00006 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[830]: 6 0 0.333431 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[831]: 6 0 0.333421 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[832]: 6 0 0.333395 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[833]: 6 0 0.333422 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[857]: 6 0 1.00002 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[887]: 6 0 0.500092 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[1061]: 6 0 130.214 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[1519]: 6 -1.0001 0 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[2008]: 6 0 0.500076 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[2434]: 6 0 0.500057 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[2576]: 6 0 1.00001 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[2999]: 6 -1.00009 0 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[3297]: 6 -1.00004 0 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[3322]: 6 -1.00002 0 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[3748]: 6 0 1.00002 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[3752]: 6 0 1.00005 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[3754]: 6 0 1.00006 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[3755]: 6 0 1.00004 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4099]: 6 0 1.00008 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4100]: 6 0 1.00008 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4101]: 6 0 1.00003 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4102]: 6 0 1.00001 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4103]: 6 0 1.00008 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4104]: 6 0 1.00003 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4105]: 6 0 1.00002 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4106]: 6 0 1.00007 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4318]: 6 0 1.00009 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4319]: 6 0 1.00003 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4320]: 6 0 1.00009 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4321]: 6 0 1.00005 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4322]: 6 0 1.00006 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4894]: 6 0 1.00009 shouldn't be
1172.19/1175.85	WSVECS04 Frhs2[4895]: 6 0 1.00006 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[4896]: 6 0 1.00006 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[4897]: 6 0 1.00006 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[4972]: 6 0 0.800041 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[4973]: 6 0 0.800063 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[4974]: 6 0 0.800076 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[4975]: 6 0 0.800058 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[4976]: 6 0 0.800082 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[4977]: 6 0 0.800074 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[4978]: 6 0 0.800095 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[5067]: 6 -0.875078 0 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[5068]: 6 -1.00006 0 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[5069]: 6 -1.00009 0 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[5253]: 6 -1.00008 0 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[5502]: 6 -1.00005 0 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[5879]: 6 -1.00006 0 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[5986]: 6 -1.00006 0 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6009]: 6 0 62.2736 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6070]: 6 0 0.453793 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6170]: 6 0 0.800073 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6171]: 6 0 0.800077 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6172]: 6 0 0.80005 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6173]: 6 0 0.800067 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6174]: 6 0 0.800089 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6250]: 6 0 1.00006 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6413]: 6 0 1.00004 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6415]: 6 0 1.00003 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6417]: 6 0 1.00002 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6440]: 6 0 0.500073 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6441]: 6 0 0.500056 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6443]: 6 0 0.500065 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6519]: 6 0 1.00005 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6520]: 6 0 1.00002 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6522]: 6 0 1.00007 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6523]: 6 0 1.00005 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6525]: 6 0 1.00005 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6762]: 6 0 1.00002 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6763]: 6 0 1.00008 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6764]: 6 0 1.00008 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6766]: 6 0 1.00008 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6767]: 6 0 1.00006 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[6768]: 6 0 1.00005 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[7110]: 6 0 2.00005 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[7111]: 6 0 2.00008 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[7112]: 6 0 2.00008 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[7114]: 6 0 2.0001 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[7116]: 6 0 2.00009 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[7118]: 6 0 2.00005 shouldn't be
1172.19/1175.86	WSVECS04 Frhs2[7867]: 6 -587.079 0 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[202]: 6 0 593.317 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[209]: 6 0 594.317 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[371]: 6 0 1186.63 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[650]: 6 0 592.317 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[751]: 6 0 0.500012 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[752]: 6 0 0.500022 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[753]: 6 0 0.500016 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[859]: 6 0 1.00002 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[860]: 6 0 1.00004 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[992]: 6 0 1.00002 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[995]: 6 0 1.00002 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[996]: 6 0 1.00003 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[1062]: 6 0 573.317 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[1069]: 6 0 594.518 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[1162]: 6 0 1.00003 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[1163]: 6 0 1.00002 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[1166]: 6 0 1.00002 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[1187]: 6 0 0.800053 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[1737]: 6 0 1.00006 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[1738]: 6 0 1.00004 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[1741]: 6 0 1.00007 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[1932]: 6 -1.00005 0 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2036]: 6 0 1.00001 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2037]: 6 0 1.00002 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2038]: 6 0 1.00003 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2073]: 6 -1.00009 0 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2142]: 6 0 1.00002 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2143]: 6 0 1.00001 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2146]: 6 0 1.00003 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2501]: 6 0 1.00006 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2502]: 6 0 1.00009 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2505]: 6 0 1.00004 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[2593]: 6 -1.00006 0 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[3110]: 6 0 1.50008 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[3483]: 6 0 1.00003 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[3484]: 6 0 1.00001 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[3485]: 6 0 1.00001 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[3697]: 6 0 1.00002 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[3699]: 6 0 1.00004 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[3701]: 6 0 1.00003 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4022]: 6 0 0.500022 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4023]: 6 0 0.500038 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4024]: 6 0 0.500028 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4048]: 6 0 1.00005 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4049]: 6 0 1.00001 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4052]: 6 0 1.00005 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4704]: 6 0 1.00008 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4705]: 6 0 1.00004 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4707]: 6 0 1.00006 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4947]: 6 0 1.00005 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4949]: 6 0 1.00006 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4951]: 6 0 1.00001 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[4980]: 6 -1.00009 0 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[5520]: 6 -1.00004 0 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[6198]: 6 0 1.00008 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[6199]: 6 0 1.00003 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[6200]: 6 0 1.00003 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[6469]: 6 0 0.500055 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[6470]: 6 0 0.500052 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[6682]: 6 0 0.50006 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7137]: 6 0 2.00009 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7138]: 6 0 2.00007 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7139]: 6 0 2.00002 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7140]: 6 0 2.00004 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7141]: 6 0 2.00008 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7142]: 6 0 2.00005 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7143]: 6 0 2.00007 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7144]: 6 0 2.00007 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7145]: 6 0 2.00002 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7146]: 6 0 2.00009 shouldn't be
1186.25/1189.92	WSVECS04 Frhs2[7707]: 6 0 1.00007 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[116]: 6 0 4.22509 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[1190]: 6 0 1.80001 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[2692]: 6 0 1.00001 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[2693]: 6 0 1.00006 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[2694]: 6 0 1.00001 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[2721]: 6 0 1.33336 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[3121]: 6 0 0.400024 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[3122]: 6 0 0.400062 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[3123]: 6 0 0.400085 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[3124]: 6 0 0.400039 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[3125]: 6 0 0.400021 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[3126]: 6 0 0.400037 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[3404]: 6 0 0.500073 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[4178]: 6 0 3.00009 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[4179]: 6 0 3.00003 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[4181]: 6 0 3.00007 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[4182]: 6 0 3.00001 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[4183]: 6 0 3.00009 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[4184]: 6 0 3.00001 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[4185]: 6 0 3.00005 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[4186]: 6 0 3.00007 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[4187]: 6 0 3.00007 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5061]: 6 -1.00004 0 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5095]: 6 -1.0001 0 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5110]: 6 0 1.00003 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5310]: 6 -1.00007 0 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5509]: 6 0 0.500074 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5510]: 6 0 0.500024 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5511]: 6 0 0.500051 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5512]: 6 0 0.500058 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5515]: 6 0 0.500047 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5516]: 6 0 0.50009 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5517]: 6 0 0.500069 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5518]: 6 0 0.5001 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[5791]: 6 -1.00008 0 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[6385]: 6 0 1.00005 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[6388]: 6 0 1.00004 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[6389]: 6 0 1.00008 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[6390]: 6 0 1.00007 shouldn't be
1198.21/1201.97	WSVECS04 Frhs2[7832]: 6 -1.00007 0 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1513]: 6 0 1.40291 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1535]: 6 0 3.26005 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1536]: 6 0 3.26006 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1537]: 6 0 3.26007 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1538]: 6 0 3.26013 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1539]: 6 0 3.26014 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1540]: 6 0 3.26013 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1541]: 6 0 3.26013 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1542]: 6 0 3.26006 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1543]: 6 0 3.26014 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[1544]: 6 0 3.26008 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[2404]: 6 0 593.317 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[3117]: 6 0 0.400098 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5081]: 6 0 2.00008 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5403]: 6 0 1.33337 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5404]: 6 0 1.33339 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5405]: 6 0 1.3334 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5406]: 6 0 1.33337 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5407]: 6 0 1.33338 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5408]: 6 0 1.33337 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5409]: 6 0 1.33335 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5410]: 6 0 1.3334 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5536]: 6 0 0.500061 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5537]: 6 0 0.50009 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5538]: 6 0 0.500096 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5539]: 6 0 0.500088 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5540]: 6 0 0.500061 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5542]: 6 0 0.500084 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5544]: 6 0 0.500096 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5656]: 6 -1.00006 0 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[5798]: 6 -1.00009 0 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[6332]: 6 0 1.00001 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[6489]: 6 0 2.50004 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[6490]: 6 0 2.50007 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[6491]: 6 0 2.50009 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[6493]: 6 0 2.50005 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[6494]: 6 0 2.50008 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[6495]: 6 0 2.50008 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[6496]: 6 0 2.50009 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[6497]: 6 0 2.50009 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[6498]: 6 0 2.50005 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[7889]: 6 0 5.22504 shouldn't be
1210.48/1214.29	WSVECS04 Frhs2[7896]: 6 0 5.22504 shouldn't be
1226.04/1229.85	c rational objective 322.111
1245.09/1248.92	c #Conflicts:    2126000 | #Constraints:     236390
1245.09/1248.92	c #Conflicts:    2127000 | #Constraints:     237390
1245.09/1248.92	c #Conflicts:    2128000 | #Constraints:     238390
1245.09/1248.92	c #Conflicts:    2129000 | #Constraints:     239390
1245.09/1248.92	c #Conflicts:    2130000 | #Constraints:     240390
1245.09/1248.92	c #Conflicts:    2131000 | #Constraints:     241390
1245.09/1248.92	c #Conflicts:    2132000 | #Constraints:     242390
1245.09/1248.92	c #Conflicts:    2133000 | #Constraints:     243390
1245.09/1248.92	c #Conflicts:    2134000 | #Constraints:     244390
1245.09/1248.92	c #Conflicts:    2135000 | #Constraints:     245390
1245.09/1248.92	c #Conflicts:    2136000 | #Constraints:     246390
1245.09/1248.92	c #Conflicts:    2137000 | #Constraints:     247390
1245.09/1248.92	c #Conflicts:    2138000 | #Constraints:     248390
1245.09/1248.92	c #Conflicts:    2139000 | #Constraints:     249390
1245.09/1248.92	c #Conflicts:    2140000 | #Constraints:     250390
1245.09/1248.92	c #Conflicts:    2141000 | #Constraints:     251390
1245.09/1248.92	c #Conflicts:    2142000 | #Constraints:     252390
1245.09/1248.92	c #Conflicts:    2143000 | #Constraints:     253390
1245.09/1248.92	c #Conflicts:    2144000 | #Constraints:     254390
1245.09/1248.92	c #Conflicts:    2145000 | #Constraints:     255390
1245.09/1248.92	c #Conflicts:    2146000 | #Constraints:     256390
1245.09/1248.92	c #Conflicts:    2147000 | #Constraints:     257390
1245.09/1248.92	c #Conflicts:    2148000 | #Constraints:     258390
1245.09/1248.92	c #Conflicts:    2149000 | #Constraints:     259390
1245.09/1248.92	c #Conflicts:    2150000 | #Constraints:     260390
1245.09/1248.92	c #Conflicts:    2151000 | #Constraints:     261391
1245.09/1248.92	c #Conflicts:    2152000 | #Constraints:     262391
1245.09/1248.92	c #Conflicts:    2153000 | #Constraints:     263391
1245.09/1248.92	c #Conflicts:    2154000 | #Constraints:     264391
1245.09/1248.92	c #Conflicts:    2155000 | #Constraints:     265391
1245.09/1248.92	c #Conflicts:    2156000 | #Constraints:     266391
1245.09/1248.92	c #Conflicts:    2157000 | #Constraints:     267391
1245.09/1248.92	c #Conflicts:    2158000 | #Constraints:     268391
1245.09/1248.92	c #Conflicts:    2159000 | #Constraints:     269391
1245.09/1248.92	c #Conflicts:    2160000 | #Constraints:     270391
1245.09/1248.92	c #Conflicts:    2161000 | #Constraints:     271391
1245.09/1248.92	c #Conflicts:    2162000 | #Constraints:     272391
1245.09/1248.92	c #Conflicts:    2163000 | #Constraints:     273391
1245.09/1248.92	c #Conflicts:    2164000 | #Constraints:     274391
1245.09/1248.92	c #Conflicts:    2165000 | #Constraints:     275391
1245.09/1248.92	c #Conflicts:    2166000 | #Constraints:     276391
1245.09/1248.92	c #Conflicts:    2167000 | #Constraints:     277391
1245.09/1248.92	c #Conflicts:    2168000 | #Constraints:     278391
1245.09/1248.92	c #Conflicts:    2169000 | #Constraints:     279391
1245.09/1248.92	c #Conflicts:    2170000 | #Constraints:     280391
1245.09/1248.92	c #Conflicts:    2171000 | #Constraints:     281392
1245.09/1248.92	c #Conflicts:    2172000 | #Constraints:     282392
1245.09/1248.92	c #Conflicts:    2173000 | #Constraints:     283392
1245.09/1248.92	c #Conflicts:    2174000 | #Constraints:     284392
1245.09/1248.92	c #Conflicts:    2175000 | #Constraints:     285392
1245.09/1248.92	c #Conflicts:    2176000 | #Constraints:     286392
1245.09/1248.92	c #Conflicts:    2177000 | #Constraints:     287392
1245.09/1248.92	c #Conflicts:    2178000 | #Constraints:     288392
1245.09/1248.92	c #Conflicts:    2179000 | #Constraints:     289392
1245.09/1248.92	c #Conflicts:    2180000 | #Constraints:     290392
1245.09/1248.92	c #Conflicts:    2181000 | #Constraints:     291392
1245.09/1248.92	c #Conflicts:    2182000 | #Constraints:     292392
1245.09/1248.92	c #Conflicts:    2183000 | #Constraints:     293392
1245.09/1248.92	c #Conflicts:    2184000 | #Constraints:     294392
1245.09/1248.92	c #Conflicts:    2185000 | #Constraints:     295392
1245.09/1248.92	c #Conflicts:    2186000 | #Constraints:     296392
1245.09/1248.92	c #Conflicts:    2187000 | #Constraints:     297392
1245.09/1248.92	c #Conflicts:    2188000 | #Constraints:     298392
1245.09/1248.92	c #Conflicts:    2189000 | #Constraints:     299392
1245.09/1248.92	c #Conflicts:    2190000 | #Constraints:     300392
1245.09/1248.92	c #Conflicts:    2191000 | #Constraints:     301392
1245.09/1248.92	c #Conflicts:    2192000 | #Constraints:     302392
1245.09/1248.92	c #Conflicts:    2193000 | #Constraints:     303392
1245.09/1248.92	c #Conflicts:    2194000 | #Constraints:     304392
1245.09/1248.92	c #Conflicts:    2195000 | #Constraints:     305392
1245.09/1248.92	c #Conflicts:    2196000 | #Constraints:     306392
1245.09/1248.92	c #Conflicts:    2197000 | #Constraints:     307392
1245.09/1248.92	c #Conflicts:    2198000 | #Constraints:     308392
1245.09/1248.92	c #Conflicts:    2199000 | #Constraints:     309392
1245.09/1248.92	c #Conflicts:    2200000 | #Constraints:     310392
1245.09/1248.92	c #Conflicts:    2201000 | #Constraints:     311392
1245.09/1248.92	c #Conflicts:    2202000 | #Constraints:     312392
1245.09/1248.92	c #Conflicts:    2203000 | #Constraints:     313393
1245.09/1248.92	c #Conflicts:    2204000 | #Constraints:     314395
1258.65/1262.52	c #Conflicts:    2205000 | #Constraints:     315395
1258.65/1262.52	c #Conflicts:    2206000 | #Constraints:     316395
1258.65/1262.52	c #Conflicts:    2207000 | #Constraints:     317395
1258.65/1262.52	c #Conflicts:    2208000 | #Constraints:     318395
1258.65/1262.52	c #Conflicts:    2209000 | #Constraints:     319395
1258.65/1262.52	c #Conflicts:    2210000 | #Constraints:     320395
1258.65/1262.52	c #Conflicts:    2211000 | #Constraints:     321396
1258.65/1262.52	c #Conflicts:    2212000 | #Constraints:     322397
1258.65/1262.52	c #Conflicts:    2213000 | #Constraints:     323397
1258.65/1262.52	c #Conflicts:    2214000 | #Constraints:     324397
1258.65/1262.52	c #Conflicts:    2215000 | #Constraints:     325397
1258.65/1262.52	c #Conflicts:    2216000 | #Constraints:     326397
1258.65/1262.52	c #Conflicts:    2217000 | #Constraints:     327397
1258.65/1262.52	c #Conflicts:    2218000 | #Constraints:     328399
1258.65/1262.52	c #Conflicts:    2219000 | #Constraints:     329400
1258.65/1262.52	c #Conflicts:    2220000 | #Constraints:     330401
1258.65/1262.52	c #Conflicts:    2221000 | #Constraints:     331401
1258.65/1262.52	c #Conflicts:    2222000 | #Constraints:     332401
1258.65/1262.52	c #Conflicts:    2223000 | #Constraints:     333401
1258.65/1262.52	c #Conflicts:    2224000 | #Constraints:     334401
1258.65/1262.52	c INPROCESSING
1258.65/1262.52	c GARBAGE COLLECT
1258.65/1262.52	c #Conflicts:    2225000 | #Constraints:     257390
1258.65/1262.52	c #Conflicts:    2226000 | #Constraints:     258390
1258.65/1262.52	c #Conflicts:    2227000 | #Constraints:     259390
1258.65/1262.52	c #Conflicts:    2228000 | #Constraints:     260390
1258.65/1262.52	c #Conflicts:    2229000 | #Constraints:     261390
1258.65/1262.52	c #Conflicts:    2230000 | #Constraints:     262390
1258.65/1262.52	WSVECS04 Frhs2[75]: 6 0 1.00009 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[76]: 6 0 1.00004 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[78]: 6 0 1.00003 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[81]: 6 0 1.00005 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[83]: 6 0 1.00003 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[206]: 6 -92.25 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[207]: 6 -184.109 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[210]: 6 -31.0898 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[327]: 6 -0.076995 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[375]: 6 -16.8334 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[378]: 6 0 2.12224 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[379]: 6 -12.25 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[380]: 6 -4.97438 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[429]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[430]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[449]: 6 -1.0001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[478]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[625]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[645]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[654]: 6 -7.8667 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[702]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[706]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[707]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[727]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[756]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[762]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[783]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[787]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[788]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[808]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[812]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[836]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[862]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[864]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[869]: 6 -1.00009 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[889]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[951]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[972]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[974]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[978]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[979]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1036]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1040]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1093]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1114]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1119]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1167]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1195]: 6 -1.0001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1196]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1198]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1221]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1226]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1309]: 6 -1.0001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1331]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1387]: 6 -1.00009 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1413]: 6 -1.0001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1443]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1453]: 6 0 1.00003 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1466]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1467]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1493]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1496]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1497]: 6 -1.00001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1520]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1522]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1547]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1551]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1605]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1612]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1613]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1694]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1716]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1748]: 6 -1.00001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1769]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1775]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1781]: 6 -2.3334 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1806]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1824]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1828]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1829]: 6 -3.46675 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1904]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1911]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1923]: 6 -2.46671 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1932]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1935]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1950]: 6 0 2.00003 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[1986]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2067]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2068]: 6 -1.00009 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2070]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2072]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2085]: 6 0 2.37786 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2101]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2120]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2122]: 6 -2.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2147]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2153]: 6 -1.0001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2166]: 6 -1.21113 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2176]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2177]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2179]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2193]: 6 0 1.00006 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2230]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2234]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2258]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2260]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2274]: 6 0 1.00002 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2283]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2301]: 6 0 1.50001 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2328]: 6 0 1.66669 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2337]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2552]: 6 0 2.00003 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2589]: 6 -1.00001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2741]: 6 0 1.00007 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2889]: 6 0 1.00005 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[2940]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3038]: 6 0 1.66672 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3146]: 6 0 0.770405 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3183]: 6 -1.00009 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3264]: 6 -1.00001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3318]: 6 -1.00001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3383]: 6 -2.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3384]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3387]: 6 -1.00009 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3481]: 6 0 0.333347 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3482]: 6 0 0.333431 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3483]: 6 0 0.333388 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3484]: 6 0 0.333393 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3485]: 6 0 0.333364 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3532]: 6 0 2.00002 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[3888]: 6 0 0.333344 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4118]: 6 0 0.600012 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4234]: 6 0 2.0001 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4315]: 6 0 2.00008 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4342]: 6 0 1.00009 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4581]: 6 -53.0021 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4605]: 6 -17.4778 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4613]: 6 -0.705623 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4704]: 6 0 0.333373 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4705]: 6 0 0.333402 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4707]: 6 0 0.333403 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4708]: 6 0 0.333428 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4750]: 6 0 153.006 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4755]: 6 0 1.33342 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4792]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4819]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4826]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4845]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4848]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4851]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4921]: 6 0 1.00001 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[4923]: 6 0 1.00004 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5035]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5061]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5062]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5064]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5067]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5088]: 6 -1.00001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5094]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5100]: 6 0 1.00007 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5214]: 6 0 2.00008 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5251]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5278]: 6 -1.00009 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5280]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5307]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5403]: 6 0 1.33336 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5440]: 6 -1.0001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5469]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5474]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5496]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5499]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5553]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5565]: 6 0 1.00005 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5602]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5628]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5629]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5631]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5634]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5636]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5655]: 6 -1.00009 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5658]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5661]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5673]: 6 0 2.00005 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5700]: 6 0 1.50003 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5737]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5763]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5764]: 6 -1.00001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5766]: 6 -1.00009 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5790]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5793]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5872]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5874]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5898]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5904]: 6 -1.00008 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5925]: 6 -1.0001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5926]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5952]: 6 -1.00002 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5953]: 6 -1.00005 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5964]: 6 0 0.500026 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5965]: 6 0 0.500013 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5979]: 6 -1.00009 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[5990]: 6 0 1.00004 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6006]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6009]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6012]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6033]: 6 -1.0001 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6036]: 6 -1.00003 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6039]: 6 -1.00009 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6248]: 6 0 2.00003 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6518]: 6 0 2.00004 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6754]: 6 0 2.00002 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6761]: 6 0 1.66672 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[6977]: 6 0 1.50003 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7085]: 6 0 0.500012 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7166]: 6 0 0.500087 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7301]: 6 0 1.50005 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7437]: 6 0 0.500024 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7440]: 6 0 0.500013 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7486]: 6 -0.288977 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7487]: 6 -0.288953 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7488]: 6 -0.288955 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7692]: 6 -1.00007 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7731]: 6 0 1.00004 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7858]: 6 -1.00006 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7879]: 6 -1.00004 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7890]: 6 -35.1612 0 shouldn't be
1258.65/1262.52	WSVECS04 Frhs2[7912]: 6 0 18.4779 shouldn't be
1277.00/1280.92	c #Conflicts:    2231000 | #Constraints:     263391
1277.00/1280.92	c #Conflicts:    2232000 | #Constraints:     264391
1277.00/1280.92	c #Conflicts:    2233000 | #Constraints:     265391
1277.00/1280.92	c #Conflicts:    2234000 | #Constraints:     266391
1277.00/1280.92	c #Conflicts:    2235000 | #Constraints:     267391
1277.00/1280.92	c #Conflicts:    2236000 | #Constraints:     268391
1277.00/1280.92	c #Conflicts:    2237000 | #Constraints:     269391
1277.00/1280.92	c #Conflicts:    2238000 | #Constraints:     270391
1277.00/1280.92	c #Conflicts:    2239000 | #Constraints:     271391
1277.00/1280.92	c #Conflicts:    2240000 | #Constraints:     272391
1277.00/1280.92	c #Conflicts:    2241000 | #Constraints:     273391
1277.00/1280.92	c #Conflicts:    2242000 | #Constraints:     274391
1277.00/1280.92	c #Conflicts:    2243000 | #Constraints:     275391
1277.00/1280.92	c #Conflicts:    2244000 | #Constraints:     276391
1277.00/1280.92	c #Conflicts:    2245000 | #Constraints:     277391
1277.00/1280.92	c #Conflicts:    2246000 | #Constraints:     278391
1277.00/1280.92	c #Conflicts:    2247000 | #Constraints:     279391
1277.00/1280.92	c #Conflicts:    2248000 | #Constraints:     280391
1277.00/1280.92	c #Conflicts:    2249000 | #Constraints:     281391
1277.00/1280.92	c #Conflicts:    2250000 | #Constraints:     282391
1277.00/1280.93	c #Conflicts:    2251000 | #Constraints:     283391
1277.00/1280.93	c #Conflicts:    2252000 | #Constraints:     284391
1277.00/1280.93	c #Conflicts:    2253000 | #Constraints:     285391
1277.00/1280.93	c #Conflicts:    2254000 | #Constraints:     286391
1277.00/1280.93	c #Conflicts:    2255000 | #Constraints:     287391
1277.00/1280.93	c #Conflicts:    2256000 | #Constraints:     288391
1277.00/1280.93	c #Conflicts:    2257000 | #Constraints:     289391
1277.00/1280.93	c #Conflicts:    2258000 | #Constraints:     290391
1277.00/1280.93	c #Conflicts:    2259000 | #Constraints:     291391
1277.00/1280.93	c #Conflicts:    2260000 | #Constraints:     292391
1277.00/1280.93	c #Conflicts:    2261000 | #Constraints:     293391
1277.00/1280.93	c #Conflicts:    2262000 | #Constraints:     294391
1277.00/1280.93	c #Conflicts:    2263000 | #Constraints:     295391
1277.00/1280.93	c #Conflicts:    2264000 | #Constraints:     296391
1277.00/1280.93	c INPROCESSING
1277.00/1280.93	c GARBAGE COLLECT
1277.00/1280.93	c #Conflicts:    2265000 | #Constraints:     238209
1277.00/1280.93	c #Conflicts:    2266000 | #Constraints:     239209
1277.00/1280.93	c #Conflicts:    2267000 | #Constraints:     240209
1277.00/1280.93	c #Conflicts:    2268000 | #Constraints:     241209
1277.00/1280.93	c #Conflicts:    2269000 | #Constraints:     242209
1277.00/1280.93	c #Conflicts:    2270000 | #Constraints:     243209
1277.00/1280.93	c #Conflicts:    2271000 | #Constraints:     244209
1277.00/1280.93	c #Conflicts:    2272000 | #Constraints:     245209
1277.00/1280.93	c #Conflicts:    2273000 | #Constraints:     246209
1277.00/1280.93	c #Conflicts:    2274000 | #Constraints:     247209
1277.00/1280.93	c #Conflicts:    2275000 | #Constraints:     248209
1277.00/1280.93	c #Conflicts:    2276000 | #Constraints:     249209
1277.00/1280.93	c #Conflicts:    2277000 | #Constraints:     250209
1277.00/1280.93	c #Conflicts:    2278000 | #Constraints:     251209
1277.00/1280.93	c #Conflicts:    2279000 | #Constraints:     252209
1277.00/1280.93	c #Conflicts:    2280000 | #Constraints:     253209
1277.00/1280.93	c #Conflicts:    2281000 | #Constraints:     254209
1277.00/1280.93	c #Conflicts:    2282000 | #Constraints:     255209
1277.00/1280.93	c #Conflicts:    2283000 | #Constraints:     256209
1277.00/1280.93	c #Conflicts:    2284000 | #Constraints:     257209
1277.00/1280.93	c #Conflicts:    2285000 | #Constraints:     258209
1277.00/1280.93	c #Conflicts:    2286000 | #Constraints:     259209
1277.00/1280.93	c #Conflicts:    2287000 | #Constraints:     260209
1277.00/1280.93	c #Conflicts:    2288000 | #Constraints:     261209
1277.00/1280.93	c #Conflicts:    2289000 | #Constraints:     262209
1277.00/1280.93	c #Conflicts:    2290000 | #Constraints:     263209
1277.00/1280.93	c #Conflicts:    2291000 | #Constraints:     264209
1277.00/1280.93	c #Conflicts:    2292000 | #Constraints:     265209
1277.00/1280.93	c #Conflicts:    2293000 | #Constraints:     266209
1277.00/1280.93	c #Conflicts:    2294000 | #Constraints:     267209
1277.00/1280.93	c #Conflicts:    2295000 | #Constraints:     268209
1277.00/1280.93	c #Conflicts:    2296000 | #Constraints:     269209
1277.00/1280.93	c #Conflicts:    2297000 | #Constraints:     270209
1277.00/1280.93	c #Conflicts:    2298000 | #Constraints:     271209
1277.00/1280.93	c #Conflicts:    2299000 | #Constraints:     272209
1277.00/1280.93	c #Conflicts:    2300000 | #Constraints:     273209
1277.00/1280.93	c #Conflicts:    2301000 | #Constraints:     274209
1277.00/1280.93	c #Conflicts:    2302000 | #Constraints:     275209
1277.00/1280.93	c #Conflicts:    2303000 | #Constraints:     276209
1277.00/1280.93	c #Conflicts:    2304000 | #Constraints:     277209
1277.00/1280.93	c #Conflicts:    2305000 | #Constraints:     278209
1277.00/1280.93	c #Conflicts:    2306000 | #Constraints:     279209
1277.00/1280.93	c #Conflicts:    2307000 | #Constraints:     280209
1277.00/1280.93	c #Conflicts:    2308000 | #Constraints:     281209
1277.00/1280.93	c #Conflicts:    2309000 | #Constraints:     282209
1293.85/1297.85	c #Conflicts:    2310000 | #Constraints:     283209
1293.85/1297.85	c #Conflicts:    2311000 | #Constraints:     284210
1293.85/1297.85	c #Conflicts:    2312000 | #Constraints:     285210
1293.85/1297.85	c #Conflicts:    2313000 | #Constraints:     286210
1293.85/1297.85	c #Conflicts:    2314000 | #Constraints:     287210
1293.85/1297.85	c #Conflicts:    2315000 | #Constraints:     288210
1293.85/1297.85	c #Conflicts:    2316000 | #Constraints:     289210
1293.85/1297.85	c #Conflicts:    2317000 | #Constraints:     290210
1293.85/1297.85	c #Conflicts:    2318000 | #Constraints:     291210
1293.85/1297.85	c #Conflicts:    2319000 | #Constraints:     292210
1293.85/1297.85	c #Conflicts:    2320000 | #Constraints:     293210
1293.85/1297.85	c #Conflicts:    2321000 | #Constraints:     294210
1293.85/1297.85	c #Conflicts:    2322000 | #Constraints:     295210
1293.85/1297.85	c #Conflicts:    2323000 | #Constraints:     296210
1293.85/1297.85	c #Conflicts:    2324000 | #Constraints:     297210
1293.85/1297.85	c #Conflicts:    2325000 | #Constraints:     298210
1293.85/1297.85	c #Conflicts:    2326000 | #Constraints:     299210
1293.85/1297.85	c #Conflicts:    2327000 | #Constraints:     300210
1293.85/1297.85	c #Conflicts:    2328000 | #Constraints:     301210
1293.85/1297.85	c #Conflicts:    2329000 | #Constraints:     302210
1293.85/1297.85	c #Conflicts:    2330000 | #Constraints:     303210
1293.85/1297.85	c #Conflicts:    2331000 | #Constraints:     304210
1293.85/1297.85	c #Conflicts:    2332000 | #Constraints:     305210
1293.85/1297.85	c #Conflicts:    2333000 | #Constraints:     306210
1293.85/1297.85	c #Conflicts:    2334000 | #Constraints:     307210
1293.85/1297.85	c #Conflicts:    2335000 | #Constraints:     308210
1293.85/1297.85	c #Conflicts:    2336000 | #Constraints:     309210
1293.85/1297.85	c #Conflicts:    2337000 | #Constraints:     310210
1293.85/1297.85	c #Conflicts:    2338000 | #Constraints:     311210
1293.85/1297.85	c #Conflicts:    2339000 | #Constraints:     312210
1293.85/1297.85	c #Conflicts:    2340000 | #Constraints:     313210
1293.85/1297.85	c #Conflicts:    2341000 | #Constraints:     314210
1293.85/1297.85	c #Conflicts:    2342000 | #Constraints:     315210
1293.85/1297.85	c #Conflicts:    2343000 | #Constraints:     316210
1293.85/1297.85	c #Conflicts:    2344000 | #Constraints:     317210
1293.85/1297.85	c #Conflicts:    2345000 | #Constraints:     318210
1293.85/1297.85	c #Conflicts:    2346000 | #Constraints:     319210
1293.85/1297.85	c #Conflicts:    2347000 | #Constraints:     320210
1293.85/1297.85	c #Conflicts:    2348000 | #Constraints:     321210
1293.85/1297.85	c #Conflicts:    2349000 | #Constraints:     322210
1293.85/1297.85	c #Conflicts:    2350000 | #Constraints:     323210
1293.85/1297.85	WSVECS04 Frhs2[117]: 6 -206.582 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[300]: 6 0 0.500059 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[708]: 6 0 0.500076 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[788]: 6 -1.00007 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[804]: 6 0 0.500066 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[805]: 6 0 0.500082 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[806]: 6 0 0.500064 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[807]: 6 0 0.500015 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[816]: 6 0 0.500099 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[946]: 6 -0.714312 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[950]: 6 -1.00007 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[959]: 6 -0.250043 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[960]: 6 0 0.750064 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1018]: 6 0 0.571439 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1068]: 6 0 65.4524 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1090]: 6 -0.693915 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1100]: 6 -0.571472 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1129]: 6 -5.82578 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1143]: 6 -1.00005 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1144]: 6 0 4.25434 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1146]: 6 0 4.82583 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1153]: 6 0 0.285725 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1179]: 6 -0.571464 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1233]: 6 0 1.14295 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1278]: 6 -1.00005 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1279]: 6 -1.00007 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1292]: 6 0 0.738169 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1305]: 6 -1.00005 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1316]: 6 0 0.714323 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1345]: 6 -0.250028 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1399]: 6 0 0.800029 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1415]: 6 -0.714367 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1465]: 6 -1.03576 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1466]: 6 -0.857204 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1482]: 6 0 1.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1496]: 6 -1.0715 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1503]: 6 0 1.00003 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1551]: 6 -0.714298 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1636]: 6 -7.04452 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1641]: 6 0 2.36469 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1645]: 6 -137.282 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1646]: 6 -1.93239 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1695]: 6 0 1.00001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1707]: 6 0 10.8669 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1711]: 6 0 2.28204 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1716]: 6 0 8.58493 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1725]: 6 0 1.282 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1727]: 6 0 1.21434 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1817]: 6 0 2.67607 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1818]: 6 0 0.0677507 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1819]: 6 0 1.06772 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1820]: 6 0 1.06771 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1821]: 6 0 1.06769 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1822]: 6 0 1.06769 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1826]: 6 0 2.13535 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1978]: 6 0 0.0226385 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[1982]: 6 0 1.01129 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2004]: 6 0 0.0225848 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2007]: 6 0 0.0226064 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2008]: 6 0 1.02257 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2020]: 6 0 0.0226068 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2400]: 6 -46.5001 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2403]: 6 -29.2938 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2406]: 6 -22.9965 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2407]: 6 0 77.334 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2408]: 6 -133.225 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2409]: 6 -5.50006 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2540]: 6 0 0.0734595 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2658]: 6 0 11.254 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2671]: 6 0 11.254 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2676]: 6 0 33.7619 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2811]: 6 -1.00008 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2889]: 6 -1.00002 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2906]: 6 0 1.00004 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[2915]: 6 0 213.55 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[3482]: 6 0 0.333433 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[3485]: 6 0 0.333389 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[3491]: 6 -1.00004 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[3586]: 6 0 5.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[3739]: 6 0 2.15681 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[3804]: 6 0 5.50001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[3966]: 6 0 0.500024 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[3973]: 6 -1.00002 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[3978]: 6 0 4.08336 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[3990]: 6 0 5.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4019]: 6 -2.23423 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4031]: 6 -2.23429 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4286]: 6 0 5.50002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4289]: 6 0 5.50001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4290]: 6 0 5.50008 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4291]: 6 0 5.50009 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4292]: 6 0 5.50005 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4293]: 6 0 5.50007 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4317]: 6 0 1.00001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4318]: 6 0 1.00004 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4348]: 6 0 1.33337 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4475]: 6 0 4.00008 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4481]: 6 0 5.00004 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4482]: 6 0 5.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4494]: 6 -1.00008 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4502]: 6 0 2.50009 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4503]: 6 0 2.50008 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4504]: 6 0 2.50005 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4506]: 6 0 2.50007 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4507]: 6 0 2.50002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4508]: 6 0 2.50004 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4509]: 6 0 2.50003 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4510]: 6 0 2.50008 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4511]: 6 0 2.50009 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4521]: 6 -1.0001 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4529]: 6 0 2.50007 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4531]: 6 0 2.50002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4532]: 6 0 2.50006 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4534]: 6 0 2.50006 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4535]: 6 0 2.50003 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4536]: 6 0 2.50004 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4537]: 6 0 2.50001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4538]: 6 0 2.50002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4548]: 6 -1.00006 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4593]: 6 0 1.50008 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4818]: 6 -0.750031 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4825]: 6 -1.00002 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[4865]: 6 0 98.7255 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5050]: 6 0 2.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5052]: 6 0 2.00006 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5054]: 6 0 2.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5056]: 6 0 2.00006 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5058]: 6 0 2.00006 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5059]: 6 0 2.00009 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5061]: 6 -1.00005 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5064]: 6 -1.00008 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5067]: 6 -1.00004 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5079]: 6 0 0.500034 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5080]: 6 0 0.500038 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5081]: 6 0 0.500051 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5082]: 6 0 0.500034 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5084]: 6 0 0.500032 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5266]: 6 0 3.00001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5268]: 6 0 3.00007 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5269]: 6 0 3.00001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5272]: 6 0 3.00007 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5283]: 6 -1.00008 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5417]: 6 0 121.407 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5457]: 6 0 3.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5521]: 6 0 48.3627 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5617]: 6 0 2.0001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5622]: 6 0 2.00006 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5623]: 6 0 2.00004 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5624]: 6 0 2.00003 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5625]: 6 0 2.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5677]: 6 0 1.00009 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5742]: 6 -1.00005 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5796]: 6 -1.00004 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5844]: 6 -1.00006 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5847]: 6 -1.00002 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5850]: 6 -1.00005 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5942]: 6 0 3.00003 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5943]: 6 0 3.00005 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5944]: 6 0 3.00004 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5945]: 6 0 3.00001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5946]: 6 0 3.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5947]: 6 0 3.00005 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5950]: 6 0 3.00005 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5959]: 6 -1.00006 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5974]: 6 -0.25006 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[5983]: 6 -0.750075 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[6012]: 6 -1.00002 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[6181]: 6 0 1.00356 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[6385]: 6 0 0.333393 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[6645]: 6 0 100.726 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[6685]: 6 0 1.00001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[6686]: 6 0 1.00004 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[6817]: 6 0 5.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7077]: 6 0 2.08336 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7130]: 6 0 1.0001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7314]: 6 0 5.0142 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7333]: 6 0 1.0001 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7381]: 6 0 4.00004 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7385]: 6 0 4.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7387]: 6 0 4.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7388]: 6 0 4.00003 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7389]: 6 0 3.00006 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7518]: 6 0 3.00002 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7770]: 6 -1.00008 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7842]: 6 0 6.23258 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7844]: 6 0 2.23261 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7867]: 6 -19.98 0 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7883]: 6 0 3.50008 shouldn't be
1293.85/1297.85	WSVECS04 Frhs2[7903]: 6 -2.0071 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[90]: 6 -1.00009 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[482]: 6 -1.00001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[745]: 6 -0.250069 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[828]: 6 0 2.00001 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[861]: 6 0 0.333421 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[961]: 6 0 0.750065 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1003]: 6 -1.00006 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1147]: 6 0 4.82584 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1217]: 6 0 0.333355 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1220]: 6 0 0.333349 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1335]: 6 -1.0001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1469]: 6 0 0.0715087 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1522]: 6 -1.00007 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1524]: 6 -1.00004 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1724]: 6 0 1.28205 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1744]: 6 -0.61362 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1778]: 6 -1.00009 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1811]: 6 0 0.203092 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1873]: 6 0 1.00003 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1874]: 6 0 1.0001 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1875]: 6 0 1.00006 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1876]: 6 0 1.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[1933]: 6 -0.932391 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2045]: 6 -1.00002 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2086]: 6 0 0.500054 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2087]: 6 0 0.500069 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2088]: 6 0 0.500045 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2089]: 6 0 1.50003 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2090]: 6 0 0.500066 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2091]: 6 0 0.500096 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2092]: 6 0 0.500031 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2112]: 6 0 1.00005 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2257]: 6 -0.86475 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2388]: 6 -1.00005 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2389]: 6 -1.00007 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2390]: 6 -4.11019 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2391]: 6 0 1.5551 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2594]: 6 -1.00002 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2610]: 6 0 1.00008 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2611]: 6 0 1.00009 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2612]: 6 0 1.00003 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2613]: 6 0 1.00005 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2747]: 6 0 1.00001 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2777]: 6 -1.00002 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2780]: 6 -1.00008 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2783]: 6 -1.00007 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2803]: 6 -1.0001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2851]: 6 0 0.500086 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2854]: 6 0 0.500085 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2855]: 6 0 0.500036 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2856]: 6 0 0.500045 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2873]: 6 0 1.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2939]: 6 -1.00009 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[2942]: 6 -1.00003 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3077]: 6 -1.00007 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3182]: 6 -1.0001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3185]: 6 -1.00005 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3266]: 6 -1.00003 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3269]: 6 -1.00007 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3293]: 6 -1.00001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3317]: 6 -1.00005 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3386]: 6 0 91.449 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3428]: 6 0 1.00004 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3431]: 6 0 1.00005 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3507]: 6 -0.501276 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3533]: 6 0 1.50009 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3534]: 6 0 1.5001 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3536]: 6 0 1.50005 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3537]: 6 0 1.50008 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3538]: 6 0 1.50008 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3539]: 6 0 1.50008 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3551]: 6 0 0.50002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3568]: 6 -1.00004 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3571]: 6 -1.00009 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3645]: 6 0 1.33335 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3836]: 6 0 1.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3860]: 6 0 1.00008 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3861]: 6 0 1.00005 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3862]: 6 0 1.00009 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[3976]: 6 -1.00003 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4135]: 6 -1.00001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4138]: 6 -1.00006 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4270]: 6 -1.00001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4273]: 6 -1.0001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4288]: 6 0 5.50005 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4319]: 6 0 1.00003 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4432]: 6 -1.00006 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4435]: 6 -1.00002 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4438]: 6 -1.00001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4459]: 6 -1.00007 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4601]: 6 0 70.2941 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4626]: 6 0 0.666683 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4704]: 6 0 0.22504 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4706]: 6 0 0.225037 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4719]: 6 0 2.2251 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4791]: 6 -1.00006 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4797]: 6 -1.00005 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4893]: 6 0 1.00004 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4894]: 6 0 1.00003 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4895]: 6 0 1.00009 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4896]: 6 0 1.00008 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[4897]: 6 0 1.00005 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5000]: 6 0 0.800024 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5001]: 6 0 0.800045 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5002]: 6 0 0.800023 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5003]: 6 0 0.800076 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5004]: 6 0 0.800029 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5005]: 6 0 0.800082 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5034]: 6 -1.00006 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5053]: 6 0 2.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5055]: 6 0 2.00003 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5057]: 6 0 2.00009 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5112]: 6 0 0.500041 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5159]: 6 0 0.500056 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5160]: 6 0 0.500013 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5162]: 6 0 0.500071 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5163]: 6 0 0.500063 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5164]: 6 0 0.500063 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5165]: 6 0 0.500063 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5166]: 6 0 0.500084 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5167]: 6 0 0.500075 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5250]: 6 -1.00007 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5253]: 6 -1.00006 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5256]: 6 -1.00001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5284]: 6 -1.00005 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5294]: 6 0 0.500025 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5299]: 6 0 0.500045 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5301]: 6 0 0.500064 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5302]: 6 0 0.500027 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5304]: 6 -1.00008 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5314]: 6 0 0.500057 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5439]: 6 -1.00006 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5442]: 6 -1.00002 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5456]: 6 0 3.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5571]: 6 0 1.00003 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5601]: 6 -1.00005 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5604]: 6 -1.00002 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5607]: 6 -1.00009 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5635]: 6 -1.00001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5764]: 6 -1.00002 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5817]: 6 -1.00009 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5820]: 6 -1.00004 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5878]: 6 -1.00006 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5918]: 6 0 4.50004 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5952]: 6 -1.0001 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[5985]: 6 -1.00004 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[6041]: 6 0 8.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[6325]: 6 -1.00003 0 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[6763]: 6 0 1.00006 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[6764]: 6 0 1.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[6765]: 6 0 1.00004 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[6766]: 6 0 1.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[6767]: 6 0 1.00009 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[6768]: 6 0 1.00003 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7036]: 6 0 6.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7167]: 6 0 1.00005 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7168]: 6 0 1.00009 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7169]: 6 0 1.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7170]: 6 0 1.00007 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7171]: 6 0 1.00004 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7172]: 6 0 1.00006 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7173]: 6 0 1.00008 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7308]: 6 0 1.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7341]: 6 0 5.01421 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7543]: 6 0 0.500075 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7548]: 6 0 0.500076 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7549]: 6 0 0.500074 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7550]: 6 0 0.500067 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7551]: 6 0 0.500069 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7654]: 6 0 1.00004 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7655]: 6 0 1.00007 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7656]: 6 0 1.00002 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7705]: 6 0 1.00006 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7706]: 6 0 1.00004 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7709]: 6 0 1.00006 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7732]: 6 0 0.500064 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7734]: 6 0 0.500026 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7736]: 6 0 0.500041 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7737]: 6 0 0.500027 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7738]: 6 0 0.500012 shouldn't be
1309.31/1313.35	WSVECS04 Frhs2[7740]: 6 0 0.500066 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[118]: 6 0 95.9717 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[209]: 6 0 98.206 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[275]: 6 0 1.0001 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[276]: 6 0 1.00006 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[277]: 6 0 1.00001 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[278]: 6 0 1.00001 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[377]: 6 0 95.4339 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[445]: 6 0 0.666764 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[446]: 6 0 0.666736 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[447]: 6 0 0.666718 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[483]: 6 -0.833404 0 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[553]: 6 0 1.00007 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[554]: 6 0 1.00006 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[555]: 6 0 1.00008 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[580]: 6 0 1.00008 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[581]: 6 0 1.00005 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[582]: 6 0 1.00004 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[746]: 6 0 0.750094 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[762]: 6 -1.00009 0 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[763]: 6 -1.00006 0 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[812]: 6 -1.00005 0 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[831]: 6 0 1.00008 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[832]: 6 0 1.00008 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[833]: 6 0 1.00002 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[999]: 6 -1.00008 0 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1057]: 6 0 0.942869 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1118]: 6 -1.00008 0 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1213]: 6 0 0.333414 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1218]: 6 0 0.33341 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1219]: 6 0 0.333364 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1238]: 6 0 0.0952499 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1244]: 6 0 0.666736 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1245]: 6 0 0.66672 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1246]: 6 0 0.666743 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1247]: 6 0 0.666698 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1638]: 6 0 11.9806 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1775]: 6 -1.0001 0 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1844]: 6 0 0.500023 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1845]: 6 0 0.500018 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1951]: 6 0 1.00003 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1952]: 6 0 1.00002 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1953]: 6 0 1.00003 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1954]: 6 0 1.00001 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1955]: 6 0 1.00006 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1956]: 6 0 1.00004 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1957]: 6 0 1.00009 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[1977]: 6 0 0.0789638 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[2000]: 6 0 0.0226004 shouldn't be
1317.68/1321.73	WSVECS04 Frhs2[2006]: 6 0 0.0225878 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2009]: 6 0 1.02263 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2010]: 6 0 1.0226 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2011]: 6 0 0.0226518 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2056]: 6 0 1.71431 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2306]: 6 0 1.00009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2446]: 6 0 0.500025 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2588]: 6 -1.00009 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2590]: 6 0 2.11018 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2636]: 6 0 0.250047 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2637]: 6 0 1.25001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2638]: 6 0 1.25001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2639]: 6 0 1.25002 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2640]: 6 0 1.25004 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2744]: 6 0 2.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2826]: 6 0 1.0001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2827]: 6 0 1.00009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2828]: 6 0 1.00002 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2852]: 6 0 0.500099 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2853]: 6 0 0.500087 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2945]: 6 -1.00004 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2986]: 6 0 1.00006 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2987]: 6 0 1.00007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2988]: 6 0 1.00007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[2991]: 6 0 1.00006 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3074]: 6 -1.00004 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3080]: 6 -1.00007 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3263]: 6 -1.00009 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3290]: 6 -1.00006 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3296]: 6 -1.00002 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3320]: 6 -1.00007 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3323]: 6 -1.00006 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3451]: 6 0 5.95841 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3455]: 6 0 1.00001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3456]: 6 0 1.00009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3457]: 6 0 1.00007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3535]: 6 0 1.50007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3574]: 6 -1.00008 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3669]: 6 0 1.00004 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3670]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3671]: 6 0 1.00008 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3672]: 6 0 1.00003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3673]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3749]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3750]: 6 0 1.00006 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3751]: 6 0 1.00003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3752]: 6 0 1.0001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3753]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3754]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3755]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3784]: 6 -1.00009 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3787]: 6 -1.00007 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3790]: 6 -1.00002 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[3979]: 6 -1.00003 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4008]: 6 -1.00006 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4101]: 6 0 1.00008 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4102]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4103]: 6 0 1.00002 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4104]: 6 0 1.00006 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4105]: 6 0 1.00003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4106]: 6 0 1.00003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4316]: 6 0 1.00009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4320]: 6 0 1.00008 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4321]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4322]: 6 0 1.00007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4378]: 6 -1.00004 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4381]: 6 -1.00009 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4384]: 6 -1.00008 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4413]: 6 -1.00004 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4428]: 6 0 0.333406 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4462]: 6 -1.00005 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4465]: 6 -1.00004 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4514]: 6 -1.00009 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4649]: 6 0 1.33335 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4807]: 6 0 2.00003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4809]: 6 0 1.00008 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4811]: 6 0 2.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4812]: 6 0 2.00006 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4813]: 6 0 2.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4815]: 6 0 2.00002 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4816]: 6 0 2.00006 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4819]: 6 -1.50006 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4824]: 6 -1.00005 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4921]: 6 0 1.00007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4922]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4923]: 6 0 1.00004 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[4924]: 6 0 1.0001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5051]: 6 0 2.00003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5062]: 6 -98.7255 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5068]: 6 -1.00003 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5069]: 6 -1.00007 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5078]: 6 0 0.500069 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5085]: 6 0 0.500064 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5086]: 6 0 0.500085 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5137]: 6 0 0.500061 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5138]: 6 0 0.50007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5139]: 6 0 0.500097 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5156]: 6 0 0.500095 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5295]: 6 0 0.500068 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5296]: 6 0 0.500092 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5297]: 6 0 0.500067 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5298]: 6 0 0.500084 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5300]: 6 0 0.500082 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5404]: 6 0 2.00009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5405]: 6 0 2.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5406]: 6 0 2.00004 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5407]: 6 0 2.00007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5408]: 6 0 2.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5409]: 6 0 2.00009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5410]: 6 0 2.00007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5534]: 6 0 1.00001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5736]: 6 -1.00006 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5739]: 6 -1.00004 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5749]: 6 0 1.00008 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5914]: 6 0 4.50006 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5916]: 6 0 4.50009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5917]: 6 0 4.50005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5920]: 6 0 4.50003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5921]: 6 0 4.50009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5922]: 6 0 4.50009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5923]: 6 0 4.50009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5926]: 6 -1.0001 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[5931]: 6 -1.50001 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6171]: 6 0 1.00003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6172]: 6 0 1.00003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6173]: 6 0 1.00008 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6414]: 6 0 1.00009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6415]: 6 0 1.00002 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6416]: 6 0 1.00008 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6417]: 6 0 1.00008 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6441]: 6 0 1.00003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6442]: 6 0 1.00008 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6443]: 6 0 1.00004 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6649]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6653]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6657]: 6 0 1.00008 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6658]: 6 0 1.0001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6659]: 6 0 1.00003 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6660]: 6 0 1.00005 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6665]: 6 -1.00005 0 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[6762]: 6 0 1.00009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7332]: 6 0 2.00006 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7544]: 6 0 0.500088 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7545]: 6 0 0.500079 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7547]: 6 0 0.500094 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7603]: 6 0 3.50001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7651]: 6 0 1.00006 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7652]: 6 0 1.00002 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7653]: 6 0 1.00002 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7657]: 6 0 1.00007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7658]: 6 0 1.00001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7659]: 6 0 1.00004 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7707]: 6 0 1.00009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7708]: 6 0 1.00007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7710]: 6 0 1.00009 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7711]: 6 0 1.00007 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7713]: 6 0 1.0001 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7733]: 6 0 0.500066 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7735]: 6 0 0.500082 shouldn't be
1317.68/1321.74	WSVECS04 Frhs2[7739]: 6 0 0.500093 shouldn't be
1355.29/1359.47	c #Conflicts:    2351000 | #Constraints:     324210
1355.29/1359.47	c #Conflicts:    2352000 | #Constraints:     325210
1355.29/1359.47	c #Conflicts:    2353000 | #Constraints:     326210
1355.29/1359.47	c #Conflicts:    2354000 | #Constraints:     327210
1355.29/1359.47	c #Conflicts:    2355000 | #Constraints:     328210
1355.29/1359.47	c #Conflicts:    2356000 | #Constraints:     329210
1355.29/1359.47	c #Conflicts:    2357000 | #Constraints:     330210
1355.29/1359.47	c #Conflicts:    2358000 | #Constraints:     331210
1355.29/1359.47	c #Conflicts:    2359000 | #Constraints:     332210
1355.29/1359.47	c #Conflicts:    2360000 | #Constraints:     333210
1355.29/1359.47	c #Conflicts:    2361000 | #Constraints:     334210
1355.29/1359.47	c #Conflicts:    2362000 | #Constraints:     335210
1355.29/1359.47	c #Conflicts:    2363000 | #Constraints:     336210
1355.29/1359.47	c #Conflicts:    2364000 | #Constraints:     337210
1355.29/1359.47	c #Conflicts:    2365000 | #Constraints:     338210
1355.29/1359.47	c #Conflicts:    2366000 | #Constraints:     339210
1355.29/1359.47	c INPROCESSING
1355.29/1359.47	c GARBAGE COLLECT
1355.29/1359.47	c #Conflicts:    2367000 | #Constraints:     259814
1355.29/1359.47	c #Conflicts:    2368000 | #Constraints:     260814
1355.29/1359.47	c #Conflicts:    2369000 | #Constraints:     261814
1355.29/1359.47	c #Conflicts:    2370000 | #Constraints:     262814
1355.29/1359.47	c #Conflicts:    2371000 | #Constraints:     263814
1355.29/1359.47	c #Conflicts:    2372000 | #Constraints:     264814
1355.29/1359.47	c #Conflicts:    2373000 | #Constraints:     265814
1355.29/1359.47	c #Conflicts:    2374000 | #Constraints:     266814
1355.29/1359.47	c #Conflicts:    2375000 | #Constraints:     267814
1355.29/1359.47	c #Conflicts:    2376000 | #Constraints:     268814
1355.29/1359.47	c #Conflicts:    2377000 | #Constraints:     269814
1355.29/1359.47	c #Conflicts:    2378000 | #Constraints:     270814
1355.29/1359.47	c #Conflicts:    2379000 | #Constraints:     271814
1355.29/1359.47	c #Conflicts:    2380000 | #Constraints:     272814
1355.29/1359.47	c #Conflicts:    2381000 | #Constraints:     273814
1355.29/1359.47	c #Conflicts:    2382000 | #Constraints:     274814
1355.29/1359.47	c #Conflicts:    2383000 | #Constraints:     275814
1355.29/1359.47	c #Conflicts:    2384000 | #Constraints:     276814
1355.29/1359.47	c #Conflicts:    2385000 | #Constraints:     277814
1355.29/1359.47	c #Conflicts:    2386000 | #Constraints:     278814
1355.29/1359.47	c #Conflicts:    2387000 | #Constraints:     279814
1355.29/1359.47	c #Conflicts:    2388000 | #Constraints:     280814
1355.29/1359.47	c #Conflicts:    2389000 | #Constraints:     281814
1355.29/1359.47	c #Conflicts:    2390000 | #Constraints:     282814
1355.29/1359.47	c #Conflicts:    2391000 | #Constraints:     283814
1355.29/1359.47	c #Conflicts:    2392000 | #Constraints:     284814
1355.29/1359.47	c #Conflicts:    2393000 | #Constraints:     285814
1355.29/1359.47	c #Conflicts:    2394000 | #Constraints:     286814
1355.29/1359.47	c #Conflicts:    2395000 | #Constraints:     287814
1355.29/1359.47	c #Conflicts:    2396000 | #Constraints:     288814
1355.29/1359.47	c #Conflicts:    2397000 | #Constraints:     289814
1355.29/1359.47	c #Conflicts:    2398000 | #Constraints:     290814
1355.29/1359.47	c #Conflicts:    2399000 | #Constraints:     291814
1355.29/1359.47	c #Conflicts:    2400000 | #Constraints:     292814
1355.29/1359.47	c #Conflicts:    2401000 | #Constraints:     293814
1355.29/1359.47	c #Conflicts:    2402000 | #Constraints:     294814
1355.29/1359.47	c #Conflicts:    2403000 | #Constraints:     295814
1355.29/1359.47	c #Conflicts:    2404000 | #Constraints:     296814
1355.29/1359.47	c #Conflicts:    2405000 | #Constraints:     297814
1355.29/1359.47	c #Conflicts:    2406000 | #Constraints:     298814
1355.29/1359.47	c #Conflicts:    2407000 | #Constraints:     299814
1355.29/1359.47	c #Conflicts:    2408000 | #Constraints:     300814
1355.29/1359.47	c INPROCESSING
1355.29/1359.47	c GARBAGE COLLECT
1355.29/1359.47	c #Conflicts:    2409000 | #Constraints:     244117
1355.29/1359.47	c #Conflicts:    2410000 | #Constraints:     245117
1355.29/1359.47	c #Conflicts:    2411000 | #Constraints:     246117
1355.29/1359.47	c #Conflicts:    2412000 | #Constraints:     247117
1355.29/1359.47	c #Conflicts:    2413000 | #Constraints:     248117
1355.29/1359.47	c #Conflicts:    2414000 | #Constraints:     249117
1355.29/1359.47	c #Conflicts:    2415000 | #Constraints:     250117
1355.29/1359.47	c #Conflicts:    2416000 | #Constraints:     251117
1355.29/1359.47	c #Conflicts:    2417000 | #Constraints:     252117
1355.29/1359.47	c #Conflicts:    2418000 | #Constraints:     253117
1355.29/1359.47	c #Conflicts:    2419000 | #Constraints:     254117
1355.29/1359.47	c #Conflicts:    2420000 | #Constraints:     255117
1355.29/1359.47	c #Conflicts:    2421000 | #Constraints:     256117
1355.29/1359.47	c #Conflicts:    2422000 | #Constraints:     257117
1355.29/1359.47	c #Conflicts:    2423000 | #Constraints:     258117
1355.29/1359.47	c #Conflicts:    2424000 | #Constraints:     259117
1355.29/1359.47	c #Conflicts:    2425000 | #Constraints:     260117
1355.29/1359.47	c #Conflicts:    2426000 | #Constraints:     261117
1355.29/1359.47	c #Conflicts:    2427000 | #Constraints:     262117
1355.29/1359.47	c #Conflicts:    2428000 | #Constraints:     263117
1377.42/1381.67	c #Conflicts:    2429000 | #Constraints:     264117
1377.42/1381.67	c #Conflicts:    2430000 | #Constraints:     265117
1377.42/1381.67	c #Conflicts:    2431000 | #Constraints:     266117
1377.42/1381.67	c #Conflicts:    2432000 | #Constraints:     267117
1377.42/1381.67	c #Conflicts:    2433000 | #Constraints:     268117
1377.42/1381.67	c #Conflicts:    2434000 | #Constraints:     269117
1377.42/1381.67	c #Conflicts:    2435000 | #Constraints:     270117
1377.42/1381.67	c #Conflicts:    2436000 | #Constraints:     271117
1377.42/1381.67	c #Conflicts:    2437000 | #Constraints:     272117
1377.42/1381.67	c #Conflicts:    2438000 | #Constraints:     273117
1377.42/1381.67	c #Conflicts:    2439000 | #Constraints:     274117
1377.42/1381.67	c #Conflicts:    2440000 | #Constraints:     275117
1377.42/1381.67	c #Conflicts:    2441000 | #Constraints:     276117
1377.42/1381.67	c #Conflicts:    2442000 | #Constraints:     277117
1377.42/1381.67	c #Conflicts:    2443000 | #Constraints:     278117
1377.42/1381.67	c #Conflicts:    2444000 | #Constraints:     279117
1377.42/1381.67	c #Conflicts:    2445000 | #Constraints:     280117
1377.42/1381.67	c #Conflicts:    2446000 | #Constraints:     281117
1377.42/1381.67	c #Conflicts:    2447000 | #Constraints:     282117
1377.42/1381.67	c #Conflicts:    2448000 | #Constraints:     283117
1377.42/1381.67	c #Conflicts:    2449000 | #Constraints:     284117
1377.42/1381.67	c #Conflicts:    2450000 | #Constraints:     285117
1377.42/1381.67	c #Conflicts:    2451000 | #Constraints:     286117
1377.42/1381.67	c #Conflicts:    2452000 | #Constraints:     287117
1377.42/1381.67	c #Conflicts:    2453000 | #Constraints:     288117
1377.42/1381.67	c #Conflicts:    2454000 | #Constraints:     289117
1377.42/1381.67	c #Conflicts:    2455000 | #Constraints:     290117
1377.42/1381.67	c #Conflicts:    2456000 | #Constraints:     291117
1377.42/1381.67	c #Conflicts:    2457000 | #Constraints:     292117
1377.42/1381.67	c #Conflicts:    2458000 | #Constraints:     293117
1377.42/1381.67	c #Conflicts:    2459000 | #Constraints:     294117
1377.42/1381.67	c #Conflicts:    2460000 | #Constraints:     295117
1377.42/1381.67	c #Conflicts:    2461000 | #Constraints:     296117
1377.42/1381.67	c #Conflicts:    2462000 | #Constraints:     297117
1377.42/1381.67	c #Conflicts:    2463000 | #Constraints:     298117
1377.42/1381.67	c #Conflicts:    2464000 | #Constraints:     299117
1377.42/1381.67	c #Conflicts:    2465000 | #Constraints:     300117
1377.42/1381.67	c #Conflicts:    2466000 | #Constraints:     301117
1377.42/1381.67	c #Conflicts:    2467000 | #Constraints:     302117
1377.42/1381.67	c #Conflicts:    2468000 | #Constraints:     303117
1377.42/1381.67	c #Conflicts:    2469000 | #Constraints:     304117
1377.42/1381.67	c #Conflicts:    2470000 | #Constraints:     305117
1377.42/1381.67	c #Conflicts:    2471000 | #Constraints:     306117
1377.42/1381.67	c #Conflicts:    2472000 | #Constraints:     307117
1377.42/1381.67	c #Conflicts:    2473000 | #Constraints:     308117
1377.42/1381.67	c #Conflicts:    2474000 | #Constraints:     309117
1377.42/1381.67	c #Conflicts:    2475000 | #Constraints:     310117
1377.42/1381.67	c #Conflicts:    2476000 | #Constraints:     311117
1377.42/1381.67	c #Conflicts:    2477000 | #Constraints:     312117
1377.42/1381.67	c #Conflicts:    2478000 | #Constraints:     313117
1377.42/1381.67	c #Conflicts:    2479000 | #Constraints:     314117
1377.42/1381.67	c #Conflicts:    2480000 | #Constraints:     315117
1377.42/1381.67	c #Conflicts:    2481000 | #Constraints:     316117
1377.42/1381.67	c #Conflicts:    2482000 | #Constraints:     317117
1377.42/1381.67	c #Conflicts:    2483000 | #Constraints:     318117
1377.42/1381.67	c #Conflicts:    2484000 | #Constraints:     319117
1377.42/1381.67	c #Conflicts:    2485000 | #Constraints:     320117
1377.42/1381.67	c #Conflicts:    2486000 | #Constraints:     321117
1377.42/1381.67	c #Conflicts:    2487000 | #Constraints:     322117
1377.42/1381.67	c #Conflicts:    2488000 | #Constraints:     323117
1377.42/1381.67	c #Conflicts:    2489000 | #Constraints:     324117
1377.42/1381.67	c #Conflicts:    2490000 | #Constraints:     325117
1377.42/1381.67	c #Conflicts:    2491000 | #Constraints:     326117
1377.42/1381.67	c #Conflicts:    2492000 | #Constraints:     327117
1377.42/1381.67	c #Conflicts:    2493000 | #Constraints:     328117
1377.42/1381.67	c #Conflicts:    2494000 | #Constraints:     329117
1377.42/1381.67	c #Conflicts:    2495000 | #Constraints:     330117
1377.42/1381.67	c #Conflicts:    2496000 | #Constraints:     331117
1377.42/1381.67	c #Conflicts:    2497000 | #Constraints:     332117
1377.42/1381.67	c #Conflicts:    2498000 | #Constraints:     333117
1377.42/1381.67	c #Conflicts:    2499000 | #Constraints:     334117
1377.42/1381.67	c #Conflicts:    2500000 | #Constraints:     335117
1377.42/1381.67	c #Conflicts:    2501000 | #Constraints:     336117
1377.42/1381.67	c #Conflicts:    2502000 | #Constraints:     337117
1377.42/1381.67	c #Conflicts:    2503000 | #Constraints:     338117
1377.42/1381.67	c #Conflicts:    2504000 | #Constraints:     339117
1377.42/1381.67	c #Conflicts:    2505000 | #Constraints:     340117
1377.42/1381.67	c #Conflicts:    2506000 | #Constraints:     341117
1377.42/1381.67	c #Conflicts:    2507000 | #Constraints:     342117
1400.78/1405.04	c #Conflicts:    2508000 | #Constraints:     343117
1400.78/1405.04	c #Conflicts:    2509000 | #Constraints:     344117
1400.78/1405.04	c #Conflicts:    2510000 | #Constraints:     345117
1400.78/1405.04	c #Conflicts:    2511000 | #Constraints:     346117
1400.78/1405.04	c #Conflicts:    2512000 | #Constraints:     347117
1400.78/1405.04	c #Conflicts:    2513000 | #Constraints:     348117
1400.78/1405.04	c INPROCESSING
1400.78/1405.04	c GARBAGE COLLECT
1400.78/1405.04	c #Conflicts:    2514000 | #Constraints:     264445
1400.78/1405.04	c #Conflicts:    2515000 | #Constraints:     265445
1400.78/1405.04	c #Conflicts:    2516000 | #Constraints:     266445
1400.78/1405.04	c #Conflicts:    2517000 | #Constraints:     267445
1400.78/1405.04	c #Conflicts:    2518000 | #Constraints:     268445
1400.78/1405.04	c #Conflicts:    2519000 | #Constraints:     269445
1400.78/1405.04	c #Conflicts:    2520000 | #Constraints:     270445
1400.78/1405.04	c #Conflicts:    2521000 | #Constraints:     271445
1400.78/1405.04	c #Conflicts:    2522000 | #Constraints:     272445
1400.78/1405.04	c #Conflicts:    2523000 | #Constraints:     273445
1400.78/1405.04	c #Conflicts:    2524000 | #Constraints:     274445
1400.78/1405.04	c #Conflicts:    2525000 | #Constraints:     275445
1400.78/1405.04	c #Conflicts:    2526000 | #Constraints:     276445
1400.78/1405.04	c #Conflicts:    2527000 | #Constraints:     277445
1400.78/1405.04	c #Conflicts:    2528000 | #Constraints:     278445
1400.78/1405.04	c #Conflicts:    2529000 | #Constraints:     279445
1400.78/1405.04	c #Conflicts:    2530000 | #Constraints:     280445
1400.78/1405.04	c #Conflicts:    2531000 | #Constraints:     281445
1400.78/1405.04	c #Conflicts:    2532000 | #Constraints:     282445
1400.78/1405.04	c #Conflicts:    2533000 | #Constraints:     283445
1400.78/1405.04	c #Conflicts:    2534000 | #Constraints:     284445
1400.78/1405.04	c #Conflicts:    2535000 | #Constraints:     285445
1400.78/1405.04	c #Conflicts:    2536000 | #Constraints:     286445
1400.78/1405.04	c #Conflicts:    2537000 | #Constraints:     287445
1400.78/1405.04	c #Conflicts:    2538000 | #Constraints:     288445
1400.78/1405.04	c #Conflicts:    2539000 | #Constraints:     289445
1400.78/1405.04	c #Conflicts:    2540000 | #Constraints:     290445
1400.78/1405.04	c #Conflicts:    2541000 | #Constraints:     291445
1400.78/1405.04	c #Conflicts:    2542000 | #Constraints:     292445
1400.78/1405.04	c #Conflicts:    2543000 | #Constraints:     293445
1400.78/1405.04	c #Conflicts:    2544000 | #Constraints:     294445
1400.78/1405.04	c #Conflicts:    2545000 | #Constraints:     295445
1400.78/1405.04	c #Conflicts:    2546000 | #Constraints:     296445
1400.78/1405.04	c #Conflicts:    2547000 | #Constraints:     297445
1400.78/1405.04	c #Conflicts:    2548000 | #Constraints:     298445
1400.78/1405.04	c #Conflicts:    2549000 | #Constraints:     299445
1400.78/1405.04	c #Conflicts:    2550000 | #Constraints:     300445
1400.78/1405.04	c #Conflicts:    2551000 | #Constraints:     301445
1400.78/1405.04	c #Conflicts:    2552000 | #Constraints:     302445
1400.78/1405.04	c #Conflicts:    2553000 | #Constraints:     303445
1400.78/1405.04	c #Conflicts:    2554000 | #Constraints:     304445
1400.78/1405.04	c #Conflicts:    2555000 | #Constraints:     305445
1400.78/1405.04	c #Conflicts:    2556000 | #Constraints:     306445
1400.78/1405.04	c INPROCESSING
1400.78/1405.04	c GARBAGE COLLECT
1400.78/1405.04	c #Conflicts:    2557000 | #Constraints:     246097
1400.78/1405.04	c #Conflicts:    2558000 | #Constraints:     247097
1400.78/1405.04	c #Conflicts:    2559000 | #Constraints:     248097
1400.78/1405.04	c #Conflicts:    2560000 | #Constraints:     249097
1400.78/1405.04	c #Conflicts:    2561000 | #Constraints:     250097
1400.78/1405.04	c #Conflicts:    2562000 | #Constraints:     251097
1400.78/1405.04	c #Conflicts:    2563000 | #Constraints:     252097
1400.78/1405.04	c #Conflicts:    2564000 | #Constraints:     253097
1400.78/1405.04	c #Conflicts:    2565000 | #Constraints:     254097
1400.78/1405.04	c #Conflicts:    2566000 | #Constraints:     255097
1400.78/1405.04	c #Conflicts:    2567000 | #Constraints:     256097
1400.78/1405.04	c #Conflicts:    2568000 | #Constraints:     257097
1400.78/1405.04	c #Conflicts:    2569000 | #Constraints:     258097
1400.78/1405.04	c #Conflicts:    2570000 | #Constraints:     259097
1400.78/1405.04	c #Conflicts:    2571000 | #Constraints:     260097
1400.78/1405.04	c #Conflicts:    2572000 | #Constraints:     261097
1400.78/1405.04	c #Conflicts:    2573000 | #Constraints:     262097
1400.78/1405.04	c #Conflicts:    2574000 | #Constraints:     263097
1400.78/1405.04	c #Conflicts:    2575000 | #Constraints:     264097
1400.78/1405.04	c #Conflicts:    2576000 | #Constraints:     265097
1400.78/1405.04	c #Conflicts:    2577000 | #Constraints:     266097
1400.78/1405.04	c #Conflicts:    2578000 | #Constraints:     267097
1400.78/1405.04	c #Conflicts:    2579000 | #Constraints:     268097
1400.78/1405.04	c #Conflicts:    2580000 | #Constraints:     269097
1400.78/1405.04	c #Conflicts:    2581000 | #Constraints:     270097
1400.78/1405.04	c #Conflicts:    2582000 | #Constraints:     271097
1400.78/1405.04	c #Conflicts:    2583000 | #Constraints:     272097
1400.78/1405.04	c #Conflicts:    2584000 | #Constraints:     273097
1417.83/1422.16	c #Conflicts:    2585000 | #Constraints:     274097
1417.83/1422.16	c #Conflicts:    2586000 | #Constraints:     275097
1417.83/1422.16	c #Conflicts:    2587000 | #Constraints:     276097
1417.83/1422.16	c #Conflicts:    2588000 | #Constraints:     277097
1417.83/1422.16	c #Conflicts:    2589000 | #Constraints:     278097
1417.83/1422.16	c #Conflicts:    2590000 | #Constraints:     279097
1417.83/1422.16	c #Conflicts:    2591000 | #Constraints:     280097
1417.83/1422.16	c #Conflicts:    2592000 | #Constraints:     281097
1417.83/1422.16	c #Conflicts:    2593000 | #Constraints:     282097
1417.83/1422.16	c #Conflicts:    2594000 | #Constraints:     283097
1417.83/1422.16	c #Conflicts:    2595000 | #Constraints:     284097
1417.83/1422.16	c #Conflicts:    2596000 | #Constraints:     285097
1417.83/1422.16	c #Conflicts:    2597000 | #Constraints:     286097
1417.83/1422.16	c #Conflicts:    2598000 | #Constraints:     287097
1417.83/1422.16	c #Conflicts:    2599000 | #Constraints:     288097
1417.83/1422.16	c #Conflicts:    2600000 | #Constraints:     289097
1417.83/1422.16	c #Conflicts:    2601000 | #Constraints:     290097
1417.83/1422.16	c #Conflicts:    2602000 | #Constraints:     291097
1417.83/1422.16	c #Conflicts:    2603000 | #Constraints:     292097
1417.83/1422.16	c #Conflicts:    2604000 | #Constraints:     293097
1417.83/1422.16	c #Conflicts:    2605000 | #Constraints:     294097
1417.83/1422.16	c #Conflicts:    2606000 | #Constraints:     295097
1417.83/1422.16	c #Conflicts:    2607000 | #Constraints:     296097
1417.83/1422.16	c #Conflicts:    2608000 | #Constraints:     297097
1417.83/1422.16	c #Conflicts:    2609000 | #Constraints:     298097
1417.83/1422.16	c #Conflicts:    2610000 | #Constraints:     299097
1417.83/1422.16	c #Conflicts:    2611000 | #Constraints:     300097
1417.83/1422.16	c #Conflicts:    2612000 | #Constraints:     301097
1417.83/1422.16	c #Conflicts:    2613000 | #Constraints:     302097
1417.83/1422.16	c #Conflicts:    2614000 | #Constraints:     303097
1417.83/1422.16	c #Conflicts:    2615000 | #Constraints:     304097
1417.83/1422.16	c #Conflicts:    2616000 | #Constraints:     305097
1417.83/1422.16	c #Conflicts:    2617000 | #Constraints:     306097
1417.83/1422.16	c #Conflicts:    2618000 | #Constraints:     307097
1417.83/1422.16	c #Conflicts:    2619000 | #Constraints:     308097
1417.83/1422.16	c #Conflicts:    2620000 | #Constraints:     309097
1417.83/1422.16	c #Conflicts:    2621000 | #Constraints:     310097
1417.83/1422.16	c #Conflicts:    2622000 | #Constraints:     311097
1417.83/1422.16	c #Conflicts:    2623000 | #Constraints:     312097
1417.83/1422.16	c #Conflicts:    2624000 | #Constraints:     313097
1417.83/1422.16	c #Conflicts:    2625000 | #Constraints:     314097
1417.83/1422.16	c #Conflicts:    2626000 | #Constraints:     315097
1417.83/1422.16	c #Conflicts:    2627000 | #Constraints:     316097
1417.83/1422.16	c #Conflicts:    2628000 | #Constraints:     317097
1417.83/1422.16	c #Conflicts:    2629000 | #Constraints:     318097
1417.83/1422.16	c #Conflicts:    2630000 | #Constraints:     319097
1417.83/1422.16	c #Conflicts:    2631000 | #Constraints:     320097
1417.83/1422.16	c #Conflicts:    2632000 | #Constraints:     321097
1417.83/1422.16	c #Conflicts:    2633000 | #Constraints:     322097
1417.83/1422.16	c #Conflicts:    2634000 | #Constraints:     323097
1417.83/1422.16	c #Conflicts:    2635000 | #Constraints:     324097
1417.83/1422.16	c #Conflicts:    2636000 | #Constraints:     325097
1417.83/1422.16	c #Conflicts:    2637000 | #Constraints:     326097
1417.83/1422.16	c #Conflicts:    2638000 | #Constraints:     327097
1417.83/1422.16	c #Conflicts:    2639000 | #Constraints:     328097
1417.83/1422.16	c #Conflicts:    2640000 | #Constraints:     329097
1417.83/1422.16	c #Conflicts:    2641000 | #Constraints:     330097
1417.83/1422.16	c #Conflicts:    2642000 | #Constraints:     331097
1417.83/1422.16	c #Conflicts:    2643000 | #Constraints:     332097
1417.83/1422.16	c #Conflicts:    2644000 | #Constraints:     333097
1417.83/1422.16	c #Conflicts:    2645000 | #Constraints:     334097
1417.83/1422.16	c #Conflicts:    2646000 | #Constraints:     335097
1417.83/1422.16	c #Conflicts:    2647000 | #Constraints:     336097
1417.83/1422.16	c #Conflicts:    2648000 | #Constraints:     337097
1417.83/1422.16	c #Conflicts:    2649000 | #Constraints:     338097
1417.83/1422.16	c #Conflicts:    2650000 | #Constraints:     339097
1417.83/1422.16	c #Conflicts:    2651000 | #Constraints:     340097
1417.83/1422.16	c #Conflicts:    2652000 | #Constraints:     341097
1417.83/1422.16	c #Conflicts:    2653000 | #Constraints:     342097
1417.83/1422.16	c #Conflicts:    2654000 | #Constraints:     343097
1417.83/1422.16	c #Conflicts:    2655000 | #Constraints:     344097
1417.83/1422.16	c #Conflicts:    2656000 | #Constraints:     345097
1417.83/1422.16	c #Conflicts:    2657000 | #Constraints:     346097
1417.83/1422.16	c #Conflicts:    2658000 | #Constraints:     347097
1417.83/1422.16	c #Conflicts:    2659000 | #Constraints:     348097
1417.83/1422.16	c #Conflicts:    2660000 | #Constraints:     349097
1417.83/1422.16	c #Conflicts:    2661000 | #Constraints:     350097
1417.83/1422.16	c #Conflicts:    2662000 | #Constraints:     351097
1417.83/1422.16	c #Conflicts:    2663000 | #Constraints:     352097
1441.95/1446.35	c #Conflicts:    2664000 | #Constraints:     353097
1441.95/1446.35	c INPROCESSING
1441.95/1446.35	c GARBAGE COLLECT
1441.95/1446.35	c #Conflicts:    2665000 | #Constraints:     266940
1441.95/1446.35	c #Conflicts:    2666000 | #Constraints:     267940
1441.95/1446.35	c #Conflicts:    2667000 | #Constraints:     268940
1441.95/1446.35	c #Conflicts:    2668000 | #Constraints:     269940
1441.95/1446.35	c #Conflicts:    2669000 | #Constraints:     270940
1441.95/1446.35	c #Conflicts:    2670000 | #Constraints:     271940
1441.95/1446.35	c #Conflicts:    2671000 | #Constraints:     272940
1441.95/1446.35	c #Conflicts:    2672000 | #Constraints:     273940
1441.95/1446.35	c #Conflicts:    2673000 | #Constraints:     274940
1441.95/1446.35	c #Conflicts:    2674000 | #Constraints:     275940
1441.95/1446.35	c #Conflicts:    2675000 | #Constraints:     276940
1441.95/1446.35	c #Conflicts:    2676000 | #Constraints:     277940
1441.95/1446.35	c #Conflicts:    2677000 | #Constraints:     278940
1441.95/1446.35	c #Conflicts:    2678000 | #Constraints:     279940
1441.95/1446.35	c #Conflicts:    2679000 | #Constraints:     280940
1441.95/1446.35	c #Conflicts:    2680000 | #Constraints:     281940
1441.95/1446.35	c #Conflicts:    2681000 | #Constraints:     282940
1441.95/1446.35	c #Conflicts:    2682000 | #Constraints:     283940
1441.95/1446.35	c #Conflicts:    2683000 | #Constraints:     284940
1441.95/1446.35	c #Conflicts:    2684000 | #Constraints:     285940
1441.95/1446.35	c #Conflicts:    2685000 | #Constraints:     286940
1441.95/1446.35	c #Conflicts:    2686000 | #Constraints:     287940
1441.95/1446.35	c #Conflicts:    2687000 | #Constraints:     288940
1441.95/1446.35	c #Conflicts:    2688000 | #Constraints:     289940
1441.95/1446.35	c #Conflicts:    2689000 | #Constraints:     290940
1441.95/1446.35	c #Conflicts:    2690000 | #Constraints:     291940
1441.95/1446.35	c #Conflicts:    2691000 | #Constraints:     292940
1441.95/1446.35	c #Conflicts:    2692000 | #Constraints:     293940
1441.95/1446.35	c #Conflicts:    2693000 | #Constraints:     294940
1441.95/1446.35	c #Conflicts:    2694000 | #Constraints:     295940
1441.95/1446.35	c #Conflicts:    2695000 | #Constraints:     296940
1441.95/1446.35	c #Conflicts:    2696000 | #Constraints:     297940
1441.95/1446.35	c #Conflicts:    2697000 | #Constraints:     298940
1441.95/1446.35	c #Conflicts:    2698000 | #Constraints:     299940
1441.95/1446.35	c #Conflicts:    2699000 | #Constraints:     300941
1441.95/1446.35	c #Conflicts:    2700000 | #Constraints:     301941
1441.95/1446.35	c #Conflicts:    2701000 | #Constraints:     302941
1441.95/1446.35	c #Conflicts:    2702000 | #Constraints:     303941
1441.95/1446.35	c #Conflicts:    2703000 | #Constraints:     304941
1441.95/1446.35	c #Conflicts:    2704000 | #Constraints:     305941
1441.95/1446.35	c #Conflicts:    2705000 | #Constraints:     306941
1441.95/1446.35	c #Conflicts:    2706000 | #Constraints:     307941
1441.95/1446.35	c #Conflicts:    2707000 | #Constraints:     308941
1441.95/1446.35	c #Conflicts:    2708000 | #Constraints:     309941
1441.95/1446.35	c INPROCESSING
1441.95/1446.35	c GARBAGE COLLECT
1441.95/1446.35	c #Conflicts:    2709000 | #Constraints:     249171
1441.95/1446.35	c #Conflicts:    2710000 | #Constraints:     250171
1441.95/1446.35	c #Conflicts:    2711000 | #Constraints:     251171
1441.95/1446.35	c #Conflicts:    2712000 | #Constraints:     252171
1441.95/1446.35	c #Conflicts:    2713000 | #Constraints:     253171
1441.95/1446.35	c #Conflicts:    2714000 | #Constraints:     254171
1441.95/1446.35	c #Conflicts:    2715000 | #Constraints:     255172
1441.95/1446.35	c #Conflicts:    2716000 | #Constraints:     256172
1441.95/1446.35	c #Conflicts:    2717000 | #Constraints:     257172
1441.95/1446.35	c #Conflicts:    2718000 | #Constraints:     258172
1441.95/1446.35	c #Conflicts:    2719000 | #Constraints:     259172
1441.95/1446.35	c #Conflicts:    2720000 | #Constraints:     260172
1441.95/1446.35	c #Conflicts:    2721000 | #Constraints:     261172
1441.95/1446.35	c #Conflicts:    2722000 | #Constraints:     262173
1441.95/1446.35	c #Conflicts:    2723000 | #Constraints:     263173
1441.95/1446.35	c #Conflicts:    2724000 | #Constraints:     264173
1441.95/1446.35	c #Conflicts:    2725000 | #Constraints:     265173
1441.95/1446.35	c #Conflicts:    2726000 | #Constraints:     266173
1441.95/1446.35	c #Conflicts:    2727000 | #Constraints:     267173
1441.95/1446.35	c #Conflicts:    2728000 | #Constraints:     268173
1441.95/1446.35	c #Conflicts:    2729000 | #Constraints:     269173
1441.95/1446.35	c #Conflicts:    2730000 | #Constraints:     270173
1441.95/1446.35	c #Conflicts:    2731000 | #Constraints:     271173
1441.95/1446.35	c #Conflicts:    2732000 | #Constraints:     272202
1441.95/1446.35	c #Conflicts:    2733000 | #Constraints:     273202
1441.95/1446.35	c #Conflicts:    2734000 | #Constraints:     274202
1441.95/1446.35	c #Conflicts:    2735000 | #Constraints:     275202
1441.95/1446.35	c #Conflicts:    2736000 | #Constraints:     276202
1441.95/1446.35	c #Conflicts:    2737000 | #Constraints:     277202
1441.95/1446.35	c #Conflicts:    2738000 | #Constraints:     278202
1441.95/1446.35	c #Conflicts:    2739000 | #Constraints:     279202
1441.95/1446.35	c #Conflicts:    2740000 | #Constraints:     280203
1441.95/1446.35	c #Conflicts:    2741000 | #Constraints:     281203
1463.61/1468.03	c #Conflicts:    2742000 | #Constraints:     282203
1463.61/1468.03	c #Conflicts:    2743000 | #Constraints:     283203
1463.61/1468.03	c #Conflicts:    2744000 | #Constraints:     284203
1463.61/1468.03	c #Conflicts:    2745000 | #Constraints:     285203
1463.61/1468.03	c #Conflicts:    2746000 | #Constraints:     286203
1463.61/1468.03	c #Conflicts:    2747000 | #Constraints:     287203
1463.61/1468.03	c #Conflicts:    2748000 | #Constraints:     288203
1463.61/1468.03	c #Conflicts:    2749000 | #Constraints:     289203
1463.61/1468.03	c #Conflicts:    2750000 | #Constraints:     290203
1463.61/1468.03	c #Conflicts:    2751000 | #Constraints:     291203
1463.61/1468.03	c #Conflicts:    2752000 | #Constraints:     292203
1463.61/1468.03	c #Conflicts:    2753000 | #Constraints:     293203
1463.61/1468.03	c #Conflicts:    2754000 | #Constraints:     294203
1463.61/1468.03	c #Conflicts:    2755000 | #Constraints:     295203
1463.61/1468.03	c #Conflicts:    2756000 | #Constraints:     296203
1463.61/1468.03	c #Conflicts:    2757000 | #Constraints:     297203
1463.61/1468.03	c #Conflicts:    2758000 | #Constraints:     298203
1463.61/1468.03	c #Conflicts:    2759000 | #Constraints:     299203
1463.61/1468.03	c #Conflicts:    2760000 | #Constraints:     300203
1463.61/1468.03	c #Conflicts:    2761000 | #Constraints:     301203
1463.61/1468.03	c #Conflicts:    2762000 | #Constraints:     302203
1463.61/1468.03	c #Conflicts:    2763000 | #Constraints:     303203
1463.61/1468.03	c #Conflicts:    2764000 | #Constraints:     304203
1463.61/1468.03	c #Conflicts:    2765000 | #Constraints:     305203
1463.61/1468.03	c #Conflicts:    2766000 | #Constraints:     306203
1463.61/1468.03	c #Conflicts:    2767000 | #Constraints:     307203
1463.61/1468.03	c #Conflicts:    2768000 | #Constraints:     308203
1463.61/1468.03	c #Conflicts:    2769000 | #Constraints:     309203
1463.61/1468.03	c #Conflicts:    2770000 | #Constraints:     310203
1463.61/1468.03	c #Conflicts:    2771000 | #Constraints:     311203
1463.61/1468.03	c #Conflicts:    2772000 | #Constraints:     312203
1463.61/1468.03	c #Conflicts:    2773000 | #Constraints:     313203
1463.61/1468.03	c #Conflicts:    2774000 | #Constraints:     314203
1463.61/1468.03	c #Conflicts:    2775000 | #Constraints:     315203
1463.61/1468.03	c #Conflicts:    2776000 | #Constraints:     316203
1463.61/1468.03	c #Conflicts:    2777000 | #Constraints:     317203
1463.61/1468.03	c #Conflicts:    2778000 | #Constraints:     318203
1463.61/1468.03	c #Conflicts:    2779000 | #Constraints:     319203
1463.61/1468.03	c #Conflicts:    2780000 | #Constraints:     320203
1463.61/1468.03	c #Conflicts:    2781000 | #Constraints:     321203
1463.61/1468.03	c #Conflicts:    2782000 | #Constraints:     322203
1463.61/1468.03	c #Conflicts:    2783000 | #Constraints:     323203
1463.61/1468.03	c #Conflicts:    2784000 | #Constraints:     324203
1463.61/1468.03	c #Conflicts:    2785000 | #Constraints:     325203
1463.61/1468.03	c #Conflicts:    2786000 | #Constraints:     326203
1463.61/1468.03	c #Conflicts:    2787000 | #Constraints:     327203
1463.61/1468.03	c #Conflicts:    2788000 | #Constraints:     328203
1463.61/1468.03	c #Conflicts:    2789000 | #Constraints:     329203
1463.61/1468.03	c #Conflicts:    2790000 | #Constraints:     330203
1463.61/1468.03	c #Conflicts:    2791000 | #Constraints:     331203
1463.61/1468.03	c #Conflicts:    2792000 | #Constraints:     332203
1463.61/1468.03	c #Conflicts:    2793000 | #Constraints:     333203
1463.61/1468.03	c #Conflicts:    2794000 | #Constraints:     334204
1463.61/1468.03	c #Conflicts:    2795000 | #Constraints:     335204
1463.61/1468.03	c #Conflicts:    2796000 | #Constraints:     336204
1463.61/1468.03	c #Conflicts:    2797000 | #Constraints:     337204
1463.61/1468.03	c #Conflicts:    2798000 | #Constraints:     338204
1463.61/1468.03	c #Conflicts:    2799000 | #Constraints:     339204
1463.61/1468.03	c #Conflicts:    2800000 | #Constraints:     340204
1463.61/1468.03	c #Conflicts:    2801000 | #Constraints:     341204
1463.61/1468.03	c #Conflicts:    2802000 | #Constraints:     342204
1463.61/1468.03	c #Conflicts:    2803000 | #Constraints:     343204
1463.61/1468.03	c #Conflicts:    2804000 | #Constraints:     344204
1463.61/1468.03	c #Conflicts:    2805000 | #Constraints:     345204
1463.61/1468.03	c #Conflicts:    2806000 | #Constraints:     346204
1463.61/1468.03	c #Conflicts:    2807000 | #Constraints:     347204
1463.61/1468.03	c #Conflicts:    2808000 | #Constraints:     348204
1463.61/1468.03	c #Conflicts:    2809000 | #Constraints:     349204
1463.61/1468.03	c #Conflicts:    2810000 | #Constraints:     350204
1463.61/1468.03	c #Conflicts:    2811000 | #Constraints:     351204
1463.61/1468.03	c #Conflicts:    2812000 | #Constraints:     352204
1463.61/1468.03	c #Conflicts:    2813000 | #Constraints:     353204
1463.61/1468.03	c #Conflicts:    2814000 | #Constraints:     354204
1463.61/1468.03	c #Conflicts:    2815000 | #Constraints:     355204
1463.61/1468.03	c #Conflicts:    2816000 | #Constraints:     356205
1463.61/1468.03	c #Conflicts:    2817000 | #Constraints:     357205
1463.61/1468.03	c #Conflicts:    2818000 | #Constraints:     358205
1463.61/1468.03	c #Conflicts:    2819000 | #Constraints:     359205
1468.08/1472.52	c INPROCESSING
1468.08/1472.52	c GARBAGE COLLECT
1468.08/1472.52	WSVECS04 Frhs2[49]: 6 -0.333379 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[81]: 6 0 0.375028 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[84]: 6 0 0.375063 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[85]: 6 0 0.375017 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[87]: 6 -1.00007 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[105]: 6 -1.87506 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[115]: 6 -2.33342 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[131]: 6 0 0.975037 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[132]: 6 0 0.975043 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[133]: 6 0 1.97509 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[134]: 6 0 0.975071 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[135]: 6 0 0.975094 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[143]: 6 -1.0001 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[159]: 6 0 0.500037 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[207]: 6 -21.6589 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[214]: 6 0 0.500044 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[220]: 6 0 0.500026 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[221]: 6 0 0.500016 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[222]: 6 0 0.500099 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[223]: 6 0 0.500063 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[224]: 6 0 0.500062 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[236]: 6 0 0.500051 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[373]: 6 -0.976289 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[559]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[575]: 6 -1.00004 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[612]: 6 0 18.1614 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[623]: 6 -1.00002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[625]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[655]: 6 -2.7251 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[657]: 6 -4.90002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[668]: 6 0 0.500036 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[669]: 6 0 0.500049 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[670]: 6 0 0.500037 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[671]: 6 0 0.500027 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[672]: 6 0 0.50008 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[684]: 6 0 1.00002 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[708]: 6 -1.00009 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[709]: 6 -1.00009 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[892]: 6 -1.00007 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[897]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[911]: 6 0 0.750059 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[912]: 6 0 0.750047 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[913]: 6 0 0.750068 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[914]: 6 0 0.750054 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[970]: 6 -0.714322 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1044]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1066]: 6 -54.2428 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1067]: 6 0 0.500059 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1079]: 6 -2.45619 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1141]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1142]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1146]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1196]: 6 -1.00009 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1341]: 6 -4.00004 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1398]: 6 0 0.500026 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1410]: 6 -1.00008 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1465]: 6 -0.666703 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1471]: 6 -1.00009 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1498]: 6 -1.00007 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1505]: 6 0 1.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1521]: 6 -0.600073 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1529]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1613]: 6 -1.00007 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1656]: 6 0 0.250065 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1657]: 6 0 0.250074 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1658]: 6 0 0.250029 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1659]: 6 0 0.250081 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1660]: 6 0 0.250017 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1760]: 6 0 1.00007 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1796]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1798]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1804]: 6 -1.00002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1919]: 6 0 1.00001 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1949]: 6 0 1.00004 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1950]: 6 0 2.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1951]: 6 0 2.00004 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1952]: 6 0 2.00001 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[1954]: 6 0 2.00001 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[2192]: 6 0 0.111132 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[2284]: 6 -1.00008 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[2300]: 6 0 0.0556453 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[2551]: 6 0 0.500038 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[2562]: 6 -1.50002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[2909]: 6 0 0.333347 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3048]: 6 -1.00001 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3079]: 6 0 1.00007 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3148]: 6 0 0.333407 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3174]: 6 0 0.500017 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3175]: 6 0 0.500013 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3177]: 6 0 0.500046 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3179]: 6 0 0.50002 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3210]: 6 -1.00009 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3237]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3357]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3377]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3417]: 6 0 1.00005 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3450]: 6 0 1.00001 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3466]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3467]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3515]: 6 -1.00008 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3518]: 6 -1.00002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3521]: 6 -0.80007 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3522]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3526]: 6 0 1.00001 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3595]: 6 -1.00008 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3608]: 6 0 1.00004 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3626]: 6 -1.00004 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3718]: 6 0 0.714323 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3730]: 6 -2.14288 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3760]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3811]: 6 -1.00007 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3838]: 6 -1.00002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3840]: 6 -0.666713 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3841]: 6 -0.333387 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3846]: 6 -0.666756 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3865]: 6 -1.00001 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3881]: 6 0 0.500042 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3892]: 6 -1.00002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3894]: 6 -0.833428 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[3925]: 6 0 0.500093 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4000]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4003]: 6 -1.00007 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4004]: 6 -1.00004 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4008]: 6 -1.00001 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4073]: 6 0 0.600077 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4080]: 6 -0.600035 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4121]: 6 0 1.00002 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4219]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4226]: 6 -1.00007 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4273]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4355]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4467]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4577]: 6 0 1.00002 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4604]: 6 -42.1018 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4821]: 6 -3.66674 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4824]: 6 -1.00009 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4826]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[4974]: 6 0 1.00002 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5008]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5028]: 6 0 0.500034 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5029]: 6 0 0.500024 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5030]: 6 0 0.500016 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5031]: 6 0 0.500045 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5061]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5067]: 6 -1.00001 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5095]: 6 -1.0001 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5097]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5106]: 6 0 0.750051 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5107]: 6 0 0.750091 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5108]: 6 0 0.75008 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5109]: 6 0 0.750092 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5113]: 6 0 0.750039 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5224]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5280]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5283]: 6 -1.00005 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5295]: 6 0 1.00002 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5304]: 6 -1.00004 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5413]: 6 -1.00004 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5464]: 6 0 1.00005 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5472]: 6 -1.00001 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5474]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5499]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5501]: 6 -2.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5515]: 6 0 1.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5537]: 6 0 1.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5575]: 6 -1.00001 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5661]: 6 -1.00002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5663]: 6 -1.00004 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5664]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5683]: 6 -1.00006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5796]: 6 -1.00004 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5798]: 6 -1.50006 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5799]: 6 -0.500096 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5904]: 6 -1.00002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5905]: 6 -1.00009 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5906]: 6 -1.00009 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5958]: 6 -1.00002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5980]: 6 -0.666697 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5987]: 6 -0.666687 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5988]: 6 -0.666686 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[5997]: 6 0 0.333401 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6014]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6021]: 6 0 1.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6097]: 6 -1.00008 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6271]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6275]: 6 -1.00002 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6368]: 6 0 1.44451 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6528]: 6 -1.00003 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6548]: 6 0 0.666684 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6549]: 6 0 0.666721 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6550]: 6 0 0.666681 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6551]: 6 0 0.666688 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6624]: 6 0 0.500041 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6626]: 6 0 1.50004 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6631]: 6 0 1.50003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6633]: 6 0 1.50004 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6831]: 6 0 0.333404 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6870]: 6 0 2.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6871]: 6 0 2.00005 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6874]: 6 0 2.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6876]: 6 0 2.00002 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[6897]: 6 0 1.91979 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7084]: 6 0 0.33343 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7085]: 6 0 0.333349 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7086]: 6 0 0.33338 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7087]: 6 0 0.333374 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7088]: 6 0 0.333395 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7089]: 6 0 0.333416 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7090]: 6 0 0.333363 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7091]: 6 0 0.333433 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7092]: 6 0 0.333356 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7273]: 6 0 0.333399 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7274]: 6 0 0.333418 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7275]: 6 0 0.333364 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7276]: 6 0 0.333415 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7277]: 6 0 0.333418 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7278]: 6 0 0.333368 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7279]: 6 0 0.333399 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7280]: 6 0 0.333418 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7281]: 6 0 0.333395 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7300]: 6 0 2.00004 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7301]: 6 0 2.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7302]: 6 0 2.00005 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7304]: 6 0 2.00006 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7455]: 6 0 1.00002 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7569]: 6 0 2.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7570]: 6 0 2.00007 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7571]: 6 0 3.00001 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7577]: 6 0 3.00001 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7776]: 6 -1.00004 0 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7881]: 6 0 1.00004 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7884]: 6 0 1.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7885]: 6 0 1.00006 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7918]: 6 0 1.00002 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7920]: 6 0 2.00003 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7921]: 6 0 2.00009 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7930]: 6 0 5.22232 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7931]: 6 0 5.22227 shouldn't be
1468.08/1472.52	WSVECS04 Frhs2[7932]: 6 0 5.22231 shouldn't be
1475.58/1480.03	c rational objective 322.111
1500.29/1504.85	c #Conflicts:    2820000 | #Constraints:     269931
1500.29/1504.85	c #Conflicts:    2821000 | #Constraints:     270931
1500.29/1504.85	c #Conflicts:    2822000 | #Constraints:     271931
1500.29/1504.85	c #Conflicts:    2823000 | #Constraints:     272931
1500.29/1504.85	c #Conflicts:    2824000 | #Constraints:     273931
1500.29/1504.85	c #Conflicts:    2825000 | #Constraints:     274931
1500.29/1504.85	c #Conflicts:    2826000 | #Constraints:     275931
1500.29/1504.85	c #Conflicts:    2827000 | #Constraints:     276931
1500.29/1504.85	c #Conflicts:    2828000 | #Constraints:     277931
1500.29/1504.85	c #Conflicts:    2829000 | #Constraints:     278931
1500.29/1504.85	c #Conflicts:    2830000 | #Constraints:     279931
1500.29/1504.85	c #Conflicts:    2831000 | #Constraints:     280931
1500.29/1504.85	c #Conflicts:    2832000 | #Constraints:     281931
1500.29/1504.85	c #Conflicts:    2833000 | #Constraints:     282931
1500.29/1504.85	c #Conflicts:    2834000 | #Constraints:     283931
1500.29/1504.85	c #Conflicts:    2835000 | #Constraints:     284931
1500.29/1504.85	c #Conflicts:    2836000 | #Constraints:     285931
1500.29/1504.85	c #Conflicts:    2837000 | #Constraints:     286931
1500.29/1504.85	c #Conflicts:    2838000 | #Constraints:     287931
1500.29/1504.85	c #Conflicts:    2839000 | #Constraints:     288931
1500.29/1504.85	c #Conflicts:    2840000 | #Constraints:     289931
1500.29/1504.85	c #Conflicts:    2841000 | #Constraints:     290931
1500.29/1504.85	c #Conflicts:    2842000 | #Constraints:     291931
1500.29/1504.85	c #Conflicts:    2843000 | #Constraints:     292931
1500.29/1504.85	c #Conflicts:    2844000 | #Constraints:     293931
1500.29/1504.85	c #Conflicts:    2845000 | #Constraints:     294931
1500.29/1504.85	c #Conflicts:    2846000 | #Constraints:     295931
1500.29/1504.85	c #Conflicts:    2847000 | #Constraints:     296931
1500.29/1504.85	c #Conflicts:    2848000 | #Constraints:     297931
1500.29/1504.85	c #Conflicts:    2849000 | #Constraints:     298931
1500.29/1504.85	c #Conflicts:    2850000 | #Constraints:     299932
1500.29/1504.85	c #Conflicts:    2851000 | #Constraints:     300932
1500.29/1504.85	c #Conflicts:    2852000 | #Constraints:     301932
1500.29/1504.85	c #Conflicts:    2853000 | #Constraints:     302932
1500.29/1504.85	c #Conflicts:    2854000 | #Constraints:     303932
1500.29/1504.85	c #Conflicts:    2855000 | #Constraints:     304932
1500.29/1504.85	c #Conflicts:    2856000 | #Constraints:     305932
1500.29/1504.85	c #Conflicts:    2857000 | #Constraints:     306932
1500.29/1504.85	c #Conflicts:    2858000 | #Constraints:     307932
1500.29/1504.85	c #Conflicts:    2859000 | #Constraints:     308932
1500.29/1504.85	c #Conflicts:    2860000 | #Constraints:     309932
1500.29/1504.85	c #Conflicts:    2861000 | #Constraints:     310932
1500.29/1504.85	c #Conflicts:    2862000 | #Constraints:     311932
1500.29/1504.85	c #Conflicts:    2863000 | #Constraints:     312932
1500.29/1504.85	c #Conflicts:    2864000 | #Constraints:     313932
1500.29/1504.85	c #Conflicts:    2865000 | #Constraints:     314932
1500.29/1504.85	c INPROCESSING
1500.29/1504.85	c GARBAGE COLLECT
1500.29/1504.85	c #Conflicts:    2866000 | #Constraints:     252857
1500.29/1504.85	c #Conflicts:    2867000 | #Constraints:     253857
1500.29/1504.85	c #Conflicts:    2868000 | #Constraints:     254857
1500.29/1504.85	c #Conflicts:    2869000 | #Constraints:     255857
1500.29/1504.85	c #Conflicts:    2870000 | #Constraints:     256857
1500.29/1504.85	c #Conflicts:    2871000 | #Constraints:     257857
1500.29/1504.85	c #Conflicts:    2872000 | #Constraints:     258857
1500.29/1504.85	c #Conflicts:    2873000 | #Constraints:     259857
1500.29/1504.85	c #Conflicts:    2874000 | #Constraints:     260857
1500.29/1504.85	c #Conflicts:    2875000 | #Constraints:     261857
1500.29/1504.85	c #Conflicts:    2876000 | #Constraints:     262857
1500.29/1504.85	c #Conflicts:    2877000 | #Constraints:     263857
1500.29/1504.85	c #Conflicts:    2878000 | #Constraints:     264857
1500.29/1504.85	c #Conflicts:    2879000 | #Constraints:     265857
1500.29/1504.85	c #Conflicts:    2880000 | #Constraints:     266857
1500.29/1504.85	c #Conflicts:    2881000 | #Constraints:     267857
1500.29/1504.85	c #Conflicts:    2882000 | #Constraints:     269010
1500.29/1504.85	c #Conflicts:    2883000 | #Constraints:     270010
1500.29/1504.85	c #Conflicts:    2884000 | #Constraints:     271010
1500.29/1504.85	c #Conflicts:    2885000 | #Constraints:     272010
1500.29/1504.85	c #Conflicts:    2886000 | #Constraints:     273010
1500.29/1504.85	c #Conflicts:    2887000 | #Constraints:     274010
1500.29/1504.85	c #Conflicts:    2888000 | #Constraints:     275010
1500.29/1504.85	c #Conflicts:    2889000 | #Constraints:     276011
1500.29/1504.85	c #Conflicts:    2890000 | #Constraints:     277011
1500.29/1504.85	c #Conflicts:    2891000 | #Constraints:     278011
1500.29/1504.85	c #Conflicts:    2892000 | #Constraints:     279011
1500.29/1504.85	c #Conflicts:    2893000 | #Constraints:     280011
1500.29/1504.85	c #Conflicts:    2894000 | #Constraints:     281011
1500.29/1504.85	c #Conflicts:    2895000 | #Constraints:     282011
1500.29/1504.85	c #Conflicts:    2896000 | #Constraints:     283011
1500.29/1504.85	c #Conflicts:    2897000 | #Constraints:     284011
1500.29/1504.85	c #Conflicts:    2898000 | #Constraints:     285011
1518.94/1523.51	c #Conflicts:    2899000 | #Constraints:     286011
1518.94/1523.51	c #Conflicts:    2900000 | #Constraints:     287011
1518.94/1523.51	c #Conflicts:    2901000 | #Constraints:     288011
1518.94/1523.51	c #Conflicts:    2902000 | #Constraints:     289011
1518.94/1523.51	c #Conflicts:    2903000 | #Constraints:     290011
1518.94/1523.51	c #Conflicts:    2904000 | #Constraints:     291011
1518.94/1523.51	c #Conflicts:    2905000 | #Constraints:     292011
1518.94/1523.51	c #Conflicts:    2906000 | #Constraints:     293011
1518.94/1523.51	c #Conflicts:    2907000 | #Constraints:     294011
1518.94/1523.51	c #Conflicts:    2908000 | #Constraints:     295011
1518.94/1523.51	c #Conflicts:    2909000 | #Constraints:     296011
1518.94/1523.51	c #Conflicts:    2910000 | #Constraints:     297011
1518.94/1523.51	c #Conflicts:    2911000 | #Constraints:     298011
1518.94/1523.51	c #Conflicts:    2912000 | #Constraints:     299011
1518.94/1523.51	c #Conflicts:    2913000 | #Constraints:     300011
1518.94/1523.51	c #Conflicts:    2914000 | #Constraints:     301011
1518.94/1523.51	c #Conflicts:    2915000 | #Constraints:     302011
1518.94/1523.51	c #Conflicts:    2916000 | #Constraints:     303013
1518.94/1523.51	c #Conflicts:    2917000 | #Constraints:     304013
1518.94/1523.51	c #Conflicts:    2918000 | #Constraints:     305013
1518.94/1523.51	c #Conflicts:    2919000 | #Constraints:     306013
1518.94/1523.51	c #Conflicts:    2920000 | #Constraints:     307013
1518.94/1523.51	c #Conflicts:    2921000 | #Constraints:     308013
1518.94/1523.51	c #Conflicts:    2922000 | #Constraints:     309013
1518.94/1523.51	c #Conflicts:    2923000 | #Constraints:     310013
1518.94/1523.51	c #Conflicts:    2924000 | #Constraints:     311013
1518.94/1523.51	c #Conflicts:    2925000 | #Constraints:     312013
1518.94/1523.51	c #Conflicts:    2926000 | #Constraints:     313013
1518.94/1523.51	c #Conflicts:    2927000 | #Constraints:     314013
1518.94/1523.51	c #Conflicts:    2928000 | #Constraints:     315013
1518.94/1523.51	c #Conflicts:    2929000 | #Constraints:     316013
1518.94/1523.51	c #Conflicts:    2930000 | #Constraints:     317013
1518.94/1523.51	c #Conflicts:    2931000 | #Constraints:     318013
1518.94/1523.51	c #Conflicts:    2932000 | #Constraints:     319013
1518.94/1523.51	c #Conflicts:    2933000 | #Constraints:     320013
1518.94/1523.51	c #Conflicts:    2934000 | #Constraints:     321013
1518.94/1523.51	c #Conflicts:    2935000 | #Constraints:     322013
1518.94/1523.51	c #Conflicts:    2936000 | #Constraints:     323013
1518.94/1523.51	c #Conflicts:    2937000 | #Constraints:     324013
1518.94/1523.51	c #Conflicts:    2938000 | #Constraints:     325013
1518.94/1523.51	c #Conflicts:    2939000 | #Constraints:     326013
1518.94/1523.51	c #Conflicts:    2940000 | #Constraints:     327013
1518.94/1523.51	c #Conflicts:    2941000 | #Constraints:     328013
1518.94/1523.51	c #Conflicts:    2942000 | #Constraints:     329013
1518.94/1523.51	c #Conflicts:    2943000 | #Constraints:     330013
1518.94/1523.51	c #Conflicts:    2944000 | #Constraints:     331013
1518.94/1523.51	c #Conflicts:    2945000 | #Constraints:     332013
1518.94/1523.51	c #Conflicts:    2946000 | #Constraints:     333013
1518.94/1523.51	c #Conflicts:    2947000 | #Constraints:     334013
1518.94/1523.51	c #Conflicts:    2948000 | #Constraints:     335013
1518.94/1523.51	c #Conflicts:    2949000 | #Constraints:     336013
1518.94/1523.51	c #Conflicts:    2950000 | #Constraints:     337013
1518.94/1523.51	c #Conflicts:    2951000 | #Constraints:     338013
1518.94/1523.51	c #Conflicts:    2952000 | #Constraints:     339013
1518.94/1523.51	c #Conflicts:    2953000 | #Constraints:     340013
1518.94/1523.51	c #Conflicts:    2954000 | #Constraints:     341013
1518.94/1523.51	c #Conflicts:    2955000 | #Constraints:     342013
1518.94/1523.51	c #Conflicts:    2956000 | #Constraints:     343013
1518.94/1523.51	c #Conflicts:    2957000 | #Constraints:     344013
1518.94/1523.51	c #Conflicts:    2958000 | #Constraints:     345013
1518.94/1523.51	c #Conflicts:    2959000 | #Constraints:     346013
1518.94/1523.51	c #Conflicts:    2960000 | #Constraints:     347013
1518.94/1523.51	c #Conflicts:    2961000 | #Constraints:     348013
1518.94/1523.51	c #Conflicts:    2962000 | #Constraints:     349013
1518.94/1523.51	c #Conflicts:    2963000 | #Constraints:     350013
1518.94/1523.51	c #Conflicts:    2964000 | #Constraints:     351013
1518.94/1523.51	c #Conflicts:    2965000 | #Constraints:     352013
1518.94/1523.51	c #Conflicts:    2966000 | #Constraints:     353013
1518.94/1523.51	c #Conflicts:    2967000 | #Constraints:     354013
1518.94/1523.51	c #Conflicts:    2968000 | #Constraints:     355013
1518.94/1523.51	c #Conflicts:    2969000 | #Constraints:     356013
1518.94/1523.51	c #Conflicts:    2970000 | #Constraints:     357013
1518.94/1523.51	c #Conflicts:    2971000 | #Constraints:     358013
1518.94/1523.51	c #Conflicts:    2972000 | #Constraints:     359013
1518.94/1523.51	c #Conflicts:    2973000 | #Constraints:     360013
1518.94/1523.51	c #Conflicts:    2974000 | #Constraints:     361013
1518.94/1523.51	c #Conflicts:    2975000 | #Constraints:     362013
1518.94/1523.51	c #Conflicts:    2976000 | #Constraints:     363013
1556.15/1560.88	c #Conflicts:    2977000 | #Constraints:     364013
1556.15/1560.88	c #Conflicts:    2978000 | #Constraints:     365013
1556.15/1560.88	c #Conflicts:    2979000 | #Constraints:     366013
1556.15/1560.88	c INPROCESSING
1556.15/1560.88	c GARBAGE COLLECT
1556.15/1560.88	c #Conflicts:    2980000 | #Constraints:     273122
1556.15/1560.88	c #Conflicts:    2981000 | #Constraints:     274122
1556.15/1560.88	c #Conflicts:    2982000 | #Constraints:     275122
1556.15/1560.88	c #Conflicts:    2983000 | #Constraints:     276122
1556.15/1560.88	c #Conflicts:    2984000 | #Constraints:     277122
1556.15/1560.88	c #Conflicts:    2985000 | #Constraints:     278122
1556.15/1560.88	c #Conflicts:    2986000 | #Constraints:     279122
1556.15/1560.88	c #Conflicts:    2987000 | #Constraints:     280122
1556.15/1560.88	c #Conflicts:    2988000 | #Constraints:     281122
1556.15/1560.88	c #Conflicts:    2989000 | #Constraints:     282122
1556.15/1560.88	c #Conflicts:    2990000 | #Constraints:     283122
1556.15/1560.88	c #Conflicts:    2991000 | #Constraints:     284122
1556.15/1560.88	c #Conflicts:    2992000 | #Constraints:     285122
1556.15/1560.88	c #Conflicts:    2993000 | #Constraints:     286122
1556.15/1560.88	c #Conflicts:    2994000 | #Constraints:     287122
1556.15/1560.88	c #Conflicts:    2995000 | #Constraints:     288122
1556.15/1560.88	c #Conflicts:    2996000 | #Constraints:     289122
1556.15/1560.88	c #Conflicts:    2997000 | #Constraints:     290122
1556.15/1560.88	c #Conflicts:    2998000 | #Constraints:     291122
1556.15/1560.88	c #Conflicts:    2999000 | #Constraints:     292122
1556.15/1560.88	c #Conflicts:    3000000 | #Constraints:     293122
1556.15/1560.88	c #Conflicts:    3001000 | #Constraints:     294122
1556.15/1560.88	c #Conflicts:    3002000 | #Constraints:     295122
1556.15/1560.88	c #Conflicts:    3003000 | #Constraints:     296122
1556.15/1560.88	c #Conflicts:    3004000 | #Constraints:     297122
1556.15/1560.88	c #Conflicts:    3005000 | #Constraints:     298122
1556.15/1560.88	c #Conflicts:    3006000 | #Constraints:     299122
1556.15/1560.88	c #Conflicts:    3007000 | #Constraints:     300122
1556.15/1560.88	c #Conflicts:    3008000 | #Constraints:     301122
1556.15/1560.88	c #Conflicts:    3009000 | #Constraints:     302122
1556.15/1560.88	c #Conflicts:    3010000 | #Constraints:     303122
1556.15/1560.88	c #Conflicts:    3011000 | #Constraints:     304122
1556.15/1560.88	c #Conflicts:    3012000 | #Constraints:     305122
1556.15/1560.88	c #Conflicts:    3013000 | #Constraints:     306122
1556.15/1560.88	c #Conflicts:    3014000 | #Constraints:     307122
1556.15/1560.88	c #Conflicts:    3015000 | #Constraints:     308122
1556.15/1560.88	c #Conflicts:    3016000 | #Constraints:     309122
1556.15/1560.88	c #Conflicts:    3017000 | #Constraints:     310122
1556.15/1560.88	c #Conflicts:    3018000 | #Constraints:     311122
1556.15/1560.88	c #Conflicts:    3019000 | #Constraints:     312122
1556.15/1560.88	c #Conflicts:    3020000 | #Constraints:     313122
1556.15/1560.88	c #Conflicts:    3021000 | #Constraints:     314122
1556.15/1560.88	c #Conflicts:    3022000 | #Constraints:     315122
1556.15/1560.88	c #Conflicts:    3023000 | #Constraints:     316122
1556.15/1560.88	c #Conflicts:    3024000 | #Constraints:     317122
1556.15/1560.88	c #Conflicts:    3025000 | #Constraints:     318122
1556.15/1560.88	c #Conflicts:    3026000 | #Constraints:     319122
1556.15/1560.88	c INPROCESSING
1556.15/1560.88	c GARBAGE COLLECT
1556.15/1560.88	c #Conflicts:    3027000 | #Constraints:     256075
1556.15/1560.88	c #Conflicts:    3028000 | #Constraints:     257075
1556.15/1560.88	c #Conflicts:    3029000 | #Constraints:     258075
1556.15/1560.88	c #Conflicts:    3030000 | #Constraints:     259075
1556.15/1560.88	c #Conflicts:    3031000 | #Constraints:     260075
1556.15/1560.88	c #Conflicts:    3032000 | #Constraints:     261075
1556.15/1560.88	c #Conflicts:    3033000 | #Constraints:     262075
1556.15/1560.88	c #Conflicts:    3034000 | #Constraints:     263075
1556.15/1560.88	c #Conflicts:    3035000 | #Constraints:     264075
1556.15/1560.88	c #Conflicts:    3036000 | #Constraints:     265075
1556.15/1560.88	c #Conflicts:    3037000 | #Constraints:     266075
1556.15/1560.88	c #Conflicts:    3038000 | #Constraints:     267075
1556.15/1560.88	c #Conflicts:    3039000 | #Constraints:     268075
1556.15/1560.88	c #Conflicts:    3040000 | #Constraints:     269075
1556.15/1560.88	c #Conflicts:    3041000 | #Constraints:     270075
1556.15/1560.88	c #Conflicts:    3042000 | #Constraints:     271075
1556.15/1560.88	c #Conflicts:    3043000 | #Constraints:     272075
1556.15/1560.88	c #Conflicts:    3044000 | #Constraints:     273075
1556.15/1560.88	c #Conflicts:    3045000 | #Constraints:     274075
1556.15/1560.88	c #Conflicts:    3046000 | #Constraints:     275075
1556.15/1560.88	c #Conflicts:    3047000 | #Constraints:     276075
1556.15/1560.88	c #Conflicts:    3048000 | #Constraints:     277075
1556.15/1560.88	c #Conflicts:    3049000 | #Constraints:     278075
1556.15/1560.88	c #Conflicts:    3050000 | #Constraints:     279075
1556.15/1560.88	c #Conflicts:    3051000 | #Constraints:     280075
1556.15/1560.88	c #Conflicts:    3052000 | #Constraints:     281075
1556.15/1560.88	c #Conflicts:    3053000 | #Constraints:     282075
1556.15/1560.88	c #Conflicts:    3054000 | #Constraints:     283075
1572.90/1577.61	c #Conflicts:    3055000 | #Constraints:     284075
1572.90/1577.61	c #Conflicts:    3056000 | #Constraints:     285075
1572.90/1577.61	c #Conflicts:    3057000 | #Constraints:     286075
1572.90/1577.61	c #Conflicts:    3058000 | #Constraints:     287075
1572.90/1577.61	c #Conflicts:    3059000 | #Constraints:     288075
1572.90/1577.61	c #Conflicts:    3060000 | #Constraints:     289075
1572.90/1577.61	c #Conflicts:    3061000 | #Constraints:     290075
1572.90/1577.61	c #Conflicts:    3062000 | #Constraints:     291075
1572.90/1577.61	c #Conflicts:    3063000 | #Constraints:     292075
1572.90/1577.61	c #Conflicts:    3064000 | #Constraints:     293075
1572.90/1577.61	c #Conflicts:    3065000 | #Constraints:     294075
1572.90/1577.61	c #Conflicts:    3066000 | #Constraints:     295075
1572.90/1577.61	c #Conflicts:    3067000 | #Constraints:     296075
1572.90/1577.61	c #Conflicts:    3068000 | #Constraints:     297075
1572.90/1577.61	c #Conflicts:    3069000 | #Constraints:     298075
1572.90/1577.61	c #Conflicts:    3070000 | #Constraints:     299075
1572.90/1577.61	c #Conflicts:    3071000 | #Constraints:     300075
1572.90/1577.61	c #Conflicts:    3072000 | #Constraints:     301075
1572.90/1577.61	c #Conflicts:    3073000 | #Constraints:     302075
1572.90/1577.61	c #Conflicts:    3074000 | #Constraints:     303075
1572.90/1577.61	c #Conflicts:    3075000 | #Constraints:     304075
1572.90/1577.61	c #Conflicts:    3076000 | #Constraints:     305075
1572.90/1577.61	c #Conflicts:    3077000 | #Constraints:     306075
1572.90/1577.61	c #Conflicts:    3078000 | #Constraints:     307075
1572.90/1577.61	c #Conflicts:    3079000 | #Constraints:     308075
1572.90/1577.61	c #Conflicts:    3080000 | #Constraints:     309075
1572.90/1577.61	c #Conflicts:    3081000 | #Constraints:     310075
1572.90/1577.61	c #Conflicts:    3082000 | #Constraints:     311075
1572.90/1577.61	c #Conflicts:    3083000 | #Constraints:     312075
1572.90/1577.61	c #Conflicts:    3084000 | #Constraints:     313075
1572.90/1577.61	c #Conflicts:    3085000 | #Constraints:     314075
1572.90/1577.61	c #Conflicts:    3086000 | #Constraints:     315075
1572.90/1577.61	c #Conflicts:    3087000 | #Constraints:     316075
1572.90/1577.61	c #Conflicts:    3088000 | #Constraints:     317075
1572.90/1577.61	c #Conflicts:    3089000 | #Constraints:     318075
1572.90/1577.61	c #Conflicts:    3090000 | #Constraints:     319075
1572.90/1577.61	c #Conflicts:    3091000 | #Constraints:     320075
1572.90/1577.61	c #Conflicts:    3092000 | #Constraints:     321075
1572.90/1577.61	c #Conflicts:    3093000 | #Constraints:     322075
1572.90/1577.61	c #Conflicts:    3094000 | #Constraints:     323075
1572.90/1577.61	c #Conflicts:    3095000 | #Constraints:     324075
1572.90/1577.61	c #Conflicts:    3096000 | #Constraints:     325075
1572.90/1577.61	c #Conflicts:    3097000 | #Constraints:     326075
1572.90/1577.61	c #Conflicts:    3098000 | #Constraints:     327075
1572.90/1577.61	c #Conflicts:    3099000 | #Constraints:     328075
1572.90/1577.61	c #Conflicts:    3100000 | #Constraints:     329075
1572.90/1577.61	c #Conflicts:    3101000 | #Constraints:     330075
1572.90/1577.61	c #Conflicts:    3102000 | #Constraints:     331075
1572.90/1577.61	c #Conflicts:    3103000 | #Constraints:     332075
1572.90/1577.61	c #Conflicts:    3104000 | #Constraints:     333075
1572.90/1577.61	c #Conflicts:    3105000 | #Constraints:     334075
1572.90/1577.61	c #Conflicts:    3106000 | #Constraints:     335075
1572.90/1577.61	c #Conflicts:    3107000 | #Constraints:     336075
1572.90/1577.61	c #Conflicts:    3108000 | #Constraints:     337075
1572.90/1577.61	c #Conflicts:    3109000 | #Constraints:     338075
1572.90/1577.61	c #Conflicts:    3110000 | #Constraints:     339075
1572.90/1577.61	c #Conflicts:    3111000 | #Constraints:     340075
1572.90/1577.61	c #Conflicts:    3112000 | #Constraints:     341075
1572.90/1577.61	c #Conflicts:    3113000 | #Constraints:     342075
1572.90/1577.61	c #Conflicts:    3114000 | #Constraints:     343075
1572.90/1577.61	c #Conflicts:    3115000 | #Constraints:     344075
1572.90/1577.61	c #Conflicts:    3116000 | #Constraints:     345075
1572.90/1577.61	c #Conflicts:    3117000 | #Constraints:     346075
1572.90/1577.61	c #Conflicts:    3118000 | #Constraints:     347075
1572.90/1577.61	c #Conflicts:    3119000 | #Constraints:     348075
1572.90/1577.61	c #Conflicts:    3120000 | #Constraints:     349075
1572.90/1577.61	c #Conflicts:    3121000 | #Constraints:     350075
1572.90/1577.61	c #Conflicts:    3122000 | #Constraints:     351075
1572.90/1577.61	c #Conflicts:    3123000 | #Constraints:     352075
1572.90/1577.61	c #Conflicts:    3124000 | #Constraints:     353075
1572.90/1577.61	c #Conflicts:    3125000 | #Constraints:     354075
1572.90/1577.61	c #Conflicts:    3126000 | #Constraints:     355075
1572.90/1577.61	c #Conflicts:    3127000 | #Constraints:     356075
1572.90/1577.61	c #Conflicts:    3128000 | #Constraints:     357075
1572.90/1577.61	c #Conflicts:    3129000 | #Constraints:     358075
1572.90/1577.61	c #Conflicts:    3130000 | #Constraints:     359075
1572.90/1577.61	c #Conflicts:    3131000 | #Constraints:     360075
1572.90/1577.61	c #Conflicts:    3132000 | #Constraints:     361075
1572.90/1577.61	c #Conflicts:    3133000 | #Constraints:     362075
1577.98/1582.75	c #Conflicts:    3134000 | #Constraints:     363075
1577.98/1582.75	c #Conflicts:    3135000 | #Constraints:     364075
1577.98/1582.75	c #Conflicts:    3136000 | #Constraints:     365075
1577.98/1582.75	c #Conflicts:    3137000 | #Constraints:     366075
1577.98/1582.75	c #Conflicts:    3138000 | #Constraints:     367075
1577.98/1582.75	c #Conflicts:    3139000 | #Constraints:     368075
1577.98/1582.75	c #Conflicts:    3140000 | #Constraints:     369075
1577.98/1582.75	c #Conflicts:    3141000 | #Constraints:     370075
1577.98/1582.75	c #Conflicts:    3142000 | #Constraints:     371075
1577.98/1582.75	c #Conflicts:    3143000 | #Constraints:     372075
1577.98/1582.75	c INPROCESSING
1577.98/1582.75	c GARBAGE COLLECT
1577.98/1582.75	c rational objective 322.222
1595.54/1600.31	c #Conflicts:    3144000 | #Constraints:     276294
1595.54/1600.31	c #Conflicts:    3145000 | #Constraints:     277294
1595.54/1600.31	c #Conflicts:    3146000 | #Constraints:     278294
1595.54/1600.31	c #Conflicts:    3147000 | #Constraints:     279294
1595.54/1600.31	c #Conflicts:    3148000 | #Constraints:     280294
1595.54/1600.31	c #Conflicts:    3149000 | #Constraints:     281294
1595.54/1600.31	c #Conflicts:    3150000 | #Constraints:     282294
1595.54/1600.31	c #Conflicts:    3151000 | #Constraints:     283294
1595.54/1600.31	c #Conflicts:    3152000 | #Constraints:     284294
1595.54/1600.31	c #Conflicts:    3153000 | #Constraints:     285294
1595.54/1600.31	c #Conflicts:    3154000 | #Constraints:     286294
1595.54/1600.31	c #Conflicts:    3155000 | #Constraints:     287294
1595.54/1600.31	c #Conflicts:    3156000 | #Constraints:     288294
1595.54/1600.31	c #Conflicts:    3157000 | #Constraints:     289294
1595.54/1600.31	c #Conflicts:    3158000 | #Constraints:     290294
1595.54/1600.31	c #Conflicts:    3159000 | #Constraints:     291294
1595.54/1600.31	c #Conflicts:    3160000 | #Constraints:     292294
1595.54/1600.31	c #Conflicts:    3161000 | #Constraints:     293294
1595.54/1600.31	c #Conflicts:    3162000 | #Constraints:     294294
1595.54/1600.31	c #Conflicts:    3163000 | #Constraints:     295294
1595.54/1600.31	c #Conflicts:    3164000 | #Constraints:     296294
1595.54/1600.31	c #Conflicts:    3165000 | #Constraints:     297294
1595.54/1600.31	c #Conflicts:    3166000 | #Constraints:     298294
1595.54/1600.31	c #Conflicts:    3167000 | #Constraints:     299294
1595.54/1600.31	c #Conflicts:    3168000 | #Constraints:     300294
1595.54/1600.31	c #Conflicts:    3169000 | #Constraints:     301294
1595.54/1600.31	c #Conflicts:    3170000 | #Constraints:     302294
1595.54/1600.31	c #Conflicts:    3171000 | #Constraints:     303294
1595.54/1600.31	c #Conflicts:    3172000 | #Constraints:     304294
1595.54/1600.31	c #Conflicts:    3173000 | #Constraints:     305294
1595.54/1600.31	c #Conflicts:    3174000 | #Constraints:     306294
1595.54/1600.31	c #Conflicts:    3175000 | #Constraints:     307294
1595.54/1600.31	c #Conflicts:    3176000 | #Constraints:     308294
1595.54/1600.31	c #Conflicts:    3177000 | #Constraints:     309294
1595.54/1600.31	c #Conflicts:    3178000 | #Constraints:     310294
1595.54/1600.31	c #Conflicts:    3179000 | #Constraints:     311295
1595.54/1600.31	c #Conflicts:    3180000 | #Constraints:     312295
1595.54/1600.31	c #Conflicts:    3181000 | #Constraints:     313295
1595.54/1600.31	c #Conflicts:    3182000 | #Constraints:     314295
1595.54/1600.31	c #Conflicts:    3183000 | #Constraints:     315295
1595.54/1600.31	c #Conflicts:    3184000 | #Constraints:     316295
1595.54/1600.31	c #Conflicts:    3185000 | #Constraints:     317295
1595.54/1600.31	c #Conflicts:    3186000 | #Constraints:     318295
1595.54/1600.31	c #Conflicts:    3187000 | #Constraints:     319295
1595.54/1600.31	c #Conflicts:    3188000 | #Constraints:     320295
1595.54/1600.31	c #Conflicts:    3189000 | #Constraints:     321295
1595.54/1600.31	c #Conflicts:    3190000 | #Constraints:     322295
1595.54/1600.31	c #Conflicts:    3191000 | #Constraints:     323295
1595.54/1600.31	c INPROCESSING
1595.54/1600.31	c GARBAGE COLLECT
1595.54/1600.31	WSVECS04 Frhs2[116]: 6 -55.5 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[117]: 6 -70.5001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[121]: 6 -25.3334 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[201]: 6 0 5.0001 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[203]: 6 -17.0001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[204]: 6 -137 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[208]: 6 -186 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[210]: 6 -9.00002 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[251]: 6 0 0.500025 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[376]: 6 -5.58341 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[377]: 6 -136.667 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[378]: 6 0 1.0001 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[380]: 6 -179.917 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[419]: 6 0 0.500011 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[471]: 6 0 0.500042 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[526]: 6 0 1.50002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[527]: 6 0 1.50003 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[528]: 6 0 1.50002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[649]: 6 0 3.00003 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[655]: 6 -1.00009 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[657]: 6 -2.00002 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[720]: 6 0 1.50002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[724]: 6 0 1.50002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[942]: 6 0 0.250034 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[969]: 6 0 0.250047 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1062]: 6 -75.0001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1063]: 6 -4.50007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1066]: 6 -72.0001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1067]: 6 0 4.00008 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1070]: 6 -4.50005 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1071]: 6 -25.5001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1112]: 6 0 0.666684 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1637]: 6 -17.0001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1645]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1684]: 6 0 0.500082 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1798]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1818]: 6 0 1.00008 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1819]: 6 0 1.00004 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1820]: 6 0 1.00004 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1821]: 6 0 1.00005 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1822]: 6 0 1.00002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[1960]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2095]: 6 -1.00001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2119]: 6 0 0.333425 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2203]: 6 -1.00005 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2284]: 6 -1.00004 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2311]: 6 -1.00008 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2338]: 6 -1.00004 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2404]: 6 -155 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2408]: 6 -2.00002 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2410]: 6 -94.0001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2472]: 6 0 1.50001 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2475]: 6 0 1.50004 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2477]: 6 0 1.50002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2562]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2596]: 6 -1.00008 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2611]: 6 0 1.00003 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2751]: 6 -1.00008 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2785]: 6 -1.00009 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2797]: 6 0 1.00002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2823]: 6 0 1.50004 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2856]: 6 0 0.250045 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2913]: 6 -1.00005 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[2947]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3048]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3156]: 6 -1.00002 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3190]: 6 -1.00008 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3210]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3237]: 6 -1.00003 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3271]: 6 -1.00002 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3298]: 6 -1.00003 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3325]: 6 -1.00002 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3372]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3377]: 6 -1.00004 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3380]: 6 -98 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3381]: 6 0 4.00004 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3383]: 6 -10.0001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3384]: 6 -29.0001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3386]: 6 -24.0001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3387]: 6 -2.00001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3389]: 6 -3.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3542]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3576]: 6 -1.00003 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3618]: 6 0 0.500045 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3758]: 6 -1.00003 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3792]: 6 -1.0001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3830]: 6 0 1.50003 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3831]: 6 0 1.50001 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3947]: 6 -1.00005 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[3981]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4025]: 6 0 0.250039 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4052]: 6 0 0.250062 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4109]: 6 -1.00004 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4143]: 6 -1.00005 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4278]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4325]: 6 -1.00003 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4352]: 6 -1.00009 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4386]: 6 -1.00001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4440]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4467]: 6 -1.00004 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4604]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4676]: 6 0 1.50002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4678]: 6 0 1.50002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4765]: 6 -1.00004 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4799]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4845]: 6 -1.00009 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4848]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[4895]: 6 0 0.500065 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5008]: 6 -1.00005 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5042]: 6 -1.00003 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5088]: 6 -1.00001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5091]: 6 -1.00003 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5094]: 6 -1.00005 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5224]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5294]: 6 0 3.00002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5296]: 6 0 3.00001 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5297]: 6 0 3.00001 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5304]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5307]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5413]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5447]: 6 -1.00002 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5493]: 6 -1.00001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5496]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5575]: 6 -1.00009 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5609]: 6 -1.00008 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5652]: 6 0 3.00002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5655]: 6 -1.00005 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5658]: 6 -1.00008 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5661]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5683]: 6 -1.00004 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5710]: 6 -1.00003 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5744]: 6 -1.00008 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5790]: 6 -1.00002 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5793]: 6 -1.00003 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5825]: 6 -1.00008 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5852]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5898]: 6 -1.00008 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5901]: 6 -1.00007 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5979]: 6 -1.00003 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[5982]: 6 -1.00008 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6006]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6009]: 6 -1.00006 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6033]: 6 -1.0001 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6036]: 6 -1.00002 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6102]: 6 -4.00004 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6105]: 6 0 4.00002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6106]: 6 -2.00009 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6143]: 6 0 0.500089 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6144]: 6 0 0.500092 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6145]: 6 0 0.500099 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6146]: 6 0 0.50008 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6147]: 6 0 0.500022 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6201]: 6 0 0.250067 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[6471]: 6 0 0.250063 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7735]: 6 0 3.00002 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7839]: 6 0 2.00009 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7841]: 6 0 0.500063 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7868]: 6 0 1.00004 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7871]: 6 0 1.00005 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7873]: 6 0 1.00005 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7874]: 6 0 1.00007 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7884]: 6 0 1.00005 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7904]: 6 0 1.00007 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7914]: 6 -1.00002 0 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7916]: 6 0 2.00006 shouldn't be
1595.54/1600.31	WSVECS04 Frhs2[7924]: 6 0 2.00004 shouldn't be
1598.93/1603.79	c rational objective 322.431
1620.47/1625.31	c #Conflicts:    3192000 | #Constraints:     258969
1620.47/1625.31	c #Conflicts:    3193000 | #Constraints:     259969
1620.47/1625.31	c #Conflicts:    3194000 | #Constraints:     260969
1620.47/1625.31	c #Conflicts:    3195000 | #Constraints:     261969
1620.47/1625.31	c #Conflicts:    3196000 | #Constraints:     262969
1620.47/1625.31	c #Conflicts:    3197000 | #Constraints:     263969
1620.47/1625.31	c #Conflicts:    3198000 | #Constraints:     264969
1620.47/1625.31	c #Conflicts:    3199000 | #Constraints:     265969
1620.47/1625.31	c #Conflicts:    3200000 | #Constraints:     266969
1620.47/1625.31	c #Conflicts:    3201000 | #Constraints:     267969
1620.47/1625.31	c #Conflicts:    3202000 | #Constraints:     268969
1620.47/1625.31	c #Conflicts:    3203000 | #Constraints:     269969
1620.47/1625.31	c #Conflicts:    3204000 | #Constraints:     270969
1620.47/1625.31	c #Conflicts:    3205000 | #Constraints:     271969
1620.47/1625.31	c #Conflicts:    3206000 | #Constraints:     272969
1620.47/1625.31	c #Conflicts:    3207000 | #Constraints:     273969
1620.47/1625.31	c #Conflicts:    3208000 | #Constraints:     274969
1620.47/1625.31	c #Conflicts:    3209000 | #Constraints:     275969
1620.47/1625.31	c #Conflicts:    3210000 | #Constraints:     276969
1620.47/1625.31	c #Conflicts:    3211000 | #Constraints:     277969
1620.47/1625.31	c #Conflicts:    3212000 | #Constraints:     278969
1620.47/1625.31	c #Conflicts:    3213000 | #Constraints:     279969
1620.47/1625.31	c #Conflicts:    3214000 | #Constraints:     280969
1620.47/1625.31	c #Conflicts:    3215000 | #Constraints:     281969
1620.47/1625.31	c #Conflicts:    3216000 | #Constraints:     282969
1620.47/1625.31	c #Conflicts:    3217000 | #Constraints:     283969
1620.47/1625.31	c #Conflicts:    3218000 | #Constraints:     284969
1620.47/1625.31	c #Conflicts:    3219000 | #Constraints:     285969
1620.47/1625.31	c #Conflicts:    3220000 | #Constraints:     286969
1620.47/1625.31	c #Conflicts:    3221000 | #Constraints:     287969
1620.47/1625.31	c #Conflicts:    3222000 | #Constraints:     288969
1620.47/1625.31	c #Conflicts:    3223000 | #Constraints:     289969
1620.47/1625.31	c #Conflicts:    3224000 | #Constraints:     290969
1620.47/1625.31	c #Conflicts:    3225000 | #Constraints:     291969
1620.47/1625.31	c #Conflicts:    3226000 | #Constraints:     292969
1620.47/1625.31	c #Conflicts:    3227000 | #Constraints:     293969
1620.47/1625.31	c #Conflicts:    3228000 | #Constraints:     294969
1620.47/1625.31	c #Conflicts:    3229000 | #Constraints:     295969
1620.47/1625.31	c #Conflicts:    3230000 | #Constraints:     296969
1620.47/1625.31	c #Conflicts:    3231000 | #Constraints:     297969
1620.47/1625.31	c #Conflicts:    3232000 | #Constraints:     298969
1620.47/1625.31	c #Conflicts:    3233000 | #Constraints:     299969
1620.47/1625.31	c #Conflicts:    3234000 | #Constraints:     300969
1620.47/1625.31	c #Conflicts:    3235000 | #Constraints:     301969
1620.47/1625.31	c #Conflicts:    3236000 | #Constraints:     302969
1620.47/1625.31	c #Conflicts:    3237000 | #Constraints:     303969
1620.47/1625.31	c #Conflicts:    3238000 | #Constraints:     304969
1620.47/1625.31	c #Conflicts:    3239000 | #Constraints:     305969
1620.47/1625.31	c #Conflicts:    3240000 | #Constraints:     306969
1620.47/1625.31	c #Conflicts:    3241000 | #Constraints:     307969
1620.47/1625.31	c #Conflicts:    3242000 | #Constraints:     308969
1620.47/1625.31	c #Conflicts:    3243000 | #Constraints:     309969
1620.47/1625.31	c #Conflicts:    3244000 | #Constraints:     310969
1620.47/1625.31	c #Conflicts:    3245000 | #Constraints:     311969
1620.47/1625.31	c #Conflicts:    3246000 | #Constraints:     312969
1620.47/1625.31	c #Conflicts:    3247000 | #Constraints:     313969
1620.47/1625.31	c #Conflicts:    3248000 | #Constraints:     314969
1620.47/1625.31	c #Conflicts:    3249000 | #Constraints:     315969
1620.47/1625.31	c #Conflicts:    3250000 | #Constraints:     316969
1620.47/1625.31	c #Conflicts:    3251000 | #Constraints:     317969
1620.47/1625.31	c #Conflicts:    3252000 | #Constraints:     318969
1620.47/1625.31	c #Conflicts:    3253000 | #Constraints:     319969
1620.47/1625.31	c #Conflicts:    3254000 | #Constraints:     320969
1620.47/1625.31	c #Conflicts:    3255000 | #Constraints:     321969
1620.47/1625.31	c #Conflicts:    3256000 | #Constraints:     322969
1620.47/1625.31	c #Conflicts:    3257000 | #Constraints:     323969
1620.47/1625.31	c #Conflicts:    3258000 | #Constraints:     324969
1620.47/1625.31	c #Conflicts:    3259000 | #Constraints:     325969
1620.47/1625.31	c #Conflicts:    3260000 | #Constraints:     326969
1620.47/1625.31	c #Conflicts:    3261000 | #Constraints:     327969
1620.47/1625.31	c #Conflicts:    3262000 | #Constraints:     328969
1620.47/1625.31	c #Conflicts:    3263000 | #Constraints:     329969
1620.47/1625.31	c #Conflicts:    3264000 | #Constraints:     330969
1620.47/1625.31	c #Conflicts:    3265000 | #Constraints:     331969
1620.47/1625.31	c #Conflicts:    3266000 | #Constraints:     332969
1620.47/1625.31	c #Conflicts:    3267000 | #Constraints:     333969
1620.47/1625.31	c #Conflicts:    3268000 | #Constraints:     334969
1620.47/1625.31	c #Conflicts:    3269000 | #Constraints:     335969
1620.47/1625.31	c #Conflicts:    3270000 | #Constraints:     336969
1625.66/1630.51	WSVECS04 Frhs2[37]: 6 -229 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[117]: 6 -122.5 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[118]: 6 -122.5 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[653]: 6 -180.81 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[655]: 6 -42.9524 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[657]: 6 -40.2619 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[658]: 6 -166.976 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[1798]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2363]: 6 -2 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2393]: 6 0 1 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2403]: 6 -9 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2406]: 6 -55 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2408]: 6 -30 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2409]: 6 -11.5 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2410]: 6 -42.5 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2575]: 6 0 5 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2576]: 6 0 5 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2591]: 6 -2 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2594]: 6 -3 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2597]: 6 -4 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3014]: 6 0 1.71429 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3015]: 6 0 1.71429 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3016]: 6 0 1.71429 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3017]: 6 0 1.71429 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3018]: 6 0 1.71429 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3989]: 6 0 3.5 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[3990]: 6 0 3.5 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[4306]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[4352]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[4400]: 6 0 3.5 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[4412]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[4414]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[4765]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[5224]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[5413]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[5575]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[5629]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[5634]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[5636]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[5637]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[5769]: 6 -1 0 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[6570]: 6 0 6 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[6571]: 6 0 6 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[6572]: 6 0 6 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[6574]: 6 0 6 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[6576]: 6 0 6 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[6577]: 6 0 6 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[6578]: 6 0 6 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[7919]: 6 0 2 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[7920]: 6 0 2 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[7928]: 6 0 3 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[7929]: 6 0 3 shouldn't be
1625.66/1630.51	WSVECS04 Frhs2[7932]: 6 0 3 shouldn't be
1653.39/1658.36	c #Conflicts:    3271000 | #Constraints:     337970
1653.39/1658.36	c #Conflicts:    3272000 | #Constraints:     338970
1653.39/1658.36	c #Conflicts:    3273000 | #Constraints:     339970
1653.39/1658.36	c #Conflicts:    3274000 | #Constraints:     340970
1653.39/1658.36	c #Conflicts:    3275000 | #Constraints:     341970
1653.39/1658.36	c #Conflicts:    3276000 | #Constraints:     342970
1653.39/1658.36	c #Conflicts:    3277000 | #Constraints:     343970
1653.39/1658.36	c #Conflicts:    3278000 | #Constraints:     344970
1653.39/1658.36	c #Conflicts:    3279000 | #Constraints:     345970
1653.39/1658.36	c #Conflicts:    3280000 | #Constraints:     346970
1653.39/1658.36	c #Conflicts:    3281000 | #Constraints:     347970
1653.39/1658.36	c #Conflicts:    3282000 | #Constraints:     348970
1653.39/1658.36	c #Conflicts:    3283000 | #Constraints:     349970
1653.39/1658.36	c #Conflicts:    3284000 | #Constraints:     350970
1653.39/1658.36	c #Conflicts:    3285000 | #Constraints:     351970
1653.39/1658.36	c #Conflicts:    3286000 | #Constraints:     352970
1653.39/1658.36	c #Conflicts:    3287000 | #Constraints:     353970
1653.39/1658.36	c #Conflicts:    3288000 | #Constraints:     354970
1653.39/1658.36	c #Conflicts:    3289000 | #Constraints:     355970
1653.39/1658.36	c #Conflicts:    3290000 | #Constraints:     356970
1653.39/1658.36	c #Conflicts:    3291000 | #Constraints:     357970
1653.39/1658.36	c #Conflicts:    3292000 | #Constraints:     358970
1653.39/1658.36	c #Conflicts:    3293000 | #Constraints:     359970
1653.39/1658.36	c #Conflicts:    3294000 | #Constraints:     360970
1653.39/1658.36	c #Conflicts:    3295000 | #Constraints:     361970
1653.39/1658.36	c #Conflicts:    3296000 | #Constraints:     362970
1653.39/1658.36	c #Conflicts:    3297000 | #Constraints:     363970
1653.39/1658.36	c #Conflicts:    3298000 | #Constraints:     364970
1653.39/1658.36	c #Conflicts:    3299000 | #Constraints:     365970
1653.39/1658.36	c #Conflicts:    3300000 | #Constraints:     366970
1653.39/1658.36	c #Conflicts:    3301000 | #Constraints:     367970
1653.39/1658.36	c #Conflicts:    3302000 | #Constraints:     368970
1653.39/1658.36	c #Conflicts:    3303000 | #Constraints:     369970
1653.39/1658.36	c #Conflicts:    3304000 | #Constraints:     370970
1653.39/1658.36	c #Conflicts:    3305000 | #Constraints:     371970
1653.39/1658.36	c #Conflicts:    3306000 | #Constraints:     372970
1653.39/1658.36	c #Conflicts:    3307000 | #Constraints:     373970
1653.39/1658.36	c #Conflicts:    3308000 | #Constraints:     374970
1653.39/1658.36	c #Conflicts:    3309000 | #Constraints:     375970
1653.39/1658.36	c #Conflicts:    3310000 | #Constraints:     376970
1653.39/1658.36	c #Conflicts:    3311000 | #Constraints:     377970
1653.39/1658.36	c #Conflicts:    3312000 | #Constraints:     378970
1653.39/1658.36	c INPROCESSING
1653.39/1658.36	c GARBAGE COLLECT
1653.39/1658.36	c rational objective 322.684
1676.32/1681.35	c #Conflicts:    3313000 | #Constraints:     279963
1676.32/1681.35	c #Conflicts:    3314000 | #Constraints:     280963
1676.32/1681.35	c #Conflicts:    3315000 | #Constraints:     281963
1676.32/1681.35	c #Conflicts:    3316000 | #Constraints:     282963
1676.32/1681.35	c #Conflicts:    3317000 | #Constraints:     283963
1676.32/1681.35	c #Conflicts:    3318000 | #Constraints:     284963
1676.32/1681.35	c #Conflicts:    3319000 | #Constraints:     285963
1676.32/1681.35	c #Conflicts:    3320000 | #Constraints:     286963
1676.32/1681.35	c #Conflicts:    3321000 | #Constraints:     287963
1676.32/1681.35	c #Conflicts:    3322000 | #Constraints:     288963
1676.32/1681.35	c #Conflicts:    3323000 | #Constraints:     289963
1676.32/1681.35	c #Conflicts:    3324000 | #Constraints:     290963
1676.32/1681.35	c #Conflicts:    3325000 | #Constraints:     291963
1676.32/1681.35	c #Conflicts:    3326000 | #Constraints:     292963
1676.32/1681.35	c #Conflicts:    3327000 | #Constraints:     293963
1676.32/1681.35	c #Conflicts:    3328000 | #Constraints:     294963
1676.32/1681.35	c #Conflicts:    3329000 | #Constraints:     295963
1676.32/1681.35	c #Conflicts:    3330000 | #Constraints:     296963
1676.32/1681.35	c #Conflicts:    3331000 | #Constraints:     297963
1676.32/1681.35	c #Conflicts:    3332000 | #Constraints:     298963
1676.32/1681.35	c #Conflicts:    3333000 | #Constraints:     299963
1676.32/1681.35	c #Conflicts:    3334000 | #Constraints:     300963
1676.32/1681.35	c #Conflicts:    3335000 | #Constraints:     301963
1676.32/1681.35	c #Conflicts:    3336000 | #Constraints:     302963
1676.32/1681.35	c #Conflicts:    3337000 | #Constraints:     303963
1676.32/1681.35	c #Conflicts:    3338000 | #Constraints:     304963
1676.32/1681.35	c #Conflicts:    3339000 | #Constraints:     305963
1676.32/1681.35	c #Conflicts:    3340000 | #Constraints:     306963
1676.32/1681.35	c #Conflicts:    3341000 | #Constraints:     307963
1676.32/1681.35	c #Conflicts:    3342000 | #Constraints:     308963
1676.32/1681.35	c #Conflicts:    3343000 | #Constraints:     309963
1676.32/1681.35	c #Conflicts:    3344000 | #Constraints:     310963
1676.32/1681.35	c #Conflicts:    3345000 | #Constraints:     311963
1676.32/1681.35	c #Conflicts:    3346000 | #Constraints:     312963
1676.32/1681.35	c #Conflicts:    3347000 | #Constraints:     313963
1676.32/1681.35	c #Conflicts:    3348000 | #Constraints:     314963
1676.32/1681.35	c #Conflicts:    3349000 | #Constraints:     315963
1676.32/1681.35	c #Conflicts:    3350000 | #Constraints:     316963
1676.32/1681.35	c #Conflicts:    3351000 | #Constraints:     317963
1676.32/1681.35	c #Conflicts:    3352000 | #Constraints:     318963
1676.32/1681.35	c #Conflicts:    3353000 | #Constraints:     319963
1676.32/1681.35	c #Conflicts:    3354000 | #Constraints:     320963
1676.32/1681.35	c #Conflicts:    3355000 | #Constraints:     321963
1676.32/1681.35	c #Conflicts:    3356000 | #Constraints:     322963
1676.32/1681.35	c #Conflicts:    3357000 | #Constraints:     323963
1676.32/1681.35	c #Conflicts:    3358000 | #Constraints:     324963
1676.32/1681.35	c #Conflicts:    3359000 | #Constraints:     325963
1676.32/1681.35	c #Conflicts:    3360000 | #Constraints:     326963
1676.32/1681.35	c #Conflicts:    3361000 | #Constraints:     327963
1676.32/1681.35	c INPROCESSING
1676.32/1681.35	c GARBAGE COLLECT
1676.32/1681.35	c #Conflicts:    3362000 | #Constraints:     261713
1676.32/1681.35	c #Conflicts:    3363000 | #Constraints:     262713
1676.32/1681.35	c #Conflicts:    3364000 | #Constraints:     263713
1676.32/1681.35	c #Conflicts:    3365000 | #Constraints:     264713
1676.32/1681.35	c #Conflicts:    3366000 | #Constraints:     265713
1676.32/1681.35	c #Conflicts:    3367000 | #Constraints:     266713
1676.32/1681.35	c #Conflicts:    3368000 | #Constraints:     267713
1676.32/1681.35	c #Conflicts:    3369000 | #Constraints:     268713
1676.32/1681.35	c #Conflicts:    3370000 | #Constraints:     269713
1676.32/1681.35	c #Conflicts:    3371000 | #Constraints:     270713
1676.32/1681.35	c #Conflicts:    3372000 | #Constraints:     271713
1676.32/1681.35	c #Conflicts:    3373000 | #Constraints:     272713
1676.32/1681.35	c #Conflicts:    3374000 | #Constraints:     273713
1676.32/1681.35	c #Conflicts:    3375000 | #Constraints:     274713
1676.32/1681.35	c #Conflicts:    3376000 | #Constraints:     275713
1676.32/1681.35	c #Conflicts:    3377000 | #Constraints:     276713
1676.32/1681.35	c #Conflicts:    3378000 | #Constraints:     277713
1676.32/1681.35	c #Conflicts:    3379000 | #Constraints:     278713
1676.32/1681.35	c #Conflicts:    3380000 | #Constraints:     279713
1676.32/1681.35	c #Conflicts:    3381000 | #Constraints:     280713
1676.32/1681.35	c #Conflicts:    3382000 | #Constraints:     281713
1676.32/1681.35	c #Conflicts:    3383000 | #Constraints:     282713
1676.32/1681.35	c #Conflicts:    3384000 | #Constraints:     283713
1676.32/1681.35	c #Conflicts:    3385000 | #Constraints:     284713
1676.32/1681.35	c #Conflicts:    3386000 | #Constraints:     285713
1676.32/1681.35	c #Conflicts:    3387000 | #Constraints:     286713
1676.32/1681.35	c #Conflicts:    3388000 | #Constraints:     287713
1676.32/1681.35	c #Conflicts:    3389000 | #Constraints:     288713
1676.32/1681.35	c #Conflicts:    3390000 | #Constraints:     289713
1676.32/1681.35	c #Conflicts:    3391000 | #Constraints:     290713
1692.99/1698.02	c #Conflicts:    3392000 | #Constraints:     291713
1692.99/1698.02	c #Conflicts:    3393000 | #Constraints:     292713
1692.99/1698.02	c #Conflicts:    3394000 | #Constraints:     293713
1692.99/1698.02	c #Conflicts:    3395000 | #Constraints:     294713
1692.99/1698.02	c #Conflicts:    3396000 | #Constraints:     295713
1692.99/1698.02	c #Conflicts:    3397000 | #Constraints:     296713
1692.99/1698.02	c #Conflicts:    3398000 | #Constraints:     297713
1692.99/1698.02	c #Conflicts:    3399000 | #Constraints:     298713
1692.99/1698.02	c #Conflicts:    3400000 | #Constraints:     299713
1692.99/1698.02	c #Conflicts:    3401000 | #Constraints:     300713
1692.99/1698.02	c #Conflicts:    3402000 | #Constraints:     301713
1692.99/1698.02	c #Conflicts:    3403000 | #Constraints:     302713
1692.99/1698.02	c #Conflicts:    3404000 | #Constraints:     303713
1692.99/1698.02	c #Conflicts:    3405000 | #Constraints:     304713
1692.99/1698.02	c #Conflicts:    3406000 | #Constraints:     305713
1692.99/1698.02	c #Conflicts:    3407000 | #Constraints:     306713
1692.99/1698.02	c #Conflicts:    3408000 | #Constraints:     307713
1692.99/1698.02	c #Conflicts:    3409000 | #Constraints:     308713
1692.99/1698.02	c #Conflicts:    3410000 | #Constraints:     309713
1692.99/1698.02	c #Conflicts:    3411000 | #Constraints:     310713
1692.99/1698.02	c #Conflicts:    3412000 | #Constraints:     311713
1692.99/1698.02	c #Conflicts:    3413000 | #Constraints:     312713
1692.99/1698.02	c #Conflicts:    3414000 | #Constraints:     313713
1692.99/1698.02	c #Conflicts:    3415000 | #Constraints:     314713
1692.99/1698.02	c #Conflicts:    3416000 | #Constraints:     315713
1692.99/1698.02	c #Conflicts:    3417000 | #Constraints:     316713
1692.99/1698.02	c #Conflicts:    3418000 | #Constraints:     317713
1692.99/1698.02	c #Conflicts:    3419000 | #Constraints:     318713
1692.99/1698.02	c #Conflicts:    3420000 | #Constraints:     319713
1692.99/1698.02	c #Conflicts:    3421000 | #Constraints:     320713
1692.99/1698.02	c #Conflicts:    3422000 | #Constraints:     321713
1692.99/1698.02	c #Conflicts:    3423000 | #Constraints:     322713
1692.99/1698.02	c #Conflicts:    3424000 | #Constraints:     323713
1692.99/1698.02	c #Conflicts:    3425000 | #Constraints:     324713
1692.99/1698.02	c #Conflicts:    3426000 | #Constraints:     325713
1692.99/1698.02	c #Conflicts:    3427000 | #Constraints:     326713
1692.99/1698.02	c #Conflicts:    3428000 | #Constraints:     327713
1692.99/1698.02	c #Conflicts:    3429000 | #Constraints:     328713
1692.99/1698.02	c #Conflicts:    3430000 | #Constraints:     329713
1692.99/1698.02	c #Conflicts:    3431000 | #Constraints:     330713
1692.99/1698.02	c #Conflicts:    3432000 | #Constraints:     331713
1692.99/1698.02	c #Conflicts:    3433000 | #Constraints:     332713
1692.99/1698.02	c #Conflicts:    3434000 | #Constraints:     333713
1692.99/1698.02	c #Conflicts:    3435000 | #Constraints:     334713
1692.99/1698.02	c #Conflicts:    3436000 | #Constraints:     335713
1692.99/1698.02	c #Conflicts:    3437000 | #Constraints:     336713
1692.99/1698.02	c #Conflicts:    3438000 | #Constraints:     337713
1692.99/1698.02	c #Conflicts:    3439000 | #Constraints:     338713
1692.99/1698.02	c #Conflicts:    3440000 | #Constraints:     339713
1692.99/1698.02	c #Conflicts:    3441000 | #Constraints:     340713
1692.99/1698.02	c #Conflicts:    3442000 | #Constraints:     341713
1692.99/1698.02	c #Conflicts:    3443000 | #Constraints:     342713
1692.99/1698.02	c #Conflicts:    3444000 | #Constraints:     343713
1692.99/1698.02	c #Conflicts:    3445000 | #Constraints:     344713
1692.99/1698.02	c #Conflicts:    3446000 | #Constraints:     345713
1692.99/1698.02	c #Conflicts:    3447000 | #Constraints:     346713
1692.99/1698.02	c #Conflicts:    3448000 | #Constraints:     347713
1692.99/1698.02	c #Conflicts:    3449000 | #Constraints:     348713
1692.99/1698.02	c #Conflicts:    3450000 | #Constraints:     349713
1692.99/1698.02	c #Conflicts:    3451000 | #Constraints:     350713
1692.99/1698.02	c #Conflicts:    3452000 | #Constraints:     351713
1692.99/1698.02	c #Conflicts:    3453000 | #Constraints:     352713
1692.99/1698.02	c #Conflicts:    3454000 | #Constraints:     353713
1692.99/1698.02	c #Conflicts:    3455000 | #Constraints:     354713
1692.99/1698.02	c #Conflicts:    3456000 | #Constraints:     355713
1692.99/1698.02	c #Conflicts:    3457000 | #Constraints:     356713
1692.99/1698.02	c #Conflicts:    3458000 | #Constraints:     357713
1692.99/1698.02	c #Conflicts:    3459000 | #Constraints:     358713
1692.99/1698.02	c #Conflicts:    3460000 | #Constraints:     359713
1692.99/1698.02	c #Conflicts:    3461000 | #Constraints:     360713
1692.99/1698.02	c #Conflicts:    3462000 | #Constraints:     361713
1692.99/1698.02	c #Conflicts:    3463000 | #Constraints:     362713
1692.99/1698.02	c #Conflicts:    3464000 | #Constraints:     363713
1692.99/1698.02	c #Conflicts:    3465000 | #Constraints:     364713
1692.99/1698.02	c #Conflicts:    3466000 | #Constraints:     365713
1692.99/1698.02	c #Conflicts:    3467000 | #Constraints:     366713
1692.99/1698.02	c #Conflicts:    3468000 | #Constraints:     367713
1692.99/1698.02	c #Conflicts:    3469000 | #Constraints:     368713
1704.74/1709.87	c #Conflicts:    3470000 | #Constraints:     369713
1704.74/1709.87	c #Conflicts:    3471000 | #Constraints:     370713
1704.74/1709.87	c #Conflicts:    3472000 | #Constraints:     371713
1704.74/1709.87	c #Conflicts:    3473000 | #Constraints:     372713
1704.74/1709.87	c #Conflicts:    3474000 | #Constraints:     373713
1704.74/1709.87	c #Conflicts:    3475000 | #Constraints:     374713
1704.74/1709.87	c #Conflicts:    3476000 | #Constraints:     375713
1704.74/1709.87	c #Conflicts:    3477000 | #Constraints:     376713
1704.74/1709.87	c #Conflicts:    3478000 | #Constraints:     377713
1704.74/1709.87	c #Conflicts:    3479000 | #Constraints:     378713
1704.74/1709.87	c #Conflicts:    3480000 | #Constraints:     379713
1704.74/1709.87	c #Conflicts:    3481000 | #Constraints:     380713
1704.74/1709.87	c #Conflicts:    3482000 | #Constraints:     381713
1704.74/1709.87	c #Conflicts:    3483000 | #Constraints:     382713
1704.74/1709.87	c #Conflicts:    3484000 | #Constraints:     383713
1704.74/1709.87	c #Conflicts:    3485000 | #Constraints:     384713
1704.74/1709.87	c INPROCESSING
1704.74/1709.87	c GARBAGE COLLECT
1704.74/1709.87	WSVECS04 Frhs2[4]: 6 0 1.00009 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[197]: 6 0 2.08132 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[202]: 6 -841.794 0 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[206]: 6 -109.342 0 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[209]: 6 -114.294 0 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[377]: 6 -418.301 0 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[658]: 6 -433.389 0 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[1067]: 6 -425.814 0 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[1071]: 6 -208.238 0 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[1578]: 6 0 0.212999 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[1638]: 6 -372.333 0 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[2302]: 6 0 1.00009 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[2347]: 6 0 1.6667 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[2401]: 6 0 1.00006 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[4604]: 6 0 1.00003 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[6062]: 6 0 0.200036 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7849]: 6 0 3.66671 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7850]: 6 0 3.66673 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7851]: 6 0 2.66668 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7853]: 6 0 3.66672 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7855]: 6 0 3.6667 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7888]: 6 0 1.33335 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7889]: 6 0 1.33338 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7894]: 6 0 0.333378 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7898]: 6 0 6.33337 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7899]: 6 0 6.33334 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7900]: 6 0 6.33337 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7903]: 6 0 6.33338 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7905]: 6 0 6.33341 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7906]: 6 0 6.33342 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7911]: 6 0 7.66669 shouldn't be
1704.74/1709.87	WSVECS04 Frhs2[7936]: 6 0 2.00005 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[3]: 6 0 2.00007 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[40]: 6 0 1.00007 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[190]: 6 0 2.00006 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[1031]: 6 0 0.250056 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[1034]: 6 0 0.250063 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[4880]: 6 0 0.350011 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[5568]: 6 0 0.428637 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[5582]: 6 0 1.85723 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[7848]: 6 0 3.66672 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[7901]: 6 0 6.3334 shouldn't be
1716.92/1722.11	WSVECS04 Frhs2[7912]: 6 0 7.66669 shouldn't be
1719.92/1725.08	c rational objective 323.222
1747.94/1753.13	c #Conflicts:    3486000 | #Constraints:     282882
1747.94/1753.13	c #Conflicts:    3487000 | #Constraints:     283882
1747.94/1753.13	c #Conflicts:    3488000 | #Constraints:     284882
1747.94/1753.13	c #Conflicts:    3489000 | #Constraints:     285882
1747.94/1753.13	c #Conflicts:    3490000 | #Constraints:     286882
1747.94/1753.13	c #Conflicts:    3491000 | #Constraints:     287882
1747.94/1753.13	c #Conflicts:    3492000 | #Constraints:     288882
1747.94/1753.13	c #Conflicts:    3493000 | #Constraints:     289882
1747.94/1753.13	c #Conflicts:    3494000 | #Constraints:     290882
1747.94/1753.13	c #Conflicts:    3495000 | #Constraints:     291882
1747.94/1753.13	c #Conflicts:    3496000 | #Constraints:     292882
1747.94/1753.13	c #Conflicts:    3497000 | #Constraints:     293882
1747.94/1753.13	c #Conflicts:    3498000 | #Constraints:     294882
1747.94/1753.13	c #Conflicts:    3499000 | #Constraints:     295882
1747.94/1753.13	c #Conflicts:    3500000 | #Constraints:     296882
1747.94/1753.13	c #Conflicts:    3501000 | #Constraints:     297882
1747.94/1753.13	c #Conflicts:    3502000 | #Constraints:     298882
1747.94/1753.13	c #Conflicts:    3503000 | #Constraints:     299882
1747.94/1753.13	c #Conflicts:    3504000 | #Constraints:     300882
1747.94/1753.13	c #Conflicts:    3505000 | #Constraints:     301882
1747.94/1753.13	c #Conflicts:    3506000 | #Constraints:     302882
1747.94/1753.13	c #Conflicts:    3507000 | #Constraints:     303882
1747.94/1753.13	c #Conflicts:    3508000 | #Constraints:     304882
1747.94/1753.13	c #Conflicts:    3509000 | #Constraints:     305882
1747.94/1753.13	c #Conflicts:    3510000 | #Constraints:     306882
1747.94/1753.13	c #Conflicts:    3511000 | #Constraints:     307882
1747.94/1753.13	c #Conflicts:    3512000 | #Constraints:     308882
1747.94/1753.13	c #Conflicts:    3513000 | #Constraints:     309882
1747.94/1753.13	c #Conflicts:    3514000 | #Constraints:     310882
1747.94/1753.13	c #Conflicts:    3515000 | #Constraints:     311882
1747.94/1753.13	c #Conflicts:    3516000 | #Constraints:     312882
1747.94/1753.13	c #Conflicts:    3517000 | #Constraints:     313882
1747.94/1753.13	c #Conflicts:    3518000 | #Constraints:     314882
1747.94/1753.13	c #Conflicts:    3519000 | #Constraints:     315882
1747.94/1753.13	c #Conflicts:    3520000 | #Constraints:     316882
1747.94/1753.13	c #Conflicts:    3521000 | #Constraints:     317882
1747.94/1753.13	c #Conflicts:    3522000 | #Constraints:     318882
1747.94/1753.13	c #Conflicts:    3523000 | #Constraints:     319882
1747.94/1753.13	c #Conflicts:    3524000 | #Constraints:     320882
1747.94/1753.13	c #Conflicts:    3525000 | #Constraints:     321882
1747.94/1753.13	c #Conflicts:    3526000 | #Constraints:     322882
1747.94/1753.13	c #Conflicts:    3527000 | #Constraints:     323882
1747.94/1753.13	c #Conflicts:    3528000 | #Constraints:     324882
1747.94/1753.13	c #Conflicts:    3529000 | #Constraints:     325882
1747.94/1753.13	c #Conflicts:    3530000 | #Constraints:     326882
1747.94/1753.13	c #Conflicts:    3531000 | #Constraints:     327882
1747.94/1753.13	c #Conflicts:    3532000 | #Constraints:     328882
1747.94/1753.13	c #Conflicts:    3533000 | #Constraints:     329882
1747.94/1753.13	c #Conflicts:    3534000 | #Constraints:     330882
1747.94/1753.13	c #Conflicts:    3535000 | #Constraints:     331882
1747.94/1753.13	c INPROCESSING
1747.94/1753.13	c GARBAGE COLLECT
1747.94/1753.13	c #Conflicts:    3536000 | #Constraints:     264880
1747.94/1753.13	c #Conflicts:    3537000 | #Constraints:     265880
1747.94/1753.13	c #Conflicts:    3538000 | #Constraints:     266880
1747.94/1753.13	c #Conflicts:    3539000 | #Constraints:     267880
1747.94/1753.13	c #Conflicts:    3540000 | #Constraints:     268880
1747.94/1753.13	c #Conflicts:    3541000 | #Constraints:     269880
1747.94/1753.13	c #Conflicts:    3542000 | #Constraints:     270880
1747.94/1753.13	c #Conflicts:    3543000 | #Constraints:     271880
1747.94/1753.13	c #Conflicts:    3544000 | #Constraints:     272880
1747.94/1753.13	c #Conflicts:    3545000 | #Constraints:     273880
1747.94/1753.13	c #Conflicts:    3546000 | #Constraints:     274880
1747.94/1753.13	c #Conflicts:    3547000 | #Constraints:     275880
1747.94/1753.13	c #Conflicts:    3548000 | #Constraints:     276880
1747.94/1753.13	c #Conflicts:    3549000 | #Constraints:     277880
1747.94/1753.13	c #Conflicts:    3550000 | #Constraints:     278880
1747.94/1753.13	c #Conflicts:    3551000 | #Constraints:     279880
1747.94/1753.13	c #Conflicts:    3552000 | #Constraints:     280880
1747.94/1753.13	c #Conflicts:    3553000 | #Constraints:     281880
1747.94/1753.13	c #Conflicts:    3554000 | #Constraints:     282880
1747.94/1753.13	c #Conflicts:    3555000 | #Constraints:     283880
1747.94/1753.13	c #Conflicts:    3556000 | #Constraints:     284880
1747.94/1753.13	c #Conflicts:    3557000 | #Constraints:     285880
1747.94/1753.13	c #Conflicts:    3558000 | #Constraints:     286880
1747.94/1753.13	c #Conflicts:    3559000 | #Constraints:     287880
1747.94/1753.13	c #Conflicts:    3560000 | #Constraints:     288880
1747.94/1753.13	c #Conflicts:    3561000 | #Constraints:     289880
1747.94/1753.13	c #Conflicts:    3562000 | #Constraints:     290880
1747.94/1753.13	c #Conflicts:    3563000 | #Constraints:     291880
1747.94/1753.13	c #Conflicts:    3564000 | #Constraints:     292880
1768.78/1774.03	c #Conflicts:    3565000 | #Constraints:     293880
1768.78/1774.03	c #Conflicts:    3566000 | #Constraints:     294880
1768.78/1774.03	c #Conflicts:    3567000 | #Constraints:     295880
1768.78/1774.03	c #Conflicts:    3568000 | #Constraints:     296880
1768.78/1774.03	c #Conflicts:    3569000 | #Constraints:     297880
1768.78/1774.03	c #Conflicts:    3570000 | #Constraints:     298880
1768.78/1774.03	c #Conflicts:    3571000 | #Constraints:     299880
1768.78/1774.03	c #Conflicts:    3572000 | #Constraints:     300880
1768.78/1774.03	c #Conflicts:    3573000 | #Constraints:     301880
1768.78/1774.03	c #Conflicts:    3574000 | #Constraints:     302880
1768.78/1774.03	c #Conflicts:    3575000 | #Constraints:     303880
1768.78/1774.03	c #Conflicts:    3576000 | #Constraints:     304880
1768.78/1774.03	c #Conflicts:    3577000 | #Constraints:     305880
1768.78/1774.03	c #Conflicts:    3578000 | #Constraints:     306880
1768.78/1774.03	c #Conflicts:    3579000 | #Constraints:     307880
1768.78/1774.03	c #Conflicts:    3580000 | #Constraints:     308880
1768.78/1774.03	c #Conflicts:    3581000 | #Constraints:     309880
1768.78/1774.03	c #Conflicts:    3582000 | #Constraints:     310880
1768.78/1774.03	c #Conflicts:    3583000 | #Constraints:     311880
1768.78/1774.03	c #Conflicts:    3584000 | #Constraints:     312880
1768.78/1774.03	c #Conflicts:    3585000 | #Constraints:     313880
1768.78/1774.03	c #Conflicts:    3586000 | #Constraints:     314880
1768.78/1774.03	c #Conflicts:    3587000 | #Constraints:     315880
1768.78/1774.03	c #Conflicts:    3588000 | #Constraints:     316880
1768.78/1774.03	c #Conflicts:    3589000 | #Constraints:     317880
1768.78/1774.03	c #Conflicts:    3590000 | #Constraints:     318880
1768.78/1774.03	c #Conflicts:    3591000 | #Constraints:     319880
1768.78/1774.03	c #Conflicts:    3592000 | #Constraints:     320880
1768.78/1774.03	c #Conflicts:    3593000 | #Constraints:     321880
1768.78/1774.03	c #Conflicts:    3594000 | #Constraints:     322880
1768.78/1774.03	c #Conflicts:    3595000 | #Constraints:     323880
1768.78/1774.03	c #Conflicts:    3596000 | #Constraints:     324880
1768.78/1774.03	c #Conflicts:    3597000 | #Constraints:     325880
1768.78/1774.03	c #Conflicts:    3598000 | #Constraints:     326880
1768.78/1774.03	c #Conflicts:    3599000 | #Constraints:     327880
1768.78/1774.03	c #Conflicts:    3600000 | #Constraints:     328880
1768.78/1774.03	c #Conflicts:    3601000 | #Constraints:     329880
1768.78/1774.03	c #Conflicts:    3602000 | #Constraints:     330880
1768.78/1774.03	WSVECS04 Frhs2[116]: 6 -103.572 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[121]: 6 -148.143 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[204]: 6 -163.5 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[206]: 6 -41.5 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[210]: 6 -176 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[373]: 6 -126.6 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[374]: 6 -72.4001 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[378]: 6 -82.2001 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[380]: 6 -142.8 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[653]: 6 -183.857 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[655]: 6 -43.0001 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[657]: 6 -40.7144 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[658]: 6 -168.429 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[994]: 6 0 2.40004 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1067]: 6 -175.833 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1068]: 6 -44.3334 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1216]: 6 0 1.71434 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1217]: 6 0 1.71437 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1218]: 6 0 1.71438 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1219]: 6 0 1.71438 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1220]: 6 0 1.71437 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1627]: 6 -1.00004 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1636]: 6 -65.0001 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1639]: 6 -41 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1640]: 6 -33.0001 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1642]: 6 -36.0001 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1643]: 6 -38 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1645]: 6 -34.0001 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1646]: 6 -40 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[1684]: 6 0 1.71431 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[2402]: 6 -104 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[2404]: 6 -54.5001 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[2407]: 6 -10.0001 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[2408]: 6 -54 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[2410]: 6 -102.5 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[3074]: 6 -1.00003 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[3381]: 6 -37.6667 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[3382]: 6 -43.3334 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[3508]: 6 0 1.71435 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[3510]: 6 0 1.71434 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[3511]: 6 0 1.71434 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[3976]: 6 -1.00009 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4273]: 6 -1.00006 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4367]: 6 0 4.0001 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4378]: 6 -1.0001 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4381]: 6 -1.00008 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4384]: 6 -1.00007 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4422]: 6 0 4.00003 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4425]: 6 0 4.00002 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4426]: 6 0 4.00001 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4427]: 6 0 4.00005 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4428]: 6 0 4.00009 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4429]: 6 0 4.00004 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4430]: 6 0 4.00002 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[4794]: 6 -1.00009 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5037]: 6 -1.00008 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5239]: 6 0 4.00003 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5241]: 6 0 4.00004 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5247]: 6 0 4.00003 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5248]: 6 0 4.00004 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5253]: 6 -1.00005 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5442]: 6 -1.00007 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5445]: 6 -1.00009 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5483]: 6 0 2.66675 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5484]: 6 0 2.66671 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5485]: 6 0 2.66676 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5486]: 6 0 2.6667 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5598]: 6 0 4.00002 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5604]: 6 -1.00007 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5733]: 6 0 4.00002 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5739]: 6 -1.00005 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5817]: 6 -1.00009 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5820]: 6 -1.00006 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5823]: 6 -1.00004 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[5847]: 6 -1.00008 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7546]: 6 0 2.66668 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7848]: 6 0 2.50009 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7849]: 6 0 2.50005 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7850]: 6 0 2.50006 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7853]: 6 0 2.50007 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7868]: 6 -1.75004 0 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7898]: 6 0 4.00003 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7899]: 6 0 4.00008 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7900]: 6 0 4.00004 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7903]: 6 0 4.00008 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7928]: 6 0 3.50009 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7930]: 6 0 3.50004 shouldn't be
1768.78/1774.03	WSVECS04 Frhs2[7933]: 6 0 3.50005 shouldn't be
1811.05/1816.40	c #Conflicts:    3603000 | #Constraints:     331881
1811.05/1816.40	c #Conflicts:    3604000 | #Constraints:     332881
1811.05/1816.40	c #Conflicts:    3605000 | #Constraints:     333881
1811.05/1816.40	c #Conflicts:    3606000 | #Constraints:     334881
1811.05/1816.40	c #Conflicts:    3607000 | #Constraints:     335881
1811.05/1816.40	c #Conflicts:    3608000 | #Constraints:     336881
1811.05/1816.40	c #Conflicts:    3609000 | #Constraints:     337881
1811.05/1816.40	c #Conflicts:    3610000 | #Constraints:     338881
1811.05/1816.40	c #Conflicts:    3611000 | #Constraints:     339881
1811.05/1816.40	c #Conflicts:    3612000 | #Constraints:     340881
1811.05/1816.40	c #Conflicts:    3613000 | #Constraints:     341881
1811.05/1816.40	c #Conflicts:    3614000 | #Constraints:     342881
1811.05/1816.40	c #Conflicts:    3615000 | #Constraints:     343881
1811.05/1816.40	c #Conflicts:    3616000 | #Constraints:     344881
1811.05/1816.40	c #Conflicts:    3617000 | #Constraints:     345881
1811.05/1816.40	c #Conflicts:    3618000 | #Constraints:     346881
1811.05/1816.40	c #Conflicts:    3619000 | #Constraints:     347881
1811.05/1816.40	c #Conflicts:    3620000 | #Constraints:     348881
1811.05/1816.40	c #Conflicts:    3621000 | #Constraints:     349881
1811.05/1816.40	c #Conflicts:    3622000 | #Constraints:     350881
1811.05/1816.40	c #Conflicts:    3623000 | #Constraints:     351881
1811.05/1816.40	c #Conflicts:    3624000 | #Constraints:     352881
1811.05/1816.40	c #Conflicts:    3625000 | #Constraints:     353881
1811.05/1816.40	c #Conflicts:    3626000 | #Constraints:     354881
1811.05/1816.40	c #Conflicts:    3627000 | #Constraints:     355881
1811.05/1816.40	c #Conflicts:    3628000 | #Constraints:     356881
1811.05/1816.40	c #Conflicts:    3629000 | #Constraints:     357881
1811.05/1816.40	c #Conflicts:    3630000 | #Constraints:     358881
1811.05/1816.40	c #Conflicts:    3631000 | #Constraints:     359881
1811.05/1816.40	c #Conflicts:    3632000 | #Constraints:     360881
1811.05/1816.40	c #Conflicts:    3633000 | #Constraints:     361881
1811.05/1816.40	c #Conflicts:    3634000 | #Constraints:     362881
1811.05/1816.40	c #Conflicts:    3635000 | #Constraints:     363881
1811.05/1816.40	c #Conflicts:    3636000 | #Constraints:     364881
1811.05/1816.40	c #Conflicts:    3637000 | #Constraints:     365881
1811.05/1816.40	c #Conflicts:    3638000 | #Constraints:     366881
1811.05/1816.40	c #Conflicts:    3639000 | #Constraints:     367881
1811.05/1816.40	c #Conflicts:    3640000 | #Constraints:     368881
1811.05/1816.40	c #Conflicts:    3641000 | #Constraints:     369881
1811.05/1816.40	c #Conflicts:    3642000 | #Constraints:     370881
1811.05/1816.40	c #Conflicts:    3643000 | #Constraints:     371881
1811.05/1816.40	c #Conflicts:    3644000 | #Constraints:     372881
1811.05/1816.40	c #Conflicts:    3645000 | #Constraints:     373881
1811.05/1816.40	c #Conflicts:    3646000 | #Constraints:     374881
1811.05/1816.40	c #Conflicts:    3647000 | #Constraints:     375881
1811.05/1816.40	c #Conflicts:    3648000 | #Constraints:     376881
1811.05/1816.40	c #Conflicts:    3649000 | #Constraints:     377881
1811.05/1816.40	c #Conflicts:    3650000 | #Constraints:     378881
1811.05/1816.40	c #Conflicts:    3651000 | #Constraints:     379881
1811.05/1816.40	c #Conflicts:    3652000 | #Constraints:     380881
1811.05/1816.40	c #Conflicts:    3653000 | #Constraints:     381881
1811.05/1816.40	c #Conflicts:    3654000 | #Constraints:     382881
1811.05/1816.40	c #Conflicts:    3655000 | #Constraints:     383881
1811.05/1816.40	c #Conflicts:    3656000 | #Constraints:     384881
1811.05/1816.40	c #Conflicts:    3657000 | #Constraints:     385881
1811.05/1816.40	c #Conflicts:    3658000 | #Constraints:     386881
1811.05/1816.40	c #Conflicts:    3659000 | #Constraints:     387881
1811.05/1816.40	c #Conflicts:    3660000 | #Constraints:     388881
1811.05/1816.40	c #Conflicts:    3661000 | #Constraints:     389881
1811.05/1816.40	c #Conflicts:    3662000 | #Constraints:     390881
1811.05/1816.40	c INPROCESSING
1811.05/1816.40	c GARBAGE COLLECT
1811.05/1816.40	c rational objective 323.556
1837.39/1842.86	c #Conflicts:    3663000 | #Constraints:     285691
1837.39/1842.86	c #Conflicts:    3664000 | #Constraints:     286691
1837.39/1842.86	c #Conflicts:    3665000 | #Constraints:     287691
1837.39/1842.86	c #Conflicts:    3666000 | #Constraints:     288691
1837.39/1842.86	c #Conflicts:    3667000 | #Constraints:     289691
1837.39/1842.86	c #Conflicts:    3668000 | #Constraints:     290691
1837.39/1842.86	c #Conflicts:    3669000 | #Constraints:     291691
1837.39/1842.86	c #Conflicts:    3670000 | #Constraints:     292691
1837.39/1842.86	c #Conflicts:    3671000 | #Constraints:     293691
1837.39/1842.86	c #Conflicts:    3672000 | #Constraints:     294691
1837.39/1842.86	c #Conflicts:    3673000 | #Constraints:     295691
1837.39/1842.86	c #Conflicts:    3674000 | #Constraints:     296691
1837.39/1842.86	c #Conflicts:    3675000 | #Constraints:     297691
1837.39/1842.86	c #Conflicts:    3676000 | #Constraints:     298691
1837.39/1842.86	c #Conflicts:    3677000 | #Constraints:     299691
1837.39/1842.86	c #Conflicts:    3678000 | #Constraints:     300691
1837.39/1842.86	c #Conflicts:    3679000 | #Constraints:     301691
1837.39/1842.86	c #Conflicts:    3680000 | #Constraints:     302691
1837.39/1842.86	c #Conflicts:    3681000 | #Constraints:     303691
1837.39/1842.86	c #Conflicts:    3682000 | #Constraints:     304691
1837.39/1842.86	c #Conflicts:    3683000 | #Constraints:     305691
1837.39/1842.86	c #Conflicts:    3684000 | #Constraints:     306691
1837.39/1842.86	c #Conflicts:    3685000 | #Constraints:     307691
1837.39/1842.86	c #Conflicts:    3686000 | #Constraints:     308691
1837.39/1842.86	c #Conflicts:    3687000 | #Constraints:     309691
1837.39/1842.86	c #Conflicts:    3688000 | #Constraints:     310691
1837.39/1842.86	c #Conflicts:    3689000 | #Constraints:     311691
1837.39/1842.86	c #Conflicts:    3690000 | #Constraints:     312691
1837.39/1842.86	c #Conflicts:    3691000 | #Constraints:     313691
1837.39/1842.86	c #Conflicts:    3692000 | #Constraints:     314691
1837.39/1842.86	c #Conflicts:    3693000 | #Constraints:     315691
1837.39/1842.86	c #Conflicts:    3694000 | #Constraints:     316691
1837.39/1842.86	c #Conflicts:    3695000 | #Constraints:     317691
1837.39/1842.86	c #Conflicts:    3696000 | #Constraints:     318691
1837.39/1842.86	c #Conflicts:    3697000 | #Constraints:     319691
1837.39/1842.86	c #Conflicts:    3698000 | #Constraints:     320691
1837.39/1842.86	c #Conflicts:    3699000 | #Constraints:     321691
1837.39/1842.86	c #Conflicts:    3700000 | #Constraints:     322691
1837.39/1842.86	c #Conflicts:    3701000 | #Constraints:     323691
1837.39/1842.86	c #Conflicts:    3702000 | #Constraints:     324691
1837.39/1842.86	c #Conflicts:    3703000 | #Constraints:     325691
1837.39/1842.86	c #Conflicts:    3704000 | #Constraints:     326691
1837.39/1842.86	c #Conflicts:    3705000 | #Constraints:     327691
1837.39/1842.86	c #Conflicts:    3706000 | #Constraints:     328691
1837.39/1842.86	c #Conflicts:    3707000 | #Constraints:     329691
1837.39/1842.86	c #Conflicts:    3708000 | #Constraints:     330691
1837.39/1842.86	c #Conflicts:    3709000 | #Constraints:     331691
1837.39/1842.86	c #Conflicts:    3710000 | #Constraints:     332691
1837.39/1842.86	c #Conflicts:    3711000 | #Constraints:     333691
1837.39/1842.86	c #Conflicts:    3712000 | #Constraints:     334691
1837.39/1842.86	c #Conflicts:    3713000 | #Constraints:     335691
1837.39/1842.86	c #Conflicts:    3714000 | #Constraints:     336691
1837.39/1842.86	c INPROCESSING
1837.39/1842.86	c GARBAGE COLLECT
1837.39/1842.86	c #Conflicts:    3715000 | #Constraints:     266927
1837.39/1842.86	c #Conflicts:    3716000 | #Constraints:     267927
1837.39/1842.86	c #Conflicts:    3717000 | #Constraints:     268927
1837.39/1842.86	c #Conflicts:    3718000 | #Constraints:     269927
1837.39/1842.86	c #Conflicts:    3719000 | #Constraints:     270927
1837.39/1842.86	c #Conflicts:    3720000 | #Constraints:     271927
1837.39/1842.86	c #Conflicts:    3721000 | #Constraints:     272927
1837.39/1842.86	c #Conflicts:    3722000 | #Constraints:     273927
1837.39/1842.86	c #Conflicts:    3723000 | #Constraints:     274927
1837.39/1842.86	c #Conflicts:    3724000 | #Constraints:     275927
1837.39/1842.86	c #Conflicts:    3725000 | #Constraints:     276927
1837.39/1842.86	c #Conflicts:    3726000 | #Constraints:     277927
1837.39/1842.86	c #Conflicts:    3727000 | #Constraints:     278927
1837.39/1842.86	c #Conflicts:    3728000 | #Constraints:     279927
1837.39/1842.86	c #Conflicts:    3729000 | #Constraints:     280927
1837.39/1842.86	c #Conflicts:    3730000 | #Constraints:     281927
1837.39/1842.86	c #Conflicts:    3731000 | #Constraints:     282927
1837.39/1842.86	c #Conflicts:    3732000 | #Constraints:     283927
1837.39/1842.86	c #Conflicts:    3733000 | #Constraints:     284927
1837.39/1842.86	c #Conflicts:    3734000 | #Constraints:     285927
1837.39/1842.86	c #Conflicts:    3735000 | #Constraints:     286927
1837.39/1842.86	c #Conflicts:    3736000 | #Constraints:     287927
1837.39/1842.86	c #Conflicts:    3737000 | #Constraints:     288927
1837.39/1842.86	c #Conflicts:    3738000 | #Constraints:     289927
1837.39/1842.86	c #Conflicts:    3739000 | #Constraints:     290927
1837.39/1842.86	c #Conflicts:    3740000 | #Constraints:     291927
1837.39/1842.86	c #Conflicts:    3741000 | #Constraints:     292927
1856.65/1862.17	c #Conflicts:    3742000 | #Constraints:     293927
1856.65/1862.17	c #Conflicts:    3743000 | #Constraints:     294927
1856.65/1862.17	c #Conflicts:    3744000 | #Constraints:     295927
1856.65/1862.17	c #Conflicts:    3745000 | #Constraints:     296927
1856.65/1862.17	c #Conflicts:    3746000 | #Constraints:     297927
1856.65/1862.17	c #Conflicts:    3747000 | #Constraints:     298927
1856.65/1862.17	c #Conflicts:    3748000 | #Constraints:     299927
1856.65/1862.17	c #Conflicts:    3749000 | #Constraints:     300927
1856.65/1862.17	c #Conflicts:    3750000 | #Constraints:     301927
1856.65/1862.17	c #Conflicts:    3751000 | #Constraints:     302927
1856.65/1862.17	c #Conflicts:    3752000 | #Constraints:     303927
1856.65/1862.17	c #Conflicts:    3753000 | #Constraints:     304927
1856.65/1862.17	c #Conflicts:    3754000 | #Constraints:     305927
1856.65/1862.17	c #Conflicts:    3755000 | #Constraints:     306927
1856.65/1862.17	c #Conflicts:    3756000 | #Constraints:     307927
1856.65/1862.17	c #Conflicts:    3757000 | #Constraints:     308927
1856.65/1862.17	c #Conflicts:    3758000 | #Constraints:     309927
1856.65/1862.17	c #Conflicts:    3759000 | #Constraints:     310927
1856.65/1862.17	c #Conflicts:    3760000 | #Constraints:     311927
1856.65/1862.17	c #Conflicts:    3761000 | #Constraints:     312927
1856.65/1862.17	c #Conflicts:    3762000 | #Constraints:     313927
1856.65/1862.17	c #Conflicts:    3763000 | #Constraints:     314927
1856.65/1862.17	c #Conflicts:    3764000 | #Constraints:     315927
1856.65/1862.17	c #Conflicts:    3765000 | #Constraints:     316927
1856.65/1862.17	c #Conflicts:    3766000 | #Constraints:     317927
1856.65/1862.17	c #Conflicts:    3767000 | #Constraints:     318927
1856.65/1862.17	c #Conflicts:    3768000 | #Constraints:     319927
1856.65/1862.17	c #Conflicts:    3769000 | #Constraints:     320927
1856.65/1862.17	c #Conflicts:    3770000 | #Constraints:     321927
1856.65/1862.17	c #Conflicts:    3771000 | #Constraints:     322927
1856.65/1862.17	c #Conflicts:    3772000 | #Constraints:     323927
1856.65/1862.17	c #Conflicts:    3773000 | #Constraints:     324927
1856.65/1862.17	c #Conflicts:    3774000 | #Constraints:     325927
1856.65/1862.17	c #Conflicts:    3775000 | #Constraints:     326927
1856.65/1862.17	c #Conflicts:    3776000 | #Constraints:     327927
1856.65/1862.17	c #Conflicts:    3777000 | #Constraints:     328927
1856.65/1862.17	c #Conflicts:    3778000 | #Constraints:     329927
1856.65/1862.17	c #Conflicts:    3779000 | #Constraints:     330927
1856.65/1862.17	c #Conflicts:    3780000 | #Constraints:     331927
1856.65/1862.17	c #Conflicts:    3781000 | #Constraints:     332927
1856.65/1862.17	c #Conflicts:    3782000 | #Constraints:     333927
1856.65/1862.17	c #Conflicts:    3783000 | #Constraints:     334927
1856.65/1862.17	c #Conflicts:    3784000 | #Constraints:     335927
1856.65/1862.17	c #Conflicts:    3785000 | #Constraints:     336927
1856.65/1862.17	c #Conflicts:    3786000 | #Constraints:     337927
1856.65/1862.17	c #Conflicts:    3787000 | #Constraints:     338927
1856.65/1862.17	c #Conflicts:    3788000 | #Constraints:     339927
1856.65/1862.17	c #Conflicts:    3789000 | #Constraints:     340927
1856.65/1862.17	c #Conflicts:    3790000 | #Constraints:     341927
1856.65/1862.17	c #Conflicts:    3791000 | #Constraints:     342927
1856.65/1862.17	c #Conflicts:    3792000 | #Constraints:     343927
1856.65/1862.17	c #Conflicts:    3793000 | #Constraints:     344927
1856.65/1862.17	c #Conflicts:    3794000 | #Constraints:     345927
1856.65/1862.17	c #Conflicts:    3795000 | #Constraints:     346927
1856.65/1862.17	c #Conflicts:    3796000 | #Constraints:     347927
1856.65/1862.17	c #Conflicts:    3797000 | #Constraints:     348927
1856.65/1862.17	c #Conflicts:    3798000 | #Constraints:     349927
1856.65/1862.17	c #Conflicts:    3799000 | #Constraints:     350927
1856.65/1862.17	c #Conflicts:    3800000 | #Constraints:     351927
1856.65/1862.17	c #Conflicts:    3801000 | #Constraints:     352927
1856.65/1862.17	c #Conflicts:    3802000 | #Constraints:     353927
1856.65/1862.17	c #Conflicts:    3803000 | #Constraints:     354927
1856.65/1862.17	c #Conflicts:    3804000 | #Constraints:     355927
1856.65/1862.17	c #Conflicts:    3805000 | #Constraints:     356927
1856.65/1862.17	c #Conflicts:    3806000 | #Constraints:     357927
1856.65/1862.17	c #Conflicts:    3807000 | #Constraints:     358927
1856.65/1862.17	c #Conflicts:    3808000 | #Constraints:     359927
1856.65/1862.17	c #Conflicts:    3809000 | #Constraints:     360927
1856.65/1862.17	c #Conflicts:    3810000 | #Constraints:     361927
1856.65/1862.17	c #Conflicts:    3811000 | #Constraints:     362927
1856.65/1862.17	c #Conflicts:    3812000 | #Constraints:     363927
1856.65/1862.17	c #Conflicts:    3813000 | #Constraints:     364927
1856.65/1862.17	c #Conflicts:    3814000 | #Constraints:     365927
1856.65/1862.17	c #Conflicts:    3815000 | #Constraints:     366927
1856.65/1862.17	c #Conflicts:    3816000 | #Constraints:     367927
1856.65/1862.17	c #Conflicts:    3817000 | #Constraints:     368927
1856.65/1862.17	c #Conflicts:    3818000 | #Constraints:     369927
1856.65/1862.17	c #Conflicts:    3819000 | #Constraints:     370927
1936.71/1942.44	c #Conflicts:    3820000 | #Constraints:     371927
1936.71/1942.44	c #Conflicts:    3821000 | #Constraints:     372927
1936.71/1942.44	c #Conflicts:    3822000 | #Constraints:     373927
1936.71/1942.44	c #Conflicts:    3823000 | #Constraints:     374927
1936.71/1942.44	c #Conflicts:    3824000 | #Constraints:     375927
1936.71/1942.44	c #Conflicts:    3825000 | #Constraints:     376927
1936.71/1942.44	c #Conflicts:    3826000 | #Constraints:     377927
1936.71/1942.44	c #Conflicts:    3827000 | #Constraints:     378927
1936.71/1942.44	c #Conflicts:    3828000 | #Constraints:     379927
1936.71/1942.44	c #Conflicts:    3829000 | #Constraints:     380927
1936.71/1942.44	c #Conflicts:    3830000 | #Constraints:     381927
1936.71/1942.44	c #Conflicts:    3831000 | #Constraints:     382927
1936.71/1942.44	c #Conflicts:    3832000 | #Constraints:     383927
1936.71/1942.44	c #Conflicts:    3833000 | #Constraints:     384927
1936.71/1942.44	c #Conflicts:    3834000 | #Constraints:     385927
1936.71/1942.44	c #Conflicts:    3835000 | #Constraints:     386927
1936.71/1942.44	c #Conflicts:    3836000 | #Constraints:     387927
1936.71/1942.44	c #Conflicts:    3837000 | #Constraints:     388927
1936.71/1942.44	c #Conflicts:    3838000 | #Constraints:     389927
1936.71/1942.44	c #Conflicts:    3839000 | #Constraints:     390927
1936.71/1942.44	c #Conflicts:    3840000 | #Constraints:     391927
1936.71/1942.44	c #Conflicts:    3841000 | #Constraints:     392927
1936.71/1942.44	c #Conflicts:    3842000 | #Constraints:     393927
1936.71/1942.44	c #Conflicts:    3843000 | #Constraints:     394927
1936.71/1942.44	c #Conflicts:    3844000 | #Constraints:     395927
1936.71/1942.44	c INPROCESSING
1936.71/1942.44	c GARBAGE COLLECT
1936.71/1942.44	WSVECS04 Frhs2[63]: 6 0 0.285809 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[67]: 6 0 0.28576 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[70]: 6 0 1.28579 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[104]: 6 0 2.71432 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[118]: 6 -63.0999 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[658]: 6 -254.415 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1053]: 6 0 3.42452 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1069]: 6 -118.633 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1071]: 6 -63.0739 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1073]: 6 0 1.97361 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1098]: 6 0 1.97357 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1099]: 6 0 1.97358 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1100]: 6 0 1.97363 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1125]: 6 0 1.9736 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1126]: 6 0 1.9736 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1127]: 6 0 1.9736 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1152]: 6 0 1.9736 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1153]: 6 0 1.97364 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1154]: 6 0 1.9736 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1180]: 6 0 1.97363 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1206]: 6 0 1.97365 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1207]: 6 0 1.97365 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1208]: 6 0 1.97358 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1233]: 6 0 0.1736 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1234]: 6 0 1.97362 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1235]: 6 0 1.97364 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1245]: 6 0 1.00005 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1260]: 6 0 0.973565 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1261]: 6 0 1.97359 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1262]: 6 0 1.97362 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1287]: 6 0 1.97364 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1288]: 6 0 1.97359 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1289]: 6 0 1.97364 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1315]: 6 0 1.97357 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1341]: 6 0 0.973576 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1342]: 6 0 1.97358 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1343]: 6 0 1.97365 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1364]: 6 0 0.494946 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1368]: 6 0 1.97356 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1369]: 6 0 1.97361 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1423]: 6 0 2.97357 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1450]: 6 0 1.9736 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1451]: 6 0 1.97365 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1477]: 6 0 1.97364 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1478]: 6 0 1.97363 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1504]: 6 0 1.97362 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1542]: 6 0 3.44024 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1557]: 6 0 1.97358 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1586]: 6 0 2.31047 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1627]: 6 0 0.100023 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[1638]: 6 -24.796 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2389]: 6 0 9.22389 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2390]: 6 0 8.53525 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2402]: 6 -30.7941 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2407]: 6 -167.035 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2410]: 6 -119.304 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2547]: 6 0 2.77225 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2599]: 6 0 2.77225 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2600]: 6 0 2.77225 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2631]: 6 0 1.00002 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2734]: 6 0 2.77226 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2761]: 6 0 2.77227 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2816]: 6 0 2.77225 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2843]: 6 0 2.77227 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2846]: 6 0 1.00001 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2869]: 6 0 0.972312 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2870]: 6 0 8.37159 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2896]: 6 0 2.77227 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2897]: 6 0 2.77226 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2923]: 6 0 1.1723 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2925]: 6 0 2.77226 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[2950]: 6 0 2.77226 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3141]: 6 0 2.77225 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3167]: 6 0 2.77228 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3194]: 6 0 2.77225 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3220]: 6 0 1.77226 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3248]: 6 0 2.77226 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3301]: 6 0 2.0178 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3378]: 6 0 29.1771 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3389]: 6 -83.0751 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3390]: 6 -85.9607 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3881]: 6 0 0.555016 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3888]: 6 0 0.555013 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[3965]: 6 0 1.00002 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[4065]: 6 0 0.293522 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[4613]: 6 -57.6023 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6053]: 6 0 0.0769608 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6085]: 6 0 5.0898 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6087]: 6 0 3.96669 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6089]: 6 0 2.97778 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6102]: 6 -323.049 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6106]: 6 -5.00009 0 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6215]: 6 0 3.74421 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6651]: 6 0 1.33341 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6655]: 6 0 1.33343 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6657]: 6 0 1.33337 shouldn't be
1936.71/1942.44	WSVECS04 Frhs2[6659]: 6 0 1.33343 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[94]: 6 0 1.28571 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[104]: 6 0 2.71429 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[118]: 6 -63.0999 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[155]: 6 0 1 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[161]: 6 0 1 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[172]: 6 0 2.41667 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[182]: 6 0 1.41667 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[184]: 6 0 0.416667 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[206]: 6 -604.294 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[250]: 6 0 1.40741 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[458]: 6 0 1 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[460]: 6 0 1 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[593]: 6 0 0.16494 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[601]: 6 0 1 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[604]: 6 0 1 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[658]: 6 -254.415 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[738]: 6 0 0.25 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[847]: 6 0 33.0254 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[886]: 6 0 1.33333 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[923]: 6 0 21.0512 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1013]: 6 0 4.42449 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1014]: 6 0 4.42449 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1018]: 6 0 4.42449 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1022]: 6 0 4.42449 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1053]: 6 0 3.42449 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1059]: 6 0 2.71224 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1069]: 6 -118.633 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1071]: 6 -63.0739 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1125]: 6 0 1.97355 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1165]: 6 0 0.0186006 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1209]: 6 0 1.2 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1216]: 6 0 0.200001 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1260]: 6 0 0.973548 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1314]: 6 0 0.973548 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1364]: 6 0 0.494908 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1422]: 6 0 0.848548 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1505]: 6 0 1.65715 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1585]: 6 0 4.31043 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1593]: 6 0 0.400001 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1595]: 6 0 0.4 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1596]: 6 0 1.4 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1627]: 6 0 0.100001 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1633]: 6 0 0.250001 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[1638]: 6 -24.7959 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[2024]: 6 0 36.5773 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[2390]: 6 0 8.53519 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[2410]: 6 -119.304 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[2503]: 6 0 0.333334 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[2504]: 6 0 0.333334 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[2505]: 6 0 0.333334 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[2551]: 6 0 0.30561 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[2869]: 6 0 0.972239 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[2923]: 6 0 1.17224 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[3220]: 6 0 1.77224 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[3247]: 6 0 0.772239 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[3367]: 6 0 1.86253 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[3369]: 6 0 8.97721 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[3378]: 6 0 29.177 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[3390]: 6 -85.9606 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[3644]: 6 0 0.263728 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[3663]: 6 0 0.5 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[3861]: 6 0 0.113318 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[3965]: 6 0 1 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4024]: 6 0 1.20885 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4065]: 6 0 0.293456 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4121]: 6 0 0.467209 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4153]: 6 0 0.333334 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4171]: 6 0 22.9385 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4235]: 6 0 0.363319 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4454]: 6 0 1.5 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4466]: 6 0 0.500001 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4510]: 6 0 1.11111 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4595]: 6 0 229.297 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4601]: 6 0 98.8126 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4613]: 6 -57.6023 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4723]: 6 0 79.4356 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4837]: 6 0 5 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4964]: 6 0 76.9356 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[4966]: 6 0 80.4356 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5045]: 6 0 71.9356 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5180]: 6 0 69.5907 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5234]: 6 0 77.4356 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5318]: 6 0 0.888875 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5369]: 6 0 74.6936 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5450]: 6 0 75.4356 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5498]: 6 0 4.99835 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5504]: 6 0 73.9356 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5558]: 6 0 76.1271 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5585]: 6 0 77.4356 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5612]: 6 0 75.1696 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5674]: 6 0 0.428572 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5705]: 6 0 1.75 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5720]: 6 0 75.0071 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5747]: 6 0 79.4356 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5855]: 6 0 79.419 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[5909]: 6 0 72.1523 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6009]: 6 -43.0668 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6057]: 6 0 0.0769236 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6085]: 6 0 5.08974 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6087]: 6 0 3.96667 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6094]: 6 0 1 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6105]: 6 -2 0 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6215]: 6 0 3.74415 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6459]: 6 0 2.56923 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6657]: 6 0 1.33333 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6835]: 6 0 1.76923 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6922]: 6 0 0.161279 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[6926]: 6 0 0.161279 shouldn't be
1974.91/1980.74	WSVECS04 Frhs2[7819]: 6 0 2.49231 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[165]: 6 0 2.41667 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[168]: 6 0 2.41667 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[173]: 6 0 2.41667 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[174]: 6 0 2.41667 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[202]: 6 0 312.896 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[372]: 6 0 5.67111 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[542]: 6 0 1.16672 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[650]: 6 0 317.477 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[777]: 6 0 7.68712 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[778]: 6 0 7.68712 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[779]: 6 0 7.68712 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[780]: 6 0 7.68712 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[830]: 6 0 4.84356 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[833]: 6 0 4.84356 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1097]: 6 0 1 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1137]: 6 0 0.75 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1152]: 6 0 1.97355 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1162]: 6 0 0.951948 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1164]: 6 0 0.951948 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1206]: 6 0 1.97355 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1207]: 6 0 1.97355 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1215]: 6 0 1.2 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1219]: 6 0 1.2 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1220]: 6 0 1.2 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1277]: 6 0 2 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1288]: 6 0 1.97355 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1341]: 6 0 0.973548 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1342]: 6 0 1.97355 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1368]: 6 0 1.97355 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1370]: 6 0 1.97355 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1424]: 6 0 1.97355 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1476]: 6 0 13.6174 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1517]: 6 0 0.704208 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1530]: 6 0 0.973548 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1557]: 6 0 1.97355 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1640]: 6 0 320.316 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1737]: 6 0 0.666667 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[1881]: 6 0 2 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[2304]: 6 0 0.500001 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[2402]: 6 -30.794 0 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[2407]: 6 -167.035 0 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[2470]: 6 0 3 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[3275]: 6 0 1.21626 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[3301]: 6 0 2.01779 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[3334]: 6 0 10.8711 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[3341]: 6 0 3.23092 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[3389]: 6 -83.075 0 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[3646]: 6 0 0.263727 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[3674]: 6 0 0.500001 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[3832]: 6 0 4.29749 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4025]: 6 0 1.20885 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4157]: 6 0 0.333334 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4160]: 6 0 0.333334 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4313]: 6 0 0.230923 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4507]: 6 0 1.11111 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4512]: 6 0 4.76012 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4680]: 6 0 1.2 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4866]: 6 0 1 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4867]: 6 0 1 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4868]: 6 0 1 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4869]: 6 0 1 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[4870]: 6 0 1 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[5027]: 6 0 0.5 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[5170]: 6 0 0.500001 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[5210]: 6 0 2 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[5261]: 6 0 80.769 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[5613]: 6 0 75.2017 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[5911]: 6 0 73.119 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[5998]: 6 0 0.5 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6003]: 6 0 0.5 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6036]: 6 -1 0 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6053]: 6 0 0.0769232 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6054]: 6 0 0.0769237 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6089]: 6 0 2.9777 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6102]: 6 -323.049 0 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6106]: 6 -5 0 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6387]: 6 0 1 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6655]: 6 0 1.33333 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6660]: 6 0 1.33333 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6762]: 6 0 1.33333 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6863]: 6 0 1.10256 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[6929]: 6 0 0.161279 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[7839]: 6 0 322.126 shouldn't be
2007.13/2013.02	WSVECS04 Frhs2[7925]: 6 -1 0 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[147]: 6 0 1 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[193]: 6 0 8.89788 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[523]: 6 0 5.16672 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[568]: 6 0 6.33413 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[878]: 6 0 12.8205 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[1233]: 6 0 0.173548 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[1423]: 6 0 2.97355 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[1544]: 6 0 3.44019 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[1588]: 6 0 0.400001 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[1592]: 6 0 0.400001 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[1784]: 6 0 1 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[1788]: 6 0 1 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[1790]: 6 0 1 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[2545]: 6 0 2.77224 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[2789]: 6 0 0.772239 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[3038]: 6 0 1 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[3085]: 6 0 0.772239 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[3777]: 6 0 0.268953 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[3862]: 6 0 0.113318 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[4671]: 6 0 1.2 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[4676]: 6 0 1.2 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[4748]: 6 0 81.4356 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[4937]: 6 0 81.4356 shouldn't be
2032.16/2038.13	WSVECS04 Frhs2[5630]: 6 -1 0 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[1019]: 6 0 4.42449 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[1287]: 6 0 1.97355 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[1315]: 6 0 1.97355 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[1343]: 6 0 1.97355 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[2466]: 6 0 2.77224 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[3197]: 6 0 1.22393 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[5046]: 6 0 81.4356 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[5288]: 6 0 81.4356 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[5721]: 6 0 79.4356 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[5965]: 6 0 81.4356 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[6049]: 6 0 0.0769234 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[6050]: 6 0 0.0769234 shouldn't be
2050.60/2056.64	WSVECS04 Frhs2[6055]: 6 0 0.0769239 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[603]: 6 0 1 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[927]: 6 0 0.75 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[3229]: 6 0 1.5 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[4884]: 6 0 81.4356 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[5586]: 6 0 81.4356 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[5587]: 6 0 81.4356 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[5658]: 6 -1 0 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[5793]: 6 -1 0 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[5802]: 6 0 81.4356 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[6012]: 6 -228.618 0 shouldn't be
2060.87/2066.95	WSVECS04 Frhs2[6039]: 6 -228.618 0 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[602]: 6 0 1 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[884]: 6 0 1.33333 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[885]: 6 0 1.33333 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[3227]: 6 0 1.5 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[3228]: 6 0 1.5 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[4154]: 6 0 0.333334 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[4158]: 6 0 0.333334 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[4159]: 6 0 0.333334 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[4504]: 6 0 1.11111 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[4505]: 6 0 1.11111 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[4506]: 6 0 1.11111 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[4508]: 6 0 1.11111 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[4509]: 6 0 1.11111 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[4511]: 6 0 1.11111 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[4596]: 6 0 45.9398 shouldn't be
2072.63/2078.72	WSVECS04 Frhs2[5072]: 6 0 81.4356 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[606]: 6 0 1 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[1138]: 6 0 0.75 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[1139]: 6 0 0.75 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[1514]: 6 0 0.704209 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[1659]: 6 0 0.260646 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[1660]: 6 0 0.260646 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[2389]: 6 0 9.22385 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[3860]: 6 0 0.113319 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[4017]: 6 0 1.20885 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[4018]: 6 0 1.20885 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[4019]: 6 0 1.20885 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[4020]: 6 0 1.20885 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[4022]: 6 0 1.20885 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[4023]: 6 0 1.20885 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[4156]: 6 0 0.333334 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[5696]: 6 0 0.750001 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[5995]: 6 0 0.5 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[5996]: 6 0 0.500001 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[5997]: 6 0 0.500001 shouldn't be
2081.12/2087.22	WSVECS04 Frhs2[5999]: 6 0 0.5 shouldn't be
2081.12/2087.23	WSVECS04 Frhs2[6000]: 6 0 0.500001 shouldn't be
2081.12/2087.23	WSVECS04 Frhs2[6001]: 6 0 0.5 shouldn't be
2081.12/2087.23	WSVECS04 Frhs2[6120]: 6 0 0.940001 shouldn't be
2081.12/2087.23	WSVECS04 Frhs2[6327]: 6 0 3.33333 shouldn't be
2081.12/2087.23	WSVECS04 Frhs2[6332]: 6 0 3.33333 shouldn't be
2081.12/2087.23	WSVECS04 Frhs2[6602]: 6 0 5.5 shouldn't be
2118.61/2124.80	c #Conflicts:    3845000 | #Constraints:     288368
2118.61/2124.80	c #Conflicts:    3846000 | #Constraints:     289368
2118.61/2124.80	c #Conflicts:    3847000 | #Constraints:     290368
2118.61/2124.80	c #Conflicts:    3848000 | #Constraints:     291368
2118.61/2124.80	c #Conflicts:    3849000 | #Constraints:     292368
2118.61/2124.80	c #Conflicts:    3850000 | #Constraints:     293368
2118.61/2124.80	c #Conflicts:    3851000 | #Constraints:     294368
2118.61/2124.80	c #Conflicts:    3852000 | #Constraints:     295368
2118.61/2124.80	c #Conflicts:    3853000 | #Constraints:     296368
2118.61/2124.80	c #Conflicts:    3854000 | #Constraints:     297368
2118.61/2124.80	c #Conflicts:    3855000 | #Constraints:     298368
2118.61/2124.80	c #Conflicts:    3856000 | #Constraints:     299368
2118.61/2124.80	c #Conflicts:    3857000 | #Constraints:     300368
2118.61/2124.80	c #Conflicts:    3858000 | #Constraints:     301368
2118.61/2124.80	c #Conflicts:    3859000 | #Constraints:     302368
2118.61/2124.80	c #Conflicts:    3860000 | #Constraints:     303368
2118.61/2124.80	c #Conflicts:    3861000 | #Constraints:     304368
2118.61/2124.80	c #Conflicts:    3862000 | #Constraints:     305368
2118.61/2124.80	c #Conflicts:    3863000 | #Constraints:     306368
2118.61/2124.80	c #Conflicts:    3864000 | #Constraints:     307368
2118.61/2124.80	c #Conflicts:    3865000 | #Constraints:     308368
2118.61/2124.80	c #Conflicts:    3866000 | #Constraints:     309368
2118.61/2124.80	c #Conflicts:    3867000 | #Constraints:     310368
2118.61/2124.80	c #Conflicts:    3868000 | #Constraints:     311368
2118.61/2124.80	c #Conflicts:    3869000 | #Constraints:     312368
2118.61/2124.80	c #Conflicts:    3870000 | #Constraints:     313368
2118.61/2124.80	c #Conflicts:    3871000 | #Constraints:     314368
2118.61/2124.80	c #Conflicts:    3872000 | #Constraints:     315368
2118.61/2124.80	c #Conflicts:    3873000 | #Constraints:     316368
2118.61/2124.80	c #Conflicts:    3874000 | #Constraints:     317368
2118.61/2124.80	c #Conflicts:    3875000 | #Constraints:     318368
2118.61/2124.80	c #Conflicts:    3876000 | #Constraints:     319368
2118.61/2124.80	c #Conflicts:    3877000 | #Constraints:     320368
2118.61/2124.80	c #Conflicts:    3878000 | #Constraints:     321368
2118.61/2124.80	c #Conflicts:    3879000 | #Constraints:     322368
2118.61/2124.80	c #Conflicts:    3880000 | #Constraints:     323368
2118.61/2124.80	c #Conflicts:    3881000 | #Constraints:     324368
2118.61/2124.80	c #Conflicts:    3882000 | #Constraints:     325368
2118.61/2124.80	c #Conflicts:    3883000 | #Constraints:     326368
2118.61/2124.80	c #Conflicts:    3884000 | #Constraints:     327368
2118.61/2124.80	c #Conflicts:    3885000 | #Constraints:     328368
2118.61/2124.80	c #Conflicts:    3886000 | #Constraints:     329368
2118.61/2124.80	c #Conflicts:    3887000 | #Constraints:     330368
2118.61/2124.80	c #Conflicts:    3888000 | #Constraints:     331368
2118.61/2124.80	c #Conflicts:    3889000 | #Constraints:     332368
2118.61/2124.80	c #Conflicts:    3890000 | #Constraints:     333368
2118.61/2124.80	c #Conflicts:    3891000 | #Constraints:     334368
2118.61/2124.80	c #Conflicts:    3892000 | #Constraints:     335368
2118.61/2124.80	c #Conflicts:    3893000 | #Constraints:     336368
2118.61/2124.80	c #Conflicts:    3894000 | #Constraints:     337368
2118.61/2124.80	c #Conflicts:    3895000 | #Constraints:     338368
2118.61/2124.80	c #Conflicts:    3896000 | #Constraints:     339368
2118.61/2124.80	c #Conflicts:    3897000 | #Constraints:     340368
2118.61/2124.80	c INPROCESSING
2118.61/2124.80	c GARBAGE COLLECT
2118.61/2124.80	c #Conflicts:    3898000 | #Constraints:     270541
2118.61/2124.80	c #Conflicts:    3899000 | #Constraints:     271541
2118.61/2124.80	c #Conflicts:    3900000 | #Constraints:     272541
2118.61/2124.80	c #Conflicts:    3901000 | #Constraints:     273541
2118.61/2124.80	c #Conflicts:    3902000 | #Constraints:     274541
2118.61/2124.80	c #Conflicts:    3903000 | #Constraints:     275541
2118.61/2124.80	c #Conflicts:    3904000 | #Constraints:     276541
2118.61/2124.80	c #Conflicts:    3905000 | #Constraints:     277541
2118.61/2124.80	c #Conflicts:    3906000 | #Constraints:     278541
2118.61/2124.80	c #Conflicts:    3907000 | #Constraints:     279541
2118.61/2124.80	c #Conflicts:    3908000 | #Constraints:     280541
2118.61/2124.80	c #Conflicts:    3909000 | #Constraints:     281541
2118.61/2124.80	c #Conflicts:    3910000 | #Constraints:     282541
2118.61/2124.80	c #Conflicts:    3911000 | #Constraints:     283541
2118.61/2124.80	c #Conflicts:    3912000 | #Constraints:     284541
2118.61/2124.80	c #Conflicts:    3913000 | #Constraints:     285541
2118.61/2124.80	c #Conflicts:    3914000 | #Constraints:     286541
2118.61/2124.80	c #Conflicts:    3915000 | #Constraints:     287541
2118.61/2124.80	c #Conflicts:    3916000 | #Constraints:     288541
2118.61/2124.80	c #Conflicts:    3917000 | #Constraints:     289541
2118.61/2124.80	c #Conflicts:    3918000 | #Constraints:     290541
2118.61/2124.80	c #Conflicts:    3919000 | #Constraints:     291541
2118.61/2124.80	c #Conflicts:    3920000 | #Constraints:     292541
2118.61/2124.80	c #Conflicts:    3921000 | #Constraints:     293541
2118.61/2124.80	c #Conflicts:    3922000 | #Constraints:     294541
2118.61/2124.80	c #Conflicts:    3923000 | #Constraints:     295541
2135.07/2141.32	c #Conflicts:    3924000 | #Constraints:     296541
2135.07/2141.32	c #Conflicts:    3925000 | #Constraints:     297541
2135.07/2141.32	c #Conflicts:    3926000 | #Constraints:     298541
2135.07/2141.32	c #Conflicts:    3927000 | #Constraints:     299541
2135.07/2141.32	c #Conflicts:    3928000 | #Constraints:     300541
2135.07/2141.32	c #Conflicts:    3929000 | #Constraints:     301541
2135.07/2141.32	c #Conflicts:    3930000 | #Constraints:     302541
2135.07/2141.32	c #Conflicts:    3931000 | #Constraints:     303541
2135.07/2141.32	c #Conflicts:    3932000 | #Constraints:     304541
2135.07/2141.32	c #Conflicts:    3933000 | #Constraints:     305541
2135.07/2141.32	c #Conflicts:    3934000 | #Constraints:     306541
2135.07/2141.32	c #Conflicts:    3935000 | #Constraints:     307541
2135.07/2141.32	c #Conflicts:    3936000 | #Constraints:     308541
2135.07/2141.32	c #Conflicts:    3937000 | #Constraints:     309541
2135.07/2141.32	c #Conflicts:    3938000 | #Constraints:     310541
2135.07/2141.32	c #Conflicts:    3939000 | #Constraints:     311541
2135.07/2141.32	c #Conflicts:    3940000 | #Constraints:     312541
2135.07/2141.32	c #Conflicts:    3941000 | #Constraints:     313541
2135.07/2141.32	c #Conflicts:    3942000 | #Constraints:     314541
2135.07/2141.32	c #Conflicts:    3943000 | #Constraints:     315541
2135.07/2141.32	c #Conflicts:    3944000 | #Constraints:     316541
2135.07/2141.32	c #Conflicts:    3945000 | #Constraints:     317541
2135.07/2141.32	c #Conflicts:    3946000 | #Constraints:     318541
2135.07/2141.32	c #Conflicts:    3947000 | #Constraints:     319541
2135.07/2141.32	c #Conflicts:    3948000 | #Constraints:     320541
2135.07/2141.32	c #Conflicts:    3949000 | #Constraints:     321541
2135.07/2141.32	c #Conflicts:    3950000 | #Constraints:     322541
2135.07/2141.32	c #Conflicts:    3951000 | #Constraints:     323541
2135.07/2141.32	c #Conflicts:    3952000 | #Constraints:     324541
2135.07/2141.32	c #Conflicts:    3953000 | #Constraints:     325541
2135.07/2141.32	c #Conflicts:    3954000 | #Constraints:     326541
2135.07/2141.32	c #Conflicts:    3955000 | #Constraints:     327541
2135.07/2141.32	c #Conflicts:    3956000 | #Constraints:     328541
2135.07/2141.32	c #Conflicts:    3957000 | #Constraints:     329541
2135.07/2141.32	c #Conflicts:    3958000 | #Constraints:     330541
2135.07/2141.32	c #Conflicts:    3959000 | #Constraints:     331541
2135.07/2141.32	c #Conflicts:    3960000 | #Constraints:     332541
2135.07/2141.32	c #Conflicts:    3961000 | #Constraints:     333541
2135.07/2141.32	c #Conflicts:    3962000 | #Constraints:     334541
2135.07/2141.32	c #Conflicts:    3963000 | #Constraints:     335541
2135.07/2141.32	c #Conflicts:    3964000 | #Constraints:     336541
2135.07/2141.32	WSVECS04 Frhs2[35]: 6 -85.3111 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[36]: 6 -19.3779 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[37]: 6 -76.3111 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[105]: 6 -1.00006 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[123]: 6 -1.00007 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[372]: 6 -48.3334 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[375]: 6 -96 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[378]: 6 -50.1667 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[379]: 6 -18.5001 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[621]: 6 0 1.20006 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[652]: 6 -127.375 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[654]: 6 -90.9432 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[658]: 6 -151.136 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1066]: 6 -170.266 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1068]: 6 -52.6397 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1070]: 6 -32.0228 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1071]: 6 -158.367 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1102]: 6 -1.00008 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1130]: 6 -1.00007 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1210]: 6 -1.00008 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1225]: 6 -1.00004 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1251]: 6 -1.00001 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1265]: 6 -1.00008 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1282]: 6 -1.00007 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1346]: 6 -1.00004 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1363]: 6 -1.00002 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1390]: 6 -1.00003 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1501]: 6 -1.00001 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1599]: 6 -1.00009 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1623]: 6 0 3.15913 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1629]: 6 -1.00003 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1630]: 6 -3.40914 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1631]: 6 -4.3864 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1633]: 6 0 1.39779 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1639]: 6 -91.0001 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1640]: 6 -80.6001 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1641]: 6 0 1.40918 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1644]: 6 -77.5978 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1647]: 6 0 3.15913 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1701]: 6 0 3.15914 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1754]: 6 0 3.15911 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1756]: 6 0 3.15914 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1781]: 6 0 3.15911 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1783]: 6 0 3.1591 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1810]: 6 0 3.15911 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1835]: 6 0 3.15911 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1837]: 6 0 3.15912 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1863]: 6 0 3.15912 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1864]: 6 0 3.15914 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1889]: 6 0 3.15914 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1890]: 6 0 3.15912 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1891]: 6 0 3.1591 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1916]: 6 0 3.15911 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1917]: 6 0 3.15916 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1945]: 6 0 3.15916 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[1999]: 6 0 3.1591 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2025]: 6 0 3.15913 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2026]: 6 0 3.1591 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2052]: 6 0 3.15911 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2060]: 6 0 2.00003 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2122]: 6 -1.00005 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2132]: 6 0 3.15913 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2133]: 6 0 3.15914 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2149]: 6 -1.00002 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2159]: 6 0 3.15911 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2160]: 6 0 3.15914 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2186]: 6 0 3.15915 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2188]: 6 0 3.15915 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2196]: 6 0 1.71432 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2197]: 6 0 1.71435 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2198]: 6 0 1.71435 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2199]: 6 0 1.71433 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2214]: 6 0 3.15912 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2242]: 6 0 3.1591 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2295]: 6 0 3.15914 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2321]: 6 0 3.15913 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2322]: 6 0 3.15912 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2323]: 6 0 3.15915 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2350]: 6 0 3.15911 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2373]: 6 0 1.22228 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2402]: 6 -80.5001 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2404]: 6 -78.5 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2407]: 6 -51.0001 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2408]: 6 -19.5001 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2410]: 6 -97.5 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[2906]: 6 0 1.71433 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[3488]: 6 -1.00007 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[4576]: 6 0 1.20006 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[4606]: 6 -24 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[4609]: 6 -22 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[4610]: 6 -22 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[4612]: 6 -8.00007 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[4613]: 6 -29.0001 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[4851]: 6 -1.00003 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[5313]: 6 -1.00003 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[5500]: 6 -1.00003 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[5904]: 6 -1.00004 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[5985]: 6 -1.00008 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[6006]: 6 -4.50005 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[6069]: 6 0 1.20002 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[6070]: 6 0 1.20009 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[6096]: 6 -1.00005 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[6099]: 6 -1.00005 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[6102]: 6 -1.00002 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[6103]: 6 -1.00007 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[6105]: 6 -1.00001 0 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[7331]: 6 0 1.71437 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[7333]: 6 0 1.71437 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[7335]: 6 0 1.71438 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[7435]: 6 0 4.00002 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[7440]: 6 0 4.00002 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[7650]: 6 0 6.00003 shouldn't be
2135.07/2141.32	WSVECS04 Frhs2[7916]: 6 -1.00008 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[106]: 6 -1.00002 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[107]: 6 -1.00007 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[108]: 6 -1.00004 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[173]: 6 0 1.20006 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[224]: 6 0 1.20003 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[393]: 6 0 1.20009 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[394]: 6 0 1.20007 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[427]: 6 -1.00009 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[430]: 6 -1.00009 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[431]: 6 -1.00004 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[671]: 6 0 1.2001 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1114]: 6 -1.00002 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1117]: 6 -1.00006 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1118]: 6 -1.00003 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1147]: 6 -1.00009 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1155]: 6 -1.00007 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1187]: 6 -1.00009 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1205]: 6 -1.00008 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1290]: 6 -1.00006 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1319]: 6 -1.00005 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1337]: 6 -1.00004 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1418]: 6 -1.00001 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1425]: 6 -1.00006 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1437]: 6 -1.00003 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1441]: 6 -1.00006 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1443]: 6 -1.00007 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1511]: 6 -1.00007 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1529]: 6 -1.00006 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1533]: 6 -1.00008 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1551]: 6 -1.00007 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1642]: 6 0 0.386456 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1659]: 6 0 1.2001 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1674]: 6 0 3.15916 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[1702]: 6 0 3.15915 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2051]: 6 0 3.15916 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2106]: 6 0 3.15915 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2200]: 6 0 1.71438 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2215]: 6 0 3.15915 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2222]: 6 0 1.53791 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2223]: 6 0 1.53797 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2224]: 6 0 1.53795 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2225]: 6 0 1.53794 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2226]: 6 0 1.53797 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2227]: 6 0 1.53791 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2240]: 6 0 3.15916 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2269]: 6 0 3.15911 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2278]: 6 0 1.3182 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2279]: 6 0 1.31827 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2280]: 6 0 1.31822 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2281]: 6 0 1.31825 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2363]: 6 0 1.22227 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2423]: 6 0 1.20006 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[2424]: 6 0 1.20003 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[3150]: 6 0 1.71432 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[3152]: 6 0 1.71433 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[4318]: 6 0 1.71438 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[4346]: 6 0 1.71433 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[4758]: 6 0 1.71435 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[4759]: 6 0 1.7143 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[4760]: 6 0 1.71436 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[4761]: 6 0 1.7143 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[4762]: 6 0 1.71434 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[4852]: 6 -1.00007 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5005]: 6 0 1.71433 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5077]: 6 0 3.00008 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5088]: 6 -1.00004 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5094]: 6 -4.00002 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5095]: 6 -4.00009 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5096]: 6 -1.00003 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5097]: 6 -1.00008 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5310]: 6 -1.00002 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5311]: 6 -1.00001 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5410]: 6 0 1.71432 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5499]: 6 -1.00004 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5513]: 6 0 2.00002 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5661]: 6 -1.00007 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5664]: 6 -1.00009 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5796]: 6 -1.00004 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5797]: 6 -1.00005 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5905]: 6 -1.00003 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[5986]: 6 -1.00004 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6012]: 6 -1.00006 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6015]: 6 -1.00001 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6022]: 6 0 3.50002 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6039]: 6 -4.50009 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6042]: 6 -1.00007 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6100]: 6 -1.00008 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6106]: 6 -1.00003 0 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6119]: 6 0 1.20006 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6521]: 6 0 1.71434 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6522]: 6 0 1.7143 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6523]: 6 0 1.71433 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6524]: 6 0 1.71434 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[6525]: 6 0 1.7143 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[7332]: 6 0 1.71431 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[7334]: 6 0 1.7143 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[7542]: 6 0 6.00005 shouldn't be
2151.63/2157.97	WSVECS04 Frhs2[7881]: 6 -2.00008 0 shouldn't be
2187.83/2194.28	c #Conflicts:    3965000 | #Constraints:     337542
2187.83/2194.28	c #Conflicts:    3966000 | #Constraints:     338542
2187.83/2194.28	c #Conflicts:    3967000 | #Constraints:     339542
2187.83/2194.28	c #Conflicts:    3968000 | #Constraints:     340542
2187.83/2194.28	c #Conflicts:    3969000 | #Constraints:     341542
2187.83/2194.28	c #Conflicts:    3970000 | #Constraints:     342542
2187.83/2194.28	c #Conflicts:    3971000 | #Constraints:     343542
2187.83/2194.28	c #Conflicts:    3972000 | #Constraints:     344542
2187.83/2194.28	c #Conflicts:    3973000 | #Constraints:     345542
2187.83/2194.28	c #Conflicts:    3974000 | #Constraints:     346542
2187.83/2194.28	c #Conflicts:    3975000 | #Constraints:     347542
2187.83/2194.28	c #Conflicts:    3976000 | #Constraints:     348542
2187.83/2194.28	c #Conflicts:    3977000 | #Constraints:     349542
2187.83/2194.28	c #Conflicts:    3978000 | #Constraints:     350542
2187.83/2194.28	c #Conflicts:    3979000 | #Constraints:     351542
2187.83/2194.28	c #Conflicts:    3980000 | #Constraints:     352542
2187.83/2194.28	c #Conflicts:    3981000 | #Constraints:     353542
2187.83/2194.28	c #Conflicts:    3982000 | #Constraints:     354542
2187.83/2194.28	c #Conflicts:    3983000 | #Constraints:     355542
2187.83/2194.28	c #Conflicts:    3984000 | #Constraints:     356542
2187.83/2194.28	c #Conflicts:    3985000 | #Constraints:     357542
2187.83/2194.28	c #Conflicts:    3986000 | #Constraints:     358542
2187.83/2194.28	c #Conflicts:    3987000 | #Constraints:     359542
2187.83/2194.28	c #Conflicts:    3988000 | #Constraints:     360542
2187.83/2194.28	c #Conflicts:    3989000 | #Constraints:     361542
2187.83/2194.28	c #Conflicts:    3990000 | #Constraints:     362542
2187.83/2194.28	c #Conflicts:    3991000 | #Constraints:     363542
2187.83/2194.28	c #Conflicts:    3992000 | #Constraints:     364542
2187.83/2194.28	c #Conflicts:    3993000 | #Constraints:     365542
2187.83/2194.28	c #Conflicts:    3994000 | #Constraints:     366542
2187.83/2194.28	c #Conflicts:    3995000 | #Constraints:     367542
2187.83/2194.28	c #Conflicts:    3996000 | #Constraints:     368542
2187.83/2194.28	c #Conflicts:    3997000 | #Constraints:     369542
2187.83/2194.28	c #Conflicts:    3998000 | #Constraints:     370542
2187.83/2194.28	c #Conflicts:    3999000 | #Constraints:     371542
2187.83/2194.28	c #Conflicts:    4000000 | #Constraints:     372542
2187.83/2194.28	c #Conflicts:    4001000 | #Constraints:     373542
2187.83/2194.28	c #Conflicts:    4002000 | #Constraints:     374542
2187.83/2194.28	c #Conflicts:    4003000 | #Constraints:     375542
2187.83/2194.28	c #Conflicts:    4004000 | #Constraints:     376542
2187.83/2194.28	c #Conflicts:    4005000 | #Constraints:     377542
2187.83/2194.28	c #Conflicts:    4006000 | #Constraints:     378542
2187.83/2194.28	c #Conflicts:    4007000 | #Constraints:     379542
2187.83/2194.28	c #Conflicts:    4008000 | #Constraints:     380542
2187.83/2194.28	c #Conflicts:    4009000 | #Constraints:     381542
2187.83/2194.28	c #Conflicts:    4010000 | #Constraints:     382542
2187.83/2194.28	c #Conflicts:    4011000 | #Constraints:     383542
2187.83/2194.28	c #Conflicts:    4012000 | #Constraints:     384542
2187.83/2194.28	c #Conflicts:    4013000 | #Constraints:     385542
2187.83/2194.28	c #Conflicts:    4014000 | #Constraints:     386542
2187.83/2194.28	c #Conflicts:    4015000 | #Constraints:     387542
2187.83/2194.28	c #Conflicts:    4016000 | #Constraints:     388542
2187.83/2194.28	c #Conflicts:    4017000 | #Constraints:     389542
2187.83/2194.28	c #Conflicts:    4018000 | #Constraints:     390542
2187.83/2194.28	c #Conflicts:    4019000 | #Constraints:     391542
2187.83/2194.28	c #Conflicts:    4020000 | #Constraints:     392542
2187.83/2194.28	c #Conflicts:    4021000 | #Constraints:     393542
2187.83/2194.28	c #Conflicts:    4022000 | #Constraints:     394542
2187.83/2194.28	c #Conflicts:    4023000 | #Constraints:     395542
2187.83/2194.28	c #Conflicts:    4024000 | #Constraints:     396542
2187.83/2194.28	c #Conflicts:    4025000 | #Constraints:     397542
2187.83/2194.28	c #Conflicts:    4026000 | #Constraints:     398542
2187.83/2194.28	c #Conflicts:    4027000 | #Constraints:     399542
2187.83/2194.28	c #Conflicts:    4028000 | #Constraints:     400542
2187.83/2194.28	c #Conflicts:    4029000 | #Constraints:     401542
2187.83/2194.28	c #Conflicts:    4030000 | #Constraints:     402542
2187.83/2194.28	c INPROCESSING
2187.83/2194.28	c GARBAGE COLLECT
2187.83/2194.28	c #Conflicts:    4031000 | #Constraints:     291654
2187.83/2194.28	c #Conflicts:    4032000 | #Constraints:     292654
2187.83/2194.28	c #Conflicts:    4033000 | #Constraints:     293654
2187.83/2194.28	c #Conflicts:    4034000 | #Constraints:     294654
2187.83/2194.28	c #Conflicts:    4035000 | #Constraints:     295654
2187.83/2194.28	c #Conflicts:    4036000 | #Constraints:     296654
2187.83/2194.28	c #Conflicts:    4037000 | #Constraints:     297654
2187.83/2194.28	c #Conflicts:    4038000 | #Constraints:     298654
2187.83/2194.28	c #Conflicts:    4039000 | #Constraints:     299654
2187.83/2194.28	c #Conflicts:    4040000 | #Constraints:     300654
2187.83/2194.28	c #Conflicts:    4041000 | #Constraints:     301654
2187.83/2194.28	c #Conflicts:    4042000 | #Constraints:     302654
2187.83/2194.28	c #Conflicts:    4043000 | #Constraints:     303654
2212.36/2218.89	c #Conflicts:    4044000 | #Constraints:     304654
2212.36/2218.89	c #Conflicts:    4045000 | #Constraints:     305654
2212.36/2218.89	c #Conflicts:    4046000 | #Constraints:     306654
2212.36/2218.89	c #Conflicts:    4047000 | #Constraints:     307654
2212.36/2218.89	c #Conflicts:    4048000 | #Constraints:     308654
2212.36/2218.89	c #Conflicts:    4049000 | #Constraints:     309654
2212.36/2218.89	c #Conflicts:    4050000 | #Constraints:     310654
2212.36/2218.89	c #Conflicts:    4051000 | #Constraints:     311654
2212.36/2218.89	c #Conflicts:    4052000 | #Constraints:     312654
2212.36/2218.89	c #Conflicts:    4053000 | #Constraints:     313654
2212.36/2218.89	c #Conflicts:    4054000 | #Constraints:     314654
2212.36/2218.89	c #Conflicts:    4055000 | #Constraints:     315654
2212.36/2218.89	c #Conflicts:    4056000 | #Constraints:     316654
2212.36/2218.89	c #Conflicts:    4057000 | #Constraints:     317654
2212.36/2218.89	c #Conflicts:    4058000 | #Constraints:     318654
2212.36/2218.89	c #Conflicts:    4059000 | #Constraints:     319654
2212.36/2218.89	c #Conflicts:    4060000 | #Constraints:     320654
2212.36/2218.89	c #Conflicts:    4061000 | #Constraints:     321654
2212.36/2218.89	c #Conflicts:    4062000 | #Constraints:     322654
2212.36/2218.89	c #Conflicts:    4063000 | #Constraints:     323654
2212.36/2218.89	c #Conflicts:    4064000 | #Constraints:     324654
2212.36/2218.89	c #Conflicts:    4065000 | #Constraints:     325654
2212.36/2218.89	c #Conflicts:    4066000 | #Constraints:     326654
2212.36/2218.89	c #Conflicts:    4067000 | #Constraints:     327654
2212.36/2218.89	c #Conflicts:    4068000 | #Constraints:     328654
2212.36/2218.89	c #Conflicts:    4069000 | #Constraints:     329654
2212.36/2218.89	c #Conflicts:    4070000 | #Constraints:     330654
2212.36/2218.89	c #Conflicts:    4071000 | #Constraints:     331654
2212.36/2218.89	c #Conflicts:    4072000 | #Constraints:     332654
2212.36/2218.89	c #Conflicts:    4073000 | #Constraints:     333654
2212.36/2218.89	c #Conflicts:    4074000 | #Constraints:     334654
2212.36/2218.89	c #Conflicts:    4075000 | #Constraints:     335654
2212.36/2218.89	c #Conflicts:    4076000 | #Constraints:     336654
2212.36/2218.89	c #Conflicts:    4077000 | #Constraints:     337654
2212.36/2218.89	c #Conflicts:    4078000 | #Constraints:     338654
2212.36/2218.89	c #Conflicts:    4079000 | #Constraints:     339654
2212.36/2218.89	c #Conflicts:    4080000 | #Constraints:     340654
2212.36/2218.89	c #Conflicts:    4081000 | #Constraints:     341654
2212.36/2218.89	c #Conflicts:    4082000 | #Constraints:     342654
2212.36/2218.89	c #Conflicts:    4083000 | #Constraints:     343654
2212.36/2218.89	c #Conflicts:    4084000 | #Constraints:     344654
2212.36/2218.89	c #Conflicts:    4085000 | #Constraints:     345654
2212.36/2218.89	c INPROCESSING
2212.36/2218.89	c GARBAGE COLLECT
2212.36/2218.89	c #Conflicts:    4086000 | #Constraints:     274468
2212.36/2218.89	c #Conflicts:    4087000 | #Constraints:     275468
2212.36/2218.89	c #Conflicts:    4088000 | #Constraints:     276468
2212.36/2218.89	c #Conflicts:    4089000 | #Constraints:     277468
2212.36/2218.89	c #Conflicts:    4090000 | #Constraints:     278468
2212.36/2218.89	c #Conflicts:    4091000 | #Constraints:     279468
2212.36/2218.89	c #Conflicts:    4092000 | #Constraints:     280468
2212.36/2218.89	c #Conflicts:    4093000 | #Constraints:     281468
2212.36/2218.89	c #Conflicts:    4094000 | #Constraints:     282468
2212.36/2218.89	c #Conflicts:    4095000 | #Constraints:     283468
2212.36/2218.89	c #Conflicts:    4096000 | #Constraints:     284468
2212.36/2218.89	c #Conflicts:    4097000 | #Constraints:     285468
2212.36/2218.89	c #Conflicts:    4098000 | #Constraints:     286468
2212.36/2218.89	c #Conflicts:    4099000 | #Constraints:     287468
2212.36/2218.89	c #Conflicts:    4100000 | #Constraints:     288468
2212.36/2218.89	c #Conflicts:    4101000 | #Constraints:     289468
2212.36/2218.89	c #Conflicts:    4102000 | #Constraints:     290468
2212.36/2218.89	c #Conflicts:    4103000 | #Constraints:     291468
2212.36/2218.89	c #Conflicts:    4104000 | #Constraints:     292468
2212.36/2218.89	c #Conflicts:    4105000 | #Constraints:     293468
2212.36/2218.89	c #Conflicts:    4106000 | #Constraints:     294468
2212.36/2218.89	c #Conflicts:    4107000 | #Constraints:     295468
2212.36/2218.89	c #Conflicts:    4108000 | #Constraints:     296468
2212.36/2218.89	c #Conflicts:    4109000 | #Constraints:     297468
2212.36/2218.89	c #Conflicts:    4110000 | #Constraints:     298468
2212.36/2218.89	c #Conflicts:    4111000 | #Constraints:     299468
2212.36/2218.89	c #Conflicts:    4112000 | #Constraints:     300468
2212.36/2218.89	c #Conflicts:    4113000 | #Constraints:     301468
2212.36/2218.89	c #Conflicts:    4114000 | #Constraints:     302468
2212.36/2218.89	c #Conflicts:    4115000 | #Constraints:     303468
2212.36/2218.89	c #Conflicts:    4116000 | #Constraints:     304468
2212.36/2218.89	c #Conflicts:    4117000 | #Constraints:     305468
2212.36/2218.89	c #Conflicts:    4118000 | #Constraints:     306468
2212.36/2218.89	c #Conflicts:    4119000 | #Constraints:     307468
2212.36/2218.89	c #Conflicts:    4120000 | #Constraints:     308468
2212.36/2218.89	c #Conflicts:    4121000 | #Constraints:     309468
2230.11/2236.68	c #Conflicts:    4122000 | #Constraints:     310468
2230.11/2236.68	c #Conflicts:    4123000 | #Constraints:     311468
2230.11/2236.68	c #Conflicts:    4124000 | #Constraints:     312468
2230.11/2236.68	c #Conflicts:    4125000 | #Constraints:     313468
2230.11/2236.68	c #Conflicts:    4126000 | #Constraints:     314468
2230.11/2236.68	c #Conflicts:    4127000 | #Constraints:     315468
2230.11/2236.68	c #Conflicts:    4128000 | #Constraints:     316468
2230.11/2236.68	c #Conflicts:    4129000 | #Constraints:     317468
2230.11/2236.68	c #Conflicts:    4130000 | #Constraints:     318468
2230.11/2236.68	c #Conflicts:    4131000 | #Constraints:     319468
2230.11/2236.68	c #Conflicts:    4132000 | #Constraints:     320468
2230.11/2236.68	c #Conflicts:    4133000 | #Constraints:     321468
2230.11/2236.68	c #Conflicts:    4134000 | #Constraints:     322468
2230.11/2236.68	c #Conflicts:    4135000 | #Constraints:     323468
2230.11/2236.68	c #Conflicts:    4136000 | #Constraints:     324468
2230.11/2236.68	c #Conflicts:    4137000 | #Constraints:     325468
2230.11/2236.68	c #Conflicts:    4138000 | #Constraints:     326468
2230.11/2236.68	c #Conflicts:    4139000 | #Constraints:     327468
2230.11/2236.68	c #Conflicts:    4140000 | #Constraints:     328468
2230.11/2236.68	c #Conflicts:    4141000 | #Constraints:     329468
2230.11/2236.68	c #Conflicts:    4142000 | #Constraints:     330468
2230.11/2236.68	c #Conflicts:    4143000 | #Constraints:     331468
2230.11/2236.68	c #Conflicts:    4144000 | #Constraints:     332468
2230.11/2236.68	c #Conflicts:    4145000 | #Constraints:     333468
2230.11/2236.68	c #Conflicts:    4146000 | #Constraints:     334468
2230.11/2236.68	c #Conflicts:    4147000 | #Constraints:     335468
2230.11/2236.68	c #Conflicts:    4148000 | #Constraints:     336468
2230.11/2236.68	c #Conflicts:    4149000 | #Constraints:     337468
2230.11/2236.68	c #Conflicts:    4150000 | #Constraints:     338468
2230.11/2236.68	c #Conflicts:    4151000 | #Constraints:     339468
2230.11/2236.68	c #Conflicts:    4152000 | #Constraints:     340468
2230.11/2236.68	c #Conflicts:    4153000 | #Constraints:     341468
2230.11/2236.68	c #Conflicts:    4154000 | #Constraints:     342468
2230.11/2236.68	c #Conflicts:    4155000 | #Constraints:     343468
2230.11/2236.68	c #Conflicts:    4156000 | #Constraints:     344468
2230.11/2236.68	c #Conflicts:    4157000 | #Constraints:     345468
2230.11/2236.68	c #Conflicts:    4158000 | #Constraints:     346468
2230.11/2236.68	c #Conflicts:    4159000 | #Constraints:     347468
2230.11/2236.68	c #Conflicts:    4160000 | #Constraints:     348468
2230.11/2236.68	c #Conflicts:    4161000 | #Constraints:     349468
2230.11/2236.68	c #Conflicts:    4162000 | #Constraints:     350468
2230.11/2236.68	c #Conflicts:    4163000 | #Constraints:     351468
2230.11/2236.68	c #Conflicts:    4164000 | #Constraints:     352468
2230.11/2236.68	c #Conflicts:    4165000 | #Constraints:     353468
2230.11/2236.68	c #Conflicts:    4166000 | #Constraints:     354468
2230.11/2236.68	WSVECS04 Frhs2[109]: 6 -1.00009 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[180]: 6 -1.00005 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[204]: 6 -32.6668 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[210]: 6 -141.333 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[215]: 6 -1.00005 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[227]: 6 -0.50004 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[626]: 6 -2.00005 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[853]: 6 0 3.00007 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[854]: 6 0 3.00006 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[856]: 6 0 3.00009 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[857]: 6 0 3.00003 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[858]: 6 0 3.00004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[859]: 6 0 3.00004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[860]: 6 0 3.00007 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[861]: 6 0 3.00002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[1023]: 6 -1.00002 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[1036]: 6 -1.00008 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[1459]: 6 0 1.00003 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[1545]: 6 -1.00005 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[1637]: 6 -14.5 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[1645]: 6 -5.50008 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2073]: 6 0 1.00009 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2088]: 6 0 1.00005 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2089]: 6 0 1.00005 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2090]: 6 0 1.00001 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2091]: 6 0 1.00001 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2092]: 6 0 1.00001 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2189]: 6 -2.00007 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2208]: 6 -0.500059 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2246]: 6 -1.00005 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2379]: 6 0 1.00004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2382]: 6 0 1.00005 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2399]: 6 0 3.00006 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2504]: 6 0 3.00002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2824]: 6 0 0.666758 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2949]: 6 0 1.00004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2967]: 6 -1.0001 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[2994]: 6 -1.00002 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3033]: 6 0 1.00005 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3305]: 6 0 1.00005 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3366]: 6 -3.00007 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3368]: 6 -1.00003 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3369]: 6 -5.00006 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3371]: 6 0 2.00002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3373]: 6 -1.00003 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3374]: 6 -1.00008 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3375]: 6 -5.00005 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3377]: 6 -1.00009 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3378]: 6 -3.00002 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3379]: 6 0 2.00008 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3381]: 6 -23.5 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3382]: 6 -21.0001 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3385]: 6 -40.0001 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3453]: 6 0 0.666734 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3479]: 6 0 3.00002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3485]: 6 0 3.00002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3627]: 6 0 2.00004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3893]: 6 -1.00004 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[3896]: 6 -1.00002 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4028]: 6 -1.00009 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4062]: 6 0 1.00004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4170]: 6 0 9.00004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4174]: 6 -2.00006 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4260]: 6 0 2.00003 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4368]: 6 0 1.00009 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4571]: 6 -2.00003 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4729]: 6 -3.00002 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4781]: 6 0 2.0001 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4943]: 6 0 3.50004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4944]: 6 0 3.5001 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4945]: 6 0 3.50002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4946]: 6 0 3.50003 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4947]: 6 0 3.50004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4948]: 6 0 3.50002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4950]: 6 0 3.50002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[4959]: 6 0 0.500023 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[5024]: 6 0 1.00002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[5079]: 6 0 1.00002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[5089]: 6 -1.00008 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[5135]: 6 0 0.666726 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[5662]: 6 0 1.00002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[5767]: 6 -4.00004 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[5844]: 6 -6.00003 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[5999]: 6 0 3.00005 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6007]: 6 -1.00006 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6087]: 6 0 3.00009 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6239]: 6 -2.00005 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6274]: 6 0 2.00004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6327]: 6 0 4.50009 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6328]: 6 0 4.50001 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6329]: 6 0 4.50008 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6330]: 6 0 4.50008 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6331]: 6 0 4.50007 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6332]: 6 0 4.50007 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6333]: 6 0 4.50002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6335]: 6 0 4.50002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6682]: 6 0 0.500012 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6787]: 6 0 0.333374 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[6912]: 6 0 73.5 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7303]: 6 -2.00005 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7354]: 6 0 1.00005 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7445]: 6 0 1.00002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7471]: 6 0 3.00006 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7489]: 6 0 0.500075 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7570]: 6 0 1.00008 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7571]: 6 0 1.00001 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7572]: 6 0 1.00005 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7573]: 6 0 1.00004 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7574]: 6 0 1.00001 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7575]: 6 0 1.00006 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7576]: 6 0 1.00002 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7577]: 6 0 1.00005 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7578]: 6 0 1.00006 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7591]: 6 -2.50008 0 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7704]: 6 0 5.00003 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7767]: 6 0 1.00003 shouldn't be
2230.11/2236.68	WSVECS04 Frhs2[7784]: 6 -1.00006 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[86]: 6 -1.00008 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[87]: 6 -1.00006 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[124]: 6 -1.00008 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[333]: 6 -1.00009 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[624]: 6 -1.00004 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[627]: 6 -1.00009 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1024]: 6 -1.00004 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1061]: 6 0 157 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1074]: 6 -1.00003 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1121]: 6 0 1.00005 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1281]: 6 -1.00009 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1331]: 6 -1.00005 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1362]: 6 -1.00002 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1389]: 6 -1.00007 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1483]: 6 0 3.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1484]: 6 0 3.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1485]: 6 0 3.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1487]: 6 0 3.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1488]: 6 0 3.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1489]: 6 0 3.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1490]: 6 0 3.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1493]: 6 -1.00006 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1549]: 6 -1.00003 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1733]: 6 0 2.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1734]: 6 0 2.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1735]: 6 0 3.00005 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1736]: 6 0 3.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1737]: 6 0 3.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1739]: 6 0 3.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1740]: 6 0 3.00008 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1741]: 6 0 3.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[1990]: 6 -1.00009 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2138]: 6 0 1.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2282]: 6 -50.75 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2292]: 6 -1.00008 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2402]: 6 0 181.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2508]: 6 -1.00002 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2578]: 6 0 3.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2686]: 6 0 1.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2687]: 6 0 3.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2688]: 6 0 3.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2689]: 6 0 3.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2691]: 6 0 3.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2692]: 6 0 3.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2693]: 6 0 3.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2694]: 6 0 3.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2697]: 6 -1.00007 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[2968]: 6 -1.00006 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3172]: 6 0 2.50002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3253]: 6 0 3.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3296]: 6 -4.00006 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3327]: 6 -1.00005 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3370]: 6 0 4.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3386]: 6 0 156 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3585]: 6 0 2.00009 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3586]: 6 0 2.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3587]: 6 0 2.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3588]: 6 0 2.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3589]: 6 0 2.0001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3590]: 6 0 2.00001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3591]: 6 0 2.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3592]: 6 0 2.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3593]: 6 0 2.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3693]: 6 0 2.33339 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3774]: 6 0 1.0001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3796]: 6 0 1.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3858]: 6 0 0.666679 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3883]: 6 0 2.0001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3884]: 6 0 2.00001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3888]: 6 0 2.00001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3890]: 6 0 2.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3963]: 6 0 2.00008 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3996]: 6 0 1.00001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[3998]: 6 0 1.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4032]: 6 0 1.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4095]: 6 0 1.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4097]: 6 0 3.00008 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4098]: 6 0 3.00008 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4100]: 6 0 3.00005 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4101]: 6 0 3.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4103]: 6 0 4.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4122]: 6 0 0.500064 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4125]: 6 0 1.5001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4178]: 6 -1.00008 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4695]: 6 0 2.00009 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4704]: 6 0 21.8334 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4711]: 6 -1.00008 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4716]: 6 0 59.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4845]: 6 -1.00007 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4854]: 6 -1.00008 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4861]: 6 0 70.2501 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4949]: 6 0 3.50004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[4951]: 6 0 3.5001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5240]: 6 0 2.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5304]: 6 -1.00009 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5305]: 6 -1.00002 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5332]: 6 -1.00005 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5348]: 6 0 3.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5349]: 6 0 3.00001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5350]: 6 0 3.00008 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5351]: 6 0 2.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5352]: 6 0 3.00009 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5353]: 6 0 3.00001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5354]: 6 0 3.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5355]: 6 0 3.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5356]: 6 0 3.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5359]: 6 -1.00004 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5425]: 6 0 1.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5469]: 6 0 5.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5493]: 6 -1.00003 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5494]: 6 -1.00002 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5501]: 6 -1.00004 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5655]: 6 -1.00002 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5656]: 6 -1.00007 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5663]: 6 -1.00007 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5726]: 6 0 1.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5790]: 6 -1.00007 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5791]: 6 -1.00002 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5807]: 6 0 1.00009 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5898]: 6 -1.00001 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5907]: 6 -1.00005 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5915]: 6 0 119.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5916]: 6 0 119.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5917]: 6 0 119.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5918]: 6 0 119.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5919]: 6 0 119.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5920]: 6 0 119.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5921]: 6 0 119.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5922]: 6 0 119.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5923]: 6 0 119.5 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5939]: 6 0 9.0001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5979]: 6 -1.00004 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5980]: 6 -1.00008 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[5988]: 6 -1.00003 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6014]: 6 -1.0001 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6033]: 6 -1.00007 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6034]: 6 -1.00005 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6073]: 6 0 2.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6555]: 6 0 1.00005 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6574]: 6 0 3.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6576]: 6 0 3.00009 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6599]: 6 0 4.50002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6814]: 6 0 1.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6815]: 6 0 1.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6816]: 6 0 1.00009 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6817]: 6 0 1.0001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6818]: 6 0 1.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6819]: 6 0 1.0001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6820]: 6 0 1.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6821]: 6 0 1.00009 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6822]: 6 0 1.00003 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6896]: 6 0 3.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6897]: 6 0 4.00005 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6923]: 6 0 3.00005 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6924]: 6 0 3.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6925]: 6 0 3.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6926]: 6 0 3.00005 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[6930]: 6 0 3.00006 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7003]: 6 0 2.00009 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7192]: 6 0 2.00007 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7206]: 6 -1.00004 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7301]: 6 -2.00003 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7599]: 6 0 1.00004 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7601]: 6 0 1.00001 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7602]: 6 0 1.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7605]: 6 0 1.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7762]: 6 0 1.00002 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7854]: 6 -1.00009 0 shouldn't be
2245.97/2252.52	WSVECS04 Frhs2[7887]: 6 -1.00003 0 shouldn't be
2277.40/2284.11	c #Conflicts:    4167000 | #Constraints:     355469
2277.40/2284.11	c #Conflicts:    4168000 | #Constraints:     356469
2277.40/2284.11	c #Conflicts:    4169000 | #Constraints:     357469
2277.40/2284.11	c #Conflicts:    4170000 | #Constraints:     358469
2277.40/2284.11	c #Conflicts:    4171000 | #Constraints:     359469
2277.40/2284.11	c #Conflicts:    4172000 | #Constraints:     360469
2277.40/2284.11	c #Conflicts:    4173000 | #Constraints:     361469
2277.40/2284.11	c #Conflicts:    4174000 | #Constraints:     362469
2277.40/2284.11	c #Conflicts:    4175000 | #Constraints:     363469
2277.40/2284.11	c #Conflicts:    4176000 | #Constraints:     364469
2277.40/2284.11	c #Conflicts:    4177000 | #Constraints:     365469
2277.40/2284.11	c #Conflicts:    4178000 | #Constraints:     366469
2277.40/2284.11	c #Conflicts:    4179000 | #Constraints:     367469
2277.40/2284.11	c #Conflicts:    4180000 | #Constraints:     368469
2277.40/2284.11	c #Conflicts:    4181000 | #Constraints:     369469
2277.40/2284.11	c #Conflicts:    4182000 | #Constraints:     370469
2277.40/2284.11	c #Conflicts:    4183000 | #Constraints:     371469
2277.40/2284.11	c #Conflicts:    4184000 | #Constraints:     372469
2277.40/2284.11	c #Conflicts:    4185000 | #Constraints:     373469
2277.40/2284.11	c #Conflicts:    4186000 | #Constraints:     374469
2277.40/2284.11	c #Conflicts:    4187000 | #Constraints:     375469
2277.40/2284.11	c #Conflicts:    4188000 | #Constraints:     376469
2277.40/2284.11	c #Conflicts:    4189000 | #Constraints:     377469
2277.40/2284.11	c #Conflicts:    4190000 | #Constraints:     378469
2277.40/2284.11	c #Conflicts:    4191000 | #Constraints:     379469
2277.40/2284.11	c #Conflicts:    4192000 | #Constraints:     380469
2277.40/2284.11	c #Conflicts:    4193000 | #Constraints:     381469
2277.40/2284.11	c #Conflicts:    4194000 | #Constraints:     382469
2277.40/2284.11	c #Conflicts:    4195000 | #Constraints:     383469
2277.40/2284.11	c #Conflicts:    4196000 | #Constraints:     384469
2277.40/2284.11	c #Conflicts:    4197000 | #Constraints:     385469
2277.40/2284.11	c #Conflicts:    4198000 | #Constraints:     386469
2277.40/2284.11	c #Conflicts:    4199000 | #Constraints:     387469
2277.40/2284.11	c #Conflicts:    4200000 | #Constraints:     388469
2277.40/2284.11	c #Conflicts:    4201000 | #Constraints:     389469
2277.40/2284.11	c #Conflicts:    4202000 | #Constraints:     390469
2277.40/2284.11	c #Conflicts:    4203000 | #Constraints:     391469
2277.40/2284.11	c #Conflicts:    4204000 | #Constraints:     392469
2277.40/2284.11	c #Conflicts:    4205000 | #Constraints:     393469
2277.40/2284.11	c #Conflicts:    4206000 | #Constraints:     394469
2277.40/2284.11	c #Conflicts:    4207000 | #Constraints:     395469
2277.40/2284.11	c #Conflicts:    4208000 | #Constraints:     396469
2277.40/2284.11	c #Conflicts:    4209000 | #Constraints:     397469
2277.40/2284.11	c #Conflicts:    4210000 | #Constraints:     398469
2277.40/2284.11	c #Conflicts:    4211000 | #Constraints:     399469
2277.40/2284.11	c #Conflicts:    4212000 | #Constraints:     400469
2277.40/2284.11	c #Conflicts:    4213000 | #Constraints:     401469
2277.40/2284.11	c #Conflicts:    4214000 | #Constraints:     402469
2277.40/2284.11	c #Conflicts:    4215000 | #Constraints:     403469
2277.40/2284.11	c #Conflicts:    4216000 | #Constraints:     404469
2277.40/2284.11	c #Conflicts:    4217000 | #Constraints:     405469
2277.40/2284.11	c #Conflicts:    4218000 | #Constraints:     406469
2277.40/2284.11	c #Conflicts:    4219000 | #Constraints:     407469
2277.40/2284.11	c #Conflicts:    4220000 | #Constraints:     408469
2277.40/2284.11	c #Conflicts:    4221000 | #Constraints:     409469
2277.40/2284.11	c INPROCESSING
2277.40/2284.11	c GARBAGE COLLECT
2277.40/2284.11	c #Conflicts:    4222000 | #Constraints:     295247
2277.40/2284.11	c #Conflicts:    4223000 | #Constraints:     296247
2277.40/2284.11	c #Conflicts:    4224000 | #Constraints:     297247
2277.40/2284.11	c #Conflicts:    4225000 | #Constraints:     298247
2277.40/2284.11	c #Conflicts:    4226000 | #Constraints:     299247
2277.40/2284.11	c #Conflicts:    4227000 | #Constraints:     300247
2277.40/2284.11	c #Conflicts:    4228000 | #Constraints:     301247
2277.40/2284.11	c #Conflicts:    4229000 | #Constraints:     302247
2277.40/2284.11	c #Conflicts:    4230000 | #Constraints:     303247
2277.40/2284.11	c #Conflicts:    4231000 | #Constraints:     304247
2277.40/2284.11	c #Conflicts:    4232000 | #Constraints:     305247
2277.40/2284.11	c #Conflicts:    4233000 | #Constraints:     306247
2277.40/2284.11	c #Conflicts:    4234000 | #Constraints:     307247
2277.40/2284.11	c #Conflicts:    4235000 | #Constraints:     308247
2277.40/2284.11	c #Conflicts:    4236000 | #Constraints:     309247
2277.40/2284.11	c #Conflicts:    4237000 | #Constraints:     310247
2277.40/2284.11	c #Conflicts:    4238000 | #Constraints:     311247
2277.40/2284.11	c #Conflicts:    4239000 | #Constraints:     312247
2277.40/2284.11	c #Conflicts:    4240000 | #Constraints:     313247
2277.40/2284.11	c #Conflicts:    4241000 | #Constraints:     314247
2277.40/2284.11	c #Conflicts:    4242000 | #Constraints:     315247
2277.40/2284.11	c #Conflicts:    4243000 | #Constraints:     316247
2277.40/2284.11	c #Conflicts:    4244000 | #Constraints:     317247
2277.40/2284.11	c #Conflicts:    4245000 | #Constraints:     318247
2297.54/2304.23	c #Conflicts:    4246000 | #Constraints:     319247
2297.54/2304.23	c #Conflicts:    4247000 | #Constraints:     320247
2297.54/2304.23	c #Conflicts:    4248000 | #Constraints:     321247
2297.54/2304.23	c #Conflicts:    4249000 | #Constraints:     322247
2297.54/2304.23	c #Conflicts:    4250000 | #Constraints:     323247
2297.54/2304.23	c #Conflicts:    4251000 | #Constraints:     324247
2297.54/2304.23	c #Conflicts:    4252000 | #Constraints:     325247
2297.54/2304.23	c #Conflicts:    4253000 | #Constraints:     326247
2297.54/2304.23	c #Conflicts:    4254000 | #Constraints:     327247
2297.54/2304.23	c #Conflicts:    4255000 | #Constraints:     328247
2297.54/2304.23	c #Conflicts:    4256000 | #Constraints:     329247
2297.54/2304.23	c #Conflicts:    4257000 | #Constraints:     330247
2297.54/2304.23	c #Conflicts:    4258000 | #Constraints:     331247
2297.54/2304.23	c #Conflicts:    4259000 | #Constraints:     332247
2297.54/2304.23	c #Conflicts:    4260000 | #Constraints:     333247
2297.54/2304.23	c #Conflicts:    4261000 | #Constraints:     334247
2297.54/2304.23	c #Conflicts:    4262000 | #Constraints:     335247
2297.54/2304.23	c #Conflicts:    4263000 | #Constraints:     336247
2297.54/2304.23	c #Conflicts:    4264000 | #Constraints:     337247
2297.54/2304.23	c #Conflicts:    4265000 | #Constraints:     338247
2297.54/2304.23	c #Conflicts:    4266000 | #Constraints:     339247
2297.54/2304.23	c #Conflicts:    4267000 | #Constraints:     340247
2297.54/2304.23	c #Conflicts:    4268000 | #Constraints:     341247
2297.54/2304.23	c #Conflicts:    4269000 | #Constraints:     342247
2297.54/2304.23	c #Conflicts:    4270000 | #Constraints:     343247
2297.54/2304.23	c #Conflicts:    4271000 | #Constraints:     344247
2297.54/2304.23	c #Conflicts:    4272000 | #Constraints:     345247
2297.54/2304.23	c #Conflicts:    4273000 | #Constraints:     346247
2297.54/2304.23	c #Conflicts:    4274000 | #Constraints:     347247
2297.54/2304.23	c #Conflicts:    4275000 | #Constraints:     348247
2297.54/2304.23	c #Conflicts:    4276000 | #Constraints:     349247
2297.54/2304.23	c #Conflicts:    4277000 | #Constraints:     350247
2297.54/2304.23	c INPROCESSING
2297.54/2304.23	c GARBAGE COLLECT
2297.54/2304.23	c #Conflicts:    4278000 | #Constraints:     277821
2297.54/2304.23	c #Conflicts:    4279000 | #Constraints:     278821
2297.54/2304.23	c #Conflicts:    4280000 | #Constraints:     279821
2297.54/2304.23	c #Conflicts:    4281000 | #Constraints:     280821
2297.54/2304.23	c #Conflicts:    4282000 | #Constraints:     281821
2297.54/2304.23	c #Conflicts:    4283000 | #Constraints:     282821
2297.54/2304.23	c #Conflicts:    4284000 | #Constraints:     283821
2297.54/2304.23	c #Conflicts:    4285000 | #Constraints:     284821
2297.54/2304.23	c #Conflicts:    4286000 | #Constraints:     285821
2297.54/2304.23	c #Conflicts:    4287000 | #Constraints:     286821
2297.54/2304.23	c #Conflicts:    4288000 | #Constraints:     287821
2297.54/2304.23	c #Conflicts:    4289000 | #Constraints:     288821
2297.54/2304.23	c #Conflicts:    4290000 | #Constraints:     289821
2297.54/2304.23	c #Conflicts:    4291000 | #Constraints:     290821
2297.54/2304.23	c #Conflicts:    4292000 | #Constraints:     291821
2297.54/2304.23	c #Conflicts:    4293000 | #Constraints:     292821
2297.54/2304.23	c #Conflicts:    4294000 | #Constraints:     293821
2297.54/2304.23	c #Conflicts:    4295000 | #Constraints:     294821
2297.54/2304.23	c #Conflicts:    4296000 | #Constraints:     295821
2297.54/2304.23	c #Conflicts:    4297000 | #Constraints:     296821
2297.54/2304.23	c #Conflicts:    4298000 | #Constraints:     297821
2297.54/2304.23	c #Conflicts:    4299000 | #Constraints:     298821
2297.54/2304.23	c #Conflicts:    4300000 | #Constraints:     299821
2297.54/2304.23	c #Conflicts:    4301000 | #Constraints:     300821
2297.54/2304.23	c #Conflicts:    4302000 | #Constraints:     301821
2297.54/2304.23	c #Conflicts:    4303000 | #Constraints:     302821
2297.54/2304.23	c #Conflicts:    4304000 | #Constraints:     303821
2297.54/2304.23	c #Conflicts:    4305000 | #Constraints:     304821
2297.54/2304.23	c #Conflicts:    4306000 | #Constraints:     305821
2297.54/2304.23	c #Conflicts:    4307000 | #Constraints:     306821
2297.54/2304.23	c #Conflicts:    4308000 | #Constraints:     307821
2297.54/2304.23	c #Conflicts:    4309000 | #Constraints:     308821
2297.54/2304.23	c #Conflicts:    4310000 | #Constraints:     309821
2297.54/2304.23	c #Conflicts:    4311000 | #Constraints:     310821
2297.54/2304.23	c #Conflicts:    4312000 | #Constraints:     311821
2297.54/2304.23	c #Conflicts:    4313000 | #Constraints:     312821
2297.54/2304.23	c #Conflicts:    4314000 | #Constraints:     313821
2297.54/2304.23	c #Conflicts:    4315000 | #Constraints:     314821
2297.54/2304.23	c #Conflicts:    4316000 | #Constraints:     315821
2297.54/2304.23	c #Conflicts:    4317000 | #Constraints:     316821
2297.54/2304.23	c #Conflicts:    4318000 | #Constraints:     317821
2297.54/2304.23	c #Conflicts:    4319000 | #Constraints:     318821
2297.54/2304.23	c #Conflicts:    4320000 | #Constraints:     319821
2297.54/2304.23	c #Conflicts:    4321000 | #Constraints:     320821
2297.54/2304.23	c #Conflicts:    4322000 | #Constraints:     321821
2297.54/2304.23	c #Conflicts:    4323000 | #Constraints:     322821
2322.96/2329.77	c #Conflicts:    4324000 | #Constraints:     323821
2322.96/2329.77	c #Conflicts:    4325000 | #Constraints:     324821
2322.96/2329.77	c #Conflicts:    4326000 | #Constraints:     325821
2322.96/2329.77	c #Conflicts:    4327000 | #Constraints:     326821
2322.96/2329.77	c #Conflicts:    4328000 | #Constraints:     327821
2322.96/2329.77	c #Conflicts:    4329000 | #Constraints:     328821
2322.96/2329.77	c #Conflicts:    4330000 | #Constraints:     329821
2322.96/2329.77	c #Conflicts:    4331000 | #Constraints:     330821
2322.96/2329.77	c #Conflicts:    4332000 | #Constraints:     331821
2322.96/2329.77	c #Conflicts:    4333000 | #Constraints:     332821
2322.96/2329.77	c #Conflicts:    4334000 | #Constraints:     333821
2322.96/2329.77	c #Conflicts:    4335000 | #Constraints:     334821
2322.96/2329.77	c #Conflicts:    4336000 | #Constraints:     335821
2322.96/2329.77	c #Conflicts:    4337000 | #Constraints:     336821
2322.96/2329.77	c #Conflicts:    4338000 | #Constraints:     337821
2322.96/2329.77	c #Conflicts:    4339000 | #Constraints:     338821
2322.96/2329.77	c #Conflicts:    4340000 | #Constraints:     339821
2322.96/2329.77	c #Conflicts:    4341000 | #Constraints:     340821
2322.96/2329.77	c #Conflicts:    4342000 | #Constraints:     341821
2322.96/2329.77	c #Conflicts:    4343000 | #Constraints:     342821
2322.96/2329.77	c #Conflicts:    4344000 | #Constraints:     343821
2322.96/2329.77	c #Conflicts:    4345000 | #Constraints:     344821
2322.96/2329.77	c #Conflicts:    4346000 | #Constraints:     345821
2322.96/2329.77	c #Conflicts:    4347000 | #Constraints:     346821
2322.96/2329.77	c #Conflicts:    4348000 | #Constraints:     347821
2322.96/2329.77	c #Conflicts:    4349000 | #Constraints:     348821
2322.96/2329.77	c #Conflicts:    4350000 | #Constraints:     349821
2322.96/2329.77	c #Conflicts:    4351000 | #Constraints:     350821
2322.96/2329.77	c #Conflicts:    4352000 | #Constraints:     351821
2322.96/2329.77	c #Conflicts:    4353000 | #Constraints:     352821
2322.96/2329.77	c #Conflicts:    4354000 | #Constraints:     353821
2322.96/2329.77	c #Conflicts:    4355000 | #Constraints:     354821
2322.96/2329.77	c #Conflicts:    4356000 | #Constraints:     355821
2322.96/2329.77	c #Conflicts:    4357000 | #Constraints:     356821
2322.96/2329.77	c #Conflicts:    4358000 | #Constraints:     357821
2322.96/2329.77	c #Conflicts:    4359000 | #Constraints:     358821
2322.96/2329.77	c #Conflicts:    4360000 | #Constraints:     359821
2322.96/2329.77	c #Conflicts:    4361000 | #Constraints:     360821
2322.96/2329.77	c #Conflicts:    4362000 | #Constraints:     361821
2322.96/2329.77	c #Conflicts:    4363000 | #Constraints:     362821
2322.96/2329.77	c #Conflicts:    4364000 | #Constraints:     363821
2322.96/2329.77	c #Conflicts:    4365000 | #Constraints:     364821
2322.96/2329.77	c #Conflicts:    4366000 | #Constraints:     365821
2322.96/2329.77	c #Conflicts:    4367000 | #Constraints:     366821
2322.96/2329.77	c #Conflicts:    4368000 | #Constraints:     367821
2322.96/2329.77	c #Conflicts:    4369000 | #Constraints:     368821
2322.96/2329.77	c #Conflicts:    4370000 | #Constraints:     369821
2322.96/2329.77	c #Conflicts:    4371000 | #Constraints:     370821
2322.96/2329.77	c #Conflicts:    4372000 | #Constraints:     371821
2322.96/2329.77	c #Conflicts:    4373000 | #Constraints:     372821
2322.96/2329.77	c #Conflicts:    4374000 | #Constraints:     373821
2322.96/2329.77	c #Conflicts:    4375000 | #Constraints:     374821
2322.96/2329.77	WSVECS04 Frhs2[32]: 6 -81.8476 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[37]: 6 -69.7929 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[81]: 6 0 2.21671 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[340]: 6 0 0.571484 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[341]: 6 0 0.571497 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[342]: 6 0 0.571471 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[343]: 6 0 0.571484 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[374]: 6 0 11.483 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[685]: 6 -5.00005 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[746]: 6 0 2.50003 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[758]: 6 0 1.50009 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[965]: 6 0 3.00001 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[976]: 6 0 2.00009 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1039]: 6 0 3.75004 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1082]: 6 0 0.857191 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1456]: 6 0 1.50003 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1458]: 6 0 1.50001 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1472]: 6 0 2.00006 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1547]: 6 0 3.20007 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1626]: 6 -3.00007 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1628]: 6 -34.6962 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1631]: 6 -10.2857 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1634]: 6 -2.00008 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1636]: 6 0 30.5796 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1638]: 6 -167.814 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1639]: 6 -58.5992 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1643]: 6 -86.1712 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1646]: 6 -72.9703 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1811]: 6 -13.8667 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1963]: 6 0 6.83337 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1966]: 6 0 6.83342 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[1972]: 6 -24.925 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2109]: 6 -10 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2677]: 6 0 11.0796 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2949]: 6 0 2.00005 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2957]: 6 0 0.500038 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2959]: 6 0 0.500078 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2961]: 6 0 0.500029 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2962]: 6 0 0.500078 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2963]: 6 0 0.500034 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2964]: 6 0 0.500015 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2969]: 6 -1.00002 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[2974]: 6 0 1.00004 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[3001]: 6 0 1.00003 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[3241]: 6 0 1.00002 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[3243]: 6 -2.00007 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[3696]: 6 0 1.25002 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[3820]: 6 0 0.500016 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4031]: 6 0 9.33341 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4044]: 6 0 2.00002 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4087]: 6 -1.00007 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4555]: 6 0 5.86146 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4558]: 6 0 3.36148 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4559]: 6 0 5.86144 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4560]: 6 0 4.86145 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4564]: 6 0 16.807 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4573]: 6 0 3.00003 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4598]: 6 0 0.750086 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4600]: 6 0 28.7254 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4603]: 6 0 1.07506 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4607]: 6 0 2.48872 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4958]: 6 0 3.00003 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4960]: 6 0 0.500016 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4961]: 6 0 2.00005 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[4963]: 6 0 0.500064 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[5012]: 6 0 1.5001 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[5094]: 6 -1.00001 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[5307]: 6 0 1.00007 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[5312]: 6 -1.00005 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[5320]: 6 -2.15004 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[5439]: 6 0 6.77504 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[5497]: 6 0 2.00005 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[5502]: 6 -1.00006 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[5633]: 6 0 1.00002 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[5983]: 6 0 2.00005 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6039]: 6 -1.00004 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6068]: 6 0 2.00002 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6081]: 6 0 28.5001 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6088]: 6 -4.59533 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6090]: 6 0 1.00006 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6239]: 6 -5.00005 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6395]: 6 0 1.00006 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6401]: 6 -3.50009 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6510]: 6 0 0.933388 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6563]: 6 0 17.0001 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6597]: 6 0 1.50002 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6598]: 6 0 1.50003 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6637]: 6 0 0.500031 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[6641]: 6 0 1.50005 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7057]: 6 0 2.00007 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7157]: 6 -1.00006 0 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7316]: 6 0 1.66669 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7407]: 6 0 2.00005 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7408]: 6 0 2.0001 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7409]: 6 0 2.00004 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7477]: 6 0 1.37506 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7544]: 6 0 2.00001 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7580]: 6 0 1.00006 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7850]: 6 0 18.7898 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7853]: 6 0 82.2898 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7900]: 6 0 22.2898 shouldn't be
2322.96/2329.77	WSVECS04 Frhs2[7910]: 6 0 28.9009 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[164]: 6 0 0.500049 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[168]: 6 0 0.500061 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[181]: 6 -1.00002 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[442]: 6 0 1.89777 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[443]: 6 0 1.89775 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[444]: 6 0 1.89777 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[445]: 6 0 1.89779 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[446]: 6 0 1.89777 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[447]: 6 0 1.89781 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[448]: 6 0 1.89779 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[581]: 6 0 1.00003 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[583]: 6 0 1.00002 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[988]: 6 0 2.33336 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[990]: 6 0 2.33339 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[1161]: 6 0 1.00006 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[1307]: 6 -0.33338 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[1412]: 6 -0.400094 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[1611]: 6 -1.00002 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[1657]: 6 0 1.66668 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[1659]: 6 0 1.66672 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[1799]: 6 0 1.00005 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[1823]: 6 -1.00004 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[1828]: 6 -1.00005 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[2041]: 6 -1.00008 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[2398]: 6 0 0.500096 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[2443]: 6 0 0.666747 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[2958]: 6 0 0.500084 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[2960]: 6 0 0.500088 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[2973]: 6 0 0.50006 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[3107]: 6 0 3.25005 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[3300]: 6 0 3.16672 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[3479]: 6 0 2.00001 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[3482]: 6 0 1.00002 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[3483]: 6 0 1.00001 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[3493]: 6 0 1.00002 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[3546]: 6 -1.00002 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[4034]: 6 0 2.00008 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[4109]: 6 0 1.83337 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[4230]: 6 0 1.00005 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[4253]: 6 0 1.00001 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[4565]: 6 0 4.86143 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[4854]: 6 -1.00009 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5054]: 6 0 9.2501 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5159]: 6 0 2.33336 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5160]: 6 0 2.33341 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5161]: 6 0 2.33337 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5162]: 6 0 2.33342 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5163]: 6 0 2.33338 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5164]: 6 0 2.33336 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5165]: 6 0 2.3334 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5166]: 6 0 2.33337 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5167]: 6 0 2.33336 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5170]: 6 -1.00003 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5663]: 6 -1.0001 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5692]: 6 0 1.00005 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5711]: 6 0 0.333413 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5865]: 6 0 1.00001 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5907]: 6 -1.00008 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[5988]: 6 -1.00006 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6034]: 6 -1.00008 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6041]: 6 -1.00004 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6042]: 6 -1.00006 0 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6116]: 6 0 1.71432 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6117]: 6 0 1.7143 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6119]: 6 0 1.71433 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6120]: 6 0 1.71431 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6245]: 6 0 1.00006 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6599]: 6 0 1.50005 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6639]: 6 0 0.500054 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6840]: 6 0 2.00007 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6841]: 6 0 2.00001 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6842]: 6 0 2.00004 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6922]: 6 0 1.8001 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6927]: 6 0 1.80009 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6928]: 6 0 1.8001 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[6929]: 6 0 1.80009 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[7030]: 6 0 2.00009 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[7056]: 6 0 2.0001 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[7058]: 6 0 2.00009 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[7245]: 6 0 1.00001 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[7246]: 6 0 1.00002 shouldn't be
2341.91/2348.80	WSVECS04 Frhs2[7247]: 6 0 1.00008 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[523]: 6 0 1.00003 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[551]: 6 0 1.00002 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[650]: 6 0 26.4003 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[1167]: 6 -1.00002 0 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[1203]: 6 -1.00005 0 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[1415]: 6 -0.600018 0 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[1527]: 6 -1.00005 0 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[1616]: 6 -1.00006 0 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[1627]: 6 -1.00008 0 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[2006]: 6 0 1.00003 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[2386]: 6 0 0.500053 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[2563]: 6 0 0.333433 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[3211]: 6 0 0.333389 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[3609]: 6 0 1.16669 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[3669]: 6 0 1.00002 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[5954]: 6 0 1.00005 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[7542]: 6 0 2.00008 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[7543]: 6 0 2.00002 shouldn't be
2360.96/2367.84	WSVECS04 Frhs2[7587]: 6 0 22.2501 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[554]: 6 0 1.00006 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[556]: 6 0 1.00004 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[756]: 6 -1.00001 0 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[1551]: 6 -1.00002 0 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[1874]: 6 0 1.00001 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[2476]: 6 0 1.00002 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[2941]: 6 -1.00005 0 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[3319]: 6 -1.00007 0 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[4088]: 6 0 0.200063 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[4724]: 6 0 1.00007 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[5111]: 6 0 1.00003 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[5112]: 6 0 1.00003 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[5619]: 6 0 2.00002 shouldn't be
2376.61/2383.58	WSVECS04 Frhs2[6444]: 6 0 1.00002 shouldn't be
2407.32/2414.33	c #Conflicts:    4376000 | #Constraints:     375822
2407.32/2414.33	c #Conflicts:    4377000 | #Constraints:     376822
2407.32/2414.33	c #Conflicts:    4378000 | #Constraints:     377822
2407.32/2414.33	c #Conflicts:    4379000 | #Constraints:     378822
2407.32/2414.33	c #Conflicts:    4380000 | #Constraints:     379822
2407.32/2414.33	c #Conflicts:    4381000 | #Constraints:     380822
2407.32/2414.33	c #Conflicts:    4382000 | #Constraints:     381822
2407.32/2414.33	c #Conflicts:    4383000 | #Constraints:     382822
2407.32/2414.33	c #Conflicts:    4384000 | #Constraints:     383822
2407.32/2414.33	c #Conflicts:    4385000 | #Constraints:     384822
2407.32/2414.33	c #Conflicts:    4386000 | #Constraints:     385822
2407.32/2414.33	c #Conflicts:    4387000 | #Constraints:     386822
2407.32/2414.33	c #Conflicts:    4388000 | #Constraints:     387822
2407.32/2414.33	c #Conflicts:    4389000 | #Constraints:     388822
2407.32/2414.33	c #Conflicts:    4390000 | #Constraints:     389822
2407.32/2414.33	c #Conflicts:    4391000 | #Constraints:     390822
2407.32/2414.33	c #Conflicts:    4392000 | #Constraints:     391822
2407.32/2414.33	c #Conflicts:    4393000 | #Constraints:     392822
2407.32/2414.33	c #Conflicts:    4394000 | #Constraints:     393822
2407.32/2414.33	c #Conflicts:    4395000 | #Constraints:     394822
2407.32/2414.33	c #Conflicts:    4396000 | #Constraints:     395822
2407.32/2414.33	c #Conflicts:    4397000 | #Constraints:     396822
2407.32/2414.33	c #Conflicts:    4398000 | #Constraints:     397822
2407.32/2414.33	c #Conflicts:    4399000 | #Constraints:     398822
2407.32/2414.33	c #Conflicts:    4400000 | #Constraints:     399822
2407.32/2414.33	c #Conflicts:    4401000 | #Constraints:     400822
2407.32/2414.33	c #Conflicts:    4402000 | #Constraints:     401822
2407.32/2414.33	c #Conflicts:    4403000 | #Constraints:     402822
2407.32/2414.33	c #Conflicts:    4404000 | #Constraints:     403822
2407.32/2414.33	c #Conflicts:    4405000 | #Constraints:     404822
2407.32/2414.33	c #Conflicts:    4406000 | #Constraints:     405822
2407.32/2414.33	c #Conflicts:    4407000 | #Constraints:     406822
2407.32/2414.33	c #Conflicts:    4408000 | #Constraints:     407822
2407.32/2414.33	c #Conflicts:    4409000 | #Constraints:     408822
2407.32/2414.33	c #Conflicts:    4410000 | #Constraints:     409822
2407.32/2414.33	c #Conflicts:    4411000 | #Constraints:     410822
2407.32/2414.33	c #Conflicts:    4412000 | #Constraints:     411822
2407.32/2414.33	c #Conflicts:    4413000 | #Constraints:     412822
2407.32/2414.33	c #Conflicts:    4414000 | #Constraints:     413822
2407.32/2414.33	c #Conflicts:    4415000 | #Constraints:     414822
2407.32/2414.33	c #Conflicts:    4416000 | #Constraints:     415822
2407.32/2414.33	c INPROCESSING
2407.32/2414.33	c GARBAGE COLLECT
2407.32/2414.33	c #Conflicts:    4417000 | #Constraints:     298172
2407.32/2414.33	c #Conflicts:    4418000 | #Constraints:     299172
2407.32/2414.33	c #Conflicts:    4419000 | #Constraints:     300172
2407.32/2414.33	c #Conflicts:    4420000 | #Constraints:     301172
2407.32/2414.33	c #Conflicts:    4421000 | #Constraints:     302172
2407.32/2414.33	c #Conflicts:    4422000 | #Constraints:     303172
2407.32/2414.33	c #Conflicts:    4423000 | #Constraints:     304172
2407.32/2414.33	c #Conflicts:    4424000 | #Constraints:     305172
2407.32/2414.33	c #Conflicts:    4425000 | #Constraints:     306172
2407.32/2414.33	c #Conflicts:    4426000 | #Constraints:     307172
2407.32/2414.33	c #Conflicts:    4427000 | #Constraints:     308172
2407.32/2414.33	c #Conflicts:    4428000 | #Constraints:     309172
2407.32/2414.33	c #Conflicts:    4429000 | #Constraints:     310172
2407.32/2414.33	c #Conflicts:    4430000 | #Constraints:     311172
2407.32/2414.33	c #Conflicts:    4431000 | #Constraints:     312172
2407.32/2414.33	c #Conflicts:    4432000 | #Constraints:     313172
2407.32/2414.33	c #Conflicts:    4433000 | #Constraints:     314172
2407.32/2414.33	c #Conflicts:    4434000 | #Constraints:     315172
2407.32/2414.33	c #Conflicts:    4435000 | #Constraints:     316172
2407.32/2414.33	c #Conflicts:    4436000 | #Constraints:     317172
2407.32/2414.33	c #Conflicts:    4437000 | #Constraints:     318172
2407.32/2414.33	c #Conflicts:    4438000 | #Constraints:     319172
2407.32/2414.33	c #Conflicts:    4439000 | #Constraints:     320172
2407.32/2414.33	c #Conflicts:    4440000 | #Constraints:     321172
2407.32/2414.33	c #Conflicts:    4441000 | #Constraints:     322172
2407.32/2414.33	c #Conflicts:    4442000 | #Constraints:     323172
2407.32/2414.33	c #Conflicts:    4443000 | #Constraints:     324172
2407.32/2414.33	c #Conflicts:    4444000 | #Constraints:     325172
2407.32/2414.33	c #Conflicts:    4445000 | #Constraints:     326172
2407.32/2414.33	c #Conflicts:    4446000 | #Constraints:     327172
2407.32/2414.33	c #Conflicts:    4447000 | #Constraints:     328172
2407.32/2414.33	c #Conflicts:    4448000 | #Constraints:     329172
2407.32/2414.33	c #Conflicts:    4449000 | #Constraints:     330172
2407.32/2414.33	c #Conflicts:    4450000 | #Constraints:     331172
2407.32/2414.33	c #Conflicts:    4451000 | #Constraints:     332172
2407.32/2414.33	c #Conflicts:    4452000 | #Constraints:     333172
2407.32/2414.33	c #Conflicts:    4453000 | #Constraints:     334172
2407.32/2414.33	c #Conflicts:    4454000 | #Constraints:     335172
2427.36/2434.49	c #Conflicts:    4455000 | #Constraints:     336172
2427.36/2434.49	c #Conflicts:    4456000 | #Constraints:     337172
2427.36/2434.49	c #Conflicts:    4457000 | #Constraints:     338172
2427.36/2434.49	c #Conflicts:    4458000 | #Constraints:     339172
2427.36/2434.49	c #Conflicts:    4459000 | #Constraints:     340172
2427.36/2434.49	c #Conflicts:    4460000 | #Constraints:     341172
2427.36/2434.49	c #Conflicts:    4461000 | #Constraints:     342172
2427.36/2434.49	c #Conflicts:    4462000 | #Constraints:     343172
2427.36/2434.49	c #Conflicts:    4463000 | #Constraints:     344172
2427.36/2434.49	c #Conflicts:    4464000 | #Constraints:     345172
2427.36/2434.49	c #Conflicts:    4465000 | #Constraints:     346172
2427.36/2434.49	c #Conflicts:    4466000 | #Constraints:     347172
2427.36/2434.49	c #Conflicts:    4467000 | #Constraints:     348172
2427.36/2434.49	c #Conflicts:    4468000 | #Constraints:     349172
2427.36/2434.49	c #Conflicts:    4469000 | #Constraints:     350172
2427.36/2434.49	c #Conflicts:    4470000 | #Constraints:     351172
2427.36/2434.49	c #Conflicts:    4471000 | #Constraints:     352172
2427.36/2434.49	c #Conflicts:    4472000 | #Constraints:     353172
2427.36/2434.49	c #Conflicts:    4473000 | #Constraints:     354172
2427.36/2434.49	c INPROCESSING
2427.36/2434.49	c GARBAGE COLLECT
2427.36/2434.49	WSVECS04 Frhs2[27]: 6 0 21.8927 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[110]: 6 0 14.3362 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[115]: 6 -127.956 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[117]: 6 -45.3334 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[121]: 6 -164.303 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[366]: 6 -2.80009 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[380]: 6 -102.95 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[939]: 6 0 2.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1043]: 6 0 4.40006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1061]: 6 -255.609 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1064]: 6 -41.4001 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1065]: 6 -33.8001 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1067]: 6 -178.273 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1069]: 6 0 107 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1070]: 6 -199.273 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1071]: 6 -201.109 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1104]: 6 0 1.40007 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1106]: 6 0 1.40003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1107]: 6 0 3.40002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1271]: 6 0 1.00007 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1474]: 6 0 1.40003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1499]: 6 0 3.00008 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1587]: 6 0 0.500012 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1591]: 6 0 0.500048 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1597]: 6 0 0.500087 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1624]: 6 0 9.33621 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1632]: 6 -2.50009 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1634]: 6 -6.33338 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1635]: 6 0 14.3362 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1637]: 6 -65.1756 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1638]: 6 0 44.1789 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1646]: 6 -125.229 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1686]: 6 0 2.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1749]: 6 0 46.7315 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1789]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1949]: 6 0 21.3361 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1956]: 6 0 21.3361 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[1985]: 6 0 2.85715 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2086]: 6 0 2.00007 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2087]: 6 0 3.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2088]: 6 0 3.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2091]: 6 0 3.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2092]: 6 0 3.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2094]: 6 -1.00009 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2095]: 6 0 1.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2250]: 6 0 5.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2274]: 6 0 1.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2300]: 6 0 4.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2301]: 6 0 4.00007 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2306]: 6 0 4.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2318]: 6 0 3.00001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2332]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2337]: 6 -1.00002 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2343]: 6 -4.00001 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2355]: 6 0 3.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2371]: 6 0 1.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2373]: 6 0 1.00001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2374]: 6 0 1.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2391]: 6 0 57.6987 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2552]: 6 0 3.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2556]: 6 0 1.00009 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2635]: 6 0 0.666698 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2636]: 6 0 0.666759 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2637]: 6 0 0.666709 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2638]: 6 0 0.666755 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2639]: 6 0 0.666758 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2640]: 6 0 0.666743 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2769]: 6 0 2.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2929]: 6 0 2.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2930]: 6 0 2.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2932]: 6 0 2.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2934]: 6 0 2.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2935]: 6 0 2.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[2937]: 6 0 2.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3028]: 6 -2.00008 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3042]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3043]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3044]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3090]: 6 0 4.00001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3149]: 6 0 4.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3150]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3158]: 6 -5.00005 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3178]: 6 0 3.50002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3192]: 6 0 1.50009 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3204]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3206]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3215]: 6 -1.00001 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3255]: 6 0 2.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3280]: 6 0 1.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3282]: 6 0 1.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3284]: 6 0 1.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3285]: 6 0 1.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3286]: 6 0 1.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3287]: 6 0 1.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3288]: 6 0 1.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3324]: 6 0 39.4871 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3370]: 6 -1.44453 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3372]: 6 -1.0001 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3373]: 6 -23.5556 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3379]: 6 0 2.00008 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3383]: 6 -43.7301 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3384]: 6 0 3.22223 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3385]: 6 -22.7334 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3386]: 6 -187.843 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3390]: 6 -198.873 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3396]: 6 0 12.0251 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3440]: 6 0 2.16672 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3491]: 6 -13.0001 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3527]: 6 0 2.33334 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3632]: 6 0 1.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3635]: 6 0 2.33336 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3695]: 6 0 2.00001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3779]: 6 0 2.08337 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3849]: 6 0 2.33336 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3930]: 6 0 2.33335 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3935]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3936]: 6 0 4.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3939]: 6 0 4.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3940]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3946]: 6 -1.00007 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3952]: 6 -1.00003 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3954]: 6 0 7.0001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3959]: 6 0 2.33336 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3965]: 6 0 2.50002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[3966]: 6 0 3.50001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4013]: 6 0 2.33336 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4093]: 6 0 2.33336 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4106]: 6 0 2.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4173]: 6 0 0.333393 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4174]: 6 0 1.33337 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4203]: 6 0 1.00009 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4249]: 6 -1.00009 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4270]: 6 0 1.00009 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4314]: 6 0 3.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4320]: 6 0 3.00001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4325]: 6 0 2.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4342]: 6 0 4.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4416]: 6 0 1.33341 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4417]: 6 0 2.33334 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4418]: 6 0 2.33336 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4420]: 6 0 1.00007 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4429]: 6 0 1.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4552]: 6 0 2.33336 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4604]: 6 -98.7917 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4624]: 6 0 1.50001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4626]: 6 0 1.50004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4783]: 6 0 2.00001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4870]: 6 0 5.3334 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[4955]: 6 0 0.500058 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5002]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5004]: 6 0 4.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5007]: 6 -1.00002 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5157]: 6 0 2.00001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5170]: 6 -1.00001 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5223]: 6 -1.00003 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5418]: 6 -1.00001 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5430]: 6 0 7.33335 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5431]: 6 0 7.33335 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5436]: 6 0 7.33336 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5500]: 6 -1.00004 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5565]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5567]: 6 0 4.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5571]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5574]: 6 -1.00004 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5580]: 6 -1.00003 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5596]: 6 0 2.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5682]: 6 -1.00008 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5685]: 6 -1.00008 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5700]: 6 0 4.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5702]: 6 0 4.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5705]: 6 0 4.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5706]: 6 0 4.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5707]: 6 0 4.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5709]: 6 -1.00006 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5715]: 6 -1.00001 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5733]: 6 0 1.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5837]: 6 0 3.50002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[5986]: 6 -1.00004 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[6082]: 6 0 1.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[6125]: 6 0 1.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[6253]: 6 0 4.00001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[6468]: 6 0 3.00001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[6592]: 6 0 1.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[6627]: 6 0 2.00001 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7003]: 6 0 3.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7004]: 6 0 3.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7005]: 6 0 3.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7006]: 6 0 3.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7007]: 6 0 3.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7008]: 6 0 3.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7009]: 6 0 3.00009 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7010]: 6 0 3.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7011]: 6 0 3.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7167]: 6 0 4.50005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7286]: 6 0 4.58336 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7301]: 6 0 5.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7303]: 6 0 4.00008 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7329]: 6 0 5.00004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7330]: 6 0 5.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7333]: 6 0 5.00002 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7334]: 6 0 5.00005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7335]: 6 0 5.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7411]: 6 0 2.40009 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7412]: 6 0 2.40004 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7413]: 6 0 2.40005 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7414]: 6 0 2.40006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7415]: 6 0 2.40003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7416]: 6 0 2.40007 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7587]: 6 -8.75005 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7591]: 6 -3.00004 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7710]: 6 0 2.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7712]: 6 0 2.00003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7722]: 6 -3.00004 0 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7725]: 6 0 1.00009 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7734]: 6 0 2.50003 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7786]: 6 0 1.00007 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7839]: 6 0 142.273 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7848]: 6 0 144.273 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7849]: 6 0 283.546 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7881]: 6 0 1.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7884]: 6 0 1.00006 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7899]: 6 0 16.7115 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7901]: 6 0 16.7116 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7906]: 6 0 158.985 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7924]: 6 0 141.273 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7925]: 6 0 141.273 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7929]: 6 0 295.519 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7931]: 6 0 295.519 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7934]: 6 0 295.519 shouldn't be
2427.36/2434.49	WSVECS04 Frhs2[7936]: 6 0 437.792 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[300]: 6 0 1.33341 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[302]: 6 0 1.33337 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[303]: 6 0 1.33336 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[304]: 6 0 1.33336 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[305]: 6 0 1.33338 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[315]: 6 0 0.333393 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[631]: 6 0 1.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[722]: 6 0 1.0001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[723]: 6 0 1.00001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[724]: 6 0 1.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[725]: 6 0 1.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[726]: 6 0 1.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[802]: 6 0 2.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[803]: 6 0 2.00009 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[804]: 6 0 2.00001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[805]: 6 0 2.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[806]: 6 0 2.00008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[807]: 6 0 2.00008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[864]: 6 -1.00001 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[1182]: 6 0 0.500057 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[1222]: 6 -1.00005 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[1413]: 6 0 0.875044 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[1606]: 6 0 102.638 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[1682]: 6 0 2.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[1683]: 6 0 2.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[1685]: 6 0 2.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[1797]: 6 -1.00007 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[1912]: 6 0 2.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2030]: 6 0 1.33338 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2036]: 6 0 2.33335 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2140]: 6 0 2.25009 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2141]: 6 0 2.25004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2142]: 6 0 2.25003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2143]: 6 0 2.25005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2144]: 6 0 2.25006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2145]: 6 0 2.25002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2195]: 6 0 1.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2199]: 6 0 2.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2204]: 6 0 1.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2208]: 6 -1.00007 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2283]: 6 -1.0001 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2310]: 6 -1.00007 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2420]: 6 0 1.00008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2422]: 6 0 1.00008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2424]: 6 0 1.50006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2561]: 6 -1.00008 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2564]: 6 -0.50006 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2567]: 6 -1.00002 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2693]: 6 0 2.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2743]: 6 0 3.00008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2919]: 6 0 1.00001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[2958]: 6 0 1.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3047]: 6 -1.00002 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3053]: 6 -1.00001 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3155]: 6 -1.00007 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3209]: 6 -1.00005 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3212]: 6 -1.00009 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3360]: 6 0 1.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3368]: 6 -3.0001 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3500]: 6 0 2.33336 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3534]: 6 0 3.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3541]: 6 -1.00005 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3640]: 6 0 1.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3743]: 6 0 2.33335 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3763]: 6 -1.00008 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3769]: 6 0 2.33335 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3932]: 6 0 2.33335 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3949]: 6 -1.00007 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3958]: 6 0 2.33335 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3968]: 6 0 3.50002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3984]: 6 0 2.33335 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[3985]: 6 0 2.33335 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4038]: 6 0 2.33334 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4108]: 6 -1.00006 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4126]: 6 0 2.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4127]: 6 0 2.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4128]: 6 0 2.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4129]: 6 0 2.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4130]: 6 0 2.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4131]: 6 0 2.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4133]: 6 0 2.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4196]: 6 0 1.00008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4202]: 6 0 2.33335 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4232]: 6 0 4.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4233]: 6 0 4.00009 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4234]: 6 0 4.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4235]: 6 0 4.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4238]: 6 0 4.0001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4239]: 6 0 4.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4243]: 6 -1.00006 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4260]: 6 0 3.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4262]: 6 0 3.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4263]: 6 0 3.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4264]: 6 0 3.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4265]: 6 0 2.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4268]: 6 0 3.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4275]: 6 0 9.22224 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4324]: 6 -1.00007 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4327]: 6 -1.00006 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4330]: 6 -1.00003 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4357]: 6 -1.00004 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4362]: 6 0 2.33336 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4363]: 6 0 2.33339 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4456]: 6 0 3.00001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4470]: 6 0 2.33335 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4498]: 6 0 2.33336 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4526]: 6 0 2.33334 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4551]: 6 0 0.333428 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4625]: 6 0 1.50003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4627]: 6 0 1.50005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4753]: 6 0 2.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4754]: 6 0 2.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4756]: 6 0 2.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4758]: 6 0 2.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4759]: 6 0 2.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4760]: 6 0 2.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4762]: 6 0 2.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4767]: 6 -1.00003 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4770]: 6 -1.00002 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4866]: 6 0 5.33338 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4867]: 6 0 5.33335 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4868]: 6 0 5.33339 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[4950]: 6 0 1.50005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5010]: 6 -1.00009 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5013]: 6 -1.00006 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5399]: 6 -1.00004 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5403]: 6 0 1.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5404]: 6 0 1.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5405]: 6 0 2.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5407]: 6 0 1.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5409]: 6 0 1.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5410]: 6 0 1.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5453]: 6 0 2.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5671]: 6 0 2.0001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5672]: 6 0 2.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5673]: 6 0 2.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5674]: 6 0 2.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5675]: 6 0 2.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5676]: 6 0 2.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5677]: 6 0 2.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5678]: 6 0 2.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5679]: 6 0 2.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5680]: 6 0 2.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5688]: 6 -1.00008 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5712]: 6 -1.00006 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5808]: 6 0 3.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5809]: 6 0 3.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5810]: 6 0 3.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5811]: 6 0 3.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5812]: 6 0 3.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5813]: 6 0 3.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5814]: 6 0 3.0001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[5815]: 6 0 3.00009 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6115]: 6 0 3.50006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6118]: 6 0 2.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6355]: 6 0 1.12504 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6356]: 6 0 1.12503 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6360]: 6 0 1.12505 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6361]: 6 0 1.12503 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6413]: 6 0 2.00008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6414]: 6 0 2.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6415]: 6 0 2.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6417]: 6 0 2.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6547]: 6 0 3.00001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6550]: 6 0 3.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6563]: 6 0 2.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6760]: 6 0 5.50002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6763]: 6 0 5.50009 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6765]: 6 0 5.5001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6876]: 6 0 2.0001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6975]: 6 0 5.50003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6976]: 6 0 5.50008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6978]: 6 0 4.50004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6979]: 6 0 5.5001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6981]: 6 0 5.50005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[6984]: 6 0 5.50001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7085]: 6 0 1.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7086]: 6 0 1.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7087]: 6 0 1.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7088]: 6 0 1.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7089]: 6 0 1.00009 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7090]: 6 0 1.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7091]: 6 0 1.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7092]: 6 0 1.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7195]: 6 0 3.00001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7219]: 6 0 1.0001 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7220]: 6 0 1.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7221]: 6 0 1.00008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7222]: 6 0 1.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7223]: 6 0 1.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7224]: 6 0 1.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7225]: 6 0 1.00008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7226]: 6 0 1.00009 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7227]: 6 0 1.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7248]: 6 0 3.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7249]: 6 0 3.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7250]: 6 0 3.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7253]: 6 0 3.00004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7331]: 6 0 5.00006 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7332]: 6 0 5.00005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7343]: 6 -1.00009 0 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7410]: 6 0 2.40008 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7460]: 6 0 4.75005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7462]: 6 0 3.00007 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7465]: 6 0 3.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7546]: 6 0 2.25005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7548]: 6 0 2.25005 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7550]: 6 0 2.25004 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7650]: 6 0 2.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7708]: 6 0 2.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7709]: 6 0 2.00002 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7762]: 6 0 2.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7766]: 6 0 2.00003 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7887]: 6 0 96.0419 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7890]: 6 0 96.042 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7891]: 6 0 96.042 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7892]: 6 0 96.042 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7894]: 6 0 96.042 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7895]: 6 0 96.0419 shouldn't be
2454.68/2461.89	WSVECS04 Frhs2[7898]: 6 0 18.7116 shouldn't be
2512.73/2520.11	c #Conflicts:    4474000 | #Constraints:     280429
2512.73/2520.11	c #Conflicts:    4475000 | #Constraints:     281429
2512.73/2520.11	c #Conflicts:    4476000 | #Constraints:     282429
2512.73/2520.11	c #Conflicts:    4477000 | #Constraints:     283429
2512.73/2520.11	c #Conflicts:    4478000 | #Constraints:     284429
2512.73/2520.11	c #Conflicts:    4479000 | #Constraints:     285429
2512.73/2520.11	c #Conflicts:    4480000 | #Constraints:     286429
2512.73/2520.11	c #Conflicts:    4481000 | #Constraints:     287429
2512.73/2520.11	c #Conflicts:    4482000 | #Constraints:     288429
2512.73/2520.11	c #Conflicts:    4483000 | #Constraints:     289429
2512.73/2520.11	c #Conflicts:    4484000 | #Constraints:     290429
2512.73/2520.11	c #Conflicts:    4485000 | #Constraints:     291429
2512.73/2520.11	c #Conflicts:    4486000 | #Constraints:     292429
2512.73/2520.11	c #Conflicts:    4487000 | #Constraints:     293429
2512.73/2520.11	c #Conflicts:    4488000 | #Constraints:     294429
2512.73/2520.11	c #Conflicts:    4489000 | #Constraints:     295429
2512.73/2520.11	c #Conflicts:    4490000 | #Constraints:     296429
2512.73/2520.11	c #Conflicts:    4491000 | #Constraints:     297429
2512.73/2520.11	c #Conflicts:    4492000 | #Constraints:     298429
2512.73/2520.11	c #Conflicts:    4493000 | #Constraints:     299429
2512.73/2520.11	c #Conflicts:    4494000 | #Constraints:     300429
2512.73/2520.11	c #Conflicts:    4495000 | #Constraints:     301429
2512.73/2520.11	c #Conflicts:    4496000 | #Constraints:     302429
2512.73/2520.11	c #Conflicts:    4497000 | #Constraints:     303429
2512.73/2520.11	c #Conflicts:    4498000 | #Constraints:     304429
2512.73/2520.11	c #Conflicts:    4499000 | #Constraints:     305429
2512.73/2520.11	c #Conflicts:    4500000 | #Constraints:     306429
2512.73/2520.11	c #Conflicts:    4501000 | #Constraints:     307429
2512.73/2520.11	c #Conflicts:    4502000 | #Constraints:     308429
2512.73/2520.11	c #Conflicts:    4503000 | #Constraints:     309429
2512.73/2520.11	c #Conflicts:    4504000 | #Constraints:     310429
2512.73/2520.11	c #Conflicts:    4505000 | #Constraints:     311429
2512.73/2520.11	c #Conflicts:    4506000 | #Constraints:     312429
2512.73/2520.11	c #Conflicts:    4507000 | #Constraints:     313429
2512.73/2520.11	c #Conflicts:    4508000 | #Constraints:     314429
2512.73/2520.11	c #Conflicts:    4509000 | #Constraints:     315429
2512.73/2520.11	c #Conflicts:    4510000 | #Constraints:     316429
2512.73/2520.11	c #Conflicts:    4511000 | #Constraints:     317429
2512.73/2520.11	c #Conflicts:    4512000 | #Constraints:     318429
2512.73/2520.11	c #Conflicts:    4513000 | #Constraints:     319429
2512.73/2520.11	c #Conflicts:    4514000 | #Constraints:     320429
2512.73/2520.11	c #Conflicts:    4515000 | #Constraints:     321429
2512.73/2520.11	c #Conflicts:    4516000 | #Constraints:     322429
2512.73/2520.11	c #Conflicts:    4517000 | #Constraints:     323429
2512.73/2520.11	c #Conflicts:    4518000 | #Constraints:     324429
2512.73/2520.11	c #Conflicts:    4519000 | #Constraints:     325429
2512.73/2520.11	c #Conflicts:    4520000 | #Constraints:     326429
2512.73/2520.11	c #Conflicts:    4521000 | #Constraints:     327429
2512.73/2520.11	c #Conflicts:    4522000 | #Constraints:     328429
2512.73/2520.11	c #Conflicts:    4523000 | #Constraints:     329429
2512.73/2520.11	c #Conflicts:    4524000 | #Constraints:     330429
2512.73/2520.11	c #Conflicts:    4525000 | #Constraints:     331429
2512.73/2520.11	c #Conflicts:    4526000 | #Constraints:     332429
2512.73/2520.11	c #Conflicts:    4527000 | #Constraints:     333429
2512.73/2520.11	c #Conflicts:    4528000 | #Constraints:     334429
2512.73/2520.11	c #Conflicts:    4529000 | #Constraints:     335429
2512.73/2520.11	c #Conflicts:    4530000 | #Constraints:     336429
2512.73/2520.11	c #Conflicts:    4531000 | #Constraints:     337429
2512.73/2520.11	c #Conflicts:    4532000 | #Constraints:     338429
2512.73/2520.11	c #Conflicts:    4533000 | #Constraints:     339429
2512.73/2520.11	c #Conflicts:    4534000 | #Constraints:     340429
2512.73/2520.11	c #Conflicts:    4535000 | #Constraints:     341429
2512.73/2520.11	c #Conflicts:    4536000 | #Constraints:     342429
2512.73/2520.11	c #Conflicts:    4537000 | #Constraints:     343429
2512.73/2520.11	c #Conflicts:    4538000 | #Constraints:     344429
2512.73/2520.11	c #Conflicts:    4539000 | #Constraints:     345429
2512.73/2520.11	c #Conflicts:    4540000 | #Constraints:     346429
2512.73/2520.11	c #Conflicts:    4541000 | #Constraints:     347429
2512.73/2520.11	c #Conflicts:    4542000 | #Constraints:     348429
2512.73/2520.11	c #Conflicts:    4543000 | #Constraints:     349429
2512.73/2520.11	c #Conflicts:    4544000 | #Constraints:     350429
2512.73/2520.11	c #Conflicts:    4545000 | #Constraints:     351429
2512.73/2520.11	c #Conflicts:    4546000 | #Constraints:     352429
2512.73/2520.11	c #Conflicts:    4547000 | #Constraints:     353429
2512.73/2520.11	c #Conflicts:    4548000 | #Constraints:     354429
2512.73/2520.11	c #Conflicts:    4549000 | #Constraints:     355429
2512.73/2520.11	c #Conflicts:    4550000 | #Constraints:     356429
2512.73/2520.11	c #Conflicts:    4551000 | #Constraints:     357429
2512.73/2520.11	c #Conflicts:    4552000 | #Constraints:     358429
2551.41/2558.82	c #Conflicts:    4553000 | #Constraints:     359429
2551.41/2558.82	c #Conflicts:    4554000 | #Constraints:     360429
2551.41/2558.82	c #Conflicts:    4555000 | #Constraints:     361429
2551.41/2558.82	c #Conflicts:    4556000 | #Constraints:     362429
2551.41/2558.82	c #Conflicts:    4557000 | #Constraints:     363429
2551.41/2558.82	c #Conflicts:    4558000 | #Constraints:     364429
2551.41/2558.82	c #Conflicts:    4559000 | #Constraints:     365429
2551.41/2558.82	c #Conflicts:    4560000 | #Constraints:     366429
2551.41/2558.82	c #Conflicts:    4561000 | #Constraints:     367429
2551.41/2558.82	c #Conflicts:    4562000 | #Constraints:     368429
2551.41/2558.82	c #Conflicts:    4563000 | #Constraints:     369429
2551.41/2558.82	c #Conflicts:    4564000 | #Constraints:     370429
2551.41/2558.82	c #Conflicts:    4565000 | #Constraints:     371429
2551.41/2558.82	c #Conflicts:    4566000 | #Constraints:     372429
2551.41/2558.82	c #Conflicts:    4567000 | #Constraints:     373429
2551.41/2558.82	c #Conflicts:    4568000 | #Constraints:     374429
2551.41/2558.82	c #Conflicts:    4569000 | #Constraints:     375429
2551.41/2558.82	c #Conflicts:    4570000 | #Constraints:     376429
2551.41/2558.82	c #Conflicts:    4571000 | #Constraints:     377429
2551.41/2558.82	c #Conflicts:    4572000 | #Constraints:     378429
2551.41/2558.82	c #Conflicts:    4573000 | #Constraints:     379429
2551.41/2558.82	c #Conflicts:    4574000 | #Constraints:     380429
2551.41/2558.82	c #Conflicts:    4575000 | #Constraints:     381429
2551.41/2558.82	c #Conflicts:    4576000 | #Constraints:     382429
2551.41/2558.82	c #Conflicts:    4577000 | #Constraints:     383429
2551.41/2558.82	c #Conflicts:    4578000 | #Constraints:     384429
2551.41/2558.82	c #Conflicts:    4579000 | #Constraints:     385429
2551.41/2558.82	c #Conflicts:    4580000 | #Constraints:     386429
2551.41/2558.82	c #Conflicts:    4581000 | #Constraints:     387429
2551.41/2558.82	c #Conflicts:    4582000 | #Constraints:     388429
2551.41/2558.82	c #Conflicts:    4583000 | #Constraints:     389429
2551.41/2558.82	c #Conflicts:    4584000 | #Constraints:     390429
2551.41/2558.82	c #Conflicts:    4585000 | #Constraints:     391429
2551.41/2558.82	c #Conflicts:    4586000 | #Constraints:     392429
2551.41/2558.82	c #Conflicts:    4587000 | #Constraints:     393429
2551.41/2558.82	c #Conflicts:    4588000 | #Constraints:     394429
2551.41/2558.82	c #Conflicts:    4589000 | #Constraints:     395429
2551.41/2558.82	c #Conflicts:    4590000 | #Constraints:     396429
2551.41/2558.82	c #Conflicts:    4591000 | #Constraints:     397429
2551.41/2558.82	c #Conflicts:    4592000 | #Constraints:     398429
2551.41/2558.82	c #Conflicts:    4593000 | #Constraints:     399429
2551.41/2558.82	c #Conflicts:    4594000 | #Constraints:     400429
2551.41/2558.82	c #Conflicts:    4595000 | #Constraints:     401429
2551.41/2558.82	c #Conflicts:    4596000 | #Constraints:     402429
2551.41/2558.82	c #Conflicts:    4597000 | #Constraints:     403429
2551.41/2558.82	c #Conflicts:    4598000 | #Constraints:     404429
2551.41/2558.82	c #Conflicts:    4599000 | #Constraints:     405429
2551.41/2558.82	c #Conflicts:    4600000 | #Constraints:     406429
2551.41/2558.82	c #Conflicts:    4601000 | #Constraints:     407429
2551.41/2558.82	c #Conflicts:    4602000 | #Constraints:     408429
2551.41/2558.82	c #Conflicts:    4603000 | #Constraints:     409429
2551.41/2558.82	c #Conflicts:    4604000 | #Constraints:     410429
2551.41/2558.82	c #Conflicts:    4605000 | #Constraints:     411429
2551.41/2558.82	c #Conflicts:    4606000 | #Constraints:     412429
2551.41/2558.82	c #Conflicts:    4607000 | #Constraints:     413429
2551.41/2558.82	c #Conflicts:    4608000 | #Constraints:     414429
2551.41/2558.82	c #Conflicts:    4609000 | #Constraints:     415429
2551.41/2558.82	c #Conflicts:    4610000 | #Constraints:     416429
2551.41/2558.82	c #Conflicts:    4611000 | #Constraints:     417429
2551.41/2558.82	c #Conflicts:    4612000 | #Constraints:     418429
2551.41/2558.82	c #Conflicts:    4613000 | #Constraints:     419429
2551.41/2558.82	c #Conflicts:    4614000 | #Constraints:     420429
2551.41/2558.82	c #Conflicts:    4615000 | #Constraints:     421429
2551.41/2558.82	c INPROCESSING
2551.41/2558.82	c GARBAGE COLLECT
2551.41/2558.82	c #Conflicts:    4616000 | #Constraints:     301056
2551.41/2558.82	c #Conflicts:    4617000 | #Constraints:     302056
2551.41/2558.82	c #Conflicts:    4618000 | #Constraints:     303056
2551.41/2558.82	c #Conflicts:    4619000 | #Constraints:     304056
2551.41/2558.82	c #Conflicts:    4620000 | #Constraints:     305056
2551.41/2558.82	c #Conflicts:    4621000 | #Constraints:     306056
2551.41/2558.82	c #Conflicts:    4622000 | #Constraints:     307056
2551.41/2558.82	c #Conflicts:    4623000 | #Constraints:     308056
2551.41/2558.82	c #Conflicts:    4624000 | #Constraints:     309056
2551.41/2558.82	c #Conflicts:    4625000 | #Constraints:     310056
2551.41/2558.82	c #Conflicts:    4626000 | #Constraints:     311056
2551.41/2558.82	c #Conflicts:    4627000 | #Constraints:     312056
2551.41/2558.82	c #Conflicts:    4628000 | #Constraints:     313056
2551.41/2558.82	c #Conflicts:    4629000 | #Constraints:     314056
2551.41/2558.82	c #Conflicts:    4630000 | #Constraints:     315056
2561.69/2569.11	c #Conflicts:    4631000 | #Constraints:     316056
2561.69/2569.11	c #Conflicts:    4632000 | #Constraints:     317056
2561.69/2569.11	c #Conflicts:    4633000 | #Constraints:     318056
2561.69/2569.11	c #Conflicts:    4634000 | #Constraints:     319056
2561.69/2569.11	c #Conflicts:    4635000 | #Constraints:     320056
2561.69/2569.11	c #Conflicts:    4636000 | #Constraints:     321056
2561.69/2569.11	c #Conflicts:    4637000 | #Constraints:     322056
2561.69/2569.11	c #Conflicts:    4638000 | #Constraints:     323056
2561.69/2569.11	c #Conflicts:    4639000 | #Constraints:     324056
2561.69/2569.11	c #Conflicts:    4640000 | #Constraints:     325056
2561.69/2569.11	c #Conflicts:    4641000 | #Constraints:     326056
2561.69/2569.11	c #Conflicts:    4642000 | #Constraints:     327056
2561.69/2569.11	c #Conflicts:    4643000 | #Constraints:     328056
2561.69/2569.11	c #Conflicts:    4644000 | #Constraints:     329056
2561.69/2569.11	c #Conflicts:    4645000 | #Constraints:     330056
2561.69/2569.11	c #Conflicts:    4646000 | #Constraints:     331056
2561.69/2569.11	c #Conflicts:    4647000 | #Constraints:     332056
2561.69/2569.11	c #Conflicts:    4648000 | #Constraints:     333056
2561.69/2569.11	c #Conflicts:    4649000 | #Constraints:     334056
2561.69/2569.11	c #Conflicts:    4650000 | #Constraints:     335056
2561.69/2569.11	c #Conflicts:    4651000 | #Constraints:     336056
2561.69/2569.11	c #Conflicts:    4652000 | #Constraints:     337056
2561.69/2569.11	c #Conflicts:    4653000 | #Constraints:     338056
2561.69/2569.11	c #Conflicts:    4654000 | #Constraints:     339056
2561.69/2569.11	c #Conflicts:    4655000 | #Constraints:     340056
2561.69/2569.11	c #Conflicts:    4656000 | #Constraints:     341056
2561.69/2569.11	c #Conflicts:    4657000 | #Constraints:     342056
2561.69/2569.11	c #Conflicts:    4658000 | #Constraints:     343056
2561.69/2569.11	c #Conflicts:    4659000 | #Constraints:     344056
2561.69/2569.11	c #Conflicts:    4660000 | #Constraints:     345056
2561.69/2569.11	c #Conflicts:    4661000 | #Constraints:     346056
2561.69/2569.11	c #Conflicts:    4662000 | #Constraints:     347056
2561.69/2569.11	c #Conflicts:    4663000 | #Constraints:     348056
2561.69/2569.11	c #Conflicts:    4664000 | #Constraints:     349056
2561.69/2569.11	c #Conflicts:    4665000 | #Constraints:     350056
2561.69/2569.11	c #Conflicts:    4666000 | #Constraints:     351056
2561.69/2569.11	c #Conflicts:    4667000 | #Constraints:     352056
2561.69/2569.11	c #Conflicts:    4668000 | #Constraints:     353056
2561.69/2569.11	c #Conflicts:    4669000 | #Constraints:     354056
2561.69/2569.11	c #Conflicts:    4670000 | #Constraints:     355056
2561.69/2569.11	c #Conflicts:    4671000 | #Constraints:     356056
2561.69/2569.11	c #Conflicts:    4672000 | #Constraints:     357056
2561.69/2569.11	c #Conflicts:    4673000 | #Constraints:     358056
2561.69/2569.11	c #Conflicts:    4674000 | #Constraints:     359056
2561.69/2569.11	c INPROCESSING
2561.69/2569.11	c GARBAGE COLLECT
2561.69/2569.11	c rational objective 323.556
2589.70/2597.28	c #Conflicts:    4675000 | #Constraints:     284359
2589.70/2597.28	c #Conflicts:    4676000 | #Constraints:     285359
2589.70/2597.28	c #Conflicts:    4677000 | #Constraints:     286359
2589.70/2597.28	c #Conflicts:    4678000 | #Constraints:     287359
2589.70/2597.28	c #Conflicts:    4679000 | #Constraints:     288359
2589.70/2597.28	c #Conflicts:    4680000 | #Constraints:     289359
2589.70/2597.28	c #Conflicts:    4681000 | #Constraints:     290359
2589.70/2597.28	c #Conflicts:    4682000 | #Constraints:     291359
2589.70/2597.28	c #Conflicts:    4683000 | #Constraints:     292359
2589.70/2597.28	c #Conflicts:    4684000 | #Constraints:     293359
2589.70/2597.28	c #Conflicts:    4685000 | #Constraints:     294359
2589.70/2597.28	c #Conflicts:    4686000 | #Constraints:     295359
2589.70/2597.28	c #Conflicts:    4687000 | #Constraints:     296359
2589.70/2597.28	c #Conflicts:    4688000 | #Constraints:     297359
2589.70/2597.28	c #Conflicts:    4689000 | #Constraints:     298359
2589.70/2597.28	c #Conflicts:    4690000 | #Constraints:     299359
2589.70/2597.28	c #Conflicts:    4691000 | #Constraints:     300359
2589.70/2597.28	c #Conflicts:    4692000 | #Constraints:     301359
2589.70/2597.28	c #Conflicts:    4693000 | #Constraints:     302359
2589.70/2597.28	c #Conflicts:    4694000 | #Constraints:     303359
2589.70/2597.28	c #Conflicts:    4695000 | #Constraints:     304359
2589.70/2597.28	c #Conflicts:    4696000 | #Constraints:     305359
2589.70/2597.28	c #Conflicts:    4697000 | #Constraints:     306359
2589.70/2597.28	c #Conflicts:    4698000 | #Constraints:     307359
2589.70/2597.28	c #Conflicts:    4699000 | #Constraints:     308359
2589.70/2597.28	c #Conflicts:    4700000 | #Constraints:     309359
2589.70/2597.28	c #Conflicts:    4701000 | #Constraints:     310359
2589.70/2597.28	c #Conflicts:    4702000 | #Constraints:     311359
2589.70/2597.28	c #Conflicts:    4703000 | #Constraints:     312359
2589.70/2597.28	c #Conflicts:    4704000 | #Constraints:     313359
2589.70/2597.28	c #Conflicts:    4705000 | #Constraints:     314359
2589.70/2597.28	c #Conflicts:    4706000 | #Constraints:     315359
2589.70/2597.28	c #Conflicts:    4707000 | #Constraints:     316359
2589.70/2597.28	c #Conflicts:    4708000 | #Constraints:     317359
2589.70/2597.28	c #Conflicts:    4709000 | #Constraints:     318359
2589.70/2597.28	c #Conflicts:    4710000 | #Constraints:     319359
2589.70/2597.28	c #Conflicts:    4711000 | #Constraints:     320359
2589.70/2597.28	c #Conflicts:    4712000 | #Constraints:     321359
2589.70/2597.28	c #Conflicts:    4713000 | #Constraints:     322359
2589.70/2597.28	c #Conflicts:    4714000 | #Constraints:     323359
2589.70/2597.28	c #Conflicts:    4715000 | #Constraints:     324359
2589.70/2597.28	c #Conflicts:    4716000 | #Constraints:     325359
2589.70/2597.28	c #Conflicts:    4717000 | #Constraints:     326359
2589.70/2597.28	c #Conflicts:    4718000 | #Constraints:     327359
2589.70/2597.28	c #Conflicts:    4719000 | #Constraints:     328359
2589.70/2597.28	c #Conflicts:    4720000 | #Constraints:     329359
2589.70/2597.28	c #Conflicts:    4721000 | #Constraints:     330359
2589.70/2597.28	c #Conflicts:    4722000 | #Constraints:     331359
2589.70/2597.28	c #Conflicts:    4723000 | #Constraints:     332359
2589.70/2597.28	c #Conflicts:    4724000 | #Constraints:     333359
2589.70/2597.28	c #Conflicts:    4725000 | #Constraints:     334359
2589.70/2597.28	c #Conflicts:    4726000 | #Constraints:     335359
2589.70/2597.28	c #Conflicts:    4727000 | #Constraints:     336359
2589.70/2597.28	c #Conflicts:    4728000 | #Constraints:     337359
2589.70/2597.28	c #Conflicts:    4729000 | #Constraints:     338359
2589.70/2597.28	c #Conflicts:    4730000 | #Constraints:     339359
2589.70/2597.28	c #Conflicts:    4731000 | #Constraints:     340359
2589.70/2597.28	c #Conflicts:    4732000 | #Constraints:     341359
2589.70/2597.28	c #Conflicts:    4733000 | #Constraints:     342359
2589.70/2597.28	c #Conflicts:    4734000 | #Constraints:     343359
2589.70/2597.28	c #Conflicts:    4735000 | #Constraints:     344359
2589.70/2597.28	c #Conflicts:    4736000 | #Constraints:     345359
2589.70/2597.28	c #Conflicts:    4737000 | #Constraints:     346359
2589.70/2597.28	c #Conflicts:    4738000 | #Constraints:     347359
2589.70/2597.28	c #Conflicts:    4739000 | #Constraints:     348359
2589.70/2597.28	c #Conflicts:    4740000 | #Constraints:     349359
2589.70/2597.28	c #Conflicts:    4741000 | #Constraints:     350359
2589.70/2597.28	c #Conflicts:    4742000 | #Constraints:     351359
2589.70/2597.28	c #Conflicts:    4743000 | #Constraints:     352359
2589.70/2597.28	c #Conflicts:    4744000 | #Constraints:     353359
2589.70/2597.28	c #Conflicts:    4745000 | #Constraints:     354359
2589.70/2597.28	c #Conflicts:    4746000 | #Constraints:     355359
2589.70/2597.28	c #Conflicts:    4747000 | #Constraints:     356359
2589.70/2597.28	c #Conflicts:    4748000 | #Constraints:     357359
2589.70/2597.28	c #Conflicts:    4749000 | #Constraints:     358359
2589.70/2597.28	c #Conflicts:    4750000 | #Constraints:     359359
2589.70/2597.28	c #Conflicts:    4751000 | #Constraints:     360359
2589.70/2597.28	c #Conflicts:    4752000 | #Constraints:     361359
2589.70/2597.28	c #Conflicts:    4753000 | #Constraints:     362359
2607.35/2614.99	c #Conflicts:    4754000 | #Constraints:     363359
2607.35/2614.99	c #Conflicts:    4755000 | #Constraints:     364359
2607.35/2614.99	c #Conflicts:    4756000 | #Constraints:     365359
2607.35/2614.99	c #Conflicts:    4757000 | #Constraints:     366359
2607.35/2614.99	c #Conflicts:    4758000 | #Constraints:     367359
2607.35/2614.99	c #Conflicts:    4759000 | #Constraints:     368359
2607.35/2614.99	c #Conflicts:    4760000 | #Constraints:     369359
2607.35/2614.99	c #Conflicts:    4761000 | #Constraints:     370359
2607.35/2614.99	c #Conflicts:    4762000 | #Constraints:     371359
2607.35/2614.99	c #Conflicts:    4763000 | #Constraints:     372359
2607.35/2614.99	c #Conflicts:    4764000 | #Constraints:     373359
2607.35/2614.99	c #Conflicts:    4765000 | #Constraints:     374359
2607.35/2614.99	c #Conflicts:    4766000 | #Constraints:     375359
2607.35/2614.99	c #Conflicts:    4767000 | #Constraints:     376359
2607.35/2614.99	c #Conflicts:    4768000 | #Constraints:     377359
2607.35/2614.99	c #Conflicts:    4769000 | #Constraints:     378359
2607.35/2614.99	c #Conflicts:    4770000 | #Constraints:     379359
2607.35/2614.99	c #Conflicts:    4771000 | #Constraints:     380359
2607.35/2614.99	c #Conflicts:    4772000 | #Constraints:     381359
2607.35/2614.99	c #Conflicts:    4773000 | #Constraints:     382359
2607.35/2614.99	c #Conflicts:    4774000 | #Constraints:     383359
2607.35/2614.99	c #Conflicts:    4775000 | #Constraints:     384359
2607.35/2614.99	c #Conflicts:    4776000 | #Constraints:     385359
2607.35/2614.99	c #Conflicts:    4777000 | #Constraints:     386360
2607.35/2614.99	c #Conflicts:    4778000 | #Constraints:     387360
2607.35/2614.99	WSVECS04 Frhs2[30]: 6 -41 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[117]: 6 -121 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[118]: 6 -57 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[121]: 6 -149 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[372]: 6 -129.111 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[374]: 6 -74 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[377]: 6 -24.3333 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[378]: 6 -68.1111 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[380]: 6 -126.778 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1062]: 6 -71 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1063]: 6 -71 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1320]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1428]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1429]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1509]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1510]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1536]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1537]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1639]: 6 -39.5 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1640]: 6 -34.5 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1642]: 6 -38 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1643]: 6 -36 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1645]: 6 -33.5 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1646]: 6 -40.5 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1737]: 6 0 3 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1738]: 6 0 3 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1760]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1761]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1819]: 6 0 1.5 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1820]: 6 0 1.5 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1821]: 6 0 1.5 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1822]: 6 0 1.5 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1922]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[1923]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2057]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2058]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2219]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2220]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2246]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2247]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2300]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2302]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2304]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2305]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2307]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2308]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2524]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2525]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2713]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2714]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2875]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[2876]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3091]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3092]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3118]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3119]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3279]: 6 0 4 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3306]: 6 0 4 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3385]: 6 -74.7143 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3386]: 6 -58.8571 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3390]: 6 -109.429 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3504]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3505]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3720]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3721]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3909]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[3910]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4071]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4072]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4179]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4180]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4206]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4207]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4651]: 6 0 1.5 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4727]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4728]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4970]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[4971]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[5186]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[5187]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[5375]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[5376]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[5442]: 6 -1 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[5510]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[5511]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[5537]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[5538]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[5823]: 6 -1 0 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6084]: 6 0 25.6667 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6220]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6221]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6333]: 6 0 1.71429 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6490]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6491]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6543]: 6 0 5.5 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6733]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6734]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6949]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[6950]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7111]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7112]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7138]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7139]: 6 0 1.33333 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7191]: 6 0 5.5 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7461]: 6 0 5.5 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7647]: 6 0 26.6667 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7849]: 6 0 2 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7869]: 6 0 3 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7871]: 6 0 3 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7874]: 6 0 3 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7876]: 6 0 3 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7881]: 6 0 4 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7884]: 6 0 4 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7929]: 6 0 2 shouldn't be
2607.35/2614.99	WSVECS04 Frhs2[7932]: 6 0 2 shouldn't be
2620.21/2627.89	WSVECS04 Frhs2[965]: 6 0 3 shouldn't be
2620.21/2627.89	WSVECS04 Frhs2[966]: 6 0 3 shouldn't be
2620.21/2627.89	WSVECS04 Frhs2[1185]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[1186]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[1563]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[1564]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[1636]: 6 -65 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2088]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2165]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2166]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2199]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2281]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2301]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2306]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2766]: 6 0 4 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2907]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3010]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3011]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3041]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3152]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3201]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3226]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3266]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3538]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3944]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4101]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4135]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4238]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4273]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4315]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4318]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4341]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4381]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4435]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4462]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4758]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4791]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4794]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4895]: 6 0 1.5 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[4998]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5003]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5037]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5219]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5250]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5253]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5410]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5445]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5590]: 6 0 4 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5601]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5604]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5699]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5739]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5742]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5820]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5833]: 6 0 4 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[5847]: 6 -1 0 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[7173]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[7334]: 6 0 1.33333 shouldn't be
2620.21/2627.90	WSVECS04 Frhs2[7924]: 6 0 3 shouldn't be
2650.03/2657.78	c #Conflicts:    4779000 | #Constraints:     388361
2650.03/2657.78	c #Conflicts:    4780000 | #Constraints:     389361
2650.03/2657.78	c #Conflicts:    4781000 | #Constraints:     390361
2650.03/2657.78	c #Conflicts:    4782000 | #Constraints:     391361
2650.03/2657.78	c #Conflicts:    4783000 | #Constraints:     392361
2650.03/2657.78	c #Conflicts:    4784000 | #Constraints:     393361
2650.03/2657.78	c #Conflicts:    4785000 | #Constraints:     394361
2650.03/2657.78	c #Conflicts:    4786000 | #Constraints:     395361
2650.03/2657.78	c #Conflicts:    4787000 | #Constraints:     396361
2650.03/2657.78	c #Conflicts:    4788000 | #Constraints:     397361
2650.03/2657.78	c #Conflicts:    4789000 | #Constraints:     398361
2650.03/2657.78	c #Conflicts:    4790000 | #Constraints:     399361
2650.03/2657.78	c #Conflicts:    4791000 | #Constraints:     400361
2650.03/2657.78	c #Conflicts:    4792000 | #Constraints:     401361
2650.03/2657.78	c #Conflicts:    4793000 | #Constraints:     402361
2650.03/2657.78	c #Conflicts:    4794000 | #Constraints:     403361
2650.03/2657.78	c #Conflicts:    4795000 | #Constraints:     404361
2650.03/2657.78	c #Conflicts:    4796000 | #Constraints:     405361
2650.03/2657.78	c #Conflicts:    4797000 | #Constraints:     406361
2650.03/2657.78	c #Conflicts:    4798000 | #Constraints:     407361
2650.03/2657.78	c #Conflicts:    4799000 | #Constraints:     408361
2650.03/2657.78	c #Conflicts:    4800000 | #Constraints:     409361
2650.03/2657.78	c #Conflicts:    4801000 | #Constraints:     410361
2650.03/2657.78	c #Conflicts:    4802000 | #Constraints:     411361
2650.03/2657.78	c #Conflicts:    4803000 | #Constraints:     412361
2650.03/2657.78	c #Conflicts:    4804000 | #Constraints:     413361
2650.03/2657.78	c #Conflicts:    4805000 | #Constraints:     414361
2650.03/2657.78	c #Conflicts:    4806000 | #Constraints:     415361
2650.03/2657.78	c #Conflicts:    4807000 | #Constraints:     416361
2650.03/2657.78	c #Conflicts:    4808000 | #Constraints:     417361
2650.03/2657.78	c #Conflicts:    4809000 | #Constraints:     418361
2650.03/2657.78	c #Conflicts:    4810000 | #Constraints:     419361
2650.03/2657.78	c #Conflicts:    4811000 | #Constraints:     420361
2650.03/2657.78	c #Conflicts:    4812000 | #Constraints:     421361
2650.03/2657.78	c #Conflicts:    4813000 | #Constraints:     422361
2650.03/2657.78	c #Conflicts:    4814000 | #Constraints:     423361
2650.03/2657.78	c #Conflicts:    4815000 | #Constraints:     424361
2650.03/2657.78	c #Conflicts:    4816000 | #Constraints:     425361
2650.03/2657.78	c #Conflicts:    4817000 | #Constraints:     426361
2650.03/2657.78	c #Conflicts:    4818000 | #Constraints:     427361
2650.03/2657.78	c #Conflicts:    4819000 | #Constraints:     428361
2650.03/2657.78	c INPROCESSING
2650.03/2657.78	c GARBAGE COLLECT
2650.03/2657.78	WSVECS04 Frhs2[9]: 6 0 0.14287 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[48]: 6 0 0.142878 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[115]: 6 0 32.2857 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[202]: 6 0 74.6429 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[204]: 6 0 32.2858 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[207]: 6 -232.571 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[374]: 6 0 41.3572 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[377]: 6 0 74.6429 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[650]: 6 0 74.6429 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[651]: 6 -82.2144 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[656]: 6 -129.067 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[696]: 6 0 0.500051 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[697]: 6 0 0.500064 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[699]: 6 0 0.500071 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[751]: 6 0 0.500012 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[986]: 6 -3.00002 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[1069]: 6 0 67.7858 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[1183]: 6 0 33.2858 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[1296]: 6 0 0.500037 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[1637]: 6 -89.6668 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[1640]: 6 0 295.857 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[1643]: 6 0 57.6429 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2268]: 6 0 1.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2396]: 6 -1.00005 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2401]: 6 -3.69049 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2404]: 6 0 73.6429 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2406]: 6 0 10.4286 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2407]: 6 0 10.5715 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2501]: 6 0 0.500022 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2777]: 6 -1.00006 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2780]: 6 -1.00007 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2783]: 6 -1.00006 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2940]: 6 0 1.00006 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[2945]: 6 -1.00005 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3066]: 6 0 1.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3068]: 6 0 2.00005 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3069]: 6 0 1.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3074]: 6 -1.00003 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3080]: 6 -1.0001 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3136]: 6 0 1.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3183]: 6 0 1.00005 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3256]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3260]: 6 0 3.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3269]: 6 -1.00003 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3273]: 6 0 1.0001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3293]: 6 -1.0001 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3296]: 6 -1.00003 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3330]: 6 0 1.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3383]: 6 0 0.857223 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3384]: 6 0 35.2857 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3388]: 6 0 74.6429 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3389]: 6 0 39.3572 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3561]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3562]: 6 0 3.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3564]: 6 0 3.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3568]: 6 -1.00003 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3571]: 6 -1.00008 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3574]: 6 -1.00004 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3776]: 6 0 2.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3781]: 6 0 2.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3782]: 6 0 2.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3787]: 6 -1.00002 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3790]: 6 -1.00001 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3963]: 6 0 3.00004 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3964]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3966]: 6 0 3.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3967]: 6 0 3.00006 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3969]: 6 0 3.00005 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3970]: 6 0 3.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3971]: 6 0 3.00005 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3979]: 6 -1.00009 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[3980]: 6 0 1.00005 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4124]: 6 0 4.00006 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4125]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4128]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4129]: 6 0 3.00004 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4132]: 6 0 3.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4138]: 6 -1.00009 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4151]: 6 0 34.2857 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4169]: 6 0 33.2858 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4226]: 6 0 0.500028 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4259]: 6 0 3.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4264]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4276]: 6 -1.00008 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4369]: 6 0 3.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4370]: 6 0 3.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4384]: 6 -1.00005 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4385]: 6 0 1.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4438]: 6 -1.00003 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4465]: 6 -1.00002 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4605]: 6 0 48.9286 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4609]: 6 0 62.2144 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4613]: 6 0 15.8572 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4747]: 6 0 0.500047 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4780]: 6 0 3.00004 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4781]: 6 0 3.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4783]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4784]: 6 0 3.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4786]: 6 0 3.00005 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4787]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4788]: 6 0 3.00005 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4789]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4792]: 6 0 1.0001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4797]: 6 -1.0001 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[4877]: 6 -75.006 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5023]: 6 0 3.0001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5024]: 6 0 3.00008 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5025]: 6 0 3.00009 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5027]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5028]: 6 0 3.00008 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5030]: 6 0 3.00008 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5031]: 6 0 3.00006 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5032]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5034]: 6 -1.00008 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5035]: 6 0 1.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5040]: 6 -1.00005 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5241]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5242]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5244]: 6 0 3.00003 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5249]: 6 0 1.00007 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5256]: 6 -1.00002 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5432]: 6 0 3.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5446]: 6 0 1.00007 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5527]: 6 0 33.2858 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[5889]: 6 -8.00005 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6024]: 6 -1.00004 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6093]: 6 -1.00009 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6099]: 6 0 16.1429 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6102]: 6 0 48.5715 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6104]: 6 0 16.1429 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6105]: 6 0 31.0476 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6106]: 6 0 56.5 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6194]: 6 0 0.500035 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6195]: 6 0 0.500019 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6201]: 6 0 0.500038 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6273]: 6 0 3.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6274]: 6 0 3.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6276]: 6 0 3.00005 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6277]: 6 0 3.00006 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6279]: 6 0 3.00005 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6281]: 6 0 3.00006 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[6385]: 6 -3.00003 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7005]: 6 0 4.00001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7123]: 6 -1.00009 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7201]: 6 -79.1667 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7473]: 6 -1.00004 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7497]: 6 0 4.00002 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7614]: 6 0 1.00006 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7647]: 6 -5.33339 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7858]: 6 -1.00009 0 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7871]: 6 0 142.214 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7910]: 6 0 40 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7913]: 6 0 40.0001 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7915]: 6 0 37.1429 shouldn't be
2650.03/2657.78	WSVECS04 Frhs2[7920]: 6 -35.2858 0 shouldn't be
2660.32/2668.03	c rational objective 323.93
2689.02/2696.83	c #Conflicts:    4820000 | #Constraints:     304592
2689.02/2696.83	c #Conflicts:    4821000 | #Constraints:     305592
2689.02/2696.83	c #Conflicts:    4822000 | #Constraints:     306592
2689.02/2696.83	c #Conflicts:    4823000 | #Constraints:     307592
2689.02/2696.83	c #Conflicts:    4824000 | #Constraints:     308592
2689.02/2696.83	c #Conflicts:    4825000 | #Constraints:     309592
2689.02/2696.83	c #Conflicts:    4826000 | #Constraints:     310592
2689.02/2696.83	c #Conflicts:    4827000 | #Constraints:     311592
2689.02/2696.83	c #Conflicts:    4828000 | #Constraints:     312592
2689.02/2696.83	c #Conflicts:    4829000 | #Constraints:     313592
2689.02/2696.83	c #Conflicts:    4830000 | #Constraints:     314592
2689.02/2696.83	c #Conflicts:    4831000 | #Constraints:     315592
2689.02/2696.83	c #Conflicts:    4832000 | #Constraints:     316592
2689.02/2696.83	c #Conflicts:    4833000 | #Constraints:     317592
2689.02/2696.83	c #Conflicts:    4834000 | #Constraints:     318592
2689.02/2696.83	c #Conflicts:    4835000 | #Constraints:     319592
2689.02/2696.83	c #Conflicts:    4836000 | #Constraints:     320592
2689.02/2696.83	c #Conflicts:    4837000 | #Constraints:     321592
2689.02/2696.83	c #Conflicts:    4838000 | #Constraints:     322592
2689.02/2696.83	c #Conflicts:    4839000 | #Constraints:     323592
2689.02/2696.83	c #Conflicts:    4840000 | #Constraints:     324592
2689.02/2696.83	c #Conflicts:    4841000 | #Constraints:     325592
2689.02/2696.83	c #Conflicts:    4842000 | #Constraints:     326592
2689.02/2696.83	c #Conflicts:    4843000 | #Constraints:     327592
2689.02/2696.83	c #Conflicts:    4844000 | #Constraints:     328592
2689.02/2696.83	c #Conflicts:    4845000 | #Constraints:     329592
2689.02/2696.83	c #Conflicts:    4846000 | #Constraints:     330592
2689.02/2696.83	c #Conflicts:    4847000 | #Constraints:     331592
2689.02/2696.83	c #Conflicts:    4848000 | #Constraints:     332592
2689.02/2696.83	c #Conflicts:    4849000 | #Constraints:     333592
2689.02/2696.83	c #Conflicts:    4850000 | #Constraints:     334592
2689.02/2696.83	c #Conflicts:    4851000 | #Constraints:     335592
2689.02/2696.83	c #Conflicts:    4852000 | #Constraints:     336592
2689.02/2696.83	c #Conflicts:    4853000 | #Constraints:     337592
2689.02/2696.83	c #Conflicts:    4854000 | #Constraints:     338592
2689.02/2696.83	c #Conflicts:    4855000 | #Constraints:     339592
2689.02/2696.83	c #Conflicts:    4856000 | #Constraints:     340592
2689.02/2696.83	c #Conflicts:    4857000 | #Constraints:     341592
2689.02/2696.83	c #Conflicts:    4858000 | #Constraints:     342592
2689.02/2696.83	c #Conflicts:    4859000 | #Constraints:     343592
2689.02/2696.83	c #Conflicts:    4860000 | #Constraints:     344592
2689.02/2696.83	c #Conflicts:    4861000 | #Constraints:     345592
2689.02/2696.83	c #Conflicts:    4862000 | #Constraints:     346592
2689.02/2696.83	c #Conflicts:    4863000 | #Constraints:     347592
2689.02/2696.83	c #Conflicts:    4864000 | #Constraints:     348592
2689.02/2696.83	c #Conflicts:    4865000 | #Constraints:     349592
2689.02/2696.83	c #Conflicts:    4866000 | #Constraints:     350592
2689.02/2696.83	c #Conflicts:    4867000 | #Constraints:     351592
2689.02/2696.83	c #Conflicts:    4868000 | #Constraints:     352592
2689.02/2696.83	c #Conflicts:    4869000 | #Constraints:     353592
2689.02/2696.83	c #Conflicts:    4870000 | #Constraints:     354592
2689.02/2696.83	c #Conflicts:    4871000 | #Constraints:     355592
2689.02/2696.83	c #Conflicts:    4872000 | #Constraints:     356592
2689.02/2696.83	c #Conflicts:    4873000 | #Constraints:     357592
2689.02/2696.83	c #Conflicts:    4874000 | #Constraints:     358592
2689.02/2696.83	c #Conflicts:    4875000 | #Constraints:     359592
2689.02/2696.83	c #Conflicts:    4876000 | #Constraints:     360592
2689.02/2696.83	c #Conflicts:    4877000 | #Constraints:     361592
2689.02/2696.83	c #Conflicts:    4878000 | #Constraints:     362592
2689.02/2696.83	c #Conflicts:    4879000 | #Constraints:     363592
2689.02/2696.83	c INPROCESSING
2689.02/2696.83	c GARBAGE COLLECT
2689.02/2696.83	c #Conflicts:    4880000 | #Constraints:     288486
2689.02/2696.83	c #Conflicts:    4881000 | #Constraints:     289486
2689.02/2696.83	c #Conflicts:    4882000 | #Constraints:     290486
2689.02/2696.83	c #Conflicts:    4883000 | #Constraints:     291486
2689.02/2696.83	c #Conflicts:    4884000 | #Constraints:     292486
2689.02/2696.83	c #Conflicts:    4885000 | #Constraints:     293486
2689.02/2696.83	c #Conflicts:    4886000 | #Constraints:     294486
2689.02/2696.83	c #Conflicts:    4887000 | #Constraints:     295486
2689.02/2696.83	c #Conflicts:    4888000 | #Constraints:     296486
2689.02/2696.83	c #Conflicts:    4889000 | #Constraints:     297486
2689.02/2696.83	c #Conflicts:    4890000 | #Constraints:     298486
2689.02/2696.83	c #Conflicts:    4891000 | #Constraints:     299486
2689.02/2696.83	c #Conflicts:    4892000 | #Constraints:     300486
2689.02/2696.83	c #Conflicts:    4893000 | #Constraints:     301486
2689.02/2696.83	c #Conflicts:    4894000 | #Constraints:     302486
2689.02/2696.83	c #Conflicts:    4895000 | #Constraints:     303486
2689.02/2696.83	c #Conflicts:    4896000 | #Constraints:     304486
2689.02/2696.83	c #Conflicts:    4897000 | #Constraints:     305486
2689.02/2696.83	c #Conflicts:    4898000 | #Constraints:     306486
2707.87/2715.74	c #Conflicts:    4899000 | #Constraints:     307486
2707.87/2715.74	c #Conflicts:    4900000 | #Constraints:     308486
2707.87/2715.74	c #Conflicts:    4901000 | #Constraints:     309486
2707.87/2715.74	c #Conflicts:    4902000 | #Constraints:     310486
2707.87/2715.74	c #Conflicts:    4903000 | #Constraints:     311486
2707.87/2715.74	c #Conflicts:    4904000 | #Constraints:     312486
2707.87/2715.74	c #Conflicts:    4905000 | #Constraints:     313486
2707.87/2715.74	c #Conflicts:    4906000 | #Constraints:     314486
2707.87/2715.74	c #Conflicts:    4907000 | #Constraints:     315486
2707.87/2715.74	c #Conflicts:    4908000 | #Constraints:     316486
2707.87/2715.74	c #Conflicts:    4909000 | #Constraints:     317486
2707.87/2715.74	c #Conflicts:    4910000 | #Constraints:     318486
2707.87/2715.74	c #Conflicts:    4911000 | #Constraints:     319486
2707.87/2715.74	c #Conflicts:    4912000 | #Constraints:     320486
2707.87/2715.74	c #Conflicts:    4913000 | #Constraints:     321486
2707.87/2715.74	c #Conflicts:    4914000 | #Constraints:     322486
2707.87/2715.74	c #Conflicts:    4915000 | #Constraints:     323486
2707.87/2715.74	c #Conflicts:    4916000 | #Constraints:     324486
2707.87/2715.74	c #Conflicts:    4917000 | #Constraints:     325486
2707.87/2715.74	c #Conflicts:    4918000 | #Constraints:     326486
2707.87/2715.74	c #Conflicts:    4919000 | #Constraints:     327486
2707.87/2715.74	c #Conflicts:    4920000 | #Constraints:     328486
2707.87/2715.74	c #Conflicts:    4921000 | #Constraints:     329486
2707.87/2715.74	c #Conflicts:    4922000 | #Constraints:     330486
2707.87/2715.74	c #Conflicts:    4923000 | #Constraints:     331486
2707.87/2715.74	c #Conflicts:    4924000 | #Constraints:     332486
2707.87/2715.74	c #Conflicts:    4925000 | #Constraints:     333486
2707.87/2715.74	c #Conflicts:    4926000 | #Constraints:     334486
2707.87/2715.74	c #Conflicts:    4927000 | #Constraints:     335486
2707.87/2715.74	c #Conflicts:    4928000 | #Constraints:     336486
2707.87/2715.74	c #Conflicts:    4929000 | #Constraints:     337486
2707.87/2715.74	c #Conflicts:    4930000 | #Constraints:     338486
2707.87/2715.74	c #Conflicts:    4931000 | #Constraints:     339486
2707.87/2715.74	c #Conflicts:    4932000 | #Constraints:     340486
2707.87/2715.74	c #Conflicts:    4933000 | #Constraints:     341486
2707.87/2715.74	c #Conflicts:    4934000 | #Constraints:     342486
2707.87/2715.74	c #Conflicts:    4935000 | #Constraints:     343486
2707.87/2715.74	c #Conflicts:    4936000 | #Constraints:     344486
2707.87/2715.74	c #Conflicts:    4937000 | #Constraints:     345486
2707.87/2715.74	c #Conflicts:    4938000 | #Constraints:     346486
2707.87/2715.74	c #Conflicts:    4939000 | #Constraints:     347486
2707.87/2715.74	c #Conflicts:    4940000 | #Constraints:     348486
2707.87/2715.74	c #Conflicts:    4941000 | #Constraints:     349486
2707.87/2715.74	c #Conflicts:    4942000 | #Constraints:     350486
2707.87/2715.74	c #Conflicts:    4943000 | #Constraints:     351486
2707.87/2715.74	c #Conflicts:    4944000 | #Constraints:     352486
2707.87/2715.74	c #Conflicts:    4945000 | #Constraints:     353486
2707.87/2715.74	c #Conflicts:    4946000 | #Constraints:     354486
2707.87/2715.74	c #Conflicts:    4947000 | #Constraints:     355486
2707.87/2715.74	c #Conflicts:    4948000 | #Constraints:     356486
2707.87/2715.74	c #Conflicts:    4949000 | #Constraints:     357486
2707.87/2715.74	c #Conflicts:    4950000 | #Constraints:     358486
2707.87/2715.74	c #Conflicts:    4951000 | #Constraints:     359486
2707.87/2715.74	c #Conflicts:    4952000 | #Constraints:     360486
2707.87/2715.74	c #Conflicts:    4953000 | #Constraints:     361486
2707.87/2715.74	c #Conflicts:    4954000 | #Constraints:     362486
2707.87/2715.74	c #Conflicts:    4955000 | #Constraints:     363486
2707.87/2715.74	c #Conflicts:    4956000 | #Constraints:     364486
2707.87/2715.74	c #Conflicts:    4957000 | #Constraints:     365486
2707.87/2715.74	c #Conflicts:    4958000 | #Constraints:     366486
2707.87/2715.74	c #Conflicts:    4959000 | #Constraints:     367486
2707.87/2715.74	c #Conflicts:    4960000 | #Constraints:     368486
2707.87/2715.74	c #Conflicts:    4961000 | #Constraints:     369486
2707.87/2715.74	c #Conflicts:    4962000 | #Constraints:     370486
2707.87/2715.74	c #Conflicts:    4963000 | #Constraints:     371486
2707.87/2715.74	c #Conflicts:    4964000 | #Constraints:     372486
2707.87/2715.74	c #Conflicts:    4965000 | #Constraints:     373486
2707.87/2715.74	c #Conflicts:    4966000 | #Constraints:     374486
2707.87/2715.74	c #Conflicts:    4967000 | #Constraints:     375486
2707.87/2715.74	c #Conflicts:    4968000 | #Constraints:     376486
2707.87/2715.74	c #Conflicts:    4969000 | #Constraints:     377486
2707.87/2715.74	c #Conflicts:    4970000 | #Constraints:     378486
2707.87/2715.74	c #Conflicts:    4971000 | #Constraints:     379486
2707.87/2715.74	c #Conflicts:    4972000 | #Constraints:     380486
2707.87/2715.74	c #Conflicts:    4973000 | #Constraints:     381486
2707.87/2715.74	c #Conflicts:    4974000 | #Constraints:     382486
2707.87/2715.74	c #Conflicts:    4975000 | #Constraints:     383486
2707.87/2715.74	c #Conflicts:    4976000 | #Constraints:     384486
2736.00/2743.98	c #Conflicts:    4977000 | #Constraints:     385486
2736.00/2743.98	c #Conflicts:    4978000 | #Constraints:     386486
2736.00/2743.98	c #Conflicts:    4979000 | #Constraints:     387486
2736.00/2743.98	c #Conflicts:    4980000 | #Constraints:     388486
2736.00/2743.98	c #Conflicts:    4981000 | #Constraints:     389486
2736.00/2743.98	c #Conflicts:    4982000 | #Constraints:     390486
2736.00/2743.98	c #Conflicts:    4983000 | #Constraints:     391486
2736.00/2743.98	c #Conflicts:    4984000 | #Constraints:     392486
2736.00/2743.98	c #Conflicts:    4985000 | #Constraints:     393486
2736.00/2743.98	c #Conflicts:    4986000 | #Constraints:     394486
2736.00/2743.98	c #Conflicts:    4987000 | #Constraints:     395486
2736.00/2743.98	c #Conflicts:    4988000 | #Constraints:     396486
2736.00/2743.98	c #Conflicts:    4989000 | #Constraints:     397486
2736.00/2743.98	c #Conflicts:    4990000 | #Constraints:     398486
2736.00/2743.98	c #Conflicts:    4991000 | #Constraints:     399486
2736.00/2743.98	c #Conflicts:    4992000 | #Constraints:     400486
2736.00/2743.98	c #Conflicts:    4993000 | #Constraints:     401486
2736.00/2743.98	c #Conflicts:    4994000 | #Constraints:     402486
2736.00/2743.98	c #Conflicts:    4995000 | #Constraints:     403486
2736.00/2743.98	c #Conflicts:    4996000 | #Constraints:     404486
2736.00/2743.98	c #Conflicts:    4997000 | #Constraints:     405486
2736.00/2743.98	c #Conflicts:    4998000 | #Constraints:     406486
2736.00/2743.98	c #Conflicts:    4999000 | #Constraints:     407486
2736.00/2743.98	c #Conflicts:    5000000 | #Constraints:     408486
2736.00/2743.98	c #Conflicts:    5001000 | #Constraints:     409486
2736.00/2743.98	c #Conflicts:    5002000 | #Constraints:     410486
2736.00/2743.98	c #Conflicts:    5003000 | #Constraints:     411486
2736.00/2743.98	c #Conflicts:    5004000 | #Constraints:     412486
2736.00/2743.98	c #Conflicts:    5005000 | #Constraints:     413486
2736.00/2743.98	c #Conflicts:    5006000 | #Constraints:     414486
2736.00/2743.98	c #Conflicts:    5007000 | #Constraints:     415486
2736.00/2743.98	c #Conflicts:    5008000 | #Constraints:     416486
2736.00/2743.98	c #Conflicts:    5009000 | #Constraints:     417486
2736.00/2743.98	c #Conflicts:    5010000 | #Constraints:     418486
2736.00/2743.98	c #Conflicts:    5011000 | #Constraints:     419486
2736.00/2743.98	c #Conflicts:    5012000 | #Constraints:     420486
2736.00/2743.98	c #Conflicts:    5013000 | #Constraints:     421486
2736.00/2743.98	c #Conflicts:    5014000 | #Constraints:     422486
2736.00/2743.98	c #Conflicts:    5015000 | #Constraints:     423486
2736.00/2743.98	c #Conflicts:    5016000 | #Constraints:     424486
2736.00/2743.98	c #Conflicts:    5017000 | #Constraints:     425486
2736.00/2743.98	c #Conflicts:    5018000 | #Constraints:     426486
2736.00/2743.98	c #Conflicts:    5019000 | #Constraints:     427486
2736.00/2743.98	c #Conflicts:    5020000 | #Constraints:     428486
2736.00/2743.98	c #Conflicts:    5021000 | #Constraints:     429486
2736.00/2743.98	c #Conflicts:    5022000 | #Constraints:     430486
2736.00/2743.98	c #Conflicts:    5023000 | #Constraints:     431486
2736.00/2743.98	c #Conflicts:    5024000 | #Constraints:     432486
2736.00/2743.98	c #Conflicts:    5025000 | #Constraints:     433486
2736.00/2743.98	c #Conflicts:    5026000 | #Constraints:     434486
2736.00/2743.98	c #Conflicts:    5027000 | #Constraints:     435486
2736.00/2743.98	c INPROCESSING
2736.00/2743.98	c GARBAGE COLLECT
2736.00/2743.98	WSVECS04 Frhs2[115]: 6 -590.206 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[117]: 6 -60.4076 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[159]: 6 0 1.28578 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[175]: 6 0 0.428622 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[206]: 6 -332.015 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[207]: 6 -73.623 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[210]: 6 -176.975 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[293]: 6 0 0.428584 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[375]: 6 -445.902 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[377]: 6 -50.2131 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[379]: 6 -50.2975 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[380]: 6 -149.726 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[651]: 6 -757.376 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[652]: 6 -79.6525 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[656]: 6 -86.638 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[658]: 6 -150.094 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1066]: 6 -400.615 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1067]: 6 -98.1745 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1071]: 6 -190.895 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1638]: 6 -883.029 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1640]: 6 -101 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1643]: 6 -50.2857 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1644]: 6 -114 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1737]: 6 0 1.71433 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1738]: 6 0 1.71435 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1739]: 6 0 1.71435 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1740]: 6 0 1.71438 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[1741]: 6 0 1.71434 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2115]: 6 0 1.71435 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2116]: 6 0 1.7143 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2117]: 6 0 1.71435 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2118]: 6 0 1.71431 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2119]: 6 0 1.71431 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2404]: 6 -52.6668 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2406]: 6 -47.5001 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2407]: 6 -49.7112 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2409]: 6 -36.7779 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2410]: 6 -64.0001 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2555]: 6 0 1.71434 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2556]: 6 0 1.71435 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[2558]: 6 0 1.7143 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[3101]: 6 0 1.7143 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[3381]: 6 -358.667 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[3382]: 6 -102.087 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[3389]: 6 -44.3334 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[3390]: 6 -111.913 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[4158]: 6 0 5.50001 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[4559]: 6 0 0.049195 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[4562]: 6 0 0.0492205 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[4609]: 6 -34.9509 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[4611]: 6 -15.9509 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[4612]: 6 -9.95087 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[4613]: 6 -20.9509 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[5078]: 6 0 2.6667 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[5081]: 6 0 2.66671 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[5083]: 6 0 2.66669 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[5513]: 6 0 2.44922 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[5514]: 6 0 2.44919 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[5515]: 6 0 2.44921 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[6097]: 6 -30.4793 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[7842]: 6 -58 0 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[7890]: 6 0 1.00005 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[7902]: 6 0 81.0289 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[7906]: 6 0 81.029 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[7911]: 6 0 73.6354 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[7916]: 6 0 73.6353 shouldn't be
2736.00/2743.98	WSVECS04 Frhs2[7920]: 6 -1.00001 0 shouldn't be
2761.04/2769.09	WSVECS04 Frhs2[2400]: 6 -1011.53 0 shouldn't be
2761.04/2769.09	WSVECS04 Frhs2[2403]: 6 -85 0 shouldn't be
2761.04/2769.09	WSVECS04 Frhs2[2557]: 6 0 1.71436 shouldn't be
2761.04/2769.09	WSVECS04 Frhs2[2559]: 6 0 1.7143 shouldn't be
2761.04/2769.09	WSVECS04 Frhs2[7888]: 6 0 1.00007 shouldn't be
2761.04/2769.09	WSVECS04 Frhs2[7889]: 6 0 1.00005 shouldn't be
2761.04/2769.09	WSVECS04 Frhs2[7893]: 6 0 1.00009 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[654]: 6 0 72.6353 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[1061]: 6 0 80.029 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[3094]: 6 0 2.71431 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[3096]: 6 0 2.71431 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[3099]: 6 0 2.71437 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[3102]: 6 0 2.21436 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[3106]: 6 0 3.42864 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[3114]: 6 0 5.85717 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[3179]: 6 0 4.00002 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[4155]: 6 0 5.50002 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[4554]: 6 0 0.0492251 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[7881]: 6 0 81.029 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[7886]: 6 0 81.029 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[7912]: 6 0 73.6353 shouldn't be
2799.52/2807.67	WSVECS04 Frhs2[7915]: 6 0 73.6353 shouldn't be
2866.74/2875.08	c #Conflicts:    5028000 | #Constraints:     308082
2866.74/2875.08	c #Conflicts:    5029000 | #Constraints:     309082
2866.74/2875.08	c #Conflicts:    5030000 | #Constraints:     310082
2866.74/2875.08	c #Conflicts:    5031000 | #Constraints:     311082
2866.74/2875.08	c #Conflicts:    5032000 | #Constraints:     312082
2866.74/2875.08	c #Conflicts:    5033000 | #Constraints:     313082
2866.74/2875.08	c #Conflicts:    5034000 | #Constraints:     314082
2866.74/2875.08	c #Conflicts:    5035000 | #Constraints:     315082
2866.74/2875.08	c #Conflicts:    5036000 | #Constraints:     316082
2866.74/2875.08	c #Conflicts:    5037000 | #Constraints:     317082
2866.74/2875.08	c #Conflicts:    5038000 | #Constraints:     318082
2866.74/2875.08	c #Conflicts:    5039000 | #Constraints:     319082
2866.74/2875.08	c #Conflicts:    5040000 | #Constraints:     320082
2866.74/2875.08	c #Conflicts:    5041000 | #Constraints:     321082
2866.74/2875.08	c #Conflicts:    5042000 | #Constraints:     322082
2866.74/2875.08	c #Conflicts:    5043000 | #Constraints:     323082
2866.74/2875.08	c #Conflicts:    5044000 | #Constraints:     324082
2866.74/2875.08	c #Conflicts:    5045000 | #Constraints:     325082
2866.74/2875.08	c #Conflicts:    5046000 | #Constraints:     326082
2866.74/2875.08	c #Conflicts:    5047000 | #Constraints:     327082
2866.74/2875.08	c #Conflicts:    5048000 | #Constraints:     328082
2866.74/2875.08	c #Conflicts:    5049000 | #Constraints:     329082
2866.74/2875.08	c #Conflicts:    5050000 | #Constraints:     330082
2866.74/2875.08	c #Conflicts:    5051000 | #Constraints:     331082
2866.74/2875.08	c #Conflicts:    5052000 | #Constraints:     332082
2866.74/2875.08	c #Conflicts:    5053000 | #Constraints:     333082
2866.74/2875.08	c #Conflicts:    5054000 | #Constraints:     334082
2866.74/2875.08	c #Conflicts:    5055000 | #Constraints:     335082
2866.74/2875.08	c #Conflicts:    5056000 | #Constraints:     336082
2866.74/2875.08	c #Conflicts:    5057000 | #Constraints:     337082
2866.74/2875.08	c #Conflicts:    5058000 | #Constraints:     338082
2866.74/2875.08	c #Conflicts:    5059000 | #Constraints:     339082
2866.74/2875.08	c #Conflicts:    5060000 | #Constraints:     340082
2866.74/2875.08	c #Conflicts:    5061000 | #Constraints:     341082
2866.74/2875.08	c #Conflicts:    5062000 | #Constraints:     342082
2866.74/2875.08	c #Conflicts:    5063000 | #Constraints:     343082
2866.74/2875.08	c #Conflicts:    5064000 | #Constraints:     344082
2866.74/2875.08	c #Conflicts:    5065000 | #Constraints:     345082
2866.74/2875.08	c #Conflicts:    5066000 | #Constraints:     346082
2866.74/2875.08	c #Conflicts:    5067000 | #Constraints:     347082
2866.74/2875.08	c #Conflicts:    5068000 | #Constraints:     348082
2866.74/2875.08	c #Conflicts:    5069000 | #Constraints:     349082
2866.74/2875.08	c #Conflicts:    5070000 | #Constraints:     350082
2866.74/2875.08	c #Conflicts:    5071000 | #Constraints:     351082
2866.74/2875.08	c #Conflicts:    5072000 | #Constraints:     352082
2866.74/2875.08	c #Conflicts:    5073000 | #Constraints:     353082
2866.74/2875.08	c #Conflicts:    5074000 | #Constraints:     354082
2866.74/2875.08	c #Conflicts:    5075000 | #Constraints:     355082
2866.74/2875.08	c #Conflicts:    5076000 | #Constraints:     356082
2866.74/2875.08	c #Conflicts:    5077000 | #Constraints:     357082
2866.74/2875.08	c #Conflicts:    5078000 | #Constraints:     358082
2866.74/2875.08	c #Conflicts:    5079000 | #Constraints:     359082
2866.74/2875.08	c #Conflicts:    5080000 | #Constraints:     360082
2866.74/2875.08	c #Conflicts:    5081000 | #Constraints:     361082
2866.74/2875.08	c #Conflicts:    5082000 | #Constraints:     362082
2866.74/2875.08	c #Conflicts:    5083000 | #Constraints:     363082
2866.74/2875.08	c #Conflicts:    5084000 | #Constraints:     364082
2866.74/2875.08	c #Conflicts:    5085000 | #Constraints:     365082
2866.74/2875.08	c #Conflicts:    5086000 | #Constraints:     366082
2866.74/2875.08	c #Conflicts:    5087000 | #Constraints:     367082
2866.74/2875.08	c #Conflicts:    5088000 | #Constraints:     368082
2866.74/2875.08	c INPROCESSING
2866.74/2875.08	c GARBAGE COLLECT
2866.74/2875.08	c #Conflicts:    5089000 | #Constraints:     292382
2866.74/2875.08	c #Conflicts:    5090000 | #Constraints:     293382
2866.74/2875.08	c #Conflicts:    5091000 | #Constraints:     294382
2866.74/2875.08	c #Conflicts:    5092000 | #Constraints:     295382
2866.74/2875.08	c #Conflicts:    5093000 | #Constraints:     296382
2866.74/2875.08	c #Conflicts:    5094000 | #Constraints:     297382
2866.74/2875.08	c #Conflicts:    5095000 | #Constraints:     298382
2866.74/2875.08	c #Conflicts:    5096000 | #Constraints:     299382
2866.74/2875.08	c #Conflicts:    5097000 | #Constraints:     300382
2866.74/2875.08	c #Conflicts:    5098000 | #Constraints:     301382
2866.74/2875.08	c #Conflicts:    5099000 | #Constraints:     302382
2866.74/2875.08	c #Conflicts:    5100000 | #Constraints:     303382
2866.74/2875.08	c #Conflicts:    5101000 | #Constraints:     304382
2866.74/2875.08	c #Conflicts:    5102000 | #Constraints:     305382
2866.74/2875.08	c #Conflicts:    5103000 | #Constraints:     306382
2866.74/2875.08	c #Conflicts:    5104000 | #Constraints:     307382
2866.74/2875.08	c #Conflicts:    5105000 | #Constraints:     308382
2866.74/2875.08	c #Conflicts:    5106000 | #Constraints:     309382
2882.48/2890.82	c #Conflicts:    5107000 | #Constraints:     310382
2882.48/2890.82	c #Conflicts:    5108000 | #Constraints:     311382
2882.48/2890.82	c #Conflicts:    5109000 | #Constraints:     312382
2882.48/2890.82	c #Conflicts:    5110000 | #Constraints:     313382
2882.48/2890.82	c #Conflicts:    5111000 | #Constraints:     314382
2882.48/2890.82	c #Conflicts:    5112000 | #Constraints:     315382
2882.48/2890.82	c #Conflicts:    5113000 | #Constraints:     316382
2882.48/2890.82	c #Conflicts:    5114000 | #Constraints:     317382
2882.48/2890.82	c #Conflicts:    5115000 | #Constraints:     318382
2882.48/2890.82	c #Conflicts:    5116000 | #Constraints:     319382
2882.48/2890.82	c #Conflicts:    5117000 | #Constraints:     320382
2882.48/2890.82	c #Conflicts:    5118000 | #Constraints:     321382
2882.48/2890.82	c #Conflicts:    5119000 | #Constraints:     322382
2882.48/2890.82	c #Conflicts:    5120000 | #Constraints:     323382
2882.48/2890.82	c #Conflicts:    5121000 | #Constraints:     324382
2882.48/2890.82	c #Conflicts:    5122000 | #Constraints:     325382
2882.48/2890.82	c #Conflicts:    5123000 | #Constraints:     326382
2882.48/2890.82	c #Conflicts:    5124000 | #Constraints:     327382
2882.48/2890.82	c #Conflicts:    5125000 | #Constraints:     328382
2882.48/2890.82	c #Conflicts:    5126000 | #Constraints:     329383
2882.48/2890.82	c #Conflicts:    5127000 | #Constraints:     330383
2882.48/2890.82	c #Conflicts:    5128000 | #Constraints:     331383
2882.48/2890.82	c #Conflicts:    5129000 | #Constraints:     332383
2882.48/2890.82	c #Conflicts:    5130000 | #Constraints:     333383
2882.48/2890.82	c #Conflicts:    5131000 | #Constraints:     334383
2882.48/2890.82	c #Conflicts:    5132000 | #Constraints:     335383
2882.48/2890.82	c #Conflicts:    5133000 | #Constraints:     336383
2882.48/2890.82	c #Conflicts:    5134000 | #Constraints:     337383
2882.48/2890.82	c #Conflicts:    5135000 | #Constraints:     338383
2882.48/2890.82	c #Conflicts:    5136000 | #Constraints:     339383
2882.48/2890.82	c #Conflicts:    5137000 | #Constraints:     340383
2882.48/2890.82	c #Conflicts:    5138000 | #Constraints:     341383
2882.48/2890.82	c #Conflicts:    5139000 | #Constraints:     342383
2882.48/2890.82	c #Conflicts:    5140000 | #Constraints:     343383
2882.48/2890.82	c #Conflicts:    5141000 | #Constraints:     344383
2882.48/2890.82	c #Conflicts:    5142000 | #Constraints:     345383
2882.48/2890.82	c #Conflicts:    5143000 | #Constraints:     346383
2882.48/2890.82	c #Conflicts:    5144000 | #Constraints:     347383
2882.48/2890.82	c #Conflicts:    5145000 | #Constraints:     348383
2882.48/2890.82	WSVECS04 Frhs2[203]: 6 -31.1373 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[208]: 6 -15.7849 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[274]: 6 0 0.166687 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[524]: 6 0 0.50008 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[635]: 6 0 1.50005 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[659]: 6 0 1.50004 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[660]: 6 0 1.50002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[686]: 6 0 1.50009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[687]: 6 0 1.50002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[712]: 6 0 1.50007 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[713]: 6 0 1.50004 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[714]: 6 0 1.50007 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[721]: 6 0 0.500059 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[739]: 6 0 1.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[740]: 6 0 1.50003 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[767]: 6 0 1.50009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[768]: 6 0 1.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[793]: 6 0 1.50005 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[794]: 6 0 1.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[795]: 6 0 1.50008 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[820]: 6 0 1.50002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[821]: 6 0 1.50001 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[822]: 6 0 1.50005 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[829]: 6 0 0.750053 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[847]: 6 0 1.50003 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[848]: 6 0 1.50007 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[849]: 6 0 1.50005 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[874]: 6 0 1.50009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[875]: 6 0 1.50008 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[876]: 6 0 1.00007 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[901]: 6 0 1.50004 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[902]: 6 0 1.50007 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[903]: 6 0 1.50009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[928]: 6 0 1.50003 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[929]: 6 0 1.50003 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[938]: 6 0 1.50003 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[955]: 6 0 1.50004 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[956]: 6 0 1.50005 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[957]: 6 0 1.50009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[982]: 6 0 1.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[983]: 6 0 1.50005 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[984]: 6 0 1.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1009]: 6 0 1.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1134]: 6 0 0.500089 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1216]: 6 0 0.636917 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1268]: 6 0 0.333418 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1269]: 6 0 0.666726 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1376]: 6 0 0.345684 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1542]: 6 0 2.00002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1645]: 6 -65.6667 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1709]: 6 0 0.500082 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1871]: 6 0 0.750069 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[1926]: 6 0 3.00003 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[2006]: 6 0 0.500059 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[2035]: 6 0 1.50004 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[2037]: 6 0 1.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[2297]: 6 -65.8001 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3092]: 6 0 2.50004 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3093]: 6 0 2.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3095]: 6 0 2.50005 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3096]: 6 0 2.50007 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3097]: 6 0 2.50009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3098]: 6 0 2.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3099]: 6 0 2.50001 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3290]: 6 -1.00004 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3308]: 6 0 1.00005 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3309]: 6 0 1.00003 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3310]: 6 0 1.00002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3312]: 6 0 1.00007 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3313]: 6 0 1.00009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3314]: 6 0 1.00007 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3315]: 6 0 1.00006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3317]: 6 -1.00001 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3320]: 6 -1.00002 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3323]: 6 -1.00003 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3452]: 6 0 0.75004 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3453]: 6 0 0.75005 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3668]: 6 0 0.750096 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3669]: 6 0 0.750092 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3784]: 6 -1.00001 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[3973]: 6 -1.00008 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[4128]: 6 0 1.00002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[4262]: 6 0 1.00002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[4378]: 6 -1.00002 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[4435]: 6 -1.0001 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[4438]: 6 -1.00008 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[4608]: 6 -21.0001 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[4991]: 6 0 1.75005 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5030]: 6 0 1.00001 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5075]: 6 -224.386 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5187]: 6 0 2.0001 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5188]: 6 0 2.00009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5189]: 6 0 2.00009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5190]: 6 0 2.00002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5191]: 6 0 2.00009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5192]: 6 0 2.00008 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5193]: 6 0 2.00001 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5194]: 6 0 2.00002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5369]: 6 0 1.50004 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5377]: 6 0 1.66669 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5378]: 6 0 1.66671 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5379]: 6 0 1.66675 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5380]: 6 0 1.66674 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5381]: 6 0 1.66675 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5382]: 6 0 1.66668 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5383]: 6 0 1.66675 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5507]: 6 -151.257 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5511]: 6 -147.257 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5524]: 6 -148.257 0 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5545]: 6 0 3.00002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5672]: 6 0 100.1 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[5835]: 6 0 1.00002 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6168]: 6 0 0.500063 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6169]: 6 0 0.500047 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6170]: 6 0 1.50009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6171]: 6 0 1.50003 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6172]: 6 0 1.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6174]: 6 0 1.50006 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6355]: 6 0 2.00009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6625]: 6 0 2.00009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6655]: 6 0 0.20009 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6682]: 6 0 0.600052 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6810]: 6 0 337.829 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[6868]: 6 0 2.00003 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[7678]: 6 0 2.00003 shouldn't be
2882.48/2890.82	WSVECS04 Frhs2[7882]: 6 0 2.13338 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[301]: 6 0 0.500066 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[375]: 6 0 73.6286 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[442]: 6 0 0.750096 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[443]: 6 0 0.75004 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[578]: 6 0 0.250042 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[656]: 6 0 329.709 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[752]: 6 0 1.00003 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[834]: 6 0 1.75007 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[991]: 6 0 1.50004 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[992]: 6 0 1.50005 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[994]: 6 0 1.50003 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[1377]: 6 0 0.345697 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[1978]: 6 0 0.500065 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2034]: 6 0 1.50001 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2038]: 6 0 1.50003 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2060]: 6 0 2.00002 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2061]: 6 0 2.00004 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2112]: 6 -74.9619 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2501]: 6 0 1.60002 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2591]: 6 -1.00003 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2594]: 6 -1.00009 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2662]: 6 0 0.500038 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2878]: 6 0 2.00002 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2881]: 6 0 2.00002 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2883]: 6 0 2.00002 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[2945]: 6 -1.00003 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3017]: 6 0 2.50008 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3094]: 6 0 2.50008 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3178]: 6 0 1.00009 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3188]: 6 -1.00008 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3293]: 6 -1.00005 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3296]: 6 -1.00005 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3643]: 6 0 0.40003 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3779]: 6 0 1.00002 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3787]: 6 -1.00009 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3887]: 6 0 1.33341 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3888]: 6 0 1.33343 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[3889]: 6 0 1.33339 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[4023]: 6 0 1.66671 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[4025]: 6 0 1.66672 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[4135]: 6 -1.00009 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[4270]: 6 -1.00003 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[4381]: 6 -1.00004 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[4432]: 6 -1.00004 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[4442]: 6 -23.1548 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[4459]: 6 -1.00006 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[4462]: 6 -1.00006 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[4499]: 6 0 202.455 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5031]: 6 0 1.00001 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5135]: 6 0 0.500021 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5541]: 6 0 3.00001 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5543]: 6 0 3.00002 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5597]: 6 0 1.00002 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5601]: 6 -1.00009 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5739]: 6 -1.0001 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5742]: 6 -1.00003 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5810]: 6 0 1.00005 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5823]: 6 -1.00004 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[5844]: 6 -1.00002 0 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[6173]: 6 0 1.50008 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[6439]: 6 0 0.750023 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[6793]: 6 0 1.00002 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[7493]: 6 0 1.50001 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[7570]: 6 0 2.00002 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[7813]: 6 0 2.00005 shouldn't be
2893.95/2902.30	WSVECS04 Frhs2[7879]: 6 0 1.46668 shouldn't be
2918.09/2926.55	c #Conflicts:    5146000 | #Constraints:     349384
2918.09/2926.55	c #Conflicts:    5147000 | #Constraints:     350384
2918.09/2926.55	c #Conflicts:    5148000 | #Constraints:     351384
2918.09/2926.55	c #Conflicts:    5149000 | #Constraints:     352384
2918.09/2926.55	c #Conflicts:    5150000 | #Constraints:     353384
2918.09/2926.55	c #Conflicts:    5151000 | #Constraints:     354384
2918.09/2926.55	c #Conflicts:    5152000 | #Constraints:     355384
2918.09/2926.55	c #Conflicts:    5153000 | #Constraints:     356384
2918.09/2926.55	c #Conflicts:    5154000 | #Constraints:     357384
2918.09/2926.55	c #Conflicts:    5155000 | #Constraints:     358384
2918.09/2926.55	c #Conflicts:    5156000 | #Constraints:     359384
2918.09/2926.55	c #Conflicts:    5157000 | #Constraints:     360384
2918.09/2926.55	c #Conflicts:    5158000 | #Constraints:     361384
2918.09/2926.55	c #Conflicts:    5159000 | #Constraints:     362384
2918.09/2926.55	c #Conflicts:    5160000 | #Constraints:     363384
2918.09/2926.55	c #Conflicts:    5161000 | #Constraints:     364384
2918.09/2926.55	c #Conflicts:    5162000 | #Constraints:     365384
2918.09/2926.55	c #Conflicts:    5163000 | #Constraints:     366384
2918.09/2926.55	c #Conflicts:    5164000 | #Constraints:     367384
2918.09/2926.55	c #Conflicts:    5165000 | #Constraints:     368384
2918.09/2926.55	c #Conflicts:    5166000 | #Constraints:     369384
2918.09/2926.55	c #Conflicts:    5167000 | #Constraints:     370384
2918.09/2926.55	c #Conflicts:    5168000 | #Constraints:     371384
2918.09/2926.55	c #Conflicts:    5169000 | #Constraints:     372384
2918.09/2926.55	c #Conflicts:    5170000 | #Constraints:     373384
2918.09/2926.55	c #Conflicts:    5171000 | #Constraints:     374384
2918.09/2926.55	c #Conflicts:    5172000 | #Constraints:     375384
2918.09/2926.55	c #Conflicts:    5173000 | #Constraints:     376384
2918.09/2926.55	c #Conflicts:    5174000 | #Constraints:     377384
2918.09/2926.55	c #Conflicts:    5175000 | #Constraints:     378384
2918.09/2926.55	c #Conflicts:    5176000 | #Constraints:     379384
2918.09/2926.55	c #Conflicts:    5177000 | #Constraints:     380384
2918.09/2926.55	c #Conflicts:    5178000 | #Constraints:     381384
2918.09/2926.55	c #Conflicts:    5179000 | #Constraints:     382384
2918.09/2926.55	c #Conflicts:    5180000 | #Constraints:     383384
2918.09/2926.55	c #Conflicts:    5181000 | #Constraints:     384384
2918.09/2926.55	c #Conflicts:    5182000 | #Constraints:     385384
2918.09/2926.55	c #Conflicts:    5183000 | #Constraints:     386384
2918.09/2926.55	c #Conflicts:    5184000 | #Constraints:     387384
2918.09/2926.55	c #Conflicts:    5185000 | #Constraints:     388384
2918.09/2926.55	c #Conflicts:    5186000 | #Constraints:     389384
2918.09/2926.55	c #Conflicts:    5187000 | #Constraints:     390384
2918.09/2926.55	c #Conflicts:    5188000 | #Constraints:     391384
2918.09/2926.55	c #Conflicts:    5189000 | #Constraints:     392384
2918.09/2926.55	c #Conflicts:    5190000 | #Constraints:     393384
2918.09/2926.55	c #Conflicts:    5191000 | #Constraints:     394384
2918.09/2926.55	c #Conflicts:    5192000 | #Constraints:     395384
2918.09/2926.55	c #Conflicts:    5193000 | #Constraints:     396384
2918.09/2926.55	c #Conflicts:    5194000 | #Constraints:     397384
2918.09/2926.55	c #Conflicts:    5195000 | #Constraints:     398384
2918.09/2926.55	c #Conflicts:    5196000 | #Constraints:     399384
2918.09/2926.55	c #Conflicts:    5197000 | #Constraints:     400384
2918.09/2926.55	c #Conflicts:    5198000 | #Constraints:     401384
2918.09/2926.55	c #Conflicts:    5199000 | #Constraints:     402384
2918.09/2926.55	c #Conflicts:    5200000 | #Constraints:     403384
2918.09/2926.55	c #Conflicts:    5201000 | #Constraints:     404384
2918.09/2926.55	c #Conflicts:    5202000 | #Constraints:     405384
2918.09/2926.55	c #Conflicts:    5203000 | #Constraints:     406384
2918.09/2926.55	c #Conflicts:    5204000 | #Constraints:     407384
2918.09/2926.55	c #Conflicts:    5205000 | #Constraints:     408384
2918.09/2926.55	c #Conflicts:    5206000 | #Constraints:     409384
2918.09/2926.55	c #Conflicts:    5207000 | #Constraints:     410384
2918.09/2926.55	c #Conflicts:    5208000 | #Constraints:     411384
2918.09/2926.55	c #Conflicts:    5209000 | #Constraints:     412384
2918.09/2926.55	c #Conflicts:    5210000 | #Constraints:     413384
2918.09/2926.55	c #Conflicts:    5211000 | #Constraints:     414384
2918.09/2926.55	c #Conflicts:    5212000 | #Constraints:     415384
2918.09/2926.55	c #Conflicts:    5213000 | #Constraints:     416384
2918.09/2926.55	c #Conflicts:    5214000 | #Constraints:     417384
2918.09/2926.55	c #Conflicts:    5215000 | #Constraints:     418384
2918.09/2926.55	c #Conflicts:    5216000 | #Constraints:     419384
2918.09/2926.55	c #Conflicts:    5217000 | #Constraints:     420384
2918.09/2926.55	c #Conflicts:    5218000 | #Constraints:     421384
2918.09/2926.55	c #Conflicts:    5219000 | #Constraints:     422384
2918.09/2926.55	c #Conflicts:    5220000 | #Constraints:     423384
2918.09/2926.55	c #Conflicts:    5221000 | #Constraints:     424384
2918.09/2926.55	c #Conflicts:    5222000 | #Constraints:     425384
2918.09/2926.55	c #Conflicts:    5223000 | #Constraints:     426384
2918.09/2926.55	c #Conflicts:    5224000 | #Constraints:     427384
2936.43/2944.91	c #Conflicts:    5225000 | #Constraints:     428384
2936.43/2944.91	c #Conflicts:    5226000 | #Constraints:     429384
2936.43/2944.91	c #Conflicts:    5227000 | #Constraints:     430384
2936.43/2944.91	c #Conflicts:    5228000 | #Constraints:     431384
2936.43/2944.91	c #Conflicts:    5229000 | #Constraints:     432384
2936.43/2944.91	c #Conflicts:    5230000 | #Constraints:     433384
2936.43/2944.91	c #Conflicts:    5231000 | #Constraints:     434384
2936.43/2944.91	c #Conflicts:    5232000 | #Constraints:     435384
2936.43/2944.91	c #Conflicts:    5233000 | #Constraints:     436384
2936.43/2944.91	c #Conflicts:    5234000 | #Constraints:     437384
2936.43/2944.91	c #Conflicts:    5235000 | #Constraints:     438384
2936.43/2944.91	c #Conflicts:    5236000 | #Constraints:     439384
2936.43/2944.91	c #Conflicts:    5237000 | #Constraints:     440384
2936.43/2944.91	c #Conflicts:    5238000 | #Constraints:     441384
2936.43/2944.91	c #Conflicts:    5239000 | #Constraints:     442384
2936.43/2944.91	c #Conflicts:    5240000 | #Constraints:     443384
2936.43/2944.91	c INPROCESSING
2936.43/2944.91	c GARBAGE COLLECT
2936.43/2944.91	WSVECS04 Frhs2[117]: 6 -238.891 0 shouldn't be
2936.43/2944.91	WSVECS04 Frhs2[375]: 6 0 0.567524 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[552]: 6 0 0.500038 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[635]: 6 0 0.602164 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[679]: 6 0 15.8026 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[718]: 6 0 6.53978 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[723]: 6 0 14.0794 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[734]: 6 0 6.53972 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[760]: 6 0 1.28781 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[767]: 6 -1.00002 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[817]: 6 0 1.00009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[898]: 6 -1.00007 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[919]: 6 0 1.00009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[933]: 6 -2.0001 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[964]: 6 0 2.31113 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[973]: 6 0 2.36986 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[975]: 6 0 1.31121 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[979]: 6 0 1.3112 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[993]: 6 0 0.941376 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1015]: 6 0 0.166702 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1038]: 6 0 4.00007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1040]: 6 0 1.00005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1063]: 6 0 1.50009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1064]: 6 -17.7286 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1111]: 6 0 1.50004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1169]: 6 0 4.0001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1245]: 6 0 1.00006 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1337]: 6 0 2.16671 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1342]: 6 0 4.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1407]: 6 0 1.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1486]: 6 0 0.500013 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1488]: 6 0 0.500011 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1547]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1594]: 6 0 2.70237 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1616]: 6 -2.00002 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1626]: 6 0 1.50007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1632]: 6 -3.32445 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1633]: 6 -1.5001 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1637]: 6 0 0.500034 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1645]: 6 -47.8001 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1646]: 6 -38.2001 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1738]: 6 0 0.250049 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1739]: 6 0 0.250048 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1766]: 6 0 0.500027 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1769]: 6 0 5.50006 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1874]: 6 0 0.726206 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[1888]: 6 0 0.452381 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2147]: 6 0 0.500079 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2314]: 6 0 1.74303 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2361]: 6 0 1.00008 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2388]: 6 -3.00008 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2389]: 6 0 1.00005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2394]: 6 0 6.00004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2397]: 6 -2.50004 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2398]: 6 -12 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2400]: 6 -16.2 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2403]: 6 -2.97597 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2406]: 6 -8.63261 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2409]: 6 -1.00006 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2497]: 6 0 0.500088 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2501]: 6 0 1.50009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2526]: 6 0 1.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2636]: 6 0 0.500075 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2637]: 6 0 1.50007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2638]: 6 0 1.50005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2639]: 6 0 1.50007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2690]: 6 0 1.00005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2691]: 6 0 1.00009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2692]: 6 0 1.00008 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[2694]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3258]: 6 0 1.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3281]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3282]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3287]: 6 0 1.00005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3288]: 6 0 1.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3330]: 6 0 5.75007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3331]: 6 0 9.50004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3337]: 6 0 13 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3368]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3379]: 6 0 1.60006 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3584]: 6 0 1.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3586]: 6 0 1.00004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3591]: 6 0 1.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3593]: 6 0 1.00004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3642]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3660]: 6 0 5.00007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3734]: 6 0 2.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3963]: 6 0 1.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3964]: 6 0 1.00009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3965]: 6 0 1.00007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3966]: 6 0 1.00008 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3967]: 6 0 1.00006 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3969]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3971]: 6 0 1.00005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3973]: 6 -1.00006 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[3976]: 6 -1.50009 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4000]: 6 -1.00004 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4003]: 6 -1.50001 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4088]: 6 -1.00007 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4136]: 6 0 2.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4303]: 6 -0.500098 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4394]: 6 0 1.00009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4395]: 6 0 1.0001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4396]: 6 0 1.00008 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4397]: 6 0 1.00008 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4398]: 6 0 1.00008 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4399]: 6 0 1.00007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4400]: 6 0 1.00008 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4401]: 6 0 1.00009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4403]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4438]: 6 -1.50002 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4489]: 6 -1.00002 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4502]: 6 0 3.00007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4504]: 6 0 3.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4508]: 6 0 3.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4509]: 6 0 3.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4513]: 6 -1.00004 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4519]: 6 -4.00009 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4586]: 6 0 0.0241357 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4587]: 6 0 1.7362 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4598]: 6 0 7.16918 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4599]: 6 -114.242 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4706]: 6 0 0.600019 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4729]: 6 0 1.00008 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4730]: 6 0 1.00007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4735]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4781]: 6 0 1.00001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4818]: 6 -1.00003 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4821]: 6 -1.0001 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4895]: 6 0 1.30009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4896]: 6 0 1.30002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4902]: 6 0 0.200072 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[4966]: 6 0 4.47285 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5035]: 6 -2.8001 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5037]: 6 -1.00002 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5040]: 6 -1.00008 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5067]: 6 -1.00002 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5097]: 6 0 3.15119 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5117]: 6 0 0.78908 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5158]: 6 -1.80002 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5238]: 6 0 0.200072 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5323]: 6 -1.20002 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5326]: 6 0 0.666757 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5327]: 6 0 0.666764 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5328]: 6 0 0.666752 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5329]: 6 0 0.666744 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5355]: 6 0 0.666706 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5408]: 6 0 0.500092 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5409]: 6 0 0.500067 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5430]: 6 0 0.800014 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5469]: 6 -1.00003 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5472]: 6 -1.00002 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5489]: 6 0 1.60003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5522]: 6 0 2.90238 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5523]: 6 0 1.80008 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5604]: 6 -0.400085 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5631]: 6 -1.00007 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5634]: 6 -0.800064 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5648]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5652]: 6 0 1.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5727]: 6 0 1.50004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5729]: 6 0 1.50006 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5731]: 6 0 1.50004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5732]: 6 0 1.50004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5734]: 6 0 1.50001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5743]: 6 0 1.10005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5754]: 6 0 1.20003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5759]: 6 0 1.20004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5763]: 6 -1.00004 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5766]: 6 -1.00008 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5769]: 6 -1.40006 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5777]: 6 -0.200043 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5817]: 6 -0.400066 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5820]: 6 -1.00007 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5847]: 6 -1.00006 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5874]: 6 -1.00006 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5877]: 6 -1.00009 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5892]: 6 0 1.33334 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5928]: 6 -1.00009 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5952]: 6 -1.20007 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5958]: 6 -1.00009 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5974]: 6 0 1.33335 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5996]: 6 0 2.00009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5997]: 6 0 2.00005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5998]: 6 0 2.00001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[5999]: 6 0 2.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6001]: 6 0 2.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6024]: 6 0 1.33335 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6025]: 6 0 1.33342 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6026]: 6 0 1.33335 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6027]: 6 0 1.33336 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6029]: 6 0 1.33335 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6030]: 6 0 1.33343 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6051]: 6 0 0.175679 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6056]: 6 0 3.7024 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6085]: 6 0 1.35121 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6196]: 6 0 1.00001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6197]: 6 0 1.00007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6199]: 6 0 1.00005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6200]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6201]: 6 0 1.00009 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6440]: 6 0 1.00001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6441]: 6 0 1.00003 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6442]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6444]: 6 0 1.0001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6502]: 6 0 0.297733 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6544]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6546]: 6 0 1.00001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6547]: 6 0 1.00001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6548]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6598]: 6 0 2.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6655]: 6 0 0.351198 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6787]: 6 0 1.00007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6788]: 6 0 1.00007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6789]: 6 0 1.00005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6790]: 6 0 1.00005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6791]: 6 0 1.0001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6792]: 6 0 1.00007 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6794]: 6 0 1.00004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6795]: 6 0 1.00006 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6796]: 6 -2.00006 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[6894]: 6 0 0.750014 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7035]: 6 0 1.00001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7106]: 6 0 4.00004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7134]: 6 -5.26343 0 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7248]: 6 0 1.33339 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7250]: 6 0 1.33339 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7251]: 6 0 1.3334 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7252]: 6 0 1.33338 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7253]: 6 0 1.3334 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7254]: 6 0 1.3334 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7461]: 6 0 1.00001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7550]: 6 0 1.00001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7686]: 6 0 2.00001 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7707]: 6 0 2.03819 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7708]: 6 0 2.03821 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7709]: 6 0 2.03826 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7711]: 6 0 2.03824 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7732]: 6 0 2.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7733]: 6 0 2.00006 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7734]: 6 0 2.00004 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7736]: 6 0 2.00008 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7737]: 6 0 2.00005 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7762]: 6 0 1.00002 shouldn't be
2936.43/2944.92	WSVECS04 Frhs2[7915]: 6 0 1.00818 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[209]: 6 0 5.16211 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[278]: 6 0 1.42859 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[657]: 6 0 5.52297 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1065]: 6 -7.02045 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1067]: 6 0 210.412 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1109]: 6 0 1.50004 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1110]: 6 0 1.50006 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1112]: 6 0 1.50007 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1324]: 6 0 0.500092 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1327]: 6 0 0.500067 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1328]: 6 0 0.500091 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1404]: 6 0 1.00001 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1406]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1510]: 6 0 1.00004 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1511]: 6 0 1.00005 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1512]: 6 0 1.00009 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1513]: 6 0 1.00007 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1514]: 6 0 1.00004 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1515]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1516]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1517]: 6 0 1.00004 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1625]: 6 0 576.387 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1644]: 6 0 3.13493 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1737]: 6 0 0.250022 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1819]: 6 0 1.00003 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[1873]: 6 0 0.726196 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2039]: 6 0 290.943 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2123]: 6 0 4.21575 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2141]: 6 0 1.00003 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2166]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2168]: 6 0 1.00005 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2170]: 6 0 1.00004 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2171]: 6 0 1.00005 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2377]: 6 0 0.500067 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2451]: 6 0 1.28575 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2503]: 6 0 1.50004 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2570]: 6 0 3.70235 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2640]: 6 0 1.50002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2689]: 6 0 1.00008 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2693]: 6 0 1.0001 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2714]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[2942]: 6 -1.00009 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[3026]: 6 -3.00005 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[3316]: 6 -1.00006 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[3382]: 6 -817.506 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[3595]: 6 -1.00003 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[3644]: 6 0 3.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[3699]: 6 0 0.500011 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[3701]: 6 0 0.500026 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[3970]: 6 0 1.00008 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4165]: 6 -1.00007 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4210]: 6 0 1.00004 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4214]: 6 0 1.00005 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4286]: 6 0 1.00007 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4287]: 6 0 1.00007 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4288]: 6 0 1.00008 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4289]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4290]: 6 0 1.00009 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4291]: 6 0 1.00009 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4292]: 6 0 1.00003 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4295]: 6 0 1.00005 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4297]: 6 -1.00007 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4300]: 6 -1.00003 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4384]: 6 -1.00002 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4408]: 6 -2.00006 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4411]: 6 -1.00006 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4486]: 6 -1.00002 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4651]: 6 0 1.37146 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4652]: 6 0 1.37145 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4653]: 6 0 1.37146 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4654]: 6 0 1.3715 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4703]: 6 0 0.600024 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4731]: 6 0 1.00005 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4747]: 6 0 2.60004 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4794]: 6 -1.0001 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4797]: 6 -1.00004 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4862]: 6 0 16.878 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4894]: 6 0 1.30002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[4897]: 6 0 1.3001 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5046]: 6 0 0.400059 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5094]: 6 0 3.70235 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5250]: 6 -1.40009 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5277]: 6 -1.20003 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5311]: 6 0 7.3243 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5324]: 6 0 0.666713 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5325]: 6 0 0.666701 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5347]: 6 0 1.25452 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5352]: 6 0 0.666709 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5353]: 6 0 0.666764 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5354]: 6 0 0.666721 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5356]: 6 0 0.666725 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5405]: 6 0 0.500015 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5406]: 6 0 0.500051 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5407]: 6 0 0.500076 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5410]: 6 0 0.500035 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5439]: 6 -1.10007 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5445]: 6 -1.00006 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5527]: 6 0 3.70238 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5533]: 6 0 0.400038 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5685]: 6 0 1.58702 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5726]: 6 0 1.50002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5783]: 6 0 1.00003 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5784]: 6 0 1.00003 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5786]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5788]: 6 0 1.00001 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5850]: 6 -1.00005 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[5925]: 6 -1.60006 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6000]: 6 0 2.00007 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6002]: 6 0 2.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6003]: 6 0 2.00003 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6004]: 6 0 2.00007 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6023]: 6 0 1.33337 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6028]: 6 0 1.33339 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6031]: 6 0 1.33335 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6045]: 6 0 0.40005 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6198]: 6 0 1.00009 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6274]: 6 0 1.50001 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6397]: 6 0 0.297766 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6466]: 6 0 1.50002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6468]: 6 0 1.50003 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6628]: 6 0 1.00004 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6629]: 6 0 1.00005 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6633]: 6 0 1.00003 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6807]: 6 0 0.175651 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[6927]: 6 0 0.500011 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7061]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7135]: 6 0 1.00005 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7360]: 6 0 1.50002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7416]: 6 0 1.33335 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7445]: 6 0 28.9249 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7489]: 6 0 1.00001 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7490]: 6 0 1.00001 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7512]: 6 0 1.00003 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7651]: 6 0 1.50001 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7655]: 6 0 1.00003 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7705]: 6 0 2.03826 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7706]: 6 0 2.03827 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7710]: 6 0 2.03825 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7712]: 6 0 2.03819 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7713]: 6 0 2.03824 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7735]: 6 0 2.00008 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7738]: 6 0 2.00007 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7739]: 6 0 2.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7740]: 6 0 2.00006 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7763]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7766]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7786]: 6 0 1.00001 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7787]: 6 0 1.00002 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7857]: 6 -1.0001 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7859]: 6 -1.00006 0 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7887]: 6 0 2.35126 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7889]: 6 0 4.48607 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7891]: 6 0 2.35119 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7893]: 6 0 0.783804 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7894]: 6 0 2.35125 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7895]: 6 0 2.35119 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7930]: 6 0 0.783803 shouldn't be
2955.78/2964.39	WSVECS04 Frhs2[7931]: 6 0 0.783805 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[113]: 6 0 6.7501 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[658]: 6 0 27843.1 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[777]: 6 0 1.22534 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[778]: 6 0 1.22536 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[779]: 6 0 1.22535 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[780]: 6 0 1.22541 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[1059]: 6 0 365.869 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[1062]: 6 0 13693.8 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[1162]: 6 0 3.00006 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[1247]: 6 0 1.00001 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[1360]: 6 0 208.094 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[1485]: 6 0 0.500088 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[1489]: 6 0 0.500068 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[1490]: 6 0 0.500096 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[1732]: 6 0 0.500046 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2058]: 6 0 576.387 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2516]: 6 0 1.00009 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2588]: 6 -1.00005 0 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2769]: 6 0 1.00002 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2783]: 6 -1.00008 0 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2929]: 6 0 1.00001 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2930]: 6 0 1.00006 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2931]: 6 0 1.00009 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2932]: 6 0 1.00009 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2933]: 6 0 1.00004 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2934]: 6 0 1.00002 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2935]: 6 0 1.00008 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2936]: 6 0 1.00009 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2937]: 6 0 1.00008 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[2939]: 6 -1.00008 0 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3080]: 6 -1.00009 0 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3095]: 6 0 1.00009 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3388]: 6 0 13686.3 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3389]: 6 0 12919 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3440]: 6 0 0.500033 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3480]: 6 0 1.00004 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3481]: 6 0 1.00003 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3482]: 6 0 1.00005 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3483]: 6 0 1.00003 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3490]: 6 0 1.00009 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3898]: 6 0 803.993 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[3979]: 6 -1.00006 0 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4032]: 6 0 852.177 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4143]: 6 0 2.50007 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4181]: 6 0 1.50003 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4183]: 6 0 1.50005 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4185]: 6 0 1.50007 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4187]: 6 0 1.50008 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4202]: 6 0 778.808 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4275]: 6 0 834.975 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4351]: 6 -1.0001 0 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4378]: 6 -1.00002 0 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4540]: 6 -1.00002 0 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4555]: 6 0 6.16963 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4585]: 6 0 9.49644 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4596]: 6 0 30.4988 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4704]: 6 0 0.600095 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4705]: 6 0 0.600064 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4707]: 6 0 0.600049 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[4708]: 6 0 0.600067 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[5256]: 6 -1.00002 0 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[5434]: 6 0 0.800019 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[5681]: 6 0 2.78702 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[5914]: 6 0 1.00008 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[6817]: 6 0 1.00004 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[7910]: 6 0 1.40009 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[7932]: 6 0 3003.94 shouldn't be
2976.63/2985.25	WSVECS04 Frhs2[7933]: 6 0 3.91867 shouldn't be
3027.40/3036.18	c #Conflicts:    5241000 | #Constraints:     312179
3027.40/3036.18	c #Conflicts:    5242000 | #Constraints:     313179
3027.40/3036.18	c #Conflicts:    5243000 | #Constraints:     314179
3027.40/3036.18	c #Conflicts:    5244000 | #Constraints:     315179
3027.40/3036.18	c #Conflicts:    5245000 | #Constraints:     316179
3027.40/3036.18	c #Conflicts:    5246000 | #Constraints:     317179
3027.40/3036.18	c #Conflicts:    5247000 | #Constraints:     318179
3027.40/3036.18	c #Conflicts:    5248000 | #Constraints:     319179
3027.40/3036.18	c #Conflicts:    5249000 | #Constraints:     320179
3027.40/3036.18	c #Conflicts:    5250000 | #Constraints:     321179
3027.40/3036.18	c #Conflicts:    5251000 | #Constraints:     322179
3027.40/3036.18	c #Conflicts:    5252000 | #Constraints:     323179
3027.40/3036.18	c #Conflicts:    5253000 | #Constraints:     324179
3027.40/3036.18	c #Conflicts:    5254000 | #Constraints:     325179
3027.40/3036.18	c #Conflicts:    5255000 | #Constraints:     326179
3027.40/3036.18	c #Conflicts:    5256000 | #Constraints:     327179
3027.40/3036.18	c #Conflicts:    5257000 | #Constraints:     328179
3027.40/3036.18	c #Conflicts:    5258000 | #Constraints:     329179
3027.40/3036.18	c #Conflicts:    5259000 | #Constraints:     330179
3027.40/3036.18	c #Conflicts:    5260000 | #Constraints:     331179
3027.40/3036.18	c #Conflicts:    5261000 | #Constraints:     332179
3027.40/3036.18	c #Conflicts:    5262000 | #Constraints:     333179
3027.40/3036.18	c #Conflicts:    5263000 | #Constraints:     334179
3027.40/3036.18	c #Conflicts:    5264000 | #Constraints:     335179
3027.40/3036.18	c #Conflicts:    5265000 | #Constraints:     336179
3027.40/3036.18	c #Conflicts:    5266000 | #Constraints:     337179
3027.40/3036.18	c #Conflicts:    5267000 | #Constraints:     338179
3027.40/3036.18	c #Conflicts:    5268000 | #Constraints:     339179
3027.40/3036.18	c #Conflicts:    5269000 | #Constraints:     340179
3027.40/3036.18	c #Conflicts:    5270000 | #Constraints:     341179
3027.40/3036.18	c #Conflicts:    5271000 | #Constraints:     342179
3027.40/3036.18	c #Conflicts:    5272000 | #Constraints:     343179
3027.40/3036.18	c #Conflicts:    5273000 | #Constraints:     344179
3027.40/3036.18	c #Conflicts:    5274000 | #Constraints:     345179
3027.40/3036.18	c #Conflicts:    5275000 | #Constraints:     346179
3027.40/3036.18	c #Conflicts:    5276000 | #Constraints:     347179
3027.40/3036.18	c #Conflicts:    5277000 | #Constraints:     348179
3027.40/3036.18	c #Conflicts:    5278000 | #Constraints:     349179
3027.40/3036.18	c #Conflicts:    5279000 | #Constraints:     350179
3027.40/3036.18	c #Conflicts:    5280000 | #Constraints:     351179
3027.40/3036.18	c #Conflicts:    5281000 | #Constraints:     352179
3027.40/3036.18	c #Conflicts:    5282000 | #Constraints:     353179
3027.40/3036.18	c #Conflicts:    5283000 | #Constraints:     354179
3027.40/3036.18	c #Conflicts:    5284000 | #Constraints:     355179
3027.40/3036.18	c #Conflicts:    5285000 | #Constraints:     356179
3027.40/3036.18	c #Conflicts:    5286000 | #Constraints:     357179
3027.40/3036.18	c #Conflicts:    5287000 | #Constraints:     358179
3027.40/3036.18	c #Conflicts:    5288000 | #Constraints:     359179
3027.40/3036.18	c #Conflicts:    5289000 | #Constraints:     360179
3027.40/3036.18	c #Conflicts:    5290000 | #Constraints:     361179
3027.40/3036.18	c #Conflicts:    5291000 | #Constraints:     362179
3027.40/3036.18	c #Conflicts:    5292000 | #Constraints:     363179
3027.40/3036.18	c #Conflicts:    5293000 | #Constraints:     364179
3027.40/3036.18	c #Conflicts:    5294000 | #Constraints:     365179
3027.40/3036.18	c #Conflicts:    5295000 | #Constraints:     366179
3027.40/3036.18	c #Conflicts:    5296000 | #Constraints:     367179
3027.40/3036.18	c #Conflicts:    5297000 | #Constraints:     368179
3027.40/3036.18	c #Conflicts:    5298000 | #Constraints:     369179
3027.40/3036.18	c #Conflicts:    5299000 | #Constraints:     370179
3027.40/3036.18	c #Conflicts:    5300000 | #Constraints:     371179
3027.40/3036.18	c #Conflicts:    5301000 | #Constraints:     372179
3027.40/3036.18	c #Conflicts:    5302000 | #Constraints:     373179
3027.40/3036.18	c INPROCESSING
3027.40/3036.18	c GARBAGE COLLECT
3027.40/3036.18	c #Conflicts:    5303000 | #Constraints:     296702
3027.40/3036.18	c #Conflicts:    5304000 | #Constraints:     297702
3027.40/3036.18	c #Conflicts:    5305000 | #Constraints:     298702
3027.40/3036.18	c #Conflicts:    5306000 | #Constraints:     299702
3027.40/3036.18	c #Conflicts:    5307000 | #Constraints:     300702
3027.40/3036.18	c #Conflicts:    5308000 | #Constraints:     301702
3027.40/3036.18	c #Conflicts:    5309000 | #Constraints:     302702
3027.40/3036.18	c #Conflicts:    5310000 | #Constraints:     303702
3027.40/3036.18	c #Conflicts:    5311000 | #Constraints:     304702
3027.40/3036.18	c #Conflicts:    5312000 | #Constraints:     305702
3027.40/3036.18	c #Conflicts:    5313000 | #Constraints:     306702
3027.40/3036.18	c #Conflicts:    5314000 | #Constraints:     307702
3027.40/3036.18	c #Conflicts:    5315000 | #Constraints:     308702
3027.40/3036.18	c #Conflicts:    5316000 | #Constraints:     309702
3027.40/3036.18	c #Conflicts:    5317000 | #Constraints:     310702
3027.40/3036.18	c #Conflicts:    5318000 | #Constraints:     311702
3027.40/3036.18	c #Conflicts:    5319000 | #Constraints:     312702
3048.52/3057.32	c #Conflicts:    5320000 | #Constraints:     313702
3048.52/3057.32	c #Conflicts:    5321000 | #Constraints:     314702
3048.52/3057.32	c #Conflicts:    5322000 | #Constraints:     315702
3048.52/3057.32	c #Conflicts:    5323000 | #Constraints:     316702
3048.52/3057.32	c #Conflicts:    5324000 | #Constraints:     317702
3048.52/3057.32	c #Conflicts:    5325000 | #Constraints:     318702
3048.52/3057.32	c #Conflicts:    5326000 | #Constraints:     319702
3048.52/3057.32	c #Conflicts:    5327000 | #Constraints:     320702
3048.52/3057.32	c #Conflicts:    5328000 | #Constraints:     321702
3048.52/3057.32	c #Conflicts:    5329000 | #Constraints:     322702
3048.52/3057.32	c #Conflicts:    5330000 | #Constraints:     323702
3048.52/3057.32	c #Conflicts:    5331000 | #Constraints:     324702
3048.52/3057.32	c #Conflicts:    5332000 | #Constraints:     325702
3048.52/3057.32	c #Conflicts:    5333000 | #Constraints:     326702
3048.52/3057.32	c #Conflicts:    5334000 | #Constraints:     327702
3048.52/3057.32	c #Conflicts:    5335000 | #Constraints:     328702
3048.52/3057.32	c #Conflicts:    5336000 | #Constraints:     329702
3048.52/3057.32	c #Conflicts:    5337000 | #Constraints:     330702
3048.52/3057.32	c #Conflicts:    5338000 | #Constraints:     331702
3048.52/3057.32	c #Conflicts:    5339000 | #Constraints:     332702
3048.52/3057.32	c #Conflicts:    5340000 | #Constraints:     333702
3048.52/3057.32	c #Conflicts:    5341000 | #Constraints:     334702
3048.52/3057.32	c #Conflicts:    5342000 | #Constraints:     335702
3048.52/3057.32	c #Conflicts:    5343000 | #Constraints:     336702
3048.52/3057.32	c #Conflicts:    5344000 | #Constraints:     337702
3048.52/3057.32	c #Conflicts:    5345000 | #Constraints:     338702
3048.52/3057.32	c #Conflicts:    5346000 | #Constraints:     339702
3048.52/3057.32	c #Conflicts:    5347000 | #Constraints:     340702
3048.52/3057.32	c #Conflicts:    5348000 | #Constraints:     341702
3048.52/3057.32	c #Conflicts:    5349000 | #Constraints:     342702
3048.52/3057.32	c #Conflicts:    5350000 | #Constraints:     343702
3048.52/3057.32	c #Conflicts:    5351000 | #Constraints:     344702
3048.52/3057.32	c #Conflicts:    5352000 | #Constraints:     345702
3048.52/3057.32	c #Conflicts:    5353000 | #Constraints:     346702
3048.52/3057.32	c #Conflicts:    5354000 | #Constraints:     347702
3048.52/3057.32	c #Conflicts:    5355000 | #Constraints:     348702
3048.52/3057.32	c #Conflicts:    5356000 | #Constraints:     349702
3048.52/3057.32	c #Conflicts:    5357000 | #Constraints:     350702
3048.52/3057.32	c #Conflicts:    5358000 | #Constraints:     351702
3048.52/3057.32	c #Conflicts:    5359000 | #Constraints:     352702
3048.52/3057.32	c #Conflicts:    5360000 | #Constraints:     353702
3048.52/3057.32	c #Conflicts:    5361000 | #Constraints:     354702
3048.52/3057.32	c #Conflicts:    5362000 | #Constraints:     355702
3048.52/3057.32	c #Conflicts:    5363000 | #Constraints:     356702
3048.52/3057.32	c #Conflicts:    5364000 | #Constraints:     357702
3048.52/3057.32	c #Conflicts:    5365000 | #Constraints:     358702
3048.52/3057.32	c #Conflicts:    5366000 | #Constraints:     359702
3048.52/3057.32	c #Conflicts:    5367000 | #Constraints:     360702
3048.52/3057.32	c #Conflicts:    5368000 | #Constraints:     361702
3048.52/3057.32	c #Conflicts:    5369000 | #Constraints:     362702
3048.52/3057.32	c #Conflicts:    5370000 | #Constraints:     363702
3048.52/3057.32	c #Conflicts:    5371000 | #Constraints:     364702
3048.52/3057.32	c #Conflicts:    5372000 | #Constraints:     365702
3048.52/3057.32	c #Conflicts:    5373000 | #Constraints:     366702
3048.52/3057.32	c #Conflicts:    5374000 | #Constraints:     367702
3048.52/3057.32	c #Conflicts:    5375000 | #Constraints:     368702
3048.52/3057.32	c #Conflicts:    5376000 | #Constraints:     369702
3048.52/3057.32	c #Conflicts:    5377000 | #Constraints:     370702
3048.52/3057.32	c #Conflicts:    5378000 | #Constraints:     371702
3048.52/3057.32	c #Conflicts:    5379000 | #Constraints:     372702
3048.52/3057.32	c #Conflicts:    5380000 | #Constraints:     373702
3048.52/3057.32	c #Conflicts:    5381000 | #Constraints:     374702
3048.52/3057.32	c #Conflicts:    5382000 | #Constraints:     375702
3048.52/3057.32	c #Conflicts:    5383000 | #Constraints:     376702
3048.52/3057.32	c #Conflicts:    5384000 | #Constraints:     377702
3048.52/3057.32	c #Conflicts:    5385000 | #Constraints:     378702
3048.52/3057.32	c #Conflicts:    5386000 | #Constraints:     379702
3048.52/3057.32	c #Conflicts:    5387000 | #Constraints:     380702
3048.52/3057.32	c #Conflicts:    5388000 | #Constraints:     381702
3048.52/3057.32	c #Conflicts:    5389000 | #Constraints:     382702
3048.52/3057.32	c #Conflicts:    5390000 | #Constraints:     383702
3048.52/3057.32	c #Conflicts:    5391000 | #Constraints:     384702
3048.52/3057.32	c #Conflicts:    5392000 | #Constraints:     385702
3048.52/3057.32	c #Conflicts:    5393000 | #Constraints:     386702
3048.52/3057.32	c #Conflicts:    5394000 | #Constraints:     387702
3048.52/3057.32	c #Conflicts:    5395000 | #Constraints:     388702
3048.52/3057.32	c #Conflicts:    5396000 | #Constraints:     389702
3048.52/3057.32	c #Conflicts:    5397000 | #Constraints:     390702
3064.19/3073.03	c #Conflicts:    5398000 | #Constraints:     391702
3064.19/3073.03	c #Conflicts:    5399000 | #Constraints:     392702
3064.19/3073.03	c #Conflicts:    5400000 | #Constraints:     393702
3064.19/3073.03	c #Conflicts:    5401000 | #Constraints:     394702
3064.19/3073.03	c #Conflicts:    5402000 | #Constraints:     395702
3064.19/3073.03	c #Conflicts:    5403000 | #Constraints:     396702
3064.19/3073.03	c #Conflicts:    5404000 | #Constraints:     397702
3064.19/3073.03	c #Conflicts:    5405000 | #Constraints:     398702
3064.19/3073.03	c #Conflicts:    5406000 | #Constraints:     399702
3064.19/3073.03	c #Conflicts:    5407000 | #Constraints:     400702
3064.19/3073.03	c #Conflicts:    5408000 | #Constraints:     401702
3064.19/3073.03	c #Conflicts:    5409000 | #Constraints:     402702
3064.19/3073.03	c #Conflicts:    5410000 | #Constraints:     403702
3064.19/3073.03	c #Conflicts:    5411000 | #Constraints:     404702
3064.19/3073.03	c #Conflicts:    5412000 | #Constraints:     405702
3064.19/3073.03	c #Conflicts:    5413000 | #Constraints:     406702
3064.19/3073.03	c #Conflicts:    5414000 | #Constraints:     407702
3064.19/3073.03	c #Conflicts:    5415000 | #Constraints:     408702
3064.19/3073.03	c #Conflicts:    5416000 | #Constraints:     409702
3064.19/3073.03	c #Conflicts:    5417000 | #Constraints:     410702
3064.19/3073.03	c #Conflicts:    5418000 | #Constraints:     411702
3064.19/3073.03	c #Conflicts:    5419000 | #Constraints:     412702
3064.19/3073.03	c #Conflicts:    5420000 | #Constraints:     413702
3064.19/3073.03	c #Conflicts:    5421000 | #Constraints:     414702
3064.19/3073.03	c #Conflicts:    5422000 | #Constraints:     415702
3064.19/3073.03	WSVECS04 Frhs2[37]: 6 -197.5 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[204]: 6 -169.498 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[206]: 6 -33.2785 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[210]: 6 -175.527 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[1609]: 6 0 0.500034 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[1627]: 6 -6.00003 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[1628]: 6 0 1.50008 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[1638]: 6 -111 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[1640]: 6 -76.5 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[1644]: 6 -74.5001 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[1646]: 6 -114.5 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[1647]: 6 0 3.00002 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[1864]: 6 0 3.00001 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[2052]: 6 0 3.00001 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[2397]: 6 0 0.860855 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[2493]: 6 0 7.31647 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[2601]: 6 0 7.31647 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[2790]: 6 0 7.3165 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[2816]: 6 0 7.31653 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[2843]: 6 0 7.31647 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[2870]: 6 0 7.31652 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[2897]: 6 0 7.31649 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[2952]: 6 0 7.31647 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[3276]: 6 0 7.31647 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[3330]: 6 0 7.31647 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[3389]: 6 -60 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[3601]: 6 -1.00008 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[3602]: 6 -1.00006 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[3604]: 6 -1.00002 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[3817]: 6 -1.00009 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[3818]: 6 -1.00002 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[3820]: 6 -1.00002 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4006]: 6 -1.00001 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4151]: 6 0 3.00002 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4303]: 6 -1.00006 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4304]: 6 -1.00004 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4305]: 6 -1.00009 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4306]: 6 -1.00009 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4411]: 6 -1.00006 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4412]: 6 -1.00006 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4414]: 6 -1.00006 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4492]: 6 -1.00008 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4493]: 6 -1.00003 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4519]: 6 -1.00002 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4522]: 6 -1.00004 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4546]: 6 -1.00008 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4547]: 6 -1.00002 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4549]: 6 -1.00007 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4576]: 6 0 1.00007 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4604]: 6 -23 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4605]: 6 -23 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4824]: 6 -1.00007 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4825]: 6 -1.00007 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[4827]: 6 -1.00002 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5067]: 6 -1.00006 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5068]: 6 -1.00002 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5070]: 6 -1.00005 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5283]: 6 -1.0001 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5284]: 6 -1.00008 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5455]: 6 0 3.50006 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5472]: 6 -1.00005 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5473]: 6 -1.00007 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5475]: 6 -1.00005 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5634]: 6 -1.00008 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5635]: 6 -1.00009 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5637]: 6 -1.00002 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5769]: 6 -1.00004 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5770]: 6 -1.00005 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5772]: 6 -1.00008 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5836]: 6 0 3.00003 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5837]: 6 0 3.00003 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5838]: 6 0 3.00008 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5839]: 6 0 3.00002 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5840]: 6 0 3.00005 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5841]: 6 0 3.00002 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5871]: 6 -1.00008 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5877]: 6 -1.00006 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5878]: 6 -1.00007 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5880]: 6 -1.00005 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5932]: 6 -1.00004 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5958]: 6 -1.00005 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5959]: 6 -1.00004 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[5961]: 6 -1.00004 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[6096]: 6 -1.00004 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[6099]: 6 -1.00005 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[6102]: 6 -1.00007 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[6103]: 6 -1.00004 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[6105]: 6 -1.00006 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[6106]: 6 -1.00003 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[7275]: 6 0 1.33334 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[7791]: 6 0 1.33336 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[7793]: 6 0 1.33336 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[7813]: 6 0 1.33337 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[7819]: 6 0 1.33336 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[7820]: 6 0 1.33338 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[7842]: 6 -1.00009 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[7916]: 6 -1.00002 0 shouldn't be
3064.19/3073.03	WSVECS04 Frhs2[7936]: 6 0 4.00009 shouldn't be
3112.34/3121.30	c #Conflicts:    5423000 | #Constraints:     416703
3112.34/3121.30	c #Conflicts:    5424000 | #Constraints:     417703
3112.34/3121.30	c #Conflicts:    5425000 | #Constraints:     418703
3112.34/3121.30	c #Conflicts:    5426000 | #Constraints:     419703
3112.34/3121.30	c #Conflicts:    5427000 | #Constraints:     420703
3112.34/3121.30	c #Conflicts:    5428000 | #Constraints:     421703
3112.34/3121.30	c #Conflicts:    5429000 | #Constraints:     422703
3112.34/3121.30	c #Conflicts:    5430000 | #Constraints:     423703
3112.34/3121.30	c #Conflicts:    5431000 | #Constraints:     424703
3112.34/3121.30	c #Conflicts:    5432000 | #Constraints:     425703
3112.34/3121.30	c #Conflicts:    5433000 | #Constraints:     426703
3112.34/3121.30	c #Conflicts:    5434000 | #Constraints:     427703
3112.34/3121.30	c #Conflicts:    5435000 | #Constraints:     428703
3112.34/3121.30	c #Conflicts:    5436000 | #Constraints:     429703
3112.34/3121.30	c #Conflicts:    5437000 | #Constraints:     430703
3112.34/3121.30	c #Conflicts:    5438000 | #Constraints:     431703
3112.34/3121.30	c #Conflicts:    5439000 | #Constraints:     432703
3112.34/3121.30	c #Conflicts:    5440000 | #Constraints:     433703
3112.34/3121.30	c #Conflicts:    5441000 | #Constraints:     434703
3112.34/3121.30	c #Conflicts:    5442000 | #Constraints:     435703
3112.34/3121.30	c #Conflicts:    5443000 | #Constraints:     436703
3112.34/3121.30	c #Conflicts:    5444000 | #Constraints:     437703
3112.34/3121.30	c #Conflicts:    5445000 | #Constraints:     438703
3112.34/3121.30	c #Conflicts:    5446000 | #Constraints:     439703
3112.34/3121.30	c #Conflicts:    5447000 | #Constraints:     440703
3112.34/3121.30	c #Conflicts:    5448000 | #Constraints:     441703
3112.34/3121.30	c #Conflicts:    5449000 | #Constraints:     442703
3112.34/3121.30	c #Conflicts:    5450000 | #Constraints:     443703
3112.34/3121.30	c #Conflicts:    5451000 | #Constraints:     444703
3112.34/3121.30	c #Conflicts:    5452000 | #Constraints:     445703
3112.34/3121.30	c #Conflicts:    5453000 | #Constraints:     446703
3112.34/3121.30	c #Conflicts:    5454000 | #Constraints:     447703
3112.34/3121.30	c #Conflicts:    5455000 | #Constraints:     448703
3112.34/3121.30	c #Conflicts:    5456000 | #Constraints:     449703
3112.34/3121.30	c #Conflicts:    5457000 | #Constraints:     450703
3112.34/3121.30	c INPROCESSING
3112.34/3121.30	c GARBAGE COLLECT
3112.34/3121.30	c #Conflicts:    5458000 | #Constraints:     315937
3112.34/3121.30	c #Conflicts:    5459000 | #Constraints:     316937
3112.34/3121.30	c #Conflicts:    5460000 | #Constraints:     317937
3112.34/3121.30	c #Conflicts:    5461000 | #Constraints:     318937
3112.34/3121.30	c #Conflicts:    5462000 | #Constraints:     319937
3112.34/3121.30	c #Conflicts:    5463000 | #Constraints:     320937
3112.34/3121.30	c #Conflicts:    5464000 | #Constraints:     321937
3112.34/3121.30	c #Conflicts:    5465000 | #Constraints:     322937
3112.34/3121.30	c #Conflicts:    5466000 | #Constraints:     323937
3112.34/3121.30	c #Conflicts:    5467000 | #Constraints:     324937
3112.34/3121.30	c #Conflicts:    5468000 | #Constraints:     325937
3112.34/3121.30	c #Conflicts:    5469000 | #Constraints:     326937
3112.34/3121.30	c #Conflicts:    5470000 | #Constraints:     327937
3112.34/3121.30	c #Conflicts:    5471000 | #Constraints:     328937
3112.34/3121.30	c #Conflicts:    5472000 | #Constraints:     329937
3112.34/3121.30	c #Conflicts:    5473000 | #Constraints:     330937
3112.34/3121.30	c #Conflicts:    5474000 | #Constraints:     331937
3112.34/3121.30	c #Conflicts:    5475000 | #Constraints:     332937
3112.34/3121.30	c #Conflicts:    5476000 | #Constraints:     333937
3112.34/3121.30	c #Conflicts:    5477000 | #Constraints:     334937
3112.34/3121.30	c #Conflicts:    5478000 | #Constraints:     335937
3112.34/3121.30	c #Conflicts:    5479000 | #Constraints:     336937
3112.34/3121.30	c #Conflicts:    5480000 | #Constraints:     337937
3112.34/3121.30	c #Conflicts:    5481000 | #Constraints:     338937
3112.34/3121.30	c #Conflicts:    5482000 | #Constraints:     339937
3112.34/3121.30	c #Conflicts:    5483000 | #Constraints:     340937
3112.34/3121.30	c #Conflicts:    5484000 | #Constraints:     341937
3112.34/3121.30	c #Conflicts:    5485000 | #Constraints:     342937
3112.34/3121.30	c #Conflicts:    5486000 | #Constraints:     343937
3112.34/3121.30	c #Conflicts:    5487000 | #Constraints:     344937
3112.34/3121.30	c #Conflicts:    5488000 | #Constraints:     345937
3112.34/3121.30	c #Conflicts:    5489000 | #Constraints:     346937
3112.34/3121.30	c #Conflicts:    5490000 | #Constraints:     347937
3112.34/3121.30	c #Conflicts:    5491000 | #Constraints:     348937
3112.34/3121.30	c #Conflicts:    5492000 | #Constraints:     349937
3112.34/3121.30	c #Conflicts:    5493000 | #Constraints:     350937
3112.34/3121.30	c #Conflicts:    5494000 | #Constraints:     351937
3112.34/3121.30	c #Conflicts:    5495000 | #Constraints:     352937
3112.34/3121.30	c #Conflicts:    5496000 | #Constraints:     353937
3112.34/3121.30	c #Conflicts:    5497000 | #Constraints:     354937
3112.34/3121.30	c #Conflicts:    5498000 | #Constraints:     355937
3112.34/3121.30	c #Conflicts:    5499000 | #Constraints:     356937
3112.34/3121.30	c #Conflicts:    5500000 | #Constraints:     357937
3112.34/3121.30	c #Conflicts:    5501000 | #Constraints:     358937
3125.12/3134.17	c #Conflicts:    5502000 | #Constraints:     359937
3125.12/3134.17	c #Conflicts:    5503000 | #Constraints:     360937
3125.12/3134.17	c #Conflicts:    5504000 | #Constraints:     361937
3125.12/3134.17	c #Conflicts:    5505000 | #Constraints:     362937
3125.12/3134.17	c #Conflicts:    5506000 | #Constraints:     363937
3125.12/3134.17	c #Conflicts:    5507000 | #Constraints:     364937
3125.12/3134.17	c #Conflicts:    5508000 | #Constraints:     365937
3125.12/3134.17	c #Conflicts:    5509000 | #Constraints:     366937
3125.12/3134.17	c #Conflicts:    5510000 | #Constraints:     367937
3125.12/3134.17	c #Conflicts:    5511000 | #Constraints:     368937
3125.12/3134.17	c #Conflicts:    5512000 | #Constraints:     369937
3125.12/3134.17	c #Conflicts:    5513000 | #Constraints:     370937
3125.12/3134.17	c #Conflicts:    5514000 | #Constraints:     371937
3125.12/3134.17	c #Conflicts:    5515000 | #Constraints:     372937
3125.12/3134.17	c #Conflicts:    5516000 | #Constraints:     373937
3125.12/3134.17	c #Conflicts:    5517000 | #Constraints:     374937
3125.12/3134.17	c #Conflicts:    5518000 | #Constraints:     375937
3125.12/3134.17	c #Conflicts:    5519000 | #Constraints:     376937
3125.12/3134.17	c #Conflicts:    5520000 | #Constraints:     377937
3125.12/3134.17	c INPROCESSING
3125.12/3134.17	c GARBAGE COLLECT
3125.12/3134.17	WSVECS04 Frhs2[74]: 6 -1.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[117]: 6 -136.106 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[121]: 6 -160.303 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[185]: 6 0 1.00008 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[191]: 6 0 2.66676 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[201]: 6 0 5.33341 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[208]: 6 0 1.75005 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[375]: 6 -182.042 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[376]: 6 -24.0329 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[379]: 6 0 0.0909989 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[380]: 6 -185.01 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[651]: 6 0 0.0909561 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[653]: 6 -190.543 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[655]: 6 -15.981 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[656]: 6 0 0.272825 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[657]: 6 -18.7941 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[658]: 6 -183.624 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[857]: 6 0 1.33343 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[860]: 6 0 1.33342 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1063]: 6 -37.4167 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1065]: 6 -105.826 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1067]: 6 0 0.121275 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1068]: 6 -27.8637 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1069]: 6 -77.2955 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1071]: 6 -99.4773 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1184]: 6 -2.00005 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1405]: 6 0 1.33338 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1407]: 6 0 1.33336 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1486]: 6 0 1.33341 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1487]: 6 0 1.33337 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1488]: 6 0 1.33338 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1489]: 6 0 1.3334 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1490]: 6 0 1.33342 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1732]: 6 0 0.0454819 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1734]: 6 0 0.0454919 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1735]: 6 -1.04553 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1786]: 6 -1.00004 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1846]: 6 0 1.00002 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1847]: 6 0 1.00007 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1848]: 6 0 1.00002 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[1849]: 6 0 1.00007 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2274]: 6 0 1.50001 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2393]: 6 -20.7501 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2396]: 6 -1.00005 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2398]: 6 0 0.500091 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2401]: 6 -55.5607 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2402]: 6 -52.0606 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2405]: 6 -71.7501 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2407]: 6 0 0.121227 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2408]: 6 -32.5001 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2409]: 6 -14.0001 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2410]: 6 -86.3106 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2582]: 6 0 37.5 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[2741]: 6 0 0.500022 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3227]: 6 0 1.33335 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3319]: 6 -1.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3381]: 6 -45.0001 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3382]: 6 -36 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3389]: 6 0 0.939473 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3390]: 6 0 1.15156 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3532]: 6 0 0.666709 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3596]: 6 -1.00002 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3644]: 6 0 1.00003 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3645]: 6 0 1.00008 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3646]: 6 0 1.00002 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3647]: 6 0 1.00009 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3819]: 6 -1.00005 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[3820]: 6 -1.00002 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4008]: 6 -1.00009 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4009]: 6 -1.00009 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4099]: 6 0 1.33343 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4158]: 6 0 1.00002 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4163]: 6 -1.00006 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4168]: 6 -1.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4170]: 6 -1.00008 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4171]: 6 -1.00006 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4306]: 6 -1.00007 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4399]: 6 0 2.00001 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4406]: 6 -1.00002 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4412]: 6 -1.00005 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4413]: 6 -1.00009 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4487]: 6 -1.00008 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4495]: 6 -1.00006 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4533]: 6 0 2.00002 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4534]: 6 0 2.00005 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4537]: 6 0 2.00005 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4540]: 6 -1.00001 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4541]: 6 -1.00001 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4547]: 6 -1.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4551]: 6 0 2.00008 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4615]: 6 0 2.00004 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4755]: 6 0 1.50007 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4818]: 6 -1.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4819]: 6 -1.00002 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[4826]: 6 -1.00005 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5051]: 6 0 1.00001 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5054]: 6 0 1.00002 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5059]: 6 0 1.00002 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5067]: 6 -1.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5069]: 6 -1.00001 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5278]: 6 -1.00004 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5286]: 6 -1.00007 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5403]: 6 0 0.250013 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5467]: 6 -1.00002 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5474]: 6 -1.00002 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5522]: 6 0 1.7576 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5527]: 6 0 1.75762 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5700]: 6 0 1.50002 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5752]: 6 0 2.00004 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5754]: 6 0 2.00006 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5755]: 6 0 2.00001 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5756]: 6 0 2.00001 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5758]: 6 0 2.00005 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5759]: 6 0 2.00003 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5762]: 6 0 1.00005 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5764]: 6 -1.00002 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5770]: 6 -1.0001 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5771]: 6 -1.00005 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5772]: 6 -1.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5823]: 6 -1.00009 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5860]: 6 0 0.500051 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5861]: 6 0 0.500072 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5862]: 6 0 0.500062 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5863]: 6 0 0.500062 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5864]: 6 0 0.500068 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5865]: 6 0 0.500067 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5866]: 6 0 0.500056 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5868]: 6 0 0.500063 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5869]: 6 0 0.500053 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5872]: 6 -1.00001 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5879]: 6 -1.00009 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5915]: 6 0 1.00004 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5920]: 6 0 1.00005 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5922]: 6 0 1.00003 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5925]: 6 -1.00002 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5926]: 6 -1.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5931]: 6 -1.00002 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5934]: 6 -1.00008 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5944]: 6 0 1.00002 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5949]: 6 0 1.00001 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[5958]: 6 -1.00007 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6007]: 6 -1.00005 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6089]: 6 -1.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6097]: 6 0 0.181849 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6248]: 6 0 2.33341 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6283]: 6 -1.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6417]: 6 0 0.500075 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6467]: 6 0 1.40004 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6468]: 6 0 1.40005 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6469]: 6 0 1.40009 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6538]: 6 -3.00003 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6539]: 6 0 5.00008 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6560]: 6 -1.00008 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[6977]: 6 0 0.500034 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7166]: 6 0 1.25007 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7223]: 6 0 4.50001 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7275]: 6 0 1.00003 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7328]: 6 0 0.250052 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7433]: 6 0 3.00002 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7515]: 6 0 4.50004 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7516]: 6 0 4.50007 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7517]: 6 0 4.50001 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7518]: 6 0 4.50004 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7519]: 6 0 4.50007 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7520]: 6 0 4.50004 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7521]: 6 0 4.50001 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7522]: 6 0 4.50005 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7523]: 6 0 4.50007 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7524]: 6 0 4.50003 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7841]: 6 -2.00005 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7853]: 6 -1.93942 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7880]: 6 -2.12503 0 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7910]: 6 0 3.51517 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7911]: 6 0 3.30305 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7912]: 6 0 3.66674 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7913]: 6 0 3.51525 shouldn't be
3125.12/3134.17	WSVECS04 Frhs2[7914]: 6 0 2.24245 shouldn't be
3165.60/3174.71	c #Conflicts:    5521000 | #Constraints:     299699
3165.60/3174.71	c #Conflicts:    5522000 | #Constraints:     300699
3165.60/3174.71	c #Conflicts:    5523000 | #Constraints:     301699
3165.60/3174.71	c #Conflicts:    5524000 | #Constraints:     302699
3165.60/3174.71	c #Conflicts:    5525000 | #Constraints:     303699
3165.60/3174.71	c #Conflicts:    5526000 | #Constraints:     304699
3165.60/3174.71	c #Conflicts:    5527000 | #Constraints:     305699
3165.60/3174.71	c #Conflicts:    5528000 | #Constraints:     306699
3165.60/3174.71	c #Conflicts:    5529000 | #Constraints:     307699
3165.60/3174.71	c #Conflicts:    5530000 | #Constraints:     308699
3165.60/3174.71	c #Conflicts:    5531000 | #Constraints:     309699
3165.60/3174.71	c #Conflicts:    5532000 | #Constraints:     310699
3165.60/3174.71	c #Conflicts:    5533000 | #Constraints:     311699
3165.60/3174.71	c #Conflicts:    5534000 | #Constraints:     312699
3165.60/3174.71	c #Conflicts:    5535000 | #Constraints:     313699
3165.60/3174.71	c #Conflicts:    5536000 | #Constraints:     314699
3165.60/3174.71	c #Conflicts:    5537000 | #Constraints:     315699
3165.60/3174.71	c #Conflicts:    5538000 | #Constraints:     316699
3165.60/3174.71	c #Conflicts:    5539000 | #Constraints:     317699
3165.60/3174.71	c #Conflicts:    5540000 | #Constraints:     318699
3165.60/3174.71	c #Conflicts:    5541000 | #Constraints:     319699
3165.60/3174.71	c #Conflicts:    5542000 | #Constraints:     320699
3165.60/3174.71	c #Conflicts:    5543000 | #Constraints:     321699
3165.60/3174.71	c #Conflicts:    5544000 | #Constraints:     322699
3165.60/3174.71	c #Conflicts:    5545000 | #Constraints:     323699
3165.60/3174.71	c #Conflicts:    5546000 | #Constraints:     324699
3165.60/3174.71	c #Conflicts:    5547000 | #Constraints:     325699
3165.60/3174.71	c #Conflicts:    5548000 | #Constraints:     326699
3165.60/3174.71	c #Conflicts:    5549000 | #Constraints:     327699
3165.60/3174.71	c #Conflicts:    5550000 | #Constraints:     328699
3165.60/3174.71	c #Conflicts:    5551000 | #Constraints:     329699
3165.60/3174.71	c #Conflicts:    5552000 | #Constraints:     330699
3165.60/3174.71	c #Conflicts:    5553000 | #Constraints:     331699
3165.60/3174.71	c #Conflicts:    5554000 | #Constraints:     332699
3165.60/3174.71	c #Conflicts:    5555000 | #Constraints:     333699
3165.60/3174.71	c #Conflicts:    5556000 | #Constraints:     334699
3165.60/3174.71	c #Conflicts:    5557000 | #Constraints:     335699
3165.60/3174.71	c #Conflicts:    5558000 | #Constraints:     336699
3165.60/3174.71	c #Conflicts:    5559000 | #Constraints:     337699
3165.60/3174.71	c #Conflicts:    5560000 | #Constraints:     338699
3165.60/3174.71	c #Conflicts:    5561000 | #Constraints:     339699
3165.60/3174.71	c #Conflicts:    5562000 | #Constraints:     340699
3165.60/3174.71	c #Conflicts:    5563000 | #Constraints:     341699
3165.60/3174.71	c #Conflicts:    5564000 | #Constraints:     342699
3165.60/3174.71	c #Conflicts:    5565000 | #Constraints:     343699
3165.60/3174.71	c #Conflicts:    5566000 | #Constraints:     344699
3165.60/3174.71	c #Conflicts:    5567000 | #Constraints:     345699
3165.60/3174.71	c #Conflicts:    5568000 | #Constraints:     346699
3165.60/3174.71	c #Conflicts:    5569000 | #Constraints:     347699
3165.60/3174.71	c #Conflicts:    5570000 | #Constraints:     348699
3165.60/3174.71	c #Conflicts:    5571000 | #Constraints:     349699
3165.60/3174.71	c #Conflicts:    5572000 | #Constraints:     350699
3165.60/3174.71	c #Conflicts:    5573000 | #Constraints:     351699
3165.60/3174.71	c #Conflicts:    5574000 | #Constraints:     352699
3165.60/3174.71	c #Conflicts:    5575000 | #Constraints:     353699
3165.60/3174.71	c #Conflicts:    5576000 | #Constraints:     354699
3165.60/3174.71	c #Conflicts:    5577000 | #Constraints:     355699
3165.60/3174.71	c #Conflicts:    5578000 | #Constraints:     356699
3165.60/3174.71	c #Conflicts:    5579000 | #Constraints:     357699
3165.60/3174.71	c #Conflicts:    5580000 | #Constraints:     358699
3165.60/3174.71	c #Conflicts:    5581000 | #Constraints:     359699
3165.60/3174.71	c #Conflicts:    5582000 | #Constraints:     360699
3165.60/3174.71	c #Conflicts:    5583000 | #Constraints:     361699
3165.60/3174.71	c #Conflicts:    5584000 | #Constraints:     362699
3165.60/3174.71	c #Conflicts:    5585000 | #Constraints:     363699
3165.60/3174.71	c #Conflicts:    5586000 | #Constraints:     364699
3165.60/3174.71	c #Conflicts:    5587000 | #Constraints:     365699
3165.60/3174.71	c #Conflicts:    5588000 | #Constraints:     366699
3165.60/3174.71	c #Conflicts:    5589000 | #Constraints:     367699
3165.60/3174.71	c #Conflicts:    5590000 | #Constraints:     368699
3165.60/3174.71	c #Conflicts:    5591000 | #Constraints:     369699
3165.60/3174.71	c #Conflicts:    5592000 | #Constraints:     370699
3165.60/3174.71	c #Conflicts:    5593000 | #Constraints:     371699
3165.60/3174.71	c #Conflicts:    5594000 | #Constraints:     372699
3165.60/3174.71	c #Conflicts:    5595000 | #Constraints:     373699
3165.60/3174.71	c #Conflicts:    5596000 | #Constraints:     374699
3165.60/3174.71	c #Conflicts:    5597000 | #Constraints:     375699
3165.60/3174.71	c #Conflicts:    5598000 | #Constraints:     376699
3165.60/3174.71	c #Conflicts:    5599000 | #Constraints:     377699
3177.26/3186.49	c #Conflicts:    5600000 | #Constraints:     378699
3177.26/3186.49	c #Conflicts:    5601000 | #Constraints:     379699
3177.26/3186.49	c #Conflicts:    5602000 | #Constraints:     380699
3177.26/3186.49	c #Conflicts:    5603000 | #Constraints:     381699
3177.26/3186.49	c #Conflicts:    5604000 | #Constraints:     382699
3177.26/3186.49	c #Conflicts:    5605000 | #Constraints:     383699
3177.26/3186.49	c #Conflicts:    5606000 | #Constraints:     384699
3177.26/3186.49	c #Conflicts:    5607000 | #Constraints:     385699
3177.26/3186.49	c #Conflicts:    5608000 | #Constraints:     386699
3177.26/3186.49	c #Conflicts:    5609000 | #Constraints:     387699
3177.26/3186.49	c #Conflicts:    5610000 | #Constraints:     388699
3177.26/3186.49	c #Conflicts:    5611000 | #Constraints:     389699
3177.26/3186.49	c #Conflicts:    5612000 | #Constraints:     390699
3177.26/3186.49	c #Conflicts:    5613000 | #Constraints:     391699
3177.26/3186.49	c #Conflicts:    5614000 | #Constraints:     392699
3177.26/3186.49	c #Conflicts:    5615000 | #Constraints:     393699
3177.26/3186.49	WSVECS04 Frhs2[24]: 6 -1.00003 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[25]: 6 -1.00008 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[28]: 6 -58.0001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[37]: 6 -58 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[651]: 6 -110.6 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[652]: 6 -88.2 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[656]: 6 -102.8 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[658]: 6 -129.4 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[1061]: 6 -71.0001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[1064]: 6 -43.0001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[1065]: 6 -36 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[1067]: 6 -38.5001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[1068]: 6 -41.5 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[1070]: 6 -38 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[1071]: 6 -42.0001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[1786]: 6 0 4.00002 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[1800]: 6 -1.00006 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2167]: 6 0 2.40005 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2168]: 6 0 2.40005 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2169]: 6 0 2.40008 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2205]: 6 -1.00005 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2283]: 6 -1.00003 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2286]: 6 -1.00008 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2300]: 6 0 4.00002 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2310]: 6 -1.00008 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2313]: 6 -1.00009 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2316]: 6 -1.00001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2363]: 6 -1.00008 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2375]: 6 -1.0001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2396]: 6 -1.00006 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2397]: 6 -1.00002 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2398]: 6 -1.00002 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2402]: 6 -45 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2408]: 6 -47.6667 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2409]: 6 -14.6667 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2410]: 6 -57.6667 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2498]: 6 0 2.16671 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2499]: 6 0 2.16671 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2500]: 6 0 2.16672 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2501]: 6 0 2.16669 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2502]: 6 0 2.16671 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2503]: 6 0 2.16669 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2504]: 6 0 2.16668 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2505]: 6 0 2.16674 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2509]: 6 -5.00003 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2514]: 6 -4.66671 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2520]: 6 -7.00009 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2561]: 6 -1.00007 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2564]: 6 -1.00002 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2567]: 6 -1.00004 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2753]: 6 -1.00002 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[2915]: 6 -1.00001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[3155]: 6 -1.00007 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[3158]: 6 -1.00005 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[3161]: 6 -1.00006 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[3239]: 6 -1.00008 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[3536]: 6 0 4.00001 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[3541]: 6 -1.00004 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[3757]: 6 -1.00004 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[3949]: 6 -1.00009 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4108]: 6 -1.00004 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4111]: 6 -1.00002 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4114]: 6 -1.00007 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4298]: 6 -1.00009 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4319]: 6 0 4.00003 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4324]: 6 -1.00005 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4327]: 6 -1.00002 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4487]: 6 -1.00001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4514]: 6 -1.00008 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4541]: 6 -1.00003 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[4764]: 6 -1.00009 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5007]: 6 -1.00009 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5010]: 6 -1.00002 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5223]: 6 -1.00003 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5278]: 6 -1.00009 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5415]: 6 -1.00001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5467]: 6 -1.00001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5574]: 6 -1.00003 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5577]: 6 -1.00008 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5682]: 6 -1.00005 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5685]: 6 -1.00008 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5688]: 6 -1.00008 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5712]: 6 -1.00006 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[5872]: 6 -1.0001 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[6097]: 6 -1.00009 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7841]: 6 0 3.25004 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7846]: 6 0 3.25007 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7849]: 6 0 2.00001 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7851]: 6 0 1.00008 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7867]: 6 0 1.75009 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7869]: 6 0 1.75005 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7870]: 6 0 1.75005 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7876]: 6 0 1.75005 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7878]: 6 0 1.75008 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7879]: 6 0 1.75001 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7880]: 6 0 1.75006 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7881]: 6 0 1.75001 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7886]: 6 0 1.75009 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7887]: 6 0 1.25005 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7891]: 6 0 1.25002 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7896]: 6 0 1.25004 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7901]: 6 0 3.00003 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7904]: 6 0 3.00001 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7911]: 6 -1.00005 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7920]: 6 -2.00004 0 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7931]: 6 0 6.00005 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7933]: 6 0 7.0001 shouldn't be
3177.26/3186.49	WSVECS04 Frhs2[7934]: 6 0 6.00009 shouldn't be
3222.43/3231.73	c #Conflicts:    5616000 | #Constraints:     394700
3222.43/3231.73	c #Conflicts:    5617000 | #Constraints:     395700
3222.43/3231.73	c #Conflicts:    5618000 | #Constraints:     396700
3222.43/3231.73	c #Conflicts:    5619000 | #Constraints:     397700
3222.43/3231.73	c #Conflicts:    5620000 | #Constraints:     398700
3222.43/3231.73	c #Conflicts:    5621000 | #Constraints:     399700
3222.43/3231.73	c #Conflicts:    5622000 | #Constraints:     400700
3222.43/3231.73	c #Conflicts:    5623000 | #Constraints:     401700
3222.43/3231.73	c #Conflicts:    5624000 | #Constraints:     402700
3222.43/3231.73	c #Conflicts:    5625000 | #Constraints:     403700
3222.43/3231.73	c #Conflicts:    5626000 | #Constraints:     404700
3222.43/3231.73	c #Conflicts:    5627000 | #Constraints:     405700
3222.43/3231.73	c #Conflicts:    5628000 | #Constraints:     406700
3222.43/3231.73	c #Conflicts:    5629000 | #Constraints:     407700
3222.43/3231.73	c #Conflicts:    5630000 | #Constraints:     408700
3222.43/3231.73	c #Conflicts:    5631000 | #Constraints:     409700
3222.43/3231.73	c #Conflicts:    5632000 | #Constraints:     410700
3222.43/3231.73	c #Conflicts:    5633000 | #Constraints:     411700
3222.43/3231.73	c #Conflicts:    5634000 | #Constraints:     412700
3222.43/3231.73	c #Conflicts:    5635000 | #Constraints:     413700
3222.43/3231.73	c #Conflicts:    5636000 | #Constraints:     414700
3222.43/3231.73	c #Conflicts:    5637000 | #Constraints:     415700
3222.43/3231.73	c #Conflicts:    5638000 | #Constraints:     416700
3222.43/3231.73	c #Conflicts:    5639000 | #Constraints:     417700
3222.43/3231.73	c #Conflicts:    5640000 | #Constraints:     418700
3222.43/3231.73	c #Conflicts:    5641000 | #Constraints:     419700
3222.43/3231.73	c #Conflicts:    5642000 | #Constraints:     420700
3222.43/3231.73	c #Conflicts:    5643000 | #Constraints:     421700
3222.43/3231.73	c #Conflicts:    5644000 | #Constraints:     422700
3222.43/3231.73	c #Conflicts:    5645000 | #Constraints:     423700
3222.43/3231.73	c #Conflicts:    5646000 | #Constraints:     424700
3222.43/3231.73	c #Conflicts:    5647000 | #Constraints:     425700
3222.43/3231.73	c #Conflicts:    5648000 | #Constraints:     426700
3222.43/3231.73	c #Conflicts:    5649000 | #Constraints:     427700
3222.43/3231.73	c #Conflicts:    5650000 | #Constraints:     428700
3222.43/3231.73	c #Conflicts:    5651000 | #Constraints:     429700
3222.43/3231.73	c #Conflicts:    5652000 | #Constraints:     430700
3222.43/3231.73	c #Conflicts:    5653000 | #Constraints:     431700
3222.43/3231.73	c #Conflicts:    5654000 | #Constraints:     432700
3222.43/3231.73	c #Conflicts:    5655000 | #Constraints:     433700
3222.43/3231.73	c #Conflicts:    5656000 | #Constraints:     434700
3222.43/3231.73	c #Conflicts:    5657000 | #Constraints:     435700
3222.43/3231.73	c #Conflicts:    5658000 | #Constraints:     436700
3222.43/3231.73	c #Conflicts:    5659000 | #Constraints:     437700
3222.43/3231.73	c #Conflicts:    5660000 | #Constraints:     438700
3222.43/3231.73	c #Conflicts:    5661000 | #Constraints:     439700
3222.43/3231.73	c #Conflicts:    5662000 | #Constraints:     440700
3222.43/3231.73	c #Conflicts:    5663000 | #Constraints:     441700
3222.43/3231.73	c #Conflicts:    5664000 | #Constraints:     442700
3222.43/3231.73	c #Conflicts:    5665000 | #Constraints:     443700
3222.43/3231.73	c #Conflicts:    5666000 | #Constraints:     444700
3222.43/3231.73	c #Conflicts:    5667000 | #Constraints:     445700
3222.43/3231.73	c #Conflicts:    5668000 | #Constraints:     446700
3222.43/3231.73	c #Conflicts:    5669000 | #Constraints:     447700
3222.43/3231.73	c #Conflicts:    5670000 | #Constraints:     448700
3222.43/3231.73	c #Conflicts:    5671000 | #Constraints:     449700
3222.43/3231.73	c #Conflicts:    5672000 | #Constraints:     450700
3222.43/3231.73	c #Conflicts:    5673000 | #Constraints:     451700
3222.43/3231.73	c #Conflicts:    5674000 | #Constraints:     452700
3222.43/3231.73	c #Conflicts:    5675000 | #Constraints:     453700
3222.43/3231.73	c #Conflicts:    5676000 | #Constraints:     454700
3222.43/3231.73	c #Conflicts:    5677000 | #Constraints:     455700
3222.43/3231.73	c #Conflicts:    5678000 | #Constraints:     456700
3222.43/3231.73	c INPROCESSING
3222.43/3231.73	c GARBAGE COLLECT
3222.43/3231.73	c rational objective 323.959
3248.17/3257.54	c #Conflicts:    5679000 | #Constraints:     318680
3248.17/3257.54	c #Conflicts:    5680000 | #Constraints:     319680
3248.17/3257.54	c #Conflicts:    5681000 | #Constraints:     320680
3248.17/3257.54	c #Conflicts:    5682000 | #Constraints:     321680
3248.17/3257.54	c #Conflicts:    5683000 | #Constraints:     322680
3248.17/3257.54	c #Conflicts:    5684000 | #Constraints:     323680
3248.17/3257.54	c #Conflicts:    5685000 | #Constraints:     324680
3248.17/3257.54	c #Conflicts:    5686000 | #Constraints:     325680
3248.17/3257.54	c #Conflicts:    5687000 | #Constraints:     326680
3248.17/3257.54	c #Conflicts:    5688000 | #Constraints:     327680
3248.17/3257.54	c #Conflicts:    5689000 | #Constraints:     328680
3248.17/3257.54	c #Conflicts:    5690000 | #Constraints:     329680
3248.17/3257.54	c #Conflicts:    5691000 | #Constraints:     330680
3248.17/3257.54	c #Conflicts:    5692000 | #Constraints:     331680
3248.17/3257.54	c #Conflicts:    5693000 | #Constraints:     332680
3248.17/3257.54	c #Conflicts:    5694000 | #Constraints:     333680
3248.17/3257.54	c #Conflicts:    5695000 | #Constraints:     334680
3248.17/3257.54	c #Conflicts:    5696000 | #Constraints:     335680
3248.17/3257.54	c #Conflicts:    5697000 | #Constraints:     336680
3248.17/3257.54	c #Conflicts:    5698000 | #Constraints:     337680
3248.17/3257.54	c #Conflicts:    5699000 | #Constraints:     338680
3248.17/3257.54	c #Conflicts:    5700000 | #Constraints:     339680
3248.17/3257.54	c #Conflicts:    5701000 | #Constraints:     340680
3248.17/3257.54	c #Conflicts:    5702000 | #Constraints:     341680
3248.17/3257.54	c #Conflicts:    5703000 | #Constraints:     342680
3248.17/3257.54	c #Conflicts:    5704000 | #Constraints:     343680
3248.17/3257.54	c #Conflicts:    5705000 | #Constraints:     344680
3248.17/3257.54	c #Conflicts:    5706000 | #Constraints:     345680
3248.17/3257.54	c #Conflicts:    5707000 | #Constraints:     346680
3248.17/3257.54	c #Conflicts:    5708000 | #Constraints:     347680
3248.17/3257.54	c #Conflicts:    5709000 | #Constraints:     348680
3248.17/3257.54	c #Conflicts:    5710000 | #Constraints:     349680
3248.17/3257.54	c #Conflicts:    5711000 | #Constraints:     350680
3248.17/3257.54	c #Conflicts:    5712000 | #Constraints:     351680
3248.17/3257.54	c #Conflicts:    5713000 | #Constraints:     352680
3248.17/3257.54	c #Conflicts:    5714000 | #Constraints:     353680
3248.17/3257.54	c #Conflicts:    5715000 | #Constraints:     354680
3248.17/3257.54	c #Conflicts:    5716000 | #Constraints:     355680
3248.17/3257.54	c #Conflicts:    5717000 | #Constraints:     356680
3248.17/3257.54	c #Conflicts:    5718000 | #Constraints:     357680
3248.17/3257.54	c #Conflicts:    5719000 | #Constraints:     358680
3248.17/3257.54	c #Conflicts:    5720000 | #Constraints:     359680
3248.17/3257.54	c #Conflicts:    5721000 | #Constraints:     360680
3248.17/3257.54	c #Conflicts:    5722000 | #Constraints:     361680
3248.17/3257.54	c #Conflicts:    5723000 | #Constraints:     362680
3248.17/3257.54	c #Conflicts:    5724000 | #Constraints:     363680
3248.17/3257.54	c #Conflicts:    5725000 | #Constraints:     364680
3248.17/3257.54	c #Conflicts:    5726000 | #Constraints:     365680
3248.17/3257.54	c #Conflicts:    5727000 | #Constraints:     366680
3248.17/3257.54	c #Conflicts:    5728000 | #Constraints:     367680
3248.17/3257.54	c #Conflicts:    5729000 | #Constraints:     368680
3248.17/3257.54	c #Conflicts:    5730000 | #Constraints:     369680
3248.17/3257.54	c #Conflicts:    5731000 | #Constraints:     370680
3248.17/3257.54	c #Conflicts:    5732000 | #Constraints:     371680
3248.17/3257.54	c #Conflicts:    5733000 | #Constraints:     372680
3248.17/3257.54	c #Conflicts:    5734000 | #Constraints:     373680
3248.17/3257.54	c #Conflicts:    5735000 | #Constraints:     374680
3248.17/3257.54	c #Conflicts:    5736000 | #Constraints:     375680
3248.17/3257.54	c #Conflicts:    5737000 | #Constraints:     376680
3248.17/3257.54	c #Conflicts:    5738000 | #Constraints:     377680
3248.17/3257.54	c #Conflicts:    5739000 | #Constraints:     378680
3248.17/3257.54	c #Conflicts:    5740000 | #Constraints:     379680
3248.17/3257.54	c #Conflicts:    5741000 | #Constraints:     380680
3248.17/3257.54	c #Conflicts:    5742000 | #Constraints:     381680
3248.17/3257.54	c #Conflicts:    5743000 | #Constraints:     382680
3248.17/3257.54	c INPROCESSING
3248.17/3257.54	c GARBAGE COLLECT
3248.17/3257.54	c rational objective 324.306
3280.07/3289.59	c #Conflicts:    5744000 | #Constraints:     303136
3280.07/3289.59	c #Conflicts:    5745000 | #Constraints:     304136
3280.07/3289.59	c #Conflicts:    5746000 | #Constraints:     305136
3280.07/3289.59	c #Conflicts:    5747000 | #Constraints:     306136
3280.07/3289.59	c #Conflicts:    5748000 | #Constraints:     307136
3280.07/3289.59	c #Conflicts:    5749000 | #Constraints:     308136
3280.07/3289.59	c #Conflicts:    5750000 | #Constraints:     309136
3280.07/3289.59	c #Conflicts:    5751000 | #Constraints:     310136
3280.07/3289.59	c #Conflicts:    5752000 | #Constraints:     311136
3280.07/3289.59	c #Conflicts:    5753000 | #Constraints:     312136
3280.07/3289.59	c #Conflicts:    5754000 | #Constraints:     313136
3280.07/3289.59	c #Conflicts:    5755000 | #Constraints:     314136
3280.07/3289.59	c #Conflicts:    5756000 | #Constraints:     315136
3280.07/3289.59	c #Conflicts:    5757000 | #Constraints:     316136
3280.07/3289.59	c #Conflicts:    5758000 | #Constraints:     317136
3280.07/3289.59	c #Conflicts:    5759000 | #Constraints:     318136
3280.07/3289.59	c #Conflicts:    5760000 | #Constraints:     319136
3280.07/3289.59	c #Conflicts:    5761000 | #Constraints:     320136
3280.07/3289.59	c #Conflicts:    5762000 | #Constraints:     321136
3280.07/3289.59	c #Conflicts:    5763000 | #Constraints:     322136
3280.07/3289.59	c #Conflicts:    5764000 | #Constraints:     323136
3280.07/3289.59	c #Conflicts:    5765000 | #Constraints:     324136
3280.07/3289.59	c #Conflicts:    5766000 | #Constraints:     325136
3280.07/3289.59	c #Conflicts:    5767000 | #Constraints:     326136
3280.07/3289.59	c #Conflicts:    5768000 | #Constraints:     327136
3280.07/3289.59	c #Conflicts:    5769000 | #Constraints:     328136
3280.07/3289.59	c #Conflicts:    5770000 | #Constraints:     329136
3280.07/3289.59	c #Conflicts:    5771000 | #Constraints:     330136
3280.07/3289.59	c #Conflicts:    5772000 | #Constraints:     331136
3280.07/3289.59	c #Conflicts:    5773000 | #Constraints:     332136
3280.07/3289.59	c #Conflicts:    5774000 | #Constraints:     333136
3280.07/3289.59	c #Conflicts:    5775000 | #Constraints:     334136
3280.07/3289.59	c #Conflicts:    5776000 | #Constraints:     335136
3280.07/3289.59	c #Conflicts:    5777000 | #Constraints:     336136
3280.07/3289.59	c #Conflicts:    5778000 | #Constraints:     337136
3280.07/3289.59	c #Conflicts:    5779000 | #Constraints:     338136
3280.07/3289.59	c #Conflicts:    5780000 | #Constraints:     339136
3280.07/3289.59	c #Conflicts:    5781000 | #Constraints:     340136
3280.07/3289.59	c #Conflicts:    5782000 | #Constraints:     341136
3280.07/3289.59	c #Conflicts:    5783000 | #Constraints:     342136
3280.07/3289.59	c #Conflicts:    5784000 | #Constraints:     343136
3280.07/3289.59	c #Conflicts:    5785000 | #Constraints:     344136
3280.07/3289.59	c #Conflicts:    5786000 | #Constraints:     345136
3280.07/3289.59	c #Conflicts:    5787000 | #Constraints:     346136
3280.07/3289.59	c #Conflicts:    5788000 | #Constraints:     347136
3280.07/3289.59	c #Conflicts:    5789000 | #Constraints:     348136
3280.07/3289.59	c #Conflicts:    5790000 | #Constraints:     349136
3280.07/3289.59	c #Conflicts:    5791000 | #Constraints:     350136
3280.07/3289.59	c #Conflicts:    5792000 | #Constraints:     351136
3280.07/3289.59	c #Conflicts:    5793000 | #Constraints:     352136
3280.07/3289.59	c #Conflicts:    5794000 | #Constraints:     353136
3280.07/3289.59	c #Conflicts:    5795000 | #Constraints:     354136
3280.07/3289.59	c #Conflicts:    5796000 | #Constraints:     355136
3280.07/3289.59	c #Conflicts:    5797000 | #Constraints:     356136
3280.07/3289.59	c #Conflicts:    5798000 | #Constraints:     357136
3280.07/3289.59	c #Conflicts:    5799000 | #Constraints:     358136
3280.07/3289.59	c #Conflicts:    5800000 | #Constraints:     359136
3280.07/3289.59	c #Conflicts:    5801000 | #Constraints:     360136
3280.07/3289.59	c #Conflicts:    5802000 | #Constraints:     361136
3280.07/3289.59	c #Conflicts:    5803000 | #Constraints:     362136
3280.07/3289.59	c #Conflicts:    5804000 | #Constraints:     363136
3280.07/3289.59	c #Conflicts:    5805000 | #Constraints:     364136
3280.07/3289.59	c #Conflicts:    5806000 | #Constraints:     365136
3280.07/3289.59	c #Conflicts:    5807000 | #Constraints:     366136
3280.07/3289.59	c #Conflicts:    5808000 | #Constraints:     367136
3280.07/3289.59	c #Conflicts:    5809000 | #Constraints:     368136
3280.07/3289.59	c #Conflicts:    5810000 | #Constraints:     369136
3280.07/3289.59	c #Conflicts:    5811000 | #Constraints:     370136
3280.07/3289.59	c #Conflicts:    5812000 | #Constraints:     371136
3280.07/3289.59	c #Conflicts:    5813000 | #Constraints:     372136
3280.07/3289.59	c #Conflicts:    5814000 | #Constraints:     373136
3280.07/3289.59	c #Conflicts:    5815000 | #Constraints:     374136
3280.07/3289.59	c #Conflicts:    5816000 | #Constraints:     375136
3280.07/3289.59	c #Conflicts:    5817000 | #Constraints:     376136
3280.07/3289.59	c #Conflicts:    5818000 | #Constraints:     377136
3280.07/3289.59	c #Conflicts:    5819000 | #Constraints:     378136
3280.07/3289.59	c #Conflicts:    5820000 | #Constraints:     379136
3280.07/3289.59	c #Conflicts:    5821000 | #Constraints:     380136
3280.07/3289.59	c #Conflicts:    5822000 | #Constraints:     381136
3292.43/3301.90	c #Conflicts:    5823000 | #Constraints:     382136
3292.43/3301.90	c #Conflicts:    5824000 | #Constraints:     383136
3292.43/3301.90	c #Conflicts:    5825000 | #Constraints:     384136
3292.43/3301.90	c #Conflicts:    5826000 | #Constraints:     385136
3292.43/3301.90	c #Conflicts:    5827000 | #Constraints:     386136
3292.43/3301.90	c #Conflicts:    5828000 | #Constraints:     387136
3292.43/3301.90	c #Conflicts:    5829000 | #Constraints:     388136
3292.43/3301.90	c #Conflicts:    5830000 | #Constraints:     389136
3292.43/3301.90	c #Conflicts:    5831000 | #Constraints:     390136
3292.43/3301.90	c #Conflicts:    5832000 | #Constraints:     391136
3292.43/3301.90	c #Conflicts:    5833000 | #Constraints:     392136
3292.43/3301.90	WSVECS04 Frhs2[34]: 6 -84.3333 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[37]: 6 -84.3334 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[98]: 6 -1.00009 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[204]: 6 -146.167 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[206]: 6 -22.5 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[210]: 6 -155.833 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[375]: 6 -125.929 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[377]: 6 -38.5715 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[379]: 6 -40.2857 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[380]: 6 -114.143 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[410]: 6 -1.00009 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[467]: 6 -1.00003 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1054]: 6 -1.00005 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1064]: 6 -109.076 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1065]: 6 -55.6637 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1069]: 6 -71.3728 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1071]: 6 -121.312 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1183]: 6 -1.00005 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1197]: 6 -1.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1224]: 6 -1.00002 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1346]: 6 -1.00007 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1362]: 6 -1.00009 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1507]: 6 -1.00009 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1525]: 6 -1.00004 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1527]: 6 -1.00001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1533]: 6 -1.00004 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1551]: 6 -1.00004 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1553]: 6 -1.00002 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1641]: 6 -107.571 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1642]: 6 -103.286 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1646]: 6 -171.143 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1705]: 6 -1.00004 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1721]: 6 -1.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1730]: 6 -1.00009 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1775]: 6 -1.00001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1812]: 6 -1.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1883]: 6 -1.00008 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1919]: 6 -1.00007 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1937]: 6 -1.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1939]: 6 -1.00006 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[1991]: 6 -1.00008 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2216]: 6 -1.00001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2236]: 6 -1.00007 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2246]: 6 -1.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2261]: 6 -1.00008 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2266]: 6 -1.00006 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2397]: 6 -1.00006 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2398]: 6 -1.00008 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2400]: 6 -52.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2403]: 6 -34.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2404]: 6 -30.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2406]: 6 -35.5001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2407]: 6 -29.5001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2409]: 6 -28.5001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2410]: 6 -37.5 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[2667]: 6 0 2.00004 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3375]: 6 -1.00009 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3380]: 6 -29 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3383]: 6 -10.5 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3384]: 6 -25.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3386]: 6 -41.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3388]: 6 -21 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3595]: 6 -1.00005 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3886]: 6 0 1.71433 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3887]: 6 0 1.71432 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3888]: 6 0 1.71436 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[3889]: 6 0 1.71433 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4159]: 6 0 4.00001 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4162]: 6 -1.00002 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4165]: 6 -1.00003 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4168]: 6 -1.00003 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4264]: 6 0 1.71435 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4297]: 6 -1.00007 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4608]: 6 -34 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4611]: 6 -17 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4612]: 6 -17.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4613]: 6 -24.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[4845]: 6 -1.00002 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5077]: 6 0 3.00001 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5113]: 6 0 2.00007 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5305]: 6 -1.00009 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5456]: 6 0 4.50002 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5457]: 6 0 4.50003 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5458]: 6 0 4.50001 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5460]: 6 0 4.50005 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5469]: 6 -1.0001 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5472]: 6 -1.00008 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5482]: 6 0 3.00006 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5493]: 6 -1.00003 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5874]: 6 -1.00004 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5899]: 6 -1.00006 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5905]: 6 -1.00009 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5955]: 6 -1.00002 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[5985]: 6 -1.00009 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[6012]: 6 -1.00005 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[6103]: 6 -1.00009 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[6106]: 6 -1.00002 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[7380]: 6 0 5.50002 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[7382]: 6 0 5.50002 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[7384]: 6 0 5.50002 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[7388]: 6 0 5.50003 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[7855]: 6 -1.00007 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[7904]: 6 -1.00007 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[7913]: 6 -2.00002 0 shouldn't be
3292.43/3301.90	WSVECS04 Frhs2[7936]: 6 -1.00008 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[21]: 6 -1.00001 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[434]: 6 -1.00009 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[479]: 6 -1.00003 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1043]: 6 -1.00004 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1136]: 6 0 2.50002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1137]: 6 0 2.50002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1155]: 6 -1.00009 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1168]: 6 -1.00003 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1292]: 6 -1.00003 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1332]: 6 -1.00007 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1378]: 6 0 2.00003 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1401]: 6 0 2.66668 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1403]: 6 0 2.66668 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1521]: 6 -1.0001 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1522]: 6 -1.00002 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1784]: 6 -1.00003 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1897]: 6 -1.00005 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[1933]: 6 -1.00007 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2006]: 6 0 2.00001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2007]: 6 0 2.00001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2008]: 6 0 2.00005 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2027]: 6 -1.00002 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2112]: 6 -1.00005 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2135]: 6 -1.00004 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2230]: 6 -1.00005 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2231]: 6 -1.00009 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2260]: 6 -1.00002 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2297]: 6 -1.00002 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2474]: 6 0 2.00001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2475]: 6 0 2.00007 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2476]: 6 0 2.00004 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2477]: 6 0 2.0001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2478]: 6 0 2.00007 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2797]: 6 0 2.00004 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2798]: 6 0 2.00004 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2799]: 6 0 2.00001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2800]: 6 0 2.00005 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2824]: 6 0 2.00003 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2828]: 6 0 2.00001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[2829]: 6 0 2.00003 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3011]: 6 0 3.00009 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3041]: 6 0 1.81827 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3043]: 6 0 1.81826 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3176]: 6 0 1.71438 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3177]: 6 0 1.71432 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3178]: 6 0 1.71431 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3201]: 6 0 2.40002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3202]: 6 0 2.40006 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3203]: 6 0 2.40001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3204]: 6 0 2.40001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3205]: 6 0 2.40008 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3206]: 6 0 2.40008 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3228]: 6 0 2.40004 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3229]: 6 0 2.40007 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3230]: 6 0 2.40006 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3231]: 6 0 2.40002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3232]: 6 0 2.40002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3233]: 6 0 2.40002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3234]: 6 0 2.40005 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3373]: 6 -1.00005 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3535]: 6 0 2.40003 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3598]: 6 -1.00004 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3697]: 6 0 1.71438 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3698]: 6 0 1.71437 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3699]: 6 0 1.71435 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3700]: 6 0 1.71438 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3701]: 6 0 1.71433 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3749]: 6 0 2.40004 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3750]: 6 0 2.40004 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3752]: 6 0 2.40006 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3753]: 6 0 2.40008 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3754]: 6 0 2.40005 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3755]: 6 0 2.40005 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3814]: 6 -1.00002 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3817]: 6 -1.00007 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3970]: 6 0 1.71432 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3989]: 6 0 3.00002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3990]: 6 0 3.00003 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[3994]: 6 0 3.00003 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4021]: 6 0 1.71437 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4022]: 6 0 1.71438 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4023]: 6 0 1.71437 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4024]: 6 0 1.71438 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4025]: 6 0 1.71437 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4048]: 6 0 1.71432 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4049]: 6 0 1.71432 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4050]: 6 0 1.71435 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4051]: 6 0 1.71435 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4052]: 6 0 1.71436 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4300]: 6 -1.00003 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4372]: 6 0 1.71437 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4374]: 6 0 1.71433 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4455]: 6 0 1.71431 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4457]: 6 0 1.7143 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4489]: 6 -1.00008 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4492]: 6 -1.00007 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4575]: 6 0 1.33339 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4786]: 6 0 1.71431 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4818]: 6 -1.00003 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4821]: 6 -1.00004 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[4824]: 6 -1.00008 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5001]: 6 0 2.40001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5002]: 6 0 2.40002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5030]: 6 0 1.7143 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5096]: 6 -1.00003 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5108]: 6 0 2.00006 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5111]: 6 0 2.00002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5138]: 6 0 2.00001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5164]: 6 0 1.71433 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5165]: 6 0 1.71434 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5166]: 6 0 1.71432 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5246]: 6 0 1.71437 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5277]: 6 -1.00008 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5280]: 6 -1.00003 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5404]: 6 0 2.40002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5405]: 6 0 2.40007 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5406]: 6 0 2.40009 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5407]: 6 0 2.40008 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5408]: 6 0 2.4001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5409]: 6 0 2.40008 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5566]: 6 0 2.40004 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5570]: 6 0 2.40009 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5571]: 6 0 2.40008 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5572]: 6 0 2.40009 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5631]: 6 -1.0001 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5634]: 6 -1.00006 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5664]: 6 -1.00009 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5763]: 6 -1.00009 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5766]: 6 -1.00002 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5877]: 6 -1.0001 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5914]: 6 0 4.00008 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5916]: 6 0 4.00002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5917]: 6 0 4.0001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5919]: 6 0 4.00007 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5920]: 6 0 4.00004 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5921]: 6 0 4.00003 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5923]: 6 0 4.00006 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[5958]: 6 -1.00006 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6013]: 6 -1.00005 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6068]: 6 0 1.33335 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6250]: 6 0 2.40002 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6280]: 6 0 1.71438 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6519]: 6 0 2.40001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6552]: 6 0 1.71433 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6713]: 6 0 1.7143 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6714]: 6 0 1.71438 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6791]: 6 0 1.71431 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6792]: 6 0 1.71438 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6793]: 6 0 1.71435 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6794]: 6 0 1.71433 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6929]: 6 0 1.71432 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[6983]: 6 0 2.4001 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7008]: 6 0 1.71435 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7196]: 6 0 1.71431 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7197]: 6 0 1.71431 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7218]: 6 0 5.50009 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7221]: 6 0 5.50003 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7227]: 6 0 5.50005 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7466]: 6 0 1.71431 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7467]: 6 0 1.71438 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7468]: 6 0 1.71431 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7469]: 6 0 1.71435 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7470]: 6 0 1.71435 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7879]: 6 -1.0001 0 shouldn't be
3314.96/3324.51	WSVECS04 Frhs2[7892]: 6 -2.00004 0 shouldn't be
3367.29/3377.10	c #Conflicts:    5834000 | #Constraints:     393136
3367.29/3377.10	c #Conflicts:    5835000 | #Constraints:     394136
3367.29/3377.10	c #Conflicts:    5836000 | #Constraints:     395136
3367.29/3377.10	c #Conflicts:    5837000 | #Constraints:     396136
3367.29/3377.10	c #Conflicts:    5838000 | #Constraints:     397136
3367.29/3377.10	c #Conflicts:    5839000 | #Constraints:     398136
3367.29/3377.10	c #Conflicts:    5840000 | #Constraints:     399136
3367.29/3377.10	c #Conflicts:    5841000 | #Constraints:     400136
3367.29/3377.10	c #Conflicts:    5842000 | #Constraints:     401136
3367.29/3377.10	c #Conflicts:    5843000 | #Constraints:     402136
3367.29/3377.10	c #Conflicts:    5844000 | #Constraints:     403136
3367.29/3377.10	c #Conflicts:    5845000 | #Constraints:     404136
3367.29/3377.10	c #Conflicts:    5846000 | #Constraints:     405136
3367.29/3377.10	c #Conflicts:    5847000 | #Constraints:     406136
3367.29/3377.10	c #Conflicts:    5848000 | #Constraints:     407136
3367.29/3377.10	c #Conflicts:    5849000 | #Constraints:     408136
3367.29/3377.10	c #Conflicts:    5850000 | #Constraints:     409136
3367.29/3377.10	c #Conflicts:    5851000 | #Constraints:     410136
3367.29/3377.10	c #Conflicts:    5852000 | #Constraints:     411136
3367.29/3377.10	c #Conflicts:    5853000 | #Constraints:     412136
3367.29/3377.10	c #Conflicts:    5854000 | #Constraints:     413136
3367.29/3377.10	c #Conflicts:    5855000 | #Constraints:     414136
3367.29/3377.10	c #Conflicts:    5856000 | #Constraints:     415136
3367.29/3377.10	c #Conflicts:    5857000 | #Constraints:     416136
3367.29/3377.10	c #Conflicts:    5858000 | #Constraints:     417136
3367.29/3377.10	c #Conflicts:    5859000 | #Constraints:     418136
3367.29/3377.10	c #Conflicts:    5860000 | #Constraints:     419136
3367.29/3377.10	c #Conflicts:    5861000 | #Constraints:     420136
3367.29/3377.10	c #Conflicts:    5862000 | #Constraints:     421136
3367.29/3377.10	c #Conflicts:    5863000 | #Constraints:     422136
3367.29/3377.10	c #Conflicts:    5864000 | #Constraints:     423136
3367.29/3377.10	c #Conflicts:    5865000 | #Constraints:     424136
3367.29/3377.10	c #Conflicts:    5866000 | #Constraints:     425136
3367.29/3377.10	c #Conflicts:    5867000 | #Constraints:     426136
3367.29/3377.10	c #Conflicts:    5868000 | #Constraints:     427136
3367.29/3377.10	c #Conflicts:    5869000 | #Constraints:     428136
3367.29/3377.10	c #Conflicts:    5870000 | #Constraints:     429136
3367.29/3377.10	c #Conflicts:    5871000 | #Constraints:     430136
3367.29/3377.10	c #Conflicts:    5872000 | #Constraints:     431136
3367.29/3377.10	c #Conflicts:    5873000 | #Constraints:     432136
3367.29/3377.10	c #Conflicts:    5874000 | #Constraints:     433136
3367.29/3377.10	c #Conflicts:    5875000 | #Constraints:     434136
3367.29/3377.10	c #Conflicts:    5876000 | #Constraints:     435136
3367.29/3377.10	c #Conflicts:    5877000 | #Constraints:     436136
3367.29/3377.10	c #Conflicts:    5878000 | #Constraints:     437136
3367.29/3377.10	c #Conflicts:    5879000 | #Constraints:     438136
3367.29/3377.10	c #Conflicts:    5880000 | #Constraints:     439136
3367.29/3377.10	c #Conflicts:    5881000 | #Constraints:     440136
3367.29/3377.10	c #Conflicts:    5882000 | #Constraints:     441136
3367.29/3377.10	c #Conflicts:    5883000 | #Constraints:     442136
3367.29/3377.10	c #Conflicts:    5884000 | #Constraints:     443136
3367.29/3377.10	c #Conflicts:    5885000 | #Constraints:     444136
3367.29/3377.10	c #Conflicts:    5886000 | #Constraints:     445136
3367.29/3377.10	c #Conflicts:    5887000 | #Constraints:     446136
3367.29/3377.10	c #Conflicts:    5888000 | #Constraints:     447136
3367.29/3377.10	c #Conflicts:    5889000 | #Constraints:     448136
3367.29/3377.10	c #Conflicts:    5890000 | #Constraints:     449136
3367.29/3377.10	c #Conflicts:    5891000 | #Constraints:     450136
3367.29/3377.10	c #Conflicts:    5892000 | #Constraints:     451136
3367.29/3377.10	c #Conflicts:    5893000 | #Constraints:     452136
3367.29/3377.10	c #Conflicts:    5894000 | #Constraints:     453136
3367.29/3377.10	c #Conflicts:    5895000 | #Constraints:     454136
3367.29/3377.10	c #Conflicts:    5896000 | #Constraints:     455136
3367.29/3377.10	c #Conflicts:    5897000 | #Constraints:     456136
3367.29/3377.10	c #Conflicts:    5898000 | #Constraints:     457136
3367.29/3377.10	c #Conflicts:    5899000 | #Constraints:     458136
3367.29/3377.10	c #Conflicts:    5900000 | #Constraints:     459136
3367.29/3377.10	c #Conflicts:    5901000 | #Constraints:     460136
3367.29/3377.10	c #Conflicts:    5902000 | #Constraints:     461136
3367.29/3377.10	c #Conflicts:    5903000 | #Constraints:     462136
3367.29/3377.10	c #Conflicts:    5904000 | #Constraints:     463136
3367.29/3377.10	c INPROCESSING
3367.29/3377.10	c GARBAGE COLLECT
3367.29/3377.10	c rational objective 326.125
3394.09/3404.00	c #Conflicts:    5905000 | #Constraints:     321939
3394.09/3404.00	c #Conflicts:    5906000 | #Constraints:     322939
3394.09/3404.00	c #Conflicts:    5907000 | #Constraints:     323939
3394.09/3404.00	c #Conflicts:    5908000 | #Constraints:     324939
3394.09/3404.00	c #Conflicts:    5909000 | #Constraints:     325939
3394.09/3404.00	c #Conflicts:    5910000 | #Constraints:     326939
3394.09/3404.00	c #Conflicts:    5911000 | #Constraints:     327939
3394.09/3404.00	c #Conflicts:    5912000 | #Constraints:     328939
3394.09/3404.00	c #Conflicts:    5913000 | #Constraints:     329939
3394.09/3404.00	c #Conflicts:    5914000 | #Constraints:     330939
3394.09/3404.00	c #Conflicts:    5915000 | #Constraints:     331939
3394.09/3404.00	c #Conflicts:    5916000 | #Constraints:     332939
3394.09/3404.00	c #Conflicts:    5917000 | #Constraints:     333939
3394.09/3404.00	c #Conflicts:    5918000 | #Constraints:     334939
3394.09/3404.00	c #Conflicts:    5919000 | #Constraints:     335939
3394.09/3404.00	c #Conflicts:    5920000 | #Constraints:     336939
3394.09/3404.00	c #Conflicts:    5921000 | #Constraints:     337939
3394.09/3404.00	c #Conflicts:    5922000 | #Constraints:     338939
3394.09/3404.00	c #Conflicts:    5923000 | #Constraints:     339939
3394.09/3404.00	c #Conflicts:    5924000 | #Constraints:     340939
3394.09/3404.00	c #Conflicts:    5925000 | #Constraints:     341939
3394.09/3404.00	c #Conflicts:    5926000 | #Constraints:     342939
3394.09/3404.00	c #Conflicts:    5927000 | #Constraints:     343939
3394.09/3404.00	c #Conflicts:    5928000 | #Constraints:     344939
3394.09/3404.00	c #Conflicts:    5929000 | #Constraints:     345939
3394.09/3404.00	c #Conflicts:    5930000 | #Constraints:     346939
3394.09/3404.00	c #Conflicts:    5931000 | #Constraints:     347939
3394.09/3404.00	c #Conflicts:    5932000 | #Constraints:     348939
3394.09/3404.00	c #Conflicts:    5933000 | #Constraints:     349939
3394.09/3404.00	c #Conflicts:    5934000 | #Constraints:     350939
3394.09/3404.00	c #Conflicts:    5935000 | #Constraints:     351939
3394.09/3404.00	c #Conflicts:    5936000 | #Constraints:     352939
3394.09/3404.00	c #Conflicts:    5937000 | #Constraints:     353939
3394.09/3404.00	c #Conflicts:    5938000 | #Constraints:     354939
3394.09/3404.00	c #Conflicts:    5939000 | #Constraints:     355939
3394.09/3404.00	c #Conflicts:    5940000 | #Constraints:     356939
3394.09/3404.00	c #Conflicts:    5941000 | #Constraints:     357939
3394.09/3404.00	c #Conflicts:    5942000 | #Constraints:     358939
3394.09/3404.00	c #Conflicts:    5943000 | #Constraints:     359939
3394.09/3404.00	c #Conflicts:    5944000 | #Constraints:     360939
3394.09/3404.00	c #Conflicts:    5945000 | #Constraints:     361939
3394.09/3404.00	c #Conflicts:    5946000 | #Constraints:     362939
3394.09/3404.00	c #Conflicts:    5947000 | #Constraints:     363939
3394.09/3404.00	c #Conflicts:    5948000 | #Constraints:     364939
3394.09/3404.00	c #Conflicts:    5949000 | #Constraints:     365939
3394.09/3404.00	c #Conflicts:    5950000 | #Constraints:     366939
3394.09/3404.00	c #Conflicts:    5951000 | #Constraints:     367939
3394.09/3404.00	c #Conflicts:    5952000 | #Constraints:     368939
3394.09/3404.00	c #Conflicts:    5953000 | #Constraints:     369939
3394.09/3404.00	c #Conflicts:    5954000 | #Constraints:     370939
3394.09/3404.00	c #Conflicts:    5955000 | #Constraints:     371939
3394.09/3404.00	c #Conflicts:    5956000 | #Constraints:     372939
3394.09/3404.00	c #Conflicts:    5957000 | #Constraints:     373939
3394.09/3404.00	c #Conflicts:    5958000 | #Constraints:     374939
3394.09/3404.00	c #Conflicts:    5959000 | #Constraints:     375939
3394.09/3404.00	c #Conflicts:    5960000 | #Constraints:     376939
3394.09/3404.00	c #Conflicts:    5961000 | #Constraints:     377939
3394.09/3404.00	c #Conflicts:    5962000 | #Constraints:     378939
3394.09/3404.00	c #Conflicts:    5963000 | #Constraints:     379939
3394.09/3404.00	c #Conflicts:    5964000 | #Constraints:     380939
3394.09/3404.00	c #Conflicts:    5965000 | #Constraints:     381939
3394.09/3404.00	c #Conflicts:    5966000 | #Constraints:     382939
3394.09/3404.00	c #Conflicts:    5967000 | #Constraints:     383939
3394.09/3404.00	c #Conflicts:    5968000 | #Constraints:     384939
3394.09/3404.00	c #Conflicts:    5969000 | #Constraints:     385939
3394.09/3404.00	c #Conflicts:    5970000 | #Constraints:     386939
3394.09/3404.00	c INPROCESSING
3394.09/3404.00	c GARBAGE COLLECT
3394.09/3404.00	c rational objective 327.552
3424.68/3434.62	c #Conflicts:    5971000 | #Constraints:     306023
3424.68/3434.62	c #Conflicts:    5972000 | #Constraints:     307023
3424.68/3434.62	c #Conflicts:    5973000 | #Constraints:     308023
3424.68/3434.62	c #Conflicts:    5974000 | #Constraints:     309023
3424.68/3434.62	c #Conflicts:    5975000 | #Constraints:     310023
3424.68/3434.62	c #Conflicts:    5976000 | #Constraints:     311023
3424.68/3434.62	c #Conflicts:    5977000 | #Constraints:     312023
3424.68/3434.62	c #Conflicts:    5978000 | #Constraints:     313023
3424.68/3434.62	c #Conflicts:    5979000 | #Constraints:     314023
3424.68/3434.62	c #Conflicts:    5980000 | #Constraints:     315023
3424.68/3434.62	c #Conflicts:    5981000 | #Constraints:     316023
3424.68/3434.62	c #Conflicts:    5982000 | #Constraints:     317023
3424.68/3434.62	c #Conflicts:    5983000 | #Constraints:     318023
3424.68/3434.62	c #Conflicts:    5984000 | #Constraints:     319023
3424.68/3434.62	c #Conflicts:    5985000 | #Constraints:     320023
3424.68/3434.62	c #Conflicts:    5986000 | #Constraints:     321023
3424.68/3434.62	c #Conflicts:    5987000 | #Constraints:     322023
3424.68/3434.62	c #Conflicts:    5988000 | #Constraints:     323023
3424.68/3434.62	c #Conflicts:    5989000 | #Constraints:     324023
3424.68/3434.62	c #Conflicts:    5990000 | #Constraints:     325023
3424.68/3434.62	c #Conflicts:    5991000 | #Constraints:     326023
3424.68/3434.62	c #Conflicts:    5992000 | #Constraints:     327023
3424.68/3434.62	c #Conflicts:    5993000 | #Constraints:     328023
3424.68/3434.62	c #Conflicts:    5994000 | #Constraints:     329023
3424.68/3434.62	c #Conflicts:    5995000 | #Constraints:     330023
3424.68/3434.62	c #Conflicts:    5996000 | #Constraints:     331023
3424.68/3434.62	c #Conflicts:    5997000 | #Constraints:     332023
3424.68/3434.62	c #Conflicts:    5998000 | #Constraints:     333023
3424.68/3434.62	c #Conflicts:    5999000 | #Constraints:     334023
3424.68/3434.62	c #Conflicts:    6000000 | #Constraints:     335023
3424.68/3434.62	c #Conflicts:    6001000 | #Constraints:     336023
3424.68/3434.62	c #Conflicts:    6002000 | #Constraints:     337023
3424.68/3434.62	c #Conflicts:    6003000 | #Constraints:     338023
3424.68/3434.62	c #Conflicts:    6004000 | #Constraints:     339023
3424.68/3434.62	c #Conflicts:    6005000 | #Constraints:     340023
3424.68/3434.62	c #Conflicts:    6006000 | #Constraints:     341023
3424.68/3434.62	c #Conflicts:    6007000 | #Constraints:     342023
3424.68/3434.62	c #Conflicts:    6008000 | #Constraints:     343023
3424.68/3434.62	c #Conflicts:    6009000 | #Constraints:     344023
3424.68/3434.62	c #Conflicts:    6010000 | #Constraints:     345023
3424.68/3434.62	c #Conflicts:    6011000 | #Constraints:     346023
3424.68/3434.62	c #Conflicts:    6012000 | #Constraints:     347023
3424.68/3434.62	c #Conflicts:    6013000 | #Constraints:     348023
3424.68/3434.62	c #Conflicts:    6014000 | #Constraints:     349023
3424.68/3434.62	c #Conflicts:    6015000 | #Constraints:     350023
3424.68/3434.62	c #Conflicts:    6016000 | #Constraints:     351023
3424.68/3434.62	c #Conflicts:    6017000 | #Constraints:     352023
3424.68/3434.62	c #Conflicts:    6018000 | #Constraints:     353023
3424.68/3434.62	c #Conflicts:    6019000 | #Constraints:     354023
3424.68/3434.62	c #Conflicts:    6020000 | #Constraints:     355023
3424.68/3434.62	c #Conflicts:    6021000 | #Constraints:     356023
3424.68/3434.62	c #Conflicts:    6022000 | #Constraints:     357023
3424.68/3434.62	c #Conflicts:    6023000 | #Constraints:     358023
3424.68/3434.62	c #Conflicts:    6024000 | #Constraints:     359023
3424.68/3434.62	c #Conflicts:    6025000 | #Constraints:     360023
3424.68/3434.62	c #Conflicts:    6026000 | #Constraints:     361023
3424.68/3434.62	c #Conflicts:    6027000 | #Constraints:     362023
3424.68/3434.62	c #Conflicts:    6028000 | #Constraints:     363023
3424.68/3434.62	c #Conflicts:    6029000 | #Constraints:     364023
3424.68/3434.62	c #Conflicts:    6030000 | #Constraints:     365023
3424.68/3434.62	c #Conflicts:    6031000 | #Constraints:     366023
3424.68/3434.62	c #Conflicts:    6032000 | #Constraints:     367023
3424.68/3434.62	c #Conflicts:    6033000 | #Constraints:     368023
3424.68/3434.62	c #Conflicts:    6034000 | #Constraints:     369024
3424.68/3434.62	c #Conflicts:    6035000 | #Constraints:     370024
3424.68/3434.62	c #Conflicts:    6036000 | #Constraints:     371024
3424.68/3434.62	c #Conflicts:    6037000 | #Constraints:     372024
3424.68/3434.62	c #Conflicts:    6038000 | #Constraints:     373024
3424.68/3434.62	c #Conflicts:    6039000 | #Constraints:     374024
3424.68/3434.62	c #Conflicts:    6040000 | #Constraints:     375024
3424.68/3434.62	c #Conflicts:    6041000 | #Constraints:     376024
3424.68/3434.62	c #Conflicts:    6042000 | #Constraints:     377024
3424.68/3434.62	c #Conflicts:    6043000 | #Constraints:     378024
3424.68/3434.62	c #Conflicts:    6044000 | #Constraints:     379024
3424.68/3434.62	c #Conflicts:    6045000 | #Constraints:     380024
3424.68/3434.62	c #Conflicts:    6046000 | #Constraints:     381024
3424.68/3434.62	c #Conflicts:    6047000 | #Constraints:     382024
3424.68/3434.62	c #Conflicts:    6048000 | #Constraints:     383024
3424.68/3434.62	c #Conflicts:    6049000 | #Constraints:     384024
3466.63/3476.78	c #Conflicts:    6050000 | #Constraints:     385024
3466.63/3476.78	c #Conflicts:    6051000 | #Constraints:     386024
3466.63/3476.78	c #Conflicts:    6052000 | #Constraints:     387024
3466.63/3476.78	c #Conflicts:    6053000 | #Constraints:     388024
3466.63/3476.78	c #Conflicts:    6054000 | #Constraints:     389024
3466.63/3476.78	c #Conflicts:    6055000 | #Constraints:     390024
3466.63/3476.78	c #Conflicts:    6056000 | #Constraints:     391024
3466.63/3476.78	c #Conflicts:    6057000 | #Constraints:     392024
3466.63/3476.78	c #Conflicts:    6058000 | #Constraints:     393024
3466.63/3476.78	c #Conflicts:    6059000 | #Constraints:     394024
3466.63/3476.78	c #Conflicts:    6060000 | #Constraints:     395024
3466.63/3476.78	c #Conflicts:    6061000 | #Constraints:     396024
3466.63/3476.78	c #Conflicts:    6062000 | #Constraints:     397024
3466.63/3476.78	c #Conflicts:    6063000 | #Constraints:     398024
3466.63/3476.78	c #Conflicts:    6064000 | #Constraints:     399024
3466.63/3476.78	c #Conflicts:    6065000 | #Constraints:     400024
3466.63/3476.78	c #Conflicts:    6066000 | #Constraints:     401025
3466.63/3476.78	c #Conflicts:    6067000 | #Constraints:     402025
3466.63/3476.78	c #Conflicts:    6068000 | #Constraints:     403025
3466.63/3476.78	c #Conflicts:    6069000 | #Constraints:     404025
3466.63/3476.78	c #Conflicts:    6070000 | #Constraints:     405025
3466.63/3476.78	c #Conflicts:    6071000 | #Constraints:     406026
3466.63/3476.78	c #Conflicts:    6072000 | #Constraints:     407026
3466.63/3476.78	c #Conflicts:    6073000 | #Constraints:     408026
3466.63/3476.78	c #Conflicts:    6074000 | #Constraints:     409026
3466.63/3476.78	c #Conflicts:    6075000 | #Constraints:     410026
3466.63/3476.78	c #Conflicts:    6076000 | #Constraints:     411026
3466.63/3476.78	c #Conflicts:    6077000 | #Constraints:     412026
3466.63/3476.78	c #Conflicts:    6078000 | #Constraints:     413026
3466.63/3476.78	c #Conflicts:    6079000 | #Constraints:     414026
3466.63/3476.78	c #Conflicts:    6080000 | #Constraints:     415026
3466.63/3476.78	c #Conflicts:    6081000 | #Constraints:     416026
3466.63/3476.78	c #Conflicts:    6082000 | #Constraints:     417026
3466.63/3476.78	c #Conflicts:    6083000 | #Constraints:     418026
3466.63/3476.78	c #Conflicts:    6084000 | #Constraints:     419026
3466.63/3476.78	c #Conflicts:    6085000 | #Constraints:     420026
3466.63/3476.78	c #Conflicts:    6086000 | #Constraints:     421026
3466.63/3476.78	c #Conflicts:    6087000 | #Constraints:     422026
3466.63/3476.78	c #Conflicts:    6088000 | #Constraints:     423026
3466.63/3476.78	c #Conflicts:    6089000 | #Constraints:     424026
3466.63/3476.78	c #Conflicts:    6090000 | #Constraints:     425026
3466.63/3476.78	c #Conflicts:    6091000 | #Constraints:     426026
3466.63/3476.78	c #Conflicts:    6092000 | #Constraints:     427026
3466.63/3476.78	c #Conflicts:    6093000 | #Constraints:     428026
3466.63/3476.78	c #Conflicts:    6094000 | #Constraints:     429026
3466.63/3476.78	c #Conflicts:    6095000 | #Constraints:     430026
3466.63/3476.78	c #Conflicts:    6096000 | #Constraints:     431026
3466.63/3476.78	c #Conflicts:    6097000 | #Constraints:     432026
3466.63/3476.78	c #Conflicts:    6098000 | #Constraints:     433026
3466.63/3476.78	c #Conflicts:    6099000 | #Constraints:     434026
3466.63/3476.78	c #Conflicts:    6100000 | #Constraints:     435026
3466.63/3476.78	c #Conflicts:    6101000 | #Constraints:     436026
3466.63/3476.78	c #Conflicts:    6102000 | #Constraints:     437026
3466.63/3476.78	c #Conflicts:    6103000 | #Constraints:     438026
3466.63/3476.78	c #Conflicts:    6104000 | #Constraints:     439026
3466.63/3476.78	c #Conflicts:    6105000 | #Constraints:     440026
3466.63/3476.78	c #Conflicts:    6106000 | #Constraints:     441026
3466.63/3476.78	c #Conflicts:    6107000 | #Constraints:     442033
3466.63/3476.78	c #Conflicts:    6108000 | #Constraints:     443033
3466.63/3476.78	c #Conflicts:    6109000 | #Constraints:     444033
3466.63/3476.78	c #Conflicts:    6110000 | #Constraints:     445033
3466.63/3476.78	c #Conflicts:    6111000 | #Constraints:     446033
3466.63/3476.78	c #Conflicts:    6112000 | #Constraints:     447033
3466.63/3476.78	c #Conflicts:    6113000 | #Constraints:     448033
3466.63/3476.78	c #Conflicts:    6114000 | #Constraints:     449033
3466.63/3476.78	c #Conflicts:    6115000 | #Constraints:     450033
3466.63/3476.78	c #Conflicts:    6116000 | #Constraints:     451033
3466.63/3476.78	c #Conflicts:    6117000 | #Constraints:     452033
3466.63/3476.78	c #Conflicts:    6118000 | #Constraints:     453033
3466.63/3476.78	c #Conflicts:    6119000 | #Constraints:     454033
3466.63/3476.78	c #Conflicts:    6120000 | #Constraints:     455033
3466.63/3476.78	c #Conflicts:    6121000 | #Constraints:     456033
3466.63/3476.78	c #Conflicts:    6122000 | #Constraints:     457033
3466.63/3476.78	c #Conflicts:    6123000 | #Constraints:     458033
3466.63/3476.78	c #Conflicts:    6124000 | #Constraints:     459033
3466.63/3476.78	c #Conflicts:    6125000 | #Constraints:     460033
3466.63/3476.78	c #Conflicts:    6126000 | #Constraints:     461033
3466.63/3476.78	c #Conflicts:    6127000 | #Constraints:     462033
3466.63/3476.78	c #Conflicts:    6128000 | #Constraints:     463033
3523.94/3534.28	c #Conflicts:    6129000 | #Constraints:     464033
3523.94/3534.28	c #Conflicts:    6130000 | #Constraints:     465033
3523.94/3534.28	c #Conflicts:    6131000 | #Constraints:     466033
3523.94/3534.28	c #Conflicts:    6132000 | #Constraints:     467033
3523.94/3534.28	c #Conflicts:    6133000 | #Constraints:     468033
3523.94/3534.28	c #Conflicts:    6134000 | #Constraints:     469033
3523.94/3534.28	c INPROCESSING
3523.94/3534.28	c GARBAGE COLLECT
3523.94/3534.28	c #Conflicts:    6135000 | #Constraints:     324571
3523.94/3534.28	c #Conflicts:    6136000 | #Constraints:     325571
3523.94/3534.28	c #Conflicts:    6137000 | #Constraints:     326571
3523.94/3534.28	c #Conflicts:    6138000 | #Constraints:     327571
3523.94/3534.28	c #Conflicts:    6139000 | #Constraints:     328571
3523.94/3534.28	c #Conflicts:    6140000 | #Constraints:     329571
3523.94/3534.28	c #Conflicts:    6141000 | #Constraints:     330571
3523.94/3534.28	c #Conflicts:    6142000 | #Constraints:     331571
3523.94/3534.28	c #Conflicts:    6143000 | #Constraints:     332571
3523.94/3534.28	c #Conflicts:    6144000 | #Constraints:     333571
3523.94/3534.28	c #Conflicts:    6145000 | #Constraints:     334571
3523.94/3534.28	c #Conflicts:    6146000 | #Constraints:     335571
3523.94/3534.28	c #Conflicts:    6147000 | #Constraints:     336571
3523.94/3534.28	c #Conflicts:    6148000 | #Constraints:     337571
3523.94/3534.28	c #Conflicts:    6149000 | #Constraints:     338571
3523.94/3534.28	c #Conflicts:    6150000 | #Constraints:     339571
3523.94/3534.28	c #Conflicts:    6151000 | #Constraints:     340571
3523.94/3534.28	c #Conflicts:    6152000 | #Constraints:     341571
3523.94/3534.28	c #Conflicts:    6153000 | #Constraints:     342571
3523.94/3534.28	c #Conflicts:    6154000 | #Constraints:     343571
3523.94/3534.28	c #Conflicts:    6155000 | #Constraints:     344571
3523.94/3534.28	c #Conflicts:    6156000 | #Constraints:     345571
3523.94/3534.28	c #Conflicts:    6157000 | #Constraints:     346571
3523.94/3534.28	c #Conflicts:    6158000 | #Constraints:     347571
3523.94/3534.28	c #Conflicts:    6159000 | #Constraints:     348571
3523.94/3534.28	c #Conflicts:    6160000 | #Constraints:     349571
3523.94/3534.28	c #Conflicts:    6161000 | #Constraints:     350571
3523.94/3534.28	c #Conflicts:    6162000 | #Constraints:     351571
3523.94/3534.28	c #Conflicts:    6163000 | #Constraints:     352571
3523.94/3534.28	c #Conflicts:    6164000 | #Constraints:     353571
3523.94/3534.28	c #Conflicts:    6165000 | #Constraints:     354571
3523.94/3534.28	c #Conflicts:    6166000 | #Constraints:     355571
3523.94/3534.28	c #Conflicts:    6167000 | #Constraints:     356571
3523.94/3534.28	c #Conflicts:    6168000 | #Constraints:     357571
3523.94/3534.28	c #Conflicts:    6169000 | #Constraints:     358571
3523.94/3534.28	c #Conflicts:    6170000 | #Constraints:     359571
3523.94/3534.28	c #Conflicts:    6171000 | #Constraints:     360571
3523.94/3534.28	c #Conflicts:    6172000 | #Constraints:     361571
3523.94/3534.28	c #Conflicts:    6173000 | #Constraints:     362571
3523.94/3534.28	c #Conflicts:    6174000 | #Constraints:     363571
3523.94/3534.28	c #Conflicts:    6175000 | #Constraints:     364571
3523.94/3534.28	c #Conflicts:    6176000 | #Constraints:     365571
3523.94/3534.28	c #Conflicts:    6177000 | #Constraints:     366571
3523.94/3534.28	c #Conflicts:    6178000 | #Constraints:     367571
3523.94/3534.28	c #Conflicts:    6179000 | #Constraints:     368571
3523.94/3534.28	c #Conflicts:    6180000 | #Constraints:     369571
3523.94/3534.28	c #Conflicts:    6181000 | #Constraints:     370571
3523.94/3534.28	c #Conflicts:    6182000 | #Constraints:     371571
3523.94/3534.28	c #Conflicts:    6183000 | #Constraints:     372571
3523.94/3534.28	c #Conflicts:    6184000 | #Constraints:     373571
3523.94/3534.28	c #Conflicts:    6185000 | #Constraints:     374571
3523.94/3534.28	c #Conflicts:    6186000 | #Constraints:     375571
3523.94/3534.28	c #Conflicts:    6187000 | #Constraints:     376571
3523.94/3534.28	c #Conflicts:    6188000 | #Constraints:     377571
3523.94/3534.28	c #Conflicts:    6189000 | #Constraints:     378571
3523.94/3534.28	c #Conflicts:    6190000 | #Constraints:     379571
3523.94/3534.28	c #Conflicts:    6191000 | #Constraints:     380571
3523.94/3534.28	c #Conflicts:    6192000 | #Constraints:     381571
3523.94/3534.28	c #Conflicts:    6193000 | #Constraints:     382571
3523.94/3534.28	c #Conflicts:    6194000 | #Constraints:     383571
3523.94/3534.28	c #Conflicts:    6195000 | #Constraints:     384571
3523.94/3534.28	c #Conflicts:    6196000 | #Constraints:     385571
3523.94/3534.28	c #Conflicts:    6197000 | #Constraints:     386571
3523.94/3534.28	c #Conflicts:    6198000 | #Constraints:     387571
3523.94/3534.28	c #Conflicts:    6199000 | #Constraints:     388571
3523.94/3534.28	c #Conflicts:    6200000 | #Constraints:     389571
3523.94/3534.28	c #Conflicts:    6201000 | #Constraints:     390571
3523.94/3534.28	c #Conflicts:    6202000 | #Constraints:     391571
3523.94/3534.28	c INPROCESSING
3523.94/3534.28	c GARBAGE COLLECT
3523.94/3534.28	c #Conflicts:    6203000 | #Constraints:     309552
3523.94/3534.28	c #Conflicts:    6204000 | #Constraints:     310552
3523.94/3534.28	c #Conflicts:    6205000 | #Constraints:     311552
3523.94/3534.28	c #Conflicts:    6206000 | #Constraints:     312552
3540.08/3550.49	c #Conflicts:    6207000 | #Constraints:     313552
3540.08/3550.49	c #Conflicts:    6208000 | #Constraints:     314552
3540.08/3550.49	c #Conflicts:    6209000 | #Constraints:     315552
3540.08/3550.49	c #Conflicts:    6210000 | #Constraints:     316552
3540.08/3550.49	c #Conflicts:    6211000 | #Constraints:     317552
3540.08/3550.49	c #Conflicts:    6212000 | #Constraints:     318552
3540.08/3550.49	c #Conflicts:    6213000 | #Constraints:     319552
3540.08/3550.49	c #Conflicts:    6214000 | #Constraints:     320552
3540.08/3550.49	c #Conflicts:    6215000 | #Constraints:     321552
3540.08/3550.49	c #Conflicts:    6216000 | #Constraints:     322552
3540.08/3550.49	c #Conflicts:    6217000 | #Constraints:     323552
3540.08/3550.49	c #Conflicts:    6218000 | #Constraints:     324552
3540.08/3550.49	c #Conflicts:    6219000 | #Constraints:     325552
3540.08/3550.49	c #Conflicts:    6220000 | #Constraints:     326552
3540.08/3550.49	c #Conflicts:    6221000 | #Constraints:     327552
3540.08/3550.49	c #Conflicts:    6222000 | #Constraints:     328552
3540.08/3550.49	c #Conflicts:    6223000 | #Constraints:     329552
3540.08/3550.49	c #Conflicts:    6224000 | #Constraints:     330552
3540.08/3550.49	c #Conflicts:    6225000 | #Constraints:     331552
3540.08/3550.49	c #Conflicts:    6226000 | #Constraints:     332552
3540.08/3550.49	c #Conflicts:    6227000 | #Constraints:     333552
3540.08/3550.49	c #Conflicts:    6228000 | #Constraints:     334552
3540.08/3550.49	c #Conflicts:    6229000 | #Constraints:     335552
3540.08/3550.49	c #Conflicts:    6230000 | #Constraints:     336552
3540.08/3550.49	c #Conflicts:    6231000 | #Constraints:     337552
3540.08/3550.49	c #Conflicts:    6232000 | #Constraints:     338552
3540.08/3550.49	c #Conflicts:    6233000 | #Constraints:     339552
3540.08/3550.49	c #Conflicts:    6234000 | #Constraints:     340552
3540.08/3550.49	c #Conflicts:    6235000 | #Constraints:     341552
3540.08/3550.49	c #Conflicts:    6236000 | #Constraints:     342552
3540.08/3550.49	c #Conflicts:    6237000 | #Constraints:     343552
3540.08/3550.49	c #Conflicts:    6238000 | #Constraints:     344552
3540.08/3550.49	c #Conflicts:    6239000 | #Constraints:     345552
3540.08/3550.49	c #Conflicts:    6240000 | #Constraints:     346552
3540.08/3550.49	c #Conflicts:    6241000 | #Constraints:     347552
3540.08/3550.49	c #Conflicts:    6242000 | #Constraints:     348552
3540.08/3550.49	c #Conflicts:    6243000 | #Constraints:     349552
3540.08/3550.49	c #Conflicts:    6244000 | #Constraints:     350552
3540.08/3550.49	c #Conflicts:    6245000 | #Constraints:     351552
3540.08/3550.49	c #Conflicts:    6246000 | #Constraints:     352552
3540.08/3550.49	c #Conflicts:    6247000 | #Constraints:     353552
3540.08/3550.49	c #Conflicts:    6248000 | #Constraints:     354552
3540.08/3550.49	c #Conflicts:    6249000 | #Constraints:     355552
3540.08/3550.49	c #Conflicts:    6250000 | #Constraints:     356552
3540.08/3550.49	WSVECS04 Frhs2[35]: 6 -105.5 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[36]: 6 -105.5 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[114]: 6 -112 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[173]: 6 0 1.10006 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[174]: 6 0 1.10006 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[224]: 6 0 1.10002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[344]: 6 0 1.10006 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[393]: 6 0 1.10004 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[621]: 6 0 1.10004 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[671]: 6 0 1.10003 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[775]: 6 0 2.00002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1034]: 6 0 1.10005 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1061]: 6 -70.0001 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1064]: 6 -41.5001 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1065]: 6 -37.5001 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1068]: 6 -38.5001 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1070]: 6 -36.5 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1071]: 6 -43.5 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1609]: 6 0 1.10002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1637]: 6 -95 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1659]: 6 0 1.10003 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1660]: 6 0 1.10006 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1791]: 6 0 3.00003 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1793]: 6 0 3.00002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[1800]: 6 -1.00008 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2097]: 6 -1.00002 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2283]: 6 -1.00004 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2301]: 6 0 4.00001 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2310]: 6 -1.00005 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2326]: 6 0 4.00003 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2327]: 6 0 4.00004 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2333]: 6 0 4.00004 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2335]: 6 0 4.00003 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2376]: 6 -2.00004 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2377]: 6 -1.00002 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2378]: 6 -2.00004 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2379]: 6 -1.75003 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2382]: 6 -3.00003 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2392]: 6 -3.50005 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2395]: 6 -1.00007 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2396]: 6 -1.00004 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2403]: 6 -38.0001 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2406]: 6 -60.3334 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2407]: 6 -34.3334 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2409]: 6 -25.0001 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2410]: 6 -75.3334 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2440]: 6 -3.25009 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2454]: 6 -1.00006 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2455]: 6 -1.00009 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2464]: 6 -10.5 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2550]: 6 0 4.00004 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2551]: 6 0 4.00007 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2552]: 6 0 4.00009 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2553]: 6 0 4.00002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2554]: 6 0 4.0001 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2555]: 6 0 4.00001 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2561]: 6 -1.00009 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2564]: 6 -1.00004 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[2739]: 6 0 4.00002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[3050]: 6 -1.00002 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[3746]: 6 0 4.00007 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[3748]: 6 0 4.00003 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[3749]: 6 0 4.00005 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[3751]: 6 0 4.00003 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[3753]: 6 0 4.00002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[3754]: 6 0 4.00001 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[3755]: 6 0 4.00004 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4008]: 6 -1.00006 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4314]: 6 0 4.00005 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4315]: 6 0 4.00005 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4316]: 6 0 4.00005 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4318]: 6 0 4.00005 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4340]: 6 0 4.00003 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4342]: 6 0 4.00002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4343]: 6 0 4.00005 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4344]: 6 0 4.00007 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4347]: 6 0 4.00001 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4349]: 6 0 4.00005 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[4494]: 6 -1.00002 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5007]: 6 -1.00005 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5010]: 6 -1.00002 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5402]: 6 0 4.50002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5405]: 6 0 4.50002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5415]: 6 -1.00002 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5418]: 6 -1.00008 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5432]: 6 0 1.00002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5435]: 6 0 1.00006 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5577]: 6 -1.00002 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5682]: 6 -1.00005 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[5709]: 6 -1.00005 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[6070]: 6 0 1.10006 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[6119]: 6 0 1.10007 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[6142]: 6 0 2.00003 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[6147]: 6 0 2.00004 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7167]: 6 0 5.50002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7170]: 6 0 5.50001 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7841]: 6 0 4.00008 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7842]: 6 0 4.00006 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7848]: 6 0 5.00004 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7853]: 6 0 5.00009 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7862]: 6 0 1.00002 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7871]: 6 0 1.00004 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7881]: 6 0 2.00005 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7882]: 6 0 2.00006 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7903]: 6 0 4.00003 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7911]: 6 -1.00007 0 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7921]: 6 0 1.00009 shouldn't be
3540.08/3550.49	WSVECS04 Frhs2[7933]: 6 -1.00006 0 shouldn't be
3577.16/3587.66	c #Conflicts:    6251000 | #Constraints:     357553
3577.16/3587.66	c #Conflicts:    6252000 | #Constraints:     358553
3577.16/3587.66	c #Conflicts:    6253000 | #Constraints:     359553
3577.16/3587.66	c #Conflicts:    6254000 | #Constraints:     360553
3577.16/3587.66	c #Conflicts:    6255000 | #Constraints:     361553
3577.16/3587.66	c #Conflicts:    6256000 | #Constraints:     362553
3577.16/3587.66	c #Conflicts:    6257000 | #Constraints:     363553
3577.16/3587.66	c #Conflicts:    6258000 | #Constraints:     364553
3577.16/3587.66	c #Conflicts:    6259000 | #Constraints:     365553
3577.16/3587.66	c #Conflicts:    6260000 | #Constraints:     366553
3577.16/3587.66	c #Conflicts:    6261000 | #Constraints:     367553
3577.16/3587.66	c #Conflicts:    6262000 | #Constraints:     368553
3577.16/3587.66	c #Conflicts:    6263000 | #Constraints:     369553
3577.16/3587.66	c #Conflicts:    6264000 | #Constraints:     370553
3577.16/3587.66	c #Conflicts:    6265000 | #Constraints:     371553
3577.16/3587.66	c #Conflicts:    6266000 | #Constraints:     372553
3577.16/3587.66	c #Conflicts:    6267000 | #Constraints:     373553
3577.16/3587.66	c #Conflicts:    6268000 | #Constraints:     374553
3577.16/3587.66	c #Conflicts:    6269000 | #Constraints:     375553
3577.16/3587.66	c #Conflicts:    6270000 | #Constraints:     376553
3577.16/3587.66	c #Conflicts:    6271000 | #Constraints:     377553
3577.16/3587.66	c #Conflicts:    6272000 | #Constraints:     378553
3577.16/3587.66	c #Conflicts:    6273000 | #Constraints:     379553
3577.16/3587.66	c #Conflicts:    6274000 | #Constraints:     380553
3577.16/3587.66	c #Conflicts:    6275000 | #Constraints:     381553
3577.16/3587.66	c #Conflicts:    6276000 | #Constraints:     382553
3577.16/3587.66	c #Conflicts:    6277000 | #Constraints:     383553
3577.16/3587.66	c #Conflicts:    6278000 | #Constraints:     384553
3577.16/3587.66	c #Conflicts:    6279000 | #Constraints:     385553
3577.16/3587.66	c #Conflicts:    6280000 | #Constraints:     386553
3577.16/3587.66	c #Conflicts:    6281000 | #Constraints:     387553
3577.16/3587.66	c #Conflicts:    6282000 | #Constraints:     388553
3577.16/3587.66	c #Conflicts:    6283000 | #Constraints:     389553
3577.16/3587.66	c #Conflicts:    6284000 | #Constraints:     390553
3577.16/3587.66	c #Conflicts:    6285000 | #Constraints:     391553
3577.16/3587.66	c #Conflicts:    6286000 | #Constraints:     392553
3577.16/3587.66	c #Conflicts:    6287000 | #Constraints:     393553
3577.16/3587.66	c #Conflicts:    6288000 | #Constraints:     394553
3577.16/3587.66	c #Conflicts:    6289000 | #Constraints:     395553
3577.16/3587.66	c #Conflicts:    6290000 | #Constraints:     396553
3577.16/3587.66	c #Conflicts:    6291000 | #Constraints:     397553
3577.16/3587.66	c #Conflicts:    6292000 | #Constraints:     398553
3577.16/3587.66	c #Conflicts:    6293000 | #Constraints:     399553
3577.16/3587.66	c #Conflicts:    6294000 | #Constraints:     400553
3577.16/3587.66	c #Conflicts:    6295000 | #Constraints:     401553
3577.16/3587.66	c #Conflicts:    6296000 | #Constraints:     402553
3577.16/3587.66	c #Conflicts:    6297000 | #Constraints:     403553
3577.16/3587.66	c #Conflicts:    6298000 | #Constraints:     404553
3577.16/3587.66	c #Conflicts:    6299000 | #Constraints:     405553
3577.16/3587.66	c #Conflicts:    6300000 | #Constraints:     406553
3577.16/3587.66	c #Conflicts:    6301000 | #Constraints:     407553
3577.16/3587.66	c #Conflicts:    6302000 | #Constraints:     408553
3577.16/3587.66	c #Conflicts:    6303000 | #Constraints:     409553
3577.16/3587.66	c #Conflicts:    6304000 | #Constraints:     410553
3577.16/3587.66	c #Conflicts:    6305000 | #Constraints:     411553
3577.16/3587.66	c #Conflicts:    6306000 | #Constraints:     412553
3577.16/3587.66	c #Conflicts:    6307000 | #Constraints:     413553
3577.16/3587.66	c #Conflicts:    6308000 | #Constraints:     414553
3577.16/3587.66	c #Conflicts:    6309000 | #Constraints:     415553
3577.16/3587.66	c #Conflicts:    6310000 | #Constraints:     416553
3577.16/3587.66	c #Conflicts:    6311000 | #Constraints:     417553
3577.16/3587.66	c #Conflicts:    6312000 | #Constraints:     418553
3577.16/3587.66	c #Conflicts:    6313000 | #Constraints:     419553
3577.16/3587.66	c #Conflicts:    6314000 | #Constraints:     420553
3577.16/3587.66	c #Conflicts:    6315000 | #Constraints:     421553
3577.16/3587.66	c #Conflicts:    6316000 | #Constraints:     422553
3577.16/3587.66	c #Conflicts:    6317000 | #Constraints:     423553
3577.16/3587.66	c #Conflicts:    6318000 | #Constraints:     424553
3577.16/3587.66	c #Conflicts:    6319000 | #Constraints:     425553
3577.16/3587.66	c #Conflicts:    6320000 | #Constraints:     426553
3577.16/3587.66	c #Conflicts:    6321000 | #Constraints:     427553
3577.16/3587.66	c #Conflicts:    6322000 | #Constraints:     428553
3577.16/3587.66	c #Conflicts:    6323000 | #Constraints:     429553
3577.16/3587.66	c #Conflicts:    6324000 | #Constraints:     430553
3577.16/3587.66	c #Conflicts:    6325000 | #Constraints:     431553
3577.16/3587.66	c #Conflicts:    6326000 | #Constraints:     432553
3577.16/3587.66	c #Conflicts:    6327000 | #Constraints:     433553
3577.16/3587.66	c #Conflicts:    6328000 | #Constraints:     434553
3577.16/3587.66	c #Conflicts:    6329000 | #Constraints:     435553
3600.09/3610.60	c #Conflicts:    6330000 | #Constraints:     436553
3600.09/3610.60	c #Conflicts:    6331000 | #Constraints:     437553
3600.09/3610.60	c #Conflicts:    6332000 | #Constraints:     438553
3600.09/3610.60	c #Conflicts:    6333000 | #Constraints:     439553
3600.09/3610.60	c #Conflicts:    6334000 | #Constraints:     440553
3600.09/3610.60	c #Conflicts:    6335000 | #Constraints:     441553
3600.09/3610.60	c #Conflicts:    6336000 | #Constraints:     442553
3600.09/3610.60	c #Conflicts:    6337000 | #Constraints:     443553
3600.09/3610.60	c #Conflicts:    6338000 | #Constraints:     444553
3600.09/3610.60	c #Conflicts:    6339000 | #Constraints:     445553
3600.09/3610.60	c #Conflicts:    6340000 | #Constraints:     446553
3600.09/3610.60	c #Conflicts:    6341000 | #Constraints:     447553
3600.09/3610.60	c #Conflicts:    6342000 | #Constraints:     448553
3600.09/3610.60	c #Conflicts:    6343000 | #Constraints:     449553
3600.09/3610.60	c #Conflicts:    6344000 | #Constraints:     450553
3600.09/3610.60	c #Conflicts:    6345000 | #Constraints:     451553
3600.09/3610.60	c #Conflicts:    6346000 | #Constraints:     452553
3600.09/3610.60	c #Conflicts:    6347000 | #Constraints:     453553
3600.09/3610.60	c #Conflicts:    6348000 | #Constraints:     454553
3600.09/3610.60	c #Conflicts:    6349000 | #Constraints:     455553
3600.09/3610.60	c #Conflicts:    6350000 | #Constraints:     456553
3600.09/3610.60	c #Conflicts:    6351000 | #Constraints:     457553
3600.09/3610.60	c #Conflicts:    6352000 | #Constraints:     458553
3600.09/3610.60	c #Conflicts:    6353000 | #Constraints:     459553
3600.09/3610.60	c #Conflicts:    6354000 | #Constraints:     460553
3600.09/3610.60	c #Conflicts:    6355000 | #Constraints:     461553
3600.09/3610.60	c #Conflicts:    6356000 | #Constraints:     462553
3600.09/3610.60	c #Conflicts:    6357000 | #Constraints:     463553
3600.09/3610.60	c #Conflicts:    6358000 | #Constraints:     464553
3600.09/3610.60	c #Conflicts:    6359000 | #Constraints:     465553
3600.09/3610.60	c #Conflicts:    6360000 | #Constraints:     466553
3600.09/3610.60	c #Conflicts:    6361000 | #Constraints:     467553
3600.09/3610.60	c cpu time 3566.99 s
3600.09/3610.60	c deterministic time 50983023732 5.10e+10
3600.09/3610.60	c optimization time 81.1054 s
3600.09/3610.60	c total solve time 3485.08 s
3600.09/3610.60	c core-guided solve time 0 s
3600.09/3610.60	c propagation time 1478.57 s
3600.09/3610.60	c conflict analysis time 447.55 s
3600.09/3610.60	c propagations 1975939884
3600.09/3610.60	c resolve steps 146177032
3600.09/3610.60	c decisions 18690458
3600.09/3610.60	c conflicts 6361864
3600.09/3610.60	c restarts 10237
3600.09/3610.60	c inprocessing phases 109
3600.09/3610.60	c garbage collections 97 ,( 88.99 )
3600.09/3610.60	c input clauses 159215 ,( 89.89 )
3600.09/3610.60	c input cardinalities 564 ,( 0.32 )
3600.09/3610.60	c input general constraints 17346 ,( 9.79 )
3600.09/3610.60	c input average constraint length 3.86
3600.09/3610.60	c input average constraint degree 1.12
3600.09/3610.60	c learned clauses 6360178 ,( 99.97 )
3600.09/3610.60	c learned cardinalities 1148 ,( 0.02 )
3600.09/3610.60	c learned general constraints 829 ,( 0.01 )
3600.09/3610.60	c learned average constraint length 107.60
3600.09/3610.60	c learned average constraint degree 85593.56
3600.09/3610.60	c watched  CF 32, 64, 128, Arb: 257 , 0 , 0 , 0
3600.09/3610.60	c counting CF 32, 64, 128, Arb: 17918 , 0 , 0 , 0
3600.09/3610.60	c watched   constraints 257 ,( 1.41 ) 
3600.09/3610.60	c counting  constraints 17918 ,( 98.59 ) 
3600.09/3610.60	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 11069285275 , 6566609 , 107244668 ,( 81967 , 107162701 )
3600.09/3610.60	c gcd simplifications 5162
3600.09/3610.60	c detected cardinalities 48
3600.09/3610.60	c weakened non-implied lits 2892619
3600.09/3610.60	c weakened non-implying lits 8050
3600.09/3610.60	c original variables 7936
3600.09/3610.60	c clausal propagations 1950808731
3600.09/3610.60	c cardinality propagations 3633507
3600.09/3610.60	c watched propagations 2061
3600.09/3610.60	c counting propagations 15122761
3600.09/3610.60	c watch lookups 13196573026
3600.09/3610.60	c watch backjump lookups 0
3600.09/3610.60	c watch checks 29497007932
3600.09/3610.60	c propagation checks 2256877752
3600.09/3610.60	c constraint additions 2035643334
3600.09/3610.60	c trail pops 2000990447
3600.09/3610.60	c formula constraints 177125
3600.09/3610.60	c learned constraints 6361863
3600.09/3610.60	c bound constraints 0
3600.09/3610.60	c core-guided constraints 0
3600.09/3610.60	c encountered formula constraints 90116121
3600.09/3610.60	c encountered learned constraints 62403515
3600.09/3610.60	c encountered bound constraints 0
3600.09/3610.60	c encountered core-guided constraints 0
3600.09/3610.60	c LP total time 1591.99 s
3600.09/3610.60	c LP solve time 1567.93 s
3600.09/3610.60	c LP constraints added 177719
3600.09/3610.60	c LP constraints removed 464
3600.09/3610.60	c LP pivots internal 639072
3600.09/3610.60	c LP pivots root 661826
3600.09/3610.60	c LP calls 317
3600.09/3610.60	c LP optimalities 54
3600.09/3610.60	c LP no pivot count 0
3600.09/3610.60	c LP infeasibilities 243
3600.09/3610.60	c LP valid Farkas constraints 243
3600.09/3610.60	c LP learned Farkas constraints 0
3600.09/3610.60	c LP basis resets 13
3600.09/3610.60	c LP cycling count 6
3600.09/3610.60	c LP singular count 2
3600.09/3610.60	c LP no primal count 0
3600.09/3610.60	c LP no farkas count 0
3600.09/3610.60	c LP other issue count 5
3600.09/3610.60	c LP Gomory cuts 49
3600.09/3610.60	c LP learned cuts 545
3600.09/3610.60	c LP deleted cuts 464
3600.09/3610.60	c LP encountered Gomory constraints 19260
3600.09/3610.60	c LP encountered Farkas constraints 0
3600.09/3610.60	c LP encountered learned Farkas constraints 0
3600.09/3610.60	c CG auxiliary variables introduced 0
3600.09/3610.60	c CG solutions found 0
3600.09/3610.60	c CG cores constructed 0
3600.09/3610.60	c CG core cardinality constraints returned 0
3600.09/3610.60	c CG unit cores 0
3600.09/3610.60	c CG single cores 0
3600.09/3610.60	c CG blocks removed during cardinality reduction 0
3600.09/3610.60	c CG first core best 0
3600.09/3610.60	c CG decision core best 0
3600.09/3610.60	c CG core reduction tie 0
3600.09/3610.60	c CG core degree average 0.00
3600.09/3610.60	c CG core slack average 0.00
3600.09/3610.60	c CG core upper bound improvements 0
3600.09/3610.60	c STR number of successful calls 0
3600.09/3610.60	c STR number of unsuccessful calls 0
3600.09/3610.60	c STR number of inconclusive calls 0
3600.09/3610.60	c STR number of successful attempts 0
3600.09/3610.60	c STR number of unsuccessful attempts 0
3600.09/3610.60	c STR number of inconclusive attempts 0
3600.09/3610.60	c STR average degree increase per successful call inf
3600.09/3610.60	c STR average degree increase per successful attempt inf
3600.09/3610.60	c STR total number of conflicts for successful attempts 0
3600.09/3610.60	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3610.60	c STR total number of conflicts for inconclusive attempts 0
3600.09/3610.60	c STR average number of conflicts per successful attempt inf
3600.09/3610.60	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3610.60	c STR average number of conflicts per inconclusive attempt inf
3600.09/3610.60	c AVG.sumWPerc 60.18 
3600.09/3610.60	c bigint constraints 0 
3600.09/3610.60	s UNKNOWN
3600.09/3610.60	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62908 MiB free)
  memory of node 1: 64507 MiB (62926 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=19311, runsolver pid=19308

[startup+0.10007 s]*
/proc/loadavg: 4.11 4.16 4.13 5/255 19313
/proc/meminfo: memFree=128820508/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19313] ppid=19311 vsize=63044 memory=53672 CPUtime=0.09 cores=0,2
/proc/19313/stat : 19313 (pbsuma) R 19311 19311 18283 0 -1 4194304 5168 0 0 0 8 1 0 0 20 0 1 0 32018571 64557056 13418 18446744073709551615 4210688 4653049 140722321201104 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 19828736 140722321205603 140722321205810 140722321205810 140722321211375 0
/proc/19313/statm: 15761 13418 928 108 0 13169 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 67236 KiB
Current children cumulated memory: 56616 KiB

[startup+0.214392 s]*
/proc/loadavg: 4.11 4.16 4.13 5/255 19313
/proc/meminfo: memFree=128768308/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19313] ppid=19311 vsize=104408 memory=85496 CPUtime=0.21 cores=0,2
/proc/19313/stat : 19313 (pbsuma) R 19311 19311 18283 0 -1 4194304 11001 0 0 0 18 3 0 0 20 0 1 0 32018571 106913792 21374 18446744073709551615 4210688 4653049 140722321201104 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 19828736 140722321205603 140722321205810 140722321205810 140722321211375 0
/proc/19313/statm: 26102 21374 992 108 0 23510 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 108600 KiB
Current children cumulated memory: 88440 KiB

[startup+0.314402 s]*
/proc/loadavg: 4.11 4.16 4.13 6/255 19313
/proc/meminfo: memFree=128760244/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19313] ppid=19311 vsize=117956 memory=92956 CPUtime=0.3 cores=0,2
/proc/19313/stat : 19313 (pbsuma) R 19311 19311 18283 0 -1 4194304 14542 0 0 0 26 4 0 0 20 0 1 0 32018571 120786944 23207 18446744073709551615 4210688 4653049 140722321201104 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 19828736 140722321205603 140722321205810 140722321205810 140722321211375 0
/proc/19313/statm: 29489 23207 992 108 0 26897 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 122148 KiB
Current children cumulated memory: 95900 KiB

[startup+0.700383 s]
/proc/loadavg: 4.11 4.16 4.13 5/255 19314
/proc/meminfo: memFree=128766960/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=72668 memory=29808 CPUtime=0.27 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 4906 0 0 0 18 9 0 0 20 0 1 0 32018611 74412032 7452 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 18167 7452 2048 1147 0 5594 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 76860 KiB
Current children cumulated memory: 32752 KiB

[startup+1.50037 s]
/proc/loadavg: 4.11 4.16 4.13 5/255 19314
/proc/meminfo: memFree=128759220/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=280876 memory=183400 CPUtime=1.07 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 26645 0 0 0 78 29 0 0 20 0 1 0 32018611 287617024 45850 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 70219 45850 2272 1147 0 57646 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 285068 KiB
Current children cumulated memory: 186344 KiB

[startup+3.11391 s]
/proc/loadavg: 4.11 4.16 4.13 5/255 19314
/proc/meminfo: memFree=128559088/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=352844 memory=264948 CPUtime=2.67 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 35187 0 0 0 235 32 0 0 20 0 1 0 32018611 361312256 66237 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 88211 66237 2304 1147 0 75638 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 357036 KiB
Current children cumulated memory: 267892 KiB

[startup+6.30037 s]
/proc/loadavg: 4.10 4.16 4.13 5/255 19314
/proc/meminfo: memFree=128559428/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=352844 memory=264948 CPUtime=5.85 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 35189 0 0 0 553 32 0 0 20 0 1 0 32018611 361312256 66237 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 88211 66237 2304 1147 0 75638 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 357036 KiB
Current children cumulated memory: 267892 KiB

[startup+12.7004 s]
/proc/loadavg: 4.09 4.15 4.13 5/255 19315
/proc/meminfo: memFree=128558640/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=352844 memory=265716 CPUtime=12.23 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 35295 0 0 0 1189 34 0 0 20 0 1 0 32018611 361312256 66429 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 88211 66429 2400 1147 0 75638 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 357036 KiB
Current children cumulated memory: 268660 KiB

[startup+25.5004 s]
/proc/loadavg: 4.07 4.14 4.13 5/255 19315
/proc/meminfo: memFree=128566904/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=352844 memory=265972 CPUtime=25 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 35375 0 0 0 2464 36 0 0 20 0 1 0 32018611 361312256 66493 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 88211 66493 2400 1147 0 75638 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 357036 KiB
Current children cumulated memory: 268916 KiB

[startup+51.1139 s]
/proc/loadavg: 4.10 4.15 4.13 5/255 19315
/proc/meminfo: memFree=128595724/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=360024 memory=267508 CPUtime=50.53 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 35793 0 0 0 5009 44 0 0 20 0 1 0 32018611 368664576 66877 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 90006 66877 2400 1147 0 77433 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 364216 KiB
Current children cumulated memory: 270452 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 4.12 4.12 5/254 19319
/proc/meminfo: memFree=128575328/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=363644 memory=275948 CPUtime=101.56 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 36906 0 0 0 10087 69 0 0 20 0 1 0 32018611 372371456 68987 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 90911 68987 2400 1147 0 78338 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 367836 KiB
Current children cumulated memory: 278892 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.13 4.12 5/254 19321
/proc/meminfo: memFree=128522576/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=370464 memory=285196 CPUtime=161.39 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 38197 0 0 0 16014 125 0 0 20 0 1 0 32018611 379355136 71299 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 92616 71299 2400 1147 0 80043 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 374656 KiB
Current children cumulated memory: 288140 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.12 4.11 5/254 19370
/proc/meminfo: memFree=128467884/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=386624 memory=290956 CPUtime=221.2 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 39676 0 0 0 21929 191 0 0 20 0 1 0 32018611 395902976 72739 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 96656 72739 2400 1147 0 84083 0
Current children cumulated CPU time: 221.58 s

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

/proc/19314/statm: 190976 153843 2496 1147 0 178403 0
Current children cumulated CPU time: 3033.56 s
Current children cumulated vsize: 768096 KiB
Current children cumulated memory: 618316 KiB

[startup+3102.3 s]
/proc/loadavg: 5.30 4.47 4.22 5/257 19524
/proc/meminfo: memFree=126554060/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=763904 memory=615372 CPUtime=3093.02 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 55069 0 0 0 306482 2820 0 0 20 0 1 0 32018611 782237696 153843 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 190976 153843 2496 1147 0 178403 0
Current children cumulated CPU time: 3093.4 s
Current children cumulated vsize: 768096 KiB
Current children cumulated memory: 618316 KiB

[startup+3162.3 s]
/proc/loadavg: 4.58 4.42 4.22 5/256 19526
/proc/meminfo: memFree=126593576/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=763904 memory=615372 CPUtime=3152.84 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 55069 0 0 0 312415 2869 0 0 20 0 1 0 32018611 782237696 153843 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 190976 153843 2496 1147 0 178403 0
Current children cumulated CPU time: 3153.22 s
Current children cumulated vsize: 768096 KiB
Current children cumulated memory: 618316 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.37 4.22 5/256 19528
/proc/meminfo: memFree=126594712/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=763904 memory=615372 CPUtime=3212.68 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 55070 0 0 0 318343 2925 0 0 20 0 1 0 32018611 782237696 153843 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 190976 153843 2496 1147 0 178403 0
Current children cumulated CPU time: 3213.06 s
Current children cumulated vsize: 768096 KiB
Current children cumulated memory: 618316 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.32 4.21 5/255 19530
/proc/meminfo: memFree=126588024/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=764156 memory=615628 CPUtime=3272.52 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 55141 0 0 0 324264 2988 0 0 20 0 1 0 32018611 782495744 153907 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 191039 153907 2496 1147 0 178466 0
Current children cumulated CPU time: 3272.9 s
Current children cumulated vsize: 768348 KiB
Current children cumulated memory: 618572 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.27 4.19 5/255 19625
/proc/meminfo: memFree=127895940/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=764156 memory=615628 CPUtime=3332.32 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 55146 0 0 0 330224 3008 0 0 20 0 1 0 32018611 782495744 153907 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 191039 153907 2496 1147 0 178466 0
Current children cumulated CPU time: 3332.7 s
Current children cumulated vsize: 768348 KiB
Current children cumulated memory: 618572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.24 4.18 5/254 19627
/proc/meminfo: memFree=127774188/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=783396 memory=634828 CPUtime=3392.12 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 55868 0 0 0 336140 3072 0 0 20 0 1 0 32018611 802197504 158707 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 195849 158707 2496 1147 0 183276 0
Current children cumulated CPU time: 3392.5 s
Current children cumulated vsize: 787588 KiB
Current children cumulated memory: 637772 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.21 4.18 5/254 19630
/proc/meminfo: memFree=127715772/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=752160 memory=603596 CPUtime=3451.9 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 56342 0 0 0 342052 3138 0 0 20 0 1 0 32018611 770211840 150899 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 188040 150899 2496 1147 0 175467 0
Current children cumulated CPU time: 3452.28 s
Current children cumulated vsize: 756352 KiB
Current children cumulated memory: 606540 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.20 4.18 5/254 19632
/proc/meminfo: memFree=127669424/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=752160 memory=603596 CPUtime=3511.7 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 56389 0 0 0 347979 3191 0 0 20 0 1 0 32018611 770211840 150899 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 188040 150899 2496 1147 0 175467 0
Current children cumulated CPU time: 3512.08 s
Current children cumulated vsize: 756352 KiB
Current children cumulated memory: 606540 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.16 4.16 5/255 19637
/proc/meminfo: memFree=127629516/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=752160 memory=603596 CPUtime=3571.5 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 56389 0 0 0 353895 3255 0 0 20 0 1 0 32018611 770211840 150899 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 188040 150899 2496 1147 0 175467 0
Current children cumulated CPU time: 3571.88 s
Current children cumulated vsize: 756352 KiB
Current children cumulated memory: 606540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.15 4.18 4.17 5/255 19638
/proc/meminfo: memFree=127614492/131382120 swapFree=33010684/33010684
[pid=19311] ppid=19308 vsize=4192 memory=2944 CPUtime=0.38 cores=0,2
/proc/19311/stat : 19311 (run-dec-break.s) S 19308 19311 18283 0 -1 4194304 238 16191 0 0 0 0 33 5 20 0 1 0 32018570 4292608 736 18446744073709551615 94377433739264 94377434633797 140731116455120 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94377434872848 94377434920592 94377465982976 140731116460385 140731116460514 140731116460514 140731116466116 0
/proc/19311/statm: 1048 736 672 219 0 110 0
[pid=19314] ppid=19311 vsize=752160 memory=603596 CPUtime=3599.71 cores=0,2
/proc/19314/stat : 19314 (roundingsat) R 19311 19311 18283 0 -1 4194304 56389 0 0 0 356699 3272 0 0 20 0 1 0 32018611 770211840 150899 18446744073709551615 4227072 8923433 140723763393712 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 34979840 140723763403076 140723763403304 140723763403304 140723763408874 0
/proc/19314/statm: 188040 150899 2496 1147 0 175467 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 756352 KiB
Current children cumulated memory: 606540 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3567.35 s, system=32.787 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): 3610.62
CPU time (s): 3600.14
CPU user time (s): 3567.35
CPU system time (s): 32.787
CPU usage (%): 99.7097
Max. virtual memory (cumulated for all children) (KiB): 787588
Max. memory (cumulated for all children) (KiB): 637772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3567.35
system time used= 32.787
maximum resident set size= 634828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72840
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254
involuntary context switches= 8882


# summary of solver processes directly reported to runsolver:
#   pid: 19311,19314
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3567.35
#   total CPU system time (s): 32.787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6218 second user time and 38.1602 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 04:16:32
IDJOB=4503532
IDBENCH=155520
IDSOLVER=3357
FILE ID=nodeC006/4503532-1751163392
RUNJOBID= nodeC006-1751159447-18293
SLURM_JOB_ID= 9587503
Free space on /tmp= 432964 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-73.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503532-1751163392/watcher-4503532-1751163392 -o /tmp/evaluation-result-4503532-1751163392/solver-4503532-1751163392 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751159447-18293 --watchdog 3760  run-dec-break.sh HOME/instance-4503532-1751163392.opb

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

MD5SUM BENCH= f8b1a93d1916f081f91f241f6f5f832b
RANDOM SEED=329413837

nodeC006 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	: 0xb00001f
cpu MHz		: 3492.103
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3491.656
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.139
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.362
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3650.281
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3657.498
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.518
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.215
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128854028 kB
MemAvailable:   128561508 kB
Buffers:            3280 kB
Cached:           519144 kB
SwapCached:            0 kB
Active:          1663060 kB
Inactive:         271380 kB
Active(anon):    1429976 kB
Inactive(anon):        0 kB
Active(file):     233084 kB
Inactive(file):   271380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14612 kB
Writeback:             8 kB
AnonPages:       1415120 kB
Mapped:           115424 kB
Shmem:             17960 kB
KReclaimable:      84900 kB
Slab:             163848 kB
SReclaimable:      84900 kB
SUnreclaim:        78948 kB
KernelStack:        4092 kB
PageTables:         6108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2030272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432928 MiB
End job on nodeC006 at 2025-06-29 05:16:43