Trace number 4514378

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 63f22adUNSAT 3114.75 3122.28

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_10.opb
MD5SUM7fddd5a63b4237b93179de1569c49542
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 benchmark15.0846
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1806
Total number of constraints8614
Number of constraints which are clauses8610
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint42
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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-4514378-1751218920.opb'
0.00/0.02	c 	read 0.66MB  (8.62ms)
0.00/0.02	c	 [cnf: #variables 1806 #clauses 8614 #duplicates 0 #arr 72369]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 1638] (5.75ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (3.71ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 15796 #edges 155490]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 1.05*10^6 #generators 20] (8.22ms)
0.00/0.03	c 
0.00/0.03	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.03	c 	ran it=0, +gens=0 
0.00/0.04	c 	con best_support=84, best_gens=1, +gens=0
0.00/0.04	c 	(2.56ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c add generic predicates (break_depth=10)
0.00/0.04	c 	added predicates for 20 generators (0.09ms)
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 560 #add_vars 180]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4514378-1751218920.opb.pre'
0.00/0.04	c 	wrote 0.69MB (1.70ms)
0.00/0.04	c ------------------------------------------------------------------
0.00/0.04	c                   8.62ms 27.83% parse
0.00/0.04	c                   8.22ms 26.52% detect_generic
0.00/0.04	c                   5.75ms 18.55% approx_orbits
0.00/0.04	c                   3.71ms 11.96% detect_special
0.00/0.04	c                   2.56ms  8.28% optimize_gens
0.00/0.04	c                   1.70ms  5.47% output
0.00/0.04	c                   0.26ms  0.83% other
0.00/0.04	c                   0.09ms  0.29% break_generic
0.00/0.04	c                   0.08ms  0.27% finalize_order
0.00/0.04	c         ───────────────────────────────────────────────
0.00/0.04	c                  30.99ms   100% total
0.00/0.04	c ------------------------------------------------------------------
0.00/0.05	c RoundingSat 2
0.00/0.05	c branch pb25
0.00/0.05	c commit 63f22ad
0.06/0.10	c #variables 1986 #constraints 9175
18.03/18.17	c #Conflicts:       1000 | #Constraints:      10174
18.03/18.17	c #Conflicts:       2000 | #Constraints:      11174
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:       3000 | #Constraints:      10817
18.03/18.17	c #Conflicts:       4000 | #Constraints:      11817
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:       5000 | #Constraints:      11220
18.03/18.17	c #Conflicts:       6000 | #Constraints:      12220
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:       7000 | #Constraints:      11224
18.03/18.17	c #Conflicts:       8000 | #Constraints:      12224
18.03/18.17	c #Conflicts:       9000 | #Constraints:      13224
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      10000 | #Constraints:      11923
18.03/18.17	c #Conflicts:      11000 | #Constraints:      12923
18.03/18.17	c #Conflicts:      12000 | #Constraints:      13923
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      13000 | #Constraints:      12374
18.03/18.17	c #Conflicts:      14000 | #Constraints:      13374
18.03/18.17	c #Conflicts:      15000 | #Constraints:      14374
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      16000 | #Constraints:      12598
18.03/18.17	c #Conflicts:      17000 | #Constraints:      13598
18.03/18.17	c #Conflicts:      18000 | #Constraints:      14598
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      19000 | #Constraints:      12616
18.03/18.17	c #Conflicts:      20000 | #Constraints:      13616
18.03/18.17	c #Conflicts:      21000 | #Constraints:      14616
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      22000 | #Constraints:      12418
18.03/18.17	c #Conflicts:      23000 | #Constraints:      13418
18.03/18.17	c #Conflicts:      24000 | #Constraints:      14418
18.03/18.17	c #Conflicts:      25000 | #Constraints:      15418
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      26000 | #Constraints:      13024
18.03/18.17	c #Conflicts:      27000 | #Constraints:      14024
18.03/18.17	c #Conflicts:      28000 | #Constraints:      15024
18.03/18.17	c #Conflicts:      29000 | #Constraints:      16024
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      30000 | #Constraints:      13429
18.03/18.17	c #Conflicts:      31000 | #Constraints:      14429
18.03/18.17	c #Conflicts:      32000 | #Constraints:      15429
18.03/18.17	c #Conflicts:      33000 | #Constraints:      16429
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      34000 | #Constraints:      13629
18.03/18.17	c #Conflicts:      35000 | #Constraints:      14629
18.03/18.17	c #Conflicts:      36000 | #Constraints:      15629
18.03/18.17	c #Conflicts:      37000 | #Constraints:      16629
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      38000 | #Constraints:      13634
18.03/18.17	c #Conflicts:      39000 | #Constraints:      14634
18.03/18.17	c #Conflicts:      40000 | #Constraints:      15634
18.03/18.17	c #Conflicts:      41000 | #Constraints:      16634
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      42000 | #Constraints:      13434
18.03/18.17	c #Conflicts:      43000 | #Constraints:      14434
18.03/18.17	c #Conflicts:      44000 | #Constraints:      15434
18.03/18.17	c #Conflicts:      45000 | #Constraints:      16434
18.03/18.17	c #Conflicts:      46000 | #Constraints:      17434
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      47000 | #Constraints:      14029
18.03/18.17	c #Conflicts:      48000 | #Constraints:      15029
18.03/18.17	c #Conflicts:      49000 | #Constraints:      16029
18.03/18.17	c #Conflicts:      50000 | #Constraints:      17029
18.03/18.17	c #Conflicts:      51000 | #Constraints:      18029
18.03/18.17	c INPROCESSING
18.03/18.17	c GARBAGE COLLECT
18.03/18.17	c #Conflicts:      52000 | #Constraints:      14426
18.03/18.17	c #Conflicts:      53000 | #Constraints:      15426
18.03/18.17	WSVECS04 Frhs2[4]: 6 0 3.42849 shouldn't be
18.03/18.17	WSVECS04 Frhs2[62]: 6 0 5.32484 shouldn't be
18.03/18.17	WSVECS04 Frhs2[89]: 6 0 0.333355 shouldn't be
18.03/18.17	WSVECS04 Frhs2[93]: 6 0 0.0340666 shouldn't be
18.03/18.17	WSVECS04 Frhs2[229]: 6 0 0.933402 shouldn't be
18.03/18.17	WSVECS04 Frhs2[292]: 6 0 0.500042 shouldn't be
18.03/18.17	WSVECS04 Frhs2[330]: 6 0 0.200019 shouldn't be
18.03/18.17	WSVECS04 Frhs2[371]: 6 0 0.200015 shouldn't be
18.03/18.17	WSVECS04 Frhs2[383]: 6 0 1.06464 shouldn't be
18.03/18.17	WSVECS04 Frhs2[424]: 6 0 1.0647 shouldn't be
18.03/18.17	WSVECS04 Frhs2[531]: 6 0 1.00006 shouldn't be
18.03/18.17	WSVECS04 Frhs2[581]: 6 0 0.333416 shouldn't be
18.03/18.17	WSVECS04 Frhs2[715]: 6 0 0.811323 shouldn't be
18.03/18.17	WSVECS04 Frhs2[719]: 6 0 0.500082 shouldn't be
18.03/18.17	WSVECS04 Frhs2[789]: 6 0 0.231023 shouldn't be
18.03/18.17	WSVECS04 Frhs2[801]: 6 0 0.500078 shouldn't be
18.03/18.17	WSVECS04 Frhs2[825]: 6 0 0.500061 shouldn't be
18.03/18.17	WSVECS04 Frhs2[842]: 6 0 0.500053 shouldn't be
18.03/18.17	WSVECS04 Frhs2[874]: 6 0 0.923348 shouldn't be
18.03/18.17	WSVECS04 Frhs2[916]: 6 0 0.500028 shouldn't be
18.03/18.17	WSVECS04 Frhs2[922]: 6 0 0.33339 shouldn't be
18.03/18.17	WSVECS04 Frhs2[941]: 6 0 1.00001 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1293]: 6 0 0.500064 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1295]: 6 0 1.9334 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1306]: 6 0 0.488475 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1328]: 6 0 0.333346 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1334]: 6 0 0.500097 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1338]: 6 0 0.618195 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1355]: 6 0 0.200015 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1374]: 6 0 0.333383 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1375]: 6 0 0.500067 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1399]: 6 0 0.500058 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1416]: 6 0 0.50003 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1625]: 6 0 0.618199 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1654]: 6 0 1.06469 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1733]: 6 0 0.0340902 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1734]: 6 0 0.349135 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1774]: 6 0 0.034099 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1847]: 6 0 0.556522 shouldn't be
18.03/18.17	WSVECS04 Frhs2[1893]: 6 0 1.13996 shouldn't be
18.41/18.51	WSVECS04 Frhs2[244]: 6 0 1.00007 shouldn't be
18.41/18.51	WSVECS04 Frhs2[285]: 6 0 1.00005 shouldn't be
18.41/18.51	WSVECS04 Frhs2[304]: 6 0 0.333403 shouldn't be
18.41/18.51	WSVECS04 Frhs2[326]: 6 0 1.00001 shouldn't be
18.41/18.51	WSVECS04 Frhs2[345]: 6 0 0.333401 shouldn't be
18.41/18.51	WSVECS04 Frhs2[408]: 6 0 1.00001 shouldn't be
18.41/18.51	WSVECS04 Frhs2[449]: 6 0 1.00006 shouldn't be
18.41/18.51	WSVECS04 Frhs2[654]: 6 0 1.00008 shouldn't be
18.41/18.51	WSVECS04 Frhs2[736]: 6 0 1.00009 shouldn't be
18.41/18.51	WSVECS04 Frhs2[784]: 6 0 0.500072 shouldn't be
18.41/18.51	WSVECS04 Frhs2[816]: 6 0 1.00003 shouldn't be
18.41/18.51	WSVECS04 Frhs2[818]: 6 0 1.00006 shouldn't be
18.41/18.51	WSVECS04 Frhs2[939]: 6 0 1.00009 shouldn't be
18.41/18.51	WSVECS04 Frhs2[957]: 6 0 0.500079 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1121]: 6 0 0.500091 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1122]: 6 0 0.500071 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1131]: 6 0 1.93343 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1286]: 6 0 0.500022 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1287]: 6 0 0.333385 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1333]: 6 0 0.333407 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1347]: 6 0 0.488474 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1418]: 6 0 1.93346 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1522]: 6 0 0.500067 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1541]: 6 0 1.93343 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1664]: 6 0 1.93343 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1775]: 6 0 0.349141 shouldn't be
18.41/18.51	WSVECS04 Frhs2[1875]: 6 0 0.488461 shouldn't be
18.72/18.81	WSVECS04 Frhs2[77]: 6 0 0.682503 shouldn't be
18.72/18.81	WSVECS04 Frhs2[263]: 6 0 0.333384 shouldn't be
18.72/18.81	WSVECS04 Frhs2[412]: 6 0 0.200087 shouldn't be
18.72/18.81	WSVECS04 Frhs2[516]: 6 0 2.86685 shouldn't be
18.72/18.81	WSVECS04 Frhs2[1478]: 6 0 0.200095 shouldn't be
38.88/39.10	c #Conflicts:      54000 | #Constraints:      16426
38.88/39.10	c #Conflicts:      55000 | #Constraints:      17426
38.88/39.10	c #Conflicts:      56000 | #Constraints:      18426
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:      57000 | #Constraints:      14629
38.88/39.10	c #Conflicts:      58000 | #Constraints:      15629
38.88/39.10	c #Conflicts:      59000 | #Constraints:      16629
38.88/39.10	c #Conflicts:      60000 | #Constraints:      17629
38.88/39.10	c #Conflicts:      61000 | #Constraints:      18629
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:      62000 | #Constraints:      14629
38.88/39.10	c #Conflicts:      63000 | #Constraints:      15629
38.88/39.10	c #Conflicts:      64000 | #Constraints:      16629
38.88/39.10	c #Conflicts:      65000 | #Constraints:      17629
38.88/39.10	c #Conflicts:      66000 | #Constraints:      18629
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:      67000 | #Constraints:      14430
38.88/39.10	c #Conflicts:      68000 | #Constraints:      15430
38.88/39.10	c #Conflicts:      69000 | #Constraints:      16430
38.88/39.10	c #Conflicts:      70000 | #Constraints:      17430
38.88/39.10	c #Conflicts:      71000 | #Constraints:      18430
38.88/39.10	c #Conflicts:      72000 | #Constraints:      19430
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:      73000 | #Constraints:      15030
38.88/39.10	c #Conflicts:      74000 | #Constraints:      16030
38.88/39.10	c #Conflicts:      75000 | #Constraints:      17030
38.88/39.10	c #Conflicts:      76000 | #Constraints:      18030
38.88/39.10	c #Conflicts:      77000 | #Constraints:      19030
38.88/39.10	c #Conflicts:      78000 | #Constraints:      20030
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:      79000 | #Constraints:      15431
38.88/39.10	c #Conflicts:      80000 | #Constraints:      16431
38.88/39.10	c #Conflicts:      81000 | #Constraints:      17431
38.88/39.10	c #Conflicts:      82000 | #Constraints:      18431
38.88/39.10	c #Conflicts:      83000 | #Constraints:      19431
38.88/39.10	c #Conflicts:      84000 | #Constraints:      20431
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:      85000 | #Constraints:      15630
38.88/39.10	c #Conflicts:      86000 | #Constraints:      16630
38.88/39.10	c #Conflicts:      87000 | #Constraints:      17630
38.88/39.10	c #Conflicts:      88000 | #Constraints:      18630
38.88/39.10	c #Conflicts:      89000 | #Constraints:      19630
38.88/39.10	c #Conflicts:      90000 | #Constraints:      20630
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:      91000 | #Constraints:      15633
38.88/39.10	c #Conflicts:      92000 | #Constraints:      16633
38.88/39.10	c #Conflicts:      93000 | #Constraints:      17633
38.88/39.10	c #Conflicts:      94000 | #Constraints:      18633
38.88/39.10	c #Conflicts:      95000 | #Constraints:      19633
38.88/39.10	c #Conflicts:      96000 | #Constraints:      20633
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:      97000 | #Constraints:      15431
38.88/39.10	c #Conflicts:      98000 | #Constraints:      16431
38.88/39.10	c #Conflicts:      99000 | #Constraints:      17431
38.88/39.10	c #Conflicts:     100000 | #Constraints:      18431
38.88/39.10	c #Conflicts:     101000 | #Constraints:      19431
38.88/39.10	c #Conflicts:     102000 | #Constraints:      20431
38.88/39.10	c #Conflicts:     103000 | #Constraints:      21431
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:     104000 | #Constraints:      16028
38.88/39.10	c #Conflicts:     105000 | #Constraints:      17028
38.88/39.10	c #Conflicts:     106000 | #Constraints:      18028
38.88/39.10	c #Conflicts:     107000 | #Constraints:      19028
38.88/39.10	c #Conflicts:     108000 | #Constraints:      20028
38.88/39.10	c #Conflicts:     109000 | #Constraints:      21028
38.88/39.10	c #Conflicts:     110000 | #Constraints:      22028
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:     111000 | #Constraints:      16429
38.88/39.10	c #Conflicts:     112000 | #Constraints:      17429
38.88/39.10	c #Conflicts:     113000 | #Constraints:      18429
38.88/39.10	c #Conflicts:     114000 | #Constraints:      19429
38.88/39.10	c #Conflicts:     115000 | #Constraints:      20429
38.88/39.10	c #Conflicts:     116000 | #Constraints:      21429
38.88/39.10	c #Conflicts:     117000 | #Constraints:      22429
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:     118000 | #Constraints:      16631
38.88/39.10	c #Conflicts:     119000 | #Constraints:      17631
38.88/39.10	c #Conflicts:     120000 | #Constraints:      18631
38.88/39.10	c #Conflicts:     121000 | #Constraints:      19631
38.88/39.10	c #Conflicts:     122000 | #Constraints:      20631
38.88/39.10	c #Conflicts:     123000 | #Constraints:      21631
38.88/39.10	c #Conflicts:     124000 | #Constraints:      22631
38.88/39.10	c INPROCESSING
38.88/39.10	c GARBAGE COLLECT
38.88/39.10	c #Conflicts:     125000 | #Constraints:      16631
43.16/43.34	c #Conflicts:     126000 | #Constraints:      17631
43.16/43.34	c #Conflicts:     127000 | #Constraints:      18631
43.16/43.34	c #Conflicts:     128000 | #Constraints:      19631
43.16/43.34	c #Conflicts:     129000 | #Constraints:      20631
43.16/43.34	c #Conflicts:     130000 | #Constraints:      21631
43.16/43.34	c #Conflicts:     131000 | #Constraints:      22631
43.16/43.34	c INPROCESSING
43.16/43.34	c GARBAGE COLLECT
43.16/43.34	c rational objective 112.15
65.20/65.50	c #Conflicts:     132000 | #Constraints:      16429
65.20/65.50	c #Conflicts:     133000 | #Constraints:      17429
65.20/65.50	c #Conflicts:     134000 | #Constraints:      18429
65.20/65.50	c #Conflicts:     135000 | #Constraints:      19429
65.20/65.50	c #Conflicts:     136000 | #Constraints:      20429
65.20/65.50	c #Conflicts:     137000 | #Constraints:      21429
65.20/65.50	c #Conflicts:     138000 | #Constraints:      22429
65.20/65.50	c #Conflicts:     139000 | #Constraints:      23429
65.20/65.50	c INPROCESSING
65.20/65.50	c GARBAGE COLLECT
65.20/65.50	c #Conflicts:     140000 | #Constraints:      17030
65.20/65.50	c #Conflicts:     141000 | #Constraints:      18030
65.20/65.50	c #Conflicts:     142000 | #Constraints:      19030
65.20/65.50	c #Conflicts:     143000 | #Constraints:      20030
65.20/65.50	c #Conflicts:     144000 | #Constraints:      21030
65.20/65.50	c #Conflicts:     145000 | #Constraints:      22030
65.20/65.50	c #Conflicts:     146000 | #Constraints:      23030
65.20/65.50	c #Conflicts:     147000 | #Constraints:      24030
65.20/65.50	c INPROCESSING
65.20/65.50	c GARBAGE COLLECT
65.20/65.50	c #Conflicts:     148000 | #Constraints:      17435
65.20/65.50	c #Conflicts:     149000 | #Constraints:      18435
65.20/65.50	c #Conflicts:     150000 | #Constraints:      19435
65.20/65.50	c #Conflicts:     151000 | #Constraints:      20435
65.20/65.50	c #Conflicts:     152000 | #Constraints:      21435
65.20/65.50	c #Conflicts:     153000 | #Constraints:      22435
65.20/65.50	c #Conflicts:     154000 | #Constraints:      23435
65.20/65.50	c #Conflicts:     155000 | #Constraints:      24435
65.20/65.50	c INPROCESSING
65.20/65.50	c GARBAGE COLLECT
65.20/65.50	c #Conflicts:     156000 | #Constraints:      17637
65.20/65.50	c #Conflicts:     157000 | #Constraints:      18637
65.20/65.50	c #Conflicts:     158000 | #Constraints:      19637
65.20/65.50	c #Conflicts:     159000 | #Constraints:      20637
65.20/65.50	c #Conflicts:     160000 | #Constraints:      21637
65.20/65.50	c #Conflicts:     161000 | #Constraints:      22637
65.20/65.50	c #Conflicts:     162000 | #Constraints:      23637
65.20/65.50	c #Conflicts:     163000 | #Constraints:      24637
65.20/65.50	c INPROCESSING
65.20/65.50	c GARBAGE COLLECT
65.20/65.50	c #Conflicts:     164000 | #Constraints:      17638
65.20/65.50	c #Conflicts:     165000 | #Constraints:      18638
65.20/65.50	c #Conflicts:     166000 | #Constraints:      19638
65.20/65.50	c #Conflicts:     167000 | #Constraints:      20638
65.20/65.50	c #Conflicts:     168000 | #Constraints:      21638
65.20/65.50	c #Conflicts:     169000 | #Constraints:      22638
65.20/65.50	c #Conflicts:     170000 | #Constraints:      23638
65.20/65.50	c #Conflicts:     171000 | #Constraints:      24638
65.20/65.50	c INPROCESSING
65.20/65.50	c GARBAGE COLLECT
65.20/65.50	c #Conflicts:     172000 | #Constraints:      17435
65.20/65.50	c #Conflicts:     173000 | #Constraints:      18435
65.20/65.50	c #Conflicts:     174000 | #Constraints:      19435
65.20/65.50	c #Conflicts:     175000 | #Constraints:      20435
65.20/65.50	c #Conflicts:     176000 | #Constraints:      21435
65.20/65.50	c #Conflicts:     177000 | #Constraints:      22435
65.20/65.50	c #Conflicts:     178000 | #Constraints:      23435
65.20/65.50	c #Conflicts:     179000 | #Constraints:      24435
65.20/65.50	c #Conflicts:     180000 | #Constraints:      25435
65.20/65.50	c INPROCESSING
65.20/65.50	c GARBAGE COLLECT
65.20/65.50	c #Conflicts:     181000 | #Constraints:      18026
65.20/65.50	c #Conflicts:     182000 | #Constraints:      19026
65.20/65.50	c #Conflicts:     183000 | #Constraints:      20026
65.20/65.50	c #Conflicts:     184000 | #Constraints:      21026
65.20/65.50	c #Conflicts:     185000 | #Constraints:      22026
65.20/65.50	c #Conflicts:     186000 | #Constraints:      23026
65.20/65.50	c #Conflicts:     187000 | #Constraints:      24026
65.20/65.50	c #Conflicts:     188000 | #Constraints:      25026
65.20/65.50	c #Conflicts:     189000 | #Constraints:      26026
65.20/65.50	c INPROCESSING
65.20/65.50	c GARBAGE COLLECT
65.20/65.50	c #Conflicts:     190000 | #Constraints:      18429
65.20/65.50	c #Conflicts:     191000 | #Constraints:      19429
65.20/65.50	c #Conflicts:     192000 | #Constraints:      20429
65.20/65.50	c #Conflicts:     193000 | #Constraints:      21429
65.20/65.50	c #Conflicts:     194000 | #Constraints:      22429
65.20/65.50	c #Conflicts:     195000 | #Constraints:      23429
65.20/65.50	c #Conflicts:     196000 | #Constraints:      24429
65.20/65.50	c #Conflicts:     197000 | #Constraints:      25429
65.20/65.50	c #Conflicts:     198000 | #Constraints:      26429
65.20/65.50	c INPROCESSING
65.20/65.50	c GARBAGE COLLECT
65.20/65.50	c #Conflicts:     199000 | #Constraints:      18635
65.20/65.50	c #Conflicts:     200000 | #Constraints:      19635
65.20/65.50	c #Conflicts:     201000 | #Constraints:      20635
65.20/65.50	c #Conflicts:     202000 | #Constraints:      21635
65.20/65.50	c #Conflicts:     203000 | #Constraints:      22635
65.20/65.50	c #Conflicts:     204000 | #Constraints:      23635
65.20/65.50	c #Conflicts:     205000 | #Constraints:      24635
68.19/68.43	c #Conflicts:     206000 | #Constraints:      25635
68.19/68.43	c #Conflicts:     207000 | #Constraints:      26635
68.19/68.43	c INPROCESSING
68.19/68.43	c GARBAGE COLLECT
68.19/68.43	c #Conflicts:     208000 | #Constraints:      18634
68.19/68.43	c #Conflicts:     209000 | #Constraints:      19634
68.19/68.43	c #Conflicts:     210000 | #Constraints:      20634
68.19/68.43	c #Conflicts:     211000 | #Constraints:      21634
68.19/68.43	c #Conflicts:     212000 | #Constraints:      22634
68.19/68.43	c #Conflicts:     213000 | #Constraints:      23634
68.19/68.43	WSVECS04 Frhs2[5]: 6 0 0.484667 shouldn't be
68.19/68.43	WSVECS04 Frhs2[15]: 6 -12.7829 0 shouldn't be
68.19/68.43	WSVECS04 Frhs2[117]: 6 0 0.0818015 shouldn't be
68.19/68.43	WSVECS04 Frhs2[137]: 6 0 0.500071 shouldn't be
68.19/68.43	WSVECS04 Frhs2[226]: 6 0 0.139079 shouldn't be
68.19/68.43	WSVECS04 Frhs2[251]: 6 0 0.500067 shouldn't be
68.19/68.43	WSVECS04 Frhs2[253]: 6 0 0.500047 shouldn't be
68.19/68.43	WSVECS04 Frhs2[257]: 6 0 0.500082 shouldn't be
68.19/68.43	WSVECS04 Frhs2[267]: 6 0 0.139112 shouldn't be
68.19/68.43	WSVECS04 Frhs2[277]: 6 0 0.065546 shouldn't be
68.19/68.43	WSVECS04 Frhs2[283]: 6 0 0.435075 shouldn't be
68.19/68.43	WSVECS04 Frhs2[293]: 6 0 0.500019 shouldn't be
68.19/68.43	WSVECS04 Frhs2[297]: 6 0 0.500024 shouldn't be
68.19/68.43	WSVECS04 Frhs2[298]: 6 0 0.500076 shouldn't be
68.19/68.43	WSVECS04 Frhs2[324]: 6 0 0.435092 shouldn't be
68.19/68.43	WSVECS04 Frhs2[329]: 6 0 2.00008 shouldn't be
68.19/68.43	WSVECS04 Frhs2[370]: 6 0 2.00005 shouldn't be
68.19/68.43	WSVECS04 Frhs2[411]: 6 0 2.00009 shouldn't be
68.19/68.43	WSVECS04 Frhs2[457]: 6 0 0.500064 shouldn't be
68.19/68.43	WSVECS04 Frhs2[477]: 6 0 0.500088 shouldn't be
68.19/68.43	WSVECS04 Frhs2[490]: 6 0 0.500014 shouldn't be
68.19/68.43	WSVECS04 Frhs2[557]: 6 0 1.00006 shouldn't be
68.19/68.43	WSVECS04 Frhs2[570]: 6 0 0.064948 shouldn't be
68.19/68.43	WSVECS04 Frhs2[618]: 6 0 0.652376 shouldn't be
68.19/68.43	WSVECS04 Frhs2[636]: 6 0 0.569546 shouldn't be
68.19/68.43	WSVECS04 Frhs2[637]: 6 0 1.0001 shouldn't be
68.19/68.43	WSVECS04 Frhs2[644]: 6 0 0.818995 shouldn't be
68.19/68.43	WSVECS04 Frhs2[645]: 6 0 0.500069 shouldn't be
68.19/68.43	WSVECS04 Frhs2[650]: 6 0 0.0817728 shouldn't be
68.19/68.43	WSVECS04 Frhs2[651]: 6 0 0.121128 shouldn't be
68.19/68.43	WSVECS04 Frhs2[655]: 6 0 0.692646 shouldn't be
68.19/68.43	WSVECS04 Frhs2[657]: 6 0 2.00005 shouldn't be
68.19/68.43	WSVECS04 Frhs2[677]: 6 0 0.569524 shouldn't be
68.19/68.43	WSVECS04 Frhs2[691]: 6 0 0.081765 shouldn't be
68.19/68.43	WSVECS04 Frhs2[730]: 6 0 1.00002 shouldn't be
68.19/68.43	WSVECS04 Frhs2[797]: 6 0 0.500014 shouldn't be
68.19/68.43	WSVECS04 Frhs2[890]: 6 0 0.819047 shouldn't be
68.19/68.43	WSVECS04 Frhs2[931]: 6 0 0.819074 shouldn't be
68.19/68.43	WSVECS04 Frhs2[946]: 6 0 0.652334 shouldn't be
68.19/68.43	WSVECS04 Frhs2[979]: 6 0 0.573522 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1013]: 6 0 0.819002 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1015]: 6 0 0.355264 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1023]: 6 0 0.361053 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1397]: 6 0 0.652397 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1410]: 6 0 0.500024 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1411]: 6 0 0.244983 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1419]: 6 0 1.00005 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1439]: 6 0 1.91912 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1446]: 6 0 0.500028 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1451]: 6 0 0.500045 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1452]: 6 0 0.244977 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1453]: 6 0 0.500018 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1455]: 6 0 0.934568 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1457]: 6 0 1.00005 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1459]: 6 0 1.00006 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1460]: 6 0 1.00003 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1539]: 6 0 1.00002 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1548]: 6 0 0.355209 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1559]: 6 0 2.00003 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1739]: 6 0 0.500073 shouldn't be
68.19/68.43	WSVECS04 Frhs2[1759]: 6 0 0.500094 shouldn't be
81.76/82.08	c #Conflicts:     214000 | #Constraints:      24635
81.76/82.08	c #Conflicts:     215000 | #Constraints:      25635
81.76/82.08	c #Conflicts:     216000 | #Constraints:      26635
81.76/82.08	c INPROCESSING
81.76/82.08	c GARBAGE COLLECT
81.76/82.08	c #Conflicts:     217000 | #Constraints:      18433
81.76/82.08	c #Conflicts:     218000 | #Constraints:      19433
81.76/82.08	c #Conflicts:     219000 | #Constraints:      20433
81.76/82.08	c #Conflicts:     220000 | #Constraints:      21433
81.76/82.08	c #Conflicts:     221000 | #Constraints:      22433
81.76/82.08	c #Conflicts:     222000 | #Constraints:      23433
81.76/82.08	c #Conflicts:     223000 | #Constraints:      24433
81.76/82.08	c #Conflicts:     224000 | #Constraints:      25433
81.76/82.08	c #Conflicts:     225000 | #Constraints:      26433
81.76/82.08	c #Conflicts:     226000 | #Constraints:      27433
81.76/82.08	c INPROCESSING
81.76/82.08	c GARBAGE COLLECT
81.76/82.08	c #Conflicts:     227000 | #Constraints:      19036
81.76/82.08	c #Conflicts:     228000 | #Constraints:      20036
81.76/82.08	c #Conflicts:     229000 | #Constraints:      21036
81.76/82.08	c #Conflicts:     230000 | #Constraints:      22036
81.76/82.08	c #Conflicts:     231000 | #Constraints:      23036
81.76/82.08	c #Conflicts:     232000 | #Constraints:      24036
81.76/82.08	c #Conflicts:     233000 | #Constraints:      25036
81.76/82.08	c #Conflicts:     234000 | #Constraints:      26036
81.76/82.08	c #Conflicts:     235000 | #Constraints:      27036
81.76/82.08	c #Conflicts:     236000 | #Constraints:      28036
81.76/82.08	c INPROCESSING
81.76/82.08	c GARBAGE COLLECT
81.76/82.08	c #Conflicts:     237000 | #Constraints:      19435
81.76/82.08	c #Conflicts:     238000 | #Constraints:      20435
81.76/82.08	c #Conflicts:     239000 | #Constraints:      21436
81.76/82.08	c #Conflicts:     240000 | #Constraints:      22436
81.76/82.08	c #Conflicts:     241000 | #Constraints:      23436
81.76/82.08	c #Conflicts:     242000 | #Constraints:      24436
81.76/82.08	c #Conflicts:     243000 | #Constraints:      25436
81.76/82.08	c #Conflicts:     244000 | #Constraints:      26436
81.76/82.08	c #Conflicts:     245000 | #Constraints:      27436
81.76/82.08	c #Conflicts:     246000 | #Constraints:      28436
81.76/82.08	c INPROCESSING
81.76/82.08	c GARBAGE COLLECT
81.76/82.08	c #Conflicts:     247000 | #Constraints:      19638
81.76/82.08	c #Conflicts:     248000 | #Constraints:      20638
81.76/82.08	c #Conflicts:     249000 | #Constraints:      21638
81.76/82.08	c #Conflicts:     250000 | #Constraints:      22638
81.76/82.08	c #Conflicts:     251000 | #Constraints:      23639
81.76/82.08	c #Conflicts:     252000 | #Constraints:      24639
81.76/82.08	c #Conflicts:     253000 | #Constraints:      25639
81.76/82.08	c #Conflicts:     254000 | #Constraints:      26639
81.76/82.08	c #Conflicts:     255000 | #Constraints:      27639
81.76/82.08	c #Conflicts:     256000 | #Constraints:      28639
81.76/82.08	c INPROCESSING
81.76/82.08	c GARBAGE COLLECT
81.76/82.08	WSVECS04 Frhs2[6]: 6 0 7.66674 shouldn't be
81.76/82.08	WSVECS04 Frhs2[16]: 6 -26.55 0 shouldn't be
81.76/82.08	WSVECS04 Frhs2[29]: 6 0 17.9168 shouldn't be
81.76/82.08	WSVECS04 Frhs2[31]: 6 0 27.8834 shouldn't be
81.76/82.08	WSVECS04 Frhs2[37]: 6 -26.55 0 shouldn't be
81.76/82.08	WSVECS04 Frhs2[42]: 6 0 9.56673 shouldn't be
81.76/82.08	WSVECS04 Frhs2[118]: 6 0 7.90005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[136]: 6 -7.91672 0 shouldn't be
81.76/82.08	WSVECS04 Frhs2[146]: 6 0 0.250072 shouldn't be
81.76/82.08	WSVECS04 Frhs2[153]: 6 0 20.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[156]: 6 0 0.500021 shouldn't be
81.76/82.08	WSVECS04 Frhs2[198]: 6 0 0.166698 shouldn't be
81.76/82.08	WSVECS04 Frhs2[203]: 6 0 6.78336 shouldn't be
81.76/82.08	WSVECS04 Frhs2[207]: 6 0 1.00007 shouldn't be
81.76/82.08	WSVECS04 Frhs2[209]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[252]: 6 0 0.75004 shouldn't be
81.76/82.08	WSVECS04 Frhs2[280]: 6 0 0.166756 shouldn't be
81.76/82.08	WSVECS04 Frhs2[282]: 6 0 7.90005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[286]: 6 0 0.500021 shouldn't be
81.76/82.08	WSVECS04 Frhs2[289]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[312]: 6 0 2.00004 shouldn't be
81.76/82.08	WSVECS04 Frhs2[313]: 6 0 0.750091 shouldn't be
81.76/82.08	WSVECS04 Frhs2[317]: 6 0 1.00004 shouldn't be
81.76/82.08	WSVECS04 Frhs2[318]: 6 0 0.500079 shouldn't be
81.76/82.08	WSVECS04 Frhs2[321]: 6 0 0.166684 shouldn't be
81.76/82.08	WSVECS04 Frhs2[330]: 6 0 1.00004 shouldn't be
81.76/82.08	WSVECS04 Frhs2[334]: 6 0 0.750032 shouldn't be
81.76/82.08	WSVECS04 Frhs2[359]: 6 0 0.500061 shouldn't be
81.76/82.08	WSVECS04 Frhs2[360]: 6 0 4.50002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[385]: 6 0 19.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[405]: 6 0 7.90003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[416]: 6 0 0.750028 shouldn't be
81.76/82.08	WSVECS04 Frhs2[426]: 6 0 19.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[451]: 6 0 1.00005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[457]: 6 0 0.750024 shouldn't be
81.76/82.08	WSVECS04 Frhs2[461]: 6 0 17.8167 shouldn't be
81.76/82.08	WSVECS04 Frhs2[472]: 6 0 1.50002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[475]: 6 0 3.00007 shouldn't be
81.76/82.08	WSVECS04 Frhs2[487]: 6 0 6.90008 shouldn't be
81.76/82.08	WSVECS04 Frhs2[511]: 6 0 1.50006 shouldn't be
81.76/82.08	WSVECS04 Frhs2[516]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[528]: 6 0 7.90004 shouldn't be
81.76/82.08	WSVECS04 Frhs2[531]: 6 0 4.7834 shouldn't be
81.76/82.08	WSVECS04 Frhs2[532]: 6 0 0.50003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[535]: 6 0 1.00002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[569]: 6 0 7.90004 shouldn't be
81.76/82.08	WSVECS04 Frhs2[572]: 6 0 5.78335 shouldn't be
81.76/82.08	WSVECS04 Frhs2[573]: 6 0 0.500037 shouldn't be
81.76/82.08	WSVECS04 Frhs2[580]: 6 0 0.750023 shouldn't be
81.76/82.08	WSVECS04 Frhs2[590]: 6 0 19.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[592]: 6 0 2.50005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[593]: 6 0 1.50005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[614]: 6 0 0.500044 shouldn't be
81.76/82.08	WSVECS04 Frhs2[629]: 6 0 0.500016 shouldn't be
81.76/82.08	WSVECS04 Frhs2[633]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[639]: 6 0 1.00002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[655]: 6 0 0.500056 shouldn't be
81.76/82.08	WSVECS04 Frhs2[656]: 6 0 1.00006 shouldn't be
81.76/82.08	WSVECS04 Frhs2[665]: 6 0 6.40001 shouldn't be
81.76/82.08	WSVECS04 Frhs2[670]: 6 0 0.500091 shouldn't be
81.76/82.08	WSVECS04 Frhs2[675]: 6 0 0.500011 shouldn't be
81.76/82.08	WSVECS04 Frhs2[695]: 6 0 1.00002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[696]: 6 0 0.50003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[713]: 6 0 21.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[716]: 6 0 0.500014 shouldn't be
81.76/82.08	WSVECS04 Frhs2[737]: 6 0 0.50007 shouldn't be
81.76/82.08	WSVECS04 Frhs2[747]: 6 0 6.40005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[754]: 6 0 19.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[758]: 6 0 0.500046 shouldn't be
81.76/82.08	WSVECS04 Frhs2[795]: 6 0 18.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[798]: 6 0 0.500015 shouldn't be
81.76/82.08	WSVECS04 Frhs2[799]: 6 0 0.500058 shouldn't be
81.76/82.08	WSVECS04 Frhs2[804]: 6 0 0.500092 shouldn't be
81.76/82.08	WSVECS04 Frhs2[824]: 6 0 1.0001 shouldn't be
81.76/82.08	WSVECS04 Frhs2[839]: 6 0 0.50007 shouldn't be
81.76/82.08	WSVECS04 Frhs2[840]: 6 0 0.500086 shouldn't be
81.76/82.08	WSVECS04 Frhs2[850]: 6 0 1.00001 shouldn't be
81.76/82.08	WSVECS04 Frhs2[881]: 6 0 0.500076 shouldn't be
81.76/82.08	WSVECS04 Frhs2[891]: 6 0 1.00007 shouldn't be
81.76/82.08	WSVECS04 Frhs2[918]: 6 0 18.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[937]: 6 0 3.21669 shouldn't be
81.76/82.08	WSVECS04 Frhs2[947]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[951]: 6 0 1.00007 shouldn't be
81.76/82.08	WSVECS04 Frhs2[959]: 6 0 18.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[978]: 6 0 3.21668 shouldn't be
81.76/82.08	WSVECS04 Frhs2[986]: 6 0 1.00005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[988]: 6 0 1.00002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[991]: 6 0 1.00008 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1000]: 6 0 18.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1006]: 6 0 2.01669 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1009]: 6 0 0.500082 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1027]: 6 0 1.00004 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1032]: 6 0 5.00002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1050]: 6 0 0.50002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1073]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1091]: 6 0 0.500071 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1102]: 6 0 6.31674 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1112]: 6 0 2.00002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1113]: 6 0 0.750052 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1114]: 6 0 2.00008 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1154]: 6 0 2.75008 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1155]: 6 0 1.00007 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1158]: 6 0 17.8167 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1162]: 6 0 0.500026 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1164]: 6 0 18.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1173]: 6 0 0.500019 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1178]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1181]: 6 0 0.50002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1187]: 6 0 5.78335 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1195]: 6 0 0.750018 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1214]: 6 0 0.500097 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1232]: 6 0 1.00004 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1236]: 6 0 0.750094 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1243]: 6 0 2.00006 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1244]: 6 0 0.500039 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1255]: 6 0 0.500047 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1260]: 6 0 1.00005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1261]: 6 0 0.500048 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1263]: 6 0 0.500019 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1265]: 6 0 2.21669 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1266]: 6 0 6.31676 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1271]: 6 0 1.00002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1273]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1277]: 6 0 0.750089 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1290]: 6 0 0.500044 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1296]: 6 0 0.500053 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1298]: 6 0 1.93339 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1302]: 6 0 0.500048 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1307]: 6 0 7.31674 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1310]: 6 0 6.78335 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1312]: 6 0 1.00002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1314]: 6 0 1.00005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1318]: 6 0 0.750051 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1322]: 6 0 17.8167 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1331]: 6 0 0.500034 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1348]: 6 0 6.3167 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1353]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1354]: 6 0 1.00004 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1355]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1369]: 6 0 19.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1372]: 6 0 0.500038 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1378]: 6 0 3.50005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1380]: 6 0 1.93337 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1389]: 6 0 6.31675 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1392]: 6 0 6.78337 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1395]: 6 0 1.00002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1396]: 6 0 1.00004 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1398]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1400]: 6 0 0.750046 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1414]: 6 0 0.500017 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1419]: 6 0 0.500063 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1430]: 6 0 6.31673 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1431]: 6 0 8.16669 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1433]: 6 0 9.78337 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1434]: 6 0 1.50006 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1476]: 6 0 1.00001 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1480]: 6 0 1.00002 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1482]: 6 0 0.750025 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1492]: 6 0 19.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1500]: 6 0 1.00003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1512]: 6 0 7.90003 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1533]: 6 0 19.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1548]: 6 0 0.500016 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1552]: 6 0 2.21668 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1553]: 6 0 10.9 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1567]: 6 -6.41668 0 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1574]: 6 0 19.7333 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1597]: 6 0 6.78335 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1615]: 6 0 19.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1635]: 6 0 7.90006 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1656]: 6 0 19.7334 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1674]: 6 0 0.500053 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1676]: 6 0 7.90005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1718]: 6 0 8.16668 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1736]: 6 0 0.500042 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1758]: 6 0 7.90005 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1825]: 6 -1.00009 0 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1826]: 6 -3.00005 0 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1892]: 6 -2.00007 0 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1894]: 6 -3.00003 0 shouldn't be
81.76/82.08	WSVECS04 Frhs2[1925]: 6 -0.50001 0 shouldn't be
82.15/82.42	WSVECS04 Frhs2[128]: 6 0 1.00004 shouldn't be
82.15/82.42	WSVECS04 Frhs2[251]: 6 0 1.00004 shouldn't be
82.15/82.42	WSVECS04 Frhs2[292]: 6 0 1.00002 shouldn't be
82.15/82.42	WSVECS04 Frhs2[333]: 6 0 1.00003 shouldn't be
82.15/82.42	WSVECS04 Frhs2[456]: 6 0 1.00005 shouldn't be
82.15/82.42	WSVECS04 Frhs2[515]: 6 0 5.00004 shouldn't be
82.15/82.42	WSVECS04 Frhs2[588]: 6 0 0.500034 shouldn't be
82.15/82.42	WSVECS04 Frhs2[632]: 6 0 1.50003 shouldn't be
82.15/82.42	WSVECS04 Frhs2[752]: 6 0 2.00007 shouldn't be
82.15/82.42	WSVECS04 Frhs2[872]: 6 0 1.00007 shouldn't be
82.15/82.42	WSVECS04 Frhs2[886]: 6 0 0.500042 shouldn't be
82.15/82.42	WSVECS04 Frhs2[948]: 6 0 1.00006 shouldn't be
82.15/82.42	WSVECS04 Frhs2[968]: 6 0 0.500042 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1121]: 6 0 0.500054 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1304]: 6 0 0.500033 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1316]: 6 0 1.00008 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1317]: 6 0 1.00001 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1357]: 6 0 1.0001 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1439]: 6 0 1.00009 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1715]: 6 0 1.00002 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1754]: 6 0 2.00004 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1818]: 6 -3.00005 0 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1820]: 6 -3.00005 0 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1839]: 6 -4.00002 0 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1862]: 6 -4.00006 0 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1866]: 6 -2.00006 0 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1943]: 6 -1.00002 0 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1947]: 6 -1.00001 0 shouldn't be
82.15/82.42	WSVECS04 Frhs2[1979]: 6 -8.00009 0 shouldn't be
82.45/82.78	WSVECS04 Frhs2[176]: 6 0 0.500066 shouldn't be
82.45/82.78	WSVECS04 Frhs2[258]: 6 0 0.500034 shouldn't be
82.45/82.78	WSVECS04 Frhs2[473]: 6 0 4.00004 shouldn't be
82.45/82.78	WSVECS04 Frhs2[736]: 6 0 1.00004 shouldn't be
82.45/82.78	WSVECS04 Frhs2[764]: 6 0 0.250011 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1011]: 6 0 3.93338 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1193]: 6 0 1.00004 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1203]: 6 0 0.500046 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1234]: 6 0 1.00004 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1242]: 6 0 0.500073 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1275]: 6 0 1.00008 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1283]: 6 0 0.500095 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1309]: 6 0 0.333391 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1350]: 6 0 0.333411 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1383]: 6 0 1.00003 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1432]: 6 0 0.333364 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1554]: 6 0 8.16669 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1593]: 6 -1.16674 0 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1695]: 6 0 0.500077 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1813]: 6 -1.0001 0 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1858]: 6 -3.00003 0 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1881]: 6 -2.00009 0 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1884]: 6 -1.00003 0 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1907]: 6 -5.00006 0 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1926]: 6 -2.00006 0 shouldn't be
82.45/82.78	WSVECS04 Frhs2[1973]: 6 -5.00009 0 shouldn't be
82.86/83.12	WSVECS04 Frhs2[150]: 6 0 3.93339 shouldn't be
82.86/83.12	WSVECS04 Frhs2[232]: 6 0 3.93342 shouldn't be
82.86/83.12	WSVECS04 Frhs2[297]: 6 0 17.8167 shouldn't be
82.86/83.12	WSVECS04 Frhs2[437]: 6 0 3.93335 shouldn't be
82.86/83.12	WSVECS04 Frhs2[719]: 6 0 2.01676 shouldn't be
82.86/83.12	WSVECS04 Frhs2[760]: 6 0 2.01672 shouldn't be
82.86/83.12	WSVECS04 Frhs2[761]: 6 0 1.41675 shouldn't be
82.86/83.12	WSVECS04 Frhs2[816]: 6 0 8.16669 shouldn't be
82.86/83.12	WSVECS04 Frhs2[832]: 6 0 2.50007 shouldn't be
82.86/83.12	WSVECS04 Frhs2[857]: 6 0 8.1667 shouldn't be
82.86/83.12	WSVECS04 Frhs2[865]: 6 0 1.00001 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1029]: 6 0 1.00007 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1166]: 6 0 0.500048 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1207]: 6 0 0.500042 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1248]: 6 0 0.500077 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1259]: 6 0 0.500037 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1269]: 6 0 6.78341 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1288]: 6 0 0.500093 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1289]: 6 0 0.500014 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1300]: 6 0 1.50009 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1341]: 6 0 0.500069 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1345]: 6 0 0.500063 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1382]: 6 0 0.500074 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1423]: 6 0 0.50005 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1462]: 6 0 1.93338 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1507]: 6 0 0.500092 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1720]: 6 0 6.7834 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1761]: 6 0 6.78338 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1802]: 6 0 6.78343 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1854]: 6 -1.00002 0 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1855]: 6 -1.00005 0 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1856]: 6 -2.00008 0 shouldn't be
82.86/83.12	WSVECS04 Frhs2[1935]: 6 -5.00007 0 shouldn't be
83.15/83.44	WSVECS04 Frhs2[92]: 6 0 17.8167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[105]: 6 0 6.0001 shouldn't be
83.15/83.44	WSVECS04 Frhs2[215]: 6 0 17.8167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[268]: 6 0 3.01672 shouldn't be
83.15/83.44	WSVECS04 Frhs2[273]: 6 0 3.93338 shouldn't be
83.15/83.44	WSVECS04 Frhs2[352]: 6 0 4.00009 shouldn't be
83.15/83.44	WSVECS04 Frhs2[371]: 6 0 1.00008 shouldn't be
83.15/83.44	WSVECS04 Frhs2[375]: 6 0 0.75006 shouldn't be
83.15/83.44	WSVECS04 Frhs2[386]: 6 0 0.500064 shouldn't be
83.15/83.44	WSVECS04 Frhs2[393]: 6 0 2.00007 shouldn't be
83.15/83.44	WSVECS04 Frhs2[420]: 6 0 17.8167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[427]: 6 0 0.500063 shouldn't be
83.15/83.44	WSVECS04 Frhs2[453]: 6 0 1.00009 shouldn't be
83.15/83.44	WSVECS04 Frhs2[478]: 6 0 3.93335 shouldn't be
83.15/83.44	WSVECS04 Frhs2[490]: 6 0 5.78342 shouldn't be
83.15/83.44	WSVECS04 Frhs2[494]: 6 0 1.0001 shouldn't be
83.15/83.44	WSVECS04 Frhs2[502]: 6 0 17.8167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[509]: 6 0 0.500013 shouldn't be
83.15/83.44	WSVECS04 Frhs2[552]: 6 0 1.50007 shouldn't be
83.15/83.44	WSVECS04 Frhs2[634]: 6 0 0.500062 shouldn't be
83.15/83.44	WSVECS04 Frhs2[654]: 6 0 1.00008 shouldn't be
83.15/83.44	WSVECS04 Frhs2[706]: 6 0 6.4001 shouldn't be
83.15/83.44	WSVECS04 Frhs2[757]: 6 0 0.500063 shouldn't be
83.15/83.44	WSVECS04 Frhs2[805]: 6 0 0.250094 shouldn't be
83.15/83.44	WSVECS04 Frhs2[808]: 6 0 0.500051 shouldn't be
83.15/83.44	WSVECS04 Frhs2[894]: 6 0 0.500027 shouldn't be
83.15/83.44	WSVECS04 Frhs2[897]: 6 0 0.583379 shouldn't be
83.15/83.44	WSVECS04 Frhs2[906]: 6 0 1.0001 shouldn't be
83.15/83.44	WSVECS04 Frhs2[953]: 6 0 16.8167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[994]: 6 0 17.8167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1017]: 6 0 0.500056 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1035]: 6 0 16.8167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1068]: 6 0 1.00006 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1088]: 6 0 2.0167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1191]: 6 0 1.00007 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1211]: 6 0 3.01677 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1222]: 6 0 0.500023 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1256]: 6 0 1.25004 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1293]: 6 0 3.01672 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1334]: 6 0 3.01673 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1363]: 6 0 17.8167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1370]: 6 0 0.500041 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1375]: 6 0 3.01674 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1386]: 6 0 0.500083 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1404]: 6 0 17.8167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1416]: 6 0 3.01671 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1437]: 6 0 1.00007 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1457]: 6 0 3.01672 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1472]: 6 0 8.16672 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1478]: 6 0 1.0001 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1493]: 6 0 0.50002 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1498]: 6 0 3.01672 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1513]: 6 0 8.16671 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1534]: 6 0 0.500014 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1539]: 6 0 3.01675 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1568]: 6 0 17.8167 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1595]: 6 0 9.16673 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1883]: 6 -1.00005 0 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1889]: 6 -3.00007 0 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1901]: 6 -1.00007 0 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1929]: 6 -1.00002 0 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1944]: 6 -3.00002 0 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1952]: 6 -3.00006 0 shouldn't be
83.15/83.44	WSVECS04 Frhs2[1972]: 6 -1.00008 0 shouldn't be
83.95/84.23	WSVECS04 Frhs2[64]: 6 -1.00005 0 shouldn't be
83.95/84.23	WSVECS04 Frhs2[119]: 6 0 7.16668 shouldn't be
83.95/84.23	WSVECS04 Frhs2[191]: 6 0 5.93338 shouldn't be
83.95/84.23	WSVECS04 Frhs2[192]: 6 0 0.666744 shouldn't be
83.95/84.23	WSVECS04 Frhs2[201]: 6 0 7.16669 shouldn't be
83.95/84.23	WSVECS04 Frhs2[293]: 6 0 0.750082 shouldn't be
83.95/84.23	WSVECS04 Frhs2[315]: 6 0 1.00008 shouldn't be
83.95/84.23	WSVECS04 Frhs2[332]: 6 0 1.00009 shouldn't be
83.95/84.23	WSVECS04 Frhs2[365]: 6 0 7.16668 shouldn't be
83.95/84.23	WSVECS04 Frhs2[396]: 6 0 3.93337 shouldn't be
83.95/84.23	WSVECS04 Frhs2[410]: 6 0 1.00006 shouldn't be
83.95/84.23	WSVECS04 Frhs2[435]: 6 0 2.00008 shouldn't be
83.95/84.23	WSVECS04 Frhs2[438]: 6 0 0.33337 shouldn't be
83.95/84.23	WSVECS04 Frhs2[479]: 6 0 0.333403 shouldn't be
83.95/84.23	WSVECS04 Frhs2[488]: 6 0 8.1667 shouldn't be
83.95/84.23	WSVECS04 Frhs2[492]: 6 0 1.00008 shouldn't be
83.95/84.23	WSVECS04 Frhs2[520]: 6 0 0.333398 shouldn't be
83.95/84.23	WSVECS04 Frhs2[529]: 6 0 8.16671 shouldn't be
83.95/84.23	WSVECS04 Frhs2[533]: 6 0 1.00008 shouldn't be
83.95/84.23	WSVECS04 Frhs2[551]: 6 0 2.50005 shouldn't be
83.95/84.23	WSVECS04 Frhs2[561]: 6 0 0.333365 shouldn't be
83.95/84.23	WSVECS04 Frhs2[574]: 6 0 1.0001 shouldn't be
83.95/84.23	WSVECS04 Frhs2[615]: 6 0 1.00008 shouldn't be
83.95/84.23	WSVECS04 Frhs2[712]: 6 0 1.50002 shouldn't be
83.95/84.23	WSVECS04 Frhs2[734]: 6 0 8.16669 shouldn't be
83.95/84.23	WSVECS04 Frhs2[775]: 6 0 8.16674 shouldn't be
83.95/84.23	WSVECS04 Frhs2[835]: 6 0 0.500013 shouldn't be
83.95/84.23	WSVECS04 Frhs2[870]: 6 0 7.40009 shouldn't be
83.95/84.23	WSVECS04 Frhs2[952]: 6 0 9.40004 shouldn't be
83.95/84.23	WSVECS04 Frhs2[965]: 6 0 2.01676 shouldn't be
83.95/84.23	WSVECS04 Frhs2[993]: 6 0 8.40006 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1107]: 6 0 1.00006 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1148]: 6 0 1.00006 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1175]: 6 0 3.93334 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1189]: 6 0 1.0001 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1240]: 6 0 17.8167 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1381]: 6 0 0.333407 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1394]: 6 0 3.00009 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1421]: 6 0 1.93339 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1422]: 6 0 0.333354 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1503]: 6 0 1.93342 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1517]: 6 0 2.00008 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1545]: 6 0 0.333356 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1558]: 6 0 1.00008 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1636]: 6 0 8.16676 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1677]: 6 0 9.1667 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1691]: 6 0 17.8167 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1823]: 6 -1.00005 0 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1899]: 6 -2.00008 0 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1940]: 6 -2.00009 0 shouldn't be
83.95/84.23	WSVECS04 Frhs2[1978]: 6 -1.00008 0 shouldn't be
84.55/84.88	WSVECS04 Frhs2[96]: 6 0 0.500074 shouldn't be
84.55/84.88	WSVECS04 Frhs2[100]: 6 0 0.500021 shouldn't be
84.55/84.88	WSVECS04 Frhs2[145]: 6 0 3.01668 shouldn't be
84.55/84.88	WSVECS04 Frhs2[155]: 6 0 1.00006 shouldn't be
84.55/84.88	WSVECS04 Frhs2[174]: 6 0 17.8167 shouldn't be
84.55/84.88	WSVECS04 Frhs2[204]: 6 0 0.500052 shouldn't be
84.55/84.88	WSVECS04 Frhs2[235]: 6 0 1.00007 shouldn't be
84.55/84.88	WSVECS04 Frhs2[245]: 6 0 0.500073 shouldn't be
84.55/84.88	WSVECS04 Frhs2[255]: 6 0 0.983421 shouldn't be
84.55/84.88	WSVECS04 Frhs2[256]: 6 0 17.8167 shouldn't be
84.55/84.88	WSVECS04 Frhs2[267]: 6 0 0.500045 shouldn't be
84.55/84.88	WSVECS04 Frhs2[276]: 6 0 1.00007 shouldn't be
84.55/84.88	WSVECS04 Frhs2[281]: 6 0 3.2167 shouldn't be
84.55/84.88	WSVECS04 Frhs2[308]: 6 0 0.500063 shouldn't be
84.55/84.88	WSVECS04 Frhs2[324]: 6 0 7.16672 shouldn't be
84.55/84.88	WSVECS04 Frhs2[327]: 6 0 0.500049 shouldn't be
84.55/84.88	WSVECS04 Frhs2[368]: 6 0 0.500037 shouldn't be
84.55/84.88	WSVECS04 Frhs2[432]: 6 0 2.00003 shouldn't be
84.55/84.88	WSVECS04 Frhs2[447]: 6 0 8.16673 shouldn't be
84.55/84.88	WSVECS04 Frhs2[450]: 6 0 0.500045 shouldn't be
84.55/84.88	WSVECS04 Frhs2[498]: 6 0 0.750071 shouldn't be
84.55/84.88	WSVECS04 Frhs2[513]: 6 0 1.50002 shouldn't be
84.55/84.88	WSVECS04 Frhs2[539]: 6 0 0.75007 shouldn't be
84.55/84.88	WSVECS04 Frhs2[650]: 6 0 3.2167 shouldn't be
84.55/84.88	WSVECS04 Frhs2[768]: 6 0 1.00006 shouldn't be
84.55/84.88	WSVECS04 Frhs2[773]: 6 0 3.21671 shouldn't be
84.55/84.88	WSVECS04 Frhs2[855]: 6 0 3.2167 shouldn't be
84.55/84.88	WSVECS04 Frhs2[970]: 6 0 1.00009 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1076]: 6 0 16.8167 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1084]: 6 0 0.500067 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1096]: 6 0 1.00009 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1137]: 6 0 1.00009 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1152]: 6 0 3.00008 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1183]: 6 0 3.21669 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1199]: 6 0 17.8168 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1216]: 6 0 3.93337 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1227]: 6 0 0.333373 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1228]: 6 0 6.78342 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1239]: 6 0 0.983361 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1311]: 6 0 0.500091 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1324]: 6 0 0.500053 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1343]: 6 0 0.500038 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1385]: 6 0 1.00001 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1391]: 6 0 0.333362 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1426]: 6 0 1.00008 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1429]: 6 0 2.21669 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1467]: 6 0 1.00005 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1508]: 6 0 1.00009 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1549]: 6 0 1.00002 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1637]: 6 0 1.00005 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1650]: 6 0 17.8168 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1672]: 6 0 1.00003 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1781]: 6 0 0.500068 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1812]: 6 -1.00002 0 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1885]: 6 -1.00005 0 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1902]: 6 -1.00001 0 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1912]: 6 -1.00002 0 shouldn't be
84.55/84.88	WSVECS04 Frhs2[1917]: 6 -5.00006 0 shouldn't be
85.35/85.61	WSVECS04 Frhs2[185]: 6 0 0.500074 shouldn't be
85.35/85.61	WSVECS04 Frhs2[193]: 6 0 0.500092 shouldn't be
85.35/85.61	WSVECS04 Frhs2[234]: 6 0 0.500019 shouldn't be
85.35/85.61	WSVECS04 Frhs2[270]: 6 0 1.00005 shouldn't be
85.35/85.61	WSVECS04 Frhs2[299]: 6 0 0.500075 shouldn't be
85.35/85.61	WSVECS04 Frhs2[390]: 6 0 0.500036 shouldn't be
85.35/85.61	WSVECS04 Frhs2[434]: 6 0 1.00005 shouldn't be
85.35/85.61	WSVECS04 Frhs2[445]: 6 0 3.21672 shouldn't be
85.35/85.61	WSVECS04 Frhs2[570]: 6 0 8.1667 shouldn't be
85.35/85.61	WSVECS04 Frhs2[595]: 6 0 0.500059 shouldn't be
85.35/85.61	WSVECS04 Frhs2[598]: 6 0 1.00005 shouldn't be
85.35/85.61	WSVECS04 Frhs2[753]: 6 0 1.50003 shouldn't be
85.35/85.61	WSVECS04 Frhs2[763]: 6 0 0.500095 shouldn't be
85.35/85.61	WSVECS04 Frhs2[794]: 6 0 0.500026 shouldn't be
85.35/85.61	WSVECS04 Frhs2[815]: 6 0 0.583373 shouldn't be
85.35/85.61	WSVECS04 Frhs2[896]: 6 0 3.21671 shouldn't be
85.35/85.61	WSVECS04 Frhs2[958]: 6 0 0.500055 shouldn't be
85.35/85.61	WSVECS04 Frhs2[967]: 6 0 1.00004 shouldn't be
85.35/85.61	WSVECS04 Frhs2[979]: 6 0 0.583403 shouldn't be
85.35/85.61	WSVECS04 Frhs2[995]: 6 0 2.00001 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1020]: 6 0 0.583383 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1142]: 6 0 3.21671 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1268]: 6 0 0.333403 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1297]: 6 0 0.2501 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1306]: 6 0 2.21671 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1338]: 6 0 0.250063 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1384]: 6 0 0.50009 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1425]: 6 0 0.500062 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1486]: 6 0 17.8167 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1543]: 6 0 0.750048 shouldn't be
85.35/85.61	WSVECS04 Frhs2[1903]: 6 -1.00008 0 shouldn't be
89.43/89.75	c #Conflicts:     257000 | #Constraints:      19637
89.43/89.75	c #Conflicts:     258000 | #Constraints:      20637
89.43/89.75	c #Conflicts:     259000 | #Constraints:      21637
89.43/89.75	c #Conflicts:     260000 | #Constraints:      22637
89.43/89.75	c #Conflicts:     261000 | #Constraints:      23637
89.43/89.75	c #Conflicts:     262000 | #Constraints:      24637
89.43/89.75	c #Conflicts:     263000 | #Constraints:      25637
89.43/89.75	c #Conflicts:     264000 | #Constraints:      26637
89.43/89.75	c #Conflicts:     265000 | #Constraints:      27637
89.43/89.75	c #Conflicts:     266000 | #Constraints:      28637
89.43/89.75	c INPROCESSING
89.43/89.75	c GARBAGE COLLECT
89.43/89.75	c #Conflicts:     267000 | #Constraints:      19434
89.43/89.75	WSVECS04 Frhs2[155]: 6 0 1.24514 shouldn't be
89.43/89.75	WSVECS04 Frhs2[250]: 6 0 0.500046 shouldn't be
89.43/89.75	WSVECS04 Frhs2[336]: 6 0 1.96303 shouldn't be
89.43/89.75	WSVECS04 Frhs2[467]: 6 0 1.00002 shouldn't be
89.43/89.75	WSVECS04 Frhs2[875]: 6 0 8.03063 shouldn't be
89.43/89.75	WSVECS04 Frhs2[957]: 6 0 8.0306 shouldn't be
89.43/89.75	WSVECS04 Frhs2[1035]: 6 0 0.500071 shouldn't be
89.43/89.75	WSVECS04 Frhs2[1373]: 6 0 1.00003 shouldn't be
89.43/89.75	WSVECS04 Frhs2[1401]: 6 0 0.0150813 shouldn't be
89.43/89.75	WSVECS04 Frhs2[1406]: 6 0 0.333375 shouldn't be
89.43/89.75	WSVECS04 Frhs2[1757]: 6 0 1.00009 shouldn't be
89.43/89.75	WSVECS04 Frhs2[1759]: 6 0 17.4196 shouldn't be
89.43/89.75	WSVECS04 Frhs2[1850]: 6 -1.00009 0 shouldn't be
89.43/89.75	WSVECS04 Frhs2[1949]: 6 -1.50002 0 shouldn't be
89.43/89.75	WSVECS04 Frhs2[1959]: 6 -1.00002 0 shouldn't be
103.60/103.91	c #Conflicts:     268000 | #Constraints:      20435
103.60/103.91	c #Conflicts:     269000 | #Constraints:      21435
103.60/103.91	c #Conflicts:     270000 | #Constraints:      22435
103.60/103.91	c #Conflicts:     271000 | #Constraints:      23435
103.60/103.91	c #Conflicts:     272000 | #Constraints:      24435
103.60/103.91	c #Conflicts:     273000 | #Constraints:      25435
103.60/103.91	c #Conflicts:     274000 | #Constraints:      26435
103.60/103.91	c #Conflicts:     275000 | #Constraints:      27435
103.60/103.91	c #Conflicts:     276000 | #Constraints:      28435
103.60/103.91	c #Conflicts:     277000 | #Constraints:      29435
103.60/103.91	c INPROCESSING
103.60/103.91	c GARBAGE COLLECT
103.60/103.91	c #Conflicts:     278000 | #Constraints:      20038
103.60/103.91	c #Conflicts:     279000 | #Constraints:      21038
103.60/103.91	c #Conflicts:     280000 | #Constraints:      22038
103.60/103.91	c #Conflicts:     281000 | #Constraints:      23038
103.60/103.91	c #Conflicts:     282000 | #Constraints:      24038
103.60/103.91	c #Conflicts:     283000 | #Constraints:      25038
103.60/103.91	c #Conflicts:     284000 | #Constraints:      26038
103.60/103.91	c #Conflicts:     285000 | #Constraints:      27038
103.60/103.91	c #Conflicts:     286000 | #Constraints:      28038
103.60/103.91	c #Conflicts:     287000 | #Constraints:      29038
103.60/103.91	c #Conflicts:     288000 | #Constraints:      30038
103.60/103.91	c INPROCESSING
103.60/103.91	c GARBAGE COLLECT
103.60/103.91	c #Conflicts:     289000 | #Constraints:      20442
103.60/103.91	c #Conflicts:     290000 | #Constraints:      21442
103.60/103.91	c #Conflicts:     291000 | #Constraints:      22442
103.60/103.91	c #Conflicts:     292000 | #Constraints:      23442
103.60/103.91	c #Conflicts:     293000 | #Constraints:      24442
103.60/103.91	c #Conflicts:     294000 | #Constraints:      25443
103.60/103.91	c #Conflicts:     295000 | #Constraints:      26443
103.60/103.91	c #Conflicts:     296000 | #Constraints:      27443
103.60/103.91	c #Conflicts:     297000 | #Constraints:      28443
103.60/103.91	c #Conflicts:     298000 | #Constraints:      29443
103.60/103.91	c #Conflicts:     299000 | #Constraints:      30443
103.60/103.91	c INPROCESSING
103.60/103.91	c GARBAGE COLLECT
103.60/103.91	c #Conflicts:     300000 | #Constraints:      20636
103.60/103.91	c #Conflicts:     301000 | #Constraints:      21636
103.60/103.91	c #Conflicts:     302000 | #Constraints:      22636
103.60/103.91	c #Conflicts:     303000 | #Constraints:      23636
103.60/103.91	c #Conflicts:     304000 | #Constraints:      24636
103.60/103.91	c #Conflicts:     305000 | #Constraints:      25636
103.60/103.91	c #Conflicts:     306000 | #Constraints:      26636
103.60/103.91	c #Conflicts:     307000 | #Constraints:      27636
103.60/103.91	c #Conflicts:     308000 | #Constraints:      28636
103.60/103.91	c #Conflicts:     309000 | #Constraints:      29636
103.60/103.91	c #Conflicts:     310000 | #Constraints:      30636
103.60/103.91	c INPROCESSING
103.60/103.91	c GARBAGE COLLECT
103.60/103.91	WSVECS04 Frhs2[16]: 6 -103.75 0 shouldn't be
103.60/103.91	WSVECS04 Frhs2[18]: 6 -103.75 0 shouldn't be
103.60/103.91	WSVECS04 Frhs2[41]: 6 -103.75 0 shouldn't be
103.60/103.91	WSVECS04 Frhs2[109]: 6 0 1.00004 shouldn't be
103.60/103.91	WSVECS04 Frhs2[113]: 6 0 2.50003 shouldn't be
103.60/103.91	WSVECS04 Frhs2[116]: 6 0 5.00005 shouldn't be
103.60/103.91	WSVECS04 Frhs2[146]: 6 0 2.0001 shouldn't be
103.60/103.91	WSVECS04 Frhs2[165]: 6 0 3.50002 shouldn't be
103.60/103.91	WSVECS04 Frhs2[236]: 6 0 4.50009 shouldn't be
103.60/103.91	WSVECS04 Frhs2[245]: 6 0 77.3334 shouldn't be
103.60/103.91	WSVECS04 Frhs2[309]: 6 0 1.00007 shouldn't be
103.60/103.91	WSVECS04 Frhs2[356]: 6 0 29.5834 shouldn't be
103.60/103.91	WSVECS04 Frhs2[709]: 6 0 2.0001 shouldn't be
103.60/103.91	WSVECS04 Frhs2[728]: 6 0 1.0001 shouldn't be
103.60/103.91	WSVECS04 Frhs2[756]: 6 0 1.00008 shouldn't be
103.60/103.91	WSVECS04 Frhs2[769]: 6 0 1.00003 shouldn't be
103.60/103.91	WSVECS04 Frhs2[771]: 6 0 0.500046 shouldn't be
103.60/103.91	WSVECS04 Frhs2[781]: 6 0 37.25 shouldn't be
103.60/103.91	WSVECS04 Frhs2[796]: 6 0 0.500068 shouldn't be
103.60/103.91	WSVECS04 Frhs2[822]: 6 0 37.2501 shouldn't be
103.60/103.91	WSVECS04 Frhs2[877]: 6 0 1.00002 shouldn't be
103.60/103.91	WSVECS04 Frhs2[909]: 6 0 1.00004 shouldn't be
103.60/103.91	WSVECS04 Frhs2[925]: 6 0 1.00008 shouldn't be
103.60/103.91	WSVECS04 Frhs2[993]: 6 0 22.6667 shouldn't be
103.60/103.91	WSVECS04 Frhs2[996]: 6 0 2.00002 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1007]: 6 0 1.00006 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1084]: 6 0 1.00004 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1102]: 6 0 0.500046 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1105]: 6 0 1.00004 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1116]: 6 0 22.6667 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1117]: 6 0 0.500026 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1119]: 6 0 2.00004 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1122]: 6 0 0.500053 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1126]: 6 0 1.00005 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1129]: 6 0 1.00007 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1141]: 6 0 5.00009 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1143]: 6 0 0.500056 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1146]: 6 0 1.00006 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1285]: 6 0 1.00003 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1302]: 6 0 4.50002 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1311]: 6 0 77.3334 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1399]: 6 0 1.00002 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1402]: 6 0 1.00007 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1408]: 6 0 1.00007 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1411]: 6 0 0.50005 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1422]: 6 0 28.5834 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1423]: 6 0 1.00006 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1428]: 6 0 5.00003 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1435]: 6 0 1.00001 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1442]: 6 0 2.33338 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1449]: 6 0 1.00009 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1452]: 6 0 0.500047 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1461]: 6 0 1.00009 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1468]: 6 0 1.50008 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1475]: 6 0 77.3333 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1478]: 6 0 38.25 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1525]: 6 0 1.00002 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1546]: 6 0 1.00007 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1551]: 6 0 5.00009 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1671]: 6 0 4.50004 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1679]: 6 0 1.00003 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1771]: 6 0 1.0001 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1772]: 6 0 21.6667 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1781]: 6 0 1.00001 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1786]: 6 0 2.00009 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1795]: 6 0 1.00009 shouldn't be
103.60/103.91	WSVECS04 Frhs2[1954]: 6 -1.00002 0 shouldn't be
119.25/119.67	c #Conflicts:     311000 | #Constraints:      20636
119.25/119.67	c #Conflicts:     312000 | #Constraints:      21636
119.25/119.67	c #Conflicts:     313000 | #Constraints:      22636
119.25/119.67	c #Conflicts:     314000 | #Constraints:      23636
119.25/119.67	c #Conflicts:     315000 | #Constraints:      24636
119.25/119.67	c #Conflicts:     316000 | #Constraints:      25636
119.25/119.67	c #Conflicts:     317000 | #Constraints:      26636
119.25/119.67	c #Conflicts:     318000 | #Constraints:      27636
119.25/119.67	c #Conflicts:     319000 | #Constraints:      28636
119.25/119.67	c #Conflicts:     320000 | #Constraints:      29636
119.25/119.67	c #Conflicts:     321000 | #Constraints:      30636
119.25/119.67	c INPROCESSING
119.25/119.67	c GARBAGE COLLECT
119.25/119.67	c #Conflicts:     322000 | #Constraints:      20435
119.25/119.67	c #Conflicts:     323000 | #Constraints:      21435
119.25/119.67	c #Conflicts:     324000 | #Constraints:      22435
119.25/119.67	c #Conflicts:     325000 | #Constraints:      23435
119.25/119.67	c #Conflicts:     326000 | #Constraints:      24435
119.25/119.67	c #Conflicts:     327000 | #Constraints:      25435
119.25/119.67	c #Conflicts:     328000 | #Constraints:      26435
119.25/119.67	c #Conflicts:     329000 | #Constraints:      27435
119.25/119.67	c #Conflicts:     330000 | #Constraints:      28435
119.25/119.67	c #Conflicts:     331000 | #Constraints:      29435
119.25/119.67	c #Conflicts:     332000 | #Constraints:      30435
119.25/119.67	c #Conflicts:     333000 | #Constraints:      31435
119.25/119.67	c INPROCESSING
119.25/119.67	c GARBAGE COLLECT
119.25/119.67	c #Conflicts:     334000 | #Constraints:      21033
119.25/119.67	c #Conflicts:     335000 | #Constraints:      22033
119.25/119.67	c #Conflicts:     336000 | #Constraints:      23033
119.25/119.67	c #Conflicts:     337000 | #Constraints:      24033
119.25/119.67	c #Conflicts:     338000 | #Constraints:      25033
119.25/119.67	c #Conflicts:     339000 | #Constraints:      26033
119.25/119.67	c #Conflicts:     340000 | #Constraints:      27033
119.25/119.67	c #Conflicts:     341000 | #Constraints:      28033
119.25/119.67	c #Conflicts:     342000 | #Constraints:      29033
119.25/119.67	c #Conflicts:     343000 | #Constraints:      30033
119.25/119.67	c #Conflicts:     344000 | #Constraints:      31033
119.25/119.67	c #Conflicts:     345000 | #Constraints:      32033
119.25/119.67	c INPROCESSING
119.25/119.67	c GARBAGE COLLECT
119.25/119.67	c #Conflicts:     346000 | #Constraints:      21439
119.25/119.67	c #Conflicts:     347000 | #Constraints:      22439
119.25/119.67	c #Conflicts:     348000 | #Constraints:      23439
119.25/119.67	c #Conflicts:     349000 | #Constraints:      24439
119.25/119.67	c #Conflicts:     350000 | #Constraints:      25439
119.25/119.67	c #Conflicts:     351000 | #Constraints:      26439
119.25/119.67	c #Conflicts:     352000 | #Constraints:      27439
119.25/119.67	c #Conflicts:     353000 | #Constraints:      28439
119.25/119.67	c #Conflicts:     354000 | #Constraints:      29439
119.25/119.67	c #Conflicts:     355000 | #Constraints:      30439
119.25/119.67	c #Conflicts:     356000 | #Constraints:      31439
119.25/119.67	c #Conflicts:     357000 | #Constraints:      32439
119.25/119.67	c INPROCESSING
119.25/119.67	c GARBAGE COLLECT
119.25/119.67	c #Conflicts:     358000 | #Constraints:      21637
119.25/119.67	WSVECS04 Frhs2[8]: 6 -24.3333 0 shouldn't be
119.25/119.67	WSVECS04 Frhs2[39]: 6 -24.3334 0 shouldn't be
119.25/119.67	WSVECS04 Frhs2[104]: 6 0 1.5556 shouldn't be
119.25/119.67	WSVECS04 Frhs2[109]: 6 0 2.50002 shouldn't be
119.25/119.67	WSVECS04 Frhs2[125]: 6 0 1.0001 shouldn't be
119.25/119.67	WSVECS04 Frhs2[158]: 6 0 0.500099 shouldn't be
119.25/119.67	WSVECS04 Frhs2[205]: 6 0 0.333398 shouldn't be
119.25/119.67	WSVECS04 Frhs2[212]: 6 0 0.500024 shouldn't be
119.25/119.67	WSVECS04 Frhs2[225]: 6 0 7.68787 shouldn't be
119.25/119.67	WSVECS04 Frhs2[296]: 6 0 0.500044 shouldn't be
119.25/119.67	WSVECS04 Frhs2[305]: 6 0 1.00003 shouldn't be
119.25/119.67	WSVECS04 Frhs2[309]: 6 0 1.55564 shouldn't be
119.25/119.67	WSVECS04 Frhs2[337]: 6 0 0.500025 shouldn't be
119.25/119.67	WSVECS04 Frhs2[338]: 6 0 2.58229 shouldn't be
119.25/119.67	WSVECS04 Frhs2[369]: 6 0 0.333395 shouldn't be
119.25/119.67	WSVECS04 Frhs2[385]: 6 0 0.137838 shouldn't be
119.25/119.67	WSVECS04 Frhs2[389]: 6 0 7.68779 shouldn't be
119.25/119.67	WSVECS04 Frhs2[417]: 6 0 0.500068 shouldn't be
119.25/119.67	WSVECS04 Frhs2[449]: 6 0 1.00009 shouldn't be
119.25/119.67	WSVECS04 Frhs2[451]: 6 0 0.333433 shouldn't be
119.25/119.67	WSVECS04 Frhs2[458]: 6 0 0.50002 shouldn't be
119.25/119.67	WSVECS04 Frhs2[464]: 6 0 1.00008 shouldn't be
119.25/119.67	WSVECS04 Frhs2[469]: 6 0 1.00003 shouldn't be
119.25/119.67	WSVECS04 Frhs2[492]: 6 0 0.333428 shouldn't be
119.25/119.67	WSVECS04 Frhs2[498]: 6 0 1.00002 shouldn't be
119.25/119.67	WSVECS04 Frhs2[504]: 6 0 1.00006 shouldn't be
119.25/119.67	WSVECS04 Frhs2[505]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[534]: 6 0 0.500028 shouldn't be
119.25/119.67	WSVECS04 Frhs2[578]: 6 0 0.500096 shouldn't be
119.25/119.67	WSVECS04 Frhs2[579]: 6 0 0.500023 shouldn't be
119.25/119.67	WSVECS04 Frhs2[584]: 6 0 12.6378 shouldn't be
119.25/119.67	WSVECS04 Frhs2[589]: 6 0 0.200069 shouldn't be
119.25/119.67	WSVECS04 Frhs2[596]: 6 0 1.55559 shouldn't be
119.25/119.67	WSVECS04 Frhs2[599]: 6 0 0.333419 shouldn't be
119.25/119.67	WSVECS04 Frhs2[602]: 6 0 1.00007 shouldn't be
119.25/119.67	WSVECS04 Frhs2[606]: 6 0 0.500076 shouldn't be
119.25/119.67	WSVECS04 Frhs2[607]: 6 0 2.66674 shouldn't be
119.25/119.67	WSVECS04 Frhs2[609]: 6 0 0.500042 shouldn't be
119.25/119.67	WSVECS04 Frhs2[611]: 6 0 0.500027 shouldn't be
119.25/119.67	WSVECS04 Frhs2[613]: 6 0 1.00002 shouldn't be
119.25/119.67	WSVECS04 Frhs2[615]: 6 0 0.666746 shouldn't be
119.25/119.67	WSVECS04 Frhs2[624]: 6 0 0.500024 shouldn't be
119.25/119.67	WSVECS04 Frhs2[625]: 6 0 12.6379 shouldn't be
119.25/119.67	WSVECS04 Frhs2[629]: 6 0 0.500038 shouldn't be
119.25/119.67	WSVECS04 Frhs2[638]: 6 0 1.00008 shouldn't be
119.25/119.67	WSVECS04 Frhs2[643]: 6 0 1.00002 shouldn't be
119.25/119.67	WSVECS04 Frhs2[652]: 6 0 0.500048 shouldn't be
119.25/119.67	WSVECS04 Frhs2[654]: 6 0 1.00004 shouldn't be
119.25/119.67	WSVECS04 Frhs2[658]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[669]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[676]: 6 0 6.68783 shouldn't be
119.25/119.67	WSVECS04 Frhs2[679]: 6 0 1.00006 shouldn't be
119.25/119.67	WSVECS04 Frhs2[681]: 6 0 0.33338 shouldn't be
119.25/119.67	WSVECS04 Frhs2[682]: 6 0 1.00007 shouldn't be
119.25/119.67	WSVECS04 Frhs2[684]: 6 0 1.00008 shouldn't be
119.25/119.67	WSVECS04 Frhs2[689]: 6 0 2.66673 shouldn't be
119.25/119.67	WSVECS04 Frhs2[691]: 6 0 0.500033 shouldn't be
119.25/119.67	WSVECS04 Frhs2[692]: 6 0 9.19561 shouldn't be
119.25/119.67	WSVECS04 Frhs2[693]: 6 0 0.500022 shouldn't be
119.25/119.67	WSVECS04 Frhs2[695]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[698]: 6 0 0.50005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[699]: 6 0 1.00002 shouldn't be
119.25/119.67	WSVECS04 Frhs2[704]: 6 0 0.500026 shouldn't be
119.25/119.67	WSVECS04 Frhs2[709]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[723]: 6 0 1.00002 shouldn't be
119.25/119.67	WSVECS04 Frhs2[725]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[732]: 6 0 0.500042 shouldn't be
119.25/119.67	WSVECS04 Frhs2[738]: 6 0 0.666681 shouldn't be
119.25/119.67	WSVECS04 Frhs2[740]: 6 0 1.0001 shouldn't be
119.25/119.67	WSVECS04 Frhs2[919]: 6 0 0.16669 shouldn't be
119.25/119.67	WSVECS04 Frhs2[921]: 6 0 1.00004 shouldn't be
119.25/119.67	WSVECS04 Frhs2[924]: 6 0 0.555577 shouldn't be
119.25/119.67	WSVECS04 Frhs2[925]: 6 0 1.00002 shouldn't be
119.25/119.67	WSVECS04 Frhs2[928]: 6 0 1.00009 shouldn't be
119.25/119.67	WSVECS04 Frhs2[935]: 6 0 2.66675 shouldn't be
119.25/119.67	WSVECS04 Frhs2[936]: 6 0 1.00003 shouldn't be
119.25/119.67	WSVECS04 Frhs2[938]: 6 0 10.1956 shouldn't be
119.25/119.67	WSVECS04 Frhs2[939]: 6 0 0.50006 shouldn't be
119.25/119.67	WSVECS04 Frhs2[941]: 6 0 1.00003 shouldn't be
119.25/119.67	WSVECS04 Frhs2[949]: 6 0 1.00004 shouldn't be
119.25/119.67	WSVECS04 Frhs2[956]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[959]: 6 0 0.568946 shouldn't be
119.25/119.67	WSVECS04 Frhs2[962]: 6 0 1.00009 shouldn't be
119.25/119.67	WSVECS04 Frhs2[963]: 6 0 7.6878 shouldn't be
119.25/119.67	WSVECS04 Frhs2[965]: 6 0 0.555651 shouldn't be
119.25/119.67	WSVECS04 Frhs2[966]: 6 0 1.00008 shouldn't be
119.25/119.67	WSVECS04 Frhs2[967]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[969]: 6 0 1.0001 shouldn't be
119.25/119.67	WSVECS04 Frhs2[971]: 6 0 1.00003 shouldn't be
119.25/119.67	WSVECS04 Frhs2[976]: 6 0 2.66673 shouldn't be
119.25/119.67	WSVECS04 Frhs2[979]: 6 0 10.1956 shouldn't be
119.25/119.67	WSVECS04 Frhs2[980]: 6 0 0.500022 shouldn't be
119.25/119.67	WSVECS04 Frhs2[986]: 6 0 1.00008 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1119]: 6 0 1.00006 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1122]: 6 0 0.200018 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1124]: 6 0 0.166761 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1126]: 6 0 1.00004 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1129]: 6 0 1.00003 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1131]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1133]: 6 0 1.00008 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1135]: 6 0 1.00004 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1139]: 6 0 0.500094 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1146]: 6 0 1.00001 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1147]: 6 0 1.00004 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1412]: 6 0 1.00009 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1418]: 6 0 1.00007 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1420]: 6 0 1.00002 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1426]: 6 0 0.500032 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1427]: 6 0 2.66669 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1482]: 6 0 1.00003 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1485]: 6 0 0.500045 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1486]: 6 0 9.0556 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1491]: 6 0 0.200096 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1496]: 6 0 7.68779 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1500]: 6 0 1.00007 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1501]: 6 0 0.333404 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1523]: 6 0 1.00006 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1540]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1626]: 6 0 0.50001 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1627]: 6 0 1.00002 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1658]: 6 0 1.00001 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1660]: 6 0 7.68786 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1666]: 6 0 1.00005 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1696]: 6 0 0.200042 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1698]: 6 0 0.166756 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1699]: 6 0 1.00008 shouldn't be
119.25/119.67	WSVECS04 Frhs2[1701]: 6 0 7.68786 shouldn't be
119.25/119.68	WSVECS04 Frhs2[1724]: 6 0 1.00007 shouldn't be
119.25/119.68	WSVECS04 Frhs2[1740]: 6 0 1.00009 shouldn't be
119.25/119.68	WSVECS04 Frhs2[1746]: 6 0 1.00002 shouldn't be
119.25/119.68	WSVECS04 Frhs2[1765]: 6 0 1.00008 shouldn't be
119.25/119.68	WSVECS04 Frhs2[1778]: 6 0 0.200036 shouldn't be
119.25/119.68	WSVECS04 Frhs2[1798]: 6 0 0.50005 shouldn't be
119.25/119.68	WSVECS04 Frhs2[1806]: 6 0 1.00007 shouldn't be
135.01/135.44	c #Conflicts:     359000 | #Constraints:      22637
135.01/135.44	c #Conflicts:     360000 | #Constraints:      23637
135.01/135.44	c #Conflicts:     361000 | #Constraints:      24637
135.01/135.44	c #Conflicts:     362000 | #Constraints:      25637
135.01/135.44	c #Conflicts:     363000 | #Constraints:      26637
135.01/135.44	c #Conflicts:     364000 | #Constraints:      27637
135.01/135.44	c #Conflicts:     365000 | #Constraints:      28637
135.01/135.44	c #Conflicts:     366000 | #Constraints:      29637
135.01/135.44	c #Conflicts:     367000 | #Constraints:      30637
135.01/135.44	c #Conflicts:     368000 | #Constraints:      31637
135.01/135.44	c #Conflicts:     369000 | #Constraints:      32637
135.01/135.44	c INPROCESSING
135.01/135.44	c GARBAGE COLLECT
135.01/135.44	c #Conflicts:     370000 | #Constraints:      21636
135.01/135.44	c #Conflicts:     371000 | #Constraints:      22636
135.01/135.44	c #Conflicts:     372000 | #Constraints:      23636
135.01/135.44	c #Conflicts:     373000 | #Constraints:      24636
135.01/135.44	c #Conflicts:     374000 | #Constraints:      25636
135.01/135.44	c #Conflicts:     375000 | #Constraints:      26636
135.01/135.44	c #Conflicts:     376000 | #Constraints:      27636
135.01/135.44	c #Conflicts:     377000 | #Constraints:      28636
135.01/135.44	c #Conflicts:     378000 | #Constraints:      29636
135.01/135.44	c #Conflicts:     379000 | #Constraints:      30636
135.01/135.44	c #Conflicts:     380000 | #Constraints:      31636
135.01/135.44	c #Conflicts:     381000 | #Constraints:      32636
135.01/135.44	c INPROCESSING
135.01/135.44	c GARBAGE COLLECT
135.01/135.44	c #Conflicts:     382000 | #Constraints:      21438
135.01/135.44	c #Conflicts:     383000 | #Constraints:      22438
135.01/135.44	c #Conflicts:     384000 | #Constraints:      23438
135.01/135.44	c #Conflicts:     385000 | #Constraints:      24438
135.01/135.44	c #Conflicts:     386000 | #Constraints:      25438
135.01/135.44	c #Conflicts:     387000 | #Constraints:      26438
135.01/135.44	c #Conflicts:     388000 | #Constraints:      27438
135.01/135.44	c #Conflicts:     389000 | #Constraints:      28438
135.01/135.44	c #Conflicts:     390000 | #Constraints:      29438
135.01/135.44	c #Conflicts:     391000 | #Constraints:      30438
135.01/135.44	c #Conflicts:     392000 | #Constraints:      31438
135.01/135.44	c #Conflicts:     393000 | #Constraints:      32438
135.01/135.44	c #Conflicts:     394000 | #Constraints:      33438
135.01/135.44	c INPROCESSING
135.01/135.44	c GARBAGE COLLECT
135.01/135.44	c #Conflicts:     395000 | #Constraints:      22037
135.01/135.44	c #Conflicts:     396000 | #Constraints:      23037
135.01/135.44	c #Conflicts:     397000 | #Constraints:      24038
135.01/135.44	c #Conflicts:     398000 | #Constraints:      25038
135.01/135.44	c #Conflicts:     399000 | #Constraints:      26038
135.01/135.44	c #Conflicts:     400000 | #Constraints:      27038
135.01/135.44	c #Conflicts:     401000 | #Constraints:      28038
135.01/135.44	c #Conflicts:     402000 | #Constraints:      29038
135.01/135.44	c #Conflicts:     403000 | #Constraints:      30038
135.01/135.44	c #Conflicts:     404000 | #Constraints:      31038
135.01/135.44	c #Conflicts:     405000 | #Constraints:      32038
135.01/135.44	WSVECS04 Frhs2[39]: 6 0 470.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[41]: 6 0 370.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[104]: 6 0 10.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[106]: 6 0 270.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[109]: 6 0 18.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[111]: 6 0 12.0001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[113]: 6 0 1.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[144]: 6 0 480 shouldn't be
135.01/135.44	WSVECS04 Frhs2[146]: 6 0 1.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[149]: 6 0 262.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[153]: 6 0 1.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[184]: 6 0 1.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[186]: 6 0 10.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[191]: 6 0 22.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[193]: 6 0 1.00008 shouldn't be
135.01/135.44	WSVECS04 Frhs2[195]: 6 0 1.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[226]: 6 0 480 shouldn't be
135.01/135.44	WSVECS04 Frhs2[231]: 6 0 265.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[242]: 6 0 2.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[243]: 6 0 6.50001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[323]: 6 0 506.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[324]: 6 0 2.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[344]: 6 0 3.00008 shouldn't be
135.01/135.44	WSVECS04 Frhs2[351]: 6 0 7.00003 shouldn't be
135.01/135.44	WSVECS04 Frhs2[355]: 6 0 4.00002 shouldn't be
135.01/135.44	WSVECS04 Frhs2[357]: 6 0 1.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[364]: 6 0 506.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[386]: 6 0 0.500049 shouldn't be
135.01/135.44	WSVECS04 Frhs2[387]: 6 0 0.500034 shouldn't be
135.01/135.44	WSVECS04 Frhs2[393]: 6 0 272.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[424]: 6 0 29.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[426]: 6 0 3.00006 shouldn't be
135.01/135.44	WSVECS04 Frhs2[431]: 6 0 4.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[467]: 6 0 3.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[469]: 6 0 0.500039 shouldn't be
135.01/135.44	WSVECS04 Frhs2[471]: 6 0 2.00006 shouldn't be
135.01/135.44	WSVECS04 Frhs2[475]: 6 0 269.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[504]: 6 0 2.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[506]: 6 0 30.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[509]: 6 0 0.50004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[511]: 6 0 5.50003 shouldn't be
135.01/135.44	WSVECS04 Frhs2[522]: 6 0 1.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[544]: 6 0 1.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[547]: 6 0 30.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[549]: 6 0 3.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[557]: 6 0 269.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[563]: 6 0 1.00007 shouldn't be
135.01/135.44	WSVECS04 Frhs2[576]: 6 0 91.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[584]: 6 0 19 shouldn't be
135.01/135.44	WSVECS04 Frhs2[586]: 6 0 2.00006 shouldn't be
135.01/135.44	WSVECS04 Frhs2[591]: 6 0 4.00008 shouldn't be
135.01/135.44	WSVECS04 Frhs2[593]: 6 0 1.50004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[617]: 6 0 91.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[624]: 6 0 268 shouldn't be
135.01/135.44	WSVECS04 Frhs2[626]: 6 0 1.00008 shouldn't be
135.01/135.44	WSVECS04 Frhs2[627]: 6 0 2.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[629]: 6 0 30.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[631]: 6 0 4.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[637]: 6 0 9.50006 shouldn't be
135.01/135.44	WSVECS04 Frhs2[666]: 6 0 19 shouldn't be
135.01/135.44	WSVECS04 Frhs2[667]: 6 0 1.00003 shouldn't be
135.01/135.44	WSVECS04 Frhs2[673]: 6 0 1.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[675]: 6 0 3.50005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[706]: 6 0 268 shouldn't be
135.01/135.44	WSVECS04 Frhs2[707]: 6 0 19.0001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[709]: 6 0 2.00003 shouldn't be
135.01/135.44	WSVECS04 Frhs2[711]: 6 0 34.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[713]: 6 0 3.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[717]: 6 0 1.00007 shouldn't be
135.01/135.44	WSVECS04 Frhs2[723]: 6 0 263.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[737]: 6 0 0.50002 shouldn't be
135.01/135.44	WSVECS04 Frhs2[906]: 6 0 1.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[909]: 6 0 0.500011 shouldn't be
135.01/135.44	WSVECS04 Frhs2[911]: 6 0 271 shouldn't be
135.01/135.44	WSVECS04 Frhs2[913]: 6 0 2.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[915]: 6 0 2.00008 shouldn't be
135.01/135.44	WSVECS04 Frhs2[916]: 6 0 30.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[922]: 6 0 1.0001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[926]: 6 0 270.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[928]: 6 0 263.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[929]: 6 0 16.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[939]: 6 0 3.00006 shouldn't be
135.01/135.44	WSVECS04 Frhs2[989]: 6 0 250 shouldn't be
135.01/135.44	WSVECS04 Frhs2[991]: 6 0 1.00006 shouldn't be
135.01/135.44	WSVECS04 Frhs2[993]: 6 0 268 shouldn't be
135.01/135.44	WSVECS04 Frhs2[995]: 6 0 1.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[996]: 6 0 2.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1002]: 6 0 0.500052 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1004]: 6 0 1.00008 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1007]: 6 0 7.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1011]: 6 0 16.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1013]: 6 0 1.00002 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1014]: 6 0 1.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1016]: 6 0 1.00006 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1018]: 6 0 1.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1020]: 6 0 507.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1021]: 6 0 3.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1026]: 6 0 1.00003 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1029]: 6 0 1.00006 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1031]: 6 0 4.00003 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1033]: 6 0 1.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1035]: 6 0 21.0001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1036]: 6 0 1.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1042]: 6 0 0.50006 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1043]: 6 0 0.500051 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1049]: 6 0 270.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1051]: 6 0 263.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1054]: 6 0 1.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1055]: 6 0 1.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1059]: 6 0 1.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1068]: 6 0 92.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1111]: 6 0 7.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1115]: 6 0 2.00003 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1116]: 6 0 268 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1117]: 6 0 19.0001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1123]: 6 0 3.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1129]: 6 0 7.50007 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1137]: 6 0 1.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1139]: 6 0 1.00002 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1146]: 6 0 0.500069 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1193]: 6 0 2.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1195]: 6 0 1.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1196]: 6 0 0.500037 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1203]: 6 0 30.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1206]: 6 0 0.500045 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1209]: 6 0 1.00003 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1215]: 6 0 263.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1218]: 6 0 1.0001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1219]: 6 0 1.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1221]: 6 0 1.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1226]: 6 0 3.00002 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1231]: 6 0 1.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1276]: 6 0 250 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1277]: 6 0 1.00007 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1282]: 6 0 1.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1287]: 6 0 2.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1291]: 6 0 1.00007 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1292]: 6 0 479 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1297]: 6 0 263.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1298]: 6 0 16.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1301]: 6 0 1.00002 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1308]: 6 0 3.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1309]: 6 0 7.50002 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1357]: 6 0 1.00008 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1363]: 6 0 19.0001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1364]: 6 0 1.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1367]: 6 0 29.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1369]: 6 0 2.00002 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1371]: 6 0 4.00006 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1373]: 6 0 1.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1378]: 6 0 2.0001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1379]: 6 0 263.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1380]: 6 0 16.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1389]: 6 0 507.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1391]: 6 0 7.50001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1393]: 6 0 1.00007 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1403]: 6 0 268 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1426]: 6 0 1.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1428]: 6 0 1.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1431]: 6 0 3.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1433]: 6 0 0.500087 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1437]: 6 0 92.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1444]: 6 0 268 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1447]: 6 0 1.00003 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1449]: 6 0 29.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1451]: 6 0 2.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1466]: 6 0 1.00001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1468]: 6 0 0.500021 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1471]: 6 0 507.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1473]: 6 0 10.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1475]: 6 0 2.00008 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1478]: 6 0 92.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1649]: 6 0 267 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1657]: 6 0 0.500056 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1666]: 6 0 261.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1669]: 6 0 1.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1673]: 6 0 2.50007 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1686]: 6 0 249 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1708]: 6 0 16.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1711]: 6 0 1.00002 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1713]: 6 0 7.00008 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1715]: 6 0 2.00009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1717]: 6 0 511.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1718]: 6 0 3.00005 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1719]: 6 0 6.50009 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1724]: 6 0 92.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1727]: 6 0 249 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1731]: 6 0 265.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1748]: 6 0 262.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1749]: 6 0 16.5 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1753]: 6 0 2.00003 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1755]: 6 0 0.500051 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1759]: 6 0 3.00004 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1765]: 6 0 92.5001 shouldn't be
135.01/135.44	WSVECS04 Frhs2[1975]: 6 -1.00003 0 shouldn't be
143.69/144.18	c #Conflicts:     406000 | #Constraints:      33038
143.69/144.18	c #Conflicts:     407000 | #Constraints:      34038
143.69/144.18	c INPROCESSING
143.69/144.18	c GARBAGE COLLECT
143.69/144.18	c #Conflicts:     408000 | #Constraints:      22437
143.69/144.18	c #Conflicts:     409000 | #Constraints:      23437
143.69/144.18	c #Conflicts:     410000 | #Constraints:      24437
143.69/144.18	c #Conflicts:     411000 | #Constraints:      25437
143.69/144.18	c #Conflicts:     412000 | #Constraints:      26437
143.69/144.18	c #Conflicts:     413000 | #Constraints:      27437
143.69/144.18	c #Conflicts:     414000 | #Constraints:      28437
143.69/144.18	c #Conflicts:     415000 | #Constraints:      29437
143.69/144.18	c #Conflicts:     416000 | #Constraints:      30437
143.69/144.18	c #Conflicts:     417000 | #Constraints:      31437
143.69/144.18	c #Conflicts:     418000 | #Constraints:      32437
143.69/144.18	c #Conflicts:     419000 | #Constraints:      33437
143.69/144.18	c #Conflicts:     420000 | #Constraints:      34437
143.69/144.18	c INPROCESSING
143.69/144.18	c GARBAGE COLLECT
143.69/144.18	c rational objective 112.183
169.21/169.71	c #Conflicts:     421000 | #Constraints:      22643
169.21/169.71	c #Conflicts:     422000 | #Constraints:      23643
169.21/169.71	c #Conflicts:     423000 | #Constraints:      24643
169.21/169.71	c #Conflicts:     424000 | #Constraints:      25643
169.21/169.71	c #Conflicts:     425000 | #Constraints:      26643
169.21/169.71	c #Conflicts:     426000 | #Constraints:      27643
169.21/169.71	c #Conflicts:     427000 | #Constraints:      28643
169.21/169.71	c #Conflicts:     428000 | #Constraints:      29643
169.21/169.71	c #Conflicts:     429000 | #Constraints:      30643
169.21/169.71	c #Conflicts:     430000 | #Constraints:      31643
169.21/169.71	c #Conflicts:     431000 | #Constraints:      32643
169.21/169.71	c #Conflicts:     432000 | #Constraints:      33643
169.21/169.71	c #Conflicts:     433000 | #Constraints:      34643
169.21/169.71	c INPROCESSING
169.21/169.71	c GARBAGE COLLECT
169.21/169.71	c #Conflicts:     434000 | #Constraints:      22640
169.21/169.71	c #Conflicts:     435000 | #Constraints:      23640
169.21/169.71	c #Conflicts:     436000 | #Constraints:      24640
169.21/169.71	c #Conflicts:     437000 | #Constraints:      25640
169.21/169.71	c #Conflicts:     438000 | #Constraints:      26640
169.21/169.71	c #Conflicts:     439000 | #Constraints:      27640
169.21/169.71	c #Conflicts:     440000 | #Constraints:      28640
169.21/169.71	c #Conflicts:     441000 | #Constraints:      29640
169.21/169.71	c #Conflicts:     442000 | #Constraints:      30640
169.21/169.71	c #Conflicts:     443000 | #Constraints:      31640
169.21/169.71	c #Conflicts:     444000 | #Constraints:      32640
169.21/169.71	c #Conflicts:     445000 | #Constraints:      33640
169.21/169.71	c #Conflicts:     446000 | #Constraints:      34640
169.21/169.71	c INPROCESSING
169.21/169.71	c GARBAGE COLLECT
169.21/169.71	c #Conflicts:     447000 | #Constraints:      22440
169.21/169.71	c #Conflicts:     448000 | #Constraints:      23440
169.21/169.71	c #Conflicts:     449000 | #Constraints:      24440
169.21/169.71	c #Conflicts:     450000 | #Constraints:      25440
169.21/169.71	c #Conflicts:     451000 | #Constraints:      26440
169.21/169.71	c #Conflicts:     452000 | #Constraints:      27440
169.21/169.71	c #Conflicts:     453000 | #Constraints:      28440
169.21/169.71	c #Conflicts:     454000 | #Constraints:      29440
169.21/169.71	c #Conflicts:     455000 | #Constraints:      30440
169.21/169.71	c #Conflicts:     456000 | #Constraints:      31440
169.21/169.71	c #Conflicts:     457000 | #Constraints:      32440
169.21/169.71	c #Conflicts:     458000 | #Constraints:      33440
169.21/169.71	c #Conflicts:     459000 | #Constraints:      34440
169.21/169.71	c #Conflicts:     460000 | #Constraints:      35440
169.21/169.71	c INPROCESSING
169.21/169.71	c GARBAGE COLLECT
169.21/169.71	c #Conflicts:     461000 | #Constraints:      23033
169.21/169.71	c #Conflicts:     462000 | #Constraints:      24033
169.21/169.71	c #Conflicts:     463000 | #Constraints:      25033
169.21/169.71	c #Conflicts:     464000 | #Constraints:      26033
169.21/169.71	c #Conflicts:     465000 | #Constraints:      27033
169.21/169.71	c #Conflicts:     466000 | #Constraints:      28033
169.21/169.71	c #Conflicts:     467000 | #Constraints:      29033
169.21/169.71	c #Conflicts:     468000 | #Constraints:      30033
169.21/169.71	c #Conflicts:     469000 | #Constraints:      31033
169.21/169.71	c #Conflicts:     470000 | #Constraints:      32033
169.21/169.71	c #Conflicts:     471000 | #Constraints:      33033
169.21/169.71	c #Conflicts:     472000 | #Constraints:      34033
169.21/169.71	c #Conflicts:     473000 | #Constraints:      35033
169.21/169.71	c #Conflicts:     474000 | #Constraints:      36033
169.21/169.71	c INPROCESSING
169.21/169.71	c GARBAGE COLLECT
169.21/169.71	c #Conflicts:     475000 | #Constraints:      23435
169.21/169.71	c #Conflicts:     476000 | #Constraints:      24435
169.21/169.71	c #Conflicts:     477000 | #Constraints:      25435
169.21/169.71	c #Conflicts:     478000 | #Constraints:      26435
169.21/169.71	c #Conflicts:     479000 | #Constraints:      27435
169.21/169.71	c #Conflicts:     480000 | #Constraints:      28435
169.21/169.71	c #Conflicts:     481000 | #Constraints:      29435
169.21/169.71	c #Conflicts:     482000 | #Constraints:      30435
169.21/169.71	c #Conflicts:     483000 | #Constraints:      31435
169.21/169.71	c #Conflicts:     484000 | #Constraints:      32435
169.21/169.71	c #Conflicts:     485000 | #Constraints:      33435
169.21/169.71	c #Conflicts:     486000 | #Constraints:      34435
169.21/169.71	c #Conflicts:     487000 | #Constraints:      35435
169.21/169.71	c #Conflicts:     488000 | #Constraints:      36435
169.21/169.71	c INPROCESSING
169.21/169.71	c GARBAGE COLLECT
169.21/169.71	c #Conflicts:     489000 | #Constraints:      23635
169.21/169.71	c #Conflicts:     490000 | #Constraints:      24635
169.21/169.71	c #Conflicts:     491000 | #Constraints:      25635
169.21/169.71	c #Conflicts:     492000 | #Constraints:      26635
169.21/169.71	c #Conflicts:     493000 | #Constraints:      27635
169.21/169.71	c #Conflicts:     494000 | #Constraints:      28635
169.21/169.71	c #Conflicts:     495000 | #Constraints:      29635
169.21/169.71	c #Conflicts:     496000 | #Constraints:      30635
183.48/184.09	c #Conflicts:     497000 | #Constraints:      31635
183.48/184.09	c #Conflicts:     498000 | #Constraints:      32635
183.48/184.09	c #Conflicts:     499000 | #Constraints:      33635
183.48/184.09	c #Conflicts:     500000 | #Constraints:      34635
183.48/184.09	c #Conflicts:     501000 | #Constraints:      35635
183.48/184.09	c #Conflicts:     502000 | #Constraints:      36635
183.48/184.09	c INPROCESSING
183.48/184.09	c GARBAGE COLLECT
183.48/184.09	c #Conflicts:     503000 | #Constraints:      23636
183.48/184.09	c #Conflicts:     504000 | #Constraints:      24636
183.48/184.09	c #Conflicts:     505000 | #Constraints:      25636
183.48/184.09	c #Conflicts:     506000 | #Constraints:      26636
183.48/184.09	c #Conflicts:     507000 | #Constraints:      27636
183.48/184.09	c #Conflicts:     508000 | #Constraints:      28636
183.48/184.09	c #Conflicts:     509000 | #Constraints:      29636
183.48/184.09	c #Conflicts:     510000 | #Constraints:      30636
183.48/184.09	c #Conflicts:     511000 | #Constraints:      31636
183.48/184.09	c #Conflicts:     512000 | #Constraints:      32636
183.48/184.09	c #Conflicts:     513000 | #Constraints:      33636
183.48/184.09	c #Conflicts:     514000 | #Constraints:      34636
183.48/184.09	c #Conflicts:     515000 | #Constraints:      35636
183.48/184.09	c #Conflicts:     516000 | #Constraints:      36636
183.48/184.09	c INPROCESSING
183.48/184.09	c GARBAGE COLLECT
183.48/184.09	c #Conflicts:     517000 | #Constraints:      23432
183.48/184.09	c #Conflicts:     518000 | #Constraints:      24432
183.48/184.09	c #Conflicts:     519000 | #Constraints:      25432
183.48/184.09	c #Conflicts:     520000 | #Constraints:      26432
183.48/184.09	c #Conflicts:     521000 | #Constraints:      27432
183.48/184.09	c #Conflicts:     522000 | #Constraints:      28432
183.48/184.09	c #Conflicts:     523000 | #Constraints:      29432
183.48/184.09	c #Conflicts:     524000 | #Constraints:      30432
183.48/184.09	c #Conflicts:     525000 | #Constraints:      31432
183.48/184.09	c #Conflicts:     526000 | #Constraints:      32432
183.48/184.09	c #Conflicts:     527000 | #Constraints:      33432
183.48/184.09	c #Conflicts:     528000 | #Constraints:      34432
183.48/184.09	c #Conflicts:     529000 | #Constraints:      35432
183.48/184.09	c #Conflicts:     530000 | #Constraints:      36432
183.48/184.09	c #Conflicts:     531000 | #Constraints:      37432
183.48/184.09	c INPROCESSING
183.48/184.09	c GARBAGE COLLECT
183.48/184.09	c rational objective 112.288
209.61/210.22	c #Conflicts:     532000 | #Constraints:      24038
209.61/210.22	c #Conflicts:     533000 | #Constraints:      25038
209.61/210.22	c #Conflicts:     534000 | #Constraints:      26038
209.61/210.22	c #Conflicts:     535000 | #Constraints:      27038
209.61/210.22	c #Conflicts:     536000 | #Constraints:      28038
209.61/210.22	c #Conflicts:     537000 | #Constraints:      29038
209.61/210.22	c #Conflicts:     538000 | #Constraints:      30038
209.61/210.22	c #Conflicts:     539000 | #Constraints:      31038
209.61/210.22	c #Conflicts:     540000 | #Constraints:      32038
209.61/210.22	c #Conflicts:     541000 | #Constraints:      33038
209.61/210.22	c #Conflicts:     542000 | #Constraints:      34038
209.61/210.22	c #Conflicts:     543000 | #Constraints:      35038
209.61/210.22	c #Conflicts:     544000 | #Constraints:      36038
209.61/210.22	c #Conflicts:     545000 | #Constraints:      37038
209.61/210.22	c #Conflicts:     546000 | #Constraints:      38038
209.61/210.22	c INPROCESSING
209.61/210.22	c GARBAGE COLLECT
209.61/210.22	c #Conflicts:     547000 | #Constraints:      24432
209.61/210.22	c #Conflicts:     548000 | #Constraints:      25432
209.61/210.22	c #Conflicts:     549000 | #Constraints:      26432
209.61/210.22	c #Conflicts:     550000 | #Constraints:      27432
209.61/210.22	c #Conflicts:     551000 | #Constraints:      28432
209.61/210.22	c #Conflicts:     552000 | #Constraints:      29432
209.61/210.22	c #Conflicts:     553000 | #Constraints:      30432
209.61/210.22	c #Conflicts:     554000 | #Constraints:      31433
209.61/210.22	c #Conflicts:     555000 | #Constraints:      32433
209.61/210.22	c #Conflicts:     556000 | #Constraints:      33433
209.61/210.22	c #Conflicts:     557000 | #Constraints:      34433
209.61/210.22	c #Conflicts:     558000 | #Constraints:      35433
209.61/210.22	c #Conflicts:     559000 | #Constraints:      36433
209.61/210.22	c #Conflicts:     560000 | #Constraints:      37433
209.61/210.22	c #Conflicts:     561000 | #Constraints:      38433
209.61/210.22	c INPROCESSING
209.61/210.22	c GARBAGE COLLECT
209.61/210.22	c #Conflicts:     562000 | #Constraints:      24638
209.61/210.22	c #Conflicts:     563000 | #Constraints:      25638
209.61/210.22	c #Conflicts:     564000 | #Constraints:      26638
209.61/210.22	c #Conflicts:     565000 | #Constraints:      27638
209.61/210.22	c #Conflicts:     566000 | #Constraints:      28638
209.61/210.22	c #Conflicts:     567000 | #Constraints:      29638
209.61/210.22	c #Conflicts:     568000 | #Constraints:      30638
209.61/210.22	c #Conflicts:     569000 | #Constraints:      31638
209.61/210.22	c #Conflicts:     570000 | #Constraints:      32638
209.61/210.22	c #Conflicts:     571000 | #Constraints:      33638
209.61/210.22	c #Conflicts:     572000 | #Constraints:      34638
209.61/210.22	c #Conflicts:     573000 | #Constraints:      35638
209.61/210.22	c #Conflicts:     574000 | #Constraints:      36638
209.61/210.22	c #Conflicts:     575000 | #Constraints:      37638
209.61/210.22	c #Conflicts:     576000 | #Constraints:      38638
209.61/210.22	c INPROCESSING
209.61/210.22	c GARBAGE COLLECT
209.61/210.22	c #Conflicts:     577000 | #Constraints:      24638
209.61/210.22	c #Conflicts:     578000 | #Constraints:      25638
209.61/210.22	c #Conflicts:     579000 | #Constraints:      26638
209.61/210.22	c #Conflicts:     580000 | #Constraints:      27638
209.61/210.22	c #Conflicts:     581000 | #Constraints:      28639
209.61/210.22	c #Conflicts:     582000 | #Constraints:      29639
209.61/210.22	c #Conflicts:     583000 | #Constraints:      30639
209.61/210.22	c #Conflicts:     584000 | #Constraints:      31639
209.61/210.22	c #Conflicts:     585000 | #Constraints:      32639
209.61/210.22	c #Conflicts:     586000 | #Constraints:      33639
209.61/210.22	c #Conflicts:     587000 | #Constraints:      34639
209.61/210.22	c #Conflicts:     588000 | #Constraints:      35639
209.61/210.22	c #Conflicts:     589000 | #Constraints:      36639
209.61/210.22	c #Conflicts:     590000 | #Constraints:      37639
209.61/210.22	c #Conflicts:     591000 | #Constraints:      38639
209.61/210.22	c INPROCESSING
209.61/210.22	c GARBAGE COLLECT
209.61/210.22	c #Conflicts:     592000 | #Constraints:      24437
209.61/210.22	c #Conflicts:     593000 | #Constraints:      25437
209.61/210.22	c #Conflicts:     594000 | #Constraints:      26437
209.61/210.22	c #Conflicts:     595000 | #Constraints:      27437
209.61/210.22	c #Conflicts:     596000 | #Constraints:      28437
209.61/210.22	c #Conflicts:     597000 | #Constraints:      29437
209.61/210.22	c #Conflicts:     598000 | #Constraints:      30437
209.61/210.22	c #Conflicts:     599000 | #Constraints:      31437
209.61/210.22	c #Conflicts:     600000 | #Constraints:      32437
209.61/210.22	c #Conflicts:     601000 | #Constraints:      33437
209.61/210.22	c #Conflicts:     602000 | #Constraints:      34437
209.61/210.22	c #Conflicts:     603000 | #Constraints:      35437
209.61/210.22	c #Conflicts:     604000 | #Constraints:      36437
209.61/210.22	c #Conflicts:     605000 | #Constraints:      37437
209.61/210.22	WSVECS04 Frhs2[9]: 6 -43.1667 0 shouldn't be
209.61/210.22	WSVECS04 Frhs2[11]: 6 -43.1667 0 shouldn't be
209.61/210.22	WSVECS04 Frhs2[16]: 6 -43.1667 0 shouldn't be
209.61/210.22	WSVECS04 Frhs2[32]: 6 -43.1667 0 shouldn't be
209.61/210.22	WSVECS04 Frhs2[75]: 6 0 2.50004 shouldn't be
209.61/210.22	WSVECS04 Frhs2[94]: 6 0 1.00008 shouldn't be
209.61/210.22	WSVECS04 Frhs2[107]: 6 0 3.00006 shouldn't be
209.61/210.22	WSVECS04 Frhs2[110]: 6 0 3.00009 shouldn't be
209.61/210.22	WSVECS04 Frhs2[119]: 6 0 0.500029 shouldn't be
209.61/210.22	WSVECS04 Frhs2[121]: 6 0 15 shouldn't be
209.61/210.22	WSVECS04 Frhs2[141]: 6 0 1.00007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[154]: 6 0 2.75005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[237]: 6 0 4.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[241]: 6 0 11.2501 shouldn't be
209.61/210.22	WSVECS04 Frhs2[357]: 6 0 0.500069 shouldn't be
209.61/210.22	WSVECS04 Frhs2[359]: 6 0 2.75003 shouldn't be
209.61/210.22	WSVECS04 Frhs2[427]: 6 0 1.00001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[439]: 6 0 0.500084 shouldn't be
209.61/210.22	WSVECS04 Frhs2[441]: 6 0 2.75009 shouldn't be
209.61/210.22	WSVECS04 Frhs2[456]: 6 0 12.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[464]: 6 0 0.500053 shouldn't be
209.61/210.22	WSVECS04 Frhs2[474]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[497]: 6 0 12.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[506]: 6 0 1.00006 shouldn't be
209.61/210.22	WSVECS04 Frhs2[518]: 6 0 0.50009 shouldn't be
209.61/210.22	WSVECS04 Frhs2[524]: 6 0 4.00001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[578]: 6 0 0.500043 shouldn't be
209.61/210.22	WSVECS04 Frhs2[587]: 6 0 0.500073 shouldn't be
209.61/210.22	WSVECS04 Frhs2[595]: 6 0 1.00007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[601]: 6 0 1.00003 shouldn't be
209.61/210.22	WSVECS04 Frhs2[614]: 6 0 1.00003 shouldn't be
209.61/210.22	WSVECS04 Frhs2[619]: 6 0 0.500043 shouldn't be
209.61/210.22	WSVECS04 Frhs2[629]: 6 0 1.00001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[636]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[641]: 6 0 0.500096 shouldn't be
209.61/210.22	WSVECS04 Frhs2[646]: 6 0 2.75007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[655]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[661]: 6 0 11.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[666]: 6 0 1.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[669]: 6 0 0.500059 shouldn't be
209.61/210.22	WSVECS04 Frhs2[670]: 6 0 1.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[675]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[677]: 6 0 1.00007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[687]: 6 0 1.7501 shouldn't be
209.61/210.22	WSVECS04 Frhs2[692]: 6 0 10.1667 shouldn't be
209.61/210.22	WSVECS04 Frhs2[696]: 6 0 1.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[738]: 6 0 1.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[790]: 6 0 0.500094 shouldn't be
209.61/210.22	WSVECS04 Frhs2[797]: 6 0 1.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[818]: 6 0 14.0001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[820]: 6 0 1.00009 shouldn't be
209.61/210.22	WSVECS04 Frhs2[907]: 6 0 11.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[909]: 6 0 28.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[935]: 6 0 0.500014 shouldn't be
209.61/210.22	WSVECS04 Frhs2[940]: 6 0 4.00006 shouldn't be
209.61/210.22	WSVECS04 Frhs2[941]: 6 0 14.0001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[943]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[989]: 6 0 11.0833 shouldn't be
209.61/210.22	WSVECS04 Frhs2[994]: 6 0 3.0001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1001]: 6 0 1.00001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1007]: 6 0 2.00009 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1015]: 6 0 2.75008 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1020]: 6 0 20.4167 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1021]: 6 0 0.500052 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1023]: 6 0 14 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1026]: 6 0 0.500042 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1032]: 6 0 28.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1034]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1035]: 6 0 2.0001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1036]: 6 0 0.500029 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1058]: 6 0 0.500071 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1061]: 6 0 20.4167 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1063]: 6 0 4.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1066]: 6 0 1.00009 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1114]: 6 0 31.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1117]: 6 0 1.00001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1118]: 6 0 0.500013 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1146]: 6 0 15 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1148]: 6 0 1.00007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1149]: 6 0 0.50004 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1152]: 6 0 0.500099 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1155]: 6 0 30.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1166]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1183]: 6 0 1.00007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1186]: 6 0 3.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1188]: 6 0 1.00001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1234]: 6 0 4.50003 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1237]: 6 0 28.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1241]: 6 0 0.500053 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1266]: 6 0 21.4167 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1268]: 6 0 3.00006 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1269]: 6 0 15.0001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1316]: 6 0 0.500054 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1319]: 6 0 28.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1329]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1335]: 6 0 2.00007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1338]: 6 0 0.500042 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1341]: 6 0 0.500049 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1346]: 6 0 2.00007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1348]: 6 0 21.4168 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1349]: 6 0 0.500072 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1351]: 6 0 15.0001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1354]: 6 0 5.00007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1357]: 6 0 0.500089 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1378]: 6 0 2.50007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1388]: 6 0 1.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1389]: 6 0 21.4167 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1392]: 6 0 15.0001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1401]: 6 0 28.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1404]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1420]: 6 0 0.500067 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1423]: 6 0 0.500075 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1429]: 6 0 1.00007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1432]: 6 0 3.00004 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1452]: 6 0 1.00009 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1456]: 6 0 1.00004 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1461]: 6 0 0.500064 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1471]: 6 0 21.4168 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1474]: 6 0 15.0001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1477]: 6 0 3.00006 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1487]: 6 0 0.500038 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1503]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1512]: 6 0 21.4167 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1514]: 6 0 10.0001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1516]: 6 0 1.00004 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1517]: 6 0 3.00006 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1524]: 6 0 28.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1534]: 6 0 1.00009 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1543]: 6 0 0.500078 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1546]: 6 0 0.500098 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1548]: 6 0 1.75008 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1552]: 6 0 1.00003 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1554]: 6 0 6.00003 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1556]: 6 0 15.0001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1557]: 6 0 1.00007 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1604]: 6 0 11.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1606]: 6 0 27.0834 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1609]: 6 0 1.00001 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1616]: 6 0 1.00004 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1626]: 6 0 1.00006 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1632]: 6 0 0.500028 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1638]: 6 0 15 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1639]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1640]: 6 0 1.00002 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1748]: 6 0 3.50009 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1749]: 6 0 1.00004 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1758]: 6 0 21.4168 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1760]: 6 0 4.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1761]: 6 0 15 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1763]: 6 0 1.00005 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1818]: 6 -1.00003 0 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1898]: 6 -1.00003 0 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1915]: 6 -9.00008 0 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1933]: 6 -1.00008 0 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1934]: 6 -6.00003 0 shouldn't be
209.61/210.22	WSVECS04 Frhs2[1961]: 6 -7.00009 0 shouldn't be
221.89/222.56	c #Conflicts:     606000 | #Constraints:      38438
221.89/222.56	c #Conflicts:     607000 | #Constraints:      39438
221.89/222.56	c INPROCESSING
221.89/222.56	c GARBAGE COLLECT
221.89/222.56	c #Conflicts:     608000 | #Constraints:      25041
221.89/222.56	c #Conflicts:     609000 | #Constraints:      26041
221.89/222.56	c #Conflicts:     610000 | #Constraints:      27041
221.89/222.56	c #Conflicts:     611000 | #Constraints:      28041
221.89/222.56	c #Conflicts:     612000 | #Constraints:      29041
221.89/222.56	c #Conflicts:     613000 | #Constraints:      30041
221.89/222.56	c #Conflicts:     614000 | #Constraints:      31041
221.89/222.56	c #Conflicts:     615000 | #Constraints:      32041
221.89/222.56	c #Conflicts:     616000 | #Constraints:      33041
221.89/222.56	c #Conflicts:     617000 | #Constraints:      34041
221.89/222.56	c #Conflicts:     618000 | #Constraints:      35041
221.89/222.56	c #Conflicts:     619000 | #Constraints:      36041
221.89/222.56	c #Conflicts:     620000 | #Constraints:      37041
221.89/222.56	c #Conflicts:     621000 | #Constraints:      38041
221.89/222.56	c #Conflicts:     622000 | #Constraints:      39041
221.89/222.56	c #Conflicts:     623000 | #Constraints:      40041
221.89/222.56	c INPROCESSING
221.89/222.56	c GARBAGE COLLECT
221.89/222.56	c #Conflicts:     624000 | #Constraints:      25442
221.89/222.56	c #Conflicts:     625000 | #Constraints:      26442
221.89/222.56	c #Conflicts:     626000 | #Constraints:      27442
221.89/222.56	c #Conflicts:     627000 | #Constraints:      28442
221.89/222.56	c #Conflicts:     628000 | #Constraints:      29442
221.89/222.56	c #Conflicts:     629000 | #Constraints:      30442
221.89/222.56	c #Conflicts:     630000 | #Constraints:      31442
221.89/222.56	c #Conflicts:     631000 | #Constraints:      32442
221.89/222.56	c #Conflicts:     632000 | #Constraints:      33442
221.89/222.56	c #Conflicts:     633000 | #Constraints:      34442
221.89/222.56	c #Conflicts:     634000 | #Constraints:      35442
221.89/222.56	c #Conflicts:     635000 | #Constraints:      36442
221.89/222.56	c #Conflicts:     636000 | #Constraints:      37442
221.89/222.56	c #Conflicts:     637000 | #Constraints:      38442
221.89/222.56	c #Conflicts:     638000 | #Constraints:      39442
221.89/222.56	c #Conflicts:     639000 | #Constraints:      40442
221.89/222.56	c INPROCESSING
221.89/222.56	c GARBAGE COLLECT
221.89/222.56	WSVECS04 Frhs2[8]: 6 0 114.792 shouldn't be
221.89/222.56	WSVECS04 Frhs2[35]: 6 -870.542 0 shouldn't be
221.89/222.56	WSVECS04 Frhs2[102]: 6 0 1.00005 shouldn't be
221.89/222.56	WSVECS04 Frhs2[103]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[113]: 6 0 12.5001 shouldn't be
221.89/222.56	WSVECS04 Frhs2[129]: 6 0 1.00008 shouldn't be
221.89/222.56	WSVECS04 Frhs2[143]: 6 0 1.00002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[153]: 6 0 1.00002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[163]: 6 0 633.792 shouldn't be
221.89/222.56	WSVECS04 Frhs2[170]: 6 0 1.00002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[173]: 6 0 295.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[180]: 6 0 8.00006 shouldn't be
221.89/222.56	WSVECS04 Frhs2[182]: 6 0 89.0417 shouldn't be
221.89/222.56	WSVECS04 Frhs2[185]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[189]: 6 0 1.00002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[211]: 6 0 1.00002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[223]: 6 0 89.0417 shouldn't be
221.89/222.56	WSVECS04 Frhs2[225]: 6 0 1.00004 shouldn't be
221.89/222.56	WSVECS04 Frhs2[233]: 6 0 7.00009 shouldn't be
221.89/222.56	WSVECS04 Frhs2[252]: 6 0 1.00006 shouldn't be
221.89/222.56	WSVECS04 Frhs2[255]: 6 0 295.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[262]: 6 0 7.00008 shouldn't be
221.89/222.56	WSVECS04 Frhs2[266]: 6 0 1.00005 shouldn't be
221.89/222.56	WSVECS04 Frhs2[270]: 6 0 6.50002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[273]: 6 0 5.00007 shouldn't be
221.89/222.56	WSVECS04 Frhs2[277]: 6 0 0.500084 shouldn't be
221.89/222.56	WSVECS04 Frhs2[296]: 6 0 295.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[302]: 6 0 58.4167 shouldn't be
221.89/222.56	WSVECS04 Frhs2[303]: 6 0 7.00008 shouldn't be
221.89/222.56	WSVECS04 Frhs2[305]: 6 0 89.0417 shouldn't be
221.89/222.56	WSVECS04 Frhs2[307]: 6 0 1.00004 shouldn't be
221.89/222.56	WSVECS04 Frhs2[308]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[312]: 6 0 1.00004 shouldn't be
221.89/222.56	WSVECS04 Frhs2[318]: 6 0 0.500018 shouldn't be
221.89/222.56	WSVECS04 Frhs2[348]: 6 0 1.00005 shouldn't be
221.89/222.56	WSVECS04 Frhs2[353]: 6 0 8.00001 shouldn't be
221.89/222.56	WSVECS04 Frhs2[362]: 6 0 61.875 shouldn't be
221.89/222.56	WSVECS04 Frhs2[377]: 6 0 9.20835 shouldn't be
221.89/222.56	WSVECS04 Frhs2[378]: 6 0 295.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[385]: 6 0 7.00009 shouldn't be
221.89/222.56	WSVECS04 Frhs2[387]: 6 0 89.0417 shouldn't be
221.89/222.56	WSVECS04 Frhs2[389]: 6 0 1.00008 shouldn't be
221.89/222.56	WSVECS04 Frhs2[390]: 6 0 176.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[394]: 6 0 1.00009 shouldn't be
221.89/222.56	WSVECS04 Frhs2[428]: 6 0 1.00004 shouldn't be
221.89/222.56	WSVECS04 Frhs2[485]: 6 0 61.875 shouldn't be
221.89/222.56	WSVECS04 Frhs2[542]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[554]: 6 0 176.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[583]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[665]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[690]: 6 0 62.875 shouldn't be
221.89/222.56	WSVECS04 Frhs2[703]: 6 0 1.00003 shouldn't be
221.89/222.56	WSVECS04 Frhs2[711]: 6 0 4.00004 shouldn't be
221.89/222.56	WSVECS04 Frhs2[744]: 6 0 1.00003 shouldn't be
221.89/222.56	WSVECS04 Frhs2[759]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[769]: 6 0 0.500058 shouldn't be
221.89/222.56	WSVECS04 Frhs2[785]: 6 0 1.00007 shouldn't be
221.89/222.56	WSVECS04 Frhs2[788]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[793]: 6 0 1.50001 shouldn't be
221.89/222.56	WSVECS04 Frhs2[800]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[810]: 6 0 0.500018 shouldn't be
221.89/222.56	WSVECS04 Frhs2[812]: 6 0 0.50009 shouldn't be
221.89/222.56	WSVECS04 Frhs2[829]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[838]: 6 0 231.25 shouldn't be
221.89/222.56	WSVECS04 Frhs2[840]: 6 0 1.00006 shouldn't be
221.89/222.56	WSVECS04 Frhs2[841]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[845]: 6 0 1.00007 shouldn't be
221.89/222.56	WSVECS04 Frhs2[867]: 6 0 1.00005 shouldn't be
221.89/222.56	WSVECS04 Frhs2[870]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[879]: 6 0 231.25 shouldn't be
221.89/222.56	WSVECS04 Frhs2[881]: 6 0 1.00008 shouldn't be
221.89/222.56	WSVECS04 Frhs2[886]: 6 0 1.00003 shouldn't be
221.89/222.56	WSVECS04 Frhs2[892]: 6 0 0.50008 shouldn't be
221.89/222.56	WSVECS04 Frhs2[908]: 6 0 1.00001 shouldn't be
221.89/222.56	WSVECS04 Frhs2[920]: 6 0 231.25 shouldn't be
221.89/222.56	WSVECS04 Frhs2[922]: 6 0 1.00003 shouldn't be
221.89/222.56	WSVECS04 Frhs2[933]: 6 0 0.500098 shouldn't be
221.89/222.56	WSVECS04 Frhs2[949]: 6 0 1.00008 shouldn't be
221.89/222.56	WSVECS04 Frhs2[952]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[961]: 6 0 231.25 shouldn't be
221.89/222.56	WSVECS04 Frhs2[963]: 6 0 1.00007 shouldn't be
221.89/222.56	WSVECS04 Frhs2[964]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[968]: 6 0 1.00003 shouldn't be
221.89/222.56	WSVECS04 Frhs2[974]: 6 0 0.500031 shouldn't be
221.89/222.56	WSVECS04 Frhs2[977]: 6 0 62.875 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1002]: 6 0 231.25 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1005]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1031]: 6 0 1.00003 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1043]: 6 0 231.25 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1045]: 6 0 1.00007 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1050]: 6 0 1.00009 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1064]: 6 0 1.50002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1072]: 6 0 1.00003 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1075]: 6 0 298.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1084]: 6 0 231.25 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1087]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1091]: 6 0 1.00005 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1100]: 6 0 62.875 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1113]: 6 0 2.00008 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1125]: 6 0 231.25 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1128]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1153]: 6 0 1.00006 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1175]: 6 0 0.500035 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1182]: 6 0 62.875 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1202]: 6 0 0.333406 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1210]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1213]: 6 0 0.500029 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1235]: 6 0 2.00007 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1284]: 6 0 0.33338 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1292]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1295]: 6 0 0.500045 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1325]: 6 0 0.333384 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1365]: 6 0 5.00002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1377]: 6 0 2.50007 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1387]: 6 0 61.875 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1408]: 6 0 0.50006 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1453]: 6 0 229.25 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1537]: 6 0 1.00006 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1542]: 6 0 1.00005 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1567]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1578]: 6 0 1.00006 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1583]: 6 0 1.00001 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1589]: 6 0 0.500097 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1608]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1624]: 6 0 1.0001 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1630]: 6 0 0.500088 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1654]: 6 0 0.500018 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1658]: 6 0 231.25 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1660]: 6 0 1.00001 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1665]: 6 0 1.00009 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1671]: 6 0 0.500015 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1687]: 6 0 1.00002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1690]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1701]: 6 0 1.00002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1706]: 6 0 1.00007 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1712]: 6 0 0.500081 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1721]: 6 0 633.792 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1728]: 6 0 1.00003 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1731]: 6 0 296.125 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1742]: 6 0 1.00004 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1747]: 6 0 1.00002 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1753]: 6 0 6.5001 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1762]: 6 0 633.792 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1784]: 6 0 177.833 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1788]: 6 0 1.00004 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1816]: 6 -1.00005 0 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1817]: 6 -1.00006 0 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1819]: 6 -6.00001 0 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1825]: 6 -1.00006 0 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1879]: 6 -4.00001 0 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1883]: 6 -6.00004 0 shouldn't be
221.89/222.56	WSVECS04 Frhs2[1942]: 6 -8.00007 0 shouldn't be
222.19/222.83	WSVECS04 Frhs2[181]: 6 0 49.0834 shouldn't be
222.19/222.83	WSVECS04 Frhs2[263]: 6 0 49.0834 shouldn't be
222.19/222.83	WSVECS04 Frhs2[304]: 6 0 49.0834 shouldn't be
222.19/222.83	WSVECS04 Frhs2[345]: 6 0 49.0834 shouldn't be
222.19/222.83	WSVECS04 Frhs2[386]: 6 0 49.0834 shouldn't be
222.19/222.83	WSVECS04 Frhs2[433]: 6 0 2.00004 shouldn't be
222.19/222.83	WSVECS04 Frhs2[492]: 6 0 4.00002 shouldn't be
222.19/222.83	WSVECS04 Frhs2[591]: 6 0 53.0834 shouldn't be
222.19/222.83	WSVECS04 Frhs2[827]: 6 0 1.00005 shouldn't be
222.19/222.83	WSVECS04 Frhs2[837]: 6 0 49.0834 shouldn't be
222.19/222.83	WSVECS04 Frhs2[868]: 6 0 1.00005 shouldn't be
222.19/222.83	WSVECS04 Frhs2[945]: 6 0 1.0001 shouldn't be
222.19/222.83	WSVECS04 Frhs2[950]: 6 0 1.00009 shouldn't be
222.19/222.83	WSVECS04 Frhs2[1027]: 6 0 1.00001 shouldn't be
222.19/222.83	WSVECS04 Frhs2[1109]: 6 0 1.00002 shouldn't be
222.19/222.83	WSVECS04 Frhs2[1196]: 6 0 1.00008 shouldn't be
222.19/222.83	WSVECS04 Frhs2[1224]: 6 0 3.00003 shouldn't be
222.19/222.83	WSVECS04 Frhs2[1278]: 6 0 1.0001 shouldn't be
222.19/222.83	WSVECS04 Frhs2[1288]: 6 0 56.0834 shouldn't be
222.19/222.83	WSVECS04 Frhs2[1370]: 6 0 49.0834 shouldn't be
222.19/222.83	WSVECS04 Frhs2[1442]: 6 0 1.00003 shouldn't be
222.19/222.83	WSVECS04 Frhs2[1483]: 6 0 1.00003 shouldn't be
222.19/222.83	WSVECS04 Frhs2[1601]: 6 0 1.50005 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1642]: 6 0 1.50007 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1683]: 6 0 1.50002 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1698]: 6 0 48.0834 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1757]: 6 0 1.00003 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1765]: 6 0 1.50004 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1806]: 6 0 1.50004 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1813]: 6 -9.00002 0 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1818]: 6 -1.0001 0 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1831]: 6 -3.00007 0 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1852]: 6 -1.00009 0 shouldn't be
222.19/222.84	WSVECS04 Frhs2[1980]: 6 -8.00005 0 shouldn't be
222.49/223.12	WSVECS04 Frhs2[135]: 6 0 0.500054 shouldn't be
222.49/223.12	WSVECS04 Frhs2[176]: 6 0 0.500025 shouldn't be
222.49/223.12	WSVECS04 Frhs2[197]: 6 0 0.500088 shouldn't be
222.49/223.12	WSVECS04 Frhs2[278]: 6 0 0.500023 shouldn't be
222.49/223.12	WSVECS04 Frhs2[283]: 6 0 1.00001 shouldn't be
222.49/223.12	WSVECS04 Frhs2[291]: 6 0 1.00004 shouldn't be
222.49/223.12	WSVECS04 Frhs2[319]: 6 0 0.500097 shouldn't be
222.49/223.12	WSVECS04 Frhs2[376]: 6 0 1.00005 shouldn't be
222.49/223.12	WSVECS04 Frhs2[401]: 6 0 0.500024 shouldn't be
222.49/223.12	WSVECS04 Frhs2[503]: 6 0 1.00009 shouldn't be
222.49/223.12	WSVECS04 Frhs2[702]: 6 0 0.50003 shouldn't be
222.49/223.12	WSVECS04 Frhs2[708]: 6 0 1.00009 shouldn't be
222.49/223.12	WSVECS04 Frhs2[730]: 6 0 1.00004 shouldn't be
222.49/223.12	WSVECS04 Frhs2[741]: 6 0 1.00001 shouldn't be
222.49/223.12	WSVECS04 Frhs2[752]: 6 0 0.500042 shouldn't be
222.49/223.12	WSVECS04 Frhs2[779]: 6 0 0.50009 shouldn't be
222.49/223.12	WSVECS04 Frhs2[781]: 6 0 1.50004 shouldn't be
222.49/223.12	WSVECS04 Frhs2[782]: 6 0 1.00002 shouldn't be
222.49/223.12	WSVECS04 Frhs2[783]: 6 0 1.00004 shouldn't be
222.49/223.12	WSVECS04 Frhs2[784]: 6 0 0.500049 shouldn't be
222.49/223.12	WSVECS04 Frhs2[822]: 6 0 1.50002 shouldn't be
222.49/223.12	WSVECS04 Frhs2[823]: 6 0 1.00001 shouldn't be
222.49/223.12	WSVECS04 Frhs2[824]: 6 0 1.00002 shouldn't be
222.49/223.12	WSVECS04 Frhs2[872]: 6 0 1.00007 shouldn't be
222.49/223.12	WSVECS04 Frhs2[944]: 6 0 1.00008 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1062]: 6 0 1.00001 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1137]: 6 0 1.00007 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1193]: 6 0 1.00001 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1221]: 6 0 0.50002 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1222]: 6 0 0.50005 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1241]: 6 0 3.00007 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1262]: 6 0 0.500034 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1275]: 6 0 2.00007 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1276]: 6 0 0.500015 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1303]: 6 0 0.500096 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1317]: 6 0 0.500096 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1344]: 6 0 0.500067 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1358]: 6 0 0.500013 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1385]: 6 0 0.500042 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1467]: 6 0 0.500082 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1528]: 6 0 1.00003 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1692]: 6 0 1.00003 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1711]: 6 0 1.00008 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1714]: 6 0 0.500098 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1774]: 6 0 1.00008 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1787]: 6 0 5.00005 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1796]: 6 0 0.500048 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1853]: 6 -8.00002 0 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1868]: 6 -9.00006 0 shouldn't be
222.49/223.12	WSVECS04 Frhs2[1918]: 6 -6.00004 0 shouldn't be
222.79/223.45	WSVECS04 Frhs2[123]: 6 0 0.500034 shouldn't be
222.79/223.45	WSVECS04 Frhs2[128]: 6 0 0.500058 shouldn't be
222.79/223.45	WSVECS04 Frhs2[184]: 6 0 1.00003 shouldn't be
222.79/223.45	WSVECS04 Frhs2[328]: 6 0 0.500051 shouldn't be
222.79/223.45	WSVECS04 Frhs2[544]: 6 0 1.00003 shouldn't be
222.79/223.45	WSVECS04 Frhs2[567]: 6 0 62.8751 shouldn't be
222.79/223.45	WSVECS04 Frhs2[608]: 6 0 62.8751 shouldn't be
222.79/223.45	WSVECS04 Frhs2[617]: 6 0 1.50008 shouldn't be
222.79/223.45	WSVECS04 Frhs2[620]: 6 0 0.500045 shouldn't be
222.79/223.45	WSVECS04 Frhs2[743]: 6 0 0.500073 shouldn't be
222.79/223.45	WSVECS04 Frhs2[825]: 6 0 0.500039 shouldn't be
222.79/223.45	WSVECS04 Frhs2[833]: 6 0 2.00002 shouldn't be
222.79/223.45	WSVECS04 Frhs2[1413]: 6 0 0.500043 shouldn't be
222.79/223.45	WSVECS04 Frhs2[1562]: 6 0 1.00006 shouldn't be
222.79/223.45	WSVECS04 Frhs2[1681]: 6 0 0.500016 shouldn't be
222.79/223.45	WSVECS04 Frhs2[1776]: 6 0 3.50003 shouldn't be
222.79/223.45	WSVECS04 Frhs2[1960]: 6 -9.00003 0 shouldn't be
223.09/223.76	WSVECS04 Frhs2[193]: 6 0 1.00004 shouldn't be
223.09/223.76	WSVECS04 Frhs2[275]: 6 0 4.00008 shouldn't be
223.09/223.76	WSVECS04 Frhs2[316]: 6 0 1.00003 shouldn't be
223.09/223.76	WSVECS04 Frhs2[548]: 6 0 58.4167 shouldn't be
223.09/223.76	WSVECS04 Frhs2[553]: 6 0 1.00003 shouldn't be
223.09/223.76	WSVECS04 Frhs2[610]: 6 0 1.00008 shouldn't be
223.09/223.76	WSVECS04 Frhs2[671]: 6 0 4.00005 shouldn't be
223.09/223.76	WSVECS04 Frhs2[855]: 6 0 1.00007 shouldn't be
223.09/223.76	WSVECS04 Frhs2[896]: 6 0 1.00005 shouldn't be
223.09/223.76	WSVECS04 Frhs2[904]: 6 0 1.00004 shouldn't be
223.09/223.76	WSVECS04 Frhs2[986]: 6 0 1.00009 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1040]: 6 0 58.4167 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1163]: 6 0 58.4167 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1286]: 6 0 58.4167 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1306]: 6 0 1.00009 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1382]: 6 0 1.00003 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1450]: 6 0 58.4167 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1464]: 6 0 1.00005 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1470]: 6 0 1.00006 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1533]: 6 0 293.292 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1680]: 6 0 633.792 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1685]: 6 0 1.00009 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1737]: 6 0 57.4167 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1845]: 6 -7.00002 0 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1870]: 6 -1.00005 0 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1871]: 6 -1.00001 0 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1872]: 6 -1.00006 0 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1897]: 6 -9.0001 0 shouldn't be
223.09/223.76	WSVECS04 Frhs2[1915]: 6 -3.00008 0 shouldn't be
223.69/224.38	WSVECS04 Frhs2[88]: 6 0 1.00009 shouldn't be
223.69/224.38	WSVECS04 Frhs2[118]: 6 0 1.00006 shouldn't be
223.69/224.38	WSVECS04 Frhs2[168]: 6 0 1.00006 shouldn't be
223.69/224.38	WSVECS04 Frhs2[250]: 6 0 1.00006 shouldn't be
223.69/224.38	WSVECS04 Frhs2[282]: 6 0 1.00008 shouldn't be
223.69/224.38	WSVECS04 Frhs2[756]: 6 0 143.208 shouldn't be
223.69/224.38	WSVECS04 Frhs2[826]: 6 0 1.00009 shouldn't be
223.69/224.38	WSVECS04 Frhs2[885]: 6 0 3.75008 shouldn't be
223.69/224.38	WSVECS04 Frhs2[890]: 6 0 1.00008 shouldn't be
223.69/224.38	WSVECS04 Frhs2[913]: 6 0 1.00006 shouldn't be
223.69/224.38	WSVECS04 Frhs2[967]: 6 0 3.75002 shouldn't be
223.69/224.38	WSVECS04 Frhs2[980]: 6 0 1.00006 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1008]: 6 0 3.75008 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1090]: 6 0 3.75008 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1184]: 6 0 1.00009 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1207]: 6 0 229.25 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1225]: 6 0 1.00002 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1289]: 6 0 229.25 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1330]: 6 0 229.25 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1371]: 6 0 229.25 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1515]: 6 0 10.2501 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1564]: 6 0 1.00008 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1605]: 6 0 1.00008 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1646]: 6 0 1.0001 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1695]: 6 0 0.500051 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1769]: 6 0 1.00009 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1826]: 6 -1.00006 0 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1827]: 6 -2.00007 0 shouldn't be
223.69/224.38	WSVECS04 Frhs2[1975]: 6 -1.00008 0 shouldn't be
224.18/224.87	WSVECS04 Frhs2[122]: 6 0 634.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[125]: 6 0 1.50005 shouldn't be
224.18/224.87	WSVECS04 Frhs2[179]: 6 0 57.4167 shouldn't be
224.18/224.87	WSVECS04 Frhs2[183]: 6 0 0.500021 shouldn't be
224.18/224.87	WSVECS04 Frhs2[191]: 6 0 4.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[201]: 6 0 1.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[204]: 6 0 634.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[206]: 6 0 1.00001 shouldn't be
224.18/224.87	WSVECS04 Frhs2[242]: 6 0 1.00002 shouldn't be
224.18/224.87	WSVECS04 Frhs2[258]: 6 0 0.500062 shouldn't be
224.18/224.87	WSVECS04 Frhs2[294]: 6 0 1.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[321]: 6 0 61.8751 shouldn't be
224.18/224.87	WSVECS04 Frhs2[324]: 6 0 1.00005 shouldn't be
224.18/224.87	WSVECS04 Frhs2[329]: 6 0 1.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[335]: 6 0 1.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[340]: 6 0 0.500072 shouldn't be
224.18/224.87	WSVECS04 Frhs2[360]: 6 0 0.500074 shouldn't be
224.18/224.87	WSVECS04 Frhs2[368]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[381]: 6 0 0.500082 shouldn't be
224.18/224.87	WSVECS04 Frhs2[406]: 6 0 1.00002 shouldn't be
224.18/224.87	WSVECS04 Frhs2[409]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[411]: 6 0 1.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[422]: 6 0 0.500056 shouldn't be
224.18/224.87	WSVECS04 Frhs2[450]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[463]: 6 0 0.50007 shouldn't be
224.18/224.87	WSVECS04 Frhs2[508]: 6 0 300.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[549]: 6 0 300.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[569]: 6 0 1.00005 shouldn't be
224.18/224.87	WSVECS04 Frhs2[576]: 6 0 1.50007 shouldn't be
224.18/224.87	WSVECS04 Frhs2[631]: 6 0 305.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[645]: 6 0 1.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[648]: 6 0 1.00009 shouldn't be
224.18/224.87	WSVECS04 Frhs2[771]: 6 0 1.00005 shouldn't be
224.18/224.87	WSVECS04 Frhs2[803]: 6 0 3.75003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[831]: 6 0 1.00005 shouldn't be
224.18/224.87	WSVECS04 Frhs2[836]: 6 0 301.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[844]: 6 0 3.75004 shouldn't be
224.18/224.87	WSVECS04 Frhs2[857]: 6 0 1.00009 shouldn't be
224.18/224.87	WSVECS04 Frhs2[859]: 6 0 1.50003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[862]: 6 0 1.00002 shouldn't be
224.18/224.87	WSVECS04 Frhs2[864]: 6 0 1.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[865]: 6 0 1.0001 shouldn't be
224.18/224.87	WSVECS04 Frhs2[877]: 6 0 301.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[898]: 6 0 1.00007 shouldn't be
224.18/224.87	WSVECS04 Frhs2[900]: 6 0 1.50002 shouldn't be
224.18/224.87	WSVECS04 Frhs2[901]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[937]: 6 0 1.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[942]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[946]: 6 0 1.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[947]: 6 0 1.00009 shouldn't be
224.18/224.87	WSVECS04 Frhs2[954]: 6 0 1.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[959]: 6 0 301.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[962]: 6 0 0.500022 shouldn't be
224.18/224.87	WSVECS04 Frhs2[978]: 6 0 1.00002 shouldn't be
224.18/224.87	WSVECS04 Frhs2[982]: 6 0 1.50006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[983]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[985]: 6 0 1.00004 shouldn't be
224.18/224.87	WSVECS04 Frhs2[988]: 6 0 1.00007 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1000]: 6 0 301.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1024]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1028]: 6 0 1.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1048]: 6 0 1.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1065]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1067]: 6 0 1.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1069]: 6 0 1.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1070]: 6 0 1.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1073]: 6 0 3.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1082]: 6 0 301.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1101]: 6 0 1.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1103]: 6 0 1.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1105]: 6 0 1.5001 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1106]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1108]: 6 0 1.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1123]: 6 0 301.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1131]: 6 0 3.75007 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1142]: 6 0 1.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1147]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1185]: 6 0 1.00007 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1190]: 6 0 1.00001 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1205]: 6 0 306.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1228]: 6 0 1.25003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1229]: 6 0 633.792 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1265]: 6 0 1.00009 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1267]: 6 0 1.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1279]: 6 0 10.2084 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1287]: 6 0 301.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1301]: 6 0 2.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1307]: 6 0 2.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1310]: 6 0 1.25004 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1320]: 6 0 10.2084 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1328]: 6 0 301.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1342]: 6 0 1.00007 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1347]: 6 0 1.00002 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1402]: 6 0 10.2083 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1424]: 6 0 1.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1433]: 6 0 9.25008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1443]: 6 0 10.2084 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1465]: 6 0 1.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1513]: 6 0 7.00005 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1547]: 6 0 1.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1569]: 6 0 1.00004 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1588]: 6 0 1.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1603]: 6 0 1.00007 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1610]: 6 0 1.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1644]: 6 0 1.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1648]: 6 0 2.00002 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1651]: 6 0 1.00002 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1652]: 6 0 0.500041 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1670]: 6 0 1.00006 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1689]: 6 0 2.00002 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1697]: 6 0 293.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1715]: 6 0 3.00003 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1730]: 6 0 2.00008 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1767]: 6 0 1.00007 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1779]: 6 0 293.292 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1793]: 6 0 1.00007 shouldn't be
224.18/224.87	WSVECS04 Frhs2[1803]: 6 0 634.792 shouldn't be
224.78/225.43	WSVECS04 Frhs2[245]: 6 0 634.792 shouldn't be
224.78/225.43	WSVECS04 Frhs2[286]: 6 0 634.792 shouldn't be
224.78/225.43	WSVECS04 Frhs2[288]: 6 0 1.00008 shouldn't be
224.78/225.43	WSVECS04 Frhs2[322]: 6 0 1.00002 shouldn't be
224.78/225.43	WSVECS04 Frhs2[370]: 6 0 1.00009 shouldn't be
224.78/225.43	WSVECS04 Frhs2[405]: 6 0 1.00002 shouldn't be
224.78/225.43	WSVECS04 Frhs2[536]: 6 0 1.00003 shouldn't be
224.78/225.43	WSVECS04 Frhs2[541]: 6 0 11.2084 shouldn't be
224.78/225.43	WSVECS04 Frhs2[582]: 6 0 11.2084 shouldn't be
224.78/225.43	WSVECS04 Frhs2[623]: 6 0 11.2084 shouldn't be
224.78/225.43	WSVECS04 Frhs2[700]: 6 0 1.00007 shouldn't be
224.78/225.43	WSVECS04 Frhs2[705]: 6 0 11.2084 shouldn't be
224.78/225.43	WSVECS04 Frhs2[746]: 6 0 11.2083 shouldn't be
224.78/225.43	WSVECS04 Frhs2[749]: 6 0 1.00003 shouldn't be
224.78/225.43	WSVECS04 Frhs2[813]: 6 0 62.875 shouldn't be
224.78/225.43	WSVECS04 Frhs2[828]: 6 0 11.2084 shouldn't be
224.78/225.43	WSVECS04 Frhs2[834]: 6 0 0.500033 shouldn't be
224.78/225.43	WSVECS04 Frhs2[854]: 6 0 62.8751 shouldn't be
224.78/225.43	WSVECS04 Frhs2[869]: 6 0 11.2084 shouldn't be
224.78/225.43	WSVECS04 Frhs2[875]: 6 0 2.50008 shouldn't be
224.78/225.43	WSVECS04 Frhs2[895]: 6 0 62.8751 shouldn't be
224.78/225.43	WSVECS04 Frhs2[903]: 6 0 1.00008 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1033]: 6 0 12.2084 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1074]: 6 0 14.2083 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1192]: 6 0 1.00007 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1194]: 6 0 4.00005 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1197]: 6 0 11.2084 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1226]: 6 0 1.00006 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1231]: 6 0 1.00007 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1233]: 6 0 1.00002 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1245]: 6 0 58.4167 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1264]: 6 0 62.8751 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1305]: 6 0 62.8751 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1308]: 6 0 1.00007 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1390]: 6 0 1.00004 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1490]: 6 0 0.500087 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1525]: 6 0 10.2084 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1531]: 6 0 0.500065 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1566]: 6 0 10.2084 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1572]: 6 0 0.500081 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1613]: 6 0 0.500069 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1733]: 6 0 1.00002 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1771]: 6 0 2.00002 shouldn't be
224.78/225.43	WSVECS04 Frhs2[1795]: 6 0 7.00009 shouldn't be
225.48/226.12	WSVECS04 Frhs2[160]: 6 0 1.00003 shouldn't be
225.48/226.12	WSVECS04 Frhs2[365]: 6 0 1.00006 shouldn't be
225.48/226.12	WSVECS04 Frhs2[551]: 6 0 147.208 shouldn't be
225.48/226.12	WSVECS04 Frhs2[633]: 6 0 144.208 shouldn't be
225.48/226.12	WSVECS04 Frhs2[1219]: 6 0 1.00008 shouldn't be
225.48/226.12	WSVECS04 Frhs2[1570]: 6 0 0.500083 shouldn't be
225.48/226.12	WSVECS04 Frhs2[1633]: 6 0 2.00009 shouldn't be
225.48/226.12	WSVECS04 Frhs2[1693]: 6 0 0.500052 shouldn't be
225.48/226.12	WSVECS04 Frhs2[1775]: 6 0 0.50005 shouldn't be
226.18/226.85	WSVECS04 Frhs2[196]: 6 0 0.500024 shouldn't be
226.18/226.85	WSVECS04 Frhs2[733]: 6 0 1.00001 shouldn't be
226.18/226.85	WSVECS04 Frhs2[754]: 6 0 301.292 shouldn't be
226.18/226.85	WSVECS04 Frhs2[1878]: 6 -1.00001 0 shouldn't be
226.88/227.57	WSVECS04 Frhs2[100]: 6 0 231.25 shouldn't be
226.88/227.57	WSVECS04 Frhs2[1410]: 6 0 301.292 shouldn't be
226.88/227.57	WSVECS04 Frhs2[1451]: 6 0 301.292 shouldn't be
226.88/227.57	WSVECS04 Frhs2[1574]: 6 0 293.292 shouldn't be
226.88/227.57	WSVECS04 Frhs2[1799]: 6 0 1.00002 shouldn't be
227.58/228.29	WSVECS04 Frhs2[563]: 6 0 1.00006 shouldn't be
227.58/228.29	WSVECS04 Frhs2[1510]: 6 0 61.8751 shouldn't be
227.58/228.29	WSVECS04 Frhs2[1844]: 6 -1.00001 0 shouldn't be
228.38/229.03	WSVECS04 Frhs2[323]: 6 0 1.00006 shouldn't be
228.38/229.03	WSVECS04 Frhs2[1705]: 6 0 6.00001 shouldn't be
229.07/229.77	WSVECS04 Frhs2[388]: 6 0 0.500035 shouldn't be
229.07/229.77	WSVECS04 Frhs2[651]: 6 0 1.00002 shouldn't be
230.57/231.21	WSVECS04 Frhs2[713]: 6 0 301.292 shouldn't be
231.96/232.63	c #Conflicts:     640000 | #Constraints:      25640
231.96/232.63	c #Conflicts:     641000 | #Constraints:      26640
231.96/232.63	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
231.96/232.63	WSVECS04 Frhs2[35]: 6 -1.00007 0 shouldn't be
231.96/232.63	WSVECS04 Frhs2[36]: 6 -1.00007 0 shouldn't be
231.96/232.63	WSVECS04 Frhs2[66]: 6 0 62.4617 shouldn't be
231.96/232.63	WSVECS04 Frhs2[113]: 6 0 12.3334 shouldn't be
231.96/232.63	WSVECS04 Frhs2[140]: 6 0 1.00003 shouldn't be
231.96/232.63	WSVECS04 Frhs2[392]: 6 0 1.00001 shouldn't be
231.96/232.63	WSVECS04 Frhs2[556]: 6 0 1.00007 shouldn't be
231.96/232.63	WSVECS04 Frhs2[593]: 6 0 1.0001 shouldn't be
231.96/232.63	WSVECS04 Frhs2[753]: 6 0 1.0001 shouldn't be
231.96/232.63	WSVECS04 Frhs2[1247]: 6 0 1.0001 shouldn't be
231.96/232.63	WSVECS04 Frhs2[1411]: 6 0 1.00003 shouldn't be
231.96/232.63	WSVECS04 Frhs2[1832]: 6 -0.500022 0 shouldn't be
231.96/232.63	WSVECS04 Frhs2[1883]: 6 -5.00008 0 shouldn't be
231.96/232.63	WSVECS04 Frhs2[1962]: 6 -7.00004 0 shouldn't be
232.27/232.94	WSVECS04 Frhs2[295]: 6 0 1.00002 shouldn't be
232.27/232.94	WSVECS04 Frhs2[513]: 6 0 1.00008 shouldn't be
232.27/232.94	WSVECS04 Frhs2[686]: 6 0 1.5001 shouldn't be
232.27/232.94	WSVECS04 Frhs2[1253]: 6 0 1.0001 shouldn't be
232.27/232.94	WSVECS04 Frhs2[1294]: 6 0 1.00007 shouldn't be
232.27/232.94	WSVECS04 Frhs2[1333]: 6 0 0.333372 shouldn't be
232.27/232.94	WSVECS04 Frhs2[1417]: 6 0 1.00004 shouldn't be
232.27/232.94	WSVECS04 Frhs2[1881]: 6 -2.00006 0 shouldn't be
232.56/233.23	WSVECS04 Frhs2[315]: 6 0 3.00008 shouldn't be
232.56/233.23	WSVECS04 Frhs2[673]: 6 0 2.00003 shouldn't be
232.56/233.23	WSVECS04 Frhs2[767]: 6 0 1.00005 shouldn't be
232.56/233.23	WSVECS04 Frhs2[931]: 6 0 1.00004 shouldn't be
232.56/233.23	WSVECS04 Frhs2[1300]: 6 0 1.00005 shouldn't be
232.56/233.23	WSVECS04 Frhs2[1649]: 6 0 1.0001 shouldn't be
232.56/233.23	WSVECS04 Frhs2[1856]: 6 -1.00009 0 shouldn't be
232.56/233.23	WSVECS04 Frhs2[1868]: 6 -2.00006 0 shouldn't be
232.56/233.23	WSVECS04 Frhs2[1960]: 6 -1.0001 0 shouldn't be
232.56/233.23	WSVECS04 Frhs2[1961]: 6 -1.00005 0 shouldn't be
255.61/256.37	c #Conflicts:     642000 | #Constraints:      27640
255.61/256.37	c #Conflicts:     643000 | #Constraints:      28640
255.61/256.37	c #Conflicts:     644000 | #Constraints:      29640
255.61/256.37	c #Conflicts:     645000 | #Constraints:      30640
255.61/256.37	c #Conflicts:     646000 | #Constraints:      31640
255.61/256.37	c #Conflicts:     647000 | #Constraints:      32640
255.61/256.37	c #Conflicts:     648000 | #Constraints:      33640
255.61/256.37	c #Conflicts:     649000 | #Constraints:      34640
255.61/256.37	c #Conflicts:     650000 | #Constraints:      35640
255.61/256.37	c #Conflicts:     651000 | #Constraints:      36640
255.61/256.37	c #Conflicts:     652000 | #Constraints:      37640
255.61/256.37	c #Conflicts:     653000 | #Constraints:      38640
255.61/256.37	c #Conflicts:     654000 | #Constraints:      39640
255.61/256.37	c #Conflicts:     655000 | #Constraints:      40640
255.61/256.37	c INPROCESSING
255.61/256.37	c GARBAGE COLLECT
255.61/256.37	c #Conflicts:     656000 | #Constraints:      25638
255.61/256.37	c #Conflicts:     657000 | #Constraints:      26638
255.61/256.37	c #Conflicts:     658000 | #Constraints:      27638
255.61/256.37	c #Conflicts:     659000 | #Constraints:      28638
255.61/256.37	c #Conflicts:     660000 | #Constraints:      29638
255.61/256.37	c #Conflicts:     661000 | #Constraints:      30638
255.61/256.37	c #Conflicts:     662000 | #Constraints:      31638
255.61/256.37	c #Conflicts:     663000 | #Constraints:      32638
255.61/256.37	c #Conflicts:     664000 | #Constraints:      33638
255.61/256.37	c #Conflicts:     665000 | #Constraints:      34638
255.61/256.37	c #Conflicts:     666000 | #Constraints:      35638
255.61/256.37	c #Conflicts:     667000 | #Constraints:      36638
255.61/256.37	c #Conflicts:     668000 | #Constraints:      37638
255.61/256.37	c #Conflicts:     669000 | #Constraints:      38638
255.61/256.37	c #Conflicts:     670000 | #Constraints:      39638
255.61/256.37	c #Conflicts:     671000 | #Constraints:      40638
255.61/256.37	c INPROCESSING
255.61/256.37	c GARBAGE COLLECT
255.61/256.37	c #Conflicts:     672000 | #Constraints:      25439
255.61/256.37	c #Conflicts:     673000 | #Constraints:      26439
255.61/256.37	c #Conflicts:     674000 | #Constraints:      27439
255.61/256.37	c #Conflicts:     675000 | #Constraints:      28439
255.61/256.37	c #Conflicts:     676000 | #Constraints:      29439
255.61/256.37	c #Conflicts:     677000 | #Constraints:      30439
255.61/256.37	c #Conflicts:     678000 | #Constraints:      31439
255.61/256.37	c #Conflicts:     679000 | #Constraints:      32439
255.61/256.37	c #Conflicts:     680000 | #Constraints:      33439
255.61/256.37	c #Conflicts:     681000 | #Constraints:      34439
255.61/256.37	c #Conflicts:     682000 | #Constraints:      35439
255.61/256.37	c #Conflicts:     683000 | #Constraints:      36439
255.61/256.37	c #Conflicts:     684000 | #Constraints:      37439
255.61/256.37	c #Conflicts:     685000 | #Constraints:      38439
255.61/256.37	c #Conflicts:     686000 | #Constraints:      39439
255.61/256.37	c #Conflicts:     687000 | #Constraints:      40439
255.61/256.37	c #Conflicts:     688000 | #Constraints:      41439
255.61/256.37	c INPROCESSING
255.61/256.37	c GARBAGE COLLECT
255.61/256.37	c #Conflicts:     689000 | #Constraints:      26035
255.61/256.37	c #Conflicts:     690000 | #Constraints:      27035
255.61/256.37	c #Conflicts:     691000 | #Constraints:      28035
255.61/256.37	c #Conflicts:     692000 | #Constraints:      29035
255.61/256.37	c #Conflicts:     693000 | #Constraints:      30035
255.61/256.37	c #Conflicts:     694000 | #Constraints:      31035
255.61/256.37	c #Conflicts:     695000 | #Constraints:      32035
255.61/256.37	c #Conflicts:     696000 | #Constraints:      33035
255.61/256.37	c #Conflicts:     697000 | #Constraints:      34035
255.61/256.37	c #Conflicts:     698000 | #Constraints:      35035
255.61/256.37	c #Conflicts:     699000 | #Constraints:      36035
255.61/256.37	c #Conflicts:     700000 | #Constraints:      37035
255.61/256.37	c #Conflicts:     701000 | #Constraints:      38035
255.61/256.37	c #Conflicts:     702000 | #Constraints:      39035
255.61/256.37	c #Conflicts:     703000 | #Constraints:      40035
255.61/256.37	c #Conflicts:     704000 | #Constraints:      41035
255.61/256.37	c #Conflicts:     705000 | #Constraints:      42035
255.61/256.37	c INPROCESSING
255.61/256.37	c GARBAGE COLLECT
255.61/256.37	c #Conflicts:     706000 | #Constraints:      26438
255.61/256.37	WSVECS04 Frhs2[8]: 6 -618.292 0 shouldn't be
255.61/256.37	WSVECS04 Frhs2[21]: 6 -618.292 0 shouldn't be
255.61/256.37	WSVECS04 Frhs2[22]: 6 0 30.078 shouldn't be
255.61/256.37	WSVECS04 Frhs2[86]: 6 0 1.00009 shouldn't be
255.61/256.37	WSVECS04 Frhs2[108]: 6 0 199.643 shouldn't be
255.61/256.37	WSVECS04 Frhs2[125]: 6 0 0.500035 shouldn't be
255.61/256.37	WSVECS04 Frhs2[150]: 6 0 0.500085 shouldn't be
255.61/256.37	WSVECS04 Frhs2[165]: 6 0 1.00003 shouldn't be
255.61/256.37	WSVECS04 Frhs2[170]: 6 0 1.00007 shouldn't be
255.61/256.37	WSVECS04 Frhs2[178]: 6 0 268.273 shouldn't be
255.61/256.37	WSVECS04 Frhs2[188]: 6 0 1.00004 shouldn't be
255.61/256.37	WSVECS04 Frhs2[190]: 6 0 199.643 shouldn't be
255.61/256.37	WSVECS04 Frhs2[206]: 6 0 1.00002 shouldn't be
255.61/256.37	WSVECS04 Frhs2[222]: 6 0 1.00003 shouldn't be
255.61/256.37	WSVECS04 Frhs2[225]: 6 0 37.5974 shouldn't be
255.61/256.37	WSVECS04 Frhs2[228]: 6 0 138.494 shouldn't be
255.61/256.37	WSVECS04 Frhs2[311]: 6 0 1.00004 shouldn't be
255.61/256.37	WSVECS04 Frhs2[342]: 6 0 268.273 shouldn't be
255.61/256.37	WSVECS04 Frhs2[348]: 6 0 37.5975 shouldn't be
255.61/256.37	WSVECS04 Frhs2[350]: 6 0 1.00004 shouldn't be
255.61/256.37	WSVECS04 Frhs2[365]: 6 0 1.00002 shouldn't be
255.61/256.37	WSVECS04 Frhs2[368]: 6 0 1.00004 shouldn't be
255.61/256.37	WSVECS04 Frhs2[382]: 6 0 69.1624 shouldn't be
255.61/256.37	WSVECS04 Frhs2[385]: 6 0 1.00004 shouldn't be
255.61/256.37	WSVECS04 Frhs2[388]: 6 0 0.500015 shouldn't be
255.61/256.37	WSVECS04 Frhs2[391]: 6 0 6.00006 shouldn't be
255.61/256.37	WSVECS04 Frhs2[405]: 6 0 85.065 shouldn't be
255.61/256.37	WSVECS04 Frhs2[430]: 6 0 37.5975 shouldn't be
255.61/256.37	WSVECS04 Frhs2[431]: 6 0 5.00008 shouldn't be
255.61/256.37	WSVECS04 Frhs2[465]: 6 0 268.273 shouldn't be
255.61/256.37	WSVECS04 Frhs2[468]: 6 0 1.00009 shouldn't be
255.61/256.37	WSVECS04 Frhs2[470]: 6 0 0.500032 shouldn't be
255.61/256.37	WSVECS04 Frhs2[471]: 6 0 42.5974 shouldn't be
255.61/256.37	WSVECS04 Frhs2[505]: 6 0 70.1624 shouldn't be
255.61/256.37	WSVECS04 Frhs2[508]: 6 0 1.00007 shouldn't be
255.61/256.37	WSVECS04 Frhs2[510]: 6 0 1.00004 shouldn't be
255.61/256.37	WSVECS04 Frhs2[528]: 6 0 74.0326 shouldn't be
255.61/256.37	WSVECS04 Frhs2[662]: 6 0 1.00004 shouldn't be
255.61/256.37	WSVECS04 Frhs2[665]: 6 0 1.00007 shouldn't be
255.61/256.37	WSVECS04 Frhs2[710]: 6 0 70.1624 shouldn't be
255.61/256.37	WSVECS04 Frhs2[825]: 6 0 0.500032 shouldn't be
255.61/256.37	WSVECS04 Frhs2[828]: 6 0 0.500013 shouldn't be
255.61/256.37	WSVECS04 Frhs2[832]: 6 0 10 shouldn't be
255.61/256.37	WSVECS04 Frhs2[846]: 6 0 199.643 shouldn't be
255.61/256.37	WSVECS04 Frhs2[848]: 6 0 62.1754 shouldn't be
255.61/256.37	WSVECS04 Frhs2[849]: 6 0 1.00007 shouldn't be
255.61/256.37	WSVECS04 Frhs2[852]: 6 0 1.00005 shouldn't be
255.61/256.37	WSVECS04 Frhs2[856]: 6 0 85.065 shouldn't be
255.61/256.37	WSVECS04 Frhs2[908]: 6 0 1.00008 shouldn't be
255.61/256.37	WSVECS04 Frhs2[911]: 6 0 6.00006 shouldn't be
255.61/256.37	WSVECS04 Frhs2[925]: 6 0 136.494 shouldn't be
255.61/256.37	WSVECS04 Frhs2[944]: 6 0 1.00008 shouldn't be
255.61/256.37	WSVECS04 Frhs2[965]: 6 0 1.00005 shouldn't be
255.61/256.37	WSVECS04 Frhs2[967]: 6 0 1.00008 shouldn't be
255.61/256.37	WSVECS04 Frhs2[972]: 6 0 1.00001 shouldn't be
255.61/256.37	WSVECS04 Frhs2[975]: 6 0 2.00009 shouldn't be
255.61/256.37	WSVECS04 Frhs2[980]: 6 0 1.00002 shouldn't be
255.61/256.37	WSVECS04 Frhs2[984]: 6 0 0.500067 shouldn't be
255.61/256.37	WSVECS04 Frhs2[986]: 6 0 0.500024 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1071]: 6 0 0.500058 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1079]: 6 0 70.1624 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1081]: 6 0 0.500038 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1086]: 6 0 41.5975 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1088]: 6 0 1.00006 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1093]: 6 0 0.500057 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1095]: 6 0 1.00003 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1106]: 6 0 1.00006 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1107]: 6 0 0.500056 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1152]: 6 0 1.00007 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1165]: 6 0 1.00009 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1168]: 6 0 37.5974 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1172]: 6 0 1.00001 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1173]: 6 0 0.50004 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1174]: 6 0 199.643 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1175]: 6 0 0.500036 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1176]: 6 0 61.1754 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1184]: 6 0 85.065 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1190]: 6 0 1.00008 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1201]: 6 0 1.00002 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1206]: 6 0 1.00003 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1207]: 6 0 1.00002 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1209]: 6 0 37.5975 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1211]: 6 0 7.00004 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1213]: 6 0 1.00006 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1215]: 6 0 199.643 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1216]: 6 0 0.500064 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1226]: 6 0 1.00006 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1232]: 6 0 0.500037 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1245]: 6 0 0.500097 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1267]: 6 0 1.00003 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1270]: 6 0 1.00002 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1272]: 6 0 1.00003 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1504]: 6 0 62.1754 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1513]: 6 0 8.00006 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1553]: 6 0 92.065 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1633]: 6 0 6.00002 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1767]: 6 0 1.00001 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1769]: 6 0 1.00002 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1772]: 6 0 1.00007 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1781]: 6 0 1.00003 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1787]: 6 0 1.00002 shouldn't be
255.61/256.37	WSVECS04 Frhs2[1790]: 6 0 0.500061 shouldn't be
281.15/281.98	c #Conflicts:     707000 | #Constraints:      27439
281.15/281.98	c #Conflicts:     708000 | #Constraints:      28439
281.15/281.98	c #Conflicts:     709000 | #Constraints:      29439
281.15/281.98	c #Conflicts:     710000 | #Constraints:      30439
281.15/281.98	c #Conflicts:     711000 | #Constraints:      31439
281.15/281.98	c #Conflicts:     712000 | #Constraints:      32439
281.15/281.98	c #Conflicts:     713000 | #Constraints:      33439
281.15/281.98	c #Conflicts:     714000 | #Constraints:      34439
281.15/281.98	c #Conflicts:     715000 | #Constraints:      35439
281.15/281.98	c #Conflicts:     716000 | #Constraints:      36439
281.15/281.98	c #Conflicts:     717000 | #Constraints:      37439
281.15/281.98	c #Conflicts:     718000 | #Constraints:      38439
281.15/281.98	c #Conflicts:     719000 | #Constraints:      39439
281.15/281.98	c #Conflicts:     720000 | #Constraints:      40439
281.15/281.98	c #Conflicts:     721000 | #Constraints:      41439
281.15/281.98	c #Conflicts:     722000 | #Constraints:      42439
281.15/281.98	c INPROCESSING
281.15/281.98	c GARBAGE COLLECT
281.15/281.98	c #Conflicts:     723000 | #Constraints:      26642
281.15/281.98	c #Conflicts:     724000 | #Constraints:      27642
281.15/281.98	c #Conflicts:     725000 | #Constraints:      28642
281.15/281.98	c #Conflicts:     726000 | #Constraints:      29642
281.15/281.98	c #Conflicts:     727000 | #Constraints:      30642
281.15/281.98	c #Conflicts:     728000 | #Constraints:      31642
281.15/281.98	c #Conflicts:     729000 | #Constraints:      32642
281.15/281.98	c #Conflicts:     730000 | #Constraints:      33642
281.15/281.98	c #Conflicts:     731000 | #Constraints:      34642
281.15/281.98	c #Conflicts:     732000 | #Constraints:      35642
281.15/281.98	c #Conflicts:     733000 | #Constraints:      36642
281.15/281.98	c #Conflicts:     734000 | #Constraints:      37642
281.15/281.98	c #Conflicts:     735000 | #Constraints:      38642
281.15/281.98	c #Conflicts:     736000 | #Constraints:      39642
281.15/281.98	c #Conflicts:     737000 | #Constraints:      40642
281.15/281.98	c #Conflicts:     738000 | #Constraints:      41642
281.15/281.98	c #Conflicts:     739000 | #Constraints:      42642
281.15/281.98	c INPROCESSING
281.15/281.98	c GARBAGE COLLECT
281.15/281.98	c #Conflicts:     740000 | #Constraints:      26643
281.15/281.98	c #Conflicts:     741000 | #Constraints:      27644
281.15/281.98	c #Conflicts:     742000 | #Constraints:      28644
281.15/281.98	c #Conflicts:     743000 | #Constraints:      29644
281.15/281.98	c #Conflicts:     744000 | #Constraints:      30644
281.15/281.98	c #Conflicts:     745000 | #Constraints:      31644
281.15/281.98	c #Conflicts:     746000 | #Constraints:      32644
281.15/281.98	c #Conflicts:     747000 | #Constraints:      33644
281.15/281.98	c #Conflicts:     748000 | #Constraints:      34644
281.15/281.98	c #Conflicts:     749000 | #Constraints:      35644
281.15/281.98	c #Conflicts:     750000 | #Constraints:      36644
281.15/281.98	c #Conflicts:     751000 | #Constraints:      37645
281.15/281.98	c #Conflicts:     752000 | #Constraints:      38645
281.15/281.98	c #Conflicts:     753000 | #Constraints:      39645
281.15/281.98	c #Conflicts:     754000 | #Constraints:      40645
281.15/281.98	c #Conflicts:     755000 | #Constraints:      41645
281.15/281.98	c #Conflicts:     756000 | #Constraints:      42645
281.15/281.98	c INPROCESSING
281.15/281.98	c GARBAGE COLLECT
281.15/281.98	c #Conflicts:     757000 | #Constraints:      26440
281.15/281.98	c #Conflicts:     758000 | #Constraints:      27440
281.15/281.98	c #Conflicts:     759000 | #Constraints:      28440
281.15/281.98	c #Conflicts:     760000 | #Constraints:      29440
281.15/281.98	c #Conflicts:     761000 | #Constraints:      30441
281.15/281.98	c #Conflicts:     762000 | #Constraints:      31441
281.15/281.98	c #Conflicts:     763000 | #Constraints:      32441
281.15/281.98	c #Conflicts:     764000 | #Constraints:      33441
281.15/281.98	c #Conflicts:     765000 | #Constraints:      34441
281.15/281.98	c #Conflicts:     766000 | #Constraints:      35441
281.15/281.98	c #Conflicts:     767000 | #Constraints:      36441
281.15/281.98	c #Conflicts:     768000 | #Constraints:      37441
281.15/281.98	c #Conflicts:     769000 | #Constraints:      38441
281.15/281.98	c #Conflicts:     770000 | #Constraints:      39441
281.15/281.98	c #Conflicts:     771000 | #Constraints:      40441
281.15/281.98	c #Conflicts:     772000 | #Constraints:      41441
281.15/281.98	c #Conflicts:     773000 | #Constraints:      42441
281.15/281.98	WSVECS04 Frhs2[4]: 6 0 57.6667 shouldn't be
281.15/281.98	WSVECS04 Frhs2[16]: 6 0 89.5834 shouldn't be
281.15/281.98	WSVECS04 Frhs2[20]: 6 0 125.528 shouldn't be
281.15/281.98	WSVECS04 Frhs2[100]: 6 0 11.1389 shouldn't be
281.15/281.98	WSVECS04 Frhs2[107]: 6 0 4.00009 shouldn't be
281.15/281.98	WSVECS04 Frhs2[109]: 6 0 2.00008 shouldn't be
281.15/281.98	WSVECS04 Frhs2[149]: 6 0 1.00003 shouldn't be
281.15/281.98	WSVECS04 Frhs2[158]: 6 0 1.0001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[180]: 6 0 1.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[182]: 6 0 11.1389 shouldn't be
281.15/281.98	WSVECS04 Frhs2[189]: 6 0 2.00008 shouldn't be
281.15/281.98	WSVECS04 Frhs2[198]: 6 0 1.00005 shouldn't be
281.15/281.98	WSVECS04 Frhs2[204]: 6 0 0.666699 shouldn't be
281.15/281.98	WSVECS04 Frhs2[223]: 6 0 11.1389 shouldn't be
281.15/281.98	WSVECS04 Frhs2[226]: 6 0 1.00006 shouldn't be
281.15/281.98	WSVECS04 Frhs2[229]: 6 0 0.500011 shouldn't be
281.15/281.98	WSVECS04 Frhs2[233]: 6 0 1.00009 shouldn't be
281.15/281.98	WSVECS04 Frhs2[240]: 6 0 1.00008 shouldn't be
281.15/281.98	WSVECS04 Frhs2[248]: 6 0 1.00003 shouldn't be
281.15/281.98	WSVECS04 Frhs2[340]: 6 0 0.500017 shouldn't be
281.15/281.98	WSVECS04 Frhs2[343]: 6 0 1.00001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[349]: 6 0 1.00004 shouldn't be
281.15/281.98	WSVECS04 Frhs2[353]: 6 0 9.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[354]: 6 0 1.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[368]: 6 0 0.666681 shouldn't be
281.15/281.98	WSVECS04 Frhs2[422]: 6 0 0.500047 shouldn't be
281.15/281.98	WSVECS04 Frhs2[434]: 6 0 0.500023 shouldn't be
281.15/281.98	WSVECS04 Frhs2[452]: 6 0 78.5001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[463]: 6 0 0.500031 shouldn't be
281.15/281.98	WSVECS04 Frhs2[467]: 6 0 1.00008 shouldn't be
281.15/281.98	WSVECS04 Frhs2[469]: 6 0 11.1389 shouldn't be
281.15/281.98	WSVECS04 Frhs2[507]: 6 0 1.00001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[513]: 6 0 2.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[518]: 6 0 1.00006 shouldn't be
281.15/281.98	WSVECS04 Frhs2[620]: 6 0 1.00004 shouldn't be
281.15/281.98	WSVECS04 Frhs2[629]: 6 0 1.00001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[633]: 6 0 12.139 shouldn't be
281.15/281.98	WSVECS04 Frhs2[634]: 6 0 0.500033 shouldn't be
281.15/281.98	WSVECS04 Frhs2[702]: 6 0 1.0001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[712]: 6 0 2.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[713]: 6 0 1.00006 shouldn't be
281.15/281.98	WSVECS04 Frhs2[721]: 6 0 0.500048 shouldn't be
281.15/281.98	WSVECS04 Frhs2[735]: 6 0 1.0001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[743]: 6 0 1.0001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[752]: 6 0 4.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[832]: 6 0 2.00004 shouldn't be
281.15/281.98	WSVECS04 Frhs2[833]: 6 0 3.00004 shouldn't be
281.15/281.98	WSVECS04 Frhs2[844]: 6 0 0.500027 shouldn't be
281.15/281.98	WSVECS04 Frhs2[854]: 6 0 1.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[866]: 6 0 1.00007 shouldn't be
281.15/281.98	WSVECS04 Frhs2[873]: 6 0 1.0001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[880]: 6 0 0.500043 shouldn't be
281.15/281.98	WSVECS04 Frhs2[895]: 6 0 1.00009 shouldn't be
281.15/281.98	WSVECS04 Frhs2[899]: 6 0 1.00006 shouldn't be
281.15/281.98	WSVECS04 Frhs2[989]: 6 0 1.00006 shouldn't be
281.15/281.98	WSVECS04 Frhs2[994]: 6 0 3.50007 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1022]: 6 0 1.00003 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1025]: 6 0 1.00003 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1033]: 6 0 1.00005 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1064]: 6 0 1.00008 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1112]: 6 0 12 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1120]: 6 0 1.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1128]: 6 0 1.00005 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1132]: 6 0 2.00005 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1139]: 6 0 1.00003 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1145]: 6 0 1.00005 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1148]: 6 0 1.00007 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1234]: 6 0 4.00009 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1254]: 6 -0.50005 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1262]: 6 0 1.00003 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1271]: 6 0 1.00008 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1284]: 6 0 1.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1289]: 6 0 11.139 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1292]: 6 0 1.00007 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1296]: 6 0 2.00006 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1326]: 6 0 5.00006 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1329]: 6 0 2.00006 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1336]: 6 0 0.500022 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1339]: 6 0 0.333409 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1344]: 6 0 1.00009 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1351]: 6 0 5.00008 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1354]: 6 0 5.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1488]: 6 0 0.500043 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1494]: 6 0 10.1389 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1495]: 6 0 0.500043 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1505]: 6 0 1.00007 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1508]: 6 0 1.00007 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1515]: 6 0 3.00008 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1595]: 6 0 1.00006 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1596]: 6 0 1.0001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1631]: 6 0 1.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1634]: 6 0 1.00004 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1756]: 6 0 1.00001 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1760]: 6 0 1.00002 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1834]: 6 -3.00003 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1847]: 6 -1.00005 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1848]: 6 -4.00005 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1863]: 6 -115.389 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1881]: 6 -7.00005 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1911]: 6 -4.00005 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1916]: 6 -1.00009 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1917]: 6 -1.00006 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1920]: 6 -4.00001 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1944]: 6 -3.00003 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1946]: 6 -6.00007 0 shouldn't be
281.15/281.98	WSVECS04 Frhs2[1969]: 6 -9.00002 0 shouldn't be
301.21/302.05	c #Conflicts:     774000 | #Constraints:      43441
301.21/302.05	c INPROCESSING
301.21/302.05	c GARBAGE COLLECT
301.21/302.05	c #Conflicts:     775000 | #Constraints:      27037
301.21/302.05	c #Conflicts:     776000 | #Constraints:      28037
301.21/302.05	c #Conflicts:     777000 | #Constraints:      29037
301.21/302.05	c #Conflicts:     778000 | #Constraints:      30037
301.21/302.05	c #Conflicts:     779000 | #Constraints:      31037
301.21/302.05	c #Conflicts:     780000 | #Constraints:      32037
301.21/302.05	c #Conflicts:     781000 | #Constraints:      33037
301.21/302.05	c #Conflicts:     782000 | #Constraints:      34037
301.21/302.05	c #Conflicts:     783000 | #Constraints:      35037
301.21/302.05	c #Conflicts:     784000 | #Constraints:      36037
301.21/302.05	c #Conflicts:     785000 | #Constraints:      37037
301.21/302.05	c #Conflicts:     786000 | #Constraints:      38037
301.21/302.05	c #Conflicts:     787000 | #Constraints:      39037
301.21/302.05	c #Conflicts:     788000 | #Constraints:      40037
301.21/302.05	c #Conflicts:     789000 | #Constraints:      41037
301.21/302.05	c #Conflicts:     790000 | #Constraints:      42037
301.21/302.05	c #Conflicts:     791000 | #Constraints:      43037
301.21/302.05	c #Conflicts:     792000 | #Constraints:      44037
301.21/302.05	c INPROCESSING
301.21/302.05	c GARBAGE COLLECT
301.21/302.05	c #Conflicts:     793000 | #Constraints:      27436
301.21/302.05	c #Conflicts:     794000 | #Constraints:      28436
301.21/302.05	c #Conflicts:     795000 | #Constraints:      29436
301.21/302.05	c #Conflicts:     796000 | #Constraints:      30436
301.21/302.05	c #Conflicts:     797000 | #Constraints:      31436
301.21/302.05	c #Conflicts:     798000 | #Constraints:      32436
301.21/302.05	c #Conflicts:     799000 | #Constraints:      33436
301.21/302.05	c #Conflicts:     800000 | #Constraints:      34436
301.21/302.05	c #Conflicts:     801000 | #Constraints:      35436
301.21/302.05	c #Conflicts:     802000 | #Constraints:      36436
301.21/302.05	c #Conflicts:     803000 | #Constraints:      37436
301.21/302.05	c #Conflicts:     804000 | #Constraints:      38436
301.21/302.05	c #Conflicts:     805000 | #Constraints:      39436
301.21/302.05	c #Conflicts:     806000 | #Constraints:      40436
301.21/302.05	c #Conflicts:     807000 | #Constraints:      41436
301.21/302.05	c #Conflicts:     808000 | #Constraints:      42436
301.21/302.05	c #Conflicts:     809000 | #Constraints:      43436
301.21/302.05	c #Conflicts:     810000 | #Constraints:      44436
301.21/302.05	c INPROCESSING
301.21/302.05	c GARBAGE COLLECT
301.21/302.05	c #Conflicts:     811000 | #Constraints:      27635
301.21/302.05	c #Conflicts:     812000 | #Constraints:      28635
301.21/302.05	c #Conflicts:     813000 | #Constraints:      29635
301.21/302.05	c #Conflicts:     814000 | #Constraints:      30635
301.21/302.05	c #Conflicts:     815000 | #Constraints:      31635
301.21/302.05	c #Conflicts:     816000 | #Constraints:      32635
301.21/302.05	c #Conflicts:     817000 | #Constraints:      33635
301.21/302.05	c #Conflicts:     818000 | #Constraints:      34635
301.21/302.05	c #Conflicts:     819000 | #Constraints:      35635
301.21/302.05	c #Conflicts:     820000 | #Constraints:      36635
301.21/302.05	c #Conflicts:     821000 | #Constraints:      37635
301.21/302.05	c #Conflicts:     822000 | #Constraints:      38635
301.21/302.05	c #Conflicts:     823000 | #Constraints:      39635
301.21/302.05	c #Conflicts:     824000 | #Constraints:      40635
301.21/302.05	WSVECS04 Frhs2[88]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[91]: 6 0 0.500027 shouldn't be
301.21/302.05	WSVECS04 Frhs2[95]: 6 0 5.76198 shouldn't be
301.21/302.05	WSVECS04 Frhs2[105]: 6 0 5.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[115]: 6 0 12.0477 shouldn't be
301.21/302.05	WSVECS04 Frhs2[129]: 6 0 1.00001 shouldn't be
301.21/302.05	WSVECS04 Frhs2[136]: 6 0 5.76199 shouldn't be
301.21/302.05	WSVECS04 Frhs2[155]: 6 0 2.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[185]: 6 0 1.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[195]: 6 0 2.19052 shouldn't be
301.21/302.05	WSVECS04 Frhs2[197]: 6 0 8.04765 shouldn't be
301.21/302.05	WSVECS04 Frhs2[215]: 6 0 0.20243 shouldn't be
301.21/302.05	WSVECS04 Frhs2[235]: 6 0 1.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[237]: 6 0 0.500072 shouldn't be
301.21/302.05	WSVECS04 Frhs2[245]: 6 0 1.64293 shouldn't be
301.21/302.05	WSVECS04 Frhs2[256]: 6 0 0.20244 shouldn't be
301.21/302.05	WSVECS04 Frhs2[259]: 6 0 5.76195 shouldn't be
301.21/302.05	WSVECS04 Frhs2[274]: 6 0 0.452417 shouldn't be
301.21/302.05	WSVECS04 Frhs2[275]: 6 0 2.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[284]: 6 0 1.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[286]: 6 0 1.64294 shouldn't be
301.21/302.05	WSVECS04 Frhs2[288]: 6 0 0.27388 shouldn't be
301.21/302.05	WSVECS04 Frhs2[293]: 6 0 1.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[303]: 6 0 0.0476562 shouldn't be
301.21/302.05	WSVECS04 Frhs2[315]: 6 0 3.4524 shouldn't be
301.21/302.05	WSVECS04 Frhs2[319]: 6 0 0.500055 shouldn't be
301.21/302.05	WSVECS04 Frhs2[324]: 6 0 0.500085 shouldn't be
301.21/302.05	WSVECS04 Frhs2[325]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[327]: 6 0 1.64288 shouldn't be
301.21/302.05	WSVECS04 Frhs2[329]: 6 0 0.273846 shouldn't be
301.21/302.05	WSVECS04 Frhs2[335]: 6 0 0.500023 shouldn't be
301.21/302.05	WSVECS04 Frhs2[344]: 6 0 0.0476322 shouldn't be
301.21/302.05	WSVECS04 Frhs2[355]: 6 0 3.00007 shouldn't be
301.21/302.05	WSVECS04 Frhs2[370]: 6 0 0.273879 shouldn't be
301.21/302.05	WSVECS04 Frhs2[373]: 6 0 2.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[375]: 6 0 1.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[376]: 6 0 0.500043 shouldn't be
301.21/302.05	WSVECS04 Frhs2[379]: 6 0 0.202437 shouldn't be
301.21/302.05	WSVECS04 Frhs2[385]: 6 0 0.0476983 shouldn't be
301.21/302.05	WSVECS04 Frhs2[394]: 6 0 1.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[395]: 6 0 4.79764 shouldn't be
301.21/302.05	WSVECS04 Frhs2[397]: 6 0 0.452451 shouldn't be
301.21/302.05	WSVECS04 Frhs2[401]: 6 0 0.500056 shouldn't be
301.21/302.05	WSVECS04 Frhs2[409]: 6 0 2.64295 shouldn't be
301.21/302.05	WSVECS04 Frhs2[411]: 6 0 0.273857 shouldn't be
301.21/302.05	WSVECS04 Frhs2[455]: 6 0 2.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[464]: 6 0 5.76196 shouldn't be
301.21/302.05	WSVECS04 Frhs2[475]: 6 0 2.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[477]: 6 0 1.79767 shouldn't be
301.21/302.05	WSVECS04 Frhs2[479]: 6 0 0.452471 shouldn't be
301.21/302.05	WSVECS04 Frhs2[485]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[491]: 6 0 2.64291 shouldn't be
301.21/302.05	WSVECS04 Frhs2[493]: 6 0 0.452409 shouldn't be
301.21/302.05	WSVECS04 Frhs2[539]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[540]: 6 0 0.500098 shouldn't be
301.21/302.05	WSVECS04 Frhs2[543]: 6 0 1.00007 shouldn't be
301.21/302.05	WSVECS04 Frhs2[546]: 6 0 5.76193 shouldn't be
301.21/302.05	WSVECS04 Frhs2[555]: 6 0 2.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[557]: 6 0 1.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[559]: 6 0 0.797652 shouldn't be
301.21/302.05	WSVECS04 Frhs2[561]: 6 0 0.45247 shouldn't be
301.21/302.05	WSVECS04 Frhs2[564]: 6 0 0.33338 shouldn't be
301.21/302.05	WSVECS04 Frhs2[568]: 6 0 0.500075 shouldn't be
301.21/302.05	WSVECS04 Frhs2[569]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[573]: 6 0 2.64294 shouldn't be
301.21/302.05	WSVECS04 Frhs2[575]: 6 0 0.452465 shouldn't be
301.21/302.05	WSVECS04 Frhs2[580]: 6 0 1.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[583]: 6 0 0.500036 shouldn't be
301.21/302.05	WSVECS04 Frhs2[584]: 6 0 1.00007 shouldn't be
301.21/302.05	WSVECS04 Frhs2[589]: 6 0 0.214374 shouldn't be
301.21/302.05	WSVECS04 Frhs2[594]: 6 0 1.20246 shouldn't be
301.21/302.05	WSVECS04 Frhs2[599]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[601]: 6 0 1.00009 shouldn't be
301.21/302.05	WSVECS04 Frhs2[604]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[607]: 6 0 9.04764 shouldn't be
301.21/302.05	WSVECS04 Frhs2[609]: 6 0 0.500022 shouldn't be
301.21/302.05	WSVECS04 Frhs2[610]: 6 0 1.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[617]: 6 0 1.00003 shouldn't be
301.21/302.05	WSVECS04 Frhs2[704]: 6 0 0.500062 shouldn't be
301.21/302.05	WSVECS04 Frhs2[715]: 6 0 14.7382 shouldn't be
301.21/302.05	WSVECS04 Frhs2[725]: 6 0 1.45247 shouldn't be
301.21/302.05	WSVECS04 Frhs2[730]: 6 0 9.04769 shouldn't be
301.21/302.05	WSVECS04 Frhs2[733]: 6 0 1.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[737]: 6 0 2.6429 shouldn't be
301.21/302.05	WSVECS04 Frhs2[755]: 6 0 2.50004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[757]: 6 0 1.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[759]: 6 0 0.0952799 shouldn't be
301.21/302.05	WSVECS04 Frhs2[765]: 6 0 1.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[771]: 6 0 9.0477 shouldn't be
301.21/302.05	WSVECS04 Frhs2[777]: 6 0 0.500088 shouldn't be
301.21/302.05	WSVECS04 Frhs2[778]: 6 0 2.64294 shouldn't be
301.21/302.05	WSVECS04 Frhs2[864]: 6 0 15.4525 shouldn't be
301.21/302.05	WSVECS04 Frhs2[865]: 6 0 1.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[879]: 6 0 12.7381 shouldn't be
301.21/302.05	WSVECS04 Frhs2[885]: 6 0 1.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[891]: 6 0 1.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[897]: 6 0 1.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[898]: 6 0 0.500052 shouldn't be
301.21/302.05	WSVECS04 Frhs2[906]: 6 0 1.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[914]: 6 0 1.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[915]: 6 0 3.00003 shouldn't be
301.21/302.05	WSVECS04 Frhs2[919]: 6 0 0.500059 shouldn't be
301.21/302.05	WSVECS04 Frhs2[924]: 6 0 1.00003 shouldn't be
301.21/302.05	WSVECS04 Frhs2[927]: 6 0 1.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[928]: 6 0 1.79763 shouldn't be
301.21/302.05	WSVECS04 Frhs2[929]: 6 0 1.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[935]: 6 0 9.04768 shouldn't be
301.21/302.05	WSVECS04 Frhs2[941]: 6 0 0.500081 shouldn't be
301.21/302.05	WSVECS04 Frhs2[945]: 6 0 1.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[946]: 6 0 15.4524 shouldn't be
301.21/302.05	WSVECS04 Frhs2[954]: 6 0 3.0001 shouldn't be
301.21/302.05	WSVECS04 Frhs2[955]: 6 0 3.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[961]: 6 0 12.7381 shouldn't be
301.21/302.05	WSVECS04 Frhs2[964]: 6 0 1.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[968]: 6 0 1.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[969]: 6 0 1.79768 shouldn't be
301.21/302.05	WSVECS04 Frhs2[970]: 6 0 1.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[973]: 6 0 1.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[977]: 6 0 1.00003 shouldn't be
301.21/302.05	WSVECS04 Frhs2[982]: 6 0 0.500011 shouldn't be
301.21/302.05	WSVECS04 Frhs2[986]: 6 0 1.00009 shouldn't be
301.21/302.05	WSVECS04 Frhs2[995]: 6 0 2.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1005]: 6 0 1.00007 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1011]: 6 0 1.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1017]: 6 0 9.04766 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1027]: 6 0 1.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1115]: 6 0 2.0001 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1117]: 6 0 0.797699 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1119]: 6 0 1.00001 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1125]: 6 0 12.7382 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1137]: 6 0 1.00001 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1146]: 6 0 0.500071 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1315]: 6 0 15.4524 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1319]: 6 0 0.500026 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1325]: 6 0 4.76197 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1330]: 6 0 11.7381 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1331]: 6 0 1.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1337]: 6 0 1.00009 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1338]: 6 0 1.79768 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1346]: 6 0 3.00001 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1357]: 6 0 2.00006 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1359]: 6 0 4.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1361]: 6 0 0.500052 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1364]: 6 0 0.500012 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1370]: 6 0 0.500061 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1372]: 6 0 1.00007 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1375]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1377]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1381]: 6 0 1.45245 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1385]: 6 0 0.500017 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1439]: 6 0 2.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1441]: 6 0 1.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1447]: 6 0 1.00003 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1448]: 6 0 4.76198 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1452]: 6 0 0.500025 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1453]: 6 0 11.7382 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1457]: 6 0 1.0001 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1461]: 6 0 1.79763 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1462]: 6 0 1.00003 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1465]: 6 0 1.00003 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1466]: 6 0 0.333377 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1467]: 6 0 0.500062 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1476]: 6 0 0.500031 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1477]: 6 0 3.72628 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1521]: 6 0 2.00005 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1524]: 6 0 0.500076 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1525]: 6 0 0.500093 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1530]: 6 0 4.76195 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1535]: 6 0 11.7382 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1538]: 6 0 1.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1541]: 6 0 1.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1545]: 6 0 1.45248 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1547]: 6 0 1.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1551]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1557]: 6 0 2.64287 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1559]: 6 0 0.726235 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1611]: 6 0 1.00002 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1617]: 6 0 12.7381 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1618]: 6 0 1.0001 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1627]: 6 0 1.45243 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1637]: 6 0 4.00007 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1639]: 6 0 2.64289 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1641]: 6 0 0.452431 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1731]: 6 0 0.500012 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1737]: 6 0 0.404826 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1738]: 6 0 0.523836 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1746]: 6 0 1.00004 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1757]: 6 0 4.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1772]: 6 0 0.500024 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1775]: 6 0 1.00007 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1778]: 6 0 0.404819 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1781]: 6 0 12.7381 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1785]: 6 0 1.00008 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1787]: 6 0 1.00009 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1791]: 6 0 1.45245 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1796]: 6 0 8.04766 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1803]: 6 0 1.64287 shouldn't be
301.21/302.05	WSVECS04 Frhs2[1806]: 6 0 1.00007 shouldn't be
301.51/302.32	WSVECS04 Frhs2[26]: 6 -37.0001 0 shouldn't be
301.51/302.32	WSVECS04 Frhs2[144]: 6 0 1.00006 shouldn't be
301.51/302.32	WSVECS04 Frhs2[175]: 6 0 0.500054 shouldn't be
301.51/302.32	WSVECS04 Frhs2[184]: 6 0 1.20245 shouldn't be
301.51/302.32	WSVECS04 Frhs2[211]: 6 0 1.0001 shouldn't be
301.51/302.32	WSVECS04 Frhs2[216]: 6 0 0.500082 shouldn't be
301.51/302.32	WSVECS04 Frhs2[225]: 6 0 1.2024 shouldn't be
301.51/302.32	WSVECS04 Frhs2[263]: 6 0 0.500046 shouldn't be
301.51/302.32	WSVECS04 Frhs2[287]: 6 0 0.500052 shouldn't be
301.51/302.32	WSVECS04 Frhs2[304]: 6 0 0.500088 shouldn't be
301.51/302.32	WSVECS04 Frhs2[326]: 6 0 0.500041 shouldn't be
301.51/302.32	WSVECS04 Frhs2[328]: 6 0 0.500084 shouldn't be
301.51/302.32	WSVECS04 Frhs2[389]: 6 0 1.20245 shouldn't be
301.51/302.32	WSVECS04 Frhs2[405]: 6 0 1.0001 shouldn't be
301.51/302.32	WSVECS04 Frhs2[407]: 6 0 1.00002 shouldn't be
301.51/302.32	WSVECS04 Frhs2[549]: 6 0 0.523848 shouldn't be
301.51/302.32	WSVECS04 Frhs2[571]: 6 0 1.00003 shouldn't be
301.51/302.32	WSVECS04 Frhs2[719]: 6 0 1.00007 shouldn't be
301.51/302.32	WSVECS04 Frhs2[744]: 6 0 1.00008 shouldn't be
301.51/302.32	WSVECS04 Frhs2[1446]: 6 0 0.500074 shouldn't be
301.51/302.32	WSVECS04 Frhs2[1455]: 6 0 1.20247 shouldn't be
301.51/302.32	WSVECS04 Frhs2[1531]: 6 0 0.500019 shouldn't be
301.51/302.32	WSVECS04 Frhs2[1537]: 6 0 0.202409 shouldn't be
301.51/302.32	WSVECS04 Frhs2[1769]: 6 0 1.00009 shouldn't be
331.84/332.74	c #Conflicts:     825000 | #Constraints:      41635
331.84/332.74	c #Conflicts:     826000 | #Constraints:      42635
331.84/332.74	c #Conflicts:     827000 | #Constraints:      43635
331.84/332.74	c #Conflicts:     828000 | #Constraints:      44635
331.84/332.74	c INPROCESSING
331.84/332.74	c GARBAGE COLLECT
331.84/332.74	c #Conflicts:     829000 | #Constraints:      27638
331.84/332.74	c #Conflicts:     830000 | #Constraints:      28638
331.84/332.74	c #Conflicts:     831000 | #Constraints:      29638
331.84/332.74	c #Conflicts:     832000 | #Constraints:      30638
331.84/332.74	c #Conflicts:     833000 | #Constraints:      31638
331.84/332.74	c #Conflicts:     834000 | #Constraints:      32638
331.84/332.74	c #Conflicts:     835000 | #Constraints:      33638
331.84/332.74	c #Conflicts:     836000 | #Constraints:      34638
331.84/332.74	c #Conflicts:     837000 | #Constraints:      35638
331.84/332.74	c #Conflicts:     838000 | #Constraints:      36638
331.84/332.74	c #Conflicts:     839000 | #Constraints:      37638
331.84/332.74	c #Conflicts:     840000 | #Constraints:      38638
331.84/332.74	c #Conflicts:     841000 | #Constraints:      39638
331.84/332.74	c #Conflicts:     842000 | #Constraints:      40638
331.84/332.74	c #Conflicts:     843000 | #Constraints:      41638
331.84/332.74	c #Conflicts:     844000 | #Constraints:      42638
331.84/332.74	c #Conflicts:     845000 | #Constraints:      43638
331.84/332.74	c #Conflicts:     846000 | #Constraints:      44638
331.84/332.74	c INPROCESSING
331.84/332.74	c GARBAGE COLLECT
331.84/332.74	c #Conflicts:     847000 | #Constraints:      27438
331.84/332.74	c #Conflicts:     848000 | #Constraints:      28438
331.84/332.74	c #Conflicts:     849000 | #Constraints:      29438
331.84/332.74	c #Conflicts:     850000 | #Constraints:      30438
331.84/332.74	c #Conflicts:     851000 | #Constraints:      31438
331.84/332.74	c #Conflicts:     852000 | #Constraints:      32438
331.84/332.74	c #Conflicts:     853000 | #Constraints:      33438
331.84/332.74	c #Conflicts:     854000 | #Constraints:      34438
331.84/332.74	c #Conflicts:     855000 | #Constraints:      35438
331.84/332.74	c #Conflicts:     856000 | #Constraints:      36438
331.84/332.74	c #Conflicts:     857000 | #Constraints:      37438
331.84/332.74	c #Conflicts:     858000 | #Constraints:      38438
331.84/332.74	c #Conflicts:     859000 | #Constraints:      39438
331.84/332.74	c #Conflicts:     860000 | #Constraints:      40438
331.84/332.74	c #Conflicts:     861000 | #Constraints:      41438
331.84/332.74	c #Conflicts:     862000 | #Constraints:      42438
331.84/332.74	c #Conflicts:     863000 | #Constraints:      43438
331.84/332.74	c #Conflicts:     864000 | #Constraints:      44438
331.84/332.74	c #Conflicts:     865000 | #Constraints:      45438
331.84/332.74	c INPROCESSING
331.84/332.74	c GARBAGE COLLECT
331.84/332.74	c #Conflicts:     866000 | #Constraints:      28040
331.84/332.74	c #Conflicts:     867000 | #Constraints:      29040
331.84/332.74	c #Conflicts:     868000 | #Constraints:      30040
331.84/332.74	c #Conflicts:     869000 | #Constraints:      31040
331.84/332.74	c #Conflicts:     870000 | #Constraints:      32040
331.84/332.74	c #Conflicts:     871000 | #Constraints:      33040
331.84/332.74	c #Conflicts:     872000 | #Constraints:      34040
331.84/332.74	c #Conflicts:     873000 | #Constraints:      35040
331.84/332.74	c #Conflicts:     874000 | #Constraints:      36040
331.84/332.74	c #Conflicts:     875000 | #Constraints:      37040
331.84/332.74	c #Conflicts:     876000 | #Constraints:      38040
331.84/332.74	c #Conflicts:     877000 | #Constraints:      39040
331.84/332.74	c #Conflicts:     878000 | #Constraints:      40040
331.84/332.74	c #Conflicts:     879000 | #Constraints:      41040
331.84/332.74	c #Conflicts:     880000 | #Constraints:      42040
331.84/332.74	c #Conflicts:     881000 | #Constraints:      43040
331.84/332.74	c #Conflicts:     882000 | #Constraints:      44040
331.84/332.74	c #Conflicts:     883000 | #Constraints:      45040
331.84/332.74	c #Conflicts:     884000 | #Constraints:      46040
331.84/332.74	c INPROCESSING
331.84/332.74	c GARBAGE COLLECT
331.84/332.74	c #Conflicts:     885000 | #Constraints:      28438
331.84/332.74	c #Conflicts:     886000 | #Constraints:      29438
331.84/332.74	c #Conflicts:     887000 | #Constraints:      30438
331.84/332.74	c #Conflicts:     888000 | #Constraints:      31438
331.84/332.74	c #Conflicts:     889000 | #Constraints:      32438
331.84/332.74	c #Conflicts:     890000 | #Constraints:      33438
331.84/332.74	c #Conflicts:     891000 | #Constraints:      34438
331.84/332.74	c #Conflicts:     892000 | #Constraints:      35438
331.84/332.74	c #Conflicts:     893000 | #Constraints:      36438
331.84/332.74	c #Conflicts:     894000 | #Constraints:      37438
331.84/332.74	c #Conflicts:     895000 | #Constraints:      38438
331.84/332.74	c #Conflicts:     896000 | #Constraints:      39438
331.84/332.74	c #Conflicts:     897000 | #Constraints:      40438
331.84/332.74	c #Conflicts:     898000 | #Constraints:      41438
331.84/332.74	c #Conflicts:     899000 | #Constraints:      42438
331.84/332.74	c #Conflicts:     900000 | #Constraints:      43438
331.84/332.74	c #Conflicts:     901000 | #Constraints:      44438
359.08/360.08	c #Conflicts:     902000 | #Constraints:      45438
359.08/360.08	c #Conflicts:     903000 | #Constraints:      46438
359.08/360.08	c INPROCESSING
359.08/360.08	c GARBAGE COLLECT
359.08/360.08	c #Conflicts:     904000 | #Constraints:      28640
359.08/360.08	c #Conflicts:     905000 | #Constraints:      29640
359.08/360.08	c #Conflicts:     906000 | #Constraints:      30640
359.08/360.08	c #Conflicts:     907000 | #Constraints:      31640
359.08/360.08	c #Conflicts:     908000 | #Constraints:      32640
359.08/360.08	c #Conflicts:     909000 | #Constraints:      33640
359.08/360.08	c #Conflicts:     910000 | #Constraints:      34640
359.08/360.08	c #Conflicts:     911000 | #Constraints:      35640
359.08/360.08	c #Conflicts:     912000 | #Constraints:      36640
359.08/360.08	c #Conflicts:     913000 | #Constraints:      37640
359.08/360.08	c #Conflicts:     914000 | #Constraints:      38640
359.08/360.08	c #Conflicts:     915000 | #Constraints:      39641
359.08/360.08	c #Conflicts:     916000 | #Constraints:      40641
359.08/360.08	c #Conflicts:     917000 | #Constraints:      41641
359.08/360.08	c #Conflicts:     918000 | #Constraints:      42641
359.08/360.08	c #Conflicts:     919000 | #Constraints:      43641
359.08/360.08	c #Conflicts:     920000 | #Constraints:      44641
359.08/360.08	c #Conflicts:     921000 | #Constraints:      45641
359.08/360.08	c #Conflicts:     922000 | #Constraints:      46641
359.08/360.08	c INPROCESSING
359.08/360.08	c GARBAGE COLLECT
359.08/360.08	c #Conflicts:     923000 | #Constraints:      28643
359.08/360.08	c #Conflicts:     924000 | #Constraints:      29643
359.08/360.08	c #Conflicts:     925000 | #Constraints:      30643
359.08/360.08	c #Conflicts:     926000 | #Constraints:      31643
359.08/360.08	c #Conflicts:     927000 | #Constraints:      32644
359.08/360.08	c #Conflicts:     928000 | #Constraints:      33644
359.08/360.08	c #Conflicts:     929000 | #Constraints:      34644
359.08/360.08	c #Conflicts:     930000 | #Constraints:      35644
359.08/360.08	c #Conflicts:     931000 | #Constraints:      36644
359.08/360.08	c #Conflicts:     932000 | #Constraints:      37644
359.08/360.08	c #Conflicts:     933000 | #Constraints:      38644
359.08/360.08	c #Conflicts:     934000 | #Constraints:      39644
359.08/360.08	c #Conflicts:     935000 | #Constraints:      40644
359.08/360.08	c #Conflicts:     936000 | #Constraints:      41645
359.08/360.08	c #Conflicts:     937000 | #Constraints:      42645
359.08/360.08	c #Conflicts:     938000 | #Constraints:      43645
359.08/360.08	c #Conflicts:     939000 | #Constraints:      44645
359.08/360.08	c #Conflicts:     940000 | #Constraints:      45645
359.08/360.08	c #Conflicts:     941000 | #Constraints:      46645
359.08/360.08	c INPROCESSING
359.08/360.08	c GARBAGE COLLECT
359.08/360.08	c #Conflicts:     942000 | #Constraints:      28440
359.08/360.08	c #Conflicts:     943000 | #Constraints:      29440
359.08/360.08	c #Conflicts:     944000 | #Constraints:      30440
359.08/360.08	c #Conflicts:     945000 | #Constraints:      31440
359.08/360.08	c #Conflicts:     946000 | #Constraints:      32440
359.08/360.08	c #Conflicts:     947000 | #Constraints:      33440
359.08/360.08	c #Conflicts:     948000 | #Constraints:      34440
359.08/360.08	c #Conflicts:     949000 | #Constraints:      35440
359.08/360.08	c #Conflicts:     950000 | #Constraints:      36440
359.08/360.08	c #Conflicts:     951000 | #Constraints:      37440
359.08/360.08	c #Conflicts:     952000 | #Constraints:      38440
359.08/360.08	c #Conflicts:     953000 | #Constraints:      39440
359.08/360.08	c #Conflicts:     954000 | #Constraints:      40440
359.08/360.08	c #Conflicts:     955000 | #Constraints:      41440
359.08/360.08	c #Conflicts:     956000 | #Constraints:      42440
359.08/360.08	c #Conflicts:     957000 | #Constraints:      43440
359.08/360.08	c #Conflicts:     958000 | #Constraints:      44440
359.08/360.08	c #Conflicts:     959000 | #Constraints:      45440
359.08/360.08	c #Conflicts:     960000 | #Constraints:      46440
359.08/360.08	c #Conflicts:     961000 | #Constraints:      47440
359.08/360.08	c INPROCESSING
359.08/360.08	c GARBAGE COLLECT
359.08/360.08	c rational objective 112.36
391.20/392.30	c #Conflicts:     962000 | #Constraints:      29042
391.20/392.30	c #Conflicts:     963000 | #Constraints:      30042
391.20/392.30	c #Conflicts:     964000 | #Constraints:      31042
391.20/392.30	c #Conflicts:     965000 | #Constraints:      32042
391.20/392.30	c #Conflicts:     966000 | #Constraints:      33042
391.20/392.30	c #Conflicts:     967000 | #Constraints:      34042
391.20/392.30	c #Conflicts:     968000 | #Constraints:      35042
391.20/392.30	c #Conflicts:     969000 | #Constraints:      36042
391.20/392.30	c #Conflicts:     970000 | #Constraints:      37042
391.20/392.30	c #Conflicts:     971000 | #Constraints:      38042
391.20/392.30	c #Conflicts:     972000 | #Constraints:      39042
391.20/392.30	c #Conflicts:     973000 | #Constraints:      40042
391.20/392.30	c #Conflicts:     974000 | #Constraints:      41042
391.20/392.30	c #Conflicts:     975000 | #Constraints:      42042
391.20/392.30	c #Conflicts:     976000 | #Constraints:      43042
391.20/392.30	c #Conflicts:     977000 | #Constraints:      44042
391.20/392.30	c #Conflicts:     978000 | #Constraints:      45043
391.20/392.30	c #Conflicts:     979000 | #Constraints:      46043
391.20/392.30	c #Conflicts:     980000 | #Constraints:      47043
391.20/392.30	c #Conflicts:     981000 | #Constraints:      48043
391.20/392.30	c INPROCESSING
391.20/392.30	c GARBAGE COLLECT
391.20/392.30	c #Conflicts:     982000 | #Constraints:      29439
391.20/392.30	c #Conflicts:     983000 | #Constraints:      30439
391.20/392.30	c #Conflicts:     984000 | #Constraints:      31440
391.20/392.30	c #Conflicts:     985000 | #Constraints:      32440
391.20/392.30	c #Conflicts:     986000 | #Constraints:      33440
391.20/392.30	c #Conflicts:     987000 | #Constraints:      34440
391.20/392.30	c #Conflicts:     988000 | #Constraints:      35440
391.20/392.30	c #Conflicts:     989000 | #Constraints:      36440
391.20/392.30	c #Conflicts:     990000 | #Constraints:      37440
391.20/392.30	c #Conflicts:     991000 | #Constraints:      38440
391.20/392.30	c #Conflicts:     992000 | #Constraints:      39440
391.20/392.30	c #Conflicts:     993000 | #Constraints:      40440
391.20/392.30	c #Conflicts:     994000 | #Constraints:      41441
391.20/392.30	c #Conflicts:     995000 | #Constraints:      42441
391.20/392.30	c #Conflicts:     996000 | #Constraints:      43441
391.20/392.30	c #Conflicts:     997000 | #Constraints:      44441
391.20/392.30	c #Conflicts:     998000 | #Constraints:      45441
391.20/392.30	c #Conflicts:     999000 | #Constraints:      46441
391.20/392.30	c #Conflicts:    1000000 | #Constraints:      47441
391.20/392.30	c #Conflicts:    1001000 | #Constraints:      48441
391.20/392.30	c INPROCESSING
391.20/392.30	c GARBAGE COLLECT
391.20/392.30	c #Conflicts:    1002000 | #Constraints:      29640
391.20/392.30	c #Conflicts:    1003000 | #Constraints:      30640
391.20/392.30	c #Conflicts:    1004000 | #Constraints:      31640
391.20/392.30	c #Conflicts:    1005000 | #Constraints:      32641
391.20/392.30	c #Conflicts:    1006000 | #Constraints:      33641
391.20/392.30	c #Conflicts:    1007000 | #Constraints:      34641
391.20/392.30	c #Conflicts:    1008000 | #Constraints:      35641
391.20/392.30	c #Conflicts:    1009000 | #Constraints:      36641
391.20/392.30	c #Conflicts:    1010000 | #Constraints:      37641
391.20/392.30	c #Conflicts:    1011000 | #Constraints:      38641
391.20/392.30	c #Conflicts:    1012000 | #Constraints:      39641
391.20/392.30	c #Conflicts:    1013000 | #Constraints:      40641
391.20/392.30	c #Conflicts:    1014000 | #Constraints:      41641
391.20/392.30	c #Conflicts:    1015000 | #Constraints:      42641
391.20/392.30	c #Conflicts:    1016000 | #Constraints:      43641
391.20/392.30	c #Conflicts:    1017000 | #Constraints:      44641
391.20/392.30	c #Conflicts:    1018000 | #Constraints:      45641
391.20/392.30	c #Conflicts:    1019000 | #Constraints:      46641
391.20/392.30	c #Conflicts:    1020000 | #Constraints:      47641
391.20/392.30	c #Conflicts:    1021000 | #Constraints:      48641
391.20/392.30	c INPROCESSING
391.20/392.30	c GARBAGE COLLECT
391.20/392.30	c #Conflicts:    1022000 | #Constraints:      29642
391.20/392.30	c #Conflicts:    1023000 | #Constraints:      30642
391.20/392.30	c #Conflicts:    1024000 | #Constraints:      31642
391.20/392.30	c #Conflicts:    1025000 | #Constraints:      32642
391.20/392.30	c #Conflicts:    1026000 | #Constraints:      33642
391.20/392.30	c #Conflicts:    1027000 | #Constraints:      34642
391.20/392.30	c #Conflicts:    1028000 | #Constraints:      35642
391.20/392.30	c #Conflicts:    1029000 | #Constraints:      36642
391.20/392.30	c #Conflicts:    1030000 | #Constraints:      37642
391.20/392.30	c #Conflicts:    1031000 | #Constraints:      38642
391.20/392.30	c #Conflicts:    1032000 | #Constraints:      39642
391.20/392.30	c #Conflicts:    1033000 | #Constraints:      40642
391.20/392.30	c #Conflicts:    1034000 | #Constraints:      41642
391.20/392.30	c #Conflicts:    1035000 | #Constraints:      42642
391.20/392.30	c #Conflicts:    1036000 | #Constraints:      43642
391.20/392.30	c #Conflicts:    1037000 | #Constraints:      44642
391.20/392.30	c #Conflicts:    1038000 | #Constraints:      45642
421.43/422.56	c #Conflicts:    1039000 | #Constraints:      46642
421.43/422.56	c #Conflicts:    1040000 | #Constraints:      47642
421.43/422.56	c #Conflicts:    1041000 | #Constraints:      48642
421.43/422.56	c INPROCESSING
421.43/422.56	c GARBAGE COLLECT
421.43/422.56	c #Conflicts:    1042000 | #Constraints:      29444
421.43/422.56	c #Conflicts:    1043000 | #Constraints:      30444
421.43/422.56	c #Conflicts:    1044000 | #Constraints:      31444
421.43/422.56	c #Conflicts:    1045000 | #Constraints:      32444
421.43/422.56	c #Conflicts:    1046000 | #Constraints:      33444
421.43/422.56	c #Conflicts:    1047000 | #Constraints:      34444
421.43/422.56	c #Conflicts:    1048000 | #Constraints:      35444
421.43/422.56	c #Conflicts:    1049000 | #Constraints:      36444
421.43/422.56	c #Conflicts:    1050000 | #Constraints:      37444
421.43/422.56	c #Conflicts:    1051000 | #Constraints:      38444
421.43/422.56	c #Conflicts:    1052000 | #Constraints:      39444
421.43/422.56	c #Conflicts:    1053000 | #Constraints:      40444
421.43/422.56	c #Conflicts:    1054000 | #Constraints:      41444
421.43/422.56	c #Conflicts:    1055000 | #Constraints:      42444
421.43/422.56	c #Conflicts:    1056000 | #Constraints:      43444
421.43/422.56	c #Conflicts:    1057000 | #Constraints:      44444
421.43/422.56	c #Conflicts:    1058000 | #Constraints:      45444
421.43/422.56	c #Conflicts:    1059000 | #Constraints:      46444
421.43/422.56	c #Conflicts:    1060000 | #Constraints:      47444
421.43/422.56	c #Conflicts:    1061000 | #Constraints:      48444
421.43/422.56	c #Conflicts:    1062000 | #Constraints:      49444
421.43/422.56	c INPROCESSING
421.43/422.56	c GARBAGE COLLECT
421.43/422.56	c #Conflicts:    1063000 | #Constraints:      30042
421.43/422.56	c #Conflicts:    1064000 | #Constraints:      31042
421.43/422.56	c #Conflicts:    1065000 | #Constraints:      32042
421.43/422.56	c #Conflicts:    1066000 | #Constraints:      33042
421.43/422.56	c #Conflicts:    1067000 | #Constraints:      34042
421.43/422.56	c #Conflicts:    1068000 | #Constraints:      35042
421.43/422.56	c #Conflicts:    1069000 | #Constraints:      36042
421.43/422.56	c #Conflicts:    1070000 | #Constraints:      37042
421.43/422.56	c #Conflicts:    1071000 | #Constraints:      38042
421.43/422.56	c #Conflicts:    1072000 | #Constraints:      39042
421.43/422.56	c #Conflicts:    1073000 | #Constraints:      40042
421.43/422.56	c #Conflicts:    1074000 | #Constraints:      41042
421.43/422.56	c #Conflicts:    1075000 | #Constraints:      42043
421.43/422.56	c #Conflicts:    1076000 | #Constraints:      43043
421.43/422.56	c #Conflicts:    1077000 | #Constraints:      44043
421.43/422.56	c #Conflicts:    1078000 | #Constraints:      45043
421.43/422.56	c #Conflicts:    1079000 | #Constraints:      46043
421.43/422.56	c #Conflicts:    1080000 | #Constraints:      47043
421.43/422.56	c #Conflicts:    1081000 | #Constraints:      48043
421.43/422.56	c #Conflicts:    1082000 | #Constraints:      49043
421.43/422.56	c #Conflicts:    1083000 | #Constraints:      50043
421.43/422.56	c INPROCESSING
421.43/422.56	c GARBAGE COLLECT
421.43/422.56	c #Conflicts:    1084000 | #Constraints:      30442
421.43/422.56	c #Conflicts:    1085000 | #Constraints:      31443
421.43/422.56	c #Conflicts:    1086000 | #Constraints:      32443
421.43/422.56	c #Conflicts:    1087000 | #Constraints:      33443
421.43/422.56	c #Conflicts:    1088000 | #Constraints:      34443
421.43/422.56	c #Conflicts:    1089000 | #Constraints:      35443
421.43/422.56	c #Conflicts:    1090000 | #Constraints:      36443
421.43/422.56	c #Conflicts:    1091000 | #Constraints:      37443
421.43/422.56	c #Conflicts:    1092000 | #Constraints:      38443
421.43/422.56	c #Conflicts:    1093000 | #Constraints:      39443
421.43/422.56	c #Conflicts:    1094000 | #Constraints:      40443
421.43/422.56	c #Conflicts:    1095000 | #Constraints:      41443
421.43/422.56	c #Conflicts:    1096000 | #Constraints:      42443
421.43/422.56	c #Conflicts:    1097000 | #Constraints:      43443
421.43/422.56	c #Conflicts:    1098000 | #Constraints:      44443
421.43/422.56	c #Conflicts:    1099000 | #Constraints:      45443
421.43/422.56	c #Conflicts:    1100000 | #Constraints:      46443
421.43/422.56	c #Conflicts:    1101000 | #Constraints:      47443
421.43/422.56	c #Conflicts:    1102000 | #Constraints:      48443
421.43/422.56	c #Conflicts:    1103000 | #Constraints:      49443
421.43/422.56	c #Conflicts:    1104000 | #Constraints:      50443
421.43/422.56	c INPROCESSING
421.43/422.56	c GARBAGE COLLECT
421.43/422.56	c rational objective 112.36
442.18/443.35	c #Conflicts:    1105000 | #Constraints:      30633
442.18/443.35	c #Conflicts:    1106000 | #Constraints:      31633
442.18/443.35	c #Conflicts:    1107000 | #Constraints:      32633
442.18/443.35	c #Conflicts:    1108000 | #Constraints:      33633
442.18/443.35	c #Conflicts:    1109000 | #Constraints:      34633
442.18/443.35	c #Conflicts:    1110000 | #Constraints:      35633
442.18/443.35	c #Conflicts:    1111000 | #Constraints:      36633
442.18/443.35	c #Conflicts:    1112000 | #Constraints:      37633
442.18/443.35	c #Conflicts:    1113000 | #Constraints:      38633
442.18/443.35	c #Conflicts:    1114000 | #Constraints:      39633
442.18/443.35	c #Conflicts:    1115000 | #Constraints:      40633
442.18/443.35	c #Conflicts:    1116000 | #Constraints:      41633
442.18/443.35	c #Conflicts:    1117000 | #Constraints:      42633
442.18/443.35	c #Conflicts:    1118000 | #Constraints:      43633
442.18/443.35	c #Conflicts:    1119000 | #Constraints:      44633
442.18/443.35	c #Conflicts:    1120000 | #Constraints:      45633
442.18/443.35	c #Conflicts:    1121000 | #Constraints:      46633
442.18/443.35	c #Conflicts:    1122000 | #Constraints:      47633
442.18/443.35	c #Conflicts:    1123000 | #Constraints:      48633
442.18/443.35	c #Conflicts:    1124000 | #Constraints:      49633
442.18/443.35	c #Conflicts:    1125000 | #Constraints:      50633
442.18/443.35	c INPROCESSING
442.18/443.35	c GARBAGE COLLECT
442.18/443.35	c #Conflicts:    1126000 | #Constraints:      30637
442.18/443.35	c #Conflicts:    1127000 | #Constraints:      31637
442.18/443.35	c #Conflicts:    1128000 | #Constraints:      32637
442.18/443.35	c #Conflicts:    1129000 | #Constraints:      33637
442.18/443.35	c #Conflicts:    1130000 | #Constraints:      34637
442.18/443.35	c #Conflicts:    1131000 | #Constraints:      35637
442.18/443.35	c #Conflicts:    1132000 | #Constraints:      36637
442.18/443.35	c #Conflicts:    1133000 | #Constraints:      37637
442.18/443.35	c #Conflicts:    1134000 | #Constraints:      38637
442.18/443.35	c #Conflicts:    1135000 | #Constraints:      39637
442.18/443.35	c #Conflicts:    1136000 | #Constraints:      40637
442.18/443.35	c #Conflicts:    1137000 | #Constraints:      41637
442.18/443.35	c #Conflicts:    1138000 | #Constraints:      42637
442.18/443.35	c #Conflicts:    1139000 | #Constraints:      43637
442.18/443.35	c #Conflicts:    1140000 | #Constraints:      44637
442.18/443.35	c #Conflicts:    1141000 | #Constraints:      45637
442.18/443.35	c #Conflicts:    1142000 | #Constraints:      46637
442.18/443.35	c #Conflicts:    1143000 | #Constraints:      47637
442.18/443.35	c #Conflicts:    1144000 | #Constraints:      48638
442.18/443.35	c #Conflicts:    1145000 | #Constraints:      49638
442.18/443.35	c #Conflicts:    1146000 | #Constraints:      50638
442.18/443.35	c INPROCESSING
442.18/443.35	c GARBAGE COLLECT
442.18/443.35	c #Conflicts:    1147000 | #Constraints:      30436
442.18/443.35	c #Conflicts:    1148000 | #Constraints:      31436
442.18/443.35	c #Conflicts:    1149000 | #Constraints:      32436
442.18/443.35	WSVECS04 Frhs2[14]: 6 -7.57147 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[26]: 6 -7.57148 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[37]: 6 -7.57148 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[98]: 6 0 3.59528 shouldn't be
442.18/443.35	WSVECS04 Frhs2[118]: 6 0 0.500059 shouldn't be
442.18/443.35	WSVECS04 Frhs2[128]: 6 0 3.57147 shouldn't be
442.18/443.35	WSVECS04 Frhs2[152]: 6 0 1.00003 shouldn't be
442.18/443.35	WSVECS04 Frhs2[158]: 6 0 1.00002 shouldn't be
442.18/443.35	WSVECS04 Frhs2[164]: 6 0 1.07145 shouldn't be
442.18/443.35	WSVECS04 Frhs2[196]: 6 0 0.50009 shouldn't be
442.18/443.35	WSVECS04 Frhs2[205]: 6 0 0.0714643 shouldn't be
442.18/443.35	WSVECS04 Frhs2[226]: 6 0 1.00009 shouldn't be
442.18/443.35	WSVECS04 Frhs2[236]: 6 0 1.00005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[254]: 6 0 0.750012 shouldn't be
442.18/443.35	WSVECS04 Frhs2[263]: 6 0 1.50007 shouldn't be
442.18/443.35	WSVECS04 Frhs2[267]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[272]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[276]: 6 0 10.9763 shouldn't be
442.18/443.35	WSVECS04 Frhs2[278]: 6 0 0.500027 shouldn't be
442.18/443.35	WSVECS04 Frhs2[287]: 6 0 0.071506 shouldn't be
442.18/443.35	WSVECS04 Frhs2[295]: 6 0 0.750011 shouldn't be
442.18/443.35	WSVECS04 Frhs2[312]: 6 0 0.857199 shouldn't be
442.18/443.35	WSVECS04 Frhs2[316]: 6 0 1.00009 shouldn't be
442.18/443.35	WSVECS04 Frhs2[318]: 6 0 1.00003 shouldn't be
442.18/443.35	WSVECS04 Frhs2[325]: 6 0 0.50005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[334]: 6 0 1.00006 shouldn't be
442.18/443.35	WSVECS04 Frhs2[344]: 6 0 0.500043 shouldn't be
442.18/443.35	WSVECS04 Frhs2[356]: 6 0 2.66672 shouldn't be
442.18/443.35	WSVECS04 Frhs2[358]: 6 0 10.9762 shouldn't be
442.18/443.35	WSVECS04 Frhs2[374]: 6 0 3.57146 shouldn't be
442.18/443.35	WSVECS04 Frhs2[386]: 6 0 1.50008 shouldn't be
442.18/443.35	WSVECS04 Frhs2[398]: 6 0 1.00006 shouldn't be
442.18/443.35	WSVECS04 Frhs2[414]: 6 0 0.28573 shouldn't be
442.18/443.35	WSVECS04 Frhs2[415]: 6 0 3.57145 shouldn't be
442.18/443.35	WSVECS04 Frhs2[416]: 6 0 1.00003 shouldn't be
442.18/443.35	WSVECS04 Frhs2[426]: 6 0 0.500085 shouldn't be
442.18/443.35	WSVECS04 Frhs2[432]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[436]: 6 0 1.00002 shouldn't be
442.18/443.35	WSVECS04 Frhs2[456]: 6 0 3.57153 shouldn't be
442.18/443.35	WSVECS04 Frhs2[467]: 6 0 0.500051 shouldn't be
442.18/443.35	WSVECS04 Frhs2[476]: 6 0 0.714382 shouldn't be
442.18/443.35	WSVECS04 Frhs2[490]: 6 0 0.500054 shouldn't be
442.18/443.35	WSVECS04 Frhs2[496]: 6 0 1.28575 shouldn't be
442.18/443.35	WSVECS04 Frhs2[497]: 6 0 4.5715 shouldn't be
442.18/443.35	WSVECS04 Frhs2[498]: 6 0 1.00002 shouldn't be
442.18/443.35	WSVECS04 Frhs2[509]: 6 0 1.50003 shouldn't be
442.18/443.35	WSVECS04 Frhs2[512]: 6 0 0.500095 shouldn't be
442.18/443.35	WSVECS04 Frhs2[516]: 6 0 0.714374 shouldn't be
442.18/443.35	WSVECS04 Frhs2[518]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[520]: 6 0 2.66671 shouldn't be
442.18/443.35	WSVECS04 Frhs2[531]: 6 0 0.500063 shouldn't be
442.18/443.35	WSVECS04 Frhs2[537]: 6 0 1.28579 shouldn't be
442.18/443.35	WSVECS04 Frhs2[538]: 6 0 4.5715 shouldn't be
442.18/443.35	WSVECS04 Frhs2[539]: 6 0 1.0001 shouldn't be
442.18/443.35	WSVECS04 Frhs2[549]: 6 0 5.09526 shouldn't be
442.18/443.35	WSVECS04 Frhs2[550]: 6 0 1.50006 shouldn't be
442.18/443.35	WSVECS04 Frhs2[552]: 6 0 0.333426 shouldn't be
442.18/443.35	WSVECS04 Frhs2[558]: 6 0 0.714378 shouldn't be
442.18/443.35	WSVECS04 Frhs2[573]: 6 0 1.00007 shouldn't be
442.18/443.35	WSVECS04 Frhs2[574]: 6 0 0.0714862 shouldn't be
442.18/443.35	WSVECS04 Frhs2[587]: 6 0 0.500041 shouldn't be
442.18/443.35	WSVECS04 Frhs2[592]: 6 0 2.30959 shouldn't be
442.18/443.35	WSVECS04 Frhs2[596]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[609]: 6 0 1.00005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[614]: 6 0 1.00002 shouldn't be
442.18/443.35	WSVECS04 Frhs2[615]: 6 0 1.07144 shouldn't be
442.18/443.35	WSVECS04 Frhs2[632]: 6 0 1.50001 shouldn't be
442.18/443.35	WSVECS04 Frhs2[636]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[644]: 6 0 1.00002 shouldn't be
442.18/443.35	WSVECS04 Frhs2[650]: 6 0 1.00001 shouldn't be
442.18/443.35	WSVECS04 Frhs2[656]: 6 0 1.07145 shouldn't be
442.18/443.35	WSVECS04 Frhs2[663]: 6 0 0.500038 shouldn't be
442.18/443.35	WSVECS04 Frhs2[666]: 6 0 0.500095 shouldn't be
442.18/443.35	WSVECS04 Frhs2[669]: 6 0 0.500073 shouldn't be
442.18/443.35	WSVECS04 Frhs2[676]: 6 0 0.500059 shouldn't be
442.18/443.35	WSVECS04 Frhs2[678]: 6 0 1.00001 shouldn't be
442.18/443.35	WSVECS04 Frhs2[684]: 6 0 2.66668 shouldn't be
442.18/443.35	WSVECS04 Frhs2[685]: 6 0 1.0001 shouldn't be
442.18/443.35	WSVECS04 Frhs2[697]: 6 0 1.07151 shouldn't be
442.18/443.35	WSVECS04 Frhs2[707]: 6 0 0.500045 shouldn't be
442.18/443.35	WSVECS04 Frhs2[712]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[718]: 6 0 1.00002 shouldn't be
442.18/443.35	WSVECS04 Frhs2[725]: 6 0 2.66673 shouldn't be
442.18/443.35	WSVECS04 Frhs2[737]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[738]: 6 0 1.07146 shouldn't be
442.18/443.35	WSVECS04 Frhs2[876]: 6 0 1.00008 shouldn't be
442.18/443.35	WSVECS04 Frhs2[878]: 6 0 0.500029 shouldn't be
442.18/443.35	WSVECS04 Frhs2[910]: 6 0 0.750045 shouldn't be
442.18/443.35	WSVECS04 Frhs2[912]: 6 0 0.750058 shouldn't be
442.18/443.35	WSVECS04 Frhs2[918]: 6 0 5.0953 shouldn't be
442.18/443.35	WSVECS04 Frhs2[920]: 6 0 1.30962 shouldn't be
442.18/443.35	WSVECS04 Frhs2[989]: 6 0 4.57151 shouldn't be
442.18/443.35	WSVECS04 Frhs2[990]: 6 0 1.00003 shouldn't be
442.18/443.35	WSVECS04 Frhs2[992]: 6 0 0.750036 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1000]: 6 0 5.09526 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1008]: 6 0 0.428652 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1014]: 6 0 11.9763 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1017]: 6 0 0.50007 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1026]: 6 0 0.500019 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1029]: 6 0 1.28577 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1030]: 6 0 4.57146 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1036]: 6 0 0.333376 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1038]: 6 0 0.500076 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1040]: 6 0 1.00007 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1049]: 6 0 0.428582 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1050]: 6 0 0.714333 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1055]: 6 0 11.9763 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1058]: 6 0 0.500096 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1112]: 6 0 4.57146 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1116]: 6 0 0.50004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1118]: 6 0 0.333429 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1124]: 6 0 0.500012 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1125]: 6 0 1.30962 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1137]: 6 0 11.9762 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1149]: 6 0 0.500081 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1152]: 6 0 1.2858 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1156]: 6 0 0.750086 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1158]: 6 0 0.750066 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1165]: 6 0 0.500061 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1170]: 6 0 1.00005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1176]: 6 0 2.6667 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1177]: 6 0 1.00005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1178]: 6 0 11.9762 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1186]: 6 0 0.500067 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1189]: 6 0 1.07149 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1236]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1238]: 6 0 0.750034 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1244]: 6 0 0.50004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1245]: 6 0 1.0001 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1248]: 6 0 2.30962 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1251]: 6 0 1.00007 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1252]: 6 0 1.00005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1254]: 6 0 0.42864 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1256]: 6 0 1.00006 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1258]: 6 0 2.66675 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1260]: 6 0 11.9763 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1261]: 6 0 1.00005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1265]: 6 0 1.00006 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1266]: 6 0 0.500069 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1268]: 6 0 0.500076 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1269]: 6 0 0.500085 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1271]: 6 0 1.07148 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1272]: 6 0 0.50009 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1398]: 6 0 1.28573 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1400]: 6 0 1.00001 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1404]: 6 0 0.750038 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1408]: 6 0 0.500023 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1409]: 6 0 1.00009 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1410]: 6 0 5.09531 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1411]: 6 0 1.50006 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1412]: 6 0 2.30956 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1414]: 6 0 0.500012 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1415]: 6 0 1.00007 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1416]: 6 0 1.00005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1419]: 6 0 0.857202 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1425]: 6 0 1.00005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1426]: 6 0 0.500063 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1428]: 6 0 0.333428 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1429]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1431]: 6 0 0.500017 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1432]: 6 0 0.500084 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1434]: 6 0 1.00003 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1480]: 6 0 1.2858 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1484]: 6 0 0.750028 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1486]: 6 0 0.750064 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1490]: 6 0 0.500082 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1491]: 6 0 1.00008 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1492]: 6 0 3.59533 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1493]: 6 0 1.50005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1494]: 6 0 2.30954 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1497]: 6 0 1.00002 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1498]: 6 0 1.00006 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1501]: 6 0 0.857178 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1506]: 6 0 11.9763 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1509]: 6 0 0.500078 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1511]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1512]: 6 0 0.500073 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1514]: 6 0 0.500079 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1564]: 6 0 1.00008 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1565]: 6 0 0.500063 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1576]: 6 0 2.30954 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1580]: 6 0 1.00005 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1586]: 6 0 2.66674 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1588]: 6 0 11.9763 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1589]: 6 0 1.00006 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1594]: 6 0 0.500021 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1726]: 6 0 1.28573 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1727]: 6 0 4.5715 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1738]: 6 0 3.59526 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1740]: 6 0 2.02383 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1751]: 6 0 1.00008 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1752]: 6 0 11.9762 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1758]: 6 0 0.500029 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1762]: 6 0 1.00008 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1772]: 6 0 0.500032 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1779]: 6 0 3.59529 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1781]: 6 0 2.02384 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1792]: 6 0 1.00008 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1794]: 6 0 1.00006 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1798]: 6 0 1.00004 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1843]: 6 -1.00007 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1845]: 6 -1.00009 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1933]: 6 -1.00005 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1934]: 6 -1.00009 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1942]: 6 -1.00003 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1943]: 6 -1.00009 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1944]: 6 -1.00008 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1946]: 6 -1.0001 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1947]: 6 -1.00003 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1948]: 6 -2.00003 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1970]: 6 -1.00004 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1971]: 6 -1.00005 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1972]: 6 -1.00006 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1973]: 6 -1.00003 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1974]: 6 -1.00003 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1978]: 6 -1.00009 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1979]: 6 -1.00004 0 shouldn't be
442.18/443.35	WSVECS04 Frhs2[1980]: 6 -2.00006 0 shouldn't be
442.49/443.63	WSVECS04 Frhs2[124]: 6 0 0.500088 shouldn't be
442.49/443.63	WSVECS04 Frhs2[147]: 6 0 0.714348 shouldn't be
442.49/443.63	WSVECS04 Frhs2[165]: 6 0 0.500074 shouldn't be
442.49/443.63	WSVECS04 Frhs2[168]: 6 0 0.285774 shouldn't be
442.49/443.63	WSVECS04 Frhs2[270]: 6 0 0.714358 shouldn't be
442.49/443.63	WSVECS04 Frhs2[352]: 6 0 0.714355 shouldn't be
442.49/443.63	WSVECS04 Frhs2[410]: 6 0 0.0714707 shouldn't be
442.49/443.63	WSVECS04 Frhs2[438]: 6 0 2.66672 shouldn't be
442.49/443.63	WSVECS04 Frhs2[510]: 6 0 2.30954 shouldn't be
442.49/443.63	WSVECS04 Frhs2[533]: 6 0 0.0715167 shouldn't be
442.49/443.63	WSVECS04 Frhs2[546]: 6 0 0.500077 shouldn't be
442.49/443.63	WSVECS04 Frhs2[600]: 6 0 1.0001 shouldn't be
442.49/443.63	WSVECS04 Frhs2[670]: 6 0 0.500095 shouldn't be
442.49/443.63	WSVECS04 Frhs2[1164]: 6 0 5.09531 shouldn't be
442.49/443.63	WSVECS04 Frhs2[1246]: 6 0 5.09531 shouldn't be
442.49/443.63	WSVECS04 Frhs2[1420]: 6 0 1.00008 shouldn't be
442.49/443.63	WSVECS04 Frhs2[1768]: 6 0 4.57152 shouldn't be
442.49/443.63	WSVECS04 Frhs2[1791]: 6 0 1.66669 shouldn't be
442.49/443.63	WSVECS04 Frhs2[1969]: 6 -1.00003 0 shouldn't be
467.73/468.95	c #Conflicts:    1150000 | #Constraints:      33437
467.73/468.95	c #Conflicts:    1151000 | #Constraints:      34437
467.73/468.95	c #Conflicts:    1152000 | #Constraints:      35437
467.73/468.95	c #Conflicts:    1153000 | #Constraints:      36437
467.73/468.95	c #Conflicts:    1154000 | #Constraints:      37437
467.73/468.95	c #Conflicts:    1155000 | #Constraints:      38437
467.73/468.95	c #Conflicts:    1156000 | #Constraints:      39437
467.73/468.95	c #Conflicts:    1157000 | #Constraints:      40437
467.73/468.95	c #Conflicts:    1158000 | #Constraints:      41437
467.73/468.95	c #Conflicts:    1159000 | #Constraints:      42437
467.73/468.95	c #Conflicts:    1160000 | #Constraints:      43437
467.73/468.95	c #Conflicts:    1161000 | #Constraints:      44437
467.73/468.95	c #Conflicts:    1162000 | #Constraints:      45437
467.73/468.95	c #Conflicts:    1163000 | #Constraints:      46437
467.73/468.95	c #Conflicts:    1164000 | #Constraints:      47437
467.73/468.95	c #Conflicts:    1165000 | #Constraints:      48437
467.73/468.95	c #Conflicts:    1166000 | #Constraints:      49437
467.73/468.95	c #Conflicts:    1167000 | #Constraints:      50437
467.73/468.95	c #Conflicts:    1168000 | #Constraints:      51437
467.73/468.95	c INPROCESSING
467.73/468.95	c GARBAGE COLLECT
467.73/468.95	c #Conflicts:    1169000 | #Constraints:      31043
467.73/468.95	c #Conflicts:    1170000 | #Constraints:      32043
467.73/468.95	c #Conflicts:    1171000 | #Constraints:      33043
467.73/468.95	c #Conflicts:    1172000 | #Constraints:      34043
467.73/468.95	c #Conflicts:    1173000 | #Constraints:      35043
467.73/468.95	c #Conflicts:    1174000 | #Constraints:      36043
467.73/468.95	c #Conflicts:    1175000 | #Constraints:      37043
467.73/468.95	c #Conflicts:    1176000 | #Constraints:      38043
467.73/468.95	c #Conflicts:    1177000 | #Constraints:      39043
467.73/468.95	c #Conflicts:    1178000 | #Constraints:      40043
467.73/468.95	c #Conflicts:    1179000 | #Constraints:      41043
467.73/468.95	c #Conflicts:    1180000 | #Constraints:      42043
467.73/468.95	c #Conflicts:    1181000 | #Constraints:      43043
467.73/468.95	c #Conflicts:    1182000 | #Constraints:      44043
467.73/468.95	c #Conflicts:    1183000 | #Constraints:      45043
467.73/468.95	c #Conflicts:    1184000 | #Constraints:      46043
467.73/468.95	c #Conflicts:    1185000 | #Constraints:      47043
467.73/468.95	c #Conflicts:    1186000 | #Constraints:      48043
467.73/468.95	c #Conflicts:    1187000 | #Constraints:      49043
467.73/468.95	c #Conflicts:    1188000 | #Constraints:      50043
467.73/468.95	c #Conflicts:    1189000 | #Constraints:      51043
467.73/468.95	c #Conflicts:    1190000 | #Constraints:      52043
467.73/468.95	c INPROCESSING
467.73/468.95	c GARBAGE COLLECT
467.73/468.95	c #Conflicts:    1191000 | #Constraints:      31446
467.73/468.95	c #Conflicts:    1192000 | #Constraints:      32446
467.73/468.95	c #Conflicts:    1193000 | #Constraints:      33446
467.73/468.95	c #Conflicts:    1194000 | #Constraints:      34446
467.73/468.95	c #Conflicts:    1195000 | #Constraints:      35446
467.73/468.95	c #Conflicts:    1196000 | #Constraints:      36446
467.73/468.95	c #Conflicts:    1197000 | #Constraints:      37447
467.73/468.95	c #Conflicts:    1198000 | #Constraints:      38447
467.73/468.95	c #Conflicts:    1199000 | #Constraints:      39447
467.73/468.95	c #Conflicts:    1200000 | #Constraints:      40447
467.73/468.95	c #Conflicts:    1201000 | #Constraints:      41447
467.73/468.95	c #Conflicts:    1202000 | #Constraints:      42447
467.73/468.95	c #Conflicts:    1203000 | #Constraints:      43447
467.73/468.95	c #Conflicts:    1204000 | #Constraints:      44447
467.73/468.95	c #Conflicts:    1205000 | #Constraints:      45447
467.73/468.95	c #Conflicts:    1206000 | #Constraints:      46447
467.73/468.95	c #Conflicts:    1207000 | #Constraints:      47447
467.73/468.95	WSVECS04 Frhs2[6]: 6 0 30.0834 shouldn't be
467.73/468.95	WSVECS04 Frhs2[14]: 6 0 76.2709 shouldn't be
467.73/468.95	WSVECS04 Frhs2[17]: 6 0 94.4792 shouldn't be
467.73/468.95	WSVECS04 Frhs2[26]: 6 0 92.1042 shouldn't be
467.73/468.95	WSVECS04 Frhs2[28]: 6 0 94.4793 shouldn't be
467.73/468.95	WSVECS04 Frhs2[32]: 6 0 94.4792 shouldn't be
467.73/468.95	WSVECS04 Frhs2[35]: 6 0 94.4793 shouldn't be
467.73/468.95	WSVECS04 Frhs2[41]: 6 0 94.4792 shouldn't be
467.73/468.95	WSVECS04 Frhs2[100]: 6 0 0.333363 shouldn't be
467.73/468.95	WSVECS04 Frhs2[115]: 6 0 1.00007 shouldn't be
467.73/468.95	WSVECS04 Frhs2[151]: 6 0 4.00005 shouldn't be
467.73/468.95	WSVECS04 Frhs2[155]: 6 0 0.500011 shouldn't be
467.73/468.95	WSVECS04 Frhs2[163]: 6 0 1.00001 shouldn't be
467.73/468.95	WSVECS04 Frhs2[170]: 6 0 1.00003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[191]: 6 0 6.00003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[202]: 6 0 0.125026 shouldn't be
467.73/468.95	WSVECS04 Frhs2[211]: 6 0 1.00003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[212]: 6 0 0.500077 shouldn't be
467.73/468.95	WSVECS04 Frhs2[229]: 6 0 2.75006 shouldn't be
467.73/468.95	WSVECS04 Frhs2[241]: 6 0 0.937599 shouldn't be
467.73/468.95	WSVECS04 Frhs2[243]: 6 0 0.125088 shouldn't be
467.73/468.95	WSVECS04 Frhs2[293]: 6 0 1.00008 shouldn't be
467.73/468.95	WSVECS04 Frhs2[300]: 6 0 0.500032 shouldn't be
467.73/468.95	WSVECS04 Frhs2[315]: 6 0 2.00002 shouldn't be
467.73/468.95	WSVECS04 Frhs2[323]: 6 0 0.937521 shouldn't be
467.73/468.95	WSVECS04 Frhs2[340]: 6 0 0.50002 shouldn't be
467.73/468.95	WSVECS04 Frhs2[364]: 6 0 0.937574 shouldn't be
467.73/468.95	WSVECS04 Frhs2[380]: 6 0 0.500014 shouldn't be
467.73/468.95	WSVECS04 Frhs2[391]: 6 0 1.00006 shouldn't be
467.73/468.95	WSVECS04 Frhs2[409]: 6 0 1.00008 shouldn't be
467.73/468.95	WSVECS04 Frhs2[413]: 6 -2.50002 0 shouldn't be
467.73/468.95	WSVECS04 Frhs2[431]: 6 0 1.00004 shouldn't be
467.73/468.95	WSVECS04 Frhs2[435]: 6 0 0.500066 shouldn't be
467.73/468.95	WSVECS04 Frhs2[471]: 6 0 1.00007 shouldn't be
467.73/468.95	WSVECS04 Frhs2[509]: 6 0 1.75007 shouldn't be
467.73/468.95	WSVECS04 Frhs2[511]: 6 0 5.00009 shouldn't be
467.73/468.95	WSVECS04 Frhs2[515]: 6 0 5.00005 shouldn't be
467.73/468.95	WSVECS04 Frhs2[635]: 6 0 1.00003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[637]: 6 0 1.00007 shouldn't be
467.73/468.95	WSVECS04 Frhs2[641]: 6 0 1.00002 shouldn't be
467.73/468.95	WSVECS04 Frhs2[647]: 6 0 0.500036 shouldn't be
467.73/468.95	WSVECS04 Frhs2[654]: 6 0 1.00002 shouldn't be
467.73/468.95	WSVECS04 Frhs2[655]: 6 0 1.00005 shouldn't be
467.73/468.95	WSVECS04 Frhs2[744]: 6 0 1.00008 shouldn't be
467.73/468.95	WSVECS04 Frhs2[755]: 6 0 3.25003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[764]: 6 0 1.00006 shouldn't be
467.73/468.95	WSVECS04 Frhs2[765]: 6 0 0.562556 shouldn't be
467.73/468.95	WSVECS04 Frhs2[772]: 6 0 0.500023 shouldn't be
467.73/468.95	WSVECS04 Frhs2[776]: 6 0 0.125081 shouldn't be
467.73/468.95	WSVECS04 Frhs2[779]: 6 0 1.00002 shouldn't be
467.73/468.95	WSVECS04 Frhs2[915]: 6 0 0.500081 shouldn't be
467.73/468.95	WSVECS04 Frhs2[924]: 6 0 1.00002 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1111]: 6 0 1.00003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1134]: 6 0 0.125036 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1195]: 6 0 1.00007 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1208]: 6 0 1.00005 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1211]: 6 0 2.00003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1216]: 6 0 0.125064 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1231]: 6 0 1.00003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1367]: 6 0 0.500098 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1372]: 6 0 1.00005 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1374]: 6 0 1.00009 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1379]: 6 0 1.0001 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1386]: 6 0 1.00003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1393]: 6 0 1.00008 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1442]: 6 0 0.500058 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1446]: 6 0 0.500047 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1448]: 6 0 0.500015 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1449]: 6 0 0.500085 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1452]: 6 0 3.25006 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1453]: 6 0 0.333383 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1454]: 6 0 1.00001 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1456]: 6 0 1.0001 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1462]: 6 0 0.562543 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1473]: 6 0 1.00008 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1477]: 6 0 1.00002 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1483]: 6 0 0.500017 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1494]: 6 0 0.333351 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1496]: 6 0 1.00007 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1502]: 6 0 1.00009 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1517]: 6 0 1.00007 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1519]: 6 0 1.00005 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1619]: 6 0 1.00003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1659]: 6 0 1.00006 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1662]: 6 0 6.75006 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1666]: 6 0 1.00009 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1673]: 6 0 1.00009 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1679]: 6 0 1.00005 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1683]: 6 0 1.00003 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1699]: 6 0 0.333368 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1717]: 6 0 0.93757 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1724]: 6 0 1.00006 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1742]: 6 0 1.00002 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1765]: 6 0 1.00008 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1782]: 6 0 1.00006 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1799]: 6 0 0.937551 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1831]: 6 -1.00005 0 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1892]: 6 -1.00003 0 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1900]: 6 -1.00003 0 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1901]: 6 -1.00009 0 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1902]: 6 -1.00009 0 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1919]: 6 -1.00009 0 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1955]: 6 -1.00001 0 shouldn't be
467.73/468.95	WSVECS04 Frhs2[1956]: 6 -1.00005 0 shouldn't be
472.72/473.90	c #Conflicts:    1208000 | #Constraints:      48447
472.72/473.90	c #Conflicts:    1209000 | #Constraints:      49447
472.72/473.90	c #Conflicts:    1210000 | #Constraints:      50447
472.72/473.90	c #Conflicts:    1211000 | #Constraints:      51447
472.72/473.90	c #Conflicts:    1212000 | #Constraints:      52447
472.72/473.90	c INPROCESSING
472.72/473.90	c GARBAGE COLLECT
472.72/473.90	c rational objective 112.36
507.03/508.31	c #Conflicts:    1213000 | #Constraints:      31647
507.03/508.31	c #Conflicts:    1214000 | #Constraints:      32647
507.03/508.31	c #Conflicts:    1215000 | #Constraints:      33647
507.03/508.31	c #Conflicts:    1216000 | #Constraints:      34647
507.03/508.31	c #Conflicts:    1217000 | #Constraints:      35647
507.03/508.31	c #Conflicts:    1218000 | #Constraints:      36647
507.03/508.31	c #Conflicts:    1219000 | #Constraints:      37647
507.03/508.31	c #Conflicts:    1220000 | #Constraints:      38647
507.03/508.31	c #Conflicts:    1221000 | #Constraints:      39647
507.03/508.31	c #Conflicts:    1222000 | #Constraints:      40647
507.03/508.31	c #Conflicts:    1223000 | #Constraints:      41647
507.03/508.31	c #Conflicts:    1224000 | #Constraints:      42647
507.03/508.31	c #Conflicts:    1225000 | #Constraints:      43647
507.03/508.31	c #Conflicts:    1226000 | #Constraints:      44647
507.03/508.31	c #Conflicts:    1227000 | #Constraints:      45647
507.03/508.31	c #Conflicts:    1228000 | #Constraints:      46647
507.03/508.31	c #Conflicts:    1229000 | #Constraints:      47647
507.03/508.31	c #Conflicts:    1230000 | #Constraints:      48647
507.03/508.31	c #Conflicts:    1231000 | #Constraints:      49647
507.03/508.31	c #Conflicts:    1232000 | #Constraints:      50647
507.03/508.31	c #Conflicts:    1233000 | #Constraints:      51647
507.03/508.31	c #Conflicts:    1234000 | #Constraints:      52647
507.03/508.31	c INPROCESSING
507.03/508.31	c GARBAGE COLLECT
507.03/508.31	c #Conflicts:    1235000 | #Constraints:      31642
507.03/508.31	c #Conflicts:    1236000 | #Constraints:      32642
507.03/508.31	c #Conflicts:    1237000 | #Constraints:      33642
507.03/508.31	c #Conflicts:    1238000 | #Constraints:      34642
507.03/508.31	c #Conflicts:    1239000 | #Constraints:      35642
507.03/508.31	c #Conflicts:    1240000 | #Constraints:      36642
507.03/508.31	c #Conflicts:    1241000 | #Constraints:      37642
507.03/508.31	c #Conflicts:    1242000 | #Constraints:      38642
507.03/508.31	c #Conflicts:    1243000 | #Constraints:      39642
507.03/508.31	c #Conflicts:    1244000 | #Constraints:      40642
507.03/508.31	c #Conflicts:    1245000 | #Constraints:      41642
507.03/508.31	c #Conflicts:    1246000 | #Constraints:      42642
507.03/508.31	c #Conflicts:    1247000 | #Constraints:      43642
507.03/508.31	c #Conflicts:    1248000 | #Constraints:      44642
507.03/508.31	c #Conflicts:    1249000 | #Constraints:      45642
507.03/508.31	c #Conflicts:    1250000 | #Constraints:      46642
507.03/508.31	c #Conflicts:    1251000 | #Constraints:      47642
507.03/508.31	c #Conflicts:    1252000 | #Constraints:      48642
507.03/508.31	c #Conflicts:    1253000 | #Constraints:      49642
507.03/508.31	c #Conflicts:    1254000 | #Constraints:      50642
507.03/508.31	c #Conflicts:    1255000 | #Constraints:      51642
507.03/508.31	c #Conflicts:    1256000 | #Constraints:      52642
507.03/508.31	c INPROCESSING
507.03/508.31	c GARBAGE COLLECT
507.03/508.31	c #Conflicts:    1257000 | #Constraints:      31445
507.03/508.31	c #Conflicts:    1258000 | #Constraints:      32445
507.03/508.31	c #Conflicts:    1259000 | #Constraints:      33445
507.03/508.31	c #Conflicts:    1260000 | #Constraints:      34445
507.03/508.31	c #Conflicts:    1261000 | #Constraints:      35445
507.03/508.31	c #Conflicts:    1262000 | #Constraints:      36445
507.03/508.31	c #Conflicts:    1263000 | #Constraints:      37445
507.03/508.31	c #Conflicts:    1264000 | #Constraints:      38445
507.03/508.31	c #Conflicts:    1265000 | #Constraints:      39445
507.03/508.31	c #Conflicts:    1266000 | #Constraints:      40445
507.03/508.31	c #Conflicts:    1267000 | #Constraints:      41445
507.03/508.31	c #Conflicts:    1268000 | #Constraints:      42445
507.03/508.31	c #Conflicts:    1269000 | #Constraints:      43445
507.03/508.31	c #Conflicts:    1270000 | #Constraints:      44445
507.03/508.31	c #Conflicts:    1271000 | #Constraints:      45445
507.03/508.31	c #Conflicts:    1272000 | #Constraints:      46445
507.03/508.31	c #Conflicts:    1273000 | #Constraints:      47445
507.03/508.31	c #Conflicts:    1274000 | #Constraints:      48445
507.03/508.31	c #Conflicts:    1275000 | #Constraints:      49445
507.03/508.31	c #Conflicts:    1276000 | #Constraints:      50445
507.03/508.31	c #Conflicts:    1277000 | #Constraints:      51445
507.03/508.31	c #Conflicts:    1278000 | #Constraints:      52445
507.03/508.31	c #Conflicts:    1279000 | #Constraints:      53445
507.03/508.31	c INPROCESSING
507.03/508.31	c GARBAGE COLLECT
507.03/508.31	c #Conflicts:    1280000 | #Constraints:      32037
507.03/508.31	c #Conflicts:    1281000 | #Constraints:      33037
507.03/508.31	c #Conflicts:    1282000 | #Constraints:      34038
507.03/508.31	c #Conflicts:    1283000 | #Constraints:      35038
507.03/508.31	c #Conflicts:    1284000 | #Constraints:      36038
507.03/508.31	c #Conflicts:    1285000 | #Constraints:      37038
507.03/508.31	c #Conflicts:    1286000 | #Constraints:      38038
507.03/508.31	c #Conflicts:    1287000 | #Constraints:      39038
507.03/508.31	c #Conflicts:    1288000 | #Constraints:      40038
507.03/508.31	c #Conflicts:    1289000 | #Constraints:      41038
526.80/528.15	c #Conflicts:    1290000 | #Constraints:      42038
526.80/528.15	c #Conflicts:    1291000 | #Constraints:      43038
526.80/528.15	c #Conflicts:    1292000 | #Constraints:      44038
526.80/528.15	c #Conflicts:    1293000 | #Constraints:      45038
526.80/528.15	c #Conflicts:    1294000 | #Constraints:      46038
526.80/528.15	c #Conflicts:    1295000 | #Constraints:      47038
526.80/528.15	c #Conflicts:    1296000 | #Constraints:      48038
526.80/528.15	c #Conflicts:    1297000 | #Constraints:      49038
526.80/528.15	c #Conflicts:    1298000 | #Constraints:      50039
526.80/528.15	c #Conflicts:    1299000 | #Constraints:      51039
526.80/528.15	c #Conflicts:    1300000 | #Constraints:      52039
526.80/528.15	c #Conflicts:    1301000 | #Constraints:      53039
526.80/528.15	c #Conflicts:    1302000 | #Constraints:      54039
526.80/528.15	c INPROCESSING
526.80/528.15	c GARBAGE COLLECT
526.80/528.15	c #Conflicts:    1303000 | #Constraints:      32435
526.80/528.15	c #Conflicts:    1304000 | #Constraints:      33435
526.80/528.15	c #Conflicts:    1305000 | #Constraints:      34435
526.80/528.15	c #Conflicts:    1306000 | #Constraints:      35435
526.80/528.15	c #Conflicts:    1307000 | #Constraints:      36435
526.80/528.15	c #Conflicts:    1308000 | #Constraints:      37435
526.80/528.15	c #Conflicts:    1309000 | #Constraints:      38435
526.80/528.15	c #Conflicts:    1310000 | #Constraints:      39435
526.80/528.15	c #Conflicts:    1311000 | #Constraints:      40435
526.80/528.15	c #Conflicts:    1312000 | #Constraints:      41436
526.80/528.15	c #Conflicts:    1313000 | #Constraints:      42436
526.80/528.15	c #Conflicts:    1314000 | #Constraints:      43436
526.80/528.15	c #Conflicts:    1315000 | #Constraints:      44436
526.80/528.15	c #Conflicts:    1316000 | #Constraints:      45436
526.80/528.15	c #Conflicts:    1317000 | #Constraints:      46436
526.80/528.15	c #Conflicts:    1318000 | #Constraints:      47437
526.80/528.15	c #Conflicts:    1319000 | #Constraints:      48437
526.80/528.15	c #Conflicts:    1320000 | #Constraints:      49437
526.80/528.15	c #Conflicts:    1321000 | #Constraints:      50437
526.80/528.15	c #Conflicts:    1322000 | #Constraints:      51437
526.80/528.15	c #Conflicts:    1323000 | #Constraints:      52437
526.80/528.15	c #Conflicts:    1324000 | #Constraints:      53437
526.80/528.15	c #Conflicts:    1325000 | #Constraints:      54437
526.80/528.15	c INPROCESSING
526.80/528.15	c GARBAGE COLLECT
526.80/528.15	c #Conflicts:    1326000 | #Constraints:      32640
526.80/528.15	c #Conflicts:    1327000 | #Constraints:      33640
526.80/528.15	c #Conflicts:    1328000 | #Constraints:      34640
526.80/528.15	c #Conflicts:    1329000 | #Constraints:      35640
526.80/528.15	c #Conflicts:    1330000 | #Constraints:      36640
526.80/528.15	c #Conflicts:    1331000 | #Constraints:      37640
526.80/528.15	c #Conflicts:    1332000 | #Constraints:      38640
526.80/528.15	WSVECS04 Frhs2[21]: 6 -211.208 0 shouldn't be
526.80/528.15	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
526.80/528.15	WSVECS04 Frhs2[96]: 6 0 1.0001 shouldn't be
526.80/528.15	WSVECS04 Frhs2[110]: 6 0 10.6667 shouldn't be
526.80/528.15	WSVECS04 Frhs2[113]: 6 0 83.4793 shouldn't be
526.80/528.15	WSVECS04 Frhs2[115]: 6 0 3.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[124]: 6 0 74.1251 shouldn't be
526.80/528.15	WSVECS04 Frhs2[143]: 6 0 0.500097 shouldn't be
526.80/528.15	WSVECS04 Frhs2[146]: 6 0 2.00002 shouldn't be
526.80/528.15	WSVECS04 Frhs2[151]: 6 0 9.66675 shouldn't be
526.80/528.15	WSVECS04 Frhs2[153]: 6 0 58.3751 shouldn't be
526.80/528.15	WSVECS04 Frhs2[155]: 6 0 3.00004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[158]: 6 0 8.75003 shouldn't be
526.80/528.15	WSVECS04 Frhs2[195]: 6 0 80.4792 shouldn't be
526.80/528.15	WSVECS04 Frhs2[198]: 6 0 1.00003 shouldn't be
526.80/528.15	WSVECS04 Frhs2[203]: 6 0 0.600041 shouldn't be
526.80/528.15	WSVECS04 Frhs2[233]: 6 0 10.6667 shouldn't be
526.80/528.15	WSVECS04 Frhs2[235]: 6 0 58.375 shouldn't be
526.80/528.15	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
526.80/528.15	WSVECS04 Frhs2[303]: 6 0 55.4375 shouldn't be
526.80/528.15	WSVECS04 Frhs2[313]: 6 0 1.00006 shouldn't be
526.80/528.15	WSVECS04 Frhs2[318]: 6 0 81.4793 shouldn't be
526.80/528.15	WSVECS04 Frhs2[319]: 6 0 0.500049 shouldn't be
526.80/528.15	WSVECS04 Frhs2[324]: 6 0 2.91672 shouldn't be
526.80/528.15	WSVECS04 Frhs2[351]: 6 0 1.00004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[355]: 6 0 2.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[358]: 6 0 59.375 shouldn't be
526.80/528.15	WSVECS04 Frhs2[359]: 6 0 81.4792 shouldn't be
526.80/528.15	WSVECS04 Frhs2[393]: 6 0 2.00008 shouldn't be
526.80/528.15	WSVECS04 Frhs2[395]: 6 0 3.00003 shouldn't be
526.80/528.15	WSVECS04 Frhs2[399]: 6 0 59.375 shouldn't be
526.80/528.15	WSVECS04 Frhs2[423]: 6 0 1.00006 shouldn't be
526.80/528.15	WSVECS04 Frhs2[426]: 6 0 55.4375 shouldn't be
526.80/528.15	WSVECS04 Frhs2[433]: 6 0 4.00002 shouldn't be
526.80/528.15	WSVECS04 Frhs2[435]: 6 0 1.50004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[438]: 6 0 1.00006 shouldn't be
526.80/528.15	WSVECS04 Frhs2[443]: 6 0 1.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[456]: 6 0 1.00003 shouldn't be
526.80/528.15	WSVECS04 Frhs2[470]: 6 0 1.00002 shouldn't be
526.80/528.15	WSVECS04 Frhs2[473]: 6 0 1.00005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[475]: 6 0 3.00005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[483]: 6 0 0.500078 shouldn't be
526.80/528.15	WSVECS04 Frhs2[503]: 6 0 4.3542 shouldn't be
526.80/528.15	WSVECS04 Frhs2[515]: 6 0 1.00004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[523]: 6 0 81.4792 shouldn't be
526.80/528.15	WSVECS04 Frhs2[524]: 6 0 0.500079 shouldn't be
526.80/528.15	WSVECS04 Frhs2[533]: 6 0 1.00008 shouldn't be
526.80/528.15	WSVECS04 Frhs2[590]: 6 0 56.4375 shouldn't be
526.80/528.15	WSVECS04 Frhs2[593]: 6 0 2.00001 shouldn't be
526.80/528.15	WSVECS04 Frhs2[604]: 6 0 60.3751 shouldn't be
526.80/528.15	WSVECS04 Frhs2[615]: 6 0 1.00008 shouldn't be
526.80/528.15	WSVECS04 Frhs2[783]: 6 0 226.188 shouldn't be
526.80/528.15	WSVECS04 Frhs2[790]: 6 0 4.35425 shouldn't be
526.80/528.15	WSVECS04 Frhs2[791]: 6 0 2.00008 shouldn't be
526.80/528.15	WSVECS04 Frhs2[793]: 6 0 2.00009 shouldn't be
526.80/528.15	WSVECS04 Frhs2[795]: 6 0 58.4376 shouldn't be
526.80/528.15	WSVECS04 Frhs2[869]: 6 0 1.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[876]: 6 0 1.00005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[878]: 6 0 0.500093 shouldn't be
526.80/528.15	WSVECS04 Frhs2[879]: 6 0 0.500018 shouldn't be
526.80/528.15	WSVECS04 Frhs2[889]: 6 0 5.83335 shouldn't be
526.80/528.15	WSVECS04 Frhs2[892]: 6 0 1.00006 shouldn't be
526.80/528.15	WSVECS04 Frhs2[896]: 6 0 8.75005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[903]: 6 0 74.125 shouldn't be
526.80/528.15	WSVECS04 Frhs2[906]: 6 0 227.188 shouldn't be
526.80/528.15	WSVECS04 Frhs2[910]: 6 0 1.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[911]: 6 0 3.00008 shouldn't be
526.80/528.15	WSVECS04 Frhs2[913]: 6 0 4.35425 shouldn't be
526.80/528.15	WSVECS04 Frhs2[915]: 6 0 1.00005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[918]: 6 0 56.4375 shouldn't be
526.80/528.15	WSVECS04 Frhs2[919]: 6 0 0.500027 shouldn't be
526.80/528.15	WSVECS04 Frhs2[929]: 6 0 6.0001 shouldn't be
526.80/528.15	WSVECS04 Frhs2[945]: 6 0 3.83336 shouldn't be
526.80/528.15	WSVECS04 Frhs2[990]: 6 0 18.2501 shouldn't be
526.80/528.15	WSVECS04 Frhs2[991]: 6 0 0.500081 shouldn't be
526.80/528.15	WSVECS04 Frhs2[995]: 6 0 5.35423 shouldn't be
526.80/528.15	WSVECS04 Frhs2[996]: 6 0 1.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[999]: 6 0 1.00008 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1016]: 6 0 0.500044 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1026]: 6 0 75.1251 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1113]: 6 0 17.25 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1115]: 6 0 3.00002 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1118]: 6 0 4.35423 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1119]: 6 0 1.00008 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1123]: 6 0 56.4376 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1124]: 6 0 0.500085 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1145]: 6 0 129.729 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1155]: 6 0 0.500023 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1156]: 6 0 1.00004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1159]: 6 0 4.35421 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1163]: 6 0 1.00005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1164]: 6 0 56.4375 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1178]: 6 0 60.3751 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1183]: 6 0 9.75001 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1193]: 6 0 228.188 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1195]: 6 0 18.25 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1196]: 6 0 0.500015 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1198]: 6 0 1.00001 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1199]: 6 0 0.333351 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1204]: 6 0 1.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1207]: 6 0 1.00003 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1209]: 6 0 0.500027 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1223]: 6 0 1.00004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1232]: 6 0 3.83335 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1275]: 6 0 229.188 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1276]: 6 0 1.00004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1278]: 6 0 0.500058 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1279]: 6 0 1.0001 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1284]: 6 0 2.00005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1286]: 6 0 1.00005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1287]: 6 0 53.6042 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1296]: 6 0 0.50005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1305]: 6 0 1.00006 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1306]: 6 0 9.75002 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1308]: 6 0 1.08337 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1311]: 6 0 2.00005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1312]: 6 0 5.00003 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1313]: 6 0 77.1251 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1359]: 6 0 19.2501 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1366]: 6 0 2.00004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1367]: 6 0 1.00009 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1368]: 6 0 5.00008 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1369]: 6 0 57.6043 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1378]: 6 0 3.50003 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1383]: 6 0 60.3751 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1388]: 6 0 9.75004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1395]: 6 0 78.1251 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1399]: 6 0 1.00005 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1403]: 6 0 1.00004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1425]: 6 0 82.4792 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1432]: 6 0 129.729 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1437]: 6 0 3.83339 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1483]: 6 0 0.500046 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1488]: 6 0 1.00001 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1489]: 6 0 2.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1492]: 6 0 53.6042 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1506]: 6 0 60.3751 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1523]: 6 0 18.2501 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1524]: 6 0 0.500019 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1526]: 6 0 1.00009 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1529]: 6 0 1.00001 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1531]: 6 0 1.00001 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1532]: 6 0 1.00004 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1533]: 6 0 53.6042 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1536]: 6 0 1.00001 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1545]: 6 0 5.83343 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1548]: 6 0 82.4792 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1551]: 6 0 1.00008 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1552]: 6 0 9.75003 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1555]: 6 0 129.729 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1560]: 6 0 2.83341 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1687]: 6 0 18.25 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1692]: 6 0 4.35425 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1694]: 6 0 2.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1695]: 6 0 1.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1696]: 6 0 1.00006 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1698]: 6 0 0.500048 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1706]: 6 0 0.500016 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1712]: 6 0 82.4792 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1715]: 6 0 1.00007 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1726]: 6 0 226.188 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1728]: 6 0 18.25 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1733]: 6 0 3.35421 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1735]: 6 0 2.00002 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1736]: 6 0 1.00009 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1738]: 6 0 2.83342 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1745]: 6 0 1.00008 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1752]: 6 0 60.3751 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1753]: 6 0 82.4792 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1755]: 6 0 4.00006 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1757]: 6 0 11.7501 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1760]: 6 0 129.729 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1765]: 6 0 2.83334 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1865]: 6 -2.00003 0 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1884]: 6 -1.00002 0 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1892]: 6 -3.00006 0 shouldn't be
526.80/528.15	WSVECS04 Frhs2[1935]: 6 -1.00006 0 shouldn't be
537.57/538.94	c #Conflicts:    1333000 | #Constraints:      39640
537.57/538.94	c #Conflicts:    1334000 | #Constraints:      40640
537.57/538.94	c #Conflicts:    1335000 | #Constraints:      41640
537.57/538.94	c #Conflicts:    1336000 | #Constraints:      42640
537.57/538.94	c #Conflicts:    1337000 | #Constraints:      43640
537.57/538.94	c #Conflicts:    1338000 | #Constraints:      44640
537.57/538.94	c #Conflicts:    1339000 | #Constraints:      45640
537.57/538.94	c #Conflicts:    1340000 | #Constraints:      46640
537.57/538.94	c #Conflicts:    1341000 | #Constraints:      47640
537.57/538.94	c #Conflicts:    1342000 | #Constraints:      48640
537.57/538.94	c #Conflicts:    1343000 | #Constraints:      49640
537.57/538.94	c #Conflicts:    1344000 | #Constraints:      50640
537.57/538.94	c #Conflicts:    1345000 | #Constraints:      51640
537.57/538.94	c #Conflicts:    1346000 | #Constraints:      52640
537.57/538.94	c #Conflicts:    1347000 | #Constraints:      53640
537.57/538.94	c #Conflicts:    1348000 | #Constraints:      54640
537.57/538.94	c INPROCESSING
537.57/538.94	c GARBAGE COLLECT
537.57/538.94	c rational objective 112.368
574.28/575.79	c #Conflicts:    1349000 | #Constraints:      32641
574.28/575.79	c #Conflicts:    1350000 | #Constraints:      33641
574.28/575.79	c #Conflicts:    1351000 | #Constraints:      34641
574.28/575.79	c #Conflicts:    1352000 | #Constraints:      35641
574.28/575.79	c #Conflicts:    1353000 | #Constraints:      36641
574.28/575.79	c #Conflicts:    1354000 | #Constraints:      37641
574.28/575.79	c #Conflicts:    1355000 | #Constraints:      38641
574.28/575.79	c #Conflicts:    1356000 | #Constraints:      39641
574.28/575.79	c #Conflicts:    1357000 | #Constraints:      40641
574.28/575.79	c #Conflicts:    1358000 | #Constraints:      41641
574.28/575.79	c #Conflicts:    1359000 | #Constraints:      42641
574.28/575.79	c #Conflicts:    1360000 | #Constraints:      43641
574.28/575.79	c #Conflicts:    1361000 | #Constraints:      44641
574.28/575.79	c #Conflicts:    1362000 | #Constraints:      45641
574.28/575.79	c #Conflicts:    1363000 | #Constraints:      46641
574.28/575.79	c #Conflicts:    1364000 | #Constraints:      47641
574.28/575.79	c #Conflicts:    1365000 | #Constraints:      48641
574.28/575.79	c #Conflicts:    1366000 | #Constraints:      49641
574.28/575.79	c #Conflicts:    1367000 | #Constraints:      50641
574.28/575.79	c #Conflicts:    1368000 | #Constraints:      51641
574.28/575.79	c #Conflicts:    1369000 | #Constraints:      52641
574.28/575.79	c #Conflicts:    1370000 | #Constraints:      53641
574.28/575.79	c #Conflicts:    1371000 | #Constraints:      54641
574.28/575.79	c INPROCESSING
574.28/575.79	c GARBAGE COLLECT
574.28/575.79	c #Conflicts:    1372000 | #Constraints:      32443
574.28/575.79	c #Conflicts:    1373000 | #Constraints:      33443
574.28/575.79	c #Conflicts:    1374000 | #Constraints:      34443
574.28/575.79	c #Conflicts:    1375000 | #Constraints:      35443
574.28/575.79	c #Conflicts:    1376000 | #Constraints:      36443
574.28/575.79	c #Conflicts:    1377000 | #Constraints:      37443
574.28/575.79	c #Conflicts:    1378000 | #Constraints:      38443
574.28/575.79	c #Conflicts:    1379000 | #Constraints:      39443
574.28/575.79	c #Conflicts:    1380000 | #Constraints:      40443
574.28/575.79	c #Conflicts:    1381000 | #Constraints:      41443
574.28/575.79	c #Conflicts:    1382000 | #Constraints:      42443
574.28/575.79	c #Conflicts:    1383000 | #Constraints:      43443
574.28/575.79	c #Conflicts:    1384000 | #Constraints:      44443
574.28/575.79	c #Conflicts:    1385000 | #Constraints:      45443
574.28/575.79	c #Conflicts:    1386000 | #Constraints:      46443
574.28/575.79	c #Conflicts:    1387000 | #Constraints:      47443
574.28/575.79	c #Conflicts:    1388000 | #Constraints:      48444
574.28/575.79	c #Conflicts:    1389000 | #Constraints:      49444
574.28/575.79	c #Conflicts:    1390000 | #Constraints:      50444
574.28/575.79	c #Conflicts:    1391000 | #Constraints:      51444
574.28/575.79	c #Conflicts:    1392000 | #Constraints:      52444
574.28/575.79	c #Conflicts:    1393000 | #Constraints:      53444
574.28/575.79	c #Conflicts:    1394000 | #Constraints:      54444
574.28/575.79	c #Conflicts:    1395000 | #Constraints:      55444
574.28/575.79	c INPROCESSING
574.28/575.79	c GARBAGE COLLECT
574.28/575.79	c #Conflicts:    1396000 | #Constraints:      33040
574.28/575.79	c #Conflicts:    1397000 | #Constraints:      34040
574.28/575.79	c #Conflicts:    1398000 | #Constraints:      35040
574.28/575.79	c #Conflicts:    1399000 | #Constraints:      36040
574.28/575.79	c #Conflicts:    1400000 | #Constraints:      37040
574.28/575.79	c #Conflicts:    1401000 | #Constraints:      38040
574.28/575.79	c #Conflicts:    1402000 | #Constraints:      39040
574.28/575.79	c #Conflicts:    1403000 | #Constraints:      40040
574.28/575.79	c #Conflicts:    1404000 | #Constraints:      41040
574.28/575.79	c #Conflicts:    1405000 | #Constraints:      42040
574.28/575.79	c #Conflicts:    1406000 | #Constraints:      43040
574.28/575.79	c #Conflicts:    1407000 | #Constraints:      44040
574.28/575.79	c #Conflicts:    1408000 | #Constraints:      45040
574.28/575.79	c #Conflicts:    1409000 | #Constraints:      46040
574.28/575.79	c #Conflicts:    1410000 | #Constraints:      47040
574.28/575.79	c #Conflicts:    1411000 | #Constraints:      48040
574.28/575.79	c #Conflicts:    1412000 | #Constraints:      49040
574.28/575.79	c #Conflicts:    1413000 | #Constraints:      50040
574.28/575.79	c #Conflicts:    1414000 | #Constraints:      51040
574.28/575.79	c #Conflicts:    1415000 | #Constraints:      52040
574.28/575.79	c #Conflicts:    1416000 | #Constraints:      53040
574.28/575.79	c #Conflicts:    1417000 | #Constraints:      54040
574.28/575.79	c #Conflicts:    1418000 | #Constraints:      55040
574.28/575.79	c #Conflicts:    1419000 | #Constraints:      56040
574.28/575.79	c INPROCESSING
574.28/575.79	c GARBAGE COLLECT
574.28/575.79	c #Conflicts:    1420000 | #Constraints:      33436
574.28/575.79	c #Conflicts:    1421000 | #Constraints:      34436
574.28/575.79	c #Conflicts:    1422000 | #Constraints:      35436
574.28/575.79	c #Conflicts:    1423000 | #Constraints:      36436
574.28/575.79	c #Conflicts:    1424000 | #Constraints:      37436
574.28/575.79	c #Conflicts:    1425000 | #Constraints:      38436
588.05/589.55	c #Conflicts:    1426000 | #Constraints:      39436
588.05/589.55	c #Conflicts:    1427000 | #Constraints:      40436
588.05/589.55	c #Conflicts:    1428000 | #Constraints:      41436
588.05/589.55	c #Conflicts:    1429000 | #Constraints:      42436
588.05/589.55	c #Conflicts:    1430000 | #Constraints:      43436
588.05/589.55	c #Conflicts:    1431000 | #Constraints:      44436
588.05/589.55	c #Conflicts:    1432000 | #Constraints:      45436
588.05/589.55	c #Conflicts:    1433000 | #Constraints:      46436
588.05/589.55	c #Conflicts:    1434000 | #Constraints:      47436
588.05/589.55	c #Conflicts:    1435000 | #Constraints:      48436
588.05/589.55	c #Conflicts:    1436000 | #Constraints:      49436
588.05/589.55	c #Conflicts:    1437000 | #Constraints:      50436
588.05/589.55	c #Conflicts:    1438000 | #Constraints:      51436
588.05/589.55	c #Conflicts:    1439000 | #Constraints:      52436
588.05/589.55	c #Conflicts:    1440000 | #Constraints:      53436
588.05/589.55	c #Conflicts:    1441000 | #Constraints:      54436
588.05/589.55	c #Conflicts:    1442000 | #Constraints:      55436
588.05/589.55	c #Conflicts:    1443000 | #Constraints:      56436
588.05/589.55	c INPROCESSING
588.05/589.55	c GARBAGE COLLECT
588.05/589.55	c #Conflicts:    1444000 | #Constraints:      33641
588.05/589.55	c #Conflicts:    1445000 | #Constraints:      34641
588.05/589.55	c #Conflicts:    1446000 | #Constraints:      35641
588.05/589.55	c #Conflicts:    1447000 | #Constraints:      36641
588.05/589.55	c #Conflicts:    1448000 | #Constraints:      37641
588.05/589.55	c #Conflicts:    1449000 | #Constraints:      38641
588.05/589.55	c #Conflicts:    1450000 | #Constraints:      39641
588.05/589.55	c #Conflicts:    1451000 | #Constraints:      40641
588.05/589.55	c #Conflicts:    1452000 | #Constraints:      41641
588.05/589.55	c #Conflicts:    1453000 | #Constraints:      42641
588.05/589.55	c #Conflicts:    1454000 | #Constraints:      43641
588.05/589.55	WSVECS04 Frhs2[3]: 6 -1956.76 0 shouldn't be
588.05/589.55	WSVECS04 Frhs2[15]: 6 -1956.76 0 shouldn't be
588.05/589.55	WSVECS04 Frhs2[108]: 6 0 226.27 shouldn't be
588.05/589.55	WSVECS04 Frhs2[148]: 6 0 1.00006 shouldn't be
588.05/589.55	WSVECS04 Frhs2[188]: 6 0 305.23 shouldn't be
588.05/589.55	WSVECS04 Frhs2[189]: 6 0 1.00006 shouldn't be
588.05/589.55	WSVECS04 Frhs2[229]: 6 0 305.23 shouldn't be
588.05/589.55	WSVECS04 Frhs2[336]: 6 0 1.00004 shouldn't be
588.05/589.55	WSVECS04 Frhs2[349]: 6 0 1.0001 shouldn't be
588.05/589.55	WSVECS04 Frhs2[421]: 6 0 0.500026 shouldn't be
588.05/589.55	WSVECS04 Frhs2[456]: 6 0 0.500048 shouldn't be
588.05/589.55	WSVECS04 Frhs2[496]: 6 0 167.923 shouldn't be
588.05/589.55	WSVECS04 Frhs2[501]: 6 0 0.300014 shouldn't be
588.05/589.55	WSVECS04 Frhs2[541]: 6 0 2.00009 shouldn't be
588.05/589.55	WSVECS04 Frhs2[548]: 6 0 0.4682 shouldn't be
588.05/589.55	WSVECS04 Frhs2[578]: 6 0 167.923 shouldn't be
588.05/589.55	WSVECS04 Frhs2[582]: 6 0 2.00006 shouldn't be
588.05/589.55	WSVECS04 Frhs2[583]: 6 0 0.300058 shouldn't be
588.05/589.55	WSVECS04 Frhs2[606]: 6 0 0.500026 shouldn't be
588.05/589.55	WSVECS04 Frhs2[612]: 6 0 0.500045 shouldn't be
588.05/589.55	WSVECS04 Frhs2[616]: 6 0 1.00002 shouldn't be
588.05/589.55	WSVECS04 Frhs2[698]: 6 0 1.00008 shouldn't be
588.05/589.55	WSVECS04 Frhs2[783]: 6 0 166.923 shouldn't be
588.05/589.55	WSVECS04 Frhs2[788]: 6 0 0.500075 shouldn't be
588.05/589.55	WSVECS04 Frhs2[806]: 6 0 0.345539 shouldn't be
588.05/589.55	WSVECS04 Frhs2[808]: 6 0 0.731853 shouldn't be
588.05/589.55	WSVECS04 Frhs2[815]: 6 0 436.502 shouldn't be
588.05/589.55	WSVECS04 Frhs2[828]: 6 0 2.0001 shouldn't be
588.05/589.55	WSVECS04 Frhs2[829]: 6 0 0.500042 shouldn't be
588.05/589.55	WSVECS04 Frhs2[869]: 6 0 2.00004 shouldn't be
588.05/589.55	WSVECS04 Frhs2[938]: 6 0 436.502 shouldn't be
588.05/589.55	WSVECS04 Frhs2[988]: 6 0 166.923 shouldn't be
588.05/589.55	WSVECS04 Frhs2[989]: 6 0 0.43183 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1018]: 6 0 209.787 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1087]: 6 0 1.00004 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1098]: 6 0 0.500037 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1100]: 6 0 209.787 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1104]: 6 0 0.500012 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1111]: 6 0 173.923 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1115]: 6 0 68.0506 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1119]: 6 0 0.0364 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1128]: 6 0 1.00006 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1136]: 6 0 1.00006 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1143]: 6 0 436.502 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1145]: 6 0 0.500017 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1223]: 6 0 209.787 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1538]: 6 0 1.00009 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1543]: 6 0 227.27 shouldn't be
588.05/589.55	WSVECS04 Frhs2[1551]: 6 0 208.787 shouldn't be
594.74/596.21	c #Conflicts:    1455000 | #Constraints:      44642
594.74/596.21	c #Conflicts:    1456000 | #Constraints:      45642
594.74/596.21	c #Conflicts:    1457000 | #Constraints:      46642
594.74/596.21	c #Conflicts:    1458000 | #Constraints:      47642
594.74/596.21	c #Conflicts:    1459000 | #Constraints:      48642
594.74/596.21	c #Conflicts:    1460000 | #Constraints:      49642
594.74/596.21	c #Conflicts:    1461000 | #Constraints:      50642
594.74/596.21	c #Conflicts:    1462000 | #Constraints:      51642
594.74/596.21	c #Conflicts:    1463000 | #Constraints:      52642
594.74/596.21	c #Conflicts:    1464000 | #Constraints:      53642
594.74/596.21	c #Conflicts:    1465000 | #Constraints:      54642
594.74/596.21	c #Conflicts:    1466000 | #Constraints:      55642
594.74/596.21	c #Conflicts:    1467000 | #Constraints:      56642
594.74/596.21	c INPROCESSING
594.74/596.21	c GARBAGE COLLECT
594.74/596.21	WSVECS04 Frhs2[25]: 6 0 94.5334 shouldn't be
594.74/596.21	WSVECS04 Frhs2[41]: 6 0 32.2445 shouldn't be
594.74/596.21	WSVECS04 Frhs2[97]: 6 0 0.500018 shouldn't be
594.74/596.21	WSVECS04 Frhs2[117]: 6 0 0.500085 shouldn't be
594.74/596.21	WSVECS04 Frhs2[123]: 6 0 0.200056 shouldn't be
594.74/596.21	WSVECS04 Frhs2[138]: 6 0 0.500034 shouldn't be
594.74/596.21	WSVECS04 Frhs2[152]: 6 0 0.800074 shouldn't be
594.74/596.21	WSVECS04 Frhs2[158]: 6 0 0.500076 shouldn't be
594.74/596.21	WSVECS04 Frhs2[187]: 6 0 2.00006 shouldn't be
594.74/596.21	WSVECS04 Frhs2[228]: 6 0 1.00008 shouldn't be
594.74/596.21	WSVECS04 Frhs2[240]: 6 0 0.500026 shouldn't be
594.74/596.21	WSVECS04 Frhs2[251]: 6 0 0.500017 shouldn't be
594.74/596.21	WSVECS04 Frhs2[281]: 6 0 0.50007 shouldn't be
594.74/596.21	WSVECS04 Frhs2[322]: 6 0 0.50001 shouldn't be
594.74/596.21	WSVECS04 Frhs2[325]: 6 0 1.00002 shouldn't be
594.74/596.21	WSVECS04 Frhs2[352]: 6 0 1.50007 shouldn't be
594.74/596.21	WSVECS04 Frhs2[358]: 6 0 0.500035 shouldn't be
594.74/596.21	WSVECS04 Frhs2[363]: 6 0 0.500077 shouldn't be
594.74/596.21	WSVECS04 Frhs2[404]: 6 0 0.500018 shouldn't be
594.74/596.21	WSVECS04 Frhs2[430]: 6 0 1.00002 shouldn't be
594.74/596.21	WSVECS04 Frhs2[434]: 6 0 0.500037 shouldn't be
594.74/596.21	WSVECS04 Frhs2[445]: 6 0 0.500021 shouldn't be
594.74/596.21	WSVECS04 Frhs2[477]: 6 0 0.0333437 shouldn't be
594.74/596.21	WSVECS04 Frhs2[489]: 6 0 0.300061 shouldn't be
594.74/596.21	WSVECS04 Frhs2[512]: 6 0 1.00002 shouldn't be
594.74/596.21	WSVECS04 Frhs2[516]: 6 0 0.50007 shouldn't be
594.74/596.21	WSVECS04 Frhs2[518]: 6 0 0.333365 shouldn't be
594.74/596.21	WSVECS04 Frhs2[553]: 6 0 2.00004 shouldn't be
594.74/596.21	WSVECS04 Frhs2[557]: 6 0 0.50005 shouldn't be
594.74/596.21	WSVECS04 Frhs2[676]: 6 0 1.00005 shouldn't be
594.74/596.21	WSVECS04 Frhs2[689]: 6 0 0.200013 shouldn't be
594.74/596.21	WSVECS04 Frhs2[702]: 6 0 0.500071 shouldn't be
594.74/596.21	WSVECS04 Frhs2[753]: 6 0 1.00009 shouldn't be
594.74/596.21	WSVECS04 Frhs2[994]: 6 0 0.500022 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1022]: 6 0 1.00001 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1035]: 6 0 0.500084 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1076]: 6 0 0.500024 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1086]: 6 0 2.00009 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1096]: 6 0 0.500021 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1122]: 6 0 0.500038 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1127]: 6 0 1.00007 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1137]: 6 0 0.500035 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1178]: 6 0 0.500048 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1230]: 6 0 5.2001 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1235]: 6 0 2.5001 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1239]: 6 0 120.467 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1243]: 6 0 3.00003 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1245]: 6 0 0.500048 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1259]: 6 0 0.300043 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1271]: 6 0 0.200066 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1276]: 6 0 0.500045 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1321]: 6 0 120.467 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1358]: 6 0 0.500069 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1459]: 6 0 0.500048 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1481]: 6 0 0.50009 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1513]: 6 0 5.00008 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1555]: 6 0 1.00003 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1582]: 6 0 0.500044 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1593]: 6 0 1.00002 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1609]: 6 0 0.500066 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1623]: 6 0 0.500062 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1634]: 6 0 0.500089 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1675]: 6 0 0.500047 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1691]: 6 0 0.500045 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1696]: 6 0 0.500012 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1701]: 6 0 1.00004 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1716]: 6 0 0.500078 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1722]: 6 0 0.200026 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1732]: 6 0 0.500049 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1737]: 6 0 0.500047 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1757]: 6 0 2.50006 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1763]: 6 0 0.200045 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1778]: 6 0 0.500054 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1804]: 6 0 0.200035 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1816]: 6 -2.00003 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1818]: 6 -7.00003 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1853]: 6 -6.00002 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1870]: 6 -1.00004 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1871]: 6 -2.00005 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1873]: 6 -4.00003 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1888]: 6 -5.00008 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1907]: 6 -2.00007 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1926]: 6 -1.00006 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1952]: 6 -4.00005 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1962]: 6 -3.00007 0 shouldn't be
594.74/596.21	WSVECS04 Frhs2[1970]: 6 -7.00005 0 shouldn't be
594.93/596.45	WSVECS04 Frhs2[29]: 6 0 1668.92 shouldn't be
594.93/596.45	WSVECS04 Frhs2[88]: 6 0 0.500046 shouldn't be
594.93/596.45	WSVECS04 Frhs2[120]: 6 0 1.00002 shouldn't be
594.93/596.45	WSVECS04 Frhs2[129]: 6 0 0.500029 shouldn't be
594.93/596.45	WSVECS04 Frhs2[168]: 6 0 1.00002 shouldn't be
594.93/596.45	WSVECS04 Frhs2[220]: 6 0 0.500077 shouldn't be
594.93/596.45	WSVECS04 Frhs2[244]: 6 0 1.00001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[261]: 6 0 0.50006 shouldn't be
594.93/596.45	WSVECS04 Frhs2[285]: 6 0 1.00001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[302]: 6 0 0.500071 shouldn't be
594.93/596.45	WSVECS04 Frhs2[392]: 6 0 9.0001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[473]: 6 0 3.00007 shouldn't be
594.93/596.45	WSVECS04 Frhs2[490]: 6 0 1.00008 shouldn't be
594.93/596.45	WSVECS04 Frhs2[580]: 6 0 0.500012 shouldn't be
594.93/596.45	WSVECS04 Frhs2[596]: 6 0 0.500063 shouldn't be
594.93/596.45	WSVECS04 Frhs2[598]: 6 0 0.500067 shouldn't be
594.93/596.45	WSVECS04 Frhs2[621]: 6 0 0.500075 shouldn't be
594.93/596.45	WSVECS04 Frhs2[623]: 6 0 12.1001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[637]: 6 0 0.500053 shouldn't be
594.93/596.45	WSVECS04 Frhs2[678]: 6 0 0.500025 shouldn't be
594.93/596.45	WSVECS04 Frhs2[705]: 6 0 12.1001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[719]: 6 0 0.500087 shouldn't be
594.93/596.45	WSVECS04 Frhs2[746]: 6 0 12.1001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[758]: 6 0 1.00002 shouldn't be
594.93/596.45	WSVECS04 Frhs2[760]: 6 0 0.500083 shouldn't be
594.93/596.45	WSVECS04 Frhs2[777]: 6 0 1.00008 shouldn't be
594.93/596.45	WSVECS04 Frhs2[787]: 6 0 11.1 shouldn't be
594.93/596.45	WSVECS04 Frhs2[799]: 6 0 1.00007 shouldn't be
594.93/596.45	WSVECS04 Frhs2[801]: 6 0 0.50006 shouldn't be
594.93/596.45	WSVECS04 Frhs2[840]: 6 0 1.00006 shouldn't be
594.93/596.45	WSVECS04 Frhs2[863]: 6 0 0.500064 shouldn't be
594.93/596.45	WSVECS04 Frhs2[881]: 6 0 1.00007 shouldn't be
594.93/596.45	WSVECS04 Frhs2[943]: 6 0 0.200078 shouldn't be
594.93/596.45	WSVECS04 Frhs2[953]: 6 0 0.500055 shouldn't be
594.93/596.45	WSVECS04 Frhs2[963]: 6 0 1.00007 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1072]: 6 0 0.50006 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1117]: 6 0 0.500094 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1158]: 6 0 0.50008 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1238]: 6 0 12.1 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1252]: 6 0 0.500057 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1293]: 6 0 0.500029 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1314]: 6 0 0.500021 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1320]: 6 0 12.1001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1334]: 6 0 0.50006 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1355]: 6 0 0.500051 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1361]: 6 0 12.1 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1396]: 6 0 0.500027 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1402]: 6 0 12.1001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1435]: 6 0 0.200018 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1437]: 6 0 0.500049 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1443]: 6 0 12.1001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1484]: 6 0 12.1001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1515]: 6 0 2.00006 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1517]: 6 0 3.20007 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1519]: 6 0 0.500079 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1525]: 6 0 12.1001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1558]: 6 0 0.200014 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1560]: 6 0 0.500055 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1566]: 6 0 12.1 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1597]: 6 0 4.00009 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1601]: 6 0 0.5001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1607]: 6 0 12.1001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1687]: 6 0 0.50007 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1689]: 6 0 12.1001 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1719]: 6 0 1.00003 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1769]: 6 0 0.500022 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1785]: 6 0 0.500016 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1798]: 6 0 0.500094 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1825]: 6 -4.00009 0 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1837]: 6 -6.00004 0 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1924]: 6 -2.00003 0 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1933]: 6 -2.00002 0 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1935]: 6 -1.0001 0 shouldn't be
594.93/596.45	WSVECS04 Frhs2[1936]: 6 -2.00004 0 shouldn't be
595.24/596.75	WSVECS04 Frhs2[5]: 6 0 681.87 shouldn't be
595.24/596.75	WSVECS04 Frhs2[7]: 6 0 387.148 shouldn't be
595.24/596.75	WSVECS04 Frhs2[161]: 6 0 1.00007 shouldn't be
595.24/596.75	WSVECS04 Frhs2[243]: 6 0 1.00009 shouldn't be
595.24/596.75	WSVECS04 Frhs2[448]: 6 0 1.00009 shouldn't be
595.24/596.75	WSVECS04 Frhs2[592]: 6 0 0.500066 shouldn't be
595.24/596.75	WSVECS04 Frhs2[743]: 6 0 0.500046 shouldn't be
595.24/596.75	WSVECS04 Frhs2[910]: 6 0 11.1001 shouldn't be
595.24/596.75	WSVECS04 Frhs2[981]: 6 0 1.00007 shouldn't be
595.24/596.75	WSVECS04 Frhs2[992]: 6 0 13.1001 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1063]: 6 0 1.00009 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1112]: 6 0 1.00006 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1500]: 6 0 0.500077 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1554]: 6 0 4.00009 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1633]: 6 0 1.00002 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1637]: 6 0 5.00009 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1678]: 6 0 1.00004 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1715]: 6 0 2.00002 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1736]: 6 0 5.30001 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1760]: 6 0 1.00005 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1801]: 6 0 1.00008 shouldn't be
595.24/596.75	WSVECS04 Frhs2[1910]: 6 -5.00004 0 shouldn't be
595.54/597.02	WSVECS04 Frhs2[190]: 6 0 348.178 shouldn't be
595.54/597.02	WSVECS04 Frhs2[209]: 6 0 1.00003 shouldn't be
595.54/597.02	WSVECS04 Frhs2[250]: 6 0 1.00006 shouldn't be
595.54/597.02	WSVECS04 Frhs2[326]: 6 0 1.00009 shouldn't be
595.54/597.02	WSVECS04 Frhs2[396]: 6 0 1.00005 shouldn't be
595.54/597.02	WSVECS04 Frhs2[560]: 6 0 1.00006 shouldn't be
595.54/597.02	WSVECS04 Frhs2[601]: 6 0 1.00003 shouldn't be
595.54/597.02	WSVECS04 Frhs2[613]: 6 0 1.00002 shouldn't be
595.54/597.02	WSVECS04 Frhs2[642]: 6 0 1.00007 shouldn't be
595.54/597.02	WSVECS04 Frhs2[683]: 6 0 1.00006 shouldn't be
595.54/597.02	WSVECS04 Frhs2[859]: 6 0 1.00007 shouldn't be
595.54/597.02	WSVECS04 Frhs2[941]: 6 0 1.00004 shouldn't be
595.54/597.02	WSVECS04 Frhs2[982]: 6 0 1.00006 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1113]: 6 0 1.50009 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1154]: 6 0 0.500048 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1193]: 6 0 2.00009 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1275]: 6 0 3.00007 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1298]: 6 0 1.00002 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1316]: 6 0 1.00003 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1339]: 6 0 1.00002 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1357]: 6 0 1.00009 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1398]: 6 0 1.00003 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1421]: 6 0 1.00008 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1439]: 6 0 1.00008 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1514]: 6 0 6.00006 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1695]: 6 0 5.30006 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1845]: 6 -7.00009 0 shouldn't be
595.54/597.02	WSVECS04 Frhs2[1967]: 6 -4.00002 0 shouldn't be
595.83/597.30	WSVECS04 Frhs2[31]: 6 0 748.193 shouldn't be
595.83/597.30	WSVECS04 Frhs2[298]: 6 0 117.289 shouldn't be
595.83/597.30	WSVECS04 Frhs2[380]: 6 0 117.289 shouldn't be
595.83/597.30	WSVECS04 Frhs2[1234]: 6 0 5.00007 shouldn't be
595.83/597.30	WSVECS04 Frhs2[1394]: 6 0 6.20002 shouldn't be
596.43/597.96	WSVECS04 Frhs2[6]: 6 0 1690.82 shouldn't be
596.43/597.96	WSVECS04 Frhs2[14]: 6 0 1034.02 shouldn't be
596.43/597.96	WSVECS04 Frhs2[17]: 6 0 1036.02 shouldn't be
596.43/597.96	WSVECS04 Frhs2[24]: 6 0 816.537 shouldn't be
596.43/597.96	WSVECS04 Frhs2[35]: 6 0 1668.92 shouldn't be
596.43/597.96	WSVECS04 Frhs2[37]: 6 0 1668.92 shouldn't be
596.43/597.96	WSVECS04 Frhs2[38]: 6 0 1668.92 shouldn't be
596.43/597.96	WSVECS04 Frhs2[40]: 6 0 1668.92 shouldn't be
596.43/597.96	WSVECS04 Frhs2[42]: 6 0 1668.92 shouldn't be
596.43/597.96	WSVECS04 Frhs2[627]: 6 0 7.80008 shouldn't be
596.43/597.96	WSVECS04 Frhs2[709]: 6 0 7.80008 shouldn't be
596.43/597.96	WSVECS04 Frhs2[956]: 6 0 0.500084 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1029]: 6 0 1.00002 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1038]: 6 0 0.500026 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1120]: 6 0 0.500071 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1152]: 6 0 1.00008 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1160]: 6 0 7.80008 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1197]: 6 0 12.1 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1201]: 6 0 7.80005 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1267]: 6 0 0.33343 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1279]: 6 0 12.1001 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1283]: 6 0 7.80002 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1308]: 6 0 0.333371 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1324]: 6 0 7.80007 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1403]: 6 0 120.467 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1444]: 6 0 120.467 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1447]: 6 0 7.80002 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1466]: 6 0 11.0001 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1485]: 6 0 120.467 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1541]: 6 0 967.222 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1611]: 6 0 7.80004 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1612]: 6 0 0.500023 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1630]: 6 0 10 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1693]: 6 0 7.80005 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1694]: 6 0 0.500059 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1753]: 6 0 10.0001 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1773]: 6 0 0.500066 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1862]: 6 -1280.29 0 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1886]: 6 -420.526 0 shouldn't be
596.43/597.96	WSVECS04 Frhs2[1917]: 6 -1.0001 0 shouldn't be
597.13/598.69	WSVECS04 Frhs2[113]: 6 0 11.0001 shouldn't be
597.13/598.69	WSVECS04 Frhs2[154]: 6 0 10 shouldn't be
597.13/598.69	WSVECS04 Frhs2[400]: 6 0 11 shouldn't be
597.13/598.69	WSVECS04 Frhs2[594]: 6 0 1.00006 shouldn't be
597.13/598.69	WSVECS04 Frhs2[750]: 6 0 7.80008 shouldn't be
597.13/598.69	WSVECS04 Frhs2[851]: 6 0 11.0001 shouldn't be
597.13/598.69	WSVECS04 Frhs2[1242]: 6 0 7.80005 shouldn't be
597.13/598.69	WSVECS04 Frhs2[1488]: 6 0 7.80004 shouldn't be
597.13/598.69	WSVECS04 Frhs2[1728]: 6 0 0.500079 shouldn't be
597.13/598.69	WSVECS04 Frhs2[1794]: 6 0 10 shouldn't be
597.83/599.33	WSVECS04 Frhs2[198]: 6 0 1.00004 shouldn't be
597.83/599.33	WSVECS04 Frhs2[277]: 6 0 11.0001 shouldn't be
597.83/599.33	WSVECS04 Frhs2[314]: 6 0 1.00005 shouldn't be
597.83/599.33	WSVECS04 Frhs2[318]: 6 0 11.0001 shouldn't be
597.83/599.33	WSVECS04 Frhs2[365]: 6 0 0.333364 shouldn't be
597.83/599.33	WSVECS04 Frhs2[403]: 6 0 1.00001 shouldn't be
597.83/599.33	WSVECS04 Frhs2[437]: 6 0 1.00007 shouldn't be
597.83/599.33	WSVECS04 Frhs2[440]: 6 0 0.500067 shouldn't be
597.83/599.33	WSVECS04 Frhs2[478]: 6 0 1.00005 shouldn't be
597.83/599.33	WSVECS04 Frhs2[481]: 6 0 0.500046 shouldn't be
597.83/599.33	WSVECS04 Frhs2[523]: 6 0 11.0001 shouldn't be
597.83/599.33	WSVECS04 Frhs2[564]: 6 0 11.0001 shouldn't be
597.83/599.33	WSVECS04 Frhs2[605]: 6 0 11.0001 shouldn't be
597.83/599.33	WSVECS04 Frhs2[608]: 6 0 1.00006 shouldn't be
597.83/599.33	WSVECS04 Frhs2[728]: 6 0 11.0001 shouldn't be
597.83/599.33	WSVECS04 Frhs2[769]: 6 0 11.0001 shouldn't be
597.83/599.33	WSVECS04 Frhs2[810]: 6 0 11.0001 shouldn't be
597.83/599.33	WSVECS04 Frhs2[873]: 6 0 8.80009 shouldn't be
597.83/599.33	WSVECS04 Frhs2[1156]: 6 0 11.1 shouldn't be
597.83/599.33	WSVECS04 Frhs2[1406]: 6 0 7.80004 shouldn't be
597.83/599.33	WSVECS04 Frhs2[1425]: 6 0 11 shouldn't be
597.83/599.33	WSVECS04 Frhs2[1503]: 6 0 1.00006 shouldn't be
597.83/599.33	WSVECS04 Frhs2[1797]: 6 0 1.00003 shouldn't be
597.83/599.33	WSVECS04 Frhs2[1901]: 6 -1.0001 0 shouldn't be
597.83/599.33	WSVECS04 Frhs2[1916]: 6 -1.00007 0 shouldn't be
598.63/600.13	WSVECS04 Frhs2[474]: 6 0 4.00003 shouldn't be
598.63/600.13	WSVECS04 Frhs2[832]: 6 0 11.8001 shouldn't be
598.63/600.13	WSVECS04 Frhs2[914]: 6 0 7.80008 shouldn't be
598.63/600.13	WSVECS04 Frhs2[947]: 6 0 1.00008 shouldn't be
598.63/600.13	WSVECS04 Frhs2[1070]: 6 0 1.0001 shouldn't be
598.63/600.13	WSVECS04 Frhs2[1078]: 6 0 7.80006 shouldn't be
598.63/600.13	WSVECS04 Frhs2[1507]: 6 0 11.0001 shouldn't be
598.63/600.13	WSVECS04 Frhs2[1775]: 6 0 7.80002 shouldn't be
599.33/600.83	WSVECS04 Frhs2[116]: 6 0 1.00009 shouldn't be
599.33/600.83	WSVECS04 Frhs2[232]: 6 0 93.5334 shouldn't be
599.33/600.83	WSVECS04 Frhs2[1141]: 6 0 1.00006 shouldn't be
599.33/600.83	WSVECS04 Frhs2[1163]: 6 0 0.500045 shouldn't be
599.33/600.83	WSVECS04 Frhs2[1712]: 6 0 10 shouldn't be
601.52/603.08	c rational objective 112.396
627.76/629.33	c #Conflicts:    1468000 | #Constraints:      33638
627.76/629.33	c #Conflicts:    1469000 | #Constraints:      34638
627.76/629.33	c #Conflicts:    1470000 | #Constraints:      35638
627.76/629.33	c #Conflicts:    1471000 | #Constraints:      36638
627.76/629.33	c #Conflicts:    1472000 | #Constraints:      37638
627.76/629.33	c #Conflicts:    1473000 | #Constraints:      38638
627.76/629.33	c #Conflicts:    1474000 | #Constraints:      39638
627.76/629.33	c #Conflicts:    1475000 | #Constraints:      40638
627.76/629.33	c #Conflicts:    1476000 | #Constraints:      41638
627.76/629.33	c #Conflicts:    1477000 | #Constraints:      42638
627.76/629.33	c #Conflicts:    1478000 | #Constraints:      43638
627.76/629.33	c #Conflicts:    1479000 | #Constraints:      44638
627.76/629.33	c #Conflicts:    1480000 | #Constraints:      45638
627.76/629.33	c #Conflicts:    1481000 | #Constraints:      46638
627.76/629.33	c #Conflicts:    1482000 | #Constraints:      47638
627.76/629.33	c #Conflicts:    1483000 | #Constraints:      48638
627.76/629.33	c #Conflicts:    1484000 | #Constraints:      49638
627.76/629.33	c #Conflicts:    1485000 | #Constraints:      50638
627.76/629.33	c #Conflicts:    1486000 | #Constraints:      51638
627.76/629.33	c #Conflicts:    1487000 | #Constraints:      52638
627.76/629.33	c #Conflicts:    1488000 | #Constraints:      53638
627.76/629.33	c #Conflicts:    1489000 | #Constraints:      54638
627.76/629.33	c #Conflicts:    1490000 | #Constraints:      55638
627.76/629.33	c #Conflicts:    1491000 | #Constraints:      56638
627.76/629.33	c INPROCESSING
627.76/629.33	c GARBAGE COLLECT
627.76/629.33	c #Conflicts:    1492000 | #Constraints:      33438
627.76/629.33	c #Conflicts:    1493000 | #Constraints:      34439
627.76/629.33	c #Conflicts:    1494000 | #Constraints:      35439
627.76/629.33	c #Conflicts:    1495000 | #Constraints:      36439
627.76/629.33	c #Conflicts:    1496000 | #Constraints:      37439
627.76/629.33	c #Conflicts:    1497000 | #Constraints:      38439
627.76/629.33	c #Conflicts:    1498000 | #Constraints:      39439
627.76/629.33	c #Conflicts:    1499000 | #Constraints:      40439
627.76/629.33	c #Conflicts:    1500000 | #Constraints:      41439
627.76/629.33	c #Conflicts:    1501000 | #Constraints:      42439
627.76/629.33	c #Conflicts:    1502000 | #Constraints:      43439
627.76/629.33	c #Conflicts:    1503000 | #Constraints:      44439
627.76/629.33	c #Conflicts:    1504000 | #Constraints:      45439
627.76/629.33	c #Conflicts:    1505000 | #Constraints:      46439
627.76/629.33	c #Conflicts:    1506000 | #Constraints:      47439
627.76/629.33	c #Conflicts:    1507000 | #Constraints:      48439
627.76/629.33	c #Conflicts:    1508000 | #Constraints:      49439
627.76/629.33	c #Conflicts:    1509000 | #Constraints:      50439
627.76/629.33	c #Conflicts:    1510000 | #Constraints:      51439
627.76/629.33	c #Conflicts:    1511000 | #Constraints:      52440
627.76/629.33	c #Conflicts:    1512000 | #Constraints:      53440
627.76/629.33	c #Conflicts:    1513000 | #Constraints:      54440
627.76/629.33	c #Conflicts:    1514000 | #Constraints:      55440
627.76/629.33	c #Conflicts:    1515000 | #Constraints:      56440
627.76/629.33	c #Conflicts:    1516000 | #Constraints:      57440
627.76/629.33	c INPROCESSING
627.76/629.33	c GARBAGE COLLECT
627.76/629.33	c #Conflicts:    1517000 | #Constraints:      34042
627.76/629.33	c #Conflicts:    1518000 | #Constraints:      35042
627.76/629.33	c #Conflicts:    1519000 | #Constraints:      36042
627.76/629.33	c #Conflicts:    1520000 | #Constraints:      37042
627.76/629.33	c #Conflicts:    1521000 | #Constraints:      38042
627.76/629.33	WSVECS04 Frhs2[18]: 6 -253.083 0 shouldn't be
627.76/629.33	WSVECS04 Frhs2[29]: 6 -253.083 0 shouldn't be
627.76/629.33	WSVECS04 Frhs2[40]: 6 -253.083 0 shouldn't be
627.76/629.33	WSVECS04 Frhs2[97]: 6 0 0.500011 shouldn't be
627.76/629.33	WSVECS04 Frhs2[109]: 6 0 2.83341 shouldn't be
627.76/629.34	WSVECS04 Frhs2[110]: 6 0 1.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[119]: 6 0 0.500025 shouldn't be
627.76/629.34	WSVECS04 Frhs2[121]: 6 0 0.500082 shouldn't be
627.76/629.34	WSVECS04 Frhs2[150]: 6 0 0.833367 shouldn't be
627.76/629.34	WSVECS04 Frhs2[152]: 6 0 1.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[187]: 6 0 2.00007 shouldn't be
627.76/629.34	WSVECS04 Frhs2[221]: 6 0 1.00008 shouldn't be
627.76/629.34	WSVECS04 Frhs2[228]: 6 0 1.0001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[235]: 6 0 1.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[261]: 6 0 0.500098 shouldn't be
627.76/629.34	WSVECS04 Frhs2[268]: 6 0 0.500028 shouldn't be
627.76/629.34	WSVECS04 Frhs2[297]: 6 0 35.9167 shouldn't be
627.76/629.34	WSVECS04 Frhs2[303]: 6 0 1.00004 shouldn't be
627.76/629.34	WSVECS04 Frhs2[309]: 6 0 0.500018 shouldn't be
627.76/629.34	WSVECS04 Frhs2[320]: 6 0 1.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[337]: 6 0 45.9168 shouldn't be
627.76/629.34	WSVECS04 Frhs2[343]: 6 0 0.500054 shouldn't be
627.76/629.34	WSVECS04 Frhs2[347]: 6 0 2.00003 shouldn't be
627.76/629.34	WSVECS04 Frhs2[361]: 6 0 1.00005 shouldn't be
627.76/629.34	WSVECS04 Frhs2[370]: 6 0 1.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[377]: 6 0 1.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[383]: 6 0 2.00004 shouldn't be
627.76/629.34	WSVECS04 Frhs2[388]: 6 0 2.00008 shouldn't be
627.76/629.34	WSVECS04 Frhs2[390]: 6 0 97.4167 shouldn't be
627.76/629.34	WSVECS04 Frhs2[405]: 6 0 1.00006 shouldn't be
627.76/629.34	WSVECS04 Frhs2[427]: 6 0 1.25001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[429]: 6 0 2.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[463]: 6 0 0.333413 shouldn't be
627.76/629.34	WSVECS04 Frhs2[470]: 6 0 2.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[475]: 6 0 2.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[583]: 6 0 268.667 shouldn't be
627.76/629.34	WSVECS04 Frhs2[589]: 6 0 0.500051 shouldn't be
627.76/629.34	WSVECS04 Frhs2[621]: 6 0 26.8334 shouldn't be
627.76/629.34	WSVECS04 Frhs2[623]: 6 0 1.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[627]: 6 0 0.333417 shouldn't be
627.76/629.34	WSVECS04 Frhs2[629]: 6 0 2.00001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[635]: 6 0 2.00004 shouldn't be
627.76/629.34	WSVECS04 Frhs2[652]: 6 0 0.500035 shouldn't be
627.76/629.34	WSVECS04 Frhs2[653]: 6 0 62.3334 shouldn't be
627.76/629.34	WSVECS04 Frhs2[783]: 6 0 9.16673 shouldn't be
627.76/629.34	WSVECS04 Frhs2[787]: 6 0 1.00003 shouldn't be
627.76/629.34	WSVECS04 Frhs2[788]: 6 0 268.667 shouldn't be
627.76/629.34	WSVECS04 Frhs2[789]: 6 0 36.9167 shouldn't be
627.76/629.34	WSVECS04 Frhs2[795]: 6 0 1.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[801]: 6 0 0.500061 shouldn't be
627.76/629.34	WSVECS04 Frhs2[806]: 6 -0.16673 0 shouldn't be
627.76/629.34	WSVECS04 Frhs2[867]: 6 0 25.8334 shouldn't be
627.76/629.34	WSVECS04 Frhs2[868]: 6 0 0.50004 shouldn't be
627.76/629.34	WSVECS04 Frhs2[870]: 6 0 268.667 shouldn't be
627.76/629.34	WSVECS04 Frhs2[884]: 6 0 98.0001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[887]: 6 0 1.00003 shouldn't be
627.76/629.34	WSVECS04 Frhs2[893]: 6 0 2.00008 shouldn't be
627.76/629.34	WSVECS04 Frhs2[894]: 6 0 1.00001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[895]: 6 0 0.33339 shouldn't be
627.76/629.34	WSVECS04 Frhs2[899]: 6 0 62.3334 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1029]: 6 0 4.50005 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1030]: 6 0 0.500053 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1032]: 6 0 0.50005 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1035]: 6 0 38.9168 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1041]: 6 0 1.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1048]: 6 0 98 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1052]: 6 0 0.833356 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1058]: 6 0 1.00004 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1059]: 6 0 0.333392 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1070]: 6 0 4.50008 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1072]: 6 0 25.8334 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1075]: 6 0 270.667 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1076]: 6 0 36.9167 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1083]: 6 0 2.75009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1086]: 6 0 4.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1089]: 6 0 98 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1093]: 6 0 0.833349 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1098]: 6 0 2.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1099]: 6 0 1.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1105]: 6 0 0.500036 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1112]: 6 0 5.50005 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1115]: 6 0 3.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1116]: 6 0 221.75 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1123]: 6 0 1.00008 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1124]: 6 0 2.75006 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1128]: 6 0 97.4167 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1130]: 6 0 98.0001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1133]: 6 0 1.00003 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1139]: 6 0 2.00008 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1143]: 6 0 1.00008 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1145]: 6 0 62.3334 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1149]: 6 0 3.50009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1152]: 6 0 4.50005 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1156]: 6 0 1.00001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1164]: 6 0 1.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1169]: 6 0 97.4167 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1171]: 6 0 98.0001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1183]: 6 0 1.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1185]: 6 0 0.500082 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1189]: 6 0 1.0001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1190]: 6 0 3.50006 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1240]: 6 0 36.9167 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1246]: 6 0 5.00008 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1265]: 6 0 1.00004 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1269]: 6 0 0.500058 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1271]: 6 0 1.00003 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1272]: 6 0 3.50009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1359]: 6 0 26.8334 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1389]: 6 0 1.00004 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1390]: 6 0 0.500024 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1391]: 6 0 62.3334 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1392]: 6 0 0.500087 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1419]: 6 0 5.00001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1429]: 6 0 1.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1430]: 6 0 1.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1432]: 6 0 62.3334 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1538]: 6 0 96.4167 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1551]: 6 0 0.333418 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1552]: 6 0 1.00006 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1554]: 6 0 6.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1579]: 6 0 96.4167 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1583]: 6 0 1.00001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1585]: 6 0 0.833431 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1594]: 6 0 7.00002 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1603]: 6 0 3.66669 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1604]: 6 0 0.500039 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1606]: 6 0 0.500042 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1615]: 6 0 1.00001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1623]: 6 0 0.50003 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1634]: 6 0 7.00008 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1637]: 6 0 12.6668 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1699]: 6 0 1.00001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1705]: 6 0 0.500096 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1738]: 6 0 1.00008 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1745]: 6 0 98.0001 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1773]: 6 0 36.9167 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1779]: 6 0 1.00009 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1870]: 6 -1.00005 0 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1871]: 6 -8.00005 0 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1907]: 6 -4.00001 0 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1924]: 6 -2.50003 0 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1925]: 6 -3.00007 0 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1960]: 6 -1.00001 0 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1970]: 6 -1.00008 0 shouldn't be
627.76/629.34	WSVECS04 Frhs2[1971]: 6 -7.00007 0 shouldn't be
659.39/661.01	c #Conflicts:    1522000 | #Constraints:      39043
659.39/661.01	c #Conflicts:    1523000 | #Constraints:      40043
659.39/661.01	c #Conflicts:    1524000 | #Constraints:      41043
659.39/661.01	c #Conflicts:    1525000 | #Constraints:      42043
659.39/661.01	c #Conflicts:    1526000 | #Constraints:      43043
659.39/661.01	c #Conflicts:    1527000 | #Constraints:      44043
659.39/661.01	c #Conflicts:    1528000 | #Constraints:      45043
659.39/661.01	c #Conflicts:    1529000 | #Constraints:      46043
659.39/661.01	c #Conflicts:    1530000 | #Constraints:      47043
659.39/661.01	c #Conflicts:    1531000 | #Constraints:      48043
659.39/661.01	c #Conflicts:    1532000 | #Constraints:      49043
659.39/661.01	c #Conflicts:    1533000 | #Constraints:      50043
659.39/661.01	c #Conflicts:    1534000 | #Constraints:      51043
659.39/661.01	c #Conflicts:    1535000 | #Constraints:      52043
659.39/661.01	c #Conflicts:    1536000 | #Constraints:      53043
659.39/661.01	c #Conflicts:    1537000 | #Constraints:      54043
659.39/661.01	c #Conflicts:    1538000 | #Constraints:      55043
659.39/661.01	c #Conflicts:    1539000 | #Constraints:      56043
659.39/661.01	c #Conflicts:    1540000 | #Constraints:      57043
659.39/661.01	c #Conflicts:    1541000 | #Constraints:      58043
659.39/661.01	c INPROCESSING
659.39/661.01	c GARBAGE COLLECT
659.39/661.01	c #Conflicts:    1542000 | #Constraints:      34444
659.39/661.01	c #Conflicts:    1543000 | #Constraints:      35444
659.39/661.01	c #Conflicts:    1544000 | #Constraints:      36444
659.39/661.01	c #Conflicts:    1545000 | #Constraints:      37444
659.39/661.01	c #Conflicts:    1546000 | #Constraints:      38444
659.39/661.01	c #Conflicts:    1547000 | #Constraints:      39444
659.39/661.01	c #Conflicts:    1548000 | #Constraints:      40444
659.39/661.01	c #Conflicts:    1549000 | #Constraints:      41444
659.39/661.01	c #Conflicts:    1550000 | #Constraints:      42444
659.39/661.01	c #Conflicts:    1551000 | #Constraints:      43444
659.39/661.01	c #Conflicts:    1552000 | #Constraints:      44444
659.39/661.01	c #Conflicts:    1553000 | #Constraints:      45444
659.39/661.01	c #Conflicts:    1554000 | #Constraints:      46444
659.39/661.01	c #Conflicts:    1555000 | #Constraints:      47444
659.39/661.01	c #Conflicts:    1556000 | #Constraints:      48444
659.39/661.01	c #Conflicts:    1557000 | #Constraints:      49444
659.39/661.01	c #Conflicts:    1558000 | #Constraints:      50445
659.39/661.01	c #Conflicts:    1559000 | #Constraints:      51445
659.39/661.01	c #Conflicts:    1560000 | #Constraints:      52445
659.39/661.01	c #Conflicts:    1561000 | #Constraints:      53445
659.39/661.01	c #Conflicts:    1562000 | #Constraints:      54445
659.39/661.01	c #Conflicts:    1563000 | #Constraints:      55445
659.39/661.01	c #Conflicts:    1564000 | #Constraints:      56445
659.39/661.01	c #Conflicts:    1565000 | #Constraints:      57445
659.39/661.01	c #Conflicts:    1566000 | #Constraints:      58445
659.39/661.01	c INPROCESSING
659.39/661.01	c GARBAGE COLLECT
659.39/661.01	c #Conflicts:    1567000 | #Constraints:      34644
659.39/661.01	c #Conflicts:    1568000 | #Constraints:      35644
659.39/661.01	c #Conflicts:    1569000 | #Constraints:      36644
659.39/661.01	c #Conflicts:    1570000 | #Constraints:      37644
659.39/661.01	c #Conflicts:    1571000 | #Constraints:      38644
659.39/661.01	c #Conflicts:    1572000 | #Constraints:      39645
659.39/661.01	c #Conflicts:    1573000 | #Constraints:      40645
659.39/661.01	c #Conflicts:    1574000 | #Constraints:      41645
659.39/661.01	c #Conflicts:    1575000 | #Constraints:      42645
659.39/661.01	c #Conflicts:    1576000 | #Constraints:      43645
659.39/661.01	c #Conflicts:    1577000 | #Constraints:      44645
659.39/661.01	c #Conflicts:    1578000 | #Constraints:      45645
659.39/661.01	c #Conflicts:    1579000 | #Constraints:      46645
659.39/661.01	c #Conflicts:    1580000 | #Constraints:      47645
659.39/661.01	c #Conflicts:    1581000 | #Constraints:      48646
659.39/661.01	c #Conflicts:    1582000 | #Constraints:      49646
659.39/661.01	c #Conflicts:    1583000 | #Constraints:      50646
659.39/661.01	c #Conflicts:    1584000 | #Constraints:      51646
659.39/661.01	c #Conflicts:    1585000 | #Constraints:      52646
659.39/661.01	c #Conflicts:    1586000 | #Constraints:      53646
659.39/661.01	c #Conflicts:    1587000 | #Constraints:      54646
659.39/661.01	WSVECS04 Frhs2[17]: 6 -32.25 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[19]: 6 -32.2501 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[29]: 6 0 13.3334 shouldn't be
659.39/661.01	WSVECS04 Frhs2[74]: 6 0 3.00002 shouldn't be
659.39/661.01	WSVECS04 Frhs2[97]: 6 0 0.500091 shouldn't be
659.39/661.01	WSVECS04 Frhs2[99]: 6 0 1.33343 shouldn't be
659.39/661.01	WSVECS04 Frhs2[115]: 6 0 1.00001 shouldn't be
659.39/661.01	WSVECS04 Frhs2[118]: 6 0 3.58337 shouldn't be
659.39/661.01	WSVECS04 Frhs2[137]: 6 0 18.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[139]: 6 0 1.33339 shouldn't be
659.39/661.01	WSVECS04 Frhs2[162]: 6 0 13.2501 shouldn't be
659.39/661.01	WSVECS04 Frhs2[178]: 6 0 18.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[188]: 6 0 15.8334 shouldn't be
659.39/661.01	WSVECS04 Frhs2[192]: 6 0 7.00009 shouldn't be
659.39/661.01	WSVECS04 Frhs2[195]: 6 0 2.00005 shouldn't be
659.39/661.01	WSVECS04 Frhs2[218]: 6 0 0.333427 shouldn't be
659.39/661.01	WSVECS04 Frhs2[228]: 6 0 0.666677 shouldn't be
659.39/661.01	WSVECS04 Frhs2[259]: 6 0 0.333365 shouldn't be
659.39/661.01	WSVECS04 Frhs2[272]: 6 0 0.500035 shouldn't be
659.39/661.01	WSVECS04 Frhs2[315]: 6 0 2.00002 shouldn't be
659.39/661.01	WSVECS04 Frhs2[348]: 6 0 5.50004 shouldn't be
659.39/661.01	WSVECS04 Frhs2[352]: 6 0 15.8334 shouldn't be
659.39/661.01	WSVECS04 Frhs2[355]: 6 0 3.00001 shouldn't be
659.39/661.01	WSVECS04 Frhs2[377]: 6 0 1.0001 shouldn't be
659.39/661.01	WSVECS04 Frhs2[388]: 6 0 0.500074 shouldn't be
659.39/661.01	WSVECS04 Frhs2[417]: 6 0 1.00009 shouldn't be
659.39/661.01	WSVECS04 Frhs2[418]: 6 0 1.00008 shouldn't be
659.39/661.01	WSVECS04 Frhs2[428]: 6 0 7.08335 shouldn't be
659.39/661.01	WSVECS04 Frhs2[435]: 6 0 1.00001 shouldn't be
659.39/661.01	WSVECS04 Frhs2[442]: 6 0 1.0001 shouldn't be
659.39/661.01	WSVECS04 Frhs2[443]: 6 -3.00002 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[448]: 6 0 3.75006 shouldn't be
659.39/661.01	WSVECS04 Frhs2[457]: 6 0 5.83341 shouldn't be
659.39/661.01	WSVECS04 Frhs2[458]: 6 0 1.00003 shouldn't be
659.39/661.01	WSVECS04 Frhs2[459]: 6 0 1.0001 shouldn't be
659.39/661.01	WSVECS04 Frhs2[475]: 6 0 14.8334 shouldn't be
659.39/661.01	WSVECS04 Frhs2[482]: 6 0 0.500045 shouldn't be
659.39/661.01	WSVECS04 Frhs2[618]: 6 0 14.9168 shouldn't be
659.39/661.01	WSVECS04 Frhs2[620]: 6 0 1.0001 shouldn't be
659.39/661.01	WSVECS04 Frhs2[622]: 6 0 1.00002 shouldn't be
659.39/661.01	WSVECS04 Frhs2[631]: 6 0 3.33342 shouldn't be
659.39/661.01	WSVECS04 Frhs2[632]: 6 0 5.58343 shouldn't be
659.39/661.01	WSVECS04 Frhs2[654]: 6 0 11.0834 shouldn't be
659.39/661.01	WSVECS04 Frhs2[655]: 6 0 0.500077 shouldn't be
659.39/661.01	WSVECS04 Frhs2[659]: 6 0 14.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[662]: 6 0 5.83339 shouldn't be
659.39/661.01	WSVECS04 Frhs2[671]: 6 0 3.00005 shouldn't be
659.39/661.01	WSVECS04 Frhs2[675]: 6 0 2.50005 shouldn't be
659.39/661.01	WSVECS04 Frhs2[680]: 6 0 16.8334 shouldn't be
659.39/661.01	WSVECS04 Frhs2[692]: 6 0 17.3334 shouldn't be
659.39/661.01	WSVECS04 Frhs2[695]: 6 0 11.0834 shouldn't be
659.39/661.01	WSVECS04 Frhs2[699]: 6 0 1.00003 shouldn't be
659.39/661.01	WSVECS04 Frhs2[700]: 6 0 14.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[702]: 6 0 1.00003 shouldn't be
659.39/661.01	WSVECS04 Frhs2[711]: 6 0 19.9168 shouldn't be
659.39/661.01	WSVECS04 Frhs2[715]: 6 0 9.08338 shouldn't be
659.39/661.01	WSVECS04 Frhs2[716]: 6 0 0.500036 shouldn't be
659.39/661.01	WSVECS04 Frhs2[733]: 6 0 17.3334 shouldn't be
659.39/661.01	WSVECS04 Frhs2[740]: 6 0 1.0001 shouldn't be
659.39/661.01	WSVECS04 Frhs2[748]: 6 0 1.00002 shouldn't be
659.39/661.01	WSVECS04 Frhs2[752]: 6 0 20.9168 shouldn't be
659.39/661.01	WSVECS04 Frhs2[762]: 6 0 16.8333 shouldn't be
659.39/661.01	WSVECS04 Frhs2[779]: 6 0 19.7084 shouldn't be
659.39/661.01	WSVECS04 Frhs2[781]: 6 0 1.00003 shouldn't be
659.39/661.01	WSVECS04 Frhs2[828]: 6 0 1.00009 shouldn't be
659.39/661.01	WSVECS04 Frhs2[859]: 6 0 11.0834 shouldn't be
659.39/661.01	WSVECS04 Frhs2[861]: 6 0 19.7084 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1071]: 6 0 1.0001 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1072]: 6 0 5.83335 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1075]: 6 0 1.00002 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1080]: 6 0 19.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1082]: 6 0 4.66672 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1083]: 6 0 1.33337 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1084]: 6 0 7.0834 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1086]: 6 0 6.50003 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1090]: 6 0 16.8334 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1095]: 6 0 0.500025 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1102]: 6 0 21.9168 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1192]: 6 0 14.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1195]: 6 0 7.83337 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1219]: 6 0 0.50004 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1221]: 6 0 1.00005 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1224]: 6 0 1.00003 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1230]: 6 0 24.7084 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1235]: 6 0 2.00004 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1250]: 6 0 0.500042 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1260]: 6 0 0.500042 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1262]: 6 0 1.00009 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1270]: 6 0 0.500096 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1273]: 6 0 1.00006 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1356]: 6 0 14.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1373]: 6 0 4.50006 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1382]: 6 0 0.500057 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1384]: 6 0 1.0001 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1390]: 6 0 0.500013 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1394]: 6 0 18.7084 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1398]: 6 0 1.00009 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1420]: 6 0 0.500022 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1430]: 6 0 21.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1437]: 6 0 1.00009 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1480]: 6 0 1.00004 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1483]: 6 0 1.00002 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1493]: 6 0 0.333412 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1513]: 6 0 7.00004 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1517]: 6 0 21.7084 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1518]: 6 0 1.00002 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1562]: 6 0 1.00004 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1575]: 6 0 0.333354 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1590]: 6 0 1.00007 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1597]: 6 0 11.0834 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1600]: 6 0 1.00007 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1643]: 6 0 13.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1654]: 6 0 19.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1655]: 6 0 0.500092 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1664]: 6 0 16.8333 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1682]: 6 0 1.00002 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1699]: 6 0 6.08337 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1717]: 6 0 22.9167 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1739]: 6 0 1.33341 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1740]: 6 0 6.08343 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1779]: 6 0 4.66668 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1780]: 6 0 1.33341 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1781]: 6 0 6.08336 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1790]: 6 0 0.500067 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1828]: 6 -1.00004 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1829]: 6 -1.00007 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1830]: 6 -1.00005 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1831]: 6 -3.00001 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1906]: 6 -1.00007 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1907]: 6 -2.00005 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1915]: 6 -3.00006 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1918]: 6 -3.00004 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1952]: 6 -4.00004 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1976]: 6 -3.00007 0 shouldn't be
659.39/661.01	WSVECS04 Frhs2[1984]: 6 -3.00008 0 shouldn't be
671.26/672.93	c #Conflicts:    1588000 | #Constraints:      55647
671.26/672.93	c #Conflicts:    1589000 | #Constraints:      56647
671.26/672.93	c #Conflicts:    1590000 | #Constraints:      57647
671.26/672.93	c #Conflicts:    1591000 | #Constraints:      58647
671.26/672.93	c INPROCESSING
671.26/672.93	c GARBAGE COLLECT
671.26/672.93	c #Conflicts:    1592000 | #Constraints:      34647
671.26/672.93	c #Conflicts:    1593000 | #Constraints:      35647
671.26/672.93	c #Conflicts:    1594000 | #Constraints:      36647
671.26/672.93	c #Conflicts:    1595000 | #Constraints:      37647
671.26/672.93	c #Conflicts:    1596000 | #Constraints:      38647
671.26/672.93	c #Conflicts:    1597000 | #Constraints:      39647
671.26/672.93	c #Conflicts:    1598000 | #Constraints:      40647
671.26/672.93	c #Conflicts:    1599000 | #Constraints:      41647
671.26/672.93	c #Conflicts:    1600000 | #Constraints:      42647
671.26/672.93	c #Conflicts:    1601000 | #Constraints:      43647
671.26/672.93	c #Conflicts:    1602000 | #Constraints:      44647
671.26/672.93	c #Conflicts:    1603000 | #Constraints:      45647
671.26/672.93	c #Conflicts:    1604000 | #Constraints:      46647
671.26/672.93	c #Conflicts:    1605000 | #Constraints:      47647
671.26/672.93	c #Conflicts:    1606000 | #Constraints:      48647
671.26/672.93	c #Conflicts:    1607000 | #Constraints:      49647
671.26/672.93	c #Conflicts:    1608000 | #Constraints:      50647
671.26/672.93	c #Conflicts:    1609000 | #Constraints:      51647
671.26/672.93	c #Conflicts:    1610000 | #Constraints:      52647
671.26/672.93	WSVECS04 Frhs2[37]: 6 -45.4019 0 shouldn't be
671.26/672.93	WSVECS04 Frhs2[40]: 6 -45.402 0 shouldn't be
671.26/672.93	WSVECS04 Frhs2[73]: 6 0 11.5001 shouldn't be
671.26/672.93	WSVECS04 Frhs2[146]: 6 0 0.805641 shouldn't be
671.26/672.93	WSVECS04 Frhs2[154]: 6 0 1.00003 shouldn't be
671.26/672.93	WSVECS04 Frhs2[194]: 6 0 9.2204 shouldn't be
671.26/672.93	WSVECS04 Frhs2[264]: 6 0 0.500092 shouldn't be
671.26/672.93	WSVECS04 Frhs2[305]: 6 0 0.500049 shouldn't be
671.26/672.93	WSVECS04 Frhs2[343]: 6 0 1.00008 shouldn't be
671.26/672.93	WSVECS04 Frhs2[346]: 6 0 0.500024 shouldn't be
671.26/672.93	WSVECS04 Frhs2[354]: 6 0 0.500011 shouldn't be
671.26/672.93	WSVECS04 Frhs2[384]: 6 0 1.00004 shouldn't be
671.26/672.93	WSVECS04 Frhs2[405]: 6 0 4.46485 shouldn't be
671.26/672.93	WSVECS04 Frhs2[414]: 6 0 10.7482 shouldn't be
671.26/672.93	WSVECS04 Frhs2[425]: 6 0 1.00002 shouldn't be
671.26/672.93	WSVECS04 Frhs2[439]: 6 0 3.14446 shouldn't be
671.26/672.93	WSVECS04 Frhs2[455]: 6 0 11.7482 shouldn't be
671.26/672.93	WSVECS04 Frhs2[465]: 6 0 1.00006 shouldn't be
671.26/672.93	WSVECS04 Frhs2[466]: 6 0 1.00005 shouldn't be
671.26/672.93	WSVECS04 Frhs2[502]: 6 0 1.00002 shouldn't be
671.26/672.93	WSVECS04 Frhs2[506]: 6 0 1.00009 shouldn't be
671.26/672.93	WSVECS04 Frhs2[507]: 6 0 1.00004 shouldn't be
671.26/672.93	WSVECS04 Frhs2[515]: 6 0 1.80559 shouldn't be
671.26/672.93	WSVECS04 Frhs2[530]: 6 0 12.9575 shouldn't be
671.26/672.93	WSVECS04 Frhs2[534]: 6 0 5.50005 shouldn't be
671.26/672.93	WSVECS04 Frhs2[537]: 6 0 11.7482 shouldn't be
671.26/672.93	WSVECS04 Frhs2[547]: 6 0 1.00009 shouldn't be
671.26/672.93	WSVECS04 Frhs2[548]: 6 0 1.00005 shouldn't be
671.26/672.93	WSVECS04 Frhs2[571]: 6 0 12.9575 shouldn't be
671.26/672.93	WSVECS04 Frhs2[575]: 6 0 5.50002 shouldn't be
671.26/672.93	WSVECS04 Frhs2[623]: 6 0 8.89448 shouldn't be
671.26/672.93	WSVECS04 Frhs2[657]: 6 0 5.50001 shouldn't be
671.26/672.93	WSVECS04 Frhs2[664]: 6 0 8.89449 shouldn't be
671.26/672.93	WSVECS04 Frhs2[697]: 6 0 0.333383 shouldn't be
671.26/672.93	WSVECS04 Frhs2[824]: 6 0 11.7482 shouldn't be
671.26/672.93	WSVECS04 Frhs2[872]: 6 0 0.50009 shouldn't be
671.26/672.93	WSVECS04 Frhs2[875]: 6 0 2.00002 shouldn't be
671.26/672.93	WSVECS04 Frhs2[879]: 6 0 0.500024 shouldn't be
671.26/672.93	WSVECS04 Frhs2[883]: 6 0 24.1852 shouldn't be
671.26/672.93	WSVECS04 Frhs2[889]: 6 0 0.290812 shouldn't be
671.26/672.93	WSVECS04 Frhs2[891]: 6 0 10.2204 shouldn't be
671.26/672.93	WSVECS04 Frhs2[892]: 6 0 1.00003 shouldn't be
671.26/672.93	WSVECS04 Frhs2[897]: 6 0 1.00005 shouldn't be
671.26/672.93	WSVECS04 Frhs2[906]: 6 0 11.7482 shouldn't be
671.26/672.93	WSVECS04 Frhs2[912]: 6 0 1.00002 shouldn't be
671.26/672.93	WSVECS04 Frhs2[920]: 6 0 0.500034 shouldn't be
671.26/672.93	WSVECS04 Frhs2[928]: 6 0 0.500051 shouldn't be
671.26/672.93	WSVECS04 Frhs2[930]: 6 0 0.290827 shouldn't be
671.26/672.93	WSVECS04 Frhs2[931]: 6 0 4.14449 shouldn't be
671.26/672.93	WSVECS04 Frhs2[932]: 6 0 10.2204 shouldn't be
671.26/672.93	WSVECS04 Frhs2[933]: 6 0 1.00009 shouldn't be
671.26/672.93	WSVECS04 Frhs2[944]: 6 0 1.00002 shouldn't be
671.26/672.93	WSVECS04 Frhs2[947]: 6 0 11.7482 shouldn't be
671.26/672.93	WSVECS04 Frhs2[965]: 6 0 24.1852 shouldn't be
671.26/672.93	WSVECS04 Frhs2[972]: 6 0 4.14452 shouldn't be
671.26/672.93	WSVECS04 Frhs2[973]: 6 0 10.2204 shouldn't be
671.26/672.93	WSVECS04 Frhs2[974]: 6 0 1.00006 shouldn't be
671.26/672.93	WSVECS04 Frhs2[985]: 6 0 1.00008 shouldn't be
671.26/672.93	WSVECS04 Frhs2[988]: 6 0 11.7482 shouldn't be
671.26/672.93	WSVECS04 Frhs2[995]: 6 0 2.50001 shouldn't be
671.26/672.93	WSVECS04 Frhs2[999]: 6 0 1.00007 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1006]: 6 0 25.1852 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1010]: 6 0 0.500028 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1013]: 6 0 4.14454 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1020]: 6 0 1.00006 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1026]: 6 0 1.00006 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1034]: 6 0 2.00009 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1040]: 6 0 1.00008 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1047]: 6 0 24.1852 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1051]: 6 0 0.500057 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1054]: 6 0 4.14448 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1067]: 6 0 1.00001 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1074]: 6 0 6.89446 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1108]: 6 0 1.00007 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1234]: 6 0 14.7482 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1240]: 6 0 1.00003 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1268]: 6 0 13.9574 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1319]: 6 0 1.00002 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1323]: 6 0 0.500068 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1326]: 6 0 1.00003 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1340]: 6 0 0.290751 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1350]: 6 0 13.9575 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1354]: 6 0 5.00005 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1359]: 6 0 1.00009 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1364]: 6 0 0.500089 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1373]: 6 0 4.00003 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1389]: 6 0 1.00002 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1525]: 6 0 7.8945 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1526]: 6 0 1.00004 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1546]: 6 0 4.14449 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1547]: 6 0 10.2204 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1548]: 6 0 1.00003 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1586]: 6 0 0.290821 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1587]: 6 0 4.14449 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1588]: 6 0 10.2204 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1589]: 6 0 1.00006 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1736]: 6 0 1.00006 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1739]: 6 0 0.500039 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1780]: 6 0 0.50009 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1862]: 6 -4.00007 0 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1898]: 6 -0.750026 0 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1925]: 6 -19.0853 0 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1971]: 6 -1.00008 0 shouldn't be
671.26/672.93	WSVECS04 Frhs2[1972]: 6 -2.0001 0 shouldn't be
671.47/673.19	WSVECS04 Frhs2[104]: 6 0 24.1852 shouldn't be
671.47/673.19	WSVECS04 Frhs2[145]: 6 0 24.1853 shouldn't be
671.47/673.19	WSVECS04 Frhs2[227]: 6 0 24.1852 shouldn't be
671.47/673.19	WSVECS04 Frhs2[239]: 6 0 0.500087 shouldn't be
671.47/673.19	WSVECS04 Frhs2[267]: 6 0 2.50005 shouldn't be
671.47/673.19	WSVECS04 Frhs2[272]: 6 0 0.500015 shouldn't be
671.47/673.19	WSVECS04 Frhs2[403]: 6 0 1.25006 shouldn't be
671.47/673.19	WSVECS04 Frhs2[474]: 6 0 0.805605 shouldn't be
671.47/673.19	WSVECS04 Frhs2[479]: 6 0 0.290788 shouldn't be
671.47/673.19	WSVECS04 Frhs2[520]: 6 0 0.290769 shouldn't be
671.47/673.19	WSVECS04 Frhs2[543]: 6 0 1.00003 shouldn't be
671.47/673.19	WSVECS04 Frhs2[554]: 6 0 1.50009 shouldn't be
671.47/673.19	WSVECS04 Frhs2[625]: 6 0 1.00005 shouldn't be
671.47/673.19	WSVECS04 Frhs2[663]: 6 0 2.00008 shouldn't be
671.47/673.19	WSVECS04 Frhs2[666]: 6 0 1.00007 shouldn't be
671.47/673.19	WSVECS04 Frhs2[827]: 6 0 2.00001 shouldn't be
671.47/673.19	WSVECS04 Frhs2[856]: 6 0 1.00007 shouldn't be
671.47/673.19	WSVECS04 Frhs2[900]: 6 0 1.00006 shouldn't be
671.47/673.19	WSVECS04 Frhs2[914]: 6 0 0.500086 shouldn't be
671.47/673.19	WSVECS04 Frhs2[919]: 6 0 5.50003 shouldn't be
671.47/673.19	WSVECS04 Frhs2[923]: 6 0 2.50004 shouldn't be
671.47/673.19	WSVECS04 Frhs2[926]: 6 0 1.00007 shouldn't be
671.47/673.19	WSVECS04 Frhs2[955]: 6 0 0.50003 shouldn't be
671.47/673.19	WSVECS04 Frhs2[960]: 6 0 5.50004 shouldn't be
671.47/673.19	WSVECS04 Frhs2[964]: 6 0 2.50007 shouldn't be
671.47/673.19	WSVECS04 Frhs2[979]: 6 0 1.00006 shouldn't be
671.47/673.19	WSVECS04 Frhs2[994]: 6 0 2.00009 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1008]: 6 0 1.00004 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1032]: 6 0 2.00001 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1035]: 6 0 1.00009 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1046]: 6 0 2.50002 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1064]: 6 0 1.00006 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1269]: 6 0 1.00002 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1346]: 6 0 0.500065 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1387]: 6 0 0.500014 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1554]: 6 0 6.00009 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1705]: 6 0 1.00004 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1746]: 6 0 1.00004 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1785]: 6 0 24.1852 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1835]: 6 -2.00004 0 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1842]: 6 -1.00007 0 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1843]: 6 -4.00005 0 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1861]: 6 -1.00005 0 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1970]: 6 -1.00005 0 shouldn't be
671.47/673.19	WSVECS04 Frhs2[1978]: 6 -3.0001 0 shouldn't be
710.87/712.66	c #Conflicts:    1611000 | #Constraints:      53647
710.87/712.66	c #Conflicts:    1612000 | #Constraints:      54647
710.87/712.66	c #Conflicts:    1613000 | #Constraints:      55647
710.87/712.66	c #Conflicts:    1614000 | #Constraints:      56647
710.87/712.66	c #Conflicts:    1615000 | #Constraints:      57647
710.87/712.66	c #Conflicts:    1616000 | #Constraints:      58647
710.87/712.66	c INPROCESSING
710.87/712.66	c GARBAGE COLLECT
710.87/712.66	c #Conflicts:    1617000 | #Constraints:      34446
710.87/712.66	c #Conflicts:    1618000 | #Constraints:      35446
710.87/712.66	c #Conflicts:    1619000 | #Constraints:      36446
710.87/712.66	c #Conflicts:    1620000 | #Constraints:      37446
710.87/712.66	c #Conflicts:    1621000 | #Constraints:      38446
710.87/712.66	c #Conflicts:    1622000 | #Constraints:      39446
710.87/712.66	c #Conflicts:    1623000 | #Constraints:      40446
710.87/712.66	c #Conflicts:    1624000 | #Constraints:      41446
710.87/712.66	c #Conflicts:    1625000 | #Constraints:      42446
710.87/712.66	c #Conflicts:    1626000 | #Constraints:      43446
710.87/712.66	c #Conflicts:    1627000 | #Constraints:      44446
710.87/712.66	c #Conflicts:    1628000 | #Constraints:      45446
710.87/712.66	c #Conflicts:    1629000 | #Constraints:      46446
710.87/712.66	c #Conflicts:    1630000 | #Constraints:      47446
710.87/712.66	c #Conflicts:    1631000 | #Constraints:      48446
710.87/712.66	c #Conflicts:    1632000 | #Constraints:      49446
710.87/712.66	c #Conflicts:    1633000 | #Constraints:      50446
710.87/712.66	c #Conflicts:    1634000 | #Constraints:      51446
710.87/712.66	c #Conflicts:    1635000 | #Constraints:      52446
710.87/712.66	c #Conflicts:    1636000 | #Constraints:      53446
710.87/712.66	c #Conflicts:    1637000 | #Constraints:      54446
710.87/712.66	c #Conflicts:    1638000 | #Constraints:      55446
710.87/712.66	c #Conflicts:    1639000 | #Constraints:      56446
710.87/712.66	c #Conflicts:    1640000 | #Constraints:      57446
710.87/712.66	c #Conflicts:    1641000 | #Constraints:      58446
710.87/712.66	c #Conflicts:    1642000 | #Constraints:      59446
710.87/712.66	c INPROCESSING
710.87/712.66	c GARBAGE COLLECT
710.87/712.66	c #Conflicts:    1643000 | #Constraints:      35041
710.87/712.66	c #Conflicts:    1644000 | #Constraints:      36041
710.87/712.66	c #Conflicts:    1645000 | #Constraints:      37041
710.87/712.66	c #Conflicts:    1646000 | #Constraints:      38041
710.87/712.66	c #Conflicts:    1647000 | #Constraints:      39041
710.87/712.66	c #Conflicts:    1648000 | #Constraints:      40041
710.87/712.66	c #Conflicts:    1649000 | #Constraints:      41041
710.87/712.66	c #Conflicts:    1650000 | #Constraints:      42041
710.87/712.66	c #Conflicts:    1651000 | #Constraints:      43041
710.87/712.66	c #Conflicts:    1652000 | #Constraints:      44041
710.87/712.66	c #Conflicts:    1653000 | #Constraints:      45041
710.87/712.66	c #Conflicts:    1654000 | #Constraints:      46041
710.87/712.66	c #Conflicts:    1655000 | #Constraints:      47041
710.87/712.66	c #Conflicts:    1656000 | #Constraints:      48041
710.87/712.66	c #Conflicts:    1657000 | #Constraints:      49041
710.87/712.66	c #Conflicts:    1658000 | #Constraints:      50041
710.87/712.66	c #Conflicts:    1659000 | #Constraints:      51041
710.87/712.66	c #Conflicts:    1660000 | #Constraints:      52041
710.87/712.66	c #Conflicts:    1661000 | #Constraints:      53041
710.87/712.66	c #Conflicts:    1662000 | #Constraints:      54041
710.87/712.66	c #Conflicts:    1663000 | #Constraints:      55041
710.87/712.66	c #Conflicts:    1664000 | #Constraints:      56041
710.87/712.66	c #Conflicts:    1665000 | #Constraints:      57041
710.87/712.66	c #Conflicts:    1666000 | #Constraints:      58041
710.87/712.66	c #Conflicts:    1667000 | #Constraints:      59041
710.87/712.66	c #Conflicts:    1668000 | #Constraints:      60041
710.87/712.66	c INPROCESSING
710.87/712.66	c GARBAGE COLLECT
710.87/712.66	c #Conflicts:    1669000 | #Constraints:      35435
710.87/712.66	c #Conflicts:    1670000 | #Constraints:      36435
710.87/712.66	c #Conflicts:    1671000 | #Constraints:      37435
710.87/712.66	c #Conflicts:    1672000 | #Constraints:      38435
710.87/712.66	c #Conflicts:    1673000 | #Constraints:      39435
710.87/712.66	c #Conflicts:    1674000 | #Constraints:      40435
710.87/712.66	c #Conflicts:    1675000 | #Constraints:      41435
710.87/712.66	c #Conflicts:    1676000 | #Constraints:      42435
710.87/712.66	c #Conflicts:    1677000 | #Constraints:      43435
710.87/712.66	c #Conflicts:    1678000 | #Constraints:      44435
710.87/712.66	c #Conflicts:    1679000 | #Constraints:      45435
710.87/712.66	c #Conflicts:    1680000 | #Constraints:      46435
710.87/712.66	c #Conflicts:    1681000 | #Constraints:      47435
710.87/712.66	c #Conflicts:    1682000 | #Constraints:      48435
710.87/712.66	c #Conflicts:    1683000 | #Constraints:      49435
710.87/712.66	c #Conflicts:    1684000 | #Constraints:      50435
710.87/712.66	c #Conflicts:    1685000 | #Constraints:      51435
710.87/712.66	c #Conflicts:    1686000 | #Constraints:      52435
710.87/712.66	c #Conflicts:    1687000 | #Constraints:      53435
727.93/729.79	c #Conflicts:    1688000 | #Constraints:      54435
727.93/729.79	c #Conflicts:    1689000 | #Constraints:      55435
727.93/729.79	c #Conflicts:    1690000 | #Constraints:      56435
727.93/729.79	c #Conflicts:    1691000 | #Constraints:      57435
727.93/729.79	c #Conflicts:    1692000 | #Constraints:      58435
727.93/729.79	c #Conflicts:    1693000 | #Constraints:      59435
727.93/729.79	c #Conflicts:    1694000 | #Constraints:      60435
727.93/729.79	c INPROCESSING
727.93/729.79	c GARBAGE COLLECT
727.93/729.79	c #Conflicts:    1695000 | #Constraints:      35642
727.93/729.79	c #Conflicts:    1696000 | #Constraints:      36642
727.93/729.79	c #Conflicts:    1697000 | #Constraints:      37642
727.93/729.79	c #Conflicts:    1698000 | #Constraints:      38642
727.93/729.79	c #Conflicts:    1699000 | #Constraints:      39642
727.93/729.79	c #Conflicts:    1700000 | #Constraints:      40642
727.93/729.79	c #Conflicts:    1701000 | #Constraints:      41642
727.93/729.79	c #Conflicts:    1702000 | #Constraints:      42642
727.93/729.79	c #Conflicts:    1703000 | #Constraints:      43642
727.93/729.79	c #Conflicts:    1704000 | #Constraints:      44642
727.93/729.79	c #Conflicts:    1705000 | #Constraints:      45642
727.93/729.79	c #Conflicts:    1706000 | #Constraints:      46642
727.93/729.79	c #Conflicts:    1707000 | #Constraints:      47642
727.93/729.79	c #Conflicts:    1708000 | #Constraints:      48642
727.93/729.79	c #Conflicts:    1709000 | #Constraints:      49642
727.93/729.79	c #Conflicts:    1710000 | #Constraints:      50642
727.93/729.79	c #Conflicts:    1711000 | #Constraints:      51642
727.93/729.79	c #Conflicts:    1712000 | #Constraints:      52642
727.93/729.79	c #Conflicts:    1713000 | #Constraints:      53642
727.93/729.79	c #Conflicts:    1714000 | #Constraints:      54643
727.93/729.79	c #Conflicts:    1715000 | #Constraints:      55643
727.93/729.79	c #Conflicts:    1716000 | #Constraints:      56643
727.93/729.79	c #Conflicts:    1717000 | #Constraints:      57643
727.93/729.79	c #Conflicts:    1718000 | #Constraints:      58643
727.93/729.79	c #Conflicts:    1719000 | #Constraints:      59643
727.93/729.79	c #Conflicts:    1720000 | #Constraints:      60643
727.93/729.79	c INPROCESSING
727.93/729.79	c GARBAGE COLLECT
727.93/729.79	WSVECS04 Frhs2[8]: 6 0 53.4167 shouldn't be
727.93/729.79	WSVECS04 Frhs2[20]: 6 -117.25 0 shouldn't be
727.93/729.79	WSVECS04 Frhs2[21]: 6 0 80.4501 shouldn't be
727.93/729.79	WSVECS04 Frhs2[22]: 6 0 5.73338 shouldn't be
727.93/729.79	WSVECS04 Frhs2[27]: 6 -117.25 0 shouldn't be
727.93/729.79	WSVECS04 Frhs2[31]: 6 -117.25 0 shouldn't be
727.93/729.79	WSVECS04 Frhs2[39]: 6 -116.25 0 shouldn't be
727.93/729.79	WSVECS04 Frhs2[41]: 6 0 30.6 shouldn't be
727.93/729.79	WSVECS04 Frhs2[99]: 6 0 1.00007 shouldn't be
727.93/729.79	WSVECS04 Frhs2[117]: 6 0 50.45 shouldn't be
727.93/729.79	WSVECS04 Frhs2[140]: 6 0 1.0001 shouldn't be
727.93/729.79	WSVECS04 Frhs2[145]: 6 0 15.5167 shouldn't be
727.93/729.79	WSVECS04 Frhs2[146]: 6 0 53.3501 shouldn't be
727.93/729.79	WSVECS04 Frhs2[181]: 6 0 1.00008 shouldn't be
727.93/729.79	WSVECS04 Frhs2[182]: 6 0 0.525039 shouldn't be
727.93/729.79	WSVECS04 Frhs2[186]: 6 0 15.5167 shouldn't be
727.93/729.79	WSVECS04 Frhs2[222]: 6 0 1.00008 shouldn't be
727.93/729.79	WSVECS04 Frhs2[233]: 6 0 1.50006 shouldn't be
727.93/729.79	WSVECS04 Frhs2[240]: 6 0 33.7501 shouldn't be
727.93/729.79	WSVECS04 Frhs2[269]: 6 0 53.3501 shouldn't be
727.93/729.79	WSVECS04 Frhs2[281]: 6 0 33.75 shouldn't be
727.93/729.79	WSVECS04 Frhs2[301]: 6 0 1.0001 shouldn't be
727.93/729.79	WSVECS04 Frhs2[363]: 6 0 11.3001 shouldn't be
727.93/729.79	WSVECS04 Frhs2[366]: 6 0 6.2667 shouldn't be
727.93/729.79	WSVECS04 Frhs2[378]: 6 0 1.00005 shouldn't be
727.93/729.79	WSVECS04 Frhs2[391]: 6 0 20.5167 shouldn't be
727.93/729.79	WSVECS04 Frhs2[404]: 6 0 11.3 shouldn't be
727.93/729.79	WSVECS04 Frhs2[419]: 6 0 2.00004 shouldn't be
727.93/729.79	WSVECS04 Frhs2[433]: 6 0 62.8501 shouldn't be
727.93/729.79	WSVECS04 Frhs2[444]: 6 0 1.50003 shouldn't be
727.93/729.79	WSVECS04 Frhs2[483]: 6 0 83.4334 shouldn't be
727.93/729.79	WSVECS04 Frhs2[501]: 6 0 2.00003 shouldn't be
727.93/729.79	WSVECS04 Frhs2[504]: 6 0 1.00001 shouldn't be
727.93/729.79	WSVECS04 Frhs2[515]: 6 0 59.85 shouldn't be
727.93/729.79	WSVECS04 Frhs2[521]: 6 0 0.500017 shouldn't be
727.93/729.79	WSVECS04 Frhs2[524]: 6 0 83.4334 shouldn't be
727.93/729.79	WSVECS04 Frhs2[542]: 6 0 2.00003 shouldn't be
727.93/729.79	WSVECS04 Frhs2[557]: 6 0 11.3 shouldn't be
727.93/729.79	WSVECS04 Frhs2[562]: 6 0 0.500049 shouldn't be
727.93/729.79	WSVECS04 Frhs2[567]: 6 0 1.5001 shouldn't be
727.93/729.79	WSVECS04 Frhs2[568]: 6 0 11.3001 shouldn't be
727.93/729.79	WSVECS04 Frhs2[588]: 6 0 1.00005 shouldn't be
727.93/729.79	WSVECS04 Frhs2[597]: 6 0 54.35 shouldn't be
727.93/729.79	WSVECS04 Frhs2[603]: 6 0 0.500041 shouldn't be
727.93/729.79	WSVECS04 Frhs2[608]: 6 0 1.50002 shouldn't be
727.93/729.79	WSVECS04 Frhs2[616]: 6 0 1.00001 shouldn't be
727.93/729.79	WSVECS04 Frhs2[665]: 6 0 1.00001 shouldn't be
727.93/729.79	WSVECS04 Frhs2[674]: 6 0 1.00001 shouldn't be
727.93/729.79	WSVECS04 Frhs2[679]: 6 0 54.35 shouldn't be
727.93/729.79	WSVECS04 Frhs2[685]: 6 0 0.500053 shouldn't be
727.93/729.79	WSVECS04 Frhs2[688]: 6 0 83.4334 shouldn't be
727.93/729.79	WSVECS04 Frhs2[711]: 6 0 5.00009 shouldn't be
727.93/729.79	WSVECS04 Frhs2[720]: 6 0 54.35 shouldn't be
727.93/729.79	WSVECS04 Frhs2[732]: 6 0 28 shouldn't be
727.93/729.79	WSVECS04 Frhs2[751]: 6 0 2.00006 shouldn't be
727.93/729.79	WSVECS04 Frhs2[752]: 6 0 1.00004 shouldn't be
727.93/729.79	WSVECS04 Frhs2[761]: 6 0 54.3501 shouldn't be
727.93/729.79	WSVECS04 Frhs2[770]: 6 0 84.4333 shouldn't be
727.93/729.79	WSVECS04 Frhs2[802]: 6 0 54.35 shouldn't be
727.93/729.79	WSVECS04 Frhs2[821]: 6 0 1.00002 shouldn't be
727.93/729.79	WSVECS04 Frhs2[829]: 6 0 1.00004 shouldn't be
727.93/729.79	WSVECS04 Frhs2[840]: 6 0 0.475094 shouldn't be
727.93/729.79	WSVECS04 Frhs2[842]: 6 0 15.5167 shouldn't be
727.93/729.79	WSVECS04 Frhs2[849]: 6 0 0.500036 shouldn't be
727.93/729.79	WSVECS04 Frhs2[879]: 6 0 1.00001 shouldn't be
727.93/729.79	WSVECS04 Frhs2[883]: 6 0 15.5167 shouldn't be
727.93/729.79	WSVECS04 Frhs2[884]: 6 0 53.85 shouldn't be
727.93/729.79	WSVECS04 Frhs2[901]: 6 0 0.500089 shouldn't be
727.93/729.79	WSVECS04 Frhs2[903]: 6 0 1.00002 shouldn't be
727.93/729.79	WSVECS04 Frhs2[916]: 6 0 1.00002 shouldn't be
727.93/729.79	WSVECS04 Frhs2[942]: 6 0 0.500085 shouldn't be
727.93/729.79	WSVECS04 Frhs2[966]: 6 0 53.85 shouldn't be
727.93/729.79	WSVECS04 Frhs2[993]: 6 0 2.00007 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1080]: 6 0 1.00002 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1112]: 6 0 4.00002 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1115]: 6 0 1.00007 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1116]: 6 0 2.00002 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1154]: 6 0 1.05005 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1157]: 6 0 2.00003 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1180]: 6 0 84.4334 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1195]: 6 0 3.05004 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1213]: 6 0 10.3 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1230]: 6 0 1.00008 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1236]: 6 0 1.05003 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1239]: 6 0 2.00002 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1288]: 6 0 1.75005 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1300]: 6 0 0.500059 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1306]: 6 0 50.45 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1313]: 6 0 7.00003 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1341]: 6 0 0.500022 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1347]: 6 0 50.45 shouldn't be
727.93/729.79	WSVECS04 Frhs2[1351]: 6 0 0.500034 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1352]: 6 0 3.00005 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1362]: 6 0 2.00001 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1385]: 6 0 84.4333 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1393]: 6 0 1.45008 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1403]: 6 0 2.00004 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1432]: 6 -4.05003 0 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1433]: 6 0 7.50001 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1434]: 6 0 0.450031 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1452]: 6 0 1.00009 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1458]: 6 0 0.500021 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1464]: 6 0 0.500066 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1470]: 6 0 50.45 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1475]: 6 0 2.45003 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1493]: 6 0 1.00005 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1505]: 6 0 0.500066 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1511]: 6 0 50.45 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1515]: 6 0 8.50009 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1516]: 6 0 0.500056 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1526]: 6 0 2.00005 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1552]: 6 0 50.4501 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1553]: 6 0 111.3 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1581]: 6 0 54.35 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1593]: 6 0 57.4501 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1608]: 6 0 2.00005 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1616]: 6 0 1.00002 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1620]: 6 0 1.00001 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1634]: 6 0 56.4501 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1641]: 6 0 1.00002 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1657]: 6 0 1.0001 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1662]: 6 0 15.5167 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1663]: 6 0 54.35 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1664]: 6 0 11.3 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1675]: 6 0 50.4501 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1679]: 6 0 0.500035 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1680]: 6 0 0.500095 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1698]: 6 0 1.00006 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1721]: 6 0 0.50005 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1743]: 6 0 1.00001 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1745]: 6 0 53.3501 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1762]: 6 0 0.500028 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1780]: 6 0 1.0001 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1786]: 6 0 53.3501 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1816]: 6 -5.00006 0 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1852]: 6 -11 0 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1888]: 6 -1.00003 0 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1889]: 6 -5.00008 0 shouldn't be
727.93/729.80	WSVECS04 Frhs2[1965]: 6 -5.00002 0 shouldn't be
728.24/730.07	WSVECS04 Frhs2[393]: 6 0 7.00008 shouldn't be
728.24/730.07	WSVECS04 Frhs2[547]: 6 0 1.00007 shouldn't be
728.24/730.07	WSVECS04 Frhs2[553]: 6 0 2.00004 shouldn't be
728.24/730.07	WSVECS04 Frhs2[579]: 6 0 0.500036 shouldn't be
728.24/730.07	WSVECS04 Frhs2[620]: 6 0 0.500031 shouldn't be
728.24/730.07	WSVECS04 Frhs2[629]: 6 0 1.00009 shouldn't be
728.24/730.07	WSVECS04 Frhs2[635]: 6 0 1.00003 shouldn't be
728.24/730.07	WSVECS04 Frhs2[661]: 6 0 0.500084 shouldn't be
728.24/730.07	WSVECS04 Frhs2[670]: 6 0 1.00008 shouldn't be
728.24/730.07	WSVECS04 Frhs2[717]: 6 0 1.00007 shouldn't be
728.24/730.07	WSVECS04 Frhs2[743]: 6 0 0.500067 shouldn't be
728.24/730.07	WSVECS04 Frhs2[784]: 6 0 0.500048 shouldn't be
728.24/730.07	WSVECS04 Frhs2[799]: 6 0 1.00003 shouldn't be
728.24/730.07	WSVECS04 Frhs2[922]: 6 0 1.00005 shouldn't be
728.24/730.07	WSVECS04 Frhs2[985]: 6 0 1.00002 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1004]: 6 0 1.00006 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1253]: 6 0 0.50006 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1358]: 6 0 0.500071 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1440]: 6 0 0.500069 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1522]: 6 0 0.500086 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1578]: 6 0 1.00004 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1619]: 6 0 1.00007 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1639]: 6 0 0.500058 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1660]: 6 0 1.00008 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1783]: 6 0 1.00002 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1795]: 6 0 7.00004 shouldn't be
728.24/730.07	WSVECS04 Frhs2[1897]: 6 -9.00005 0 shouldn't be
728.52/730.35	WSVECS04 Frhs2[273]: 6 0 7.00007 shouldn't be
728.52/730.35	WSVECS04 Frhs2[324]: 6 0 6.55001 shouldn't be
728.52/730.35	WSVECS04 Frhs2[455]: 6 0 1.00008 shouldn't be
728.52/730.35	WSVECS04 Frhs2[496]: 6 0 1.00008 shouldn't be
728.52/730.35	WSVECS04 Frhs2[594]: 6 0 1.00008 shouldn't be
728.52/730.35	WSVECS04 Frhs2[611]: 6 0 6.55002 shouldn't be
728.52/730.35	WSVECS04 Frhs2[619]: 6 0 1.00005 shouldn't be
728.52/730.35	WSVECS04 Frhs2[660]: 6 0 1.00001 shouldn't be
728.52/730.35	WSVECS04 Frhs2[701]: 6 0 1.00007 shouldn't be
728.52/730.35	WSVECS04 Frhs2[775]: 6 0 7.55009 shouldn't be
728.52/730.35	WSVECS04 Frhs2[783]: 6 0 1.00004 shouldn't be
728.52/730.35	WSVECS04 Frhs2[816]: 6 0 7.55002 shouldn't be
728.52/730.35	WSVECS04 Frhs2[939]: 6 0 7.55003 shouldn't be
728.52/730.35	WSVECS04 Frhs2[991]: 6 0 5.00004 shouldn't be
728.52/730.35	WSVECS04 Frhs2[1073]: 6 0 1.00009 shouldn't be
728.52/730.35	WSVECS04 Frhs2[1114]: 6 0 3.00009 shouldn't be
728.52/730.35	WSVECS04 Frhs2[1155]: 6 0 2.00003 shouldn't be
728.52/730.35	WSVECS04 Frhs2[1237]: 6 0 1.00008 shouldn't be
728.52/730.35	WSVECS04 Frhs2[1417]: 6 0 0.500058 shouldn't be
728.52/730.35	WSVECS04 Frhs2[1636]: 6 0 7.55002 shouldn't be
728.52/730.35	WSVECS04 Frhs2[1718]: 6 0 7.55002 shouldn't be
728.52/730.35	WSVECS04 Frhs2[1915]: 6 -5.00004 0 shouldn't be
728.83/730.65	WSVECS04 Frhs2[260]: 6 0 1.0001 shouldn't be
728.83/730.65	WSVECS04 Frhs2[335]: 6 0 1.00002 shouldn't be
728.83/730.65	WSVECS04 Frhs2[376]: 6 0 1.00008 shouldn't be
728.83/730.65	WSVECS04 Frhs2[406]: 6 0 6.55004 shouldn't be
728.83/730.65	WSVECS04 Frhs2[458]: 6 0 1.00004 shouldn't be
728.83/730.65	WSVECS04 Frhs2[540]: 6 0 1.00009 shouldn't be
728.83/730.65	WSVECS04 Frhs2[671]: 6 0 4.00003 shouldn't be
728.83/730.65	WSVECS04 Frhs2[774]: 6 0 0.500032 shouldn't be
728.83/730.65	WSVECS04 Frhs2[897]: 6 0 0.500029 shouldn't be
728.83/730.65	WSVECS04 Frhs2[938]: 6 0 0.500023 shouldn't be
728.83/730.65	WSVECS04 Frhs2[979]: 6 0 0.50003 shouldn't be
728.83/730.65	WSVECS04 Frhs2[1039]: 6 0 1.00007 shouldn't be
728.83/730.65	WSVECS04 Frhs2[1295]: 6 0 10.3001 shouldn't be
728.83/730.65	WSVECS04 Frhs2[1307]: 6 0 1.00004 shouldn't be
728.83/730.65	WSVECS04 Frhs2[1473]: 6 0 1.00009 shouldn't be
728.83/730.65	WSVECS04 Frhs2[1555]: 6 0 2.00009 shouldn't be
729.13/730.97	WSVECS04 Frhs2[313]: 6 0 1.00009 shouldn't be
729.13/730.97	WSVECS04 Frhs2[714]: 6 0 1.00008 shouldn't be
729.13/730.97	WSVECS04 Frhs2[833]: 6 0 1.00009 shouldn't be
729.13/730.97	WSVECS04 Frhs2[837]: 6 0 1.00002 shouldn't be
729.13/730.97	WSVECS04 Frhs2[898]: 6 0 7.55006 shouldn't be
729.13/730.97	WSVECS04 Frhs2[919]: 6 0 1.00002 shouldn't be
729.13/730.97	WSVECS04 Frhs2[1278]: 6 0 1.00003 shouldn't be
729.13/730.97	WSVECS04 Frhs2[1294]: 6 0 0.500062 shouldn't be
729.13/730.97	WSVECS04 Frhs2[1365]: 6 0 4.00002 shouldn't be
729.13/730.97	WSVECS04 Frhs2[1724]: 6 0 1.00002 shouldn't be
729.13/730.97	WSVECS04 Frhs2[1765]: 6 0 1.00008 shouldn't be
729.83/731.66	WSVECS04 Frhs2[153]: 6 0 3.00003 shouldn't be
729.83/731.66	WSVECS04 Frhs2[353]: 6 0 3.00006 shouldn't be
729.83/731.66	WSVECS04 Frhs2[435]: 6 0 3.00001 shouldn't be
729.83/731.66	WSVECS04 Frhs2[465]: 6 0 1.00005 shouldn't be
729.83/731.66	WSVECS04 Frhs2[610]: 6 0 0.500098 shouldn't be
729.83/731.66	WSVECS04 Frhs2[673]: 6 0 2.00006 shouldn't be
729.83/731.66	WSVECS04 Frhs2[760]: 6 0 14.5167 shouldn't be
729.83/731.66	WSVECS04 Frhs2[793]: 6 0 2.00008 shouldn't be
729.83/731.66	WSVECS04 Frhs2[845]: 6 0 1.00003 shouldn't be
729.83/731.66	WSVECS04 Frhs2[875]: 6 0 3.00007 shouldn't be
729.83/731.66	WSVECS04 Frhs2[957]: 6 0 1.0001 shouldn't be
729.83/731.66	WSVECS04 Frhs2[960]: 6 0 1.00004 shouldn't be
729.83/731.66	WSVECS04 Frhs2[998]: 6 0 1.00009 shouldn't be
729.83/731.66	WSVECS04 Frhs2[1501]: 6 0 1.0001 shouldn't be
729.83/731.66	WSVECS04 Frhs2[1624]: 6 0 1.00003 shouldn't be
730.63/732.41	WSVECS04 Frhs2[424]: 6 0 1.00008 shouldn't be
730.63/732.41	WSVECS04 Frhs2[1001]: 6 0 1.00007 shouldn't be
730.63/732.41	WSVECS04 Frhs2[1144]: 6 0 7.55002 shouldn't be
730.63/732.41	WSVECS04 Frhs2[1184]: 6 0 0.50003 shouldn't be
730.63/732.41	WSVECS04 Frhs2[1201]: 6 0 1.00002 shouldn't be
730.63/732.41	WSVECS04 Frhs2[1569]: 6 0 1.0001 shouldn't be
730.63/732.41	WSVECS04 Frhs2[1582]: 6 0 11.3 shouldn't be
730.63/732.41	WSVECS04 Frhs2[1598]: 6 0 0.500092 shouldn't be
730.63/732.41	WSVECS04 Frhs2[1610]: 6 0 1.00005 shouldn't be
730.63/732.41	WSVECS04 Frhs2[1692]: 6 0 1.00002 shouldn't be
732.42/734.24	c rational objective 112.396
771.53/773.49	c #Conflicts:    1721000 | #Constraints:      35643
771.53/773.49	c #Conflicts:    1722000 | #Constraints:      36643
771.53/773.49	c #Conflicts:    1723000 | #Constraints:      37643
771.53/773.49	c #Conflicts:    1724000 | #Constraints:      38643
771.53/773.49	c #Conflicts:    1725000 | #Constraints:      39643
771.53/773.49	c #Conflicts:    1726000 | #Constraints:      40643
771.53/773.49	c #Conflicts:    1727000 | #Constraints:      41643
771.53/773.49	c #Conflicts:    1728000 | #Constraints:      42643
771.53/773.49	c #Conflicts:    1729000 | #Constraints:      43643
771.53/773.49	c #Conflicts:    1730000 | #Constraints:      44643
771.53/773.49	c #Conflicts:    1731000 | #Constraints:      45643
771.53/773.49	c #Conflicts:    1732000 | #Constraints:      46643
771.53/773.49	c #Conflicts:    1733000 | #Constraints:      47643
771.53/773.49	c #Conflicts:    1734000 | #Constraints:      48643
771.53/773.49	c #Conflicts:    1735000 | #Constraints:      49643
771.53/773.49	c #Conflicts:    1736000 | #Constraints:      50643
771.53/773.49	c #Conflicts:    1737000 | #Constraints:      51643
771.53/773.49	c #Conflicts:    1738000 | #Constraints:      52643
771.53/773.49	c #Conflicts:    1739000 | #Constraints:      53643
771.53/773.49	c #Conflicts:    1740000 | #Constraints:      54643
771.53/773.49	c #Conflicts:    1741000 | #Constraints:      55643
771.53/773.49	c #Conflicts:    1742000 | #Constraints:      56643
771.53/773.49	c #Conflicts:    1743000 | #Constraints:      57643
771.53/773.49	c #Conflicts:    1744000 | #Constraints:      58643
771.53/773.49	c #Conflicts:    1745000 | #Constraints:      59643
771.53/773.49	c #Conflicts:    1746000 | #Constraints:      60643
771.53/773.49	c INPROCESSING
771.53/773.49	c GARBAGE COLLECT
771.53/773.49	c #Conflicts:    1747000 | #Constraints:      35441
771.53/773.49	c #Conflicts:    1748000 | #Constraints:      36441
771.53/773.49	c #Conflicts:    1749000 | #Constraints:      37441
771.53/773.49	c #Conflicts:    1750000 | #Constraints:      38441
771.53/773.49	c #Conflicts:    1751000 | #Constraints:      39441
771.53/773.49	c #Conflicts:    1752000 | #Constraints:      40441
771.53/773.49	c #Conflicts:    1753000 | #Constraints:      41441
771.53/773.49	c #Conflicts:    1754000 | #Constraints:      42441
771.53/773.49	c #Conflicts:    1755000 | #Constraints:      43441
771.53/773.49	c #Conflicts:    1756000 | #Constraints:      44441
771.53/773.49	c #Conflicts:    1757000 | #Constraints:      45441
771.53/773.49	c #Conflicts:    1758000 | #Constraints:      46441
771.53/773.49	c #Conflicts:    1759000 | #Constraints:      47441
771.53/773.49	c #Conflicts:    1760000 | #Constraints:      48441
771.53/773.49	c #Conflicts:    1761000 | #Constraints:      49441
771.53/773.49	c #Conflicts:    1762000 | #Constraints:      50441
771.53/773.49	c #Conflicts:    1763000 | #Constraints:      51441
771.53/773.49	c #Conflicts:    1764000 | #Constraints:      52441
771.53/773.49	c #Conflicts:    1765000 | #Constraints:      53441
771.53/773.49	c #Conflicts:    1766000 | #Constraints:      54441
771.53/773.49	c #Conflicts:    1767000 | #Constraints:      55441
771.53/773.49	c #Conflicts:    1768000 | #Constraints:      56441
771.53/773.49	c #Conflicts:    1769000 | #Constraints:      57441
771.53/773.49	c #Conflicts:    1770000 | #Constraints:      58441
771.53/773.49	c #Conflicts:    1771000 | #Constraints:      59441
771.53/773.49	c #Conflicts:    1772000 | #Constraints:      60441
771.53/773.49	c #Conflicts:    1773000 | #Constraints:      61441
771.53/773.49	c INPROCESSING
771.53/773.49	c GARBAGE COLLECT
771.53/773.49	c #Conflicts:    1774000 | #Constraints:      36037
771.53/773.49	c #Conflicts:    1775000 | #Constraints:      37037
771.53/773.49	c #Conflicts:    1776000 | #Constraints:      38037
771.53/773.49	c #Conflicts:    1777000 | #Constraints:      39037
771.53/773.49	c #Conflicts:    1778000 | #Constraints:      40037
771.53/773.49	c #Conflicts:    1779000 | #Constraints:      41037
771.53/773.49	c #Conflicts:    1780000 | #Constraints:      42037
771.53/773.49	c #Conflicts:    1781000 | #Constraints:      43037
771.53/773.49	c #Conflicts:    1782000 | #Constraints:      44037
771.53/773.49	c #Conflicts:    1783000 | #Constraints:      45037
771.53/773.49	c #Conflicts:    1784000 | #Constraints:      46037
771.53/773.49	c #Conflicts:    1785000 | #Constraints:      47037
771.53/773.49	c #Conflicts:    1786000 | #Constraints:      48037
771.53/773.49	c #Conflicts:    1787000 | #Constraints:      49037
771.53/773.49	c #Conflicts:    1788000 | #Constraints:      50037
771.53/773.49	c #Conflicts:    1789000 | #Constraints:      51037
771.53/773.49	c #Conflicts:    1790000 | #Constraints:      52037
771.53/773.49	c #Conflicts:    1791000 | #Constraints:      53037
771.53/773.49	c #Conflicts:    1792000 | #Constraints:      54037
771.53/773.49	c #Conflicts:    1793000 | #Constraints:      55037
771.53/773.49	c #Conflicts:    1794000 | #Constraints:      56037
771.53/773.49	c #Conflicts:    1795000 | #Constraints:      57037
771.53/773.49	c #Conflicts:    1796000 | #Constraints:      58037
771.53/773.49	c #Conflicts:    1797000 | #Constraints:      59037
771.53/773.49	c #Conflicts:    1798000 | #Constraints:      60037
790.19/792.12	c #Conflicts:    1799000 | #Constraints:      61037
790.19/792.12	c #Conflicts:    1800000 | #Constraints:      62037
790.19/792.12	c INPROCESSING
790.19/792.12	c GARBAGE COLLECT
790.19/792.12	c #Conflicts:    1801000 | #Constraints:      36438
790.19/792.12	c #Conflicts:    1802000 | #Constraints:      37438
790.19/792.12	c #Conflicts:    1803000 | #Constraints:      38438
790.19/792.12	c #Conflicts:    1804000 | #Constraints:      39438
790.19/792.12	c #Conflicts:    1805000 | #Constraints:      40438
790.19/792.12	c #Conflicts:    1806000 | #Constraints:      41438
790.19/792.12	c #Conflicts:    1807000 | #Constraints:      42438
790.19/792.12	c #Conflicts:    1808000 | #Constraints:      43438
790.19/792.12	c #Conflicts:    1809000 | #Constraints:      44438
790.19/792.12	c #Conflicts:    1810000 | #Constraints:      45438
790.19/792.12	c #Conflicts:    1811000 | #Constraints:      46438
790.19/792.12	c #Conflicts:    1812000 | #Constraints:      47438
790.19/792.12	c #Conflicts:    1813000 | #Constraints:      48438
790.19/792.12	c #Conflicts:    1814000 | #Constraints:      49438
790.19/792.12	c #Conflicts:    1815000 | #Constraints:      50438
790.19/792.12	c #Conflicts:    1816000 | #Constraints:      51438
790.19/792.12	c #Conflicts:    1817000 | #Constraints:      52438
790.19/792.12	c #Conflicts:    1818000 | #Constraints:      53438
790.19/792.12	c #Conflicts:    1819000 | #Constraints:      54438
790.19/792.12	c #Conflicts:    1820000 | #Constraints:      55438
790.19/792.12	c #Conflicts:    1821000 | #Constraints:      56438
790.19/792.12	c #Conflicts:    1822000 | #Constraints:      57439
790.19/792.12	c #Conflicts:    1823000 | #Constraints:      58439
790.19/792.12	c #Conflicts:    1824000 | #Constraints:      59439
790.19/792.12	c #Conflicts:    1825000 | #Constraints:      60439
790.19/792.12	c #Conflicts:    1826000 | #Constraints:      61439
790.19/792.12	c #Conflicts:    1827000 | #Constraints:      62439
790.19/792.12	c INPROCESSING
790.19/792.12	c GARBAGE COLLECT
790.19/792.12	c #Conflicts:    1828000 | #Constraints:      36640
790.19/792.12	c #Conflicts:    1829000 | #Constraints:      37640
790.19/792.12	c #Conflicts:    1830000 | #Constraints:      38640
790.19/792.12	c #Conflicts:    1831000 | #Constraints:      39640
790.19/792.12	c #Conflicts:    1832000 | #Constraints:      40640
790.19/792.12	c #Conflicts:    1833000 | #Constraints:      41640
790.19/792.12	c #Conflicts:    1834000 | #Constraints:      42640
790.19/792.12	c #Conflicts:    1835000 | #Constraints:      43640
790.19/792.12	c #Conflicts:    1836000 | #Constraints:      44640
790.19/792.12	WSVECS04 Frhs2[8]: 6 -2228.25 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[10]: 6 -2228.25 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[28]: 6 0 273.125 shouldn't be
790.19/792.12	WSVECS04 Frhs2[88]: 6 0 2.00006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[107]: 6 0 2.00006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[114]: 6 0 724.375 shouldn't be
790.19/792.12	WSVECS04 Frhs2[120]: 6 0 0.50008 shouldn't be
790.19/792.12	WSVECS04 Frhs2[125]: 6 0 1.00006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[147]: 6 0 1.00003 shouldn't be
790.19/792.12	WSVECS04 Frhs2[149]: 6 0 0.375065 shouldn't be
790.19/792.12	WSVECS04 Frhs2[151]: 6 0 1.00004 shouldn't be
790.19/792.12	WSVECS04 Frhs2[154]: 6 0 221.625 shouldn't be
790.19/792.12	WSVECS04 Frhs2[169]: 6 0 1.0001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[171]: 6 0 769.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[174]: 6 0 724.125 shouldn't be
790.19/792.12	WSVECS04 Frhs2[182]: 6 0 0.500075 shouldn't be
790.19/792.12	WSVECS04 Frhs2[189]: 6 0 1.00001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[194]: 6 0 1.00002 shouldn't be
790.19/792.12	WSVECS04 Frhs2[227]: 6 0 690.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[229]: 6 0 1.00003 shouldn't be
790.19/792.12	WSVECS04 Frhs2[231]: 6 0 1.75002 shouldn't be
790.19/792.12	WSVECS04 Frhs2[245]: 6 0 2.25002 shouldn't be
790.19/792.12	WSVECS04 Frhs2[251]: 6 0 1.00009 shouldn't be
790.19/792.12	WSVECS04 Frhs2[253]: 6 0 0.750076 shouldn't be
790.19/792.12	WSVECS04 Frhs2[274]: 6 0 1.00007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[286]: 6 0 2.25006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[294]: 6 0 0.750074 shouldn't be
790.19/792.12	WSVECS04 Frhs2[309]: 6 0 690.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[311]: 6 0 1.00009 shouldn't be
790.19/792.12	WSVECS04 Frhs2[319]: 6 0 724.375 shouldn't be
790.19/792.12	WSVECS04 Frhs2[321]: 6 0 0.500082 shouldn't be
790.19/792.12	WSVECS04 Frhs2[359]: 6 0 221.625 shouldn't be
790.19/792.12	WSVECS04 Frhs2[360]: 6 0 723.375 shouldn't be
790.19/792.12	WSVECS04 Frhs2[365]: 6 0 1.00001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[374]: 6 0 1.00008 shouldn't be
790.19/792.12	WSVECS04 Frhs2[380]: 6 -1.00001 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[382]: 6 0 1.50003 shouldn't be
790.19/792.12	WSVECS04 Frhs2[387]: 6 0 0.500018 shouldn't be
790.19/792.12	WSVECS04 Frhs2[391]: 6 0 690.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[394]: 6 0 1.00003 shouldn't be
790.19/792.12	WSVECS04 Frhs2[399]: 6 0 1.0001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[425]: 6 0 1.00007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[434]: 6 0 1.00009 shouldn't be
790.19/792.12	WSVECS04 Frhs2[440]: 6 0 1.00003 shouldn't be
790.19/792.12	WSVECS04 Frhs2[467]: 6 0 255.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[469]: 6 0 0.750061 shouldn't be
790.19/792.12	WSVECS04 Frhs2[471]: 6 0 1.00007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[474]: 6 0 1112.13 shouldn't be
790.19/792.12	WSVECS04 Frhs2[499]: 6 0 0.750076 shouldn't be
790.19/792.12	WSVECS04 Frhs2[502]: 6 0 724.125 shouldn't be
790.19/792.12	WSVECS04 Frhs2[505]: 6 0 1.50008 shouldn't be
790.19/792.12	WSVECS04 Frhs2[507]: 6 0 1.00007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[511]: 6 0 1.00007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[514]: 6 0 690.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[530]: 6 0 0.250028 shouldn't be
790.19/792.12	WSVECS04 Frhs2[622]: 6 0 769.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[625]: 6 0 725.125 shouldn't be
790.19/792.12	WSVECS04 Frhs2[627]: 6 0 0.500056 shouldn't be
790.19/792.12	WSVECS04 Frhs2[631]: 6 0 255.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[641]: 6 0 0.625059 shouldn't be
790.19/792.12	WSVECS04 Frhs2[648]: 6 0 0.500026 shouldn't be
790.19/792.12	WSVECS04 Frhs2[700]: 6 0 469.375 shouldn't be
790.19/792.12	WSVECS04 Frhs2[705]: 6 0 1.00001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[707]: 6 0 725.125 shouldn't be
790.19/792.12	WSVECS04 Frhs2[709]: 6 0 0.500063 shouldn't be
790.19/792.12	WSVECS04 Frhs2[714]: 6 0 193.625 shouldn't be
790.19/792.12	WSVECS04 Frhs2[720]: 6 0 1112.13 shouldn't be
790.19/792.12	WSVECS04 Frhs2[735]: 6 0 0.250098 shouldn't be
790.19/792.12	WSVECS04 Frhs2[739]: 6 0 1.00006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[742]: 6 0 1.00001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[751]: 6 0 2.50005 shouldn't be
790.19/792.12	WSVECS04 Frhs2[761]: 6 0 1112.13 shouldn't be
790.19/792.12	WSVECS04 Frhs2[773]: 6 -1.25006 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[776]: 6 0 0.250082 shouldn't be
790.19/792.12	WSVECS04 Frhs2[781]: 6 0 390.125 shouldn't be
790.19/792.12	WSVECS04 Frhs2[829]: 6 0 1.00006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[840]: 6 0 0.50003 shouldn't be
790.19/792.12	WSVECS04 Frhs2[851]: 6 0 222.625 shouldn't be
790.19/792.12	WSVECS04 Frhs2[862]: 6 0 1.00008 shouldn't be
790.19/792.12	WSVECS04 Frhs2[949]: 6 0 3.00007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[960]: 6 0 193.625 shouldn't be
790.19/792.12	WSVECS04 Frhs2[965]: 6 0 690.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[966]: 6 0 1112.13 shouldn't be
790.19/792.12	WSVECS04 Frhs2[973]: 6 0 1.00001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[975]: 6 0 723.375 shouldn't be
790.19/792.12	WSVECS04 Frhs2[981]: 6 0 1.75006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1031]: 6 0 3.00008 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1034]: 6 0 1.00006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1045]: 6 0 0.500011 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1046]: 6 0 0.500042 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1047]: 6 0 690.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1048]: 6 0 1112.13 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1049]: 6 0 1.00009 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1050]: 6 0 1.00005 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1053]: 6 0 1.00008 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1055]: 6 0 1.00009 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1056]: 6 0 222.625 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1059]: 6 0 1.00009 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1067]: 6 0 1.00008 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1111]: 6 0 2.00005 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1114]: 6 0 769.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1120]: 6 0 1.5001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1121]: 6 0 0.333419 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1125]: 6 0 0.75007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1127]: 6 0 0.500094 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1128]: 6 0 0.500043 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1129]: 6 0 690.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1130]: 6 0 1112.13 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1131]: 6 0 1.00005 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1132]: 6 0 0.500068 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1133]: 6 0 0.375097 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1135]: 6 0 1.00006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1141]: 6 0 1.00007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1144]: 6 0 1.00004 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1147]: 6 0 2.2501 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1149]: 6 0 1.00004 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1199]: 6 0 725.125 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1204]: 6 0 1.00007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1205]: 6 0 255.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1206]: 6 0 194.625 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1207]: 6 0 0.75002 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1210]: 6 0 0.50008 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1213]: 6 0 1.00007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1215]: 6 0 0.375077 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1219]: 6 0 1.00002 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1222]: 6 0 0.500039 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1227]: 6 0 1.75008 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1229]: 6 0 2.25007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1231]: 6 0 1.00002 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1319]: 6 0 769.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1320]: 6 0 1.00002 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1324]: 6 0 0.500025 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1327]: 6 0 1.00001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1330]: 6 0 0.750038 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1333]: 6 0 0.500048 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1334]: 6 0 690.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1342]: 6 0 1.00001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1349]: 6 0 1.00003 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1520]: 6 0 468.375 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1524]: 6 0 766 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1530]: 6 0 0.500023 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1539]: 6 0 689.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1542]: 6 0 0.500061 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1551]: 6 0 1.0001 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1561]: 6 0 468.375 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1564]: 6 0 2.00003 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1565]: 6 0 767.5 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1571]: 6 0 0.500062 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1574]: 6 0 255.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1596]: 6 0 0.500042 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1612]: 6 0 0.50006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1615]: 6 0 254.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1619]: 6 0 0.500095 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1622]: 6 0 1112.13 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1624]: 6 0 0.500083 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1627]: 6 0 1.00002 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1725]: 6 0 468.375 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1728]: 6 0 2.00007 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1744]: 6 0 689.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1766]: 6 0 468.375 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1769]: 6 0 2.00008 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1779]: 6 0 254.25 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1787]: 6 0 1.00005 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1789]: 6 0 0.375017 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1791]: 6 0 1.00006 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1793]: 6 0 1.00003 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1801]: 6 0 0.500054 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1806]: 6 0 1.00009 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1859]: 6 -1.00004 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1860]: 6 -1.00003 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1901]: 6 -1.00007 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1905]: 6 -1.00005 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1927]: 6 -0.666733 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1950]: 6 -1.00002 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1976]: 6 -1.00003 0 shouldn't be
790.19/792.12	WSVECS04 Frhs2[1977]: 6 -1.00007 0 shouldn't be
826.80/828.83	c #Conflicts:    1837000 | #Constraints:      45641
826.80/828.83	c #Conflicts:    1838000 | #Constraints:      46641
826.80/828.83	c #Conflicts:    1839000 | #Constraints:      47641
826.80/828.83	c #Conflicts:    1840000 | #Constraints:      48641
826.80/828.83	c #Conflicts:    1841000 | #Constraints:      49641
826.80/828.83	c #Conflicts:    1842000 | #Constraints:      50641
826.80/828.83	c #Conflicts:    1843000 | #Constraints:      51641
826.80/828.83	c #Conflicts:    1844000 | #Constraints:      52641
826.80/828.83	c #Conflicts:    1845000 | #Constraints:      53641
826.80/828.83	c #Conflicts:    1846000 | #Constraints:      54641
826.80/828.83	c #Conflicts:    1847000 | #Constraints:      55641
826.80/828.83	c #Conflicts:    1848000 | #Constraints:      56641
826.80/828.83	c #Conflicts:    1849000 | #Constraints:      57641
826.80/828.83	c #Conflicts:    1850000 | #Constraints:      58641
826.80/828.83	c #Conflicts:    1851000 | #Constraints:      59641
826.80/828.83	c #Conflicts:    1852000 | #Constraints:      60641
826.80/828.83	c #Conflicts:    1853000 | #Constraints:      61641
826.80/828.83	c #Conflicts:    1854000 | #Constraints:      62641
826.80/828.83	c INPROCESSING
826.80/828.83	c GARBAGE COLLECT
826.80/828.83	c #Conflicts:    1855000 | #Constraints:      36640
826.80/828.83	c #Conflicts:    1856000 | #Constraints:      37640
826.80/828.83	c #Conflicts:    1857000 | #Constraints:      38640
826.80/828.83	c #Conflicts:    1858000 | #Constraints:      39640
826.80/828.83	c #Conflicts:    1859000 | #Constraints:      40640
826.80/828.83	c #Conflicts:    1860000 | #Constraints:      41640
826.80/828.83	c #Conflicts:    1861000 | #Constraints:      42640
826.80/828.83	c #Conflicts:    1862000 | #Constraints:      43640
826.80/828.83	c #Conflicts:    1863000 | #Constraints:      44640
826.80/828.83	c #Conflicts:    1864000 | #Constraints:      45640
826.80/828.83	c #Conflicts:    1865000 | #Constraints:      46640
826.80/828.83	c #Conflicts:    1866000 | #Constraints:      47640
826.80/828.83	c #Conflicts:    1867000 | #Constraints:      48640
826.80/828.83	c #Conflicts:    1868000 | #Constraints:      49640
826.80/828.83	c #Conflicts:    1869000 | #Constraints:      50640
826.80/828.83	c #Conflicts:    1870000 | #Constraints:      51641
826.80/828.83	c #Conflicts:    1871000 | #Constraints:      52641
826.80/828.83	c #Conflicts:    1872000 | #Constraints:      53641
826.80/828.83	c #Conflicts:    1873000 | #Constraints:      54641
826.80/828.83	c #Conflicts:    1874000 | #Constraints:      55641
826.80/828.83	c #Conflicts:    1875000 | #Constraints:      56641
826.80/828.83	c #Conflicts:    1876000 | #Constraints:      57641
826.80/828.83	c #Conflicts:    1877000 | #Constraints:      58641
826.80/828.83	c #Conflicts:    1878000 | #Constraints:      59641
826.80/828.83	c #Conflicts:    1879000 | #Constraints:      60641
826.80/828.83	c #Conflicts:    1880000 | #Constraints:      61641
826.80/828.83	c #Conflicts:    1881000 | #Constraints:      62641
826.80/828.83	c INPROCESSING
826.80/828.83	c GARBAGE COLLECT
826.80/828.83	c #Conflicts:    1882000 | #Constraints:      36442
826.80/828.83	c #Conflicts:    1883000 | #Constraints:      37442
826.80/828.83	c #Conflicts:    1884000 | #Constraints:      38442
826.80/828.83	c #Conflicts:    1885000 | #Constraints:      39442
826.80/828.83	c #Conflicts:    1886000 | #Constraints:      40442
826.80/828.83	c #Conflicts:    1887000 | #Constraints:      41442
826.80/828.83	c #Conflicts:    1888000 | #Constraints:      42443
826.80/828.83	c #Conflicts:    1889000 | #Constraints:      43443
826.80/828.83	c #Conflicts:    1890000 | #Constraints:      44443
826.80/828.83	c #Conflicts:    1891000 | #Constraints:      45443
826.80/828.83	c #Conflicts:    1892000 | #Constraints:      46443
826.80/828.83	c #Conflicts:    1893000 | #Constraints:      47443
826.80/828.83	c #Conflicts:    1894000 | #Constraints:      48443
826.80/828.83	c #Conflicts:    1895000 | #Constraints:      49443
826.80/828.83	c #Conflicts:    1896000 | #Constraints:      50443
826.80/828.83	c #Conflicts:    1897000 | #Constraints:      51443
826.80/828.83	c #Conflicts:    1898000 | #Constraints:      52443
826.80/828.83	c #Conflicts:    1899000 | #Constraints:      53443
826.80/828.83	c #Conflicts:    1900000 | #Constraints:      54443
826.80/828.83	c #Conflicts:    1901000 | #Constraints:      55444
826.80/828.83	c #Conflicts:    1902000 | #Constraints:      56444
826.80/828.83	c #Conflicts:    1903000 | #Constraints:      57444
826.80/828.83	c #Conflicts:    1904000 | #Constraints:      58444
826.80/828.83	c #Conflicts:    1905000 | #Constraints:      59444
826.80/828.83	c #Conflicts:    1906000 | #Constraints:      60444
826.80/828.83	c #Conflicts:    1907000 | #Constraints:      61444
826.80/828.83	c #Conflicts:    1908000 | #Constraints:      62444
826.80/828.83	c #Conflicts:    1909000 | #Constraints:      63444
826.80/828.83	c INPROCESSING
826.80/828.83	c GARBAGE COLLECT
826.80/828.83	WSVECS04 Frhs2[21]: 6 0 40.2858 shouldn't be
826.80/828.83	WSVECS04 Frhs2[75]: 6 0 5.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[96]: 6 0 32.0001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[97]: 6 0 1.00006 shouldn't be
826.80/828.83	WSVECS04 Frhs2[100]: 6 0 49.6429 shouldn't be
826.80/828.83	WSVECS04 Frhs2[103]: 6 0 1.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[137]: 6 0 32 shouldn't be
826.80/828.83	WSVECS04 Frhs2[147]: 6 0 25.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[148]: 6 0 13.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[182]: 6 0 49.6429 shouldn't be
826.80/828.83	WSVECS04 Frhs2[188]: 6 0 25.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[200]: 6 0 1.00007 shouldn't be
826.80/828.83	WSVECS04 Frhs2[223]: 6 0 49.6429 shouldn't be
826.80/828.83	WSVECS04 Frhs2[226]: 6 0 1.00007 shouldn't be
826.80/828.83	WSVECS04 Frhs2[230]: 6 0 13.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[260]: 6 0 32.0001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[264]: 6 0 49.6429 shouldn't be
826.80/828.83	WSVECS04 Frhs2[271]: 6 0 14.4287 shouldn't be
826.80/828.83	WSVECS04 Frhs2[278]: 6 0 1.00007 shouldn't be
826.80/828.83	WSVECS04 Frhs2[295]: 6 0 72.5715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[296]: 6 0 2.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[301]: 6 0 32 shouldn't be
826.80/828.83	WSVECS04 Frhs2[302]: 6 0 0.500014 shouldn't be
826.80/828.83	WSVECS04 Frhs2[308]: 6 0 1.00009 shouldn't be
826.80/828.83	WSVECS04 Frhs2[311]: 6 0 25.0714 shouldn't be
826.80/828.83	WSVECS04 Frhs2[319]: 6 0 1.00008 shouldn't be
826.80/828.83	WSVECS04 Frhs2[337]: 6 0 2.00009 shouldn't be
826.80/828.83	WSVECS04 Frhs2[342]: 6 0 32.0001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[343]: 6 0 0.500097 shouldn't be
826.80/828.83	WSVECS04 Frhs2[360]: 6 0 1.00007 shouldn't be
826.80/828.83	WSVECS04 Frhs2[376]: 6 0 1.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[377]: 6 0 72.5715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[383]: 6 0 32 shouldn't be
826.80/828.83	WSVECS04 Frhs2[384]: 6 0 0.500095 shouldn't be
826.80/828.83	WSVECS04 Frhs2[414]: 6 0 1.00001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[424]: 6 0 32 shouldn't be
826.80/828.83	WSVECS04 Frhs2[506]: 6 0 32 shouldn't be
826.80/828.83	WSVECS04 Frhs2[524]: 6 0 33.5715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[540]: 6 0 1.00004 shouldn't be
826.80/828.83	WSVECS04 Frhs2[543]: 6 0 0.500047 shouldn't be
826.80/828.83	WSVECS04 Frhs2[547]: 6 0 32 shouldn't be
826.80/828.83	WSVECS04 Frhs2[575]: 6 0 70.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[588]: 6 0 32.0001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[591]: 6 0 2.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[598]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[633]: 6 0 48.6429 shouldn't be
826.80/828.83	WSVECS04 Frhs2[639]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[647]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[651]: 6 0 1.00009 shouldn't be
826.80/828.83	WSVECS04 Frhs2[656]: 6 0 4.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[657]: 6 0 70.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[663]: 6 0 1.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[680]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[711]: 6 0 32 shouldn't be
826.80/828.83	WSVECS04 Frhs2[739]: 6 0 70.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[752]: 6 0 31 shouldn't be
826.80/828.83	WSVECS04 Frhs2[756]: 6 0 48.6429 shouldn't be
826.80/828.83	WSVECS04 Frhs2[759]: 6 0 1.00006 shouldn't be
826.80/828.83	WSVECS04 Frhs2[762]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[766]: 6 0 0.500059 shouldn't be
826.80/828.83	WSVECS04 Frhs2[770]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[774]: 6 0 2.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[775]: 6 0 1.00005 shouldn't be
826.80/828.83	WSVECS04 Frhs2[778]: 6 0 2.00007 shouldn't be
826.80/828.83	WSVECS04 Frhs2[793]: 6 0 33.0001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[797]: 6 0 48.6429 shouldn't be
826.80/828.83	WSVECS04 Frhs2[798]: 6 0 1.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[800]: 6 0 1.00009 shouldn't be
826.80/828.83	WSVECS04 Frhs2[803]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[807]: 6 0 0.500033 shouldn't be
826.80/828.83	WSVECS04 Frhs2[811]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[827]: 6 0 1.00004 shouldn't be
826.80/828.83	WSVECS04 Frhs2[834]: 6 0 32.0001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[835]: 6 0 0.500033 shouldn't be
826.80/828.83	WSVECS04 Frhs2[838]: 6 0 48.6429 shouldn't be
826.80/828.83	WSVECS04 Frhs2[841]: 6 0 1.00007 shouldn't be
826.80/828.83	WSVECS04 Frhs2[842]: 6 0 1.00008 shouldn't be
826.80/828.83	WSVECS04 Frhs2[844]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[845]: 6 0 13.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[852]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[857]: 6 0 1.00005 shouldn't be
826.80/828.83	WSVECS04 Frhs2[859]: 6 0 0.500033 shouldn't be
826.80/828.83	WSVECS04 Frhs2[868]: 6 0 1.00004 shouldn't be
826.80/828.83	WSVECS04 Frhs2[875]: 6 0 31 shouldn't be
826.80/828.83	WSVECS04 Frhs2[876]: 6 0 0.500032 shouldn't be
826.80/828.83	WSVECS04 Frhs2[879]: 6 0 49.6429 shouldn't be
826.80/828.83	WSVECS04 Frhs2[882]: 6 0 1.00006 shouldn't be
826.80/828.83	WSVECS04 Frhs2[883]: 6 0 1.00009 shouldn't be
826.80/828.83	WSVECS04 Frhs2[886]: 6 0 12.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[889]: 6 0 0.500046 shouldn't be
826.80/828.83	WSVECS04 Frhs2[893]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[897]: 6 0 2.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[898]: 6 0 1.00008 shouldn't be
826.80/828.83	WSVECS04 Frhs2[899]: 6 0 1.00001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[911]: 6 0 1.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[916]: 6 0 32 shouldn't be
826.80/828.83	WSVECS04 Frhs2[923]: 6 0 1.00008 shouldn't be
826.80/828.83	WSVECS04 Frhs2[924]: 6 0 1.00006 shouldn't be
826.80/828.83	WSVECS04 Frhs2[926]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[930]: 6 0 0.500066 shouldn't be
826.80/828.83	WSVECS04 Frhs2[934]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[938]: 6 0 2.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[939]: 6 0 1.00007 shouldn't be
826.80/828.83	WSVECS04 Frhs2[941]: 6 0 0.500026 shouldn't be
826.80/828.83	WSVECS04 Frhs2[944]: 6 0 70.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[950]: 6 0 1.00001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[956]: 6 0 1.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[958]: 6 0 0.500094 shouldn't be
826.80/828.83	WSVECS04 Frhs2[979]: 6 0 2.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[991]: 6 0 1.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[999]: 6 0 0.50008 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1009]: 6 0 12.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1016]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1032]: 6 0 3.0001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1040]: 6 0 0.500023 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1046]: 6 0 1.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1047]: 6 0 1.00001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1057]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1064]: 6 0 0.500095 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1079]: 6 0 1.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1087]: 6 0 1.00008 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1088]: 6 0 1.00005 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1091]: 6 0 12.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1098]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1102]: 6 0 2.00004 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1105]: 6 0 0.500094 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1108]: 6 0 70.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1139]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1143]: 6 0 2.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1146]: 6 0 0.500019 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1169]: 6 0 1.00005 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1170]: 6 0 1.00009 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1173]: 6 0 12.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1180]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1184]: 6 0 2.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1190]: 6 0 70.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1193]: 6 0 1.00006 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1214]: 6 0 12.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1221]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1225]: 6 0 2.00001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1231]: 6 0 70.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1262]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1269]: 6 0 0.500047 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1272]: 6 0 70.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1296]: 6 0 13.4287 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1303]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1310]: 6 0 0.500065 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1312]: 6 0 3.00001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1313]: 6 0 70.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1322]: 6 0 1.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1337]: 6 0 13.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1342]: 6 0 1.00009 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1344]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1348]: 6 0 2.00004 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1353]: 6 0 5.00001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1365]: 6 0 2.00007 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1377]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1378]: 6 0 13.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1383]: 6 0 1.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1385]: 6 0 48.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1395]: 6 0 69.7144 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1418]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1419]: 6 0 13.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1422]: 6 0 0.500084 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1426]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1430]: 6 0 2.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1444]: 6 -1.00007 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1454]: 6 0 1.00004 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1459]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1477]: 6 0 69.7144 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1484]: 6 0 59.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1491]: 6 0 0.500088 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1501]: 6 0 13.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1504]: 6 0 0.500065 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1508]: 6 0 43.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1518]: 6 0 69.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1525]: 6 0 59.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1530]: 6 0 1.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1531]: 6 0 33 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1532]: 6 0 0.500056 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1536]: 6 0 1.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1542]: 6 0 13.4287 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1545]: 6 0 0.500063 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1554]: 6 0 1.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1555]: 6 0 3.00008 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1559]: 6 0 69.7143 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1566]: 6 0 59.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1573]: 6 0 0.5001 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1583]: 6 0 13.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1586]: 6 0 0.500019 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1595]: 6 0 2.00002 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1600]: 6 0 69.7144 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1624]: 6 0 13.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1635]: 6 0 3.00004 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1662]: 6 0 1.00008 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1664]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1665]: 6 0 13.4287 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1699]: 6 0 49.6429 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1702]: 6 0 1.00006 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1703]: 6 0 1.00006 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1705]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1706]: 6 0 13.4286 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1713]: 6 0 45.8572 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1736]: 6 0 33 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1744]: 6 0 1.00004 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1746]: 6 0 26.0715 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1759]: 6 0 1.00008 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1777]: 6 0 33 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1784]: 6 0 1.00009 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1785]: 6 0 1.00006 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1799]: 6 0 1.00004 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1800]: 6 0 1.00003 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1808]: 6 -1.00008 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1810]: 6 -2.00001 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1812]: 6 -1.00006 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1813]: 6 -1.00004 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1814]: 6 -1.00002 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1876]: 6 -1.00003 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1879]: 6 -2.00002 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1887]: 6 -1.00001 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1898]: 6 -3.00003 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1902]: 6 -1.00004 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1943]: 6 -1.00003 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1964]: 6 -2.00005 0 shouldn't be
826.80/828.83	WSVECS04 Frhs2[1967]: 6 -1.00005 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[91]: 6 0 1.0001 shouldn't be
827.11/829.12	WSVECS04 Frhs2[255]: 6 0 2.00001 shouldn't be
827.11/829.12	WSVECS04 Frhs2[498]: 6 0 1.00001 shouldn't be
827.11/829.12	WSVECS04 Frhs2[573]: 6 0 1.00002 shouldn't be
827.11/829.12	WSVECS04 Frhs2[580]: 6 0 1.00003 shouldn't be
827.11/829.12	WSVECS04 Frhs2[703]: 6 0 1.00004 shouldn't be
827.11/829.12	WSVECS04 Frhs2[736]: 6 0 0.500078 shouldn't be
827.11/829.12	WSVECS04 Frhs2[777]: 6 0 0.500098 shouldn't be
827.11/829.12	WSVECS04 Frhs2[818]: 6 0 0.500078 shouldn't be
827.11/829.12	WSVECS04 Frhs2[867]: 6 0 1.00003 shouldn't be
827.11/829.12	WSVECS04 Frhs2[900]: 6 0 0.500053 shouldn't be
827.11/829.12	WSVECS04 Frhs2[982]: 6 0 0.500051 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1024]: 6 0 1.00002 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1031]: 6 0 1.00002 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1072]: 6 0 3.00008 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1106]: 6 0 1.00002 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1152]: 6 0 1.00007 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1154]: 6 0 2.00008 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1187]: 6 0 0.500097 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1228]: 6 0 0.500055 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1523]: 6 0 1.00002 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1524]: 6 0 1.00008 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1565]: 6 0 1.00006 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1761]: 6 0 0.500088 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1807]: 6 -1.00003 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1811]: 6 -1.00004 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1815]: 6 -1.00004 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1823]: 6 -1.00006 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1824]: 6 -1.00004 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1832]: 6 -1.00003 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1836]: 6 -1.00005 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1842]: 6 -1.00002 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1931]: 6 -1.0001 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1936]: 6 -1.00002 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1937]: 6 -2.0001 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1939]: 6 -1.00005 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1940]: 6 -1.00007 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1941]: 6 -1.00003 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1942]: 6 -1.00005 0 shouldn't be
827.11/829.12	WSVECS04 Frhs2[1960]: 6 -4.00009 0 shouldn't be
827.40/829.46	WSVECS04 Frhs2[214]: 6 0 2.00006 shouldn't be
827.40/829.46	WSVECS04 Frhs2[233]: 6 0 1.00006 shouldn't be
827.40/829.46	WSVECS04 Frhs2[455]: 6 0 1.00002 shouldn't be
827.40/829.46	WSVECS04 Frhs2[619]: 6 0 1.00007 shouldn't be
827.40/829.46	WSVECS04 Frhs2[701]: 6 0 1.00009 shouldn't be
827.40/829.46	WSVECS04 Frhs2[771]: 6 0 0.500059 shouldn't be
827.40/829.46	WSVECS04 Frhs2[847]: 6 0 0.500042 shouldn't be
827.40/829.46	WSVECS04 Frhs2[848]: 6 0 0.500093 shouldn't be
827.40/829.46	WSVECS04 Frhs2[853]: 6 0 0.500056 shouldn't be
827.40/829.46	WSVECS04 Frhs2[894]: 6 0 0.500027 shouldn't be
827.40/829.46	WSVECS04 Frhs2[988]: 6 0 1.00002 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1029]: 6 0 1.0001 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1063]: 6 0 1.00006 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1099]: 6 0 0.500039 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1104]: 6 0 1.00004 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1145]: 6 0 1.00005 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1268]: 6 0 1.00003 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1339]: 6 0 0.50003 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1350]: 6 0 1.00007 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1391]: 6 0 1.00003 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1432]: 6 0 1.00007 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1469]: 6 0 1.0001 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1591]: 6 0 0.50005 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1673]: 6 0 2.00005 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1886]: 6 -1.00004 0 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1894]: 6 -1.00003 0 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1895]: 6 -1.00002 0 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1912]: 6 -1.00008 0 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1917]: 6 -1.00007 0 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1949]: 6 -1.00009 0 shouldn't be
827.40/829.46	WSVECS04 Frhs2[1951]: 6 -2.00001 0 shouldn't be
827.80/829.84	WSVECS04 Frhs2[757]: 6 0 1.00006 shouldn't be
827.80/829.84	WSVECS04 Frhs2[839]: 6 0 1.00005 shouldn't be
827.80/829.84	WSVECS04 Frhs2[880]: 6 0 1.00006 shouldn't be
827.80/829.84	WSVECS04 Frhs2[1372]: 6 0 1.00006 shouldn't be
827.80/829.84	WSVECS04 Frhs2[1413]: 6 0 1.00004 shouldn't be
827.80/829.84	WSVECS04 Frhs2[1577]: 6 0 1.00006 shouldn't be
827.80/829.84	WSVECS04 Frhs2[1618]: 6 0 1.00006 shouldn't be
827.80/829.84	WSVECS04 Frhs2[1680]: 6 0 1.00007 shouldn't be
827.80/829.84	WSVECS04 Frhs2[1721]: 6 0 1.00002 shouldn't be
827.80/829.84	WSVECS04 Frhs2[1782]: 6 0 1.00004 shouldn't be
827.80/829.84	WSVECS04 Frhs2[1855]: 6 -3.00007 0 shouldn't be
827.80/829.84	WSVECS04 Frhs2[1883]: 6 -3.00007 0 shouldn't be
827.80/829.84	WSVECS04 Frhs2[1899]: 6 -3.0001 0 shouldn't be
828.10/830.17	WSVECS04 Frhs2[420]: 6 0 1.00005 shouldn't be
828.10/830.17	WSVECS04 Frhs2[461]: 6 0 1.00006 shouldn't be
828.10/830.17	WSVECS04 Frhs2[471]: 6 0 1.00006 shouldn't be
828.10/830.17	WSVECS04 Frhs2[502]: 6 0 1.00007 shouldn't be
828.10/830.17	WSVECS04 Frhs2[584]: 6 0 1.00005 shouldn't be
828.10/830.17	WSVECS04 Frhs2[615]: 6 0 4.00006 shouldn't be
828.10/830.17	WSVECS04 Frhs2[625]: 6 0 1.00008 shouldn't be
828.10/830.17	WSVECS04 Frhs2[697]: 6 0 4.00003 shouldn't be
828.10/830.17	WSVECS04 Frhs2[707]: 6 0 1.00005 shouldn't be
828.10/830.17	WSVECS04 Frhs2[738]: 6 0 4.00004 shouldn't be
828.10/830.17	WSVECS04 Frhs2[748]: 6 0 1.0001 shouldn't be
828.10/830.17	WSVECS04 Frhs2[779]: 6 0 4.00004 shouldn't be
828.10/830.17	WSVECS04 Frhs2[789]: 6 0 1.00009 shouldn't be
828.10/830.17	WSVECS04 Frhs2[820]: 6 0 4.00006 shouldn't be
828.10/830.17	WSVECS04 Frhs2[830]: 6 0 1.00002 shouldn't be
828.10/830.17	WSVECS04 Frhs2[861]: 6 0 4.00007 shouldn't be
828.10/830.17	WSVECS04 Frhs2[871]: 6 0 1.00007 shouldn't be
828.10/830.17	WSVECS04 Frhs2[895]: 6 0 1.00009 shouldn't be
828.10/830.17	WSVECS04 Frhs2[902]: 6 0 4.00006 shouldn't be
828.10/830.17	WSVECS04 Frhs2[984]: 6 0 4.00007 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1025]: 6 0 4.00006 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1066]: 6 0 4.00009 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1100]: 6 0 1.00004 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1107]: 6 0 4.00004 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1148]: 6 0 4.00008 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1189]: 6 0 4.00003 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1230]: 6 0 4.00009 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1305]: 6 0 1.00003 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1503]: 6 0 0.500085 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1517]: 6 0 1.00004 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1585]: 6 0 0.500032 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1599]: 6 0 3.00003 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1626]: 6 0 0.500037 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1640]: 6 0 3.00008 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1681]: 6 0 4.00004 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1698]: 6 0 6.00005 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1722]: 6 0 4.00009 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1845]: 6 -2.00003 0 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1850]: 6 -1.00004 0 shouldn't be
828.10/830.17	WSVECS04 Frhs2[1851]: 6 -1.00007 0 shouldn't be
828.80/830.88	WSVECS04 Frhs2[231]: 6 0 1.00005 shouldn't be
828.80/830.88	WSVECS04 Frhs2[535]: 6 0 1.00002 shouldn't be
828.80/830.88	WSVECS04 Frhs2[576]: 6 0 1.00004 shouldn't be
828.80/830.88	WSVECS04 Frhs2[617]: 6 0 1.00007 shouldn't be
828.80/830.88	WSVECS04 Frhs2[658]: 6 0 1.00002 shouldn't be
828.80/830.88	WSVECS04 Frhs2[699]: 6 0 1.00005 shouldn't be
828.80/830.88	WSVECS04 Frhs2[744]: 6 0 1.00006 shouldn't be
828.80/830.88	WSVECS04 Frhs2[781]: 6 0 1.00004 shouldn't be
828.80/830.88	WSVECS04 Frhs2[792]: 6 0 6.00004 shouldn't be
828.80/830.88	WSVECS04 Frhs2[822]: 6 0 1.00008 shouldn't be
828.80/830.88	WSVECS04 Frhs2[863]: 6 0 1.00006 shouldn't be
828.80/830.88	WSVECS04 Frhs2[904]: 6 0 1.00002 shouldn't be
828.80/830.88	WSVECS04 Frhs2[1191]: 6 0 1.00003 shouldn't be
828.80/830.88	WSVECS04 Frhs2[1197]: 6 0 77.2858 shouldn't be
828.80/830.88	WSVECS04 Frhs2[1202]: 6 0 1.00005 shouldn't be
828.80/830.88	WSVECS04 Frhs2[1243]: 6 0 4.00005 shouldn't be
828.80/830.88	WSVECS04 Frhs2[1279]: 6 0 77.2857 shouldn't be
828.80/830.88	WSVECS04 Frhs2[1407]: 6 0 1.00006 shouldn't be
828.80/830.88	WSVECS04 Frhs2[1724]: 6 0 1.00003 shouldn't be
828.80/830.88	WSVECS04 Frhs2[1833]: 6 -1.00003 0 shouldn't be
828.80/830.88	WSVECS04 Frhs2[1865]: 6 -2.00007 0 shouldn't be
828.80/830.88	WSVECS04 Frhs2[1972]: 6 -2.00009 0 shouldn't be
829.60/831.69	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
829.60/831.69	WSVECS04 Frhs2[141]: 6 0 49.6429 shouldn't be
829.60/831.69	WSVECS04 Frhs2[181]: 6 0 8.00002 shouldn't be
829.60/831.69	WSVECS04 Frhs2[198]: 6 0 10.0001 shouldn't be
829.60/831.69	WSVECS04 Frhs2[270]: 6 0 25.0715 shouldn't be
829.60/831.69	WSVECS04 Frhs2[304]: 6 0 8.00003 shouldn't be
829.60/831.69	WSVECS04 Frhs2[346]: 6 0 49.6429 shouldn't be
829.60/831.69	WSVECS04 Frhs2[516]: 6 0 26.0715 shouldn't be
829.60/831.69	WSVECS04 Frhs2[557]: 6 0 26.0715 shouldn't be
829.60/831.69	WSVECS04 Frhs2[796]: 6 0 8.00003 shouldn't be
829.60/831.69	WSVECS04 Frhs2[826]: 6 0 1.00006 shouldn't be
829.60/831.69	WSVECS04 Frhs2[919]: 6 0 8.00002 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1002]: 6 0 69 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1018]: 6 0 1.00007 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1038]: 6 0 1.00004 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1042]: 6 0 7.00002 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1109]: 6 0 1.00003 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1150]: 6 0 1.00003 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1232]: 6 0 1.00004 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1325]: 6 0 1.00006 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1500]: 6 0 26.0715 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1541]: 6 0 26.0715 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1616]: 6 0 8.00003 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1617]: 6 0 49.6429 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1623]: 6 0 26.0715 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1867]: 6 -1.00008 0 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1868]: 6 -1.00008 0 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1893]: 6 -1.00007 0 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1922]: 6 -1.00003 0 shouldn't be
829.60/831.69	WSVECS04 Frhs2[1947]: 6 -2.00005 0 shouldn't be
830.40/832.43	WSVECS04 Frhs2[499]: 6 0 1.00005 shouldn't be
830.40/832.43	WSVECS04 Frhs2[998]: 6 0 31.0001 shouldn't be
830.40/832.43	WSVECS04 Frhs2[1043]: 6 0 69 shouldn't be
830.40/832.43	WSVECS04 Frhs2[1462]: 6 0 0.50009 shouldn't be
830.40/832.43	WSVECS04 Frhs2[1494]: 6 0 49.6429 shouldn't be
830.40/832.43	WSVECS04 Frhs2[1657]: 6 0 8.00005 shouldn't be
830.40/832.43	WSVECS04 Frhs2[1858]: 6 -2.00007 0 shouldn't be
830.40/832.43	WSVECS04 Frhs2[1861]: 6 -3.00008 0 shouldn't be
830.40/832.43	WSVECS04 Frhs2[1864]: 6 -1.00002 0 shouldn't be
830.40/832.43	WSVECS04 Frhs2[1870]: 6 -4.00008 0 shouldn't be
831.00/833.07	WSVECS04 Frhs2[254]: 6 0 17.2144 shouldn't be
831.00/833.07	WSVECS04 Frhs2[395]: 6 0 1.00008 shouldn't be
831.00/833.07	WSVECS04 Frhs2[821]: 6 0 70.7144 shouldn't be
831.00/833.07	WSVECS04 Frhs2[1070]: 6 0 1.00006 shouldn't be
831.00/833.07	WSVECS04 Frhs2[1076]: 6 0 1.00006 shouldn't be
831.00/833.07	WSVECS04 Frhs2[1156]: 6 0 77.2858 shouldn't be
831.00/833.07	WSVECS04 Frhs2[1370]: 6 0 7.00006 shouldn't be
831.00/833.07	WSVECS04 Frhs2[1495]: 6 0 1.00009 shouldn't be
831.00/833.07	WSVECS04 Frhs2[1558]: 6 0 3.00008 shouldn't be
831.00/833.07	WSVECS04 Frhs2[1641]: 6 0 69.7144 shouldn't be
831.00/833.07	WSVECS04 Frhs2[1854]: 6 -1.00005 0 shouldn't be
831.00/833.07	WSVECS04 Frhs2[1953]: 6 -3.00003 0 shouldn't be
831.00/833.07	WSVECS04 Frhs2[1956]: 6 -2.00005 0 shouldn't be
831.68/833.75	WSVECS04 Frhs2[616]: 6 0 70.7144 shouldn't be
831.68/833.75	WSVECS04 Frhs2[629]: 6 0 32.0001 shouldn't be
831.68/833.75	WSVECS04 Frhs2[698]: 6 0 70.7144 shouldn't be
831.68/833.75	WSVECS04 Frhs2[783]: 6 0 1.00002 shouldn't be
831.68/833.75	WSVECS04 Frhs2[815]: 6 0 2.00005 shouldn't be
831.68/833.75	WSVECS04 Frhs2[824]: 6 0 1.00002 shouldn't be
831.68/833.75	WSVECS04 Frhs2[862]: 6 0 70.7144 shouldn't be
831.68/833.75	WSVECS04 Frhs2[903]: 6 0 70.7144 shouldn't be
831.68/833.75	WSVECS04 Frhs2[947]: 6 0 1.00003 shouldn't be
831.68/833.75	WSVECS04 Frhs2[977]: 6 0 1.00002 shouldn't be
831.68/833.75	WSVECS04 Frhs2[985]: 6 0 70.7144 shouldn't be
831.68/833.75	WSVECS04 Frhs2[997]: 6 0 1.00007 shouldn't be
831.68/833.75	WSVECS04 Frhs2[1067]: 6 0 70.7144 shouldn't be
831.68/833.75	WSVECS04 Frhs2[1284]: 6 0 1.00007 shouldn't be
831.68/833.75	WSVECS04 Frhs2[1297]: 6 0 1.00007 shouldn't be
831.68/833.75	WSVECS04 Frhs2[1389]: 6 0 2.00008 shouldn't be
831.68/833.75	WSVECS04 Frhs2[1513]: 6 0 1.00005 shouldn't be
831.68/833.75	WSVECS04 Frhs2[1849]: 6 -1.00003 0 shouldn't be
832.38/834.40	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
832.99/835.05	WSVECS04 Frhs2[710]: 6 0 1.00008 shouldn't be
832.99/835.05	WSVECS04 Frhs2[865]: 6 0 1.00003 shouldn't be
832.99/835.05	WSVECS04 Frhs2[1020]: 6 0 2.00008 shouldn't be
832.99/835.05	WSVECS04 Frhs2[1571]: 6 0 1.00007 shouldn't be
832.99/835.05	WSVECS04 Frhs2[1594]: 6 0 2.00003 shouldn't be
832.99/835.05	WSVECS04 Frhs2[1911]: 6 -1.00008 0 shouldn't be
833.78/835.85	WSVECS04 Frhs2[704]: 6 0 1.00005 shouldn't be
833.78/835.85	WSVECS04 Frhs2[772]: 6 0 1.00003 shouldn't be
833.78/835.85	WSVECS04 Frhs2[787]: 6 0 77.2858 shouldn't be
833.78/835.85	WSVECS04 Frhs2[828]: 6 0 77.2858 shouldn't be
833.78/835.85	WSVECS04 Frhs2[910]: 6 0 77.2857 shouldn't be
833.78/835.85	WSVECS04 Frhs2[951]: 6 0 77.2858 shouldn't be
833.78/835.85	WSVECS04 Frhs2[1472]: 6 0 1.00005 shouldn't be
833.78/835.85	WSVECS04 Frhs2[1848]: 6 -1.0001 0 shouldn't be
834.58/836.61	WSVECS04 Frhs2[335]: 6 0 1.00006 shouldn't be
834.58/836.61	WSVECS04 Frhs2[336]: 6 0 72.5715 shouldn't be
834.58/836.61	WSVECS04 Frhs2[351]: 6 0 4.00002 shouldn't be
834.58/836.61	WSVECS04 Frhs2[1490]: 6 0 33 shouldn't be
834.58/836.61	WSVECS04 Frhs2[1717]: 6 0 2.00007 shouldn't be
835.38/837.45	WSVECS04 Frhs2[581]: 6 0 1.00008 shouldn't be
835.38/837.45	WSVECS04 Frhs2[1161]: 6 0 1.00009 shouldn't be
835.38/837.45	WSVECS04 Frhs2[1366]: 6 0 1.00009 shouldn't be
836.28/838.33	WSVECS04 Frhs2[222]: 6 0 8.00007 shouldn't be
836.28/838.33	WSVECS04 Frhs2[263]: 6 0 8.00006 shouldn't be
836.28/838.33	WSVECS04 Frhs2[909]: 6 0 1.00005 shouldn't be
836.28/838.33	WSVECS04 Frhs2[1448]: 6 0 1.00009 shouldn't be
836.28/838.33	WSVECS04 Frhs2[1575]: 6 0 8.00009 shouldn't be
836.28/838.33	WSVECS04 Frhs2[1739]: 6 0 8.00009 shouldn't be
836.28/838.33	WSVECS04 Frhs2[1840]: 6 -1.0001 0 shouldn't be
836.28/838.33	WSVECS04 Frhs2[1968]: 6 -1.00001 0 shouldn't be
836.98/839.10	WSVECS04 Frhs2[746]: 6 0 77.2858 shouldn't be
836.98/839.10	WSVECS04 Frhs2[856]: 6 0 2.0001 shouldn't be
836.98/839.10	WSVECS04 Frhs2[1223]: 6 0 1.00004 shouldn't be
836.98/839.10	WSVECS04 Frhs2[1715]: 6 0 1.00003 shouldn't be
836.98/839.10	WSVECS04 Frhs2[1946]: 6 -1.00005 0 shouldn't be
837.77/839.89	WSVECS04 Frhs2[992]: 6 0 77.2858 shouldn't be
837.77/839.89	WSVECS04 Frhs2[1074]: 6 0 77.2858 shouldn't be
837.77/839.89	WSVECS04 Frhs2[1361]: 6 0 77.2857 shouldn't be
837.77/839.89	WSVECS04 Frhs2[1682]: 6 0 69.7144 shouldn't be
839.37/841.45	WSVECS04 Frhs2[428]: 6 0 49.6429 shouldn't be
839.37/841.45	WSVECS04 Frhs2[745]: 6 0 1.00009 shouldn't be
839.37/841.45	WSVECS04 Frhs2[908]: 6 0 1.00003 shouldn't be
840.27/842.31	WSVECS04 Frhs2[623]: 6 0 77.2858 shouldn't be
840.27/842.31	WSVECS04 Frhs2[874]: 6 0 1.00007 shouldn't be
840.27/842.31	WSVECS04 Frhs2[1073]: 6 0 1.0001 shouldn't be
840.27/842.31	WSVECS04 Frhs2[1659]: 6 0 1.00007 shouldn't be
841.07/843.18	WSVECS04 Frhs2[813]: 6 0 1.00004 shouldn't be
841.97/844.08	WSVECS04 Frhs2[1033]: 6 0 77.2858 shouldn't be
841.97/844.08	WSVECS04 Frhs2[1058]: 6 0 0.500097 shouldn't be
841.97/844.08	WSVECS04 Frhs2[1576]: 6 0 49.6429 shouldn't be
842.86/844.99	WSVECS04 Frhs2[1515]: 6 0 1.00007 shouldn't be
842.86/844.99	WSVECS04 Frhs2[1970]: 6 -1.00001 0 shouldn't be
844.56/846.67	WSVECS04 Frhs2[869]: 6 0 77.2857 shouldn't be
844.56/846.67	WSVECS04 Frhs2[1380]: 6 0 0.500043 shouldn't be
846.16/848.22	WSVECS04 Frhs2[837]: 6 0 8.0001 shouldn't be
846.16/848.22	WSVECS04 Frhs2[878]: 6 0 8.00009 shouldn't be
846.16/848.22	WSVECS04 Frhs2[1841]: 6 -1.00006 0 shouldn't be
846.86/848.99	WSVECS04 Frhs2[1165]: 6 0 7.00004 shouldn't be
846.86/848.99	WSVECS04 Frhs2[1881]: 6 -1.50009 0 shouldn't be
846.86/848.99	WSVECS04 Frhs2[1944]: 6 -2.00004 0 shouldn't be
846.86/848.99	WSVECS04 Frhs2[1986]: 6 -1.00007 0 shouldn't be
847.55/849.65	WSVECS04 Frhs2[1534]: 6 0 8.00009 shouldn't be
847.55/849.65	WSVECS04 Frhs2[1985]: 6 -1.00004 0 shouldn't be
848.05/850.19	WSVECS04 Frhs2[5]: 6 -130.643 0 shouldn't be
848.05/850.19	WSVECS04 Frhs2[1572]: 6 0 33.0001 shouldn't be
848.05/850.19	WSVECS04 Frhs2[1847]: 6 -1.0001 0 shouldn't be
848.05/850.19	WSVECS04 Frhs2[1919]: 6 -2.00001 0 shouldn't be
848.05/850.19	WSVECS04 Frhs2[1920]: 6 -1.00002 0 shouldn't be
848.05/850.19	WSVECS04 Frhs2[1950]: 6 -1.00001 0 shouldn't be
848.05/850.19	WSVECS04 Frhs2[1984]: 6 -1.00007 0 shouldn't be
848.85/850.91	WSVECS04 Frhs2[1914]: 6 -1.00003 0 shouldn't be
851.65/853.71	c #Conflicts:    1910000 | #Constraints:      37042
851.65/853.71	c #Conflicts:    1911000 | #Constraints:      38042
851.65/853.71	c #Conflicts:    1912000 | #Constraints:      39042
851.65/853.71	c #Conflicts:    1913000 | #Constraints:      40042
851.65/853.71	c #Conflicts:    1914000 | #Constraints:      41042
851.65/853.71	WSVECS04 Frhs2[5]: 6 -1.00006 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[29]: 6 -1.00003 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[94]: 6 0 0.66674 shouldn't be
851.65/853.71	WSVECS04 Frhs2[216]: 6 0 11.0001 shouldn't be
851.65/853.71	WSVECS04 Frhs2[280]: 6 0 4.17429 shouldn't be
851.65/853.71	WSVECS04 Frhs2[375]: 6 0 1.00005 shouldn't be
851.65/853.71	WSVECS04 Frhs2[424]: 6 0 0.643965 shouldn't be
851.65/853.71	WSVECS04 Frhs2[475]: 6 0 1.00004 shouldn't be
851.65/853.71	WSVECS04 Frhs2[532]: 6 0 1.00008 shouldn't be
851.65/853.71	WSVECS04 Frhs2[558]: 6 0 9.26525 shouldn't be
851.65/853.71	WSVECS04 Frhs2[614]: 6 0 1.00001 shouldn't be
851.65/853.71	WSVECS04 Frhs2[744]: 6 0 1.00005 shouldn't be
851.65/853.71	WSVECS04 Frhs2[773]: 6 0 1.00005 shouldn't be
851.65/853.71	WSVECS04 Frhs2[814]: 6 0 1.00003 shouldn't be
851.65/853.71	WSVECS04 Frhs2[862]: 6 0 2.78789 shouldn't be
851.65/853.71	WSVECS04 Frhs2[910]: 6 0 4.35613 shouldn't be
851.65/853.71	WSVECS04 Frhs2[918]: 6 0 1.00007 shouldn't be
851.65/853.71	WSVECS04 Frhs2[929]: 6 0 3.15917 shouldn't be
851.65/853.71	WSVECS04 Frhs2[937]: 6 0 1.00002 shouldn't be
851.65/853.71	WSVECS04 Frhs2[942]: 6 0 0.0909683 shouldn't be
851.65/853.71	WSVECS04 Frhs2[944]: 6 0 2.78789 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1075]: 6 0 5.45457 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1082]: 6 0 1.00005 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1098]: 6 0 0.500089 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1154]: 6 0 1.00002 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1161]: 6 0 1.00004 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1234]: 6 0 0.90161 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1262]: 6 0 0.500057 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1344]: 6 0 0.500053 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1358]: 6 0 2.00008 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1366]: 6 0 1.00001 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1369]: 6 0 1.00008 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1390]: 6 0 0.500064 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1394]: 6 0 1.0001 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1441]: 6 0 2.00001 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1447]: 6 0 0.0303189 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1451]: 6 0 1.00002 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1492]: 6 0 1.00004 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1574]: 6 0 1.00006 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1590]: 6 0 0.500011 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1609]: 6 0 1.00007 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1615]: 6 0 1.00001 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1636]: 6 0 0.500076 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1650]: 6 0 1.00005 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1656]: 6 0 1.00005 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1672]: 6 0 0.500078 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1772]: 6 0 3.84097 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1820]: 6 -3.00004 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1824]: 6 -1.00002 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1826]: 6 -2.00004 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1831]: 6 -2.00009 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1859]: 6 -2.0001 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1864]: 6 -5.00005 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1881]: 6 -2.00005 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1922]: 6 -3.00005 0 shouldn't be
851.65/853.71	WSVECS04 Frhs2[1964]: 6 -2.00005 0 shouldn't be
851.94/854.01	WSVECS04 Frhs2[65]: 6 0 2.96599 shouldn't be
851.94/854.01	WSVECS04 Frhs2[66]: 6 0 16.4622 shouldn't be
851.94/854.01	WSVECS04 Frhs2[68]: 6 -5.00003 0 shouldn't be
851.94/854.01	WSVECS04 Frhs2[531]: 6 0 9.61373 shouldn't be
851.94/854.01	WSVECS04 Frhs2[1238]: 6 0 4.0152 shouldn't be
851.94/854.01	WSVECS04 Frhs2[1504]: 6 0 3.25002 shouldn't be
851.94/854.01	WSVECS04 Frhs2[1827]: 6 -2.00002 0 shouldn't be
851.94/854.01	WSVECS04 Frhs2[1829]: 6 -1.00002 0 shouldn't be
851.94/854.01	WSVECS04 Frhs2[1903]: 6 -3.00002 0 shouldn't be
851.94/854.01	WSVECS04 Frhs2[1984]: 6 -3.00009 0 shouldn't be
891.45/893.63	c #Conflicts:    1915000 | #Constraints:      42042
891.45/893.63	c #Conflicts:    1916000 | #Constraints:      43042
891.45/893.63	c #Conflicts:    1917000 | #Constraints:      44042
891.45/893.63	c #Conflicts:    1918000 | #Constraints:      45042
891.45/893.63	c #Conflicts:    1919000 | #Constraints:      46042
891.45/893.63	c #Conflicts:    1920000 | #Constraints:      47042
891.45/893.63	c #Conflicts:    1921000 | #Constraints:      48042
891.45/893.63	c #Conflicts:    1922000 | #Constraints:      49042
891.45/893.63	c #Conflicts:    1923000 | #Constraints:      50042
891.45/893.63	c #Conflicts:    1924000 | #Constraints:      51042
891.45/893.63	c #Conflicts:    1925000 | #Constraints:      52042
891.45/893.63	c #Conflicts:    1926000 | #Constraints:      53042
891.45/893.63	c #Conflicts:    1927000 | #Constraints:      54042
891.45/893.63	c #Conflicts:    1928000 | #Constraints:      55042
891.45/893.63	c #Conflicts:    1929000 | #Constraints:      56042
891.45/893.63	c #Conflicts:    1930000 | #Constraints:      57042
891.45/893.63	c #Conflicts:    1931000 | #Constraints:      58042
891.45/893.63	c #Conflicts:    1932000 | #Constraints:      59042
891.45/893.63	c #Conflicts:    1933000 | #Constraints:      60042
891.45/893.63	c #Conflicts:    1934000 | #Constraints:      61042
891.45/893.63	c #Conflicts:    1935000 | #Constraints:      62042
891.45/893.63	c #Conflicts:    1936000 | #Constraints:      63042
891.45/893.63	c #Conflicts:    1937000 | #Constraints:      64042
891.45/893.63	c INPROCESSING
891.45/893.63	c GARBAGE COLLECT
891.45/893.63	c #Conflicts:    1938000 | #Constraints:      37444
891.45/893.63	c #Conflicts:    1939000 | #Constraints:      38444
891.45/893.63	c #Conflicts:    1940000 | #Constraints:      39444
891.45/893.63	c #Conflicts:    1941000 | #Constraints:      40444
891.45/893.63	c #Conflicts:    1942000 | #Constraints:      41444
891.45/893.63	c #Conflicts:    1943000 | #Constraints:      42444
891.45/893.63	c #Conflicts:    1944000 | #Constraints:      43444
891.45/893.63	c #Conflicts:    1945000 | #Constraints:      44444
891.45/893.63	c #Conflicts:    1946000 | #Constraints:      45444
891.45/893.63	c #Conflicts:    1947000 | #Constraints:      46444
891.45/893.63	c #Conflicts:    1948000 | #Constraints:      47444
891.45/893.63	c #Conflicts:    1949000 | #Constraints:      48444
891.45/893.63	c #Conflicts:    1950000 | #Constraints:      49444
891.45/893.63	c #Conflicts:    1951000 | #Constraints:      50444
891.45/893.63	c #Conflicts:    1952000 | #Constraints:      51444
891.45/893.63	c #Conflicts:    1953000 | #Constraints:      52444
891.45/893.63	c #Conflicts:    1954000 | #Constraints:      53444
891.45/893.63	c #Conflicts:    1955000 | #Constraints:      54444
891.45/893.63	c #Conflicts:    1956000 | #Constraints:      55444
891.45/893.63	c #Conflicts:    1957000 | #Constraints:      56444
891.45/893.63	c #Conflicts:    1958000 | #Constraints:      57444
891.45/893.63	c #Conflicts:    1959000 | #Constraints:      58444
891.45/893.63	c #Conflicts:    1960000 | #Constraints:      59444
891.45/893.63	c #Conflicts:    1961000 | #Constraints:      60444
891.45/893.63	c #Conflicts:    1962000 | #Constraints:      61444
891.45/893.63	c #Conflicts:    1963000 | #Constraints:      62444
891.45/893.63	c #Conflicts:    1964000 | #Constraints:      63444
891.45/893.63	c #Conflicts:    1965000 | #Constraints:      64444
891.45/893.63	c INPROCESSING
891.45/893.63	c GARBAGE COLLECT
891.45/893.63	c #Conflicts:    1966000 | #Constraints:      37643
891.45/893.63	c #Conflicts:    1967000 | #Constraints:      38643
891.45/893.63	c #Conflicts:    1968000 | #Constraints:      39643
891.45/893.63	c #Conflicts:    1969000 | #Constraints:      40643
891.45/893.63	c #Conflicts:    1970000 | #Constraints:      41643
891.45/893.63	c #Conflicts:    1971000 | #Constraints:      42643
891.45/893.63	c #Conflicts:    1972000 | #Constraints:      43643
891.45/893.63	c #Conflicts:    1973000 | #Constraints:      44643
891.45/893.63	c #Conflicts:    1974000 | #Constraints:      45643
891.45/893.63	c #Conflicts:    1975000 | #Constraints:      46643
891.45/893.63	c #Conflicts:    1976000 | #Constraints:      47643
891.45/893.63	c #Conflicts:    1977000 | #Constraints:      48643
891.45/893.63	c #Conflicts:    1978000 | #Constraints:      49643
891.45/893.63	c #Conflicts:    1979000 | #Constraints:      50643
891.45/893.63	c #Conflicts:    1980000 | #Constraints:      51643
891.45/893.63	c #Conflicts:    1981000 | #Constraints:      52643
891.45/893.63	c #Conflicts:    1982000 | #Constraints:      53643
891.45/893.63	c #Conflicts:    1983000 | #Constraints:      54643
891.45/893.63	c #Conflicts:    1984000 | #Constraints:      55643
891.45/893.63	c #Conflicts:    1985000 | #Constraints:      56643
891.45/893.63	c #Conflicts:    1986000 | #Constraints:      57643
891.45/893.63	c #Conflicts:    1987000 | #Constraints:      58643
891.45/893.63	c #Conflicts:    1988000 | #Constraints:      59643
891.45/893.63	c #Conflicts:    1989000 | #Constraints:      60643
891.45/893.63	c #Conflicts:    1990000 | #Constraints:      61643
891.45/893.63	c #Conflicts:    1991000 | #Constraints:      62643
891.45/893.63	c #Conflicts:    1992000 | #Constraints:      63643
903.73/905.97	c #Conflicts:    1993000 | #Constraints:      64643
903.73/905.97	c INPROCESSING
903.73/905.97	c GARBAGE COLLECT
903.73/905.97	c #Conflicts:    1994000 | #Constraints:      37642
903.73/905.97	c #Conflicts:    1995000 | #Constraints:      38642
903.73/905.97	c #Conflicts:    1996000 | #Constraints:      39642
903.73/905.97	c #Conflicts:    1997000 | #Constraints:      40642
903.73/905.97	c #Conflicts:    1998000 | #Constraints:      41642
903.73/905.97	c #Conflicts:    1999000 | #Constraints:      42642
903.73/905.97	c #Conflicts:    2000000 | #Constraints:      43642
903.73/905.97	c #Conflicts:    2001000 | #Constraints:      44642
903.73/905.97	c #Conflicts:    2002000 | #Constraints:      45642
903.73/905.97	c #Conflicts:    2003000 | #Constraints:      46642
903.73/905.97	c #Conflicts:    2004000 | #Constraints:      47642
903.73/905.97	c #Conflicts:    2005000 | #Constraints:      48642
903.73/905.97	c #Conflicts:    2006000 | #Constraints:      49642
903.73/905.97	c #Conflicts:    2007000 | #Constraints:      50642
903.73/905.97	c #Conflicts:    2008000 | #Constraints:      51642
903.73/905.97	c #Conflicts:    2009000 | #Constraints:      52642
903.73/905.97	c #Conflicts:    2010000 | #Constraints:      53642
903.73/905.97	c #Conflicts:    2011000 | #Constraints:      54642
903.73/905.97	c #Conflicts:    2012000 | #Constraints:      55642
903.73/905.97	c #Conflicts:    2013000 | #Constraints:      56642
903.73/905.97	c #Conflicts:    2014000 | #Constraints:      57642
903.73/905.97	c #Conflicts:    2015000 | #Constraints:      58642
903.73/905.97	c #Conflicts:    2016000 | #Constraints:      59642
903.73/905.97	WSVECS04 Frhs2[3]: 6 0 10.9163 shouldn't be
903.73/905.97	WSVECS04 Frhs2[21]: 6 -23.3742 0 shouldn't be
903.73/905.97	WSVECS04 Frhs2[86]: 6 0 1.00006 shouldn't be
903.73/905.97	WSVECS04 Frhs2[97]: 6 0 0.561246 shouldn't be
903.73/905.97	WSVECS04 Frhs2[105]: 6 0 6.00006 shouldn't be
903.73/905.97	WSVECS04 Frhs2[145]: 6 0 0.500071 shouldn't be
903.73/905.97	WSVECS04 Frhs2[164]: 6 0 1.00007 shouldn't be
903.73/905.97	WSVECS04 Frhs2[184]: 6 0 0.0214793 shouldn't be
903.73/905.97	WSVECS04 Frhs2[190]: 6 0 1.00008 shouldn't be
903.73/905.97	WSVECS04 Frhs2[195]: 6 0 3.00005 shouldn't be
903.73/905.97	WSVECS04 Frhs2[225]: 6 0 0.0215189 shouldn't be
903.73/905.97	WSVECS04 Frhs2[229]: 6 0 1.00002 shouldn't be
903.73/905.97	WSVECS04 Frhs2[284]: 6 0 0.500098 shouldn't be
903.73/905.97	WSVECS04 Frhs2[337]: 6 0 0.276884 shouldn't be
903.73/905.97	WSVECS04 Frhs2[368]: 6 0 0.377721 shouldn't be
903.73/905.97	WSVECS04 Frhs2[389]: 6 0 0.0215437 shouldn't be
903.73/905.97	WSVECS04 Frhs2[425]: 6 0 0.122355 shouldn't be
903.73/905.97	WSVECS04 Frhs2[488]: 6 0 0.984334 shouldn't be
903.73/905.97	WSVECS04 Frhs2[516]: 6 0 1.00004 shouldn't be
903.73/905.97	WSVECS04 Frhs2[519]: 6 0 0.500099 shouldn't be
903.73/905.97	WSVECS04 Frhs2[524]: 6 0 0.333407 shouldn't be
903.73/905.97	WSVECS04 Frhs2[577]: 6 0 1.00009 shouldn't be
903.73/905.97	WSVECS04 Frhs2[589]: 6 0 0.438893 shouldn't be
903.73/905.97	WSVECS04 Frhs2[624]: 6 0 0.64237 shouldn't be
903.73/905.97	WSVECS04 Frhs2[630]: 6 0 0.438864 shouldn't be
903.73/905.97	WSVECS04 Frhs2[635]: 6 0 2.51075 shouldn't be
903.73/905.97	WSVECS04 Frhs2[652]: 6 0 0.984288 shouldn't be
903.73/905.97	WSVECS04 Frhs2[655]: 6 0 0.122329 shouldn't be
903.73/905.97	WSVECS04 Frhs2[658]: 6 0 1.00004 shouldn't be
903.73/905.97	WSVECS04 Frhs2[804]: 6 0 0.163101 shouldn't be
903.73/905.97	WSVECS04 Frhs2[819]: 6 0 0.500093 shouldn't be
903.73/905.97	WSVECS04 Frhs2[905]: 6 0 1.00007 shouldn't be
903.73/905.97	WSVECS04 Frhs2[909]: 6 0 1.00005 shouldn't be
903.73/905.97	WSVECS04 Frhs2[924]: 6 0 0.500036 shouldn't be
903.73/905.97	WSVECS04 Frhs2[928]: 6 0 1.00002 shouldn't be
903.73/905.97	WSVECS04 Frhs2[939]: 6 0 0.992177 shouldn't be
903.73/905.97	WSVECS04 Frhs2[950]: 6 0 1.00004 shouldn't be
903.73/905.97	WSVECS04 Frhs2[952]: 6 0 0.642388 shouldn't be
903.73/905.97	WSVECS04 Frhs2[958]: 6 0 0.122342 shouldn't be
903.73/905.97	WSVECS04 Frhs2[960]: 6 0 0.500016 shouldn't be
903.73/905.97	WSVECS04 Frhs2[966]: 6 0 0.333424 shouldn't be
903.73/905.97	WSVECS04 Frhs2[967]: 6 0 1.00007 shouldn't be
903.73/905.97	WSVECS04 Frhs2[969]: 6 0 1.00007 shouldn't be
903.73/905.97	WSVECS04 Frhs2[976]: 6 0 0.500033 shouldn't be
903.73/905.97	WSVECS04 Frhs2[986]: 6 0 1.00005 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1069]: 6 0 1.00009 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1088]: 6 0 0.500062 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1099]: 6 0 0.500074 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1107]: 6 0 1.00003 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1110]: 6 0 1.00008 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1122]: 6 0 0.56123 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1127]: 6 0 0.510745 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1128]: 6 0 1.00006 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1129]: 6 0 0.500038 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1133]: 6 0 1.00003 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1134]: 6 0 0.500062 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1138]: 6 0 0.500068 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1146]: 6 0 1.00004 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1150]: 6 0 1.00006 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1156]: 6 0 0.500031 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1168]: 6 0 0.510808 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1179]: 6 0 0.500099 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1187]: 6 0 1.00008 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1191]: 6 0 1.0001 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1239]: 6 0 0.00788977 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1267]: 6 0 0.992206 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1271]: 6 0 1.00004 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1356]: 6 0 1.00008 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1364]: 6 0 0.122415 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1379]: 6 0 1.00004 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1398]: 6 0 1.00005 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1399]: 6 0 3.36625 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1415]: 6 0 1.00003 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1416]: 6 0 0.500062 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1426]: 6 0 0.333397 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1434]: 6 0 6.50002 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1437]: 6 0 1.00006 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1499]: 6 0 0.333347 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1518]: 6 0 4.4643 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1522]: 6 0 3.36633 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1526]: 6 0 0.276836 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1528]: 6 0 0.12239 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1554]: 6 0 1.00003 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1598]: 6 0 0.377748 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1644]: 6 0 1.00002 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1648]: 6 0 0.500054 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1667]: 6 0 0.500032 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1671]: 6 0 0.500093 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1726]: 6 0 1.00007 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1734]: 6 0 0.500063 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1746]: 6 0 1.00008 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1757]: 6 0 3.00006 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1764]: 6 0 4.4643 shouldn't be
903.73/905.97	WSVECS04 Frhs2[1924]: 6 -7.00005 0 shouldn't be
926.27/928.57	c #Conflicts:    2017000 | #Constraints:      60642
926.27/928.57	c #Conflicts:    2018000 | #Constraints:      61642
926.27/928.57	c #Conflicts:    2019000 | #Constraints:      62642
926.27/928.57	c #Conflicts:    2020000 | #Constraints:      63642
926.27/928.57	c #Conflicts:    2021000 | #Constraints:      64642
926.27/928.57	c INPROCESSING
926.27/928.57	c GARBAGE COLLECT
926.27/928.57	c #Conflicts:    2022000 | #Constraints:      37442
926.27/928.57	c #Conflicts:    2023000 | #Constraints:      38442
926.27/928.57	c #Conflicts:    2024000 | #Constraints:      39442
926.27/928.57	c #Conflicts:    2025000 | #Constraints:      40442
926.27/928.57	c #Conflicts:    2026000 | #Constraints:      41442
926.27/928.57	c #Conflicts:    2027000 | #Constraints:      42442
926.27/928.57	c #Conflicts:    2028000 | #Constraints:      43442
926.27/928.57	c #Conflicts:    2029000 | #Constraints:      44442
926.27/928.57	c #Conflicts:    2030000 | #Constraints:      45442
926.27/928.57	c #Conflicts:    2031000 | #Constraints:      46442
926.27/928.57	c #Conflicts:    2032000 | #Constraints:      47442
926.27/928.57	c #Conflicts:    2033000 | #Constraints:      48442
926.27/928.57	c #Conflicts:    2034000 | #Constraints:      49442
926.27/928.57	c #Conflicts:    2035000 | #Constraints:      50442
926.27/928.57	c #Conflicts:    2036000 | #Constraints:      51442
926.27/928.57	c #Conflicts:    2037000 | #Constraints:      52442
926.27/928.57	c #Conflicts:    2038000 | #Constraints:      53442
926.27/928.57	c #Conflicts:    2039000 | #Constraints:      54442
926.27/928.57	c #Conflicts:    2040000 | #Constraints:      55442
926.27/928.57	c #Conflicts:    2041000 | #Constraints:      56442
926.27/928.57	c #Conflicts:    2042000 | #Constraints:      57442
926.27/928.57	c #Conflicts:    2043000 | #Constraints:      58442
926.27/928.57	c #Conflicts:    2044000 | #Constraints:      59442
926.27/928.57	c #Conflicts:    2045000 | #Constraints:      60442
926.27/928.57	c #Conflicts:    2046000 | #Constraints:      61442
926.27/928.57	c #Conflicts:    2047000 | #Constraints:      62442
926.27/928.57	c #Conflicts:    2048000 | #Constraints:      63442
926.27/928.57	c #Conflicts:    2049000 | #Constraints:      64442
926.27/928.57	c #Conflicts:    2050000 | #Constraints:      65442
926.27/928.57	c INPROCESSING
926.27/928.57	c GARBAGE COLLECT
926.27/928.57	c #Conflicts:    2051000 | #Constraints:      38041
926.27/928.57	c #Conflicts:    2052000 | #Constraints:      39041
926.27/928.57	c #Conflicts:    2053000 | #Constraints:      40041
926.27/928.57	c #Conflicts:    2054000 | #Constraints:      41041
926.27/928.57	c #Conflicts:    2055000 | #Constraints:      42041
926.27/928.57	c #Conflicts:    2056000 | #Constraints:      43041
926.27/928.57	c #Conflicts:    2057000 | #Constraints:      44041
926.27/928.57	c #Conflicts:    2058000 | #Constraints:      45041
926.27/928.57	c #Conflicts:    2059000 | #Constraints:      46041
926.27/928.57	c #Conflicts:    2060000 | #Constraints:      47041
926.27/928.57	WSVECS04 Frhs2[13]: 6 -87.3655 0 shouldn't be
926.27/928.57	WSVECS04 Frhs2[14]: 6 -87.3656 0 shouldn't be
926.27/928.57	WSVECS04 Frhs2[22]: 6 -87.3655 0 shouldn't be
926.27/928.57	WSVECS04 Frhs2[106]: 6 0 5.71646 shouldn't be
926.27/928.57	WSVECS04 Frhs2[111]: 6 0 11 shouldn't be
926.27/928.57	WSVECS04 Frhs2[123]: 6 0 1.00007 shouldn't be
926.27/928.57	WSVECS04 Frhs2[151]: 6 0 1.00007 shouldn't be
926.27/928.57	WSVECS04 Frhs2[154]: 6 0 1.00009 shouldn't be
926.27/928.57	WSVECS04 Frhs2[175]: 6 0 2.00004 shouldn't be
926.27/928.57	WSVECS04 Frhs2[191]: 6 0 7.00006 shouldn't be
926.27/928.57	WSVECS04 Frhs2[203]: 6 0 1.00009 shouldn't be
926.27/928.57	WSVECS04 Frhs2[215]: 6 0 0.500019 shouldn't be
926.27/928.57	WSVECS04 Frhs2[219]: 6 0 1.00003 shouldn't be
926.27/928.57	WSVECS04 Frhs2[231]: 6 0 6.50007 shouldn't be
926.27/928.57	WSVECS04 Frhs2[243]: 6 0 1.50004 shouldn't be
926.27/928.57	WSVECS04 Frhs2[255]: 6 0 1.00003 shouldn't be
926.27/928.57	WSVECS04 Frhs2[260]: 6 0 1.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[271]: 6 0 7.00005 shouldn't be
926.27/928.57	WSVECS04 Frhs2[283]: 6 0 0.333349 shouldn't be
926.27/928.57	WSVECS04 Frhs2[285]: 6 0 1.00003 shouldn't be
926.27/928.57	WSVECS04 Frhs2[298]: 6 0 2.00006 shouldn't be
926.27/928.57	WSVECS04 Frhs2[335]: 6 0 1.00001 shouldn't be
926.27/928.57	WSVECS04 Frhs2[338]: 6 0 0.500037 shouldn't be
926.27/928.57	WSVECS04 Frhs2[340]: 6 0 1.00001 shouldn't be
926.27/928.57	WSVECS04 Frhs2[351]: 6 0 1.7164 shouldn't be
926.27/928.57	WSVECS04 Frhs2[363]: 6 0 13.5653 shouldn't be
926.27/928.57	WSVECS04 Frhs2[365]: 6 0 0.333358 shouldn't be
926.27/928.57	WSVECS04 Frhs2[378]: 6 0 1.00004 shouldn't be
926.27/928.57	WSVECS04 Frhs2[394]: 6 0 1.00005 shouldn't be
926.27/928.57	WSVECS04 Frhs2[403]: 6 0 9.17679 shouldn't be
926.27/928.57	WSVECS04 Frhs2[415]: 6 0 15.3088 shouldn't be
926.27/928.57	WSVECS04 Frhs2[418]: 6 0 54.2812 shouldn't be
926.27/928.57	WSVECS04 Frhs2[420]: 6 0 0.500097 shouldn't be
926.27/928.57	WSVECS04 Frhs2[431]: 6 0 5.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[443]: 6 0 0.500052 shouldn't be
926.27/928.57	WSVECS04 Frhs2[445]: 6 0 13.5653 shouldn't be
926.27/928.57	WSVECS04 Frhs2[458]: 6 0 1.00006 shouldn't be
926.27/928.57	WSVECS04 Frhs2[459]: 6 0 54.2812 shouldn't be
926.27/928.57	WSVECS04 Frhs2[463]: 6 0 1.00006 shouldn't be
926.27/928.57	WSVECS04 Frhs2[471]: 6 0 5.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[485]: 6 0 9.17674 shouldn't be
926.27/928.57	WSVECS04 Frhs2[536]: 6 0 1.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[537]: 6 0 1.00008 shouldn't be
926.27/928.57	WSVECS04 Frhs2[538]: 6 0 20.368 shouldn't be
926.27/928.57	WSVECS04 Frhs2[540]: 6 0 1.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[543]: 6 0 0.500044 shouldn't be
926.27/928.57	WSVECS04 Frhs2[545]: 6 0 1.0001 shouldn't be
926.27/928.57	WSVECS04 Frhs2[551]: 6 0 1.00001 shouldn't be
926.27/928.57	WSVECS04 Frhs2[563]: 6 0 0.500066 shouldn't be
926.27/928.57	WSVECS04 Frhs2[568]: 6 0 14.5653 shouldn't be
926.27/928.57	WSVECS04 Frhs2[572]: 6 0 2.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[575]: 6 0 22.8656 shouldn't be
926.27/928.57	WSVECS04 Frhs2[586]: 6 0 1.00008 shouldn't be
926.27/928.57	WSVECS04 Frhs2[591]: 6 0 4.00001 shouldn't be
926.27/928.57	WSVECS04 Frhs2[594]: 6 0 0.5001 shouldn't be
926.27/928.57	WSVECS04 Frhs2[618]: 6 0 1.00003 shouldn't be
926.27/928.57	WSVECS04 Frhs2[631]: 6 0 4.50001 shouldn't be
926.27/928.57	WSVECS04 Frhs2[645]: 6 0 0.500038 shouldn't be
926.27/928.57	WSVECS04 Frhs2[664]: 6 0 54.2812 shouldn't be
926.27/928.57	WSVECS04 Frhs2[668]: 6 0 1.00004 shouldn't be
926.27/928.57	WSVECS04 Frhs2[674]: 6 0 0.500012 shouldn't be
926.27/928.57	WSVECS04 Frhs2[686]: 6 0 0.500062 shouldn't be
926.27/928.57	WSVECS04 Frhs2[691]: 6 0 14.5653 shouldn't be
926.27/928.57	WSVECS04 Frhs2[694]: 6 0 1.5001 shouldn't be
926.27/928.57	WSVECS04 Frhs2[697]: 6 0 1.00001 shouldn't be
926.27/928.57	WSVECS04 Frhs2[698]: 6 0 23.8655 shouldn't be
926.27/928.57	WSVECS04 Frhs2[711]: 6 0 5.00007 shouldn't be
926.27/928.57	WSVECS04 Frhs2[729]: 6 0 1.00001 shouldn't be
926.27/928.57	WSVECS04 Frhs2[733]: 6 0 0.500035 shouldn't be
926.27/928.57	WSVECS04 Frhs2[735]: 6 0 1.50009 shouldn't be
926.27/928.57	WSVECS04 Frhs2[737]: 6 0 0.500047 shouldn't be
926.27/928.57	WSVECS04 Frhs2[739]: 6 0 23.8655 shouldn't be
926.27/928.57	WSVECS04 Frhs2[746]: 6 0 54.2812 shouldn't be
926.27/928.57	WSVECS04 Frhs2[751]: 6 0 5.00003 shouldn't be
926.27/928.57	WSVECS04 Frhs2[764]: 6 0 0.500057 shouldn't be
926.27/928.57	WSVECS04 Frhs2[772]: 6 0 9.17679 shouldn't be
926.27/928.57	WSVECS04 Frhs2[773]: 6 0 14.5653 shouldn't be
926.27/928.57	WSVECS04 Frhs2[777]: 6 0 2.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[864]: 6 0 1.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[866]: 6 0 20.368 shouldn't be
926.27/928.57	WSVECS04 Frhs2[871]: 6 0 5.00005 shouldn't be
926.27/928.57	WSVECS04 Frhs2[874]: 6 0 0.50002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[883]: 6 0 6.27263 shouldn't be
926.27/928.57	WSVECS04 Frhs2[893]: 6 0 1.00003 shouldn't be
926.27/928.57	WSVECS04 Frhs2[898]: 6 0 0.333344 shouldn't be
926.27/928.57	WSVECS04 Frhs2[899]: 6 0 1.50006 shouldn't be
926.27/928.57	WSVECS04 Frhs2[906]: 6 0 1.00005 shouldn't be
926.27/928.57	WSVECS04 Frhs2[911]: 6 0 4.00004 shouldn't be
926.27/928.57	WSVECS04 Frhs2[914]: 6 0 1.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[940]: 6 0 1.50002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[951]: 6 0 59.2812 shouldn't be
926.27/928.57	WSVECS04 Frhs2[954]: 6 0 5.00008 shouldn't be
926.27/928.57	WSVECS04 Frhs2[977]: 6 0 9.17676 shouldn't be
926.27/928.57	WSVECS04 Frhs2[988]: 6 0 1.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[991]: 6 0 6.00003 shouldn't be
926.27/928.57	WSVECS04 Frhs2[994]: 6 0 3.00006 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1006]: 6 0 6.27265 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1017]: 6 0 0.750032 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1025]: 6 0 1.00005 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1026]: 6 0 23.8655 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1071]: 6 0 18.368 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1074]: 6 0 57.2812 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1083]: 6 0 0.500064 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1108]: 6 0 23.8655 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1194]: 6 0 22.368 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1205]: 6 0 5.00006 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1206]: 6 0 0.500093 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1210]: 6 0 0.500059 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1219]: 6 0 0.50004 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1220]: 6 0 1.00005 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1221]: 6 0 1.00007 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1228]: 6 0 2.00006 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1230]: 6 0 5.00006 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1323]: 6 0 2.00006 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1325]: 6 0 0.500082 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1327]: 6 0 1.00002 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1330]: 6 0 0.500044 shouldn't be
926.27/928.57	WSVECS04 Frhs2[1333]: 6 0 0.500019 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1334]: 6 0 5.27268 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1337]: 6 0 1.00004 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1338]: 6 0 0.500055 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1339]: 6 0 1.00005 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1342]: 6 0 0.500026 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1346]: 6 0 12.1767 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1347]: 6 0 14.5654 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1348]: 6 0 0.50006 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1350]: 6 0 1.50009 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1353]: 6 0 7.00009 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1690]: 6 0 1.00008 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1692]: 6 0 1.00003 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1694]: 6 0 0.50007 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1697]: 6 0 0.500012 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1698]: 6 0 0.500086 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1701]: 6 0 0.500088 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1705]: 6 0 2.71645 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1713]: 6 0 6.00007 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1716]: 6 0 14.5653 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1742]: 6 0 0.50005 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1772]: 6 0 1.00005 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1774]: 6 0 1.0001 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1785]: 6 0 6.27268 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1787]: 6 0 2.71642 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1796]: 6 0 0.750093 shouldn't be
926.27/928.58	WSVECS04 Frhs2[1805]: 6 0 7.35148 shouldn't be
926.58/928.86	WSVECS04 Frhs2[95]: 6 0 0.500097 shouldn't be
926.58/928.86	WSVECS04 Frhs2[180]: 6 0 0.500012 shouldn't be
926.58/928.86	WSVECS04 Frhs2[226]: 6 0 0.500027 shouldn't be
926.58/928.86	WSVECS04 Frhs2[245]: 6 0 0.500087 shouldn't be
926.58/928.86	WSVECS04 Frhs2[258]: 6 0 1.00005 shouldn't be
926.58/928.86	WSVECS04 Frhs2[299]: 6 0 1.00007 shouldn't be
926.58/928.86	WSVECS04 Frhs2[325]: 6 0 0.500051 shouldn't be
926.58/928.86	WSVECS04 Frhs2[379]: 6 0 0.500066 shouldn't be
926.58/928.86	WSVECS04 Frhs2[391]: 6 0 5.00003 shouldn't be
926.58/928.86	WSVECS04 Frhs2[419]: 6 0 1.00005 shouldn't be
926.58/928.86	WSVECS04 Frhs2[539]: 6 0 0.500089 shouldn't be
926.58/928.86	WSVECS04 Frhs2[566]: 6 0 0.750018 shouldn't be
926.58/928.86	WSVECS04 Frhs2[567]: 6 0 8.1768 shouldn't be
926.58/928.86	WSVECS04 Frhs2[578]: 6 0 1.00008 shouldn't be
926.58/928.86	WSVECS04 Frhs2[603]: 6 0 0.500082 shouldn't be
926.58/928.86	WSVECS04 Frhs2[619]: 6 0 1.00009 shouldn't be
926.58/928.86	WSVECS04 Frhs2[634]: 6 0 1.00002 shouldn't be
926.58/928.86	WSVECS04 Frhs2[671]: 6 0 5.00008 shouldn't be
926.58/928.86	WSVECS04 Frhs2[685]: 6 0 0.500034 shouldn't be
926.58/928.86	WSVECS04 Frhs2[688]: 6 0 1.00005 shouldn't be
926.58/928.86	WSVECS04 Frhs2[723]: 6 0 0.50008 shouldn't be
926.58/928.86	WSVECS04 Frhs2[770]: 6 0 1.00006 shouldn't be
926.58/928.86	WSVECS04 Frhs2[774]: 6 0 0.500066 shouldn't be
926.58/928.86	WSVECS04 Frhs2[865]: 6 0 1.00008 shouldn't be
926.58/928.86	WSVECS04 Frhs2[885]: 6 0 1.71639 shouldn't be
926.58/928.86	WSVECS04 Frhs2[1013]: 6 0 0.500056 shouldn't be
926.58/928.86	WSVECS04 Frhs2[1100]: 6 0 9.17679 shouldn't be
926.58/928.86	WSVECS04 Frhs2[1204]: 6 0 1.00009 shouldn't be
926.58/928.86	WSVECS04 Frhs2[1208]: 6 0 1.00002 shouldn't be
926.58/928.86	WSVECS04 Frhs2[1211]: 6 0 11.2726 shouldn't be
926.58/928.86	WSVECS04 Frhs2[1213]: 6 0 1.71642 shouldn't be
926.58/928.86	WSVECS04 Frhs2[1222]: 6 0 0.750032 shouldn't be
926.58/928.86	WSVECS04 Frhs2[1227]: 6 0 1.50009 shouldn't be
926.58/928.86	WSVECS04 Frhs2[1331]: 6 0 1.00002 shouldn't be
926.58/928.86	WSVECS04 Frhs2[1779]: 6 0 0.500014 shouldn't be
954.01/956.32	c #Conflicts:    2061000 | #Constraints:      48042
954.01/956.32	c #Conflicts:    2062000 | #Constraints:      49042
954.01/956.32	c #Conflicts:    2063000 | #Constraints:      50042
954.01/956.32	c #Conflicts:    2064000 | #Constraints:      51042
954.01/956.32	c #Conflicts:    2065000 | #Constraints:      52042
954.01/956.32	c #Conflicts:    2066000 | #Constraints:      53042
954.01/956.32	c #Conflicts:    2067000 | #Constraints:      54042
954.01/956.32	c #Conflicts:    2068000 | #Constraints:      55042
954.01/956.32	c #Conflicts:    2069000 | #Constraints:      56042
954.01/956.32	c #Conflicts:    2070000 | #Constraints:      57042
954.01/956.32	c #Conflicts:    2071000 | #Constraints:      58042
954.01/956.32	c #Conflicts:    2072000 | #Constraints:      59042
954.01/956.32	c #Conflicts:    2073000 | #Constraints:      60042
954.01/956.32	c #Conflicts:    2074000 | #Constraints:      61042
954.01/956.32	c #Conflicts:    2075000 | #Constraints:      62042
954.01/956.32	c #Conflicts:    2076000 | #Constraints:      63042
954.01/956.32	c #Conflicts:    2077000 | #Constraints:      64042
954.01/956.32	c #Conflicts:    2078000 | #Constraints:      65042
954.01/956.32	c #Conflicts:    2079000 | #Constraints:      66042
954.01/956.32	c INPROCESSING
954.01/956.32	c GARBAGE COLLECT
954.01/956.32	c #Conflicts:    2080000 | #Constraints:      38441
954.01/956.32	c #Conflicts:    2081000 | #Constraints:      39441
954.01/956.32	c #Conflicts:    2082000 | #Constraints:      40441
954.01/956.32	c #Conflicts:    2083000 | #Constraints:      41441
954.01/956.32	c #Conflicts:    2084000 | #Constraints:      42441
954.01/956.32	c #Conflicts:    2085000 | #Constraints:      43441
954.01/956.32	c #Conflicts:    2086000 | #Constraints:      44441
954.01/956.32	c #Conflicts:    2087000 | #Constraints:      45441
954.01/956.32	c #Conflicts:    2088000 | #Constraints:      46441
954.01/956.32	c #Conflicts:    2089000 | #Constraints:      47441
954.01/956.32	c #Conflicts:    2090000 | #Constraints:      48441
954.01/956.32	c #Conflicts:    2091000 | #Constraints:      49441
954.01/956.32	c #Conflicts:    2092000 | #Constraints:      50441
954.01/956.32	c #Conflicts:    2093000 | #Constraints:      51441
954.01/956.32	c #Conflicts:    2094000 | #Constraints:      52441
954.01/956.32	c #Conflicts:    2095000 | #Constraints:      53441
954.01/956.32	c #Conflicts:    2096000 | #Constraints:      54441
954.01/956.32	c #Conflicts:    2097000 | #Constraints:      55441
954.01/956.32	c #Conflicts:    2098000 | #Constraints:      56441
954.01/956.32	c #Conflicts:    2099000 | #Constraints:      57441
954.01/956.32	c #Conflicts:    2100000 | #Constraints:      58441
954.01/956.32	c #Conflicts:    2101000 | #Constraints:      59441
954.01/956.32	c #Conflicts:    2102000 | #Constraints:      60441
954.01/956.32	c #Conflicts:    2103000 | #Constraints:      61441
954.01/956.32	c #Conflicts:    2104000 | #Constraints:      62441
954.01/956.32	c #Conflicts:    2105000 | #Constraints:      63441
954.01/956.32	c #Conflicts:    2106000 | #Constraints:      64441
954.01/956.32	c #Conflicts:    2107000 | #Constraints:      65441
954.01/956.32	c #Conflicts:    2108000 | #Constraints:      66441
954.01/956.32	c INPROCESSING
954.01/956.32	c GARBAGE COLLECT
954.01/956.32	c #Conflicts:    2109000 | #Constraints:      38641
954.01/956.32	c #Conflicts:    2110000 | #Constraints:      39641
954.01/956.32	c #Conflicts:    2111000 | #Constraints:      40641
954.01/956.32	c #Conflicts:    2112000 | #Constraints:      41641
954.01/956.32	c #Conflicts:    2113000 | #Constraints:      42641
954.01/956.32	WSVECS04 Frhs2[18]: 6 0 7685 shouldn't be
954.01/956.32	WSVECS04 Frhs2[19]: 6 0 7686 shouldn't be
954.01/956.32	WSVECS04 Frhs2[24]: 6 0 7689 shouldn't be
954.01/956.32	WSVECS04 Frhs2[35]: 6 0 2233.25 shouldn't be
954.01/956.32	WSVECS04 Frhs2[39]: 6 0 7685 shouldn't be
954.01/956.32	WSVECS04 Frhs2[47]: 6 0 3.00005 shouldn't be
954.01/956.32	WSVECS04 Frhs2[92]: 6 -8.75009 0 shouldn't be
954.01/956.32	WSVECS04 Frhs2[110]: 6 0 1.0001 shouldn't be
954.01/956.32	WSVECS04 Frhs2[117]: 6 0 0.500051 shouldn't be
954.01/956.32	WSVECS04 Frhs2[118]: 6 0 1.00004 shouldn't be
954.01/956.32	WSVECS04 Frhs2[133]: 6 -8.75005 0 shouldn't be
954.01/956.32	WSVECS04 Frhs2[157]: 6 0 1.00007 shouldn't be
954.01/956.32	WSVECS04 Frhs2[187]: 6 0 8.50002 shouldn't be
954.01/956.32	WSVECS04 Frhs2[198]: 6 0 1.00007 shouldn't be
954.01/956.32	WSVECS04 Frhs2[202]: 6 0 1.0001 shouldn't be
954.01/956.32	WSVECS04 Frhs2[261]: 6 0 1.00001 shouldn't be
954.01/956.32	WSVECS04 Frhs2[267]: 6 0 1.00001 shouldn't be
954.01/956.32	WSVECS04 Frhs2[282]: 6 0 1.00003 shouldn't be
954.01/956.32	WSVECS04 Frhs2[292]: 6 -6.00003 0 shouldn't be
954.01/956.32	WSVECS04 Frhs2[302]: 6 0 1.00002 shouldn't be
954.01/956.32	WSVECS04 Frhs2[310]: 6 0 5.50005 shouldn't be
954.01/956.32	WSVECS04 Frhs2[341]: 6 0 1.00003 shouldn't be
954.01/956.32	WSVECS04 Frhs2[355]: 6 0 5.00008 shouldn't be
954.01/956.32	WSVECS04 Frhs2[362]: 6 0 1.00008 shouldn't be
954.01/956.32	WSVECS04 Frhs2[377]: 6 0 2.00004 shouldn't be
954.01/956.32	WSVECS04 Frhs2[390]: 6 0 1.00002 shouldn't be
954.01/956.32	WSVECS04 Frhs2[397]: 6 0 1.00002 shouldn't be
954.01/956.32	WSVECS04 Frhs2[408]: 6 0 217.25 shouldn't be
954.01/956.32	WSVECS04 Frhs2[421]: 6 0 1.00003 shouldn't be
954.01/956.32	WSVECS04 Frhs2[422]: 6 0 1.00005 shouldn't be
954.01/956.32	WSVECS04 Frhs2[435]: 6 0 3.00006 shouldn't be
954.01/956.32	WSVECS04 Frhs2[438]: 6 0 1.00008 shouldn't be
954.01/956.32	WSVECS04 Frhs2[459]: 6 0 2.00004 shouldn't be
954.01/956.32	WSVECS04 Frhs2[462]: 6 0 1.00003 shouldn't be
954.01/956.32	WSVECS04 Frhs2[475]: 6 0 3.0001 shouldn't be
954.01/956.32	WSVECS04 Frhs2[477]: 6 0 1.00003 shouldn't be
954.01/956.32	WSVECS04 Frhs2[595]: 6 0 1.00006 shouldn't be
954.01/956.32	WSVECS04 Frhs2[597]: 6 0 6.50005 shouldn't be
954.01/956.32	WSVECS04 Frhs2[598]: 6 0 1.00006 shouldn't be
954.01/956.32	WSVECS04 Frhs2[638]: 6 0 6.50007 shouldn't be
954.01/956.32	WSVECS04 Frhs2[715]: 6 0 2.50007 shouldn't be
954.01/956.32	WSVECS04 Frhs2[718]: 6 0 1.00007 shouldn't be
954.01/956.32	WSVECS04 Frhs2[722]: 6 0 1.00002 shouldn't be
954.01/956.32	WSVECS04 Frhs2[732]: 6 0 0.500011 shouldn't be
954.01/956.32	WSVECS04 Frhs2[738]: 6 0 1.0001 shouldn't be
954.01/956.32	WSVECS04 Frhs2[797]: 6 0 0.500051 shouldn't be
954.01/956.32	WSVECS04 Frhs2[802]: 6 0 6.50005 shouldn't be
954.01/956.32	WSVECS04 Frhs2[811]: 6 0 1.0001 shouldn't be
954.01/956.32	WSVECS04 Frhs2[813]: 6 0 1.00005 shouldn't be
954.01/956.32	WSVECS04 Frhs2[815]: 6 0 1.00008 shouldn't be
954.01/956.32	WSVECS04 Frhs2[827]: 6 0 0.500061 shouldn't be
954.01/956.32	WSVECS04 Frhs2[837]: 6 0 1.0001 shouldn't be
954.01/956.32	WSVECS04 Frhs2[838]: 6 0 0.500052 shouldn't be
954.01/956.32	WSVECS04 Frhs2[844]: 6 0 1.00008 shouldn't be
954.01/956.32	WSVECS04 Frhs2[852]: 6 0 1.00009 shouldn't be
954.01/956.32	WSVECS04 Frhs2[854]: 6 0 1.00003 shouldn't be
954.01/956.33	WSVECS04 Frhs2[861]: 6 0 1.00006 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1038]: 6 0 1.00003 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1063]: 6 0 1.0001 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1075]: 6 0 3.00007 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1077]: 6 0 1.00005 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1104]: 6 0 1.00004 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1155]: 6 0 2.50002 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1157]: 6 0 1.00008 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1165]: 6 0 1.00001 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1173]: 6 0 1.00004 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1339]: 6 0 2434.25 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1344]: 6 0 1.00006 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1362]: 6 0 1.00008 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1364]: 6 0 1.00004 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1365]: 6 0 1.00001 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1370]: 6 0 1.00003 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1374]: 6 0 1.00003 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1381]: 6 0 1.00005 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1389]: 6 0 1.00006 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1446]: 6 0 1.00009 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1447]: 6 0 1.00004 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1452]: 6 0 1.00002 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1458]: 6 0 6.50009 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1459]: 6 0 1.00002 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1463]: 6 0 1.00006 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1469]: 6 0 1.00005 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1476]: 6 0 1.00003 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1485]: 6 0 1.00006 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1487]: 6 0 1.00004 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1493]: 6 0 1.00001 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1494]: 6 0 0.500083 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1499]: 6 0 6.50005 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1501]: 6 0 1.00002 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1503]: 6 0 1.00001 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1510]: 6 0 1.00007 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1512]: 6 0 1.00006 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1649]: 6 0 1.00005 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1651]: 6 0 1.00002 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1658]: 6 0 0.500035 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1663]: 6 0 6.50003 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1664]: 6 0 1.00008 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1672]: 6 0 1.00002 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1676]: 6 0 1.00004 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1757]: 6 0 0.500018 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1760]: 6 0 1.00009 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1768]: 6 -6.00001 0 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1773]: 6 -8.75002 0 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1797]: 6 0 1.00007 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1799]: 6 0 1.00009 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1804]: 6 0 1.00006 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1875]: 6 -3.00008 0 shouldn't be
954.01/956.33	WSVECS04 Frhs2[1936]: 6 -6.00004 0 shouldn't be
992.92/995.32	c #Conflicts:    2114000 | #Constraints:      43641
992.92/995.32	c #Conflicts:    2115000 | #Constraints:      44641
992.92/995.32	c #Conflicts:    2116000 | #Constraints:      45641
992.92/995.32	c #Conflicts:    2117000 | #Constraints:      46641
992.92/995.32	c #Conflicts:    2118000 | #Constraints:      47641
992.92/995.32	c #Conflicts:    2119000 | #Constraints:      48641
992.92/995.32	c #Conflicts:    2120000 | #Constraints:      49641
992.92/995.32	c #Conflicts:    2121000 | #Constraints:      50641
992.92/995.32	c #Conflicts:    2122000 | #Constraints:      51641
992.92/995.32	c #Conflicts:    2123000 | #Constraints:      52641
992.92/995.32	c #Conflicts:    2124000 | #Constraints:      53641
992.92/995.32	c #Conflicts:    2125000 | #Constraints:      54641
992.92/995.32	c #Conflicts:    2126000 | #Constraints:      55641
992.92/995.32	c #Conflicts:    2127000 | #Constraints:      56641
992.92/995.32	c #Conflicts:    2128000 | #Constraints:      57641
992.92/995.32	c #Conflicts:    2129000 | #Constraints:      58641
992.92/995.32	c #Conflicts:    2130000 | #Constraints:      59641
992.92/995.32	c #Conflicts:    2131000 | #Constraints:      60641
992.92/995.32	c #Conflicts:    2132000 | #Constraints:      61641
992.92/995.32	c #Conflicts:    2133000 | #Constraints:      62641
992.92/995.32	c #Conflicts:    2134000 | #Constraints:      63641
992.92/995.32	c #Conflicts:    2135000 | #Constraints:      64641
992.92/995.32	c #Conflicts:    2136000 | #Constraints:      65641
992.92/995.32	c #Conflicts:    2137000 | #Constraints:      66641
992.92/995.32	c INPROCESSING
992.92/995.32	c GARBAGE COLLECT
992.92/995.32	c #Conflicts:    2138000 | #Constraints:      38638
992.92/995.32	c #Conflicts:    2139000 | #Constraints:      39638
992.92/995.32	c #Conflicts:    2140000 | #Constraints:      40638
992.92/995.32	c #Conflicts:    2141000 | #Constraints:      41638
992.92/995.32	c #Conflicts:    2142000 | #Constraints:      42638
992.92/995.32	c #Conflicts:    2143000 | #Constraints:      43638
992.92/995.32	c #Conflicts:    2144000 | #Constraints:      44638
992.92/995.32	c #Conflicts:    2145000 | #Constraints:      45638
992.92/995.32	c #Conflicts:    2146000 | #Constraints:      46638
992.92/995.32	c #Conflicts:    2147000 | #Constraints:      47638
992.92/995.32	c #Conflicts:    2148000 | #Constraints:      48638
992.92/995.32	c #Conflicts:    2149000 | #Constraints:      49638
992.92/995.32	c #Conflicts:    2150000 | #Constraints:      50638
992.92/995.32	c #Conflicts:    2151000 | #Constraints:      51638
992.92/995.32	c #Conflicts:    2152000 | #Constraints:      52638
992.92/995.32	c #Conflicts:    2153000 | #Constraints:      53638
992.92/995.32	c #Conflicts:    2154000 | #Constraints:      54638
992.92/995.32	c #Conflicts:    2155000 | #Constraints:      55638
992.92/995.32	c #Conflicts:    2156000 | #Constraints:      56638
992.92/995.32	c #Conflicts:    2157000 | #Constraints:      57638
992.92/995.32	c #Conflicts:    2158000 | #Constraints:      58638
992.92/995.32	c #Conflicts:    2159000 | #Constraints:      59638
992.92/995.32	c #Conflicts:    2160000 | #Constraints:      60638
992.92/995.32	c #Conflicts:    2161000 | #Constraints:      61638
992.92/995.32	c #Conflicts:    2162000 | #Constraints:      62638
992.92/995.32	c #Conflicts:    2163000 | #Constraints:      63638
992.92/995.32	c #Conflicts:    2164000 | #Constraints:      64638
992.92/995.32	c #Conflicts:    2165000 | #Constraints:      65638
992.92/995.32	c #Conflicts:    2166000 | #Constraints:      66638
992.92/995.32	c INPROCESSING
992.92/995.32	c GARBAGE COLLECT
992.92/995.32	c #Conflicts:    2167000 | #Constraints:      38440
992.92/995.32	c #Conflicts:    2168000 | #Constraints:      39440
992.92/995.32	c #Conflicts:    2169000 | #Constraints:      40440
992.92/995.32	c #Conflicts:    2170000 | #Constraints:      41440
992.92/995.32	c #Conflicts:    2171000 | #Constraints:      42440
992.92/995.32	c #Conflicts:    2172000 | #Constraints:      43440
992.92/995.32	c #Conflicts:    2173000 | #Constraints:      44440
992.92/995.32	c #Conflicts:    2174000 | #Constraints:      45440
992.92/995.32	c #Conflicts:    2175000 | #Constraints:      46440
992.92/995.32	c #Conflicts:    2176000 | #Constraints:      47440
992.92/995.32	c #Conflicts:    2177000 | #Constraints:      48440
992.92/995.32	c #Conflicts:    2178000 | #Constraints:      49440
992.92/995.32	c #Conflicts:    2179000 | #Constraints:      50440
992.92/995.32	c #Conflicts:    2180000 | #Constraints:      51440
992.92/995.32	c #Conflicts:    2181000 | #Constraints:      52440
992.92/995.32	WSVECS04 Frhs2[20]: 6 0 3.7716 shouldn't be
992.92/995.32	WSVECS04 Frhs2[109]: 6 0 2.00006 shouldn't be
992.92/995.32	WSVECS04 Frhs2[112]: 6 0 2.00002 shouldn't be
992.92/995.32	WSVECS04 Frhs2[143]: 6 0 0.24124 shouldn't be
992.92/995.32	WSVECS04 Frhs2[174]: 6 0 0.500012 shouldn't be
992.92/995.32	WSVECS04 Frhs2[178]: 6 0 0.433666 shouldn't be
992.92/995.32	WSVECS04 Frhs2[192]: 6 0 6.00005 shouldn't be
992.92/995.32	WSVECS04 Frhs2[225]: 6 0 0.241188 shouldn't be
992.92/995.32	WSVECS04 Frhs2[233]: 6 0 5.00008 shouldn't be
992.92/995.32	WSVECS04 Frhs2[258]: 6 0 1.00003 shouldn't be
992.92/995.32	WSVECS04 Frhs2[260]: 6 0 0.43365 shouldn't be
992.92/995.32	WSVECS04 Frhs2[273]: 6 0 0.219299 shouldn't be
992.92/995.32	WSVECS04 Frhs2[313]: 6 0 2.00009 shouldn't be
992.92/995.32	WSVECS04 Frhs2[334]: 6 0 1.00001 shouldn't be
992.92/995.32	WSVECS04 Frhs2[343]: 6 0 0.770647 shouldn't be
992.92/995.32	WSVECS04 Frhs2[349]: 6 0 1.00009 shouldn't be
992.92/995.32	WSVECS04 Frhs2[383]: 6 0 0.433693 shouldn't be
992.92/995.32	WSVECS04 Frhs2[392]: 6 0 8.35124 shouldn't be
992.92/995.32	WSVECS04 Frhs2[399]: 6 0 0.500011 shouldn't be
992.92/995.32	WSVECS04 Frhs2[414]: 6 0 1.58664 shouldn't be
992.92/995.32	WSVECS04 Frhs2[420]: 6 0 0.500077 shouldn't be
992.92/995.32	WSVECS04 Frhs2[432]: 6 0 3.37954 shouldn't be
992.92/995.32	WSVECS04 Frhs2[433]: 6 0 7.35123 shouldn't be
992.92/995.32	WSVECS04 Frhs2[465]: 6 0 0.716897 shouldn't be
992.92/995.32	WSVECS04 Frhs2[469]: 6 0 0.915051 shouldn't be
992.92/995.32	WSVECS04 Frhs2[473]: 6 0 3.37949 shouldn't be
992.92/995.32	WSVECS04 Frhs2[498]: 6 0 1.00005 shouldn't be
992.92/995.32	WSVECS04 Frhs2[512]: 6 0 0.241189 shouldn't be
992.92/995.32	WSVECS04 Frhs2[513]: 6 0 2.00004 shouldn't be
992.92/995.32	WSVECS04 Frhs2[517]: 6 0 1.00002 shouldn't be
992.92/995.32	WSVECS04 Frhs2[532]: 6 0 1.00005 shouldn't be
992.92/995.32	WSVECS04 Frhs2[660]: 6 0 2.00008 shouldn't be
992.92/995.32	WSVECS04 Frhs2[673]: 6 0 1.00005 shouldn't be
992.92/995.32	WSVECS04 Frhs2[674]: 6 0 0.915085 shouldn't be
992.92/995.32	WSVECS04 Frhs2[677]: 6 0 1.00007 shouldn't be
992.92/995.32	WSVECS04 Frhs2[684]: 6 0 1.00001 shouldn't be
992.92/995.32	WSVECS04 Frhs2[689]: 6 0 0.500064 shouldn't be
992.92/995.32	WSVECS04 Frhs2[692]: 6 0 0.0616537 shouldn't be
992.92/995.32	WSVECS04 Frhs2[696]: 6 0 1.00001 shouldn't be
992.92/995.32	WSVECS04 Frhs2[712]: 6 0 1.54129 shouldn't be
992.92/995.32	WSVECS04 Frhs2[719]: 6 0 2.37952 shouldn't be
992.92/995.32	WSVECS04 Frhs2[743]: 6 0 0.500064 shouldn't be
992.92/995.32	WSVECS04 Frhs2[752]: 6 0 8.04208 shouldn't be
992.92/995.32	WSVECS04 Frhs2[753]: 6 0 1.54131 shouldn't be
992.92/995.32	WSVECS04 Frhs2[757]: 6 0 0.500029 shouldn't be
992.92/995.32	WSVECS04 Frhs2[759]: 6 0 1.00006 shouldn't be
992.92/995.32	WSVECS04 Frhs2[766]: 6 0 1.00006 shouldn't be
992.92/995.32	WSVECS04 Frhs2[771]: 6 0 0.500035 shouldn't be
992.92/995.32	WSVECS04 Frhs2[774]: 6 0 0.200018 shouldn't be
992.92/995.32	WSVECS04 Frhs2[776]: 6 0 0.491977 shouldn't be
992.92/995.32	WSVECS04 Frhs2[872]: 6 0 0.500039 shouldn't be
992.92/995.32	WSVECS04 Frhs2[873]: 6 0 2.00006 shouldn't be
992.92/995.32	WSVECS04 Frhs2[884]: 6 0 0.175672 shouldn't be
992.92/995.32	WSVECS04 Frhs2[887]: 6 0 0.500063 shouldn't be
992.92/995.32	WSVECS04 Frhs2[889]: 6 0 1.00004 shouldn't be
992.92/995.32	WSVECS04 Frhs2[895]: 6 0 0.500063 shouldn't be
992.92/995.32	WSVECS04 Frhs2[901]: 6 0 1.00009 shouldn't be
992.92/995.32	WSVECS04 Frhs2[902]: 6 0 0.500086 shouldn't be
992.92/995.32	WSVECS04 Frhs2[949]: 6 0 1.00001 shouldn't be
992.92/995.32	WSVECS04 Frhs2[954]: 6 0 3.50008 shouldn't be
992.92/995.32	WSVECS04 Frhs2[964]: 6 0 1.00005 shouldn't be
992.92/995.32	WSVECS04 Frhs2[966]: 6 0 0.175615 shouldn't be
992.92/995.32	WSVECS04 Frhs2[967]: 6 0 0.551789 shouldn't be
992.92/995.32	WSVECS04 Frhs2[975]: 6 0 0.500047 shouldn't be
992.92/995.32	WSVECS04 Frhs2[982]: 6 0 0.500087 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1112]: 6 0 1.00004 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1113]: 6 0 1.00008 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1114]: 6 0 2.00006 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1124]: 6 0 0.500012 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1131]: 6 0 0.551776 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1132]: 6 0 1.00002 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1135]: 6 0 1.00006 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1136]: 6 0 0.500058 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1141]: 6 0 0.500019 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1147]: 6 0 1.00002 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1234]: 6 0 5.41352 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1248]: 6 0 0.915112 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1254]: 6 0 1.03194 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1262]: 6 0 0.500092 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1289]: 6 0 0.830107 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1296]: 6 0 1.00002 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1301]: 6 0 1.00001 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1305]: 6 0 0.500024 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1307]: 6 0 1.00004 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1336]: 6 0 1.03195 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1340]: 6 0 1.00005 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1347]: 6 0 0.500042 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1439]: 6 0 1.58664 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1456]: 6 0 1.00004 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1460]: 6 0 1.00004 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1462]: 6 0 0.500081 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1467]: 6 0 0.500069 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1471]: 6 0 0.200039 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1475]: 6 0 2.00002 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1530]: 6 0 0.500023 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1532]: 6 0 0.770665 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1535]: 6 0 0.830068 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1541]: 6 0 1.03197 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1542]: 6 0 1.00009 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1554]: 6 0 1.50009 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1555]: 6 0 0.746017 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1736]: 6 0 0.433664 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1740]: 6 0 0.915084 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1742]: 6 0 0.241228 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1745]: 6 0 0.175628 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1747]: 6 0 1.00003 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1751]: 6 0 0.500072 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1755]: 6 0 8.00009 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1761]: 6 0 0.500085 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1837]: 6 -6.50009 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1852]: 6 -4.50008 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1856]: 6 -4.39161 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1870]: 6 -1.00009 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1874]: 6 -5.00001 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1907]: 6 -4.00004 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1911]: 6 -4.00003 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1952]: 6 -3.00004 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1955]: 6 -3.00003 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1960]: 6 -1.00004 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1961]: 6 -8.00003 0 shouldn't be
992.92/995.32	WSVECS04 Frhs2[1969]: 6 -2.00007 0 shouldn't be
1034.72/1037.20	c #Conflicts:    2182000 | #Constraints:      53440
1034.72/1037.20	c #Conflicts:    2183000 | #Constraints:      54440
1034.72/1037.20	c #Conflicts:    2184000 | #Constraints:      55440
1034.72/1037.20	c #Conflicts:    2185000 | #Constraints:      56440
1034.72/1037.20	c #Conflicts:    2186000 | #Constraints:      57440
1034.72/1037.20	c #Conflicts:    2187000 | #Constraints:      58440
1034.72/1037.20	c #Conflicts:    2188000 | #Constraints:      59440
1034.72/1037.20	c #Conflicts:    2189000 | #Constraints:      60440
1034.72/1037.20	c #Conflicts:    2190000 | #Constraints:      61440
1034.72/1037.20	c #Conflicts:    2191000 | #Constraints:      62440
1034.72/1037.20	c #Conflicts:    2192000 | #Constraints:      63440
1034.72/1037.20	c #Conflicts:    2193000 | #Constraints:      64440
1034.72/1037.20	c #Conflicts:    2194000 | #Constraints:      65440
1034.72/1037.20	c #Conflicts:    2195000 | #Constraints:      66440
1034.72/1037.20	c #Conflicts:    2196000 | #Constraints:      67440
1034.72/1037.20	c INPROCESSING
1034.72/1037.20	c GARBAGE COLLECT
1034.72/1037.20	c #Conflicts:    2197000 | #Constraints:      39039
1034.72/1037.20	c #Conflicts:    2198000 | #Constraints:      40039
1034.72/1037.20	c #Conflicts:    2199000 | #Constraints:      41039
1034.72/1037.20	c #Conflicts:    2200000 | #Constraints:      42039
1034.72/1037.20	c #Conflicts:    2201000 | #Constraints:      43039
1034.72/1037.20	c #Conflicts:    2202000 | #Constraints:      44039
1034.72/1037.20	c #Conflicts:    2203000 | #Constraints:      45039
1034.72/1037.20	c #Conflicts:    2204000 | #Constraints:      46039
1034.72/1037.20	c #Conflicts:    2205000 | #Constraints:      47039
1034.72/1037.20	c #Conflicts:    2206000 | #Constraints:      48039
1034.72/1037.20	c #Conflicts:    2207000 | #Constraints:      49039
1034.72/1037.20	c #Conflicts:    2208000 | #Constraints:      50039
1034.72/1037.20	c #Conflicts:    2209000 | #Constraints:      51039
1034.72/1037.20	c #Conflicts:    2210000 | #Constraints:      52039
1034.72/1037.20	c #Conflicts:    2211000 | #Constraints:      53039
1034.72/1037.20	c #Conflicts:    2212000 | #Constraints:      54039
1034.72/1037.20	c #Conflicts:    2213000 | #Constraints:      55039
1034.72/1037.20	c #Conflicts:    2214000 | #Constraints:      56039
1034.72/1037.20	c #Conflicts:    2215000 | #Constraints:      57039
1034.72/1037.20	c #Conflicts:    2216000 | #Constraints:      58039
1034.72/1037.20	c #Conflicts:    2217000 | #Constraints:      59039
1034.72/1037.20	c #Conflicts:    2218000 | #Constraints:      60039
1034.72/1037.20	c #Conflicts:    2219000 | #Constraints:      61039
1034.72/1037.20	c #Conflicts:    2220000 | #Constraints:      62039
1034.72/1037.20	c #Conflicts:    2221000 | #Constraints:      63039
1034.72/1037.20	c #Conflicts:    2222000 | #Constraints:      64039
1034.72/1037.20	c #Conflicts:    2223000 | #Constraints:      65039
1034.72/1037.20	c #Conflicts:    2224000 | #Constraints:      66039
1034.72/1037.20	c #Conflicts:    2225000 | #Constraints:      67039
1034.72/1037.20	c #Conflicts:    2226000 | #Constraints:      68039
1034.72/1037.20	c INPROCESSING
1034.72/1037.20	c GARBAGE COLLECT
1034.72/1037.20	c #Conflicts:    2227000 | #Constraints:      39442
1034.72/1037.20	c #Conflicts:    2228000 | #Constraints:      40442
1034.72/1037.20	c #Conflicts:    2229000 | #Constraints:      41442
1034.72/1037.20	c #Conflicts:    2230000 | #Constraints:      42442
1034.72/1037.20	c #Conflicts:    2231000 | #Constraints:      43442
1034.72/1037.20	c #Conflicts:    2232000 | #Constraints:      44442
1034.72/1037.20	c #Conflicts:    2233000 | #Constraints:      45442
1034.72/1037.20	c #Conflicts:    2234000 | #Constraints:      46443
1034.72/1037.20	c #Conflicts:    2235000 | #Constraints:      47443
1034.72/1037.20	c #Conflicts:    2236000 | #Constraints:      48443
1034.72/1037.20	c #Conflicts:    2237000 | #Constraints:      49443
1034.72/1037.20	c #Conflicts:    2238000 | #Constraints:      50443
1034.72/1037.20	c #Conflicts:    2239000 | #Constraints:      51443
1034.72/1037.20	c #Conflicts:    2240000 | #Constraints:      52443
1034.72/1037.20	c #Conflicts:    2241000 | #Constraints:      53443
1034.72/1037.20	c #Conflicts:    2242000 | #Constraints:      54443
1034.72/1037.20	c #Conflicts:    2243000 | #Constraints:      55443
1034.72/1037.20	c #Conflicts:    2244000 | #Constraints:      56443
1034.72/1037.20	c #Conflicts:    2245000 | #Constraints:      57443
1034.72/1037.20	c #Conflicts:    2246000 | #Constraints:      58443
1034.72/1037.20	c #Conflicts:    2247000 | #Constraints:      59443
1034.72/1037.20	c #Conflicts:    2248000 | #Constraints:      60443
1034.72/1037.20	c #Conflicts:    2249000 | #Constraints:      61443
1034.72/1037.20	c #Conflicts:    2250000 | #Constraints:      62443
1034.72/1037.20	c #Conflicts:    2251000 | #Constraints:      63443
1034.72/1037.20	WSVECS04 Frhs2[21]: 6 -1799.42 0 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[24]: 6 -1799.42 0 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[45]: 6 0 1.00004 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[99]: 6 0 408.5 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[117]: 6 0 1.00007 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[122]: 6 0 1104.17 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[164]: 6 0 0.500058 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[204]: 6 0 1105.17 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[219]: 6 0 0.50005 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[241]: 6 0 1.00002 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[242]: 6 0 623.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[259]: 6 0 3.50006 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[282]: 6 0 1.00004 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[309]: 6 0 1.00002 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[324]: 6 0 623.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[339]: 6 0 545.917 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[349]: 6 0 5.00007 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[379]: 6 0 260.917 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[429]: 6 0 207.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[459]: 6 0 0.500058 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[473]: 6 0 1.00003 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[499]: 6 0 306.5 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[513]: 6 0 6.00008 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[524]: 6 0 0.500013 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[539]: 6 0 696.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[557]: 6 0 0.500031 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[562]: 6 0 1.00002 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[593]: 6 0 208.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[704]: 6 0 306.5 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[705]: 6 0 0.500077 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[707]: 6 0 261.917 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[709]: 6 0 0.500035 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[726]: 6 0 1.00008 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[727]: 6 0 1.25003 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[734]: 6 0 5.00008 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[736]: 6 0 1.00003 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[737]: 6 0 1150.83 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[738]: 6 0 0.500092 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[909]: 6 0 305.5 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[913]: 6 0 548.917 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[917]: 6 0 1.00004 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[924]: 6 0 1.00007 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[941]: 6 0 1.00004 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[949]: 6 0 696.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[953]: 6 0 263.917 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[957]: 6 0 0.500046 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[964]: 6 0 5.00005 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1029]: 6 0 2.00005 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1033]: 6 0 1.00004 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1037]: 6 0 0.500033 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1061]: 6 0 1.00005 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1110]: 6 0 394.167 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1117]: 6 0 261.917 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1128]: 6 0 4.00008 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1149]: 6 0 1.00009 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1157]: 6 0 1.00008 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1164]: 6 0 0.500052 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1191]: 6 0 1.00004 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1277]: 6 0 696.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1281]: 6 0 261.917 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1282]: 6 0 552.917 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1287]: 6 0 0.500017 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1288]: 6 0 408.5 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1290]: 6 0 207.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1292]: 6 0 4.0001 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1301]: 6 0 2.25008 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1306]: 6 0 1.0001 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1311]: 6 0 1150.83 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1441]: 6 0 694.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1442]: 6 0 306.5 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1445]: 6 0 261.917 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1446]: 6 0 547.917 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1449]: 6 0 0.500081 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1451]: 6 0 0.500088 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1454]: 6 0 206.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1456]: 6 0 5.00005 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1467]: 6 0 0.500059 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1471]: 6 0 1.00002 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1472]: 6 0 629.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1604]: 6 0 1.00005 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1635]: 6 0 3.00003 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1644]: 6 0 1.0001 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1646]: 6 0 695.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1651]: 6 0 1.00006 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1657]: 6 0 408.5 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1666]: 6 0 0.500034 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1675]: 6 0 1.00007 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1679]: 6 0 1.00005 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1725]: 6 0 393.167 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1728]: 6 0 695.25 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1733]: 6 0 1.00003 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1752]: 6 0 1.25005 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1763]: 6 0 0.500038 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1795]: 6 0 1.50008 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1799]: 6 0 1.00003 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1804]: 6 0 0.500038 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1917]: 6 -1.00006 0 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1918]: 6 -6.5001 0 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1971]: 6 -3.00007 0 shouldn't be
1034.72/1037.20	WSVECS04 Frhs2[1979]: 6 -5.00006 0 shouldn't be
1080.32/1082.90	c #Conflicts:    2252000 | #Constraints:      64443
1080.32/1082.90	c #Conflicts:    2253000 | #Constraints:      65443
1080.32/1082.90	c #Conflicts:    2254000 | #Constraints:      66443
1080.32/1082.90	c #Conflicts:    2255000 | #Constraints:      67443
1080.32/1082.90	c #Conflicts:    2256000 | #Constraints:      68443
1080.32/1082.90	c INPROCESSING
1080.32/1082.90	c GARBAGE COLLECT
1080.32/1082.90	c #Conflicts:    2257000 | #Constraints:      39641
1080.32/1082.90	c #Conflicts:    2258000 | #Constraints:      40641
1080.32/1082.90	c #Conflicts:    2259000 | #Constraints:      41641
1080.32/1082.90	c #Conflicts:    2260000 | #Constraints:      42641
1080.32/1082.90	c #Conflicts:    2261000 | #Constraints:      43641
1080.32/1082.90	c #Conflicts:    2262000 | #Constraints:      44641
1080.32/1082.90	c #Conflicts:    2263000 | #Constraints:      45641
1080.32/1082.90	c #Conflicts:    2264000 | #Constraints:      46641
1080.32/1082.90	c #Conflicts:    2265000 | #Constraints:      47641
1080.32/1082.90	c #Conflicts:    2266000 | #Constraints:      48641
1080.32/1082.90	c #Conflicts:    2267000 | #Constraints:      49641
1080.32/1082.90	c #Conflicts:    2268000 | #Constraints:      50641
1080.32/1082.90	c #Conflicts:    2269000 | #Constraints:      51641
1080.32/1082.90	c #Conflicts:    2270000 | #Constraints:      52641
1080.32/1082.90	c #Conflicts:    2271000 | #Constraints:      53641
1080.32/1082.90	c #Conflicts:    2272000 | #Constraints:      54641
1080.32/1082.90	c #Conflicts:    2273000 | #Constraints:      55641
1080.32/1082.90	c #Conflicts:    2274000 | #Constraints:      56641
1080.32/1082.90	c #Conflicts:    2275000 | #Constraints:      57641
1080.32/1082.90	c #Conflicts:    2276000 | #Constraints:      58641
1080.32/1082.90	c #Conflicts:    2277000 | #Constraints:      59641
1080.32/1082.90	c #Conflicts:    2278000 | #Constraints:      60641
1080.32/1082.90	c #Conflicts:    2279000 | #Constraints:      61641
1080.32/1082.90	c #Conflicts:    2280000 | #Constraints:      62641
1080.32/1082.90	c #Conflicts:    2281000 | #Constraints:      63641
1080.32/1082.90	c #Conflicts:    2282000 | #Constraints:      64641
1080.32/1082.90	c #Conflicts:    2283000 | #Constraints:      65641
1080.32/1082.90	c #Conflicts:    2284000 | #Constraints:      66641
1080.32/1082.90	c #Conflicts:    2285000 | #Constraints:      67641
1080.32/1082.90	c #Conflicts:    2286000 | #Constraints:      68641
1080.32/1082.90	c INPROCESSING
1080.32/1082.90	c GARBAGE COLLECT
1080.32/1082.90	c #Conflicts:    2287000 | #Constraints:      39640
1080.32/1082.90	c #Conflicts:    2288000 | #Constraints:      40640
1080.32/1082.90	c #Conflicts:    2289000 | #Constraints:      41640
1080.32/1082.90	c #Conflicts:    2290000 | #Constraints:      42640
1080.32/1082.90	c #Conflicts:    2291000 | #Constraints:      43640
1080.32/1082.90	c #Conflicts:    2292000 | #Constraints:      44640
1080.32/1082.90	c #Conflicts:    2293000 | #Constraints:      45640
1080.32/1082.90	c #Conflicts:    2294000 | #Constraints:      46641
1080.32/1082.90	c #Conflicts:    2295000 | #Constraints:      47641
1080.32/1082.90	c #Conflicts:    2296000 | #Constraints:      48641
1080.32/1082.90	c #Conflicts:    2297000 | #Constraints:      49641
1080.32/1082.90	c #Conflicts:    2298000 | #Constraints:      50641
1080.32/1082.90	c #Conflicts:    2299000 | #Constraints:      51641
1080.32/1082.90	c #Conflicts:    2300000 | #Constraints:      52641
1080.32/1082.90	c #Conflicts:    2301000 | #Constraints:      53641
1080.32/1082.90	c #Conflicts:    2302000 | #Constraints:      54641
1080.32/1082.90	c #Conflicts:    2303000 | #Constraints:      55641
1080.32/1082.90	c #Conflicts:    2304000 | #Constraints:      56641
1080.32/1082.90	c #Conflicts:    2305000 | #Constraints:      57641
1080.32/1082.90	c #Conflicts:    2306000 | #Constraints:      58641
1080.32/1082.90	c #Conflicts:    2307000 | #Constraints:      59642
1080.32/1082.90	c #Conflicts:    2308000 | #Constraints:      60642
1080.32/1082.90	c #Conflicts:    2309000 | #Constraints:      61642
1080.32/1082.90	c #Conflicts:    2310000 | #Constraints:      62642
1080.32/1082.90	c #Conflicts:    2311000 | #Constraints:      63642
1080.32/1082.90	c #Conflicts:    2312000 | #Constraints:      64642
1080.32/1082.90	c #Conflicts:    2313000 | #Constraints:      65642
1080.32/1082.90	c #Conflicts:    2314000 | #Constraints:      66642
1080.32/1082.90	c #Conflicts:    2315000 | #Constraints:      67642
1080.32/1082.90	c #Conflicts:    2316000 | #Constraints:      68642
1080.32/1082.90	c INPROCESSING
1080.32/1082.90	c GARBAGE COLLECT
1080.32/1082.90	c #Conflicts:    2317000 | #Constraints:      39442
1080.32/1082.90	c #Conflicts:    2318000 | #Constraints:      40442
1080.32/1082.90	c #Conflicts:    2319000 | #Constraints:      41442
1080.32/1082.90	c #Conflicts:    2320000 | #Constraints:      42442
1080.32/1082.90	c #Conflicts:    2321000 | #Constraints:      43442
1080.32/1082.90	c #Conflicts:    2322000 | #Constraints:      44442
1080.32/1082.90	c #Conflicts:    2323000 | #Constraints:      45442
1080.32/1082.90	c #Conflicts:    2324000 | #Constraints:      46442
1080.32/1082.90	c #Conflicts:    2325000 | #Constraints:      47442
1080.32/1082.90	WSVECS04 Frhs2[97]: 6 0 1.00005 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[106]: 6 0 2.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[111]: 6 0 10 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[137]: 6 0 197 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[151]: 6 0 4.00002 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[157]: 6 0 0.500021 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[185]: 6 0 7.00004 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[226]: 6 0 7.00004 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[267]: 6 0 7.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[279]: 6 0 1.00004 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[302]: 6 0 1.00009 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[308]: 6 0 7.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[337]: 6 0 31 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[342]: 6 0 198 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[349]: 6 0 7.00003 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[351]: 6 0 3.00009 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[357]: 6 0 1.00006 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[397]: 6 0 17 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[425]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[426]: 6 0 384.5 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[438]: 6 0 17.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[439]: 6 0 1.00006 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[465]: 6 0 198 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[466]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[467]: 6 0 384.5 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[477]: 6 0 0.500053 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[497]: 6 0 59.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[506]: 6 0 198 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[507]: 6 0 1.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[517]: 6 0 0.500034 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[518]: 6 0 0.50009 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[622]: 6 0 0.500015 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[625]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[629]: 6 0 198 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[631]: 6 0 388.5 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[643]: 6 0 18.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[645]: 6 0 253 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[651]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[654]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[655]: 6 0 0.500099 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[656]: 6 0 301.5 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[826]: 6 0 1.00005 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[827]: 6 0 0.500048 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[828]: 6 0 0.500057 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[829]: 6 0 31.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[848]: 6 0 18 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[854]: 6 0 0.500096 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[859]: 6 0 1.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[948]: 6 0 60 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[949]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[951]: 6 0 0.500098 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[957]: 6 0 197 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[964]: 6 0 8.00005 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[965]: 6 0 0.500085 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[972]: 6 0 1.00002 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[976]: 6 0 1.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[979]: 6 0 1.00006 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[984]: 6 0 302.5 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[989]: 6 0 60.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[991]: 6 0 2.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1005]: 6 0 8.00005 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1006]: 6 0 0.500035 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1012]: 6 0 18 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1013]: 6 0 1.00004 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1031]: 6 0 7.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1039]: 6 0 197 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1046]: 6 0 8.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1053]: 6 0 18 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1054]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1055]: 6 0 253 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1064]: 6 0 1.00001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1067]: 6 0 1.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1071]: 6 0 60.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1086]: 6 0 4.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1088]: 6 0 0.50008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1089]: 6 0 1.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1094]: 6 0 18 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1095]: 6 0 1.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1096]: 6 0 253 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1099]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1104]: 6 0 0.500021 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1107]: 6 0 302.5 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1108]: 6 0 1.00002 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1117]: 6 0 1.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1123]: 6 0 383.5 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1148]: 6 0 302.5 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1149]: 6 0 1.00003 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1224]: 6 0 5.50003 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1230]: 6 0 307.5 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1399]: 6 0 60 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1403]: 6 0 31 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1428]: 6 0 0.500027 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1444]: 6 0 31 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1449]: 6 0 1.00005 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1456]: 6 0 8.00004 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1464]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1468]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1471]: 6 0 1.00003 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1473]: 6 0 2.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1478]: 6 0 1.00003 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1483]: 6 0 0.50005 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1484]: 6 0 0.500014 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1490]: 6 0 1.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1504]: 6 0 18 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1509]: 6 0 1.00005 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1513]: 6 0 5.00006 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1519]: 6 0 1.00003 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1524]: 6 0 0.500059 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1531]: 6 0 1.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1547]: 6 0 253 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1553]: 6 0 8.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1558]: 6 0 302.5 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1560]: 6 0 1.00009 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1686]: 6 0 59 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1711]: 6 0 252 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1720]: 6 0 1.00008 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1744]: 6 0 0.500063 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1761]: 6 0 1.00007 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1765]: 6 0 1.0001 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1784]: 6 0 20 shouldn't be
1080.32/1082.90	WSVECS04 Frhs2[1963]: 6 -15.5 0 shouldn't be
1116.93/1119.63	c #Conflicts:    2326000 | #Constraints:      48442
1116.93/1119.63	c #Conflicts:    2327000 | #Constraints:      49442
1116.93/1119.63	c #Conflicts:    2328000 | #Constraints:      50442
1116.93/1119.63	c #Conflicts:    2329000 | #Constraints:      51442
1116.93/1119.63	c #Conflicts:    2330000 | #Constraints:      52442
1116.93/1119.63	c #Conflicts:    2331000 | #Constraints:      53442
1116.93/1119.63	c #Conflicts:    2332000 | #Constraints:      54442
1116.93/1119.63	c #Conflicts:    2333000 | #Constraints:      55442
1116.93/1119.63	c #Conflicts:    2334000 | #Constraints:      56442
1116.93/1119.63	c #Conflicts:    2335000 | #Constraints:      57442
1116.93/1119.63	c #Conflicts:    2336000 | #Constraints:      58442
1116.93/1119.63	c #Conflicts:    2337000 | #Constraints:      59442
1116.93/1119.63	c #Conflicts:    2338000 | #Constraints:      60442
1116.93/1119.63	c #Conflicts:    2339000 | #Constraints:      61442
1116.93/1119.63	c #Conflicts:    2340000 | #Constraints:      62442
1116.93/1119.63	c #Conflicts:    2341000 | #Constraints:      63442
1116.93/1119.63	c #Conflicts:    2342000 | #Constraints:      64442
1116.93/1119.63	c #Conflicts:    2343000 | #Constraints:      65442
1116.93/1119.63	c #Conflicts:    2344000 | #Constraints:      66442
1116.93/1119.63	c #Conflicts:    2345000 | #Constraints:      67442
1116.93/1119.63	c #Conflicts:    2346000 | #Constraints:      68442
1116.93/1119.63	c #Conflicts:    2347000 | #Constraints:      69442
1116.93/1119.63	c INPROCESSING
1116.93/1119.63	c GARBAGE COLLECT
1116.93/1119.63	c #Conflicts:    2348000 | #Constraints:      40041
1116.93/1119.63	c #Conflicts:    2349000 | #Constraints:      41041
1116.93/1119.63	c #Conflicts:    2350000 | #Constraints:      42041
1116.93/1119.63	c #Conflicts:    2351000 | #Constraints:      43041
1116.93/1119.63	c #Conflicts:    2352000 | #Constraints:      44041
1116.93/1119.63	c #Conflicts:    2353000 | #Constraints:      45041
1116.93/1119.63	c #Conflicts:    2354000 | #Constraints:      46041
1116.93/1119.63	c #Conflicts:    2355000 | #Constraints:      47041
1116.93/1119.63	c #Conflicts:    2356000 | #Constraints:      48041
1116.93/1119.63	c #Conflicts:    2357000 | #Constraints:      49041
1116.93/1119.63	c #Conflicts:    2358000 | #Constraints:      50041
1116.93/1119.63	c #Conflicts:    2359000 | #Constraints:      51041
1116.93/1119.63	c #Conflicts:    2360000 | #Constraints:      52041
1116.93/1119.63	c #Conflicts:    2361000 | #Constraints:      53041
1116.93/1119.63	c #Conflicts:    2362000 | #Constraints:      54041
1116.93/1119.63	c #Conflicts:    2363000 | #Constraints:      55041
1116.93/1119.63	c #Conflicts:    2364000 | #Constraints:      56041
1116.93/1119.63	c #Conflicts:    2365000 | #Constraints:      57041
1116.93/1119.63	c #Conflicts:    2366000 | #Constraints:      58041
1116.93/1119.63	c #Conflicts:    2367000 | #Constraints:      59041
1116.93/1119.63	c #Conflicts:    2368000 | #Constraints:      60041
1116.93/1119.63	c #Conflicts:    2369000 | #Constraints:      61041
1116.93/1119.63	c #Conflicts:    2370000 | #Constraints:      62041
1116.93/1119.63	c #Conflicts:    2371000 | #Constraints:      63041
1116.93/1119.63	c #Conflicts:    2372000 | #Constraints:      64041
1116.93/1119.63	c #Conflicts:    2373000 | #Constraints:      65041
1116.93/1119.63	c #Conflicts:    2374000 | #Constraints:      66041
1116.93/1119.63	c #Conflicts:    2375000 | #Constraints:      67041
1116.93/1119.63	c #Conflicts:    2376000 | #Constraints:      68041
1116.93/1119.63	c #Conflicts:    2377000 | #Constraints:      69041
1116.93/1119.63	c #Conflicts:    2378000 | #Constraints:      70041
1116.93/1119.63	c INPROCESSING
1116.93/1119.63	c GARBAGE COLLECT
1116.93/1119.63	c #Conflicts:    2379000 | #Constraints:      40441
1116.93/1119.63	c #Conflicts:    2380000 | #Constraints:      41441
1116.93/1119.63	c #Conflicts:    2381000 | #Constraints:      42441
1116.93/1119.63	c #Conflicts:    2382000 | #Constraints:      43441
1116.93/1119.63	c #Conflicts:    2383000 | #Constraints:      44441
1116.93/1119.63	c #Conflicts:    2384000 | #Constraints:      45441
1116.93/1119.63	c #Conflicts:    2385000 | #Constraints:      46441
1116.93/1119.63	c #Conflicts:    2386000 | #Constraints:      47441
1116.93/1119.63	c #Conflicts:    2387000 | #Constraints:      48441
1116.93/1119.63	WSVECS04 Frhs2[26]: 6 -10.0001 0 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[31]: 6 0 5.23436 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[40]: 6 -10.0001 0 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[99]: 6 0 0.500027 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[112]: 6 0 9.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[113]: 6 0 5.84965 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[115]: 6 0 4.50007 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[136]: 6 0 0.500038 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[139]: 6 0 0.883373 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[153]: 6 0 8.00004 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[154]: 6 0 0.849616 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[155]: 6 0 1.50004 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[161]: 6 0 0.790869 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[194]: 6 0 1.00003 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[195]: 6 0 3.84964 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[202]: 6 0 0.790882 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[216]: 6 0 0.935649 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[232]: 6 0 7.32856 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[233]: 6 0 7.00003 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[235]: 6 0 4.00001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[296]: 6 0 0.207632 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[315]: 6 0 3.00006 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[336]: 6 0 0.330403 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[339]: 6 0 0.935631 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[352]: 6 0 1.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[355]: 6 0 3.32852 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[379]: 6 0 1.00005 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[393]: 6 0 7.0001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[419]: 6 0 1.20762 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[433]: 6 0 7.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[456]: 6 0 1.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[459]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[472]: 6 0 1.00004 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[474]: 6 0 4.0001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[481]: 6 0 1.00005 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[496]: 6 0 0.387497 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[499]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[504]: 6 0 0.500034 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[512]: 6 0 1.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[513]: 6 0 2.0001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[514]: 6 0 0.500029 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[515]: 6 0 5.00007 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[522]: 6 0 1.00003 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[577]: 6 0 0.710383 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[579]: 6 0 1.00004 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[589]: 6 0 0.500058 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[592]: 6 0 1.50001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[594]: 6 0 1.00006 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[595]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[601]: 6 0 0.828585 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[603]: 6 0 0.500061 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[604]: 6 0 1.00007 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[607]: 6 0 0.500068 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[609]: 6 0 0.500052 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[612]: 6 0 0.0644906 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[613]: 6 0 0.63367 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[615]: 6 0 0.579484 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[619]: 6 0 0.38754 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[624]: 6 0 1.20761 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[632]: 6 0 1.50009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[633]: 6 0 1.50009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[634]: 6 0 0.500016 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[635]: 6 0 3.0001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[641]: 6 0 0.661673 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[642]: 6 0 0.828517 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[658]: 6 0 0.500043 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[704]: 6 0 1.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[705]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[709]: 6 0 0.500054 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[713]: 6 0 0.883406 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[714]: 6 0 0.50005 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[715]: 6 0 2.50005 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[717]: 6 0 1.00002 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[718]: 6 0 1.00007 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[719]: 6 0 0.500064 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[723]: 6 0 0.661726 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[724]: 6 0 0.828567 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[725]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[726]: 6 0 0.500068 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[729]: 6 0 0.500061 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[732]: 6 0 0.500017 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[733]: 6 0 0.122887 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[734]: 6 0 1.00007 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[735]: 6 0 0.855312 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[736]: 6 0 0.63368 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[738]: 6 0 0.579501 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[739]: 6 0 0.500053 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[905]: 6 0 0.710378 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[912]: 6 0 10 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[913]: 6 0 1.00003 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[915]: 6 0 3.00004 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[923]: 6 0 1.00006 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[929]: 6 0 0.657066 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[934]: 6 0 0.500026 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[936]: 6 0 0.500041 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[939]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[941]: 6 0 0.633729 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[952]: 6 0 1.20763 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[954]: 6 0 3.00003 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[955]: 6 0 2.00007 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[981]: 6 0 0.855348 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1112]: 6 0 7.00007 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1114]: 6 0 3.00004 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1115]: 6 0 2.00002 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1141]: 6 0 0.500082 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1233]: 6 0 0.710371 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1234]: 6 0 3.38754 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1235]: 6 0 3.00006 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1237]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1243]: 6 0 1.50002 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1245]: 6 0 0.500035 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1247]: 6 0 0.500055 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1248]: 6 0 0.500071 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1256]: 6 0 1.66174 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1258]: 6 0 1.00001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1259]: 6 0 0.500019 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1266]: 6 0 0.12286 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1267]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1271]: 6 0 0.158894 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1274]: 6 0 0.710379 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1275]: 6 0 1.38749 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1279]: 6 0 1.00004 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1284]: 6 0 0.500049 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1286]: 6 0 0.500081 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1289]: 6 0 0.500075 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1298]: 6 0 0.828496 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1299]: 6 0 1.00002 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1301]: 6 0 2.00005 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1307]: 6 0 1.12284 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1311]: 6 0 0.575579 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1314]: 6 0 0.500061 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1315]: 6 0 0.710351 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1317]: 6 0 1.00002 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1319]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1323]: 6 0 0.967832 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1325]: 6 0 0.500097 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1327]: 6 0 0.500056 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1328]: 6 0 0.88337 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1329]: 6 0 0.500074 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1332]: 6 0 1.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1338]: 6 0 0.661722 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1339]: 6 0 0.828499 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1341]: 6 0 0.500094 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1346]: 6 0 3.50003 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1354]: 6 0 5.00002 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1355]: 6 0 0.500033 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1358]: 6 0 1.00006 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1365]: 6 0 4.00007 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1366]: 6 0 0.500065 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1368]: 6 0 0.500052 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1373]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1378]: 6 0 3.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1379]: 6 0 0.661736 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1381]: 6 0 1.0001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1386]: 6 0 0.500095 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1387]: 6 0 0.500075 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1394]: 6 0 6.15891 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1395]: 6 0 8.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1396]: 6 0 0.500052 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1461]: 6 0 0.661671 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1466]: 6 0 0.699185 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1474]: 6 0 6.26731 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1475]: 6 0 8.5756 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1476]: 6 0 0.158897 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1477]: 6 0 3.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1481]: 6 0 1.0001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1514]: 6 0 6.71059 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1516]: 6 0 0.575553 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1517]: 6 0 3.15888 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1521]: 6 0 0.387564 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1522]: 6 0 1.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1538]: 6 0 1.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1554]: 6 0 6.00007 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1555]: 6 0 0.710526 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1557]: 6 0 0.575545 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1603]: 6 0 0.387561 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1604]: 6 0 1.00005 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1607]: 6 0 0.669693 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1615]: 6 0 0.766671 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1619]: 6 0 1.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1634]: 6 0 6.50003 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1635]: 6 0 6.50007 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1637]: 6 0 4.71053 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1640]: 6 0 0.579486 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1644]: 6 0 0.387524 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1645]: 6 0 1.00008 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1648]: 6 0 0.669688 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1649]: 6 0 1.20755 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1661]: 6 0 1.00004 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1671]: 6 0 0.69919 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1674]: 6 0 6.00002 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1677]: 6 0 4.00001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1680]: 6 0 0.151082 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1681]: 6 0 0.579466 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1701]: 6 0 1.0001 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1717]: 6 0 3.00009 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1738]: 6 0 0.766685 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1741]: 6 0 0.50003 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1763]: 6 0 0.579443 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1781]: 6 0 0.500045 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1794]: 6 0 1.69921 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1804]: 6 0 0.579491 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1818]: 6 -7.00004 0 shouldn't be
1116.93/1119.63	WSVECS04 Frhs2[1961]: 6 -8.00007 0 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[313]: 6 0 7.32332 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[475]: 6 0 3.00004 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[602]: 6 0 1.00008 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[606]: 6 0 0.500045 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[614]: 6 0 0.151102 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1238]: 6 0 1.00009 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1242]: 6 0 0.500023 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1278]: 6 0 1.0001 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1288]: 6 0 0.500098 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1324]: 6 0 0.500029 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1336]: 6 0 1.00007 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1361]: 6 0 1.00007 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1369]: 6 0 0.883415 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1556]: 6 0 0.267358 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1606]: 6 0 1.00005 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1656]: 6 0 0.766699 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1659]: 6 0 0.50008 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1679]: 6 0 0.267345 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1715]: 6 0 8.00004 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1716]: 6 0 0.500036 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1757]: 6 0 4.5001 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1891]: 6 -1.00002 0 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1892]: 6 -5.00003 0 shouldn't be
1117.23/1119.92	WSVECS04 Frhs2[1952]: 6 -8.00002 0 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[201]: 6 0 1.00001 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[219]: 6 0 0.500064 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[241]: 6 0 0.122825 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[242]: 6 0 1.00006 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[353]: 6 0 7.00001 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[354]: 6 0 0.323387 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[376]: 6 0 1.00006 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[395]: 6 0 3.32339 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[435]: 6 0 2.00008 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[442]: 6 0 0.500021 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[473]: 6 0 4.50003 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[584]: 6 0 1.00007 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[712]: 6 0 2.50009 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[953]: 6 0 1.00007 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1241]: 6 0 0.967879 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1246]: 6 0 6.88337 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1254]: 6 0 1.00002 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1261]: 6 0 0.849595 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1282]: 6 0 0.967857 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1283]: 6 0 0.500052 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1287]: 6 0 0.883417 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1291]: 6 0 1.00009 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1364]: 6 0 0.967877 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1367]: 6 0 0.500011 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1515]: 6 0 8.26734 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1621]: 6 0 0.500026 shouldn't be
1117.53/1120.20	WSVECS04 Frhs2[1675]: 6 0 0.500081 shouldn't be
1163.72/1166.51	c #Conflicts:    2388000 | #Constraints:      49442
1163.72/1166.51	c #Conflicts:    2389000 | #Constraints:      50442
1163.72/1166.51	c #Conflicts:    2390000 | #Constraints:      51442
1163.72/1166.51	c #Conflicts:    2391000 | #Constraints:      52442
1163.72/1166.51	c #Conflicts:    2392000 | #Constraints:      53442
1163.72/1166.51	c #Conflicts:    2393000 | #Constraints:      54442
1163.72/1166.51	c #Conflicts:    2394000 | #Constraints:      55442
1163.72/1166.51	c #Conflicts:    2395000 | #Constraints:      56442
1163.72/1166.51	c #Conflicts:    2396000 | #Constraints:      57442
1163.72/1166.51	c #Conflicts:    2397000 | #Constraints:      58442
1163.72/1166.51	c #Conflicts:    2398000 | #Constraints:      59442
1163.72/1166.51	c #Conflicts:    2399000 | #Constraints:      60442
1163.72/1166.51	c #Conflicts:    2400000 | #Constraints:      61442
1163.72/1166.51	c #Conflicts:    2401000 | #Constraints:      62442
1163.72/1166.51	c #Conflicts:    2402000 | #Constraints:      63442
1163.72/1166.51	c #Conflicts:    2403000 | #Constraints:      64442
1163.72/1166.51	c #Conflicts:    2404000 | #Constraints:      65442
1163.72/1166.51	c #Conflicts:    2405000 | #Constraints:      66442
1163.72/1166.51	c #Conflicts:    2406000 | #Constraints:      67442
1163.72/1166.51	c #Conflicts:    2407000 | #Constraints:      68442
1163.72/1166.51	c #Conflicts:    2408000 | #Constraints:      69442
1163.72/1166.51	c #Conflicts:    2409000 | #Constraints:      70442
1163.72/1166.51	c INPROCESSING
1163.72/1166.51	c GARBAGE COLLECT
1163.72/1166.51	c #Conflicts:    2410000 | #Constraints:      40642
1163.72/1166.51	c #Conflicts:    2411000 | #Constraints:      41642
1163.72/1166.51	c #Conflicts:    2412000 | #Constraints:      42642
1163.72/1166.51	c #Conflicts:    2413000 | #Constraints:      43642
1163.72/1166.51	c #Conflicts:    2414000 | #Constraints:      44642
1163.72/1166.51	c #Conflicts:    2415000 | #Constraints:      45642
1163.72/1166.51	c #Conflicts:    2416000 | #Constraints:      46642
1163.72/1166.51	c #Conflicts:    2417000 | #Constraints:      47642
1163.72/1166.51	c #Conflicts:    2418000 | #Constraints:      48642
1163.72/1166.51	c #Conflicts:    2419000 | #Constraints:      49642
1163.72/1166.51	c #Conflicts:    2420000 | #Constraints:      50642
1163.72/1166.51	c #Conflicts:    2421000 | #Constraints:      51642
1163.72/1166.51	c #Conflicts:    2422000 | #Constraints:      52642
1163.72/1166.51	c #Conflicts:    2423000 | #Constraints:      53642
1163.72/1166.51	c #Conflicts:    2424000 | #Constraints:      54642
1163.72/1166.51	c #Conflicts:    2425000 | #Constraints:      55642
1163.72/1166.51	c #Conflicts:    2426000 | #Constraints:      56642
1163.72/1166.51	c #Conflicts:    2427000 | #Constraints:      57642
1163.72/1166.51	c #Conflicts:    2428000 | #Constraints:      58642
1163.72/1166.51	c #Conflicts:    2429000 | #Constraints:      59642
1163.72/1166.51	c #Conflicts:    2430000 | #Constraints:      60642
1163.72/1166.51	c #Conflicts:    2431000 | #Constraints:      61642
1163.72/1166.51	c #Conflicts:    2432000 | #Constraints:      62642
1163.72/1166.51	c #Conflicts:    2433000 | #Constraints:      63642
1163.72/1166.51	c #Conflicts:    2434000 | #Constraints:      64642
1163.72/1166.51	c #Conflicts:    2435000 | #Constraints:      65642
1163.72/1166.51	c #Conflicts:    2436000 | #Constraints:      66642
1163.72/1166.51	c #Conflicts:    2437000 | #Constraints:      67642
1163.72/1166.51	c #Conflicts:    2438000 | #Constraints:      68642
1163.72/1166.51	c #Conflicts:    2439000 | #Constraints:      69642
1163.72/1166.51	c #Conflicts:    2440000 | #Constraints:      70642
1163.72/1166.51	c INPROCESSING
1163.72/1166.51	c GARBAGE COLLECT
1163.72/1166.51	c #Conflicts:    2441000 | #Constraints:      40641
1163.72/1166.51	c #Conflicts:    2442000 | #Constraints:      41641
1163.72/1166.51	c #Conflicts:    2443000 | #Constraints:      42641
1163.72/1166.51	c #Conflicts:    2444000 | #Constraints:      43641
1163.72/1166.51	c #Conflicts:    2445000 | #Constraints:      44641
1163.72/1166.51	c #Conflicts:    2446000 | #Constraints:      45641
1163.72/1166.51	c #Conflicts:    2447000 | #Constraints:      46641
1163.72/1166.51	c #Conflicts:    2448000 | #Constraints:      47641
1163.72/1166.51	c #Conflicts:    2449000 | #Constraints:      48641
1163.72/1166.51	c #Conflicts:    2450000 | #Constraints:      49641
1163.72/1166.51	c #Conflicts:    2451000 | #Constraints:      50641
1163.72/1166.51	c #Conflicts:    2452000 | #Constraints:      51642
1163.72/1166.51	c #Conflicts:    2453000 | #Constraints:      52642
1163.72/1166.51	c #Conflicts:    2454000 | #Constraints:      53642
1163.72/1166.51	c #Conflicts:    2455000 | #Constraints:      54642
1163.72/1166.51	c #Conflicts:    2456000 | #Constraints:      55642
1163.72/1166.51	c #Conflicts:    2457000 | #Constraints:      56642
1163.72/1166.51	c #Conflicts:    2458000 | #Constraints:      57642
1163.72/1166.51	c #Conflicts:    2459000 | #Constraints:      58642
1163.72/1166.51	c #Conflicts:    2460000 | #Constraints:      59642
1163.72/1166.51	c #Conflicts:    2461000 | #Constraints:      60642
1163.72/1166.51	c #Conflicts:    2462000 | #Constraints:      61642
1163.72/1166.51	c #Conflicts:    2463000 | #Constraints:      62642
1163.72/1166.51	c #Conflicts:    2464000 | #Constraints:      63642
1163.72/1166.51	c #Conflicts:    2465000 | #Constraints:      64642
1199.33/1202.29	c #Conflicts:    2466000 | #Constraints:      65642
1199.33/1202.29	c #Conflicts:    2467000 | #Constraints:      66642
1199.33/1202.29	c #Conflicts:    2468000 | #Constraints:      67642
1199.33/1202.29	c #Conflicts:    2469000 | #Constraints:      68642
1199.33/1202.29	c #Conflicts:    2470000 | #Constraints:      69642
1199.33/1202.29	c #Conflicts:    2471000 | #Constraints:      70642
1199.33/1202.29	c INPROCESSING
1199.33/1202.29	c GARBAGE COLLECT
1199.33/1202.29	c #Conflicts:    2472000 | #Constraints:      40436
1199.33/1202.29	c #Conflicts:    2473000 | #Constraints:      41436
1199.33/1202.29	c #Conflicts:    2474000 | #Constraints:      42436
1199.33/1202.29	c #Conflicts:    2475000 | #Constraints:      43436
1199.33/1202.29	c #Conflicts:    2476000 | #Constraints:      44436
1199.33/1202.29	c #Conflicts:    2477000 | #Constraints:      45436
1199.33/1202.29	c #Conflicts:    2478000 | #Constraints:      46436
1199.33/1202.29	c #Conflicts:    2479000 | #Constraints:      47436
1199.33/1202.29	c #Conflicts:    2480000 | #Constraints:      48436
1199.33/1202.29	c #Conflicts:    2481000 | #Constraints:      49436
1199.33/1202.29	c #Conflicts:    2482000 | #Constraints:      50436
1199.33/1202.29	c #Conflicts:    2483000 | #Constraints:      51436
1199.33/1202.29	c #Conflicts:    2484000 | #Constraints:      52436
1199.33/1202.29	c #Conflicts:    2485000 | #Constraints:      53436
1199.33/1202.29	c #Conflicts:    2486000 | #Constraints:      54436
1199.33/1202.29	c #Conflicts:    2487000 | #Constraints:      55436
1199.33/1202.29	c #Conflicts:    2488000 | #Constraints:      56436
1199.33/1202.29	c #Conflicts:    2489000 | #Constraints:      57436
1199.33/1202.29	c #Conflicts:    2490000 | #Constraints:      58436
1199.33/1202.29	c #Conflicts:    2491000 | #Constraints:      59436
1199.33/1202.29	c #Conflicts:    2492000 | #Constraints:      60437
1199.33/1202.29	c #Conflicts:    2493000 | #Constraints:      61437
1199.33/1202.29	c #Conflicts:    2494000 | #Constraints:      62437
1199.33/1202.29	c #Conflicts:    2495000 | #Constraints:      63437
1199.33/1202.29	c #Conflicts:    2496000 | #Constraints:      64437
1199.33/1202.29	c #Conflicts:    2497000 | #Constraints:      65437
1199.33/1202.29	c #Conflicts:    2498000 | #Constraints:      66437
1199.33/1202.29	c #Conflicts:    2499000 | #Constraints:      67437
1199.33/1202.29	c #Conflicts:    2500000 | #Constraints:      68437
1199.33/1202.29	c #Conflicts:    2501000 | #Constraints:      69437
1199.33/1202.29	c #Conflicts:    2502000 | #Constraints:      70437
1199.33/1202.29	c #Conflicts:    2503000 | #Constraints:      71437
1199.33/1202.29	c INPROCESSING
1199.33/1202.29	c GARBAGE COLLECT
1199.33/1202.29	c #Conflicts:    2504000 | #Constraints:      41039
1199.33/1202.29	c #Conflicts:    2505000 | #Constraints:      42039
1199.33/1202.29	c #Conflicts:    2506000 | #Constraints:      43039
1199.33/1202.29	c #Conflicts:    2507000 | #Constraints:      44039
1199.33/1202.29	c #Conflicts:    2508000 | #Constraints:      45039
1199.33/1202.29	c #Conflicts:    2509000 | #Constraints:      46039
1199.33/1202.29	c #Conflicts:    2510000 | #Constraints:      47039
1199.33/1202.29	c #Conflicts:    2511000 | #Constraints:      48039
1199.33/1202.29	c #Conflicts:    2512000 | #Constraints:      49039
1199.33/1202.29	c #Conflicts:    2513000 | #Constraints:      50039
1199.33/1202.29	c #Conflicts:    2514000 | #Constraints:      51039
1199.33/1202.29	c #Conflicts:    2515000 | #Constraints:      52039
1199.33/1202.29	c #Conflicts:    2516000 | #Constraints:      53039
1199.33/1202.29	c #Conflicts:    2517000 | #Constraints:      54039
1199.33/1202.29	c #Conflicts:    2518000 | #Constraints:      55039
1199.33/1202.29	c #Conflicts:    2519000 | #Constraints:      56039
1199.33/1202.29	c #Conflicts:    2520000 | #Constraints:      57039
1199.33/1202.29	c #Conflicts:    2521000 | #Constraints:      58039
1199.33/1202.29	c #Conflicts:    2522000 | #Constraints:      59039
1199.33/1202.29	WSVECS04 Frhs2[20]: 6 -18.5418 0 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[22]: 6 -18.5417 0 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[32]: 6 0 1.45838 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[36]: 6 -18.5417 0 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[101]: 6 0 1.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[141]: 6 0 0.637582 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[151]: 6 0 4.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[152]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[191]: 6 0 5.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[218]: 6 0 0.250012 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[231]: 6 0 2.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[232]: 6 0 2.00001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[267]: 6 0 0.966758 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[272]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[273]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[275]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[298]: 6 0 0.500039 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[307]: 6 0 2.30006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[313]: 6 0 3.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[321]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[338]: 6 0 2.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[349]: 6 0 0.966689 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[351]: 6 0 3.00003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[352]: 6 0 2.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[378]: 6 0 10.0417 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[387]: 6 0 1.21253 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[395]: 6 0 4.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[418]: 6 0 3.33757 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[432]: 6 0 2.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[458]: 6 0 1.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[461]: 6 0 2.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[469]: 6 0 1.21258 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[472]: 6 0 1.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[473]: 6 0 2.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[498]: 6 0 1.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[501]: 6 0 9.04172 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[507]: 6 0 1.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[511]: 6 0 4.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[512]: 6 0 2.30004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[515]: 6 0 2.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[521]: 6 0 1.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[581]: 6 0 1.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[589]: 6 0 1.00001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[591]: 6 0 2.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[592]: 6 0 4.21253 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[593]: 6 0 2.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[601]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[663]: 6 0 1.00003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[666]: 6 0 2.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[671]: 6 0 5.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[673]: 6 0 2.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[675]: 6 0 3.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[684]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[685]: 6 0 1.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[688]: 6 0 1.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[689]: 6 0 1.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[690]: 6 0 1.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[692]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[693]: 6 0 1.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[694]: 6 0 1.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[695]: 6 0 1.00003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[696]: 6 0 2.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[785]: 6 0 1.00003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[786]: 6 0 1.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[787]: 6 0 3.33757 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[792]: 6 0 3.25009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[793]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[799]: 6 0 1.30009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[807]: 6 0 1.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[811]: 6 0 0.637554 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[812]: 6 0 1.00003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[813]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[815]: 6 0 1.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[818]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[820]: 6 0 13.5417 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[871]: 6 0 5.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[872]: 6 0 0.500027 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[873]: 6 0 2.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[875]: 6 0 2.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[881]: 6 0 1.30008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[900]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[947]: 6 0 1.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[951]: 6 0 3.33758 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[952]: 6 0 11.0417 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[955]: 6 0 3.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[983]: 6 0 2.00001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[987]: 6 0 0.500038 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[991]: 6 0 1.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[992]: 6 0 3.33759 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[993]: 6 0 11.0417 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[995]: 6 0 2.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1020]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1023]: 6 0 1.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1029]: 6 0 1.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1031]: 6 0 5.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1032]: 6 0 1.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1033]: 6 0 4.33752 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1035]: 6 0 2.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1060]: 6 0 0.500013 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1063]: 6 0 1.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1111]: 6 0 7.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1112]: 6 0 8.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1115]: 6 0 5.33752 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1127]: 6 0 1.30009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1135]: 6 0 1.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1136]: 6 0 1.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1145]: 6 0 1.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1148]: 6 0 13.5417 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1192]: 6 0 0.500065 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1195]: 6 0 2.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1199]: 6 0 2.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1211]: 6 0 1.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1216]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1228]: 6 0 1.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1231]: 6 0 1.00001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1239]: 6 0 10.0417 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1249]: 6 0 1.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1250]: 6 0 2.30007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1252]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1256]: 6 0 1.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1258]: 6 0 1.00003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1267]: 6 0 1.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1268]: 6 0 1.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1269]: 6 0 1.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1271]: 6 0 14.5417 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1279]: 6 0 1.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1281]: 6 0 2.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1284]: 6 0 0.250091 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1289]: 6 0 2.21255 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1290]: 6 0 1.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1291]: 6 0 2.3001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1293]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1298]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1300]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1303]: 6 0 0.362596 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1305]: 6 0 1.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1307]: 6 0 1.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1308]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1313]: 6 0 1.00001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1314]: 6 0 0.53545 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1359]: 6 0 5.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1361]: 6 0 1.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1364]: 6 0 0.50003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1366]: 6 0 0.250083 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1371]: 6 0 2.21255 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1372]: 6 0 1.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1373]: 6 0 2.30008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1374]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1375]: 6 0 1.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1385]: 6 0 1.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1387]: 6 0 1.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1391]: 6 0 1.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1394]: 6 0 20.5417 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1395]: 6 0 2.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1521]: 6 0 1.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1549]: 6 0 1.00002 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1551]: 6 0 1.00003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1553]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1554]: 6 0 1.0001 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1557]: 6 0 2.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1604]: 6 0 1.00003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1605]: 6 0 1.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1606]: 6 0 1.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1607]: 6 0 2.33753 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1609]: 6 0 1.00009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1614]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1616]: 6 0 1.00004 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1618]: 6 0 1.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1620]: 6 0 0.0333834 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1625]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1635]: 6 0 1.00008 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1637]: 6 0 4.00003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1641]: 6 0 1.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1740]: 6 0 2.21253 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1755]: 6 0 4.00005 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1757]: 6 0 4.50009 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1763]: 6 0 14.5417 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1780]: 6 0 1.00007 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1795]: 6 0 1.00003 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1803]: 6 0 2.00006 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1809]: 6 -7.00002 0 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1827]: 6 -7.00009 0 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1899]: 6 -7.00009 0 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1928]: 6 -2.00008 0 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1949]: 6 -2.00005 0 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1964]: 6 -3.00006 0 shouldn't be
1199.33/1202.29	WSVECS04 Frhs2[1979]: 6 -5.00008 0 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[121]: 6 0 1.00001 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[389]: 6 0 2.30006 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[431]: 6 0 1.00007 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[435]: 6 0 8.1667 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[471]: 6 0 2.30006 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[475]: 6 0 3.00002 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[661]: 6 0 1.00008 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[672]: 6 0 1.00001 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[681]: 6 0 8.16669 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[804]: 6 0 8.16675 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[869]: 6 0 3.33758 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1051]: 6 0 1.00004 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1119]: 6 0 1.00008 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1218]: 6 0 1.00005 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1235]: 6 0 3.00009 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1254]: 6 0 1.00004 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1255]: 6 0 8.16672 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1296]: 6 0 8.16676 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1309]: 6 0 1.00004 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1378]: 6 0 9.16676 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1611]: 6 0 1.00004 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1623]: 6 0 1.00004 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1843]: 6 -1.00008 0 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1847]: 6 -5.00008 0 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1872]: 6 -1.00002 0 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1873]: 6 -6.00005 0 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1884]: 6 -4.00008 0 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1898]: 6 -1.00004 0 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1918]: 6 -2.00002 0 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1961]: 6 -1.00003 0 shouldn't be
1199.63/1202.58	WSVECS04 Frhs2[1962]: 6 -2.00009 0 shouldn't be
1229.76/1232.79	c #Conflicts:    2523000 | #Constraints:      60040
1229.76/1232.79	c #Conflicts:    2524000 | #Constraints:      61040
1229.76/1232.79	c #Conflicts:    2525000 | #Constraints:      62040
1229.76/1232.79	c #Conflicts:    2526000 | #Constraints:      63040
1229.76/1232.79	c #Conflicts:    2527000 | #Constraints:      64040
1229.76/1232.79	c #Conflicts:    2528000 | #Constraints:      65040
1229.76/1232.79	c #Conflicts:    2529000 | #Constraints:      66040
1229.76/1232.79	c #Conflicts:    2530000 | #Constraints:      67040
1229.76/1232.79	c #Conflicts:    2531000 | #Constraints:      68040
1229.76/1232.79	c #Conflicts:    2532000 | #Constraints:      69040
1229.76/1232.79	c #Conflicts:    2533000 | #Constraints:      70040
1229.76/1232.79	c #Conflicts:    2534000 | #Constraints:      71040
1229.76/1232.79	c #Conflicts:    2535000 | #Constraints:      72040
1229.76/1232.79	c INPROCESSING
1229.76/1232.79	c GARBAGE COLLECT
1229.76/1232.79	c #Conflicts:    2536000 | #Constraints:      41437
1229.76/1232.79	c #Conflicts:    2537000 | #Constraints:      42437
1229.76/1232.79	c #Conflicts:    2538000 | #Constraints:      43437
1229.76/1232.79	c #Conflicts:    2539000 | #Constraints:      44437
1229.76/1232.79	c #Conflicts:    2540000 | #Constraints:      45437
1229.76/1232.79	c #Conflicts:    2541000 | #Constraints:      46437
1229.76/1232.79	c #Conflicts:    2542000 | #Constraints:      47437
1229.76/1232.79	c #Conflicts:    2543000 | #Constraints:      48437
1229.76/1232.79	c #Conflicts:    2544000 | #Constraints:      49437
1229.76/1232.79	c #Conflicts:    2545000 | #Constraints:      50437
1229.76/1232.79	c #Conflicts:    2546000 | #Constraints:      51437
1229.76/1232.79	c #Conflicts:    2547000 | #Constraints:      52437
1229.76/1232.79	c #Conflicts:    2548000 | #Constraints:      53437
1229.76/1232.79	c #Conflicts:    2549000 | #Constraints:      54437
1229.76/1232.79	c #Conflicts:    2550000 | #Constraints:      55437
1229.76/1232.79	c #Conflicts:    2551000 | #Constraints:      56437
1229.76/1232.79	c #Conflicts:    2552000 | #Constraints:      57437
1229.76/1232.79	c #Conflicts:    2553000 | #Constraints:      58437
1229.76/1232.79	c #Conflicts:    2554000 | #Constraints:      59437
1229.76/1232.79	c #Conflicts:    2555000 | #Constraints:      60437
1229.76/1232.79	c #Conflicts:    2556000 | #Constraints:      61437
1229.76/1232.79	c #Conflicts:    2557000 | #Constraints:      62437
1229.76/1232.79	c #Conflicts:    2558000 | #Constraints:      63437
1229.76/1232.79	c #Conflicts:    2559000 | #Constraints:      64437
1229.76/1232.79	c #Conflicts:    2560000 | #Constraints:      65437
1229.76/1232.79	c #Conflicts:    2561000 | #Constraints:      66437
1229.76/1232.79	c #Conflicts:    2562000 | #Constraints:      67437
1229.76/1232.79	c #Conflicts:    2563000 | #Constraints:      68437
1229.76/1232.79	c #Conflicts:    2564000 | #Constraints:      69437
1229.76/1232.79	c #Conflicts:    2565000 | #Constraints:      70437
1229.76/1232.79	c #Conflicts:    2566000 | #Constraints:      71437
1229.76/1232.79	c #Conflicts:    2567000 | #Constraints:      72437
1229.76/1232.79	c INPROCESSING
1229.76/1232.79	c GARBAGE COLLECT
1229.76/1232.79	c rational objective 112.396
1256.80/1259.83	c #Conflicts:    2568000 | #Constraints:      41639
1256.80/1259.83	c #Conflicts:    2569000 | #Constraints:      42639
1256.80/1259.83	c #Conflicts:    2570000 | #Constraints:      43639
1256.80/1259.83	c #Conflicts:    2571000 | #Constraints:      44639
1256.80/1259.83	c #Conflicts:    2572000 | #Constraints:      45639
1256.80/1259.83	c #Conflicts:    2573000 | #Constraints:      46639
1256.80/1259.83	c #Conflicts:    2574000 | #Constraints:      47639
1256.80/1259.83	c #Conflicts:    2575000 | #Constraints:      48639
1256.80/1259.83	c #Conflicts:    2576000 | #Constraints:      49639
1256.80/1259.83	c #Conflicts:    2577000 | #Constraints:      50639
1256.80/1259.83	c #Conflicts:    2578000 | #Constraints:      51639
1256.80/1259.83	c #Conflicts:    2579000 | #Constraints:      52639
1256.80/1259.83	c #Conflicts:    2580000 | #Constraints:      53639
1256.80/1259.83	c #Conflicts:    2581000 | #Constraints:      54639
1256.80/1259.83	c #Conflicts:    2582000 | #Constraints:      55639
1256.80/1259.83	c #Conflicts:    2583000 | #Constraints:      56640
1256.80/1259.83	c #Conflicts:    2584000 | #Constraints:      57640
1256.80/1259.83	c #Conflicts:    2585000 | #Constraints:      58640
1256.80/1259.83	c #Conflicts:    2586000 | #Constraints:      59640
1256.80/1259.83	c #Conflicts:    2587000 | #Constraints:      60640
1256.80/1259.83	c #Conflicts:    2588000 | #Constraints:      61640
1256.80/1259.83	c #Conflicts:    2589000 | #Constraints:      62640
1256.80/1259.83	c #Conflicts:    2590000 | #Constraints:      63640
1256.80/1259.83	c #Conflicts:    2591000 | #Constraints:      64640
1256.80/1259.83	c #Conflicts:    2592000 | #Constraints:      65640
1256.80/1259.83	c #Conflicts:    2593000 | #Constraints:      66640
1256.80/1259.83	c #Conflicts:    2594000 | #Constraints:      67640
1256.80/1259.83	c #Conflicts:    2595000 | #Constraints:      68640
1256.80/1259.83	c #Conflicts:    2596000 | #Constraints:      69640
1256.80/1259.83	c #Conflicts:    2597000 | #Constraints:      70640
1256.80/1259.83	c #Conflicts:    2598000 | #Constraints:      71640
1256.80/1259.83	c #Conflicts:    2599000 | #Constraints:      72640
1256.80/1259.83	c INPROCESSING
1256.80/1259.83	c GARBAGE COLLECT
1256.80/1259.83	c #Conflicts:    2600000 | #Constraints:      41641
1256.80/1259.83	c #Conflicts:    2601000 | #Constraints:      42642
1256.80/1259.83	c #Conflicts:    2602000 | #Constraints:      43642
1256.80/1259.83	c #Conflicts:    2603000 | #Constraints:      44642
1256.80/1259.83	c #Conflicts:    2604000 | #Constraints:      45642
1256.80/1259.83	c #Conflicts:    2605000 | #Constraints:      46642
1256.80/1259.83	c #Conflicts:    2606000 | #Constraints:      47642
1256.80/1259.83	c #Conflicts:    2607000 | #Constraints:      48642
1256.80/1259.83	c #Conflicts:    2608000 | #Constraints:      49642
1256.80/1259.83	c #Conflicts:    2609000 | #Constraints:      50642
1256.80/1259.83	c #Conflicts:    2610000 | #Constraints:      51642
1256.80/1259.83	c #Conflicts:    2611000 | #Constraints:      52642
1256.80/1259.83	WSVECS04 Frhs2[147]: 6 0 0.500064 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[151]: 6 0 6.00006 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[197]: 6 0 75.1667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[227]: 6 0 5.66669 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[229]: 6 0 0.500027 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[284]: 6 0 0.200043 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[311]: 6 0 0.500032 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[325]: 6 0 0.200015 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[383]: 6 0 0.500086 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[397]: 6 0 1.00006 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[471]: 6 0 2.00003 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[497]: 6 0 1.00007 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[506]: 6 0 0.500023 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[511]: 6 0 5.00009 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[583]: 6 0 1.00007 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[619]: 6 0 1.00009 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[623]: 6 0 0.333406 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[629]: 6 0 0.500019 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[632]: 6 0 3.00008 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[669]: 6 0 1.00009 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[672]: 6 0 0.500095 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[677]: 6 0 0.50004 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[711]: 6 0 4.50009 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[866]: 6 0 2.00009 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[868]: 6 0 81.6667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[872]: 6 0 1.00004 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[874]: 6 0 2.00007 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[885]: 6 0 0.500039 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[894]: 6 0 74.1667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[896]: 6 0 16.3334 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[899]: 6 0 0.200026 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[987]: 6 0 1.00007 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[989]: 6 0 2.00002 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[991]: 6 0 86.6667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[997]: 6 0 1.00004 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1019]: 6 0 15.3334 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1025]: 6 0 29.1667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1028]: 6 0 1.00008 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1032]: 6 0 81.6667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1034]: 6 0 1.00005 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1047]: 6 0 6.66673 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1049]: 6 0 0.50009 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1051]: 6 0 0.333378 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1058]: 6 0 75.1667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1060]: 6 0 15.3334 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1068]: 6 0 1.00001 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1071]: 6 0 2.00006 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1099]: 6 0 75.1667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1105]: 6 0 1.00001 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1112]: 6 0 2.00006 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1117]: 6 0 0.500057 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1129]: 6 0 6.66672 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1140]: 6 0 75.1667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1194]: 6 0 2.00002 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1211]: 6 0 12.6667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1221]: 6 0 0.500021 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1230]: 6 0 29.1667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1237]: 6 0 81.6667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1269]: 6 0 1.00003 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1345]: 6 0 75.1667 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1349]: 6 0 1.0001 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1353]: 6 0 29.1668 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1444]: 6 0 1.00004 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1446]: 6 0 1.00009 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1456]: 6 0 0.500048 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1468]: 6 0 75.1668 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1470]: 6 0 17.3334 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1476]: 6 0 29.1668 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1735]: 6 0 1.00002 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1748]: 6 0 0.333431 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1749]: 6 0 0.500027 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1754]: 6 0 8.00003 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1759]: 6 0 1.00008 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1785]: 6 0 6.66671 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1789]: 6 0 0.333365 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1810]: 6 -6.00004 0 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1817]: 6 -1.00003 0 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1819]: 6 -1.00002 0 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1824]: 6 -1.00004 0 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1836]: 6 -7.00001 0 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1851]: 6 -16.6667 0 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1872]: 6 -8.00009 0 shouldn't be
1256.80/1259.83	WSVECS04 Frhs2[1934]: 6 -9.00006 0 shouldn't be
1304.78/1307.91	c #Conflicts:    2612000 | #Constraints:      53642
1304.78/1307.91	c #Conflicts:    2613000 | #Constraints:      54642
1304.78/1307.91	c #Conflicts:    2614000 | #Constraints:      55642
1304.78/1307.91	c #Conflicts:    2615000 | #Constraints:      56642
1304.78/1307.91	c #Conflicts:    2616000 | #Constraints:      57642
1304.78/1307.91	c #Conflicts:    2617000 | #Constraints:      58642
1304.78/1307.91	c #Conflicts:    2618000 | #Constraints:      59642
1304.78/1307.91	c #Conflicts:    2619000 | #Constraints:      60642
1304.78/1307.91	c #Conflicts:    2620000 | #Constraints:      61642
1304.78/1307.91	c #Conflicts:    2621000 | #Constraints:      62642
1304.78/1307.91	c #Conflicts:    2622000 | #Constraints:      63642
1304.78/1307.91	c #Conflicts:    2623000 | #Constraints:      64642
1304.78/1307.91	c #Conflicts:    2624000 | #Constraints:      65642
1304.78/1307.91	c #Conflicts:    2625000 | #Constraints:      66642
1304.78/1307.91	c #Conflicts:    2626000 | #Constraints:      67642
1304.78/1307.91	c #Conflicts:    2627000 | #Constraints:      68642
1304.78/1307.91	c #Conflicts:    2628000 | #Constraints:      69642
1304.78/1307.91	c #Conflicts:    2629000 | #Constraints:      70642
1304.78/1307.91	c #Conflicts:    2630000 | #Constraints:      71642
1304.78/1307.91	c #Conflicts:    2631000 | #Constraints:      72642
1304.78/1307.91	c INPROCESSING
1304.78/1307.91	c GARBAGE COLLECT
1304.78/1307.91	c #Conflicts:    2632000 | #Constraints:      41441
1304.78/1307.91	c #Conflicts:    2633000 | #Constraints:      42441
1304.78/1307.91	c #Conflicts:    2634000 | #Constraints:      43441
1304.78/1307.91	c #Conflicts:    2635000 | #Constraints:      44441
1304.78/1307.91	c #Conflicts:    2636000 | #Constraints:      45441
1304.78/1307.91	c #Conflicts:    2637000 | #Constraints:      46441
1304.78/1307.91	c #Conflicts:    2638000 | #Constraints:      47441
1304.78/1307.91	c #Conflicts:    2639000 | #Constraints:      48441
1304.78/1307.91	c #Conflicts:    2640000 | #Constraints:      49441
1304.78/1307.91	c #Conflicts:    2641000 | #Constraints:      50441
1304.78/1307.91	c #Conflicts:    2642000 | #Constraints:      51441
1304.78/1307.91	c #Conflicts:    2643000 | #Constraints:      52441
1304.78/1307.91	c #Conflicts:    2644000 | #Constraints:      53441
1304.78/1307.91	c #Conflicts:    2645000 | #Constraints:      54441
1304.78/1307.91	c #Conflicts:    2646000 | #Constraints:      55441
1304.78/1307.91	c #Conflicts:    2647000 | #Constraints:      56441
1304.78/1307.91	c #Conflicts:    2648000 | #Constraints:      57441
1304.78/1307.91	c #Conflicts:    2649000 | #Constraints:      58441
1304.78/1307.91	c #Conflicts:    2650000 | #Constraints:      59441
1304.78/1307.91	c #Conflicts:    2651000 | #Constraints:      60441
1304.78/1307.91	c #Conflicts:    2652000 | #Constraints:      61441
1304.78/1307.91	c #Conflicts:    2653000 | #Constraints:      62441
1304.78/1307.91	c #Conflicts:    2654000 | #Constraints:      63441
1304.78/1307.91	c #Conflicts:    2655000 | #Constraints:      64441
1304.78/1307.91	c #Conflicts:    2656000 | #Constraints:      65441
1304.78/1307.91	c #Conflicts:    2657000 | #Constraints:      66441
1304.78/1307.91	c #Conflicts:    2658000 | #Constraints:      67441
1304.78/1307.91	c #Conflicts:    2659000 | #Constraints:      68441
1304.78/1307.91	c #Conflicts:    2660000 | #Constraints:      69441
1304.78/1307.91	c #Conflicts:    2661000 | #Constraints:      70441
1304.78/1307.91	c #Conflicts:    2662000 | #Constraints:      71441
1304.78/1307.91	c #Conflicts:    2663000 | #Constraints:      72441
1304.78/1307.91	c #Conflicts:    2664000 | #Constraints:      73441
1304.78/1307.91	c INPROCESSING
1304.78/1307.91	c GARBAGE COLLECT
1304.78/1307.91	c #Conflicts:    2665000 | #Constraints:      42046
1304.78/1307.91	c #Conflicts:    2666000 | #Constraints:      43046
1304.78/1307.91	c #Conflicts:    2667000 | #Constraints:      44046
1304.78/1307.91	c #Conflicts:    2668000 | #Constraints:      45046
1304.78/1307.91	c #Conflicts:    2669000 | #Constraints:      46046
1304.78/1307.91	c #Conflicts:    2670000 | #Constraints:      47046
1304.78/1307.91	c #Conflicts:    2671000 | #Constraints:      48046
1304.78/1307.91	c #Conflicts:    2672000 | #Constraints:      49046
1304.78/1307.91	c #Conflicts:    2673000 | #Constraints:      50047
1304.78/1307.91	c #Conflicts:    2674000 | #Constraints:      51047
1304.78/1307.91	c #Conflicts:    2675000 | #Constraints:      52047
1304.78/1307.91	c #Conflicts:    2676000 | #Constraints:      53047
1304.78/1307.91	c #Conflicts:    2677000 | #Constraints:      54047
1304.78/1307.91	c #Conflicts:    2678000 | #Constraints:      55047
1304.78/1307.91	c #Conflicts:    2679000 | #Constraints:      56047
1304.78/1307.91	c #Conflicts:    2680000 | #Constraints:      57047
1304.78/1307.91	c #Conflicts:    2681000 | #Constraints:      58047
1304.78/1307.91	c #Conflicts:    2682000 | #Constraints:      59048
1304.78/1307.91	c #Conflicts:    2683000 | #Constraints:      60048
1304.78/1307.91	c #Conflicts:    2684000 | #Constraints:      61048
1304.78/1307.91	c #Conflicts:    2685000 | #Constraints:      62048
1304.78/1307.91	c #Conflicts:    2686000 | #Constraints:      63048
1304.78/1307.91	c #Conflicts:    2687000 | #Constraints:      64048
1304.78/1307.91	c #Conflicts:    2688000 | #Constraints:      65048
1304.78/1307.91	c #Conflicts:    2689000 | #Constraints:      66048
1310.66/1313.88	c #Conflicts:    2690000 | #Constraints:      67048
1310.66/1313.88	c #Conflicts:    2691000 | #Constraints:      68048
1310.66/1313.88	c #Conflicts:    2692000 | #Constraints:      69048
1310.66/1313.88	c #Conflicts:    2693000 | #Constraints:      70048
1310.66/1313.88	c #Conflicts:    2694000 | #Constraints:      71048
1310.66/1313.88	c #Conflicts:    2695000 | #Constraints:      72048
1310.66/1313.88	c #Conflicts:    2696000 | #Constraints:      73048
1310.66/1313.88	c #Conflicts:    2697000 | #Constraints:      74048
1310.66/1313.88	c INPROCESSING
1310.66/1313.88	c GARBAGE COLLECT
1310.66/1313.88	WSVECS04 Frhs2[72]: 6 0 1.46529 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[98]: 6 0 1.00003 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[105]: 6 0 5.99182 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[110]: 6 0 5.99185 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[111]: 6 0 11 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[113]: 6 0 12 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[121]: 6 0 0.875095 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[142]: 6 0 170.309 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[189]: 6 0 0.500021 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[203]: 6 0 0.875163 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[231]: 6 0 4.99186 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[233]: 6 0 6.99186 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[235]: 6 0 166.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[273]: 6 0 7.99182 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[313]: 6 0 5.81473 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[317]: 6 0 163.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[334]: 6 0 0.64366 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[342]: 6 0 0.414972 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[345]: 6 0 0.276264 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[378]: 6 0 0.415252 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[414]: 6 0 193.939 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[416]: 6 0 0.643663 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[435]: 6 0 2.00007 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[454]: 6 0 517.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[457]: 6 0 1.42468 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[468]: 6 0 0.480494 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[471]: 6 0 4.99182 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[477]: 6 0 404.532 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[481]: 6 0 163.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[495]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[497]: 6 0 0.991815 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[527]: 6 0 0.847399 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[536]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[538]: 6 0 0.991786 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[548]: 6 0 0.0419121 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[549]: 6 0 0.913359 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[577]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[579]: 6 0 0.991812 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[589]: 6 0 0.0419144 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[590]: 6 0 0.913312 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[604]: 6 0 164.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[609]: 6 0 0.847472 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[613]: 6 0 184.133 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[614]: 6 0 0.209358 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[618]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[620]: 6 0 0.99185 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[622]: 6 0 0.911899 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[629]: 6 0 0.501134 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[630]: 6 0 0.0419753 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[631]: 6 0 4.9133 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[640]: 6 0 0.500083 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[645]: 6 0 164.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[646]: 6 0 1.30138 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[650]: 6 0 0.847463 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[654]: 6 0 185.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[657]: 6 0 1.00002 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[661]: 6 0 0.991827 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[670]: 6 0 0.501112 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[672]: 6 0 9.91329 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[691]: 6 0 0.847455 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[695]: 6 0 185.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[698]: 6 0 0.687022 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[702]: 6 0 0.991833 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[711]: 6 0 4.48315 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[713]: 6 0 0.913314 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[736]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[739]: 6 0 1.00002 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[741]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[752]: 6 0 9.27731 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[754]: 6 0 0.913333 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[773]: 6 0 0.847441 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[777]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[782]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[791]: 6 0 4.70307 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[793]: 6 0 1.60434 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[795]: 6 0 2.91337 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[814]: 6 0 0.847411 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[818]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[832]: 6 0 8.70309 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[834]: 6 0 0.604326 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[836]: 6 0 0.913366 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[855]: 6 0 0.84746 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[859]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[864]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[871]: 6 0 4.6816 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[873]: 6 0 0.942921 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[875]: 6 0 2.00005 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[877]: 6 0 1.00004 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[900]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[905]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[912]: 6 0 0.689796 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[941]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[944]: 6 0 1.00002 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[946]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[955]: 6 0 1.94296 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[959]: 6 0 1.00005 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[982]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[985]: 6 0 1.00001 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[994]: 6 0 2.85071 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1019]: 6 0 0.847395 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1023]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1031]: 6 0 4.91864 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1035]: 6 0 1.85063 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1058]: 6 0 0.500013 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1064]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1069]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1105]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1110]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1113]: 6 0 1.00007 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1123]: 6 0 1.00005 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1132]: 6 0 0.500043 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1137]: 6 0 164.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1146]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1151]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1163]: 6 0 0.458121 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1173]: 6 0 0.500087 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1178]: 6 0 164.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1183]: 6 0 0.847397 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1187]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1192]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1195]: 6 0 2.00005 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1213]: 6 0 790.105 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1214]: 6 0 0.500038 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1228]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1230]: 6 0 6.00003 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1233]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1255]: 6 0 0.500095 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1260]: 6 0 164.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1274]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1285]: 6 0 0.41498 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1296]: 6 0 0.500023 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1301]: 6 0 165.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1310]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1313]: 6 0 0.240298 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1336]: 6 0 790.105 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1337]: 6 0 0.224958 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1346]: 6 0 3.00004 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1347]: 6 0 0.847407 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1351]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1356]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1359]: 6 0 4.00008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1365]: 6 0 4.00006 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1367]: 6 0 0.414946 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1368]: 6 0 0.45812 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1377]: 6 0 790.105 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1378]: 6 0 3.50008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1384]: 6 0 2.00003 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1392]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1393]: 6 0 7.64007 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1395]: 6 0 0.777197 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1397]: 6 0 518.538 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1401]: 6 0 592.57 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1419]: 6 0 0.500038 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1433]: 6 0 192.882 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1436]: 6 0 1.00003 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1452]: 6 0 0.223774 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1459]: 6 0 790.105 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1465]: 6 0 164.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1473]: 6 0 7.00009 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1474]: 6 0 192 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1475]: 6 0 8.85467 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1477]: 6 0 3.0001 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1500]: 6 0 0.73466 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1514]: 6 0 6.00002 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1515]: 6 0 194 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1555]: 6 0 8.00008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1561]: 6 0 499.278 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1582]: 6 0 0.734606 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1593]: 6 0 6.8474 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1602]: 6 0 499.278 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1615]: 6 0 1.00004 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1629]: 6 0 164.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1634]: 6 0 5.84744 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1638]: 6 0 186.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1656]: 6 0 1.00003 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1664]: 6 0 1.73467 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1674]: 6 0 6.3474 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1679]: 6 0 185.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1705]: 6 0 1.7346 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1711]: 6 0 164.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1720]: 6 0 185.008 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1746]: 6 0 1.73459 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1757]: 6 0 4.00004 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1779]: 6 0 1.00002 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1787]: 6 0 1.73465 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1793]: 6 0 164.924 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1795]: 6 0 7.4004 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1812]: 6 -3.00007 0 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1843]: 6 -9.0001 0 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1862]: 6 -1.00005 0 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1863]: 6 -6.32168 0 shouldn't be
1310.66/1313.88	WSVECS04 Frhs2[1965]: 6 -8.92885 0 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[102]: 6 0 0.015067 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[151]: 6 0 5.00004 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[201]: 6 0 0.500079 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[221]: 6 0 0.0867379 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[303]: 6 0 0.0867522 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[314]: 6 0 1.00003 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[315]: 6 0 3.00006 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[395]: 6 0 2.00006 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[421]: 6 0 1.00001 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[551]: 6 0 4.00007 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[585]: 6 0 1.00003 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[626]: 6 0 1.00002 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[633]: 6 0 1.0001 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[715]: 6 0 2.00004 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[743]: 6 0 1.00001 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[765]: 6 0 1.00008 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[784]: 6 0 1.00003 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[788]: 6 0 0.169584 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[806]: 6 0 1.00006 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[825]: 6 0 1.00002 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[847]: 6 0 1.00008 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[918]: 6 0 1.00009 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[954]: 6 0 3.00007 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[989]: 6 0 1.00004 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[995]: 6 0 2.00007 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1030]: 6 0 1.00002 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1041]: 6 0 1.00008 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1062]: 6 0 0.500084 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1071]: 6 0 1.00002 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1082]: 6 0 1.00006 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1094]: 6 0 0.500045 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1103]: 6 0 0.500036 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1135]: 6 0 0.500049 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1176]: 6 0 0.500084 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1185]: 6 0 0.500012 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1200]: 6 0 1.00002 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1205]: 6 0 5.00005 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1217]: 6 0 0.500045 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1226]: 6 0 0.500078 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1299]: 6 0 0.500052 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1340]: 6 0 0.500021 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1352]: 6 0 3.85468 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1381]: 6 0 0.500086 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1390]: 6 0 0.500015 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1422]: 6 0 0.500091 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1463]: 6 0 0.500089 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1472]: 6 0 0.500088 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1504]: 6 0 0.500049 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1697]: 6 0 1.00009 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1738]: 6 0 1.00006 shouldn't be
1310.97/1314.13	WSVECS04 Frhs2[1809]: 6 -3.00007 0 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[115]: 6 0 4.00002 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[137]: 6 0 0.414966 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[155]: 6 0 3.41829 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[178]: 6 0 0.414905 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[197]: 6 0 0.500055 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[220]: 6 0 0.458165 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[229]: 6 0 789.371 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[261]: 6 0 0.458205 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[270]: 6 0 789.371 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[294]: 6 0 591.876 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[301]: 6 0 0.414911 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[302]: 6 0 0.45816 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[311]: 6 0 789.371 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[355]: 6 0 5.00008 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[376]: 6 0 591.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[391]: 6 0 389.338 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[393]: 6 0 793.291 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[402]: 6 0 0.500023 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[424]: 6 0 0.501147 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[434]: 6 0 789.371 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[465]: 6 0 0.501133 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[475]: 6 0 791.371 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[498]: 6 0 1.42467 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[499]: 6 0 591.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[506]: 6 0 0.501097 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[509]: 6 0 0.500049 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[518]: 6 0 404.532 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[535]: 6 0 1198.56 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[540]: 6 0 592.57 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[546]: 6 0 1.00008 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[550]: 6 0 0.500088 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[557]: 6 0 791.105 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[576]: 6 0 1198.56 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[581]: 6 0 592.57 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[587]: 6 0 1.00003 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[588]: 6 0 0.501133 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[591]: 6 0 4.50002 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[598]: 6 0 791.105 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[600]: 6 0 404.532 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[617]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[628]: 6 0 1.00007 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[647]: 6 0 6.14062 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[658]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[663]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[669]: 6 0 1.00003 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[673]: 6 0 1.50004 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[688]: 6 0 6.14058 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[699]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[704]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[710]: 6 0 1.0001 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[714]: 6 0 0.500027 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[740]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[745]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[747]: 6 0 0.169632 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[751]: 6 0 6.00006 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[755]: 6 0 2.50002 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[770]: 6 0 6.14061 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[781]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[786]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[792]: 6 0 1.00008 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[822]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[827]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[861]: 6 0 1.00002 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[863]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[868]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[874]: 6 0 2.00006 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[909]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[915]: 6 0 4.00002 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[945]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[950]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[956]: 6 0 1.00005 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[977]: 6 0 0.500074 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[986]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[991]: 6 0 597.65 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[997]: 6 0 1.00006 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1018]: 6 0 0.500063 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1027]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1038]: 6 0 1.00009 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1059]: 6 0 0.500071 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1073]: 6 0 593.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1079]: 6 0 1.00006 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1099]: 6 0 0.500046 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1100]: 6 0 0.500073 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1107]: 6 0 1.00002 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1109]: 6 0 1199.42 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1114]: 6 0 595.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1120]: 6 0 1.00005 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1129]: 6 0 386.569 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1136]: 6 0 0.500053 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1140]: 6 0 0.500061 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1150]: 6 0 1199.29 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1155]: 6 0 594.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1161]: 6 0 1.00004 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1170]: 6 0 386.569 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1177]: 6 0 0.500036 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1181]: 6 0 0.500058 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1191]: 6 0 1199.29 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1196]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1202]: 6 0 1.00007 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1211]: 6 0 389.267 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1222]: 6 0 0.50009 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1232]: 6 0 1199.29 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1237]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1243]: 6 0 8.00001 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1259]: 6 0 0.50006 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1263]: 6 0 0.500043 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1273]: 6 0 1199.29 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1278]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1284]: 6 0 1.00005 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1293]: 6 0 386.453 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1295]: 6 0 790.105 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1300]: 6 0 0.500092 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1304]: 6 0 0.500038 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1314]: 6 0 1199.29 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1319]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1325]: 6 0 1.00003 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1334]: 6 0 386.453 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1341]: 6 0 0.500087 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1345]: 6 0 0.500031 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1355]: 6 0 1199.29 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1360]: 6 0 592.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1375]: 6 0 386.453 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1382]: 6 0 0.500077 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1386]: 6 0 0.500096 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1396]: 6 0 1199.29 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1416]: 6 0 386.453 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1418]: 6 0 790.105 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1427]: 6 0 0.500068 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1437]: 6 0 1199.29 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1442]: 6 0 591.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1464]: 6 0 0.500094 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1468]: 6 0 0.500051 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1478]: 6 0 1199.29 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1483]: 6 0 591.659 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1519]: 6 0 1199.29 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1539]: 6 0 387.222 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1580]: 6 0 387.222 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1642]: 6 0 1198.56 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1673]: 6 0 6.00003 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1683]: 6 0 1198.56 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1703]: 6 0 387.222 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1744]: 6 0 387.222 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1857]: 6 -4.00004 0 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
1311.16/1314.32	WSVECS04 Frhs2[1889]: 6 -8.00002 0 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[97]: 6 0 0.458161 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[134]: 6 0 1.00004 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[238]: 6 0 0.500071 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[260]: 6 0 0.414965 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[279]: 6 0 0.500069 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[337]: 6 0 0.415294 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[361]: 6 0 0.500049 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[443]: 6 0 0.500065 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[479]: 6 0 10.4964 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[593]: 6 0 1.10613 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[634]: 6 0 0.106117 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[675]: 6 0 3.10615 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[753]: 6 0 1.04194 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[779]: 6 0 1.00003 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[794]: 6 0 0.0419174 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[796]: 6 0 0.500073 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[837]: 6 0 0.500066 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[896]: 6 0 0.847399 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[937]: 6 0 0.847452 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[978]: 6 0 0.847458 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1101]: 6 0 0.84744 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1122]: 6 0 0.458168 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1142]: 6 0 0.847426 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1212]: 6 0 2.66401 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1224]: 6 0 5.69478 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1286]: 6 0 0.45815 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1312]: 6 0 1.00008 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1327]: 6 0 0.45813 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1364]: 6 0 1.00005 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1855]: 6 -1.00008 0 shouldn't be
1311.46/1314.62	WSVECS04 Frhs2[1856]: 6 -1.00004 0 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[257]: 6 0 1.00006 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[380]: 6 0 1.00005 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[503]: 6 0 1.0001 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[621]: 6 0 0.621232 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[656]: 6 0 1.00005 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[697]: 6 0 1.00005 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[705]: 6 0 0.0988718 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[738]: 6 0 1.00007 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[820]: 6 0 1.00004 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[902]: 6 0 1.00008 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[908]: 6 0 0.699758 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[943]: 6 0 1.00005 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[949]: 6 0 0.699789 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[984]: 6 0 1.00007 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[990]: 6 0 0.699715 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[1066]: 6 0 1.00009 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[1148]: 6 0 1.00009 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[1189]: 6 0 1.00009 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[1204]: 6 0 0.458178 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[1271]: 6 0 1.00003 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[1476]: 6 0 0.444252 shouldn't be
1311.76/1314.90	WSVECS04 Frhs2[1797]: 6 0 0.500077 shouldn't be
1313.96/1317.18	c rational objective 112.396
1350.37/1353.68	c #Conflicts:    2698000 | #Constraints:      42437
1350.37/1353.68	c #Conflicts:    2699000 | #Constraints:      43438
1350.37/1353.68	c #Conflicts:    2700000 | #Constraints:      44438
1350.37/1353.68	c #Conflicts:    2701000 | #Constraints:      45438
1350.37/1353.68	c #Conflicts:    2702000 | #Constraints:      46438
1350.37/1353.68	c #Conflicts:    2703000 | #Constraints:      47438
1350.37/1353.68	c #Conflicts:    2704000 | #Constraints:      48438
1350.37/1353.68	c #Conflicts:    2705000 | #Constraints:      49438
1350.37/1353.68	c #Conflicts:    2706000 | #Constraints:      50438
1350.37/1353.68	c #Conflicts:    2707000 | #Constraints:      51438
1350.37/1353.68	c #Conflicts:    2708000 | #Constraints:      52438
1350.37/1353.68	c #Conflicts:    2709000 | #Constraints:      53438
1350.37/1353.68	c #Conflicts:    2710000 | #Constraints:      54438
1350.37/1353.68	c #Conflicts:    2711000 | #Constraints:      55438
1350.37/1353.68	c #Conflicts:    2712000 | #Constraints:      56438
1350.37/1353.68	c #Conflicts:    2713000 | #Constraints:      57438
1350.37/1353.68	c #Conflicts:    2714000 | #Constraints:      58438
1350.37/1353.68	c #Conflicts:    2715000 | #Constraints:      59438
1350.37/1353.68	c #Conflicts:    2716000 | #Constraints:      60438
1350.37/1353.68	c #Conflicts:    2717000 | #Constraints:      61438
1350.37/1353.68	c #Conflicts:    2718000 | #Constraints:      62439
1350.37/1353.68	c #Conflicts:    2719000 | #Constraints:      63439
1350.37/1353.68	c #Conflicts:    2720000 | #Constraints:      64439
1350.37/1353.68	c #Conflicts:    2721000 | #Constraints:      65439
1350.37/1353.68	c #Conflicts:    2722000 | #Constraints:      66439
1350.37/1353.68	c #Conflicts:    2723000 | #Constraints:      67439
1350.37/1353.68	c #Conflicts:    2724000 | #Constraints:      68439
1350.37/1353.68	c #Conflicts:    2725000 | #Constraints:      69439
1350.37/1353.68	c #Conflicts:    2726000 | #Constraints:      70439
1350.37/1353.68	c #Conflicts:    2727000 | #Constraints:      71439
1350.37/1353.68	c #Conflicts:    2728000 | #Constraints:      72439
1350.37/1353.68	c #Conflicts:    2729000 | #Constraints:      73439
1350.37/1353.68	c #Conflicts:    2730000 | #Constraints:      74440
1350.37/1353.68	c INPROCESSING
1350.37/1353.68	c GARBAGE COLLECT
1350.37/1353.68	c #Conflicts:    2731000 | #Constraints:      42635
1350.37/1353.68	c #Conflicts:    2732000 | #Constraints:      43635
1350.37/1353.68	c #Conflicts:    2733000 | #Constraints:      44635
1350.37/1353.68	c #Conflicts:    2734000 | #Constraints:      45635
1350.37/1353.68	c #Conflicts:    2735000 | #Constraints:      46635
1350.37/1353.68	c #Conflicts:    2736000 | #Constraints:      47635
1350.37/1353.68	c #Conflicts:    2737000 | #Constraints:      48635
1350.37/1353.68	c #Conflicts:    2738000 | #Constraints:      49635
1350.37/1353.68	c #Conflicts:    2739000 | #Constraints:      50635
1350.37/1353.68	c #Conflicts:    2740000 | #Constraints:      51635
1350.37/1353.68	c #Conflicts:    2741000 | #Constraints:      52635
1350.37/1353.68	c #Conflicts:    2742000 | #Constraints:      53635
1350.37/1353.68	c #Conflicts:    2743000 | #Constraints:      54635
1350.37/1353.68	c #Conflicts:    2744000 | #Constraints:      55636
1350.37/1353.68	c #Conflicts:    2745000 | #Constraints:      56636
1350.37/1353.68	c #Conflicts:    2746000 | #Constraints:      57636
1350.37/1353.68	c #Conflicts:    2747000 | #Constraints:      58636
1350.37/1353.68	c #Conflicts:    2748000 | #Constraints:      59636
1350.37/1353.68	c #Conflicts:    2749000 | #Constraints:      60636
1350.37/1353.68	c #Conflicts:    2750000 | #Constraints:      61636
1350.37/1353.68	c #Conflicts:    2751000 | #Constraints:      62636
1350.37/1353.68	WSVECS04 Frhs2[17]: 6 -1.50006 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[23]: 6 -1.50005 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[25]: 6 0 1.41673 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[33]: 6 -1.50006 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[41]: 6 -1.50006 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[66]: 6 -1.00009 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[100]: 6 0 1.00008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[107]: 6 0 5.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[111]: 6 0 0.666747 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[113]: 6 0 2.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[118]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[142]: 6 0 0.333348 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[144]: 6 0 1.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[151]: 6 0 5.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[153]: 6 0 13.0834 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[155]: 6 0 2.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[159]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[182]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[187]: 6 0 3.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[199]: 6 0 1.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[215]: 6 0 0.333384 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[228]: 6 0 2.00001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[235]: 6 0 3.00001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[264]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[267]: 6 0 1.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[268]: 6 0 1.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[275]: 6 0 3.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[297]: 6 0 0.333351 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[307]: 6 0 2.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[308]: 6 0 1.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[313]: 6 0 0.500058 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[337]: 6 0 1.50001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[338]: 6 0 0.333427 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[344]: 6 0 1.50007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[351]: 6 0 3.75007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[353]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[359]: 6 0 5.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[363]: 6 0 1.00001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[378]: 6 0 1.50008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[467]: 6 0 1.50006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[473]: 6 0 5.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[475]: 6 0 3.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[495]: 6 0 0.500039 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[504]: 6 0 0.50004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[508]: 6 0 4.08342 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[514]: 6 0 1.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[515]: 6 0 1.87503 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[521]: 6 0 0.333408 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[537]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[542]: 6 0 0.500077 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[544]: 6 0 0.500028 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[546]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[553]: 6 0 3.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[555]: 6 0 2.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[557]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[563]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[564]: 6 0 4.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[568]: 6 0 1.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[576]: 6 0 7.66676 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[624]: 6 0 0.500055 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[626]: 6 0 0.500079 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[631]: 6 0 9.08335 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[635]: 6 0 4.00008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[637]: 6 0 1.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[638]: 6 0 0.875049 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[639]: 6 0 1.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[644]: 6 0 0.333344 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[646]: 6 0 4.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[650]: 6 0 1.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[667]: 6 0 0.500033 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[671]: 6 0 2.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[675]: 6 0 2.33342 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[676]: 6 0 2.00008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[678]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[686]: 6 0 1.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[691]: 6 0 1.00008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[699]: 6 0 7.6667 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[742]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[747]: 6 0 0.500073 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[751]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[754]: 6 0 4.08343 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[755]: 6 0 2.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[758]: 6 0 2.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[759]: 6 0 1.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[761]: 6 0 0.875012 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[777]: 6 0 0.500046 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[827]: 6 0 0.500085 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[833]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[836]: 6 0 4.08336 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[838]: 6 0 2.00001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[841]: 6 0 1.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[843]: 6 0 0.875018 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[844]: 6 0 2.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[857]: 6 0 0.500065 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[859]: 6 0 0.500029 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[862]: 6 0 2.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[906]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[915]: 6 0 1.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[917]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[918]: 6 0 4.08343 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[923]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[924]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[926]: 6 0 2.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[933]: 6 0 5.00008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[944]: 6 0 2.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[987]: 6 0 0.500027 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[988]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[991]: 6 0 4.50004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[993]: 6 0 1.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[994]: 6 0 3.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1026]: 6 0 2.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1028]: 6 0 0.500026 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1033]: 6 0 1.50003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1035]: 6 0 2.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1038]: 6 0 1.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1041]: 6 0 4.08341 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1046]: 6 0 1.00008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1048]: 6 0 0.750046 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1056]: 6 0 5.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1057]: 6 0 1.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1062]: 6 0 0.500049 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1068]: 6 0 7.66673 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1073]: 6 0 0.500028 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1079]: 6 0 1.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1081]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1086]: 6 0 5.00001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1087]: 6 0 1.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1090]: 6 0 2.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1097]: 6 0 5.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1102]: 6 0 1.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1108]: 6 0 2.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1109]: 6 0 7.66672 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1193]: 6 0 1.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1197]: 6 0 0.500056 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1209]: 6 0 1.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1213]: 6 0 2.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1214]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1220]: 6 0 5.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1224]: 6 0 1.0001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1274]: 6 0 0.500038 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1275]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1279]: 6 0 0.50002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1284]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1288]: 6 0 0.333353 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1291]: 6 0 2.00001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1295]: 6 0 2.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1296]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1302]: 6 0 5.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1306]: 6 0 1.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1308]: 6 0 0.500049 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1313]: 6 0 2.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1316]: 6 0 1.00008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1323]: 6 0 0.500072 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1328]: 6 0 6.58339 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1329]: 6 0 0.333429 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1332]: 6 0 2.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1336]: 6 0 2.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1342]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1344]: 6 0 1.0001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1348]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1357]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1369]: 6 0 6.58339 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1373]: 6 0 2.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1377]: 6 0 2.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1388]: 6 0 1.00008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1389]: 6 0 1.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1396]: 6 0 6.66676 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1414]: 6 0 2.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1417]: 6 0 0.875027 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1419]: 6 0 1.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1424]: 6 0 1.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1426]: 6 0 1.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1429]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1430]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1433]: 6 0 6.50002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1435]: 6 0 2.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1437]: 6 0 6.66676 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1455]: 6 0 2.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1459]: 6 0 2.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1460]: 6 0 1.00008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1466]: 6 0 5.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1470]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1473]: 6 0 1.00001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1477]: 6 0 2.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1496]: 6 0 2.00009 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1506]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1515]: 6 0 7.50007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1517]: 6 0 3.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1533]: 6 0 6.58339 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1542]: 6 0 1.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1548]: 6 0 5.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1553]: 6 0 1.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1555]: 6 0 1.00001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1556]: 6 0 0.50006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1560]: 6 0 6.66676 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1614]: 6 0 1.00003 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1615]: 6 0 6.58339 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1620]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1624]: 6 0 1.00008 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1629]: 6 0 1.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1633]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1635]: 6 0 1.00007 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1638]: 6 0 0.500041 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1641]: 6 0 1.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1697]: 6 0 1.58337 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1706]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1715]: 6 0 2.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1723]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1737]: 6 0 1.00002 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1740]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1744]: 6 0 1.00004 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1753]: 6 0 1.00001 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1755]: 6 0 0.500078 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1758]: 6 0 1.00006 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1760]: 6 0 1.00005 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1765]: 6 0 6.66674 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1821]: 6 -7.00008 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1826]: 6 -1.00005 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1848]: 6 -4.00007 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1875]: 6 -3.00004 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1926]: 6 -2.00004 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1946]: 6 -4.00007 0 shouldn't be
1350.37/1353.68	WSVECS04 Frhs2[1964]: 6 -5.00007 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[52]: 6 -1.00004 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[315]: 6 0 3.0001 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[348]: 6 0 2.00006 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[387]: 6 0 1.00009 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[395]: 6 0 3.00008 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[428]: 6 0 2.00005 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[513]: 6 0 1.00004 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[551]: 6 0 6.00009 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[561]: 6 0 0.50002 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[566]: 6 0 0.500081 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[618]: 6 0 0.500061 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[633]: 6 0 3.00002 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[673]: 6 0 1.00007 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[681]: 6 0 1.00009 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[763]: 6 0 1.00005 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1099]: 6 0 0.500033 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1104]: 6 0 1.00006 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1297]: 6 0 0.500039 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1309]: 6 0 1.00007 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1356]: 6 0 0.500096 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1559]: 6 0 1.00007 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1637]: 6 0 1.00002 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1815]: 6 -1.00002 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1859]: 6 -2.00002 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1885]: 6 -1.00003 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1886]: 6 -1.00001 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1887]: 6 -1.00009 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1889]: 6 -1.00009 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1891]: 6 -1.00002 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1892]: 6 -1.00004 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1910]: 6 -2.00008 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1912]: 6 -1.00005 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1913]: 6 -1.00008 0 shouldn't be
1350.67/1354.00	WSVECS04 Frhs2[1973]: 6 -5.0001 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[148]: 6 0 1.00007 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[224]: 6 0 0.333357 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[281]: 6 0 1.00007 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[433]: 6 0 6.37505 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[441]: 6 0 4.00003 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[556]: 6 0 0.875082 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[575]: 6 0 2.00004 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[643]: 6 0 0.500018 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[657]: 6 0 2.00009 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[679]: 6 0 0.875058 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[687]: 6 0 4.0001 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[756]: 6 0 2.00006 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[780]: 6 0 2.00009 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[936]: 6 0 0.500039 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1017]: 6 0 0.500091 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1049]: 6 0 2.0001 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1222]: 6 0 0.500059 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1315]: 6 0 0.50006 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1337]: 6 0 1.00009 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1719]: 6 0 1.00008 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1813]: 6 -1.00006 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1814]: 6 -1.00005 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1832]: 6 -1.00002 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1833]: 6 -1.00003 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1842]: 6 -1.00005 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1847]: 6 -1.00004 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1858]: 6 -1.00006 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1865]: 6 -1.00007 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1866]: 6 -4.0001 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1874]: 6 -1.00007 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1882]: 6 -1.00009 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1883]: 6 -1.00007 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1884]: 6 -1.00006 0 shouldn't be
1351.07/1354.32	WSVECS04 Frhs2[1890]: 6 -1.00003 0 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1059]: 6 0 0.50006 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1084]: 6 0 2.00002 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1207]: 6 0 2.00002 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1299]: 6 0 0.500045 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1746]: 6 0 2.00006 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1808]: 6 -1.00008 0 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1809]: 6 -1.00004 0 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1810]: 6 -1.00001 0 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1811]: 6 -1.00001 0 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1812]: 6 -1.00004 0 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1864]: 6 -1.00009 0 shouldn't be
1351.36/1354.65	WSVECS04 Frhs2[1955]: 6 -7.00008 0 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[241]: 6 0 1.0001 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[435]: 6 0 2.00007 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[507]: 6 0 1.00004 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[1043]: 6 0 2.0001 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[1208]: 6 0 8.16668 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[1289]: 6 0 2.00006 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[1717]: 6 0 1.00009 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[1829]: 6 -1.00004 0 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[1830]: 6 -1.00007 0 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[1831]: 6 -1.00007 0 shouldn't be
1351.67/1354.98	WSVECS04 Frhs2[1856]: 6 -1.00009 0 shouldn't be
1402.65/1406.03	c #Conflicts:    2752000 | #Constraints:      63636
1402.65/1406.03	c #Conflicts:    2753000 | #Constraints:      64636
1402.65/1406.03	c #Conflicts:    2754000 | #Constraints:      65636
1402.65/1406.03	c #Conflicts:    2755000 | #Constraints:      66636
1402.65/1406.03	c #Conflicts:    2756000 | #Constraints:      67636
1402.65/1406.03	c #Conflicts:    2757000 | #Constraints:      68636
1402.65/1406.03	c #Conflicts:    2758000 | #Constraints:      69636
1402.65/1406.03	c #Conflicts:    2759000 | #Constraints:      70636
1402.65/1406.03	c #Conflicts:    2760000 | #Constraints:      71636
1402.65/1406.03	c #Conflicts:    2761000 | #Constraints:      72636
1402.65/1406.03	c #Conflicts:    2762000 | #Constraints:      73636
1402.65/1406.03	c #Conflicts:    2763000 | #Constraints:      74636
1402.65/1406.03	c INPROCESSING
1402.65/1406.03	c GARBAGE COLLECT
1402.65/1406.03	c #Conflicts:    2764000 | #Constraints:      42638
1402.65/1406.03	c #Conflicts:    2765000 | #Constraints:      43638
1402.65/1406.03	c #Conflicts:    2766000 | #Constraints:      44638
1402.65/1406.03	c #Conflicts:    2767000 | #Constraints:      45638
1402.65/1406.03	c #Conflicts:    2768000 | #Constraints:      46638
1402.65/1406.03	c #Conflicts:    2769000 | #Constraints:      47638
1402.65/1406.03	c #Conflicts:    2770000 | #Constraints:      48638
1402.65/1406.03	c #Conflicts:    2771000 | #Constraints:      49638
1402.65/1406.04	c #Conflicts:    2772000 | #Constraints:      50638
1402.65/1406.04	c #Conflicts:    2773000 | #Constraints:      51638
1402.65/1406.04	c #Conflicts:    2774000 | #Constraints:      52638
1402.65/1406.04	c #Conflicts:    2775000 | #Constraints:      53638
1402.65/1406.04	c #Conflicts:    2776000 | #Constraints:      54638
1402.65/1406.04	c #Conflicts:    2777000 | #Constraints:      55638
1402.65/1406.04	c #Conflicts:    2778000 | #Constraints:      56638
1402.65/1406.04	c #Conflicts:    2779000 | #Constraints:      57638
1402.65/1406.04	c #Conflicts:    2780000 | #Constraints:      58638
1402.65/1406.04	c #Conflicts:    2781000 | #Constraints:      59638
1402.65/1406.04	c #Conflicts:    2782000 | #Constraints:      60638
1402.65/1406.04	c #Conflicts:    2783000 | #Constraints:      61638
1402.65/1406.04	c #Conflicts:    2784000 | #Constraints:      62638
1402.65/1406.04	c #Conflicts:    2785000 | #Constraints:      63638
1402.65/1406.04	c #Conflicts:    2786000 | #Constraints:      64638
1402.65/1406.04	c #Conflicts:    2787000 | #Constraints:      65638
1402.65/1406.04	c #Conflicts:    2788000 | #Constraints:      66638
1402.65/1406.04	c #Conflicts:    2789000 | #Constraints:      67638
1402.65/1406.04	c #Conflicts:    2790000 | #Constraints:      68638
1402.65/1406.04	c #Conflicts:    2791000 | #Constraints:      69638
1402.65/1406.04	c #Conflicts:    2792000 | #Constraints:      70638
1402.65/1406.04	c #Conflicts:    2793000 | #Constraints:      71638
1402.65/1406.04	c #Conflicts:    2794000 | #Constraints:      72638
1402.65/1406.04	c #Conflicts:    2795000 | #Constraints:      73638
1402.65/1406.04	c #Conflicts:    2796000 | #Constraints:      74638
1402.65/1406.04	c INPROCESSING
1402.65/1406.04	c GARBAGE COLLECT
1402.65/1406.04	c #Conflicts:    2797000 | #Constraints:      42434
1402.65/1406.04	c #Conflicts:    2798000 | #Constraints:      43434
1402.65/1406.04	c #Conflicts:    2799000 | #Constraints:      44434
1402.65/1406.04	c #Conflicts:    2800000 | #Constraints:      45434
1402.65/1406.04	c #Conflicts:    2801000 | #Constraints:      46434
1402.65/1406.04	c #Conflicts:    2802000 | #Constraints:      47434
1402.65/1406.04	c #Conflicts:    2803000 | #Constraints:      48434
1402.65/1406.04	c #Conflicts:    2804000 | #Constraints:      49434
1402.65/1406.04	c #Conflicts:    2805000 | #Constraints:      50434
1402.65/1406.04	c #Conflicts:    2806000 | #Constraints:      51434
1402.65/1406.04	c #Conflicts:    2807000 | #Constraints:      52434
1402.65/1406.04	c #Conflicts:    2808000 | #Constraints:      53434
1402.65/1406.04	c #Conflicts:    2809000 | #Constraints:      54434
1402.65/1406.04	c #Conflicts:    2810000 | #Constraints:      55434
1402.65/1406.04	c #Conflicts:    2811000 | #Constraints:      56434
1402.65/1406.04	c #Conflicts:    2812000 | #Constraints:      57434
1402.65/1406.04	c #Conflicts:    2813000 | #Constraints:      58434
1402.65/1406.04	c #Conflicts:    2814000 | #Constraints:      59434
1402.65/1406.04	c #Conflicts:    2815000 | #Constraints:      60434
1402.65/1406.04	c #Conflicts:    2816000 | #Constraints:      61434
1402.65/1406.04	c #Conflicts:    2817000 | #Constraints:      62434
1402.65/1406.04	c #Conflicts:    2818000 | #Constraints:      63434
1402.65/1406.04	c #Conflicts:    2819000 | #Constraints:      64434
1402.65/1406.04	c #Conflicts:    2820000 | #Constraints:      65434
1402.65/1406.04	c #Conflicts:    2821000 | #Constraints:      66434
1402.65/1406.04	c #Conflicts:    2822000 | #Constraints:      67434
1402.65/1406.04	c #Conflicts:    2823000 | #Constraints:      68434
1402.65/1406.04	c #Conflicts:    2824000 | #Constraints:      69434
1402.65/1406.04	c #Conflicts:    2825000 | #Constraints:      70434
1402.65/1406.04	c #Conflicts:    2826000 | #Constraints:      71434
1402.65/1406.04	c #Conflicts:    2827000 | #Constraints:      72434
1402.65/1406.04	c #Conflicts:    2828000 | #Constraints:      73434
1402.65/1406.04	c #Conflicts:    2829000 | #Constraints:      74434
1427.18/1430.67	c #Conflicts:    2830000 | #Constraints:      75434
1427.18/1430.67	c INPROCESSING
1427.18/1430.67	c GARBAGE COLLECT
1427.18/1430.67	c #Conflicts:    2831000 | #Constraints:      43030
1427.18/1430.67	c #Conflicts:    2832000 | #Constraints:      44030
1427.18/1430.67	c #Conflicts:    2833000 | #Constraints:      45030
1427.18/1430.67	c #Conflicts:    2834000 | #Constraints:      46030
1427.18/1430.67	c #Conflicts:    2835000 | #Constraints:      47030
1427.18/1430.67	c #Conflicts:    2836000 | #Constraints:      48030
1427.18/1430.67	c #Conflicts:    2837000 | #Constraints:      49030
1427.18/1430.67	c #Conflicts:    2838000 | #Constraints:      50030
1427.18/1430.67	c #Conflicts:    2839000 | #Constraints:      51030
1427.18/1430.67	c #Conflicts:    2840000 | #Constraints:      52030
1427.18/1430.67	c #Conflicts:    2841000 | #Constraints:      53030
1427.18/1430.67	c #Conflicts:    2842000 | #Constraints:      54030
1427.18/1430.67	c #Conflicts:    2843000 | #Constraints:      55030
1427.18/1430.67	c #Conflicts:    2844000 | #Constraints:      56030
1427.18/1430.67	c #Conflicts:    2845000 | #Constraints:      57030
1427.18/1430.67	c #Conflicts:    2846000 | #Constraints:      58030
1427.18/1430.67	c #Conflicts:    2847000 | #Constraints:      59030
1427.18/1430.67	c #Conflicts:    2848000 | #Constraints:      60030
1427.18/1430.67	c #Conflicts:    2849000 | #Constraints:      61030
1427.18/1430.67	c #Conflicts:    2850000 | #Constraints:      62030
1427.18/1430.67	c #Conflicts:    2851000 | #Constraints:      63030
1427.18/1430.67	c #Conflicts:    2852000 | #Constraints:      64030
1427.18/1430.67	c #Conflicts:    2853000 | #Constraints:      65030
1427.18/1430.67	c #Conflicts:    2854000 | #Constraints:      66030
1427.18/1430.67	c #Conflicts:    2855000 | #Constraints:      67030
1427.18/1430.67	c #Conflicts:    2856000 | #Constraints:      68030
1427.18/1430.67	c #Conflicts:    2857000 | #Constraints:      69030
1427.18/1430.67	c #Conflicts:    2858000 | #Constraints:      70030
1427.18/1430.67	c #Conflicts:    2859000 | #Constraints:      71030
1427.18/1430.67	c #Conflicts:    2860000 | #Constraints:      72030
1427.18/1430.67	c #Conflicts:    2861000 | #Constraints:      73030
1427.18/1430.67	c #Conflicts:    2862000 | #Constraints:      74030
1427.18/1430.67	c #Conflicts:    2863000 | #Constraints:      75030
1427.18/1430.67	c #Conflicts:    2864000 | #Constraints:      76030
1427.18/1430.67	c INPROCESSING
1427.18/1430.67	c GARBAGE COLLECT
1427.18/1430.67	c rational objective 112.396
1463.80/1467.31	c #Conflicts:    2865000 | #Constraints:      43438
1463.80/1467.31	c #Conflicts:    2866000 | #Constraints:      44438
1463.80/1467.31	c #Conflicts:    2867000 | #Constraints:      45438
1463.80/1467.31	c #Conflicts:    2868000 | #Constraints:      46438
1463.80/1467.31	c #Conflicts:    2869000 | #Constraints:      47438
1463.80/1467.31	c #Conflicts:    2870000 | #Constraints:      48438
1463.80/1467.31	c #Conflicts:    2871000 | #Constraints:      49438
1463.80/1467.31	c #Conflicts:    2872000 | #Constraints:      50438
1463.80/1467.31	c #Conflicts:    2873000 | #Constraints:      51438
1463.80/1467.31	c #Conflicts:    2874000 | #Constraints:      52438
1463.80/1467.31	c #Conflicts:    2875000 | #Constraints:      53438
1463.80/1467.31	c #Conflicts:    2876000 | #Constraints:      54438
1463.80/1467.31	c #Conflicts:    2877000 | #Constraints:      55438
1463.80/1467.31	c #Conflicts:    2878000 | #Constraints:      56438
1463.80/1467.31	c #Conflicts:    2879000 | #Constraints:      57438
1463.80/1467.31	c #Conflicts:    2880000 | #Constraints:      58438
1463.80/1467.31	c #Conflicts:    2881000 | #Constraints:      59438
1463.80/1467.31	c #Conflicts:    2882000 | #Constraints:      60438
1463.80/1467.31	c #Conflicts:    2883000 | #Constraints:      61438
1463.80/1467.31	c #Conflicts:    2884000 | #Constraints:      62438
1463.80/1467.31	c #Conflicts:    2885000 | #Constraints:      63438
1463.80/1467.31	c #Conflicts:    2886000 | #Constraints:      64438
1463.80/1467.31	c #Conflicts:    2887000 | #Constraints:      65438
1463.80/1467.31	c #Conflicts:    2888000 | #Constraints:      66438
1463.80/1467.31	c #Conflicts:    2889000 | #Constraints:      67438
1463.80/1467.31	c #Conflicts:    2890000 | #Constraints:      68438
1463.80/1467.31	c #Conflicts:    2891000 | #Constraints:      69438
1463.80/1467.31	c #Conflicts:    2892000 | #Constraints:      70438
1463.80/1467.31	c #Conflicts:    2893000 | #Constraints:      71438
1463.80/1467.31	c #Conflicts:    2894000 | #Constraints:      72438
1463.80/1467.31	c #Conflicts:    2895000 | #Constraints:      73438
1463.80/1467.31	c #Conflicts:    2896000 | #Constraints:      74438
1463.80/1467.31	c #Conflicts:    2897000 | #Constraints:      75438
1463.80/1467.31	c #Conflicts:    2898000 | #Constraints:      76438
1463.80/1467.31	c INPROCESSING
1463.80/1467.31	c GARBAGE COLLECT
1463.80/1467.31	c #Conflicts:    2899000 | #Constraints:      43645
1463.80/1467.31	c #Conflicts:    2900000 | #Constraints:      44645
1463.80/1467.31	c #Conflicts:    2901000 | #Constraints:      45645
1463.80/1467.31	c #Conflicts:    2902000 | #Constraints:      46645
1463.80/1467.31	c #Conflicts:    2903000 | #Constraints:      47645
1463.80/1467.31	c #Conflicts:    2904000 | #Constraints:      48645
1463.80/1467.31	c #Conflicts:    2905000 | #Constraints:      49645
1463.80/1467.31	c #Conflicts:    2906000 | #Constraints:      50645
1463.80/1467.31	c #Conflicts:    2907000 | #Constraints:      51645
1463.80/1467.31	c #Conflicts:    2908000 | #Constraints:      52645
1463.80/1467.31	c #Conflicts:    2909000 | #Constraints:      53645
1463.80/1467.31	c #Conflicts:    2910000 | #Constraints:      54645
1463.80/1467.31	c #Conflicts:    2911000 | #Constraints:      55645
1463.80/1467.31	c #Conflicts:    2912000 | #Constraints:      56645
1463.80/1467.31	c #Conflicts:    2913000 | #Constraints:      57645
1463.80/1467.31	c #Conflicts:    2914000 | #Constraints:      58645
1463.80/1467.31	c #Conflicts:    2915000 | #Constraints:      59645
1463.80/1467.31	c #Conflicts:    2916000 | #Constraints:      60645
1463.80/1467.31	c #Conflicts:    2917000 | #Constraints:      61646
1463.80/1467.31	c #Conflicts:    2918000 | #Constraints:      62646
1463.80/1467.31	c #Conflicts:    2919000 | #Constraints:      63646
1463.80/1467.31	c #Conflicts:    2920000 | #Constraints:      64646
1463.80/1467.31	c #Conflicts:    2921000 | #Constraints:      65646
1463.80/1467.31	c #Conflicts:    2922000 | #Constraints:      66646
1463.80/1467.31	c #Conflicts:    2923000 | #Constraints:      67646
1463.80/1467.31	c #Conflicts:    2924000 | #Constraints:      68646
1463.80/1467.31	WSVECS04 Frhs2[9]: 6 -101.333 0 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[34]: 6 -101.333 0 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[41]: 6 -101.333 0 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[101]: 6 0 0.500091 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[111]: 6 0 6.00002 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[214]: 6 0 46.4167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[216]: 6 0 1.00005 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[221]: 6 0 0.500032 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[228]: 6 0 26.9167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[231]: 6 0 4.16673 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[236]: 6 0 0.500057 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[271]: 6 0 89.8334 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[294]: 6 0 0.500052 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[296]: 6 0 46.4168 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[303]: 6 0 0.500084 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[318]: 6 0 0.500041 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[351]: 6 0 31.9167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[376]: 6 0 0.500031 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[421]: 6 0 1.00006 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[431]: 6 0 89.8334 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[454]: 6 0 178.25 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[468]: 6 0 0.50003 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[471]: 6 0 3.66676 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[476]: 6 0 0.500033 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[496]: 6 0 0.500019 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[497]: 6 0 2.00001 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[503]: 6 0 1.00003 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[509]: 6 0 0.500067 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[511]: 6 0 97.8334 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[517]: 6 0 0.500025 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[519]: 6 0 1.00003 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[533]: 6 0 98.3334 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[577]: 6 0 179.25 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[579]: 6 0 2.00004 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[581]: 6 0 0.500026 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[583]: 6 0 46.4167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[589]: 6 0 0.750081 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[591]: 6 0 2.5001 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[596]: 6 0 0.500013 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[597]: 6 0 25.9167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[599]: 6 0 0.500032 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[614]: 6 0 1.50004 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[615]: 6 0 98.3334 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[621]: 6 0 0.500056 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[623]: 6 0 0.333368 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[636]: 6 0 0.500041 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[638]: 6 0 25.9167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[656]: 6 0 98.3334 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[703]: 6 0 0.500053 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[708]: 6 0 1.00007 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[711]: 6 0 1.75004 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[716]: 6 0 0.500075 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[718]: 6 0 0.500042 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[738]: 6 0 97.3334 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[788]: 6 0 46.4167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[791]: 6 0 1.00007 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[796]: 6 0 0.500052 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[797]: 6 0 0.333374 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[798]: 6 0 0.500025 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[801]: 6 0 0.50006 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[806]: 6 0 1.00005 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[810]: 6 0 0.500032 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[811]: 6 0 1.00007 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[818]: 6 0 0.500067 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[819]: 6 0 1.50009 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[821]: 6 0 0.500011 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[868]: 6 0 1.50005 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[869]: 6 0 0.33337 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[871]: 6 0 2.00005 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[876]: 6 0 0.750052 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[877]: 6 0 0.500078 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[878]: 6 0 0.500026 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[883]: 6 0 0.500074 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[884]: 6 0 25.9167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[888]: 6 0 1.00002 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[892]: 6 0 0.500077 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[893]: 6 0 1.0001 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[901]: 6 0 1.50008 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[903]: 6 0 0.500014 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1069]: 6 0 179.25 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1071]: 6 0 2.00004 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1079]: 6 0 0.500015 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1081]: 6 0 0.50002 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1086]: 6 0 2.16675 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1093]: 6 0 1.00004 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1098]: 6 0 1.00002 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1111]: 6 0 1.50003 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1116]: 6 0 45.4167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1138]: 6 0 0.500049 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1150]: 6 0 1.00005 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1198]: 6 0 45.4167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1204]: 6 0 0.500098 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1211]: 6 0 1.00009 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1214]: 6 0 0.500042 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1215]: 6 0 0.166697 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1221]: 6 0 1.00003 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1230]: 6 0 98.3334 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1397]: 6 0 179.25 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1399]: 6 0 2.00009 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1401]: 6 0 1.50004 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1403]: 6 0 45.4168 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1409]: 6 0 0.250011 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1419]: 6 0 0.500043 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1421]: 6 0 1.00004 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1425]: 6 0 0.500076 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1433]: 6 0 0.500019 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1458]: 6 0 25.9167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1463]: 6 0 0.333396 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1478]: 6 0 1.00007 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1483]: 6 0 1.50001 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1484]: 6 0 0.333354 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1499]: 6 0 25.9167 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1501]: 6 0 0.500066 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1518]: 6 0 0.500062 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1519]: 6 0 1.00009 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1553]: 6 0 3.00008 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1558]: 6 0 98.3334 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1560]: 6 0 1.00006 shouldn't be
1463.80/1467.31	WSVECS04 Frhs2[1625]: 6 0 0.166708 shouldn't be
1463.80/1467.32	WSVECS04 Frhs2[1633]: 6 0 3.00009 shouldn't be
1463.80/1467.32	WSVECS04 Frhs2[1638]: 6 0 0.500051 shouldn't be
1463.80/1467.32	WSVECS04 Frhs2[1640]: 6 0 97.3334 shouldn't be
1463.80/1467.32	WSVECS04 Frhs2[1713]: 6 0 4.00005 shouldn't be
1463.80/1467.32	WSVECS04 Frhs2[1720]: 6 0 0.500022 shouldn't be
1463.80/1467.32	WSVECS04 Frhs2[1745]: 6 0 25.9168 shouldn't be
1463.80/1467.32	WSVECS04 Frhs2[1753]: 6 0 1.50001 shouldn't be
1463.80/1467.32	WSVECS04 Frhs2[1778]: 6 0 0.50005 shouldn't be
1463.80/1467.32	WSVECS04 Frhs2[1785]: 6 0 0.500071 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[116]: 6 0 1.00003 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[348]: 6 0 0.500066 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[456]: 6 0 2.00004 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[606]: 6 0 1.00002 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[608]: 6 0 1.00005 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[631]: 6 0 12 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[813]: 6 0 1.00001 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[881]: 6 0 0.50008 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[1092]: 6 0 0.16675 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[1543]: 6 0 0.166694 shouldn't be
1464.00/1467.58	WSVECS04 Frhs2[1545]: 6 0 0.333398 shouldn't be
1493.03/1496.65	c #Conflicts:    2925000 | #Constraints:      69646
1493.03/1496.65	c #Conflicts:    2926000 | #Constraints:      70646
1493.03/1496.65	c #Conflicts:    2927000 | #Constraints:      71646
1493.03/1496.65	c #Conflicts:    2928000 | #Constraints:      72646
1493.03/1496.65	c #Conflicts:    2929000 | #Constraints:      73646
1493.03/1496.65	c #Conflicts:    2930000 | #Constraints:      74646
1493.03/1496.65	c #Conflicts:    2931000 | #Constraints:      75646
1493.03/1496.65	c #Conflicts:    2932000 | #Constraints:      76646
1493.03/1496.65	c INPROCESSING
1493.03/1496.65	c GARBAGE COLLECT
1493.03/1496.65	c #Conflicts:    2933000 | #Constraints:      43646
1493.03/1496.65	c #Conflicts:    2934000 | #Constraints:      44646
1493.03/1496.65	c #Conflicts:    2935000 | #Constraints:      45646
1493.03/1496.65	c #Conflicts:    2936000 | #Constraints:      46646
1493.03/1496.65	c #Conflicts:    2937000 | #Constraints:      47646
1493.03/1496.65	c #Conflicts:    2938000 | #Constraints:      48646
1493.03/1496.65	c #Conflicts:    2939000 | #Constraints:      49646
1493.03/1496.65	c #Conflicts:    2940000 | #Constraints:      50646
1493.03/1496.65	c #Conflicts:    2941000 | #Constraints:      51646
1493.03/1496.65	c #Conflicts:    2942000 | #Constraints:      52646
1493.03/1496.65	c #Conflicts:    2943000 | #Constraints:      53646
1493.03/1496.65	c #Conflicts:    2944000 | #Constraints:      54646
1493.03/1496.65	c #Conflicts:    2945000 | #Constraints:      55646
1493.03/1496.65	c #Conflicts:    2946000 | #Constraints:      56646
1493.03/1496.65	c #Conflicts:    2947000 | #Constraints:      57646
1493.03/1496.65	c #Conflicts:    2948000 | #Constraints:      58646
1493.03/1496.65	c #Conflicts:    2949000 | #Constraints:      59646
1493.03/1496.65	c #Conflicts:    2950000 | #Constraints:      60646
1493.03/1496.65	c #Conflicts:    2951000 | #Constraints:      61646
1493.03/1496.65	c #Conflicts:    2952000 | #Constraints:      62646
1493.03/1496.65	c #Conflicts:    2953000 | #Constraints:      63646
1493.03/1496.65	c #Conflicts:    2954000 | #Constraints:      64646
1493.03/1496.65	c #Conflicts:    2955000 | #Constraints:      65646
1493.03/1496.65	c #Conflicts:    2956000 | #Constraints:      66646
1493.03/1496.65	c #Conflicts:    2957000 | #Constraints:      67646
1493.03/1496.65	c #Conflicts:    2958000 | #Constraints:      68646
1493.03/1496.65	c #Conflicts:    2959000 | #Constraints:      69646
1493.03/1496.65	c #Conflicts:    2960000 | #Constraints:      70646
1493.03/1496.65	c #Conflicts:    2961000 | #Constraints:      71646
1493.03/1496.65	c #Conflicts:    2962000 | #Constraints:      72646
1493.03/1496.65	c #Conflicts:    2963000 | #Constraints:      73646
1493.03/1496.65	c #Conflicts:    2964000 | #Constraints:      74646
1493.03/1496.65	c #Conflicts:    2965000 | #Constraints:      75646
1493.03/1496.65	c #Conflicts:    2966000 | #Constraints:      76646
1493.03/1496.65	c INPROCESSING
1493.03/1496.65	c GARBAGE COLLECT
1493.03/1496.65	c rational objective 112.396
1543.92/1547.68	c #Conflicts:    2967000 | #Constraints:      43445
1543.92/1547.68	c #Conflicts:    2968000 | #Constraints:      44445
1543.92/1547.68	c #Conflicts:    2969000 | #Constraints:      45445
1543.92/1547.68	c #Conflicts:    2970000 | #Constraints:      46445
1543.92/1547.68	c #Conflicts:    2971000 | #Constraints:      47445
1543.92/1547.68	c #Conflicts:    2972000 | #Constraints:      48445
1543.92/1547.68	c #Conflicts:    2973000 | #Constraints:      49445
1543.92/1547.68	c #Conflicts:    2974000 | #Constraints:      50445
1543.92/1547.68	c #Conflicts:    2975000 | #Constraints:      51445
1543.92/1547.68	c #Conflicts:    2976000 | #Constraints:      52445
1543.92/1547.68	c #Conflicts:    2977000 | #Constraints:      53445
1543.92/1547.68	c #Conflicts:    2978000 | #Constraints:      54445
1543.92/1547.68	c #Conflicts:    2979000 | #Constraints:      55445
1543.92/1547.68	c #Conflicts:    2980000 | #Constraints:      56445
1543.92/1547.68	c #Conflicts:    2981000 | #Constraints:      57445
1543.92/1547.68	c #Conflicts:    2982000 | #Constraints:      58445
1543.92/1547.68	c #Conflicts:    2983000 | #Constraints:      59445
1543.92/1547.68	c #Conflicts:    2984000 | #Constraints:      60445
1543.92/1547.68	c #Conflicts:    2985000 | #Constraints:      61445
1543.92/1547.68	c #Conflicts:    2986000 | #Constraints:      62445
1543.92/1547.68	c #Conflicts:    2987000 | #Constraints:      63445
1543.92/1547.68	c #Conflicts:    2988000 | #Constraints:      64445
1543.92/1547.68	c #Conflicts:    2989000 | #Constraints:      65445
1543.92/1547.68	c #Conflicts:    2990000 | #Constraints:      66445
1543.92/1547.68	c #Conflicts:    2991000 | #Constraints:      67445
1543.92/1547.68	c #Conflicts:    2992000 | #Constraints:      68445
1543.92/1547.68	c #Conflicts:    2993000 | #Constraints:      69445
1543.92/1547.68	c #Conflicts:    2994000 | #Constraints:      70445
1543.92/1547.68	c #Conflicts:    2995000 | #Constraints:      71445
1543.92/1547.68	c #Conflicts:    2996000 | #Constraints:      72445
1543.92/1547.68	c #Conflicts:    2997000 | #Constraints:      73445
1543.92/1547.68	c #Conflicts:    2998000 | #Constraints:      74445
1543.92/1547.68	c #Conflicts:    2999000 | #Constraints:      75445
1543.92/1547.68	c #Conflicts:    3000000 | #Constraints:      76445
1543.92/1547.68	c #Conflicts:    3001000 | #Constraints:      77445
1543.92/1547.68	c INPROCESSING
1543.92/1547.68	c GARBAGE COLLECT
1543.92/1547.68	c #Conflicts:    3002000 | #Constraints:      44039
1543.92/1547.68	c #Conflicts:    3003000 | #Constraints:      45039
1543.92/1547.68	c #Conflicts:    3004000 | #Constraints:      46039
1543.92/1547.68	c #Conflicts:    3005000 | #Constraints:      47039
1543.92/1547.68	c #Conflicts:    3006000 | #Constraints:      48039
1543.92/1547.68	c #Conflicts:    3007000 | #Constraints:      49039
1543.92/1547.68	c #Conflicts:    3008000 | #Constraints:      50039
1543.92/1547.68	c #Conflicts:    3009000 | #Constraints:      51039
1543.92/1547.68	c #Conflicts:    3010000 | #Constraints:      52039
1543.92/1547.68	c #Conflicts:    3011000 | #Constraints:      53039
1543.92/1547.68	c #Conflicts:    3012000 | #Constraints:      54039
1543.92/1547.68	c #Conflicts:    3013000 | #Constraints:      55039
1543.92/1547.68	c #Conflicts:    3014000 | #Constraints:      56039
1543.92/1547.68	c #Conflicts:    3015000 | #Constraints:      57039
1543.92/1547.68	c #Conflicts:    3016000 | #Constraints:      58039
1543.92/1547.68	c #Conflicts:    3017000 | #Constraints:      59039
1543.92/1547.68	c #Conflicts:    3018000 | #Constraints:      60039
1543.92/1547.68	c #Conflicts:    3019000 | #Constraints:      61039
1543.92/1547.68	c #Conflicts:    3020000 | #Constraints:      62039
1543.92/1547.68	c #Conflicts:    3021000 | #Constraints:      63039
1543.92/1547.68	c #Conflicts:    3022000 | #Constraints:      64039
1543.92/1547.68	c #Conflicts:    3023000 | #Constraints:      65039
1543.92/1547.68	c #Conflicts:    3024000 | #Constraints:      66039
1543.92/1547.68	c #Conflicts:    3025000 | #Constraints:      67039
1543.92/1547.68	c #Conflicts:    3026000 | #Constraints:      68039
1543.92/1547.68	c #Conflicts:    3027000 | #Constraints:      69039
1543.92/1547.68	c #Conflicts:    3028000 | #Constraints:      70039
1543.92/1547.68	c #Conflicts:    3029000 | #Constraints:      71039
1543.92/1547.68	c #Conflicts:    3030000 | #Constraints:      72039
1543.92/1547.68	c #Conflicts:    3031000 | #Constraints:      73039
1543.92/1547.68	c #Conflicts:    3032000 | #Constraints:      74039
1543.92/1547.68	c #Conflicts:    3033000 | #Constraints:      75039
1543.92/1547.68	c #Conflicts:    3034000 | #Constraints:      76039
1543.92/1547.68	c #Conflicts:    3035000 | #Constraints:      77039
1543.92/1547.68	c #Conflicts:    3036000 | #Constraints:      78039
1543.92/1547.68	c INPROCESSING
1543.92/1547.68	c GARBAGE COLLECT
1543.92/1547.68	c #Conflicts:    3037000 | #Constraints:      44438
1543.92/1547.68	c #Conflicts:    3038000 | #Constraints:      45438
1543.92/1547.68	c #Conflicts:    3039000 | #Constraints:      46438
1543.92/1547.68	c #Conflicts:    3040000 | #Constraints:      47438
1543.92/1547.68	c #Conflicts:    3041000 | #Constraints:      48438
1543.92/1547.68	c #Conflicts:    3042000 | #Constraints:      49438
1543.92/1547.68	c #Conflicts:    3043000 | #Constraints:      50438
1543.92/1547.68	c #Conflicts:    3044000 | #Constraints:      51438
1560.88/1564.66	c #Conflicts:    3045000 | #Constraints:      52438
1560.88/1564.66	c #Conflicts:    3046000 | #Constraints:      53438
1560.88/1564.66	c #Conflicts:    3047000 | #Constraints:      54438
1560.88/1564.66	c #Conflicts:    3048000 | #Constraints:      55438
1560.88/1564.66	c #Conflicts:    3049000 | #Constraints:      56438
1560.88/1564.66	c #Conflicts:    3050000 | #Constraints:      57438
1560.88/1564.66	c #Conflicts:    3051000 | #Constraints:      58438
1560.88/1564.66	c #Conflicts:    3052000 | #Constraints:      59438
1560.88/1564.66	c #Conflicts:    3053000 | #Constraints:      60438
1560.88/1564.66	c #Conflicts:    3054000 | #Constraints:      61438
1560.88/1564.66	c #Conflicts:    3055000 | #Constraints:      62438
1560.88/1564.66	c #Conflicts:    3056000 | #Constraints:      63438
1560.88/1564.66	c #Conflicts:    3057000 | #Constraints:      64438
1560.88/1564.66	c #Conflicts:    3058000 | #Constraints:      65438
1560.88/1564.66	c #Conflicts:    3059000 | #Constraints:      66438
1560.88/1564.66	c #Conflicts:    3060000 | #Constraints:      67438
1560.88/1564.66	c #Conflicts:    3061000 | #Constraints:      68438
1560.88/1564.66	c #Conflicts:    3062000 | #Constraints:      69438
1560.88/1564.66	c #Conflicts:    3063000 | #Constraints:      70439
1560.88/1564.66	c #Conflicts:    3064000 | #Constraints:      71439
1560.88/1564.66	c #Conflicts:    3065000 | #Constraints:      72439
1560.88/1564.66	c #Conflicts:    3066000 | #Constraints:      73439
1560.88/1564.66	c #Conflicts:    3067000 | #Constraints:      74439
1560.88/1564.66	c #Conflicts:    3068000 | #Constraints:      75439
1560.88/1564.66	c #Conflicts:    3069000 | #Constraints:      76439
1560.88/1564.66	WSVECS04 Frhs2[4]: 6 0 0.554466 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[5]: 6 -12.6225 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[6]: 6 0 2.44904 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[12]: 6 0 0.653156 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[26]: 6 0 44.7042 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[27]: 6 0 2.74156 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[31]: 6 -11.6225 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[111]: 6 0 9.00001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[167]: 6 0 12.2755 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[191]: 6 0 2.93879 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[231]: 6 0 4.0001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[260]: 6 0 1.00005 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[271]: 6 0 5.00009 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[272]: 6 0 6.00009 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[273]: 6 0 4.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[282]: 6 0 0.500017 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[308]: 6 0 1.46947 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[351]: 6 0 1.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[364]: 6 0 0.500049 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[391]: 6 0 1.00008 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[392]: 6 0 1.00004 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[412]: 6 0 0.898036 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[431]: 6 0 4.00009 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[444]: 6 0 5.71437 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[447]: 6 0 4.09185 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[455]: 6 0 1.00006 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[471]: 6 0 3.50006 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[485]: 6 0 5.71435 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[499]: 6 0 2.53069 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[506]: 6 0 1.00003 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[513]: 6 0 1.46943 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[522]: 6 0 1.00008 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[539]: 6 0 0.333374 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[540]: 6 0 2.53068 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[551]: 6 0 3.00005 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[552]: 6 0 1.00008 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[553]: 6 0 1.00006 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[572]: 6 0 1.00007 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[576]: 6 0 1.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[700]: 6 0 13.2756 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[711]: 6 0 2.00003 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[735]: 6 0 0.500087 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[742]: 6 0 1.00006 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[745]: 6 0 2.53062 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[752]: 6 0 1.00005 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[756]: 6 0 1.00001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[776]: 6 0 0.500031 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[781]: 6 0 1.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[832]: 6 0 1.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[834]: 6 0 1.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[846]: 6 0 1.00001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[854]: 6 0 6.71436 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[861]: 6 0 12.7245 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[862]: 6 0 3.00001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[946]: 6 0 13.2755 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[950]: 6 0 9.63267 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[971]: 6 0 2.18712 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[976]: 6 0 0.500038 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[977]: 6 0 6.71438 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[982]: 6 0 4.00007 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[984]: 6 0 12.7245 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[988]: 6 0 1.00003 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[991]: 6 0 10.6327 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1004]: 6 0 0.500077 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1005]: 6 0 0.469484 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1012]: 6 0 5.5613 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1017]: 6 0 0.500016 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1022]: 6 0 0.500087 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1027]: 6 0 1.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1070]: 6 0 1.00003 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1074]: 6 0 2.00005 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1085]: 6 0 1.00006 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1087]: 6 0 0.469417 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1094]: 6 0 5.56129 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1096]: 6 0 1.00006 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1101]: 6 0 1.00003 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1104]: 6 0 0.500012 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1107]: 6 0 12.7246 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1108]: 6 0 3.00006 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1111]: 6 0 2.00001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1127]: 6 0 0.500015 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1128]: 6 0 0.469462 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1137]: 6 0 1.00008 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1141]: 6 0 6.71438 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1142]: 6 0 1.00004 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1151]: 6 0 13.2756 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1167]: 6 0 1.0001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1168]: 6 0 0.500068 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1169]: 6 0 0.469422 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1182]: 6 0 6.71437 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1187]: 6 0 5.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1192]: 6 0 13.2755 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1194]: 6 0 4.00009 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1208]: 6 0 1.00005 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1210]: 6 0 0.469414 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1224]: 6 0 1.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1227]: 6 0 0.5001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1228]: 6 0 5.00004 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1230]: 6 0 16.7245 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1234]: 6 0 2.00006 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1264]: 6 0 6.7143 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1271]: 6 0 11.7245 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1282]: 6 0 3.00008 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1290]: 6 0 1.00004 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1301]: 6 0 1.00004 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1307]: 6 0 0.500036 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1312]: 6 0 11.7245 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1313]: 6 0 4.00003 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1316]: 6 0 2.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1337]: 6 0 0.500024 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1342]: 6 0 1.00008 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1347]: 6 0 1.00004 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1348]: 6 0 0.500046 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1351]: 6 0 5.00003 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1353]: 6 0 18.7245 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1354]: 6 0 2.00008 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1428]: 6 0 12.4286 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1433]: 6 0 6.00001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1435]: 6 0 11.7245 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1562]: 6 0 1.00005 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1565]: 6 0 9.63267 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1577]: 6 0 1.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1592]: 6 0 12.4286 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1593]: 6 0 3.00009 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1594]: 6 0 1.00001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1646]: 6 0 0.333406 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1647]: 6 0 9.63267 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1654]: 6 0 1.00001 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1670]: 6 0 1.00004 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1673]: 6 0 1.50008 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1674]: 6 0 12.4286 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1675]: 6 0 1.00005 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1725]: 6 0 12.2756 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1741]: 6 0 1.00007 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1742]: 6 0 0.500058 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1747]: 6 0 0.500079 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1752]: 6 0 1.00005 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1753]: 6 0 1.00005 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1764]: 6 0 3.00007 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1766]: 6 0 12.2756 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1781]: 6 0 1.00002 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1782]: 6 0 1.00007 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1791]: 6 0 5.56126 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1793]: 6 0 1.00003 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1798]: 6 0 1.00003 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1802]: 6 0 5.00005 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1804]: 6 0 12.7245 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1843]: 6 -1.50002 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1858]: 6 -2.00007 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1869]: 6 -1.00001 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1874]: 6 -9.44901 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1877]: 6 0 5.44902 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1906]: 6 -2.00007 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1907]: 6 -2.00009 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1910]: 6 -1.00006 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1911]: 6 -2.00004 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1951]: 6 -6.00001 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1960]: 6 -1.50002 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1962]: 6 -6.00007 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1974]: 6 -1.00007 0 shouldn't be
1560.88/1564.66	WSVECS04 Frhs2[1979]: 6 -2.00007 0 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[7]: 6 0 3.77559 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[151]: 6 0 7.37425 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[305]: 6 0 1.00001 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[565]: 6 0 0.500058 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[722]: 6 0 0.500011 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[951]: 6 0 5.00001 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[1002]: 6 0 1.00006 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[1211]: 6 0 2.00007 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[1650]: 6 0 1.00009 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[1826]: 6 -12.0409 0 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[1844]: 6 -1.50005 0 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[1852]: 6 -6.00005 0 shouldn't be
1561.18/1564.99	WSVECS04 Frhs2[1899]: 6 -4.0001 0 shouldn't be
1561.48/1565.28	WSVECS04 Frhs2[188]: 6 0 1.00001 shouldn't be
1561.48/1565.28	WSVECS04 Frhs2[390]: 6 0 1.46946 shouldn't be
1561.48/1565.28	WSVECS04 Frhs2[1014]: 6 0 1.00009 shouldn't be
1561.48/1565.28	WSVECS04 Frhs2[1231]: 6 0 3.00002 shouldn't be
1561.48/1565.28	WSVECS04 Frhs2[1424]: 6 0 1.00008 shouldn't be
1561.48/1565.28	WSVECS04 Frhs2[1668]: 6 0 5.56131 shouldn't be
1561.48/1565.28	WSVECS04 Frhs2[1750]: 6 0 5.56128 shouldn't be
1561.48/1565.28	WSVECS04 Frhs2[1881]: 6 -1.00006 0 shouldn't be
1561.48/1565.28	WSVECS04 Frhs2[1897]: 6 -2.00004 0 shouldn't be
1589.02/1592.84	c #Conflicts:    3070000 | #Constraints:      77439
1589.02/1592.84	c #Conflicts:    3071000 | #Constraints:      78439
1589.02/1592.84	c INPROCESSING
1589.02/1592.84	c GARBAGE COLLECT
1589.02/1592.84	c #Conflicts:    3072000 | #Constraints:      44638
1589.02/1592.84	c #Conflicts:    3073000 | #Constraints:      45638
1589.02/1592.84	c #Conflicts:    3074000 | #Constraints:      46638
1589.02/1592.84	c #Conflicts:    3075000 | #Constraints:      47638
1589.02/1592.84	c #Conflicts:    3076000 | #Constraints:      48638
1589.02/1592.84	c #Conflicts:    3077000 | #Constraints:      49638
1589.02/1592.84	c #Conflicts:    3078000 | #Constraints:      50638
1589.02/1592.84	c #Conflicts:    3079000 | #Constraints:      51638
1589.02/1592.84	c #Conflicts:    3080000 | #Constraints:      52638
1589.02/1592.84	c #Conflicts:    3081000 | #Constraints:      53638
1589.02/1592.84	c #Conflicts:    3082000 | #Constraints:      54638
1589.02/1592.84	c #Conflicts:    3083000 | #Constraints:      55638
1589.02/1592.84	c #Conflicts:    3084000 | #Constraints:      56638
1589.02/1592.84	c #Conflicts:    3085000 | #Constraints:      57638
1589.02/1592.84	c #Conflicts:    3086000 | #Constraints:      58638
1589.02/1592.84	c #Conflicts:    3087000 | #Constraints:      59638
1589.02/1592.84	c #Conflicts:    3088000 | #Constraints:      60638
1589.02/1592.84	c #Conflicts:    3089000 | #Constraints:      61638
1589.02/1592.84	c #Conflicts:    3090000 | #Constraints:      62638
1589.02/1592.84	c #Conflicts:    3091000 | #Constraints:      63638
1589.02/1592.84	c #Conflicts:    3092000 | #Constraints:      64638
1589.02/1592.84	c #Conflicts:    3093000 | #Constraints:      65638
1589.02/1592.84	c #Conflicts:    3094000 | #Constraints:      66638
1589.02/1592.84	c #Conflicts:    3095000 | #Constraints:      67638
1589.02/1592.84	c #Conflicts:    3096000 | #Constraints:      68638
1589.02/1592.84	c #Conflicts:    3097000 | #Constraints:      69638
1589.02/1592.84	c #Conflicts:    3098000 | #Constraints:      70638
1589.02/1592.84	c #Conflicts:    3099000 | #Constraints:      71638
1589.02/1592.84	c #Conflicts:    3100000 | #Constraints:      72638
1589.02/1592.84	c #Conflicts:    3101000 | #Constraints:      73638
1589.02/1592.84	c #Conflicts:    3102000 | #Constraints:      74638
1589.02/1592.84	c #Conflicts:    3103000 | #Constraints:      75638
1589.02/1592.84	c #Conflicts:    3104000 | #Constraints:      76638
1589.02/1592.84	c #Conflicts:    3105000 | #Constraints:      77638
1589.02/1592.84	c #Conflicts:    3106000 | #Constraints:      78638
1589.02/1592.84	c INPROCESSING
1589.02/1592.84	c GARBAGE COLLECT
1589.02/1592.84	c rational objective 112.396
1639.30/1643.24	c #Conflicts:    3107000 | #Constraints:      44640
1639.30/1643.24	c #Conflicts:    3108000 | #Constraints:      45640
1639.30/1643.24	c #Conflicts:    3109000 | #Constraints:      46640
1639.30/1643.24	c #Conflicts:    3110000 | #Constraints:      47640
1639.30/1643.24	c #Conflicts:    3111000 | #Constraints:      48640
1639.30/1643.24	c #Conflicts:    3112000 | #Constraints:      49640
1639.30/1643.24	c #Conflicts:    3113000 | #Constraints:      50640
1639.30/1643.24	c #Conflicts:    3114000 | #Constraints:      51640
1639.30/1643.24	c #Conflicts:    3115000 | #Constraints:      52640
1639.30/1643.24	c #Conflicts:    3116000 | #Constraints:      53640
1639.30/1643.24	c #Conflicts:    3117000 | #Constraints:      54640
1639.30/1643.24	c #Conflicts:    3118000 | #Constraints:      55640
1639.30/1643.24	c #Conflicts:    3119000 | #Constraints:      56640
1639.30/1643.24	c #Conflicts:    3120000 | #Constraints:      57640
1639.30/1643.24	c #Conflicts:    3121000 | #Constraints:      58640
1639.30/1643.24	c #Conflicts:    3122000 | #Constraints:      59640
1639.30/1643.24	c #Conflicts:    3123000 | #Constraints:      60640
1639.30/1643.24	c #Conflicts:    3124000 | #Constraints:      61640
1639.30/1643.24	c #Conflicts:    3125000 | #Constraints:      62640
1639.30/1643.24	c #Conflicts:    3126000 | #Constraints:      63640
1639.30/1643.24	c #Conflicts:    3127000 | #Constraints:      64640
1639.30/1643.24	c #Conflicts:    3128000 | #Constraints:      65640
1639.30/1643.24	c #Conflicts:    3129000 | #Constraints:      66640
1639.30/1643.24	c #Conflicts:    3130000 | #Constraints:      67640
1639.30/1643.24	c #Conflicts:    3131000 | #Constraints:      68640
1639.30/1643.24	c #Conflicts:    3132000 | #Constraints:      69640
1639.30/1643.24	c #Conflicts:    3133000 | #Constraints:      70640
1639.30/1643.24	c #Conflicts:    3134000 | #Constraints:      71640
1639.30/1643.24	c #Conflicts:    3135000 | #Constraints:      72640
1639.30/1643.24	c #Conflicts:    3136000 | #Constraints:      73640
1639.30/1643.24	c #Conflicts:    3137000 | #Constraints:      74640
1639.30/1643.24	c #Conflicts:    3138000 | #Constraints:      75640
1639.30/1643.24	c #Conflicts:    3139000 | #Constraints:      76640
1639.30/1643.24	c #Conflicts:    3140000 | #Constraints:      77640
1639.30/1643.24	c #Conflicts:    3141000 | #Constraints:      78640
1639.30/1643.24	c INPROCESSING
1639.30/1643.24	c GARBAGE COLLECT
1639.30/1643.24	c #Conflicts:    3142000 | #Constraints:      44438
1639.30/1643.24	c #Conflicts:    3143000 | #Constraints:      45438
1639.30/1643.24	c #Conflicts:    3144000 | #Constraints:      46438
1639.30/1643.24	c #Conflicts:    3145000 | #Constraints:      47438
1639.30/1643.24	c #Conflicts:    3146000 | #Constraints:      48438
1639.30/1643.24	c #Conflicts:    3147000 | #Constraints:      49438
1639.30/1643.24	c #Conflicts:    3148000 | #Constraints:      50438
1639.30/1643.24	c #Conflicts:    3149000 | #Constraints:      51438
1639.30/1643.24	c #Conflicts:    3150000 | #Constraints:      52438
1639.30/1643.24	c #Conflicts:    3151000 | #Constraints:      53438
1639.30/1643.24	c #Conflicts:    3152000 | #Constraints:      54438
1639.30/1643.24	c #Conflicts:    3153000 | #Constraints:      55438
1639.30/1643.24	c #Conflicts:    3154000 | #Constraints:      56438
1639.30/1643.24	c #Conflicts:    3155000 | #Constraints:      57438
1639.30/1643.24	c #Conflicts:    3156000 | #Constraints:      58438
1639.30/1643.24	c #Conflicts:    3157000 | #Constraints:      59438
1639.30/1643.24	c #Conflicts:    3158000 | #Constraints:      60438
1639.30/1643.24	c #Conflicts:    3159000 | #Constraints:      61438
1639.30/1643.24	c #Conflicts:    3160000 | #Constraints:      62438
1639.30/1643.24	c #Conflicts:    3161000 | #Constraints:      63438
1639.30/1643.24	c #Conflicts:    3162000 | #Constraints:      64438
1639.30/1643.24	c #Conflicts:    3163000 | #Constraints:      65438
1639.30/1643.24	c #Conflicts:    3164000 | #Constraints:      66438
1639.30/1643.24	c #Conflicts:    3165000 | #Constraints:      67438
1639.30/1643.24	c #Conflicts:    3166000 | #Constraints:      68438
1639.30/1643.24	c #Conflicts:    3167000 | #Constraints:      69438
1639.30/1643.24	c #Conflicts:    3168000 | #Constraints:      70438
1639.30/1643.24	c #Conflicts:    3169000 | #Constraints:      71438
1639.30/1643.24	c #Conflicts:    3170000 | #Constraints:      72438
1639.30/1643.24	c #Conflicts:    3171000 | #Constraints:      73438
1639.30/1643.24	c #Conflicts:    3172000 | #Constraints:      74438
1639.30/1643.24	c #Conflicts:    3173000 | #Constraints:      75438
1639.30/1643.24	c #Conflicts:    3174000 | #Constraints:      76438
1639.30/1643.24	c #Conflicts:    3175000 | #Constraints:      77438
1639.30/1643.24	c #Conflicts:    3176000 | #Constraints:      78438
1639.30/1643.24	c #Conflicts:    3177000 | #Constraints:      79438
1639.30/1643.24	c INPROCESSING
1639.30/1643.24	c GARBAGE COLLECT
1639.30/1643.24	c #Conflicts:    3178000 | #Constraints:      45041
1639.30/1643.24	c #Conflicts:    3179000 | #Constraints:      46041
1639.30/1643.24	c #Conflicts:    3180000 | #Constraints:      47041
1639.30/1643.24	c #Conflicts:    3181000 | #Constraints:      48041
1639.30/1643.24	c #Conflicts:    3182000 | #Constraints:      49041
1639.30/1643.24	c #Conflicts:    3183000 | #Constraints:      50041
1639.30/1643.24	c #Conflicts:    3184000 | #Constraints:      51041
1659.35/1663.36	c #Conflicts:    3185000 | #Constraints:      52041
1659.35/1663.36	c #Conflicts:    3186000 | #Constraints:      53041
1659.35/1663.36	c #Conflicts:    3187000 | #Constraints:      54041
1659.35/1663.36	c #Conflicts:    3188000 | #Constraints:      55041
1659.35/1663.36	c #Conflicts:    3189000 | #Constraints:      56041
1659.35/1663.36	c #Conflicts:    3190000 | #Constraints:      57041
1659.35/1663.36	c #Conflicts:    3191000 | #Constraints:      58041
1659.35/1663.36	c #Conflicts:    3192000 | #Constraints:      59041
1659.35/1663.36	c #Conflicts:    3193000 | #Constraints:      60041
1659.35/1663.36	c #Conflicts:    3194000 | #Constraints:      61041
1659.35/1663.36	c #Conflicts:    3195000 | #Constraints:      62041
1659.35/1663.36	c #Conflicts:    3196000 | #Constraints:      63041
1659.35/1663.36	c #Conflicts:    3197000 | #Constraints:      64041
1659.35/1663.36	c #Conflicts:    3198000 | #Constraints:      65041
1659.35/1663.36	c #Conflicts:    3199000 | #Constraints:      66041
1659.35/1663.36	c #Conflicts:    3200000 | #Constraints:      67041
1659.35/1663.36	c #Conflicts:    3201000 | #Constraints:      68041
1659.35/1663.36	c #Conflicts:    3202000 | #Constraints:      69041
1659.35/1663.36	c #Conflicts:    3203000 | #Constraints:      70041
1659.35/1663.36	c #Conflicts:    3204000 | #Constraints:      71041
1659.35/1663.36	c #Conflicts:    3205000 | #Constraints:      72041
1659.35/1663.36	c #Conflicts:    3206000 | #Constraints:      73041
1659.35/1663.36	c #Conflicts:    3207000 | #Constraints:      74041
1659.35/1663.36	c #Conflicts:    3208000 | #Constraints:      75041
1659.35/1663.36	c #Conflicts:    3209000 | #Constraints:      76041
1659.35/1663.36	c #Conflicts:    3210000 | #Constraints:      77041
1659.35/1663.36	c #Conflicts:    3211000 | #Constraints:      78041
1659.35/1663.36	c #Conflicts:    3212000 | #Constraints:      79041
1659.35/1663.36	c #Conflicts:    3213000 | #Constraints:      80041
1659.35/1663.36	c INPROCESSING
1659.35/1663.36	c GARBAGE COLLECT
1659.35/1663.36	c rational objective 112.396
1695.88/1699.95	c #Conflicts:    3214000 | #Constraints:      45439
1695.88/1699.95	c #Conflicts:    3215000 | #Constraints:      46439
1695.88/1699.95	c #Conflicts:    3216000 | #Constraints:      47439
1695.88/1699.95	c #Conflicts:    3217000 | #Constraints:      48439
1695.88/1699.95	c #Conflicts:    3218000 | #Constraints:      49439
1695.88/1699.95	c #Conflicts:    3219000 | #Constraints:      50439
1695.88/1699.95	c #Conflicts:    3220000 | #Constraints:      51439
1695.88/1699.95	c #Conflicts:    3221000 | #Constraints:      52439
1695.88/1699.95	c #Conflicts:    3222000 | #Constraints:      53439
1695.88/1699.95	c #Conflicts:    3223000 | #Constraints:      54439
1695.88/1699.95	c #Conflicts:    3224000 | #Constraints:      55439
1695.88/1699.95	c #Conflicts:    3225000 | #Constraints:      56439
1695.88/1699.95	c #Conflicts:    3226000 | #Constraints:      57439
1695.88/1699.95	c #Conflicts:    3227000 | #Constraints:      58439
1695.88/1699.95	c #Conflicts:    3228000 | #Constraints:      59439
1695.88/1699.95	c #Conflicts:    3229000 | #Constraints:      60439
1695.88/1699.95	c #Conflicts:    3230000 | #Constraints:      61439
1695.88/1699.95	c #Conflicts:    3231000 | #Constraints:      62439
1695.88/1699.95	c #Conflicts:    3232000 | #Constraints:      63439
1695.88/1699.95	c #Conflicts:    3233000 | #Constraints:      64439
1695.88/1699.95	c #Conflicts:    3234000 | #Constraints:      65439
1695.88/1699.95	c #Conflicts:    3235000 | #Constraints:      66439
1695.88/1699.95	c #Conflicts:    3236000 | #Constraints:      67439
1695.88/1699.95	c #Conflicts:    3237000 | #Constraints:      68439
1695.88/1699.95	c #Conflicts:    3238000 | #Constraints:      69439
1695.88/1699.95	c #Conflicts:    3239000 | #Constraints:      70439
1695.88/1699.95	c #Conflicts:    3240000 | #Constraints:      71439
1695.88/1699.95	c #Conflicts:    3241000 | #Constraints:      72439
1695.88/1699.95	c #Conflicts:    3242000 | #Constraints:      73439
1695.88/1699.95	c #Conflicts:    3243000 | #Constraints:      74439
1695.88/1699.95	c #Conflicts:    3244000 | #Constraints:      75439
1695.88/1699.95	c #Conflicts:    3245000 | #Constraints:      76439
1695.88/1699.95	c #Conflicts:    3246000 | #Constraints:      77439
1695.88/1699.95	c #Conflicts:    3247000 | #Constraints:      78439
1695.88/1699.95	c #Conflicts:    3248000 | #Constraints:      79439
1695.88/1699.95	c #Conflicts:    3249000 | #Constraints:      80439
1695.88/1699.95	c INPROCESSING
1695.88/1699.95	c GARBAGE COLLECT
1695.88/1699.95	c #Conflicts:    3250000 | #Constraints:      45637
1695.88/1699.95	c #Conflicts:    3251000 | #Constraints:      46637
1695.88/1699.95	c #Conflicts:    3252000 | #Constraints:      47637
1695.88/1699.95	c #Conflicts:    3253000 | #Constraints:      48637
1695.88/1699.95	c #Conflicts:    3254000 | #Constraints:      49637
1695.88/1699.95	c #Conflicts:    3255000 | #Constraints:      50637
1695.88/1699.95	c #Conflicts:    3256000 | #Constraints:      51637
1695.88/1699.95	c #Conflicts:    3257000 | #Constraints:      52637
1695.88/1699.95	c #Conflicts:    3258000 | #Constraints:      53637
1695.88/1699.95	c #Conflicts:    3259000 | #Constraints:      54637
1695.88/1699.95	c #Conflicts:    3260000 | #Constraints:      55637
1695.88/1699.95	c #Conflicts:    3261000 | #Constraints:      56637
1695.88/1699.95	c #Conflicts:    3262000 | #Constraints:      57637
1695.88/1699.95	c #Conflicts:    3263000 | #Constraints:      58637
1695.88/1699.95	c #Conflicts:    3264000 | #Constraints:      59637
1695.88/1699.95	c #Conflicts:    3265000 | #Constraints:      60637
1695.88/1699.95	c #Conflicts:    3266000 | #Constraints:      61637
1695.88/1699.95	c #Conflicts:    3267000 | #Constraints:      62637
1695.88/1699.95	c #Conflicts:    3268000 | #Constraints:      63637
1695.88/1699.95	c #Conflicts:    3269000 | #Constraints:      64637
1695.88/1699.95	WSVECS04 Frhs2[30]: 6 -20.7523 0 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[98]: 6 0 1.00006 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[106]: 6 0 3.96859 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[115]: 6 0 4.00005 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[138]: 6 0 0.933413 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[143]: 6 0 0.50005 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[161]: 6 0 0.892076 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[178]: 6 0 0.392055 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[201]: 6 0 0.824567 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[258]: 6 0 1.00006 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[261]: 6 0 0.933348 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[298]: 6 0 0.500072 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[301]: 6 0 0.392001 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[303]: 6 0 1.00004 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[321]: 6 0 0.57885 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[338]: 6 0 1.26654 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[341]: 6 0 0.500025 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[343]: 6 0 0.933357 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[378]: 6 0 0.0453973 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[381]: 6 0 1.00002 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[383]: 6 0 0.50007 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[395]: 6 0 3.00002 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[401]: 6 0 0.50004 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[421]: 6 0 0.500053 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[423]: 6 0 0.500062 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[435]: 6 0 2.00003 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[441]: 6 0 1.00004 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[458]: 6 0 0.500073 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[461]: 6 0 1.2666 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[463]: 6 0 1.00005 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[466]: 6 0 0.866748 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[475]: 6 0 2.0315 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[660]: 6 0 2.47283 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[661]: 6 0 1.47501 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[663]: 6 0 0.500093 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[668]: 6 0 1.00008 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[671]: 6 0 0.866697 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[673]: 6 0 0.892045 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[675]: 6 0 2.67103 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[676]: 6 0 0.500067 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[677]: 6 0 1.00008 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[686]: 6 0 0.601665 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[687]: 6 0 1.00007 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[690]: 6 0 1.57887 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[692]: 6 0 0.993818 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[693]: 6 0 1.0001 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[694]: 6 0 0.892012 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[695]: 6 0 0.500061 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[743]: 6 0 1.47498 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[746]: 6 0 0.500046 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[755]: 6 0 0.892039 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[756]: 6 0 0.500079 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[783]: 6 0 2.47279 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[787]: 6 0 0.500077 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[791]: 6 0 6.00002 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[793]: 6 0 1.00003 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[794]: 6 0 0.866737 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[795]: 6 0 1.00009 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[796]: 6 0 0.892029 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[797]: 6 0 0.500096 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[801]: 6 0 1.03155 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[805]: 6 0 0.50005 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[806]: 6 0 0.667646 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[807]: 6 0 0.0309144 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[809]: 6 0 0.601631 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[810]: 6 0 1.00006 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[812]: 6 0 0.333428 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[813]: 6 0 1.57884 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[820]: 6 0 1.00007 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[822]: 6 0 0.500045 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[866]: 6 0 1.47497 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[867]: 6 0 1.00004 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[871]: 6 0 1.26657 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[874]: 6 0 1.00008 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[876]: 6 0 0.933426 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[877]: 6 0 1.00008 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[881]: 6 0 0.500092 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[883]: 6 0 1.03157 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[885]: 6 0 1.00003 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[887]: 6 0 0.500019 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[891]: 6 0 0.601657 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[892]: 6 0 1.00001 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[894]: 6 0 0.333412 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[895]: 6 0 1.57884 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[900]: 6 0 0.500016 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[988]: 6 0 1.57518 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[991]: 6 0 5.00008 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[993]: 6 0 0.0453945 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[994]: 6 0 0.266526 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[995]: 6 0 2.00006 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1001]: 6 0 0.784059 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1003]: 6 0 0.300785 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1006]: 6 0 0.0315829 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1020]: 6 0 0.987652 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1022]: 6 0 0.892041 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1023]: 6 0 0.500034 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1025]: 6 0 1.00007 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1035]: 6 0 0.266559 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1041]: 6 0 1.0001 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1060]: 6 0 0.500024 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1063]: 6 0 0.892075 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1068]: 6 0 0.500017 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1075]: 6 0 1.04541 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1076]: 6 0 0.266567 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1105]: 6 0 0.500044 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1195]: 6 0 1.00001 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1220]: 6 0 1.00006 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1223]: 6 0 1.57888 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1228]: 6 0 0.500025 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1276]: 6 0 0.474998 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1281]: 6 0 0.26656 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1303]: 6 0 0.500055 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1321]: 6 0 0.0454192 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1343]: 6 0 1.00007 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1357]: 6 0 2.47279 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1363]: 6 0 1.26659 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1364]: 6 0 0.500095 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1368]: 6 0 0.933403 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1373]: 6 0 0.500088 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1374]: 6 0 1.00004 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1375]: 6 0 1.03155 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1380]: 6 0 0.667626 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1383]: 6 0 0.601653 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1385]: 6 0 0.500056 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1393]: 6 0 1.00007 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1403]: 6 0 0.0454064 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1404]: 6 0 1.26658 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1405]: 6 0 0.500032 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1409]: 6 0 0.933432 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1414]: 6 0 0.500037 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1415]: 6 0 1.00006 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1420]: 6 0 0.500069 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1422]: 6 0 0.0309621 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1428]: 6 0 0.578837 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1433]: 6 0 7.00006 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1441]: 6 0 1.00005 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1460]: 6 0 1.00009 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1463]: 6 0 0.0309706 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1465]: 6 0 0.601632 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1603]: 6 0 2.47281 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1604]: 6 0 1.47501 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1606]: 6 0 0.500056 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1609]: 6 0 1.26653 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1613]: 6 0 0.108055 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1615]: 6 0 1.00004 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1620]: 6 0 1.00007 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1625]: 6 0 0.500025 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1629]: 6 0 0.601654 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1636]: 6 0 1.00004 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1700]: 6 0 0.48592 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1703]: 6 0 1.03156 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1705]: 6 0 1.00005 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1717]: 6 0 0.993812 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1718]: 6 0 1.00009 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1743]: 6 0 1.00001 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1757]: 6 0 4.50005 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1763]: 6 0 1.00007 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1780]: 6 0 0.784062 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1785]: 6 0 1.03151 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1808]: 6 -4.00002 0 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1863]: 6 -1.00003 0 shouldn't be
1695.88/1699.95	WSVECS04 Frhs2[1864]: 6 -1.00003 0 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[103]: 6 0 1.00002 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[183]: 6 0 0.485932 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[355]: 6 0 4.33522 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[361]: 6 0 0.333361 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[396]: 6 0 0.335228 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[476]: 6 0 1.00008 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[666]: 6 0 1.26658 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[681]: 6 0 1.0001 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[683]: 6 0 0.667657 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[803]: 6 0 1.00008 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[804]: 6 0 1.00001 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[875]: 6 0 2.50008 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[886]: 6 0 1.00002 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[893]: 6 0 0.500074 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[902]: 6 0 1.00009 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[1275]: 6 0 1.5752 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[1361]: 6 0 0.500045 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[1372]: 6 0 0.485927 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[1407]: 6 0 0.500028 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[1413]: 6 0 0.485969 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[1425]: 6 0 1.00009 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[1612]: 6 0 0.500045 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[1623]: 6 0 1.00009 shouldn't be
1696.17/1700.24	WSVECS04 Frhs2[1798]: 6 0 0.500053 shouldn't be
1725.21/1729.36	c #Conflicts:    3270000 | #Constraints:      65638
1725.21/1729.36	c #Conflicts:    3271000 | #Constraints:      66638
1725.21/1729.36	c #Conflicts:    3272000 | #Constraints:      67638
1725.21/1729.36	c #Conflicts:    3273000 | #Constraints:      68638
1725.21/1729.36	c #Conflicts:    3274000 | #Constraints:      69638
1725.21/1729.36	c #Conflicts:    3275000 | #Constraints:      70638
1725.21/1729.36	c #Conflicts:    3276000 | #Constraints:      71638
1725.21/1729.36	c #Conflicts:    3277000 | #Constraints:      72638
1725.21/1729.36	c #Conflicts:    3278000 | #Constraints:      73638
1725.21/1729.36	c #Conflicts:    3279000 | #Constraints:      74638
1725.21/1729.36	c #Conflicts:    3280000 | #Constraints:      75638
1725.21/1729.36	c #Conflicts:    3281000 | #Constraints:      76638
1725.21/1729.36	c #Conflicts:    3282000 | #Constraints:      77638
1725.21/1729.36	c #Conflicts:    3283000 | #Constraints:      78638
1725.21/1729.36	c #Conflicts:    3284000 | #Constraints:      79638
1725.21/1729.36	c #Conflicts:    3285000 | #Constraints:      80638
1725.21/1729.36	c INPROCESSING
1725.21/1729.36	c GARBAGE COLLECT
1725.21/1729.36	c #Conflicts:    3286000 | #Constraints:      45635
1725.21/1729.36	c #Conflicts:    3287000 | #Constraints:      46635
1725.21/1729.36	c #Conflicts:    3288000 | #Constraints:      47635
1725.21/1729.36	c #Conflicts:    3289000 | #Constraints:      48635
1725.21/1729.36	c #Conflicts:    3290000 | #Constraints:      49635
1725.21/1729.36	c #Conflicts:    3291000 | #Constraints:      50635
1725.21/1729.36	c #Conflicts:    3292000 | #Constraints:      51635
1725.21/1729.36	c #Conflicts:    3293000 | #Constraints:      52635
1725.21/1729.36	c #Conflicts:    3294000 | #Constraints:      53635
1725.21/1729.36	c #Conflicts:    3295000 | #Constraints:      54635
1725.21/1729.36	c #Conflicts:    3296000 | #Constraints:      55635
1725.21/1729.36	c #Conflicts:    3297000 | #Constraints:      56635
1725.21/1729.36	c #Conflicts:    3298000 | #Constraints:      57635
1725.21/1729.36	c #Conflicts:    3299000 | #Constraints:      58635
1725.21/1729.36	c #Conflicts:    3300000 | #Constraints:      59635
1725.21/1729.36	c #Conflicts:    3301000 | #Constraints:      60635
1725.21/1729.36	c #Conflicts:    3302000 | #Constraints:      61635
1725.21/1729.36	c #Conflicts:    3303000 | #Constraints:      62635
1725.21/1729.36	c #Conflicts:    3304000 | #Constraints:      63635
1725.21/1729.36	c #Conflicts:    3305000 | #Constraints:      64635
1725.21/1729.36	c #Conflicts:    3306000 | #Constraints:      65635
1725.21/1729.36	c #Conflicts:    3307000 | #Constraints:      66635
1725.21/1729.36	c #Conflicts:    3308000 | #Constraints:      67635
1725.21/1729.36	c #Conflicts:    3309000 | #Constraints:      68635
1725.21/1729.36	WSVECS04 Frhs2[32]: 6 -265.464 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[40]: 6 -265.464 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[110]: 6 0 6.00002 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[149]: 6 0 3.00003 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[150]: 6 0 1.00003 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[167]: 6 0 2.25008 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[184]: 6 0 13.1548 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[190]: 6 0 3.00005 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[219]: 6 0 173.976 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[224]: 6 0 1.00004 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[230]: 6 0 1.00002 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[232]: 6 0 9.00004 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[250]: 6 -4.25005 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[265]: 6 0 1.0001 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[269]: 6 0 29.8096 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[272]: 6 0 4.75009 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[310]: 6 0 29.8096 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[379]: 6 0 1.00004 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[389]: 6 0 13.1548 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[392]: 6 0 29.8096 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[424]: 6 0 174.976 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[429]: 6 0 2.00003 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[430]: 6 0 13.1548 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[459]: 6 0 70.631 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[464]: 6 0 85.6429 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[470]: 6 0 2.00007 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[704]: 6 0 56.6787 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[705]: 6 0 70.631 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[706]: 6 0 3.84525 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[707]: 6 0 1.00007 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[710]: 6 0 84.6429 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[713]: 6 0 0.500095 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[729]: 6 0 1.00003 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[730]: 6 0 20.9048 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[744]: 6 0 1.00005 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[745]: 6 0 56.6787 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[752]: 6 0 175.976 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[762]: 6 0 1.00009 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[909]: 6 0 56.6786 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[912]: 6 0 1.00008 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[913]: 6 0 1.00008 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[915]: 6 0 87.6429 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[916]: 6 0 174.976 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[926]: 6 0 1.00006 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[927]: 6 0 1.00004 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[928]: 6 0 3.00006 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[934]: 6 0 1.00003 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[935]: 6 0 20.9049 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[950]: 6 0 56.6786 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[952]: 6 0 2.84534 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[953]: 6 0 1.00002 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[954]: 6 0 3.0001 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[955]: 6 0 1.00005 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[956]: 6 0 84.6429 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[969]: 6 0 3.00008 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[974]: 6 0 1.75003 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[975]: 6 0 1.00001 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[986]: 6 0 0.500064 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[989]: 6 0 1.00003 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[990]: 6 0 1.00004 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1015]: 6 0 1.75004 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1027]: 6 0 0.500041 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1030]: 6 0 1.00006 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1032]: 6 0 56.6786 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1039]: 6 0 174.976 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1112]: 6 0 1.00009 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1114]: 6 0 59.6786 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1127]: 6 0 12.1548 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1132]: 6 0 1.00006 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1133]: 6 0 2.00002 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1134]: 6 0 1.0001 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1142]: 6 0 0.500068 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1153]: 6 0 2.00004 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1155]: 6 0 58.6786 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1159]: 6 0 0.500017 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1164]: 6 0 0.500018 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1168]: 6 0 12.1548 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1171]: 6 0 29.8096 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1174]: 6 0 2.00006 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1175]: 6 0 1.00004 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1181]: 6 0 20.9048 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1235]: 6 0 3.00004 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1243]: 6 0 92.6429 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1246]: 6 0 6.50001 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1253]: 6 0 29.8096 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1255]: 6 0 1.00002 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1301]: 6 0 1.50008 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1306]: 6 0 0.500082 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1307]: 6 0 1.00004 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1319]: 6 0 56.6787 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1346]: 6 0 3.00007 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1347]: 6 0 0.500043 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1354]: 6 0 4.00006 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1386]: 6 0 23.9048 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1392]: 6 0 1.00006 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1394]: 6 0 6.00006 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1399]: 6 0 1.00008 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1427]: 6 0 23.9048 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1522]: 6 0 1.00008 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1524]: 6 0 55.6786 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1531]: 6 0 174.976 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1541]: 6 0 1.00006 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1556]: 6 0 1.00009 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1648]: 6 0 69.631 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1654]: 6 0 173.976 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1666]: 6 0 3.0001 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1676]: 6 0 0.500086 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1677]: 6 0 2.9167 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1707]: 6 0 3.00008 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1724]: 6 0 0.500022 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1726]: 6 -4.25005 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1746]: 6 0 1.00005 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1761]: 6 0 1.0001 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1807]: 6 -7.00009 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1817]: 6 -8.00009 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1843]: 6 -1.00002 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1849]: 6 -9.00008 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1860]: 6 -1.08341 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1862]: 6 -2.00007 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1865]: 6 -1.00002 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1867]: 6 -1.00006 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1868]: 6 -2.00007 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1929]: 6 0 2.00007 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1934]: 6 -7.00009 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1964]: 6 -19.1429 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1969]: 6 -1.00004 0 shouldn't be
1725.21/1729.36	WSVECS04 Frhs2[1970]: 6 -5.00004 0 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[105]: 6 0 64.6191 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[189]: 6 0 1.00009 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[419]: 6 0 2.84532 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[700]: 6 0 69.631 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[715]: 6 0 2.00001 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[734]: 6 0 1.00006 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[946]: 6 0 69.631 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[968]: 6 0 1.00006 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1021]: 6 0 1.00001 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1141]: 6 0 0.50005 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1173]: 6 0 1.00006 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1182]: 6 0 0.500075 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1233]: 6 0 69.631 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1431]: 6 0 1.00002 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1436]: 6 0 1.00006 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1526]: 6 0 2.84526 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1534]: 6 0 0.500027 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1546]: 6 0 2.00005 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1643]: 6 0 68.631 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1669]: 6 0 1.00005 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1752]: 6 0 0.500011 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1756]: 6 0 0.500026 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1816]: 6 -1.00008 0 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1906]: 6 -1.00009 0 shouldn't be
1725.51/1729.66	WSVECS04 Frhs2[1907]: 6 -3.58337 0 shouldn't be
1734.99/1739.19	c #Conflicts:    3310000 | #Constraints:      69636
1734.99/1739.19	c #Conflicts:    3311000 | #Constraints:      70636
1734.99/1739.19	c #Conflicts:    3312000 | #Constraints:      71636
1734.99/1739.19	c #Conflicts:    3313000 | #Constraints:      72636
1734.99/1739.19	c #Conflicts:    3314000 | #Constraints:      73636
1734.99/1739.19	c #Conflicts:    3315000 | #Constraints:      74636
1734.99/1739.19	c #Conflicts:    3316000 | #Constraints:      75636
1734.99/1739.19	c #Conflicts:    3317000 | #Constraints:      76636
1734.99/1739.19	c #Conflicts:    3318000 | #Constraints:      77636
1734.99/1739.19	c #Conflicts:    3319000 | #Constraints:      78636
1734.99/1739.19	c #Conflicts:    3320000 | #Constraints:      79636
1734.99/1739.19	c #Conflicts:    3321000 | #Constraints:      80636
1734.99/1739.19	c INPROCESSING
1734.99/1739.19	c GARBAGE COLLECT
1734.99/1739.19	WSVECS04 Frhs2[3]: 6 0 426.148 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[60]: 6 0 3.00001 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[66]: 6 0 1.0001 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[98]: 6 0 4.38898 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[208]: 6 -41.5741 0 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[221]: 6 0 4.3889 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[249]: 6 -41.5741 0 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[262]: 6 0 4.38893 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[271]: 6 0 2.50004 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[303]: 6 0 4.38893 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[331]: 6 -41.5741 0 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[334]: 6 0 1.00007 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[375]: 6 0 1.00004 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[416]: 6 0 1.00009 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[457]: 6 0 1.00001 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[475]: 6 0 2.00007 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[498]: 6 0 1.00001 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[508]: 6 0 4.38893 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[516]: 6 0 0.500066 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[534]: 6 0 6.00006 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[539]: 6 0 1.00007 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[549]: 6 0 4.38893 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[557]: 6 0 0.500083 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[575]: 6 0 6.00008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[580]: 6 0 1.00007 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[590]: 6 0 4.38897 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[598]: 6 0 0.50007 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[599]: 6 0 0.500019 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[616]: 6 0 6.00008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[621]: 6 0 1.00007 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[631]: 6 0 3.38891 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[639]: 6 0 0.50008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[657]: 6 0 6.00008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[662]: 6 0 1.00005 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[672]: 6 0 4.38894 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[680]: 6 0 0.500017 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[698]: 6 0 6.00005 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[703]: 6 0 1.00006 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[721]: 6 0 0.500097 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[736]: 6 0 1.00002 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[739]: 6 0 6.00002 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[777]: 6 0 1.00002 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[791]: 6 0 4.00005 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[795]: 6 0 6.38895 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[803]: 6 0 0.500081 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[821]: 6 0 6.00007 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[836]: 6 0 4.38891 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[844]: 6 0 0.500035 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[847]: 6 0 1.00001 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[862]: 6 0 6.00008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[877]: 6 0 4.38897 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[918]: 6 0 4.38899 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[944]: 6 0 6.00006 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[951]: 6 0 4.85189 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[985]: 6 0 6.00003 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[991]: 6 0 3.50009 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1000]: 6 0 9.96303 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1004]: 6 0 1.42594 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1031]: 6 0 4.00008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1041]: 6 0 9.96298 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1072]: 6 0 8.00002 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1082]: 6 0 9.96306 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1108]: 6 0 5.00003 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1110]: 6 -40.5741 0 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1111]: 6 0 2.00009 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1169]: 6 -5.5001 0 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1190]: 6 0 5.00009 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1195]: 6 0 2.00008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1222]: 6 0 0.333379 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1231]: 6 0 5.00004 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1244]: 6 -4.00006 0 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1263]: 6 0 0.333374 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1277]: 6 0 1.00009 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1292]: 6 -5.50005 0 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1304]: 6 0 0.333361 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1313]: 6 0 12.0001 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1318]: 6 0 1.00006 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1336]: 6 0 0.500019 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1345]: 6 0 0.333367 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1377]: 6 0 0.500056 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1393]: 6 0 5.00008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1400]: 6 0 1.00006 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1418]: 6 0 0.50006 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1433]: 6 0 8.00003 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1459]: 6 0 0.500056 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1475]: 6 0 6.00004 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1477]: 6 0 9.00004 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1482]: 6 0 1.00005 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1500]: 6 0 0.500059 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1518]: 6 0 6.00007 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1523]: 6 0 1.00003 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1544]: 6 0 1.00002 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1559]: 6 0 6.00006 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1564]: 6 0 1.00008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1574]: 6 0 3.38898 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1582]: 6 0 0.500048 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1585]: 6 0 1.00003 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1600]: 6 0 6.00008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1605]: 6 0 1.00001 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1615]: 6 0 3.38891 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1623]: 6 0 0.500097 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1624]: 6 0 0.500017 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1633]: 6 0 7.00004 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1638]: 6 0 1.00002 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1641]: 6 0 6.00006 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1656]: 6 0 4.38892 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1664]: 6 0 0.500055 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1665]: 6 0 0.50002 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1682]: 6 0 6.00008 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1690]: 6 0 7.62972 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1697]: 6 0 4.38895 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1723]: 6 0 6.00006 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1738]: 6 0 4.3889 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1742]: 6 -0.425987 0 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1754]: 6 -1.00003 0 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1779]: 6 0 4.38892 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1805]: 6 0 6.00005 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1897]: 6 -4.00007 0 shouldn't be
1734.99/1739.19	WSVECS04 Frhs2[1967]: 6 -2.00009 0 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[117]: 6 0 1.00003 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[158]: 6 0 1.00007 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[240]: 6 0 1.00004 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[281]: 6 0 1.00006 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[321]: 6 0 1.00003 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[471]: 6 0 5.57415 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[512]: 6 0 0.574125 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[535]: 6 0 1.00006 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[553]: 6 0 1.57409 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[570]: 6 0 1.00003 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[576]: 6 0 1.00006 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[594]: 6 0 0.574093 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[611]: 6 0 1.00003 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[617]: 6 0 1.00002 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[635]: 6 0 2.5741 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[658]: 6 0 1.00009 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[676]: 6 0 0.574161 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[699]: 6 0 1.00002 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[717]: 6 0 0.574094 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[740]: 6 0 1.00003 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[758]: 6 0 0.574129 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[799]: 6 0 0.574115 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[822]: 6 0 1.00002 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[827]: 6 0 0.500087 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[840]: 6 0 0.574108 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[863]: 6 0 1.0001 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[904]: 6 0 1.00008 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[945]: 6 0 1.00007 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[980]: 6 0 1.00001 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[1183]: 6 0 1.00006 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[1224]: 6 0 6.00001 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[1265]: 6 0 1.00004 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[1473]: 6 0 7.00007 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[1519]: 6 0 1.00003 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[1601]: 6 0 1.00006 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[1642]: 6 0 1.00003 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[1683]: 6 0 1.0001 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[1798]: 6 0 1.00003 shouldn't be
1735.28/1739.42	WSVECS04 Frhs2[1800]: 6 0 1.00006 shouldn't be
1737.99/1742.13	c rational objective 112.396
1791.26/1795.59	c #Conflicts:    3322000 | #Constraints:      45435
1791.26/1795.59	c #Conflicts:    3323000 | #Constraints:      46435
1791.26/1795.59	c #Conflicts:    3324000 | #Constraints:      47435
1791.26/1795.59	c #Conflicts:    3325000 | #Constraints:      48435
1791.26/1795.59	c #Conflicts:    3326000 | #Constraints:      49435
1791.26/1795.59	c #Conflicts:    3327000 | #Constraints:      50435
1791.26/1795.59	c #Conflicts:    3328000 | #Constraints:      51435
1791.26/1795.59	c #Conflicts:    3329000 | #Constraints:      52435
1791.26/1795.59	c #Conflicts:    3330000 | #Constraints:      53435
1791.26/1795.59	c #Conflicts:    3331000 | #Constraints:      54435
1791.26/1795.59	c #Conflicts:    3332000 | #Constraints:      55435
1791.26/1795.59	c #Conflicts:    3333000 | #Constraints:      56435
1791.26/1795.59	c #Conflicts:    3334000 | #Constraints:      57435
1791.26/1795.59	c #Conflicts:    3335000 | #Constraints:      58435
1791.26/1795.59	c #Conflicts:    3336000 | #Constraints:      59435
1791.26/1795.59	c #Conflicts:    3337000 | #Constraints:      60435
1791.26/1795.59	c #Conflicts:    3338000 | #Constraints:      61435
1791.26/1795.59	c #Conflicts:    3339000 | #Constraints:      62435
1791.26/1795.59	c #Conflicts:    3340000 | #Constraints:      63435
1791.26/1795.59	c #Conflicts:    3341000 | #Constraints:      64435
1791.26/1795.59	c #Conflicts:    3342000 | #Constraints:      65435
1791.26/1795.59	c #Conflicts:    3343000 | #Constraints:      66435
1791.26/1795.59	c #Conflicts:    3344000 | #Constraints:      67435
1791.26/1795.59	c #Conflicts:    3345000 | #Constraints:      68435
1791.26/1795.59	c #Conflicts:    3346000 | #Constraints:      69435
1791.26/1795.59	c #Conflicts:    3347000 | #Constraints:      70435
1791.26/1795.59	c #Conflicts:    3348000 | #Constraints:      71435
1791.26/1795.59	c #Conflicts:    3349000 | #Constraints:      72435
1791.26/1795.59	c #Conflicts:    3350000 | #Constraints:      73435
1791.26/1795.59	c #Conflicts:    3351000 | #Constraints:      74435
1791.26/1795.59	c #Conflicts:    3352000 | #Constraints:      75435
1791.26/1795.59	c #Conflicts:    3353000 | #Constraints:      76435
1791.26/1795.59	c #Conflicts:    3354000 | #Constraints:      77435
1791.26/1795.59	c #Conflicts:    3355000 | #Constraints:      78435
1791.26/1795.59	c #Conflicts:    3356000 | #Constraints:      79435
1791.26/1795.59	c #Conflicts:    3357000 | #Constraints:      80435
1791.26/1795.59	c #Conflicts:    3358000 | #Constraints:      81435
1791.26/1795.59	c INPROCESSING
1791.26/1795.59	c GARBAGE COLLECT
1791.26/1795.59	c #Conflicts:    3359000 | #Constraints:      46037
1791.26/1795.59	c #Conflicts:    3360000 | #Constraints:      47037
1791.26/1795.59	c #Conflicts:    3361000 | #Constraints:      48037
1791.26/1795.59	c #Conflicts:    3362000 | #Constraints:      49037
1791.26/1795.59	c #Conflicts:    3363000 | #Constraints:      50037
1791.26/1795.59	c #Conflicts:    3364000 | #Constraints:      51037
1791.26/1795.59	c #Conflicts:    3365000 | #Constraints:      52037
1791.26/1795.59	c #Conflicts:    3366000 | #Constraints:      53037
1791.26/1795.59	c #Conflicts:    3367000 | #Constraints:      54037
1791.26/1795.59	c #Conflicts:    3368000 | #Constraints:      55037
1791.26/1795.59	c #Conflicts:    3369000 | #Constraints:      56037
1791.26/1795.59	c #Conflicts:    3370000 | #Constraints:      57037
1791.26/1795.59	c #Conflicts:    3371000 | #Constraints:      58037
1791.26/1795.59	c #Conflicts:    3372000 | #Constraints:      59037
1791.26/1795.59	c #Conflicts:    3373000 | #Constraints:      60037
1791.26/1795.59	c #Conflicts:    3374000 | #Constraints:      61037
1791.26/1795.59	c #Conflicts:    3375000 | #Constraints:      62037
1791.26/1795.59	c #Conflicts:    3376000 | #Constraints:      63037
1791.26/1795.59	c #Conflicts:    3377000 | #Constraints:      64037
1791.26/1795.59	c #Conflicts:    3378000 | #Constraints:      65037
1791.26/1795.59	c #Conflicts:    3379000 | #Constraints:      66038
1791.26/1795.59	c #Conflicts:    3380000 | #Constraints:      67038
1791.26/1795.59	c #Conflicts:    3381000 | #Constraints:      68038
1791.26/1795.59	c #Conflicts:    3382000 | #Constraints:      69038
1791.26/1795.59	c #Conflicts:    3383000 | #Constraints:      70038
1791.26/1795.59	c #Conflicts:    3384000 | #Constraints:      71038
1791.26/1795.59	c #Conflicts:    3385000 | #Constraints:      72038
1791.26/1795.59	c #Conflicts:    3386000 | #Constraints:      73038
1791.26/1795.59	c #Conflicts:    3387000 | #Constraints:      74038
1791.26/1795.59	c #Conflicts:    3388000 | #Constraints:      75038
1791.26/1795.59	c #Conflicts:    3389000 | #Constraints:      76038
1791.26/1795.59	c #Conflicts:    3390000 | #Constraints:      77038
1791.26/1795.59	c #Conflicts:    3391000 | #Constraints:      78038
1791.26/1795.59	c #Conflicts:    3392000 | #Constraints:      79038
1791.26/1795.59	c #Conflicts:    3393000 | #Constraints:      80038
1791.26/1795.59	c #Conflicts:    3394000 | #Constraints:      81038
1791.26/1795.59	c #Conflicts:    3395000 | #Constraints:      82038
1791.26/1795.59	c INPROCESSING
1791.26/1795.59	c GARBAGE COLLECT
1791.26/1795.59	c #Conflicts:    3396000 | #Constraints:      46441
1791.26/1795.59	c #Conflicts:    3397000 | #Constraints:      47441
1791.26/1795.59	c #Conflicts:    3398000 | #Constraints:      48441
1791.26/1795.59	c #Conflicts:    3399000 | #Constraints:      49441
1822.88/1827.20	c #Conflicts:    3400000 | #Constraints:      50441
1822.88/1827.20	c #Conflicts:    3401000 | #Constraints:      51441
1822.88/1827.20	c #Conflicts:    3402000 | #Constraints:      52441
1822.88/1827.20	c #Conflicts:    3403000 | #Constraints:      53441
1822.88/1827.20	c #Conflicts:    3404000 | #Constraints:      54441
1822.88/1827.20	c #Conflicts:    3405000 | #Constraints:      55441
1822.88/1827.20	c #Conflicts:    3406000 | #Constraints:      56441
1822.88/1827.20	c #Conflicts:    3407000 | #Constraints:      57441
1822.88/1827.20	c #Conflicts:    3408000 | #Constraints:      58441
1822.88/1827.20	c #Conflicts:    3409000 | #Constraints:      59441
1822.88/1827.20	c #Conflicts:    3410000 | #Constraints:      60441
1822.88/1827.20	c #Conflicts:    3411000 | #Constraints:      61441
1822.88/1827.20	c #Conflicts:    3412000 | #Constraints:      62441
1822.88/1827.20	c #Conflicts:    3413000 | #Constraints:      63441
1822.88/1827.20	c #Conflicts:    3414000 | #Constraints:      64441
1822.88/1827.20	c #Conflicts:    3415000 | #Constraints:      65442
1822.88/1827.20	c #Conflicts:    3416000 | #Constraints:      66442
1822.88/1827.20	c #Conflicts:    3417000 | #Constraints:      67442
1822.88/1827.20	c #Conflicts:    3418000 | #Constraints:      68442
1822.88/1827.20	c #Conflicts:    3419000 | #Constraints:      69442
1822.88/1827.20	c #Conflicts:    3420000 | #Constraints:      70442
1822.88/1827.20	c #Conflicts:    3421000 | #Constraints:      71442
1822.88/1827.20	c #Conflicts:    3422000 | #Constraints:      72442
1822.88/1827.20	c #Conflicts:    3423000 | #Constraints:      73442
1822.88/1827.20	c #Conflicts:    3424000 | #Constraints:      74442
1822.88/1827.20	c #Conflicts:    3425000 | #Constraints:      75442
1822.88/1827.20	c #Conflicts:    3426000 | #Constraints:      76442
1822.88/1827.20	c #Conflicts:    3427000 | #Constraints:      77442
1822.88/1827.20	c #Conflicts:    3428000 | #Constraints:      78443
1822.88/1827.20	c #Conflicts:    3429000 | #Constraints:      79443
1822.88/1827.20	c #Conflicts:    3430000 | #Constraints:      80443
1822.88/1827.20	c #Conflicts:    3431000 | #Constraints:      81443
1822.88/1827.20	c #Conflicts:    3432000 | #Constraints:      82443
1822.88/1827.20	c INPROCESSING
1822.88/1827.20	c GARBAGE COLLECT
1822.88/1827.20	c #Conflicts:    3433000 | #Constraints:      46642
1822.88/1827.20	c #Conflicts:    3434000 | #Constraints:      47642
1822.88/1827.20	c #Conflicts:    3435000 | #Constraints:      48642
1822.88/1827.20	c #Conflicts:    3436000 | #Constraints:      49642
1822.88/1827.20	c #Conflicts:    3437000 | #Constraints:      50642
1822.88/1827.20	c #Conflicts:    3438000 | #Constraints:      51642
1822.88/1827.20	c #Conflicts:    3439000 | #Constraints:      52642
1822.88/1827.20	c #Conflicts:    3440000 | #Constraints:      53642
1822.88/1827.20	c #Conflicts:    3441000 | #Constraints:      54642
1822.88/1827.20	c #Conflicts:    3442000 | #Constraints:      55642
1822.88/1827.20	c #Conflicts:    3443000 | #Constraints:      56642
1822.88/1827.20	c #Conflicts:    3444000 | #Constraints:      57642
1822.88/1827.20	c #Conflicts:    3445000 | #Constraints:      58642
1822.88/1827.20	c #Conflicts:    3446000 | #Constraints:      59642
1822.88/1827.20	WSVECS04 Frhs2[13]: 6 0 4956.83 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[39]: 6 0 2074.54 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[90]: 6 0 2.58336 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[96]: 6 0 1.00004 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[109]: 6 0 6.08337 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[117]: 6 0 1.00002 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[122]: 6 0 1.50004 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[178]: 6 0 1.00003 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[186]: 6 0 2.00002 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[213]: 6 0 2.58337 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[309]: 6 0 2.00003 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[416]: 6 0 3.00003 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[506]: 6 0 1.00004 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[547]: 6 0 1.00008 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[617]: 6 0 0.500043 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[671]: 6 0 2.00009 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[677]: 6 0 0.500019 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[696]: 6 0 1.25008 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[751]: 6 0 1.00009 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[759]: 6 0 0.500078 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[777]: 6 0 0.333395 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[778]: 6 0 1.25009 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[882]: 6 0 0.50003 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[902]: 6 0 0.50003 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1002]: 6 0 1.00006 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1062]: 6 0 1.00007 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1082]: 6 0 0.333382 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1229]: 6 0 1.50006 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1230]: 6 0 1.00007 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1319]: 6 -222.042 0 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1348]: 6 0 0.250031 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1462]: 6 0 7.16675 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1471]: 6 0 0.250086 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1538]: 6 0 0.500044 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1654]: 6 0 1.00008 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1660]: 6 0 1.00002 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1673]: 6 0 1.00005 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1742]: 6 0 1.00004 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1753]: 6 0 3.00005 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1769]: 6 0 1464.58 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1777]: 6 0 1.00001 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1812]: 6 -1.00007 0 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1901]: 6 -2.00003 0 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1967]: 6 -39.4375 0 shouldn't be
1822.88/1827.20	WSVECS04 Frhs2[1976]: 6 -266.042 0 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[131]: 6 0 2.5834 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[189]: 6 0 1.00004 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[199]: 6 0 1.0001 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[220]: 6 0 0.50006 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[254]: 6 0 2.58341 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[295]: 6 0 2.58341 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[300]: 6 0 0.500048 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[336]: 6 0 2.58341 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[562]: 6 0 1.00002 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[583]: 6 0 1.00008 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[616]: 6 0 1.00003 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[682]: 6 0 1.00007 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[698]: 6 0 1.00001 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[764]: 6 0 1.00001 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[772]: 6 0 0.500032 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[780]: 6 0 1.00003 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1006]: 6 0 1.00006 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1009]: 6 0 1.00001 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1065]: 6 0 1.25007 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1129]: 6 0 1.00003 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1134]: 6 0 4.08337 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1202]: 6 0 0.500079 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1338]: 6 0 1.0001 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1542]: 6 0 1.00009 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1551]: 6 0 0.500015 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1665]: 6 0 1.00006 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1681]: 6 0 0.500065 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1730]: 6 0 2.5834 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1748]: 6 0 1.00001 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1764]: 6 0 1.00006 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1771]: 6 0 2.5834 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1804]: 6 0 0.500075 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1838]: 6 -124.271 0 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1863]: 6 -1.00006 0 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1865]: 6 -1.00005 0 shouldn't be
1823.09/1827.44	WSVECS04 Frhs2[1866]: 6 -1.00002 0 shouldn't be
1840.14/1844.52	c #Conflicts:    3447000 | #Constraints:      60643
1840.14/1844.52	c #Conflicts:    3448000 | #Constraints:      61643
1840.14/1844.52	c #Conflicts:    3449000 | #Constraints:      62643
1840.14/1844.52	c #Conflicts:    3450000 | #Constraints:      63643
1840.14/1844.52	c #Conflicts:    3451000 | #Constraints:      64643
1840.14/1844.52	c #Conflicts:    3452000 | #Constraints:      65643
1840.14/1844.52	c #Conflicts:    3453000 | #Constraints:      66643
1840.14/1844.52	c #Conflicts:    3454000 | #Constraints:      67643
1840.14/1844.52	c #Conflicts:    3455000 | #Constraints:      68643
1840.14/1844.52	c #Conflicts:    3456000 | #Constraints:      69643
1840.14/1844.52	c #Conflicts:    3457000 | #Constraints:      70643
1840.14/1844.52	c #Conflicts:    3458000 | #Constraints:      71643
1840.14/1844.52	c #Conflicts:    3459000 | #Constraints:      72643
1840.14/1844.52	c #Conflicts:    3460000 | #Constraints:      73643
1840.14/1844.52	c #Conflicts:    3461000 | #Constraints:      74643
1840.14/1844.52	c #Conflicts:    3462000 | #Constraints:      75643
1840.14/1844.52	c #Conflicts:    3463000 | #Constraints:      76643
1840.14/1844.52	c #Conflicts:    3464000 | #Constraints:      77643
1840.14/1844.52	c #Conflicts:    3465000 | #Constraints:      78643
1840.14/1844.52	c #Conflicts:    3466000 | #Constraints:      79643
1840.14/1844.52	c #Conflicts:    3467000 | #Constraints:      80643
1840.14/1844.52	c #Conflicts:    3468000 | #Constraints:      81643
1840.14/1844.52	c #Conflicts:    3469000 | #Constraints:      82643
1840.14/1844.52	c INPROCESSING
1840.14/1844.52	c GARBAGE COLLECT
1840.14/1844.52	WSVECS04 Frhs2[36]: 6 -218.192 0 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[101]: 6 0 0.500097 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[104]: 6 0 93.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[112]: 6 0 10 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[142]: 6 0 0.500046 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[145]: 6 0 93.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[217]: 6 0 5.11545 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[219]: 6 0 1.00003 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[299]: 6 0 5.11546 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[355]: 6 0 2.0001 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[381]: 6 0 5.11548 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[395]: 6 0 3.00009 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[422]: 6 0 5.11541 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[432]: 6 0 94.6026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[436]: 6 0 2.00004 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[459]: 6 0 1.00008 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[461]: 6 0 0.333361 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[473]: 6 0 98.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[478]: 6 0 0.192392 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[499]: 6 0 0.50007 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[502]: 6 0 0.333369 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[504]: 6 0 5.1154 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[518]: 6 0 2.00009 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[545]: 6 0 5.11548 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[553]: 6 0 1.50005 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[560]: 6 0 0.192322 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[584]: 6 0 0.333386 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[593]: 6 0 1.50003 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[596]: 6 0 94.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[600]: 6 0 2.00003 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[601]: 6 0 0.192379 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[627]: 6 0 5.11541 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[634]: 6 0 0.500091 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[635]: 6 0 2.5001 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[637]: 6 0 94.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[641]: 6 0 1.00008 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[642]: 6 0 0.192344 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[649]: 6 0 2.00004 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[655]: 6 0 1.00009 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[675]: 6 0 3.50007 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[676]: 6 0 0.500077 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[678]: 6 0 94.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[683]: 6 0 0.192368 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[703]: 6 0 185.936 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[704]: 6 0 0.50005 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[709]: 6 0 5.1154 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[712]: 6 0 1.00003 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[716]: 6 0 0.500074 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[717]: 6 0 0.500058 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[719]: 6 0 94.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[723]: 6 0 2.00005 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[724]: 6 0 0.192333 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[729]: 6 0 1.00001 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[744]: 6 0 185.936 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[750]: 6 0 5.11548 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[758]: 6 0 0.500076 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[760]: 6 0 94.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[786]: 6 0 0.500073 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[791]: 6 0 8.1154 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[793]: 6 0 2.00002 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[799]: 6 0 0.500094 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[801]: 6 0 94.1027 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[805]: 6 0 1.00008 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[806]: 6 0 0.192404 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[813]: 6 0 2.00004 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[826]: 6 0 185.936 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[827]: 6 0 0.500034 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[833]: 6 0 1.00003 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[840]: 6 0 0.50001 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[842]: 6 0 94.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[846]: 6 0 1.00009 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[847]: 6 0 0.192326 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[854]: 6 0 2.00004 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[873]: 6 0 6.11542 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[881]: 6 0 0.500083 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[883]: 6 0 94.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[909]: 6 0 0.500011 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[910]: 6 0 1.00008 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[914]: 6 0 5.11543 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[915]: 6 0 2.0001 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[916]: 6 0 1.00002 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[922]: 6 0 0.500037 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[928]: 6 0 1.00004 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[929]: 6 0 1.19232 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[934]: 6 0 1.00006 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[936]: 6 0 2.00005 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[951]: 6 0 1.00006 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[953]: 6 0 2.00009 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[955]: 6 0 5.11541 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[965]: 6 0 94.1026 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[969]: 6 0 1.00006 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[970]: 6 0 1.19238 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[975]: 6 0 1.00006 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[977]: 6 0 2.00001 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[992]: 6 0 2.0001 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1033]: 6 0 2.00006 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1059]: 6 0 2.00002 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1106]: 6 0 1.00008 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1115]: 6 0 1.00002 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1139]: 6 0 1.00009 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1147]: 6 0 1.00007 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1155]: 6 0 2.50003 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1156]: 6 0 1.00007 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1174]: 6 0 2.0001 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1175]: 6 0 1.19238 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1180]: 6 0 1.00003 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1182]: 6 0 2.00005 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1188]: 6 0 1.00008 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1221]: 6 0 1.00007 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1223]: 6 0 2.00005 shouldn't be
1840.14/1844.52	WSVECS04 Frhs2[1238]: 6 0 1.00009 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1243]: 6 0 7.00008 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1256]: 6 0 4.00002 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1257]: 6 0 0.192372 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1262]: 6 0 1.00006 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1264]: 6 0 2.00002 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1270]: 6 0 1.00006 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1279]: 6 0 1.00008 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1281]: 6 0 2.00001 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1297]: 6 0 2.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1298]: 6 0 0.192382 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1303]: 6 0 1.00005 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1307]: 6 0 1.00005 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1311]: 6 0 1.00004 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1320]: 6 0 1.00005 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1344]: 6 0 1.00008 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1352]: 6 0 4.00002 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1361]: 6 0 1.0001 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1379]: 6 0 2.00002 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1380]: 6 0 0.192386 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1385]: 6 0 1.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1393]: 6 0 1.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1402]: 6 0 1.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1406]: 6 0 5.11545 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1416]: 6 0 94.1026 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1420]: 6 0 2.00006 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1421]: 6 0 0.192363 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1426]: 6 0 1.00009 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1428]: 6 0 1.00003 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1434]: 6 0 7.00003 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1443]: 6 0 1.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1461]: 6 0 2.00009 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1475]: 6 0 2.00006 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1484]: 6 0 1.00006 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1488]: 6 0 5.11548 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1496]: 6 0 0.500047 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1498]: 6 0 94.1026 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1502]: 6 0 2.00008 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1503]: 6 0 0.192344 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1508]: 6 0 1.00008 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1515]: 6 0 2.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1516]: 6 0 1.0001 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1539]: 6 0 94.1027 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1543]: 6 0 2.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1544]: 6 0 0.19232 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1557]: 6 0 1.00004 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1566]: 6 0 1.00006 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1570]: 6 0 4.11545 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1577]: 6 0 0.500072 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1578]: 6 0 0.500058 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1580]: 6 0 94.1027 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1584]: 6 0 2.00008 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1598]: 6 0 1.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1607]: 6 0 1.00006 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1611]: 6 0 4.11548 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1618]: 6 0 0.500093 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1619]: 6 0 0.500076 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1621]: 6 0 94.1026 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1625]: 6 0 2.0001 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1639]: 6 0 1.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1659]: 6 0 0.500083 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1666]: 6 0 2.00009 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1680]: 6 0 1.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1687]: 6 0 82.9616 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1689]: 6 0 1.00007 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1693]: 6 0 4.11541 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1700]: 6 0 0.500064 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1703]: 6 0 93.1027 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1707]: 6 0 2.00009 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1713]: 6 0 6.00003 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1721]: 6 0 1.00008 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1741]: 6 0 0.500037 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1744]: 6 0 93.1026 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1747]: 6 0 0.500063 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1754]: 6 0 8.00002 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1762]: 6 0 1.00003 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1795]: 6 0 7.00003 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1803]: 6 0 1.00009 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1837]: 6 -5.00005 0 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1844]: 6 -2.00009 0 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1861]: 6 -1.00003 0 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1862]: 6 -1.00003 0 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1874]: 6 -2.00005 0 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1926]: 6 -4.00002 0 shouldn't be
1840.14/1844.53	WSVECS04 Frhs2[1970]: 6 -2.00008 0 shouldn't be
1842.94/1847.32	c rational objective 112.396
1900.01/1904.58	c #Conflicts:    3470000 | #Constraints:      46649
1900.01/1904.58	c #Conflicts:    3471000 | #Constraints:      47649
1900.01/1904.58	c #Conflicts:    3472000 | #Constraints:      48649
1900.01/1904.58	c #Conflicts:    3473000 | #Constraints:      49649
1900.01/1904.58	c #Conflicts:    3474000 | #Constraints:      50649
1900.01/1904.58	c #Conflicts:    3475000 | #Constraints:      51649
1900.01/1904.58	c #Conflicts:    3476000 | #Constraints:      52649
1900.01/1904.58	c #Conflicts:    3477000 | #Constraints:      53649
1900.01/1904.58	c #Conflicts:    3478000 | #Constraints:      54649
1900.01/1904.58	c #Conflicts:    3479000 | #Constraints:      55649
1900.01/1904.58	c #Conflicts:    3480000 | #Constraints:      56649
1900.01/1904.58	c #Conflicts:    3481000 | #Constraints:      57649
1900.01/1904.58	c #Conflicts:    3482000 | #Constraints:      58649
1900.01/1904.58	c #Conflicts:    3483000 | #Constraints:      59649
1900.01/1904.58	c #Conflicts:    3484000 | #Constraints:      60649
1900.01/1904.58	c #Conflicts:    3485000 | #Constraints:      61649
1900.01/1904.58	c #Conflicts:    3486000 | #Constraints:      62649
1900.01/1904.58	c #Conflicts:    3487000 | #Constraints:      63649
1900.01/1904.58	c #Conflicts:    3488000 | #Constraints:      64649
1900.01/1904.58	c #Conflicts:    3489000 | #Constraints:      65649
1900.01/1904.58	c #Conflicts:    3490000 | #Constraints:      66649
1900.01/1904.58	c #Conflicts:    3491000 | #Constraints:      67649
1900.01/1904.58	c #Conflicts:    3492000 | #Constraints:      68649
1900.01/1904.58	c #Conflicts:    3493000 | #Constraints:      69649
1900.01/1904.58	c #Conflicts:    3494000 | #Constraints:      70649
1900.01/1904.58	c #Conflicts:    3495000 | #Constraints:      71649
1900.01/1904.58	c #Conflicts:    3496000 | #Constraints:      72649
1900.01/1904.58	c #Conflicts:    3497000 | #Constraints:      73649
1900.01/1904.58	c #Conflicts:    3498000 | #Constraints:      74649
1900.01/1904.58	c #Conflicts:    3499000 | #Constraints:      75649
1900.01/1904.58	c #Conflicts:    3500000 | #Constraints:      76649
1900.01/1904.58	c #Conflicts:    3501000 | #Constraints:      77649
1900.01/1904.58	c #Conflicts:    3502000 | #Constraints:      78649
1900.01/1904.58	c #Conflicts:    3503000 | #Constraints:      79649
1900.01/1904.58	c #Conflicts:    3504000 | #Constraints:      80649
1900.01/1904.58	c #Conflicts:    3505000 | #Constraints:      81649
1900.01/1904.58	c #Conflicts:    3506000 | #Constraints:      82649
1900.01/1904.58	c INPROCESSING
1900.01/1904.58	c GARBAGE COLLECT
1900.01/1904.58	c #Conflicts:    3507000 | #Constraints:      46447
1900.01/1904.58	c #Conflicts:    3508000 | #Constraints:      47447
1900.01/1904.58	c #Conflicts:    3509000 | #Constraints:      48447
1900.01/1904.58	c #Conflicts:    3510000 | #Constraints:      49447
1900.01/1904.58	c #Conflicts:    3511000 | #Constraints:      50447
1900.01/1904.58	c #Conflicts:    3512000 | #Constraints:      51447
1900.01/1904.58	c #Conflicts:    3513000 | #Constraints:      52447
1900.01/1904.58	c #Conflicts:    3514000 | #Constraints:      53447
1900.01/1904.58	c #Conflicts:    3515000 | #Constraints:      54447
1900.01/1904.58	c #Conflicts:    3516000 | #Constraints:      55447
1900.01/1904.58	c #Conflicts:    3517000 | #Constraints:      56447
1900.01/1904.58	c #Conflicts:    3518000 | #Constraints:      57447
1900.01/1904.58	c #Conflicts:    3519000 | #Constraints:      58447
1900.01/1904.58	c #Conflicts:    3520000 | #Constraints:      59447
1900.01/1904.58	c #Conflicts:    3521000 | #Constraints:      60447
1900.01/1904.58	c #Conflicts:    3522000 | #Constraints:      61447
1900.01/1904.58	c #Conflicts:    3523000 | #Constraints:      62447
1900.01/1904.58	c #Conflicts:    3524000 | #Constraints:      63447
1900.01/1904.58	c #Conflicts:    3525000 | #Constraints:      64447
1900.01/1904.58	c #Conflicts:    3526000 | #Constraints:      65447
1900.01/1904.58	c #Conflicts:    3527000 | #Constraints:      66447
1900.01/1904.58	c #Conflicts:    3528000 | #Constraints:      67447
1900.01/1904.58	c #Conflicts:    3529000 | #Constraints:      68447
1900.01/1904.58	c #Conflicts:    3530000 | #Constraints:      69447
1900.01/1904.58	c #Conflicts:    3531000 | #Constraints:      70447
1900.01/1904.58	c #Conflicts:    3532000 | #Constraints:      71447
1900.01/1904.58	c #Conflicts:    3533000 | #Constraints:      72447
1900.01/1904.58	c #Conflicts:    3534000 | #Constraints:      73447
1900.01/1904.58	c #Conflicts:    3535000 | #Constraints:      74447
1900.01/1904.58	c #Conflicts:    3536000 | #Constraints:      75447
1900.01/1904.58	c #Conflicts:    3537000 | #Constraints:      76447
1900.01/1904.58	c #Conflicts:    3538000 | #Constraints:      77447
1900.01/1904.58	c #Conflicts:    3539000 | #Constraints:      78447
1900.01/1904.58	c #Conflicts:    3540000 | #Constraints:      79447
1900.01/1904.58	c #Conflicts:    3541000 | #Constraints:      80447
1900.01/1904.58	c #Conflicts:    3542000 | #Constraints:      81447
1900.01/1904.58	c #Conflicts:    3543000 | #Constraints:      82447
1900.01/1904.58	c #Conflicts:    3544000 | #Constraints:      83447
1900.01/1904.58	c INPROCESSING
1900.01/1904.58	c GARBAGE COLLECT
1900.01/1904.58	c #Conflicts:    3545000 | #Constraints:      47047
1900.01/1904.58	c #Conflicts:    3546000 | #Constraints:      48047
1900.01/1904.58	c #Conflicts:    3547000 | #Constraints:      49047
1900.91/1905.42	c #Conflicts:    3548000 | #Constraints:      50047
1900.91/1905.42	WSVECS04 Frhs2[22]: 6 -16.5001 0 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[107]: 6 0 4.00002 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[151]: 6 0 5.50005 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[191]: 6 0 6.00007 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[231]: 6 0 5.98187 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[271]: 6 0 6.00006 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[275]: 6 0 3.00001 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[351]: 6 0 2.00004 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[355]: 6 0 4.00002 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[391]: 6 0 5.20003 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[395]: 6 0 3.00002 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[427]: 6 0 0.41135 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[431]: 6 0 5.0001 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[435]: 6 0 2.00003 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[467]: 6 0 0.500039 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[475]: 6 0 2.00005 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[504]: 6 0 1.00002 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[511]: 6 0 5.50005 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[515]: 6 0 1.00005 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[519]: 6 0 1.0001 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[782]: 6 0 0.969891 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[783]: 6 0 0.893644 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[785]: 6 0 0.500069 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[794]: 6 0 0.751455 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[795]: 6 0 0.50004 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[799]: 6 0 1.00006 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[806]: 6 0 1.00004 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[808]: 6 0 1.00002 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[809]: 6 0 0.518214 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[816]: 6 0 0.500047 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[824]: 6 0 0.893649 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[835]: 6 0 0.751405 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[864]: 6 0 0.969936 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[871]: 6 0 5.5001 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[914]: 6 0 1.00001 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[922]: 6 0 1.00005 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[926]: 6 0 0.333364 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[931]: 6 0 1.00005 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[932]: 6 0 0.518231 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[934]: 6 0 0.200052 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[935]: 6 0 0.0145896 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[951]: 6 0 5.00005 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1031]: 6 0 4.50003 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1035]: 6 0 2.00004 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1044]: 6 0 0.500086 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1045]: 6 0 1.00009 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1047]: 6 0 0.20007 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1052]: 6 0 1.00006 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1054]: 6 0 1.00003 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1055]: 6 0 0.518243 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1056]: 6 0 0.500012 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1064]: 6 0 1.2305 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1066]: 6 0 0.33338 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1193]: 6 0 0.787191 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1195]: 6 0 1.00003 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1211]: 6 0 6.00004 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1215]: 6 0 0.75005 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1216]: 6 0 1.00007 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1224]: 6 0 5.1251 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1306]: 6 0 0.125034 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1315]: 6 0 0.969901 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1343]: 6 0 0.500064 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1359]: 6 0 3.50004 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1363]: 6 0 0.500018 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1365]: 6 0 4.00005 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1374]: 6 0 0.500012 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1375]: 6 0 0.200022 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1383]: 6 0 0.518187 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1384]: 6 0 2.50003 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1385]: 6 0 0.200048 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1393]: 6 0 5.50002 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1524]: 6 0 0.480541 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1532]: 6 0 0.751406 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1535]: 6 0 0.500041 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1536]: 6 0 0.500042 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1543]: 6 0 0.518255 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1549]: 6 0 0.200098 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1555]: 6 0 8.00005 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1556]: 6 0 0.230536 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1666]: 6 0 0.518233 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1709]: 6 0 0.50003 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1713]: 6 0 5.20009 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1717]: 6 0 4.00007 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1753]: 6 0 6.00003 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1757]: 6 0 4.12506 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1761]: 6 0 1.23051 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1789]: 6 0 0.500077 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1808]: 6 -1.00002 0 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1809]: 6 -1.00002 0 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1810]: 6 -2.1065 0 shouldn't be
1900.91/1905.42	WSVECS04 Frhs2[1863]: 6 -7.00008 0 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[111]: 6 0 11 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[195]: 6 0 3.00007 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[315]: 6 0 3.00008 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[471]: 6 0 6.00007 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[924]: 6 0 0.200034 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[936]: 6 0 0.500037 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[986]: 6 0 0.884809 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[1033]: 6 0 1.50001 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[1043]: 6 0 0.500069 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[1204]: 6 0 0.124372 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[1214]: 6 0 0.500023 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[1223]: 6 0 0.500021 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[1309]: 6 0 0.500061 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[1387]: 6 0 0.500076 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[1523]: 6 0 0.50009 shouldn't be
1901.10/1905.69	WSVECS04 Frhs2[1673]: 6 0 6.01457 shouldn't be
1932.73/1937.30	c #Conflicts:    3549000 | #Constraints:      51047
1932.73/1937.30	c #Conflicts:    3550000 | #Constraints:      52047
1932.73/1937.30	c #Conflicts:    3551000 | #Constraints:      53047
1932.73/1937.30	c #Conflicts:    3552000 | #Constraints:      54047
1932.73/1937.30	c #Conflicts:    3553000 | #Constraints:      55047
1932.73/1937.30	c #Conflicts:    3554000 | #Constraints:      56047
1932.73/1937.30	c #Conflicts:    3555000 | #Constraints:      57047
1932.73/1937.30	c #Conflicts:    3556000 | #Constraints:      58047
1932.73/1937.30	c #Conflicts:    3557000 | #Constraints:      59047
1932.73/1937.30	c #Conflicts:    3558000 | #Constraints:      60047
1932.73/1937.30	c #Conflicts:    3559000 | #Constraints:      61047
1932.73/1937.30	c #Conflicts:    3560000 | #Constraints:      62047
1932.73/1937.30	c #Conflicts:    3561000 | #Constraints:      63047
1932.73/1937.30	c #Conflicts:    3562000 | #Constraints:      64047
1932.73/1937.30	c #Conflicts:    3563000 | #Constraints:      65047
1932.73/1937.30	c #Conflicts:    3564000 | #Constraints:      66047
1932.73/1937.30	c #Conflicts:    3565000 | #Constraints:      67047
1932.73/1937.30	c #Conflicts:    3566000 | #Constraints:      68047
1932.73/1937.30	c #Conflicts:    3567000 | #Constraints:      69047
1932.73/1937.30	c #Conflicts:    3568000 | #Constraints:      70047
1932.73/1937.30	c #Conflicts:    3569000 | #Constraints:      71047
1932.73/1937.30	c #Conflicts:    3570000 | #Constraints:      72047
1932.73/1937.30	c #Conflicts:    3571000 | #Constraints:      73047
1932.73/1937.30	c #Conflicts:    3572000 | #Constraints:      74047
1932.73/1937.30	c #Conflicts:    3573000 | #Constraints:      75047
1932.73/1937.30	c #Conflicts:    3574000 | #Constraints:      76047
1932.73/1937.30	c #Conflicts:    3575000 | #Constraints:      77047
1932.73/1937.30	c #Conflicts:    3576000 | #Constraints:      78047
1932.73/1937.30	c #Conflicts:    3577000 | #Constraints:      79047
1932.73/1937.30	c #Conflicts:    3578000 | #Constraints:      80047
1932.73/1937.30	c #Conflicts:    3579000 | #Constraints:      81047
1932.73/1937.30	c #Conflicts:    3580000 | #Constraints:      82047
1932.73/1937.30	c #Conflicts:    3581000 | #Constraints:      83047
1932.73/1937.30	c #Conflicts:    3582000 | #Constraints:      84047
1932.73/1937.30	c INPROCESSING
1932.73/1937.30	c GARBAGE COLLECT
1932.73/1937.30	c #Conflicts:    3583000 | #Constraints:      47443
1932.73/1937.30	c #Conflicts:    3584000 | #Constraints:      48443
1932.73/1937.30	c #Conflicts:    3585000 | #Constraints:      49443
1932.73/1937.30	c #Conflicts:    3586000 | #Constraints:      50443
1932.73/1937.30	c #Conflicts:    3587000 | #Constraints:      51443
1932.73/1937.30	c #Conflicts:    3588000 | #Constraints:      52443
1932.73/1937.30	c #Conflicts:    3589000 | #Constraints:      53443
1932.73/1937.30	c #Conflicts:    3590000 | #Constraints:      54443
1932.73/1937.30	c #Conflicts:    3591000 | #Constraints:      55443
1932.73/1937.30	c #Conflicts:    3592000 | #Constraints:      56443
1932.73/1937.30	c #Conflicts:    3593000 | #Constraints:      57443
1932.73/1937.30	c #Conflicts:    3594000 | #Constraints:      58443
1932.73/1937.30	c #Conflicts:    3595000 | #Constraints:      59443
1932.73/1937.30	WSVECS04 Frhs2[11]: 6 -52.0652 0 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[20]: 6 -52.0653 0 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[21]: 6 -52.0652 0 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[31]: 6 -52.0652 0 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[99]: 6 0 5.69175 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[140]: 6 0 4.69177 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[152]: 6 0 7.00005 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[179]: 6 0 1.00003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[192]: 6 0 7.36808 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[228]: 6 0 1.00005 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[232]: 6 0 8.00004 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[272]: 6 0 1.00002 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[340]: 6 0 0.500019 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[348]: 6 0 1.00003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[377]: 6 0 0.500034 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[418]: 6 0 0.500027 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[456]: 6 0 1.8681 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[468]: 6 0 4.69178 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[472]: 6 0 1.00008 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[477]: 6 0 1.00003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[480]: 6 0 1.00006 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[497]: 6 0 1.86804 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[509]: 6 0 4.69174 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[518]: 6 0 1.00005 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[579]: 6 0 1.86808 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[591]: 6 0 9.69176 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[592]: 6 0 1.00009 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[594]: 6 0 1.00007 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[595]: 6 0 1.00004 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[612]: 6 0 19.0314 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[620]: 6 0 1.86809 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[623]: 6 0 0.50003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[632]: 6 0 5.69175 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[635]: 6 0 3.00003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[642]: 6 0 0.200064 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[644]: 6 0 1.00006 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[671]: 6 0 2.00008 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[674]: 6 0 1.00002 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[684]: 6 0 0.263964 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[685]: 6 0 1.00006 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[702]: 6 0 1.86809 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[711]: 6 0 1.0001 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[715]: 6 0 3.00006 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[717]: 6 0 1.00002 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[725]: 6 0 0.264048 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[726]: 6 0 1.00003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[743]: 6 0 1.8681 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[751]: 6 0 4.00009 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[755]: 6 0 7.69175 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[759]: 6 0 1.00001 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[766]: 6 0 0.264048 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[767]: 6 0 1.00001 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[832]: 6 0 8.00001 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[837]: 6 0 5.69176 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[838]: 6 0 1.00009 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[898]: 6 0 0.500093 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[917]: 6 0 1.00003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[920]: 6 0 1.00005 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[939]: 6 0 0.500021 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[940]: 6 0 19.0314 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[980]: 6 0 0.500099 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1037]: 6 0 0.500032 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1062]: 6 0 0.500038 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1075]: 6 0 1.00005 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1084]: 6 0 1.00005 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1086]: 6 0 4.00007 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1092]: 6 0 1.00003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1094]: 6 0 0.632066 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1095]: 6 0 1.00004 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1111]: 6 0 5.00004 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1125]: 6 0 1.00009 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1135]: 6 0 0.632022 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1136]: 6 0 1.00007 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1234]: 6 0 3.00002 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1243]: 6 0 6.00001 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1256]: 6 0 2.00004 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1258]: 6 0 0.632049 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1298]: 6 0 0.200091 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1299]: 6 0 0.631998 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1317]: 6 0 1.86806 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1338]: 6 0 1.00002 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1339]: 6 0 0.200087 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1340]: 6 0 0.63207 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1341]: 6 0 1.00005 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1354]: 6 0 4.00001 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1358]: 6 0 1.86806 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1379]: 6 0 1.00003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1380]: 6 0 0.200098 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1440]: 6 0 1.86807 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1443]: 6 0 0.500041 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1455]: 6 0 1.00007 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1462]: 6 0 0.20003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1484]: 6 0 0.500023 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1493]: 6 0 5.69174 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1496]: 6 0 1.00002 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1513]: 6 0 1.50001 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1538]: 6 0 1.00006 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1554]: 6 0 0.500054 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1563]: 6 0 1.86805 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1595]: 6 0 0.500014 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1597]: 6 0 1.00009 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1658]: 6 0 1.00006 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1674]: 6 0 4.00008 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1698]: 6 0 5.69175 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1699]: 6 0 1.00006 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1702]: 6 0 1.00001 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1740]: 6 0 1.00005 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1754]: 6 0 6.00006 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1778]: 6 0 1.00002 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1781]: 6 0 1.00003 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1834]: 6 -30.3227 0 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1897]: 6 -6.00003 0 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1906]: 6 -1.00003 0 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1907]: 6 -6.00008 0 shouldn't be
1932.73/1937.30	WSVECS04 Frhs2[1970]: 6 -8.50001 0 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[109]: 6 0 2.00005 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[112]: 6 0 17.351 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[352]: 6 0 1.00007 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[602]: 6 0 0.631991 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[604]: 6 0 19.4362 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[605]: 6 0 1.00004 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[646]: 6 0 1.00002 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[1093]: 6 0 0.200034 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[1096]: 6 0 9.0852 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[1134]: 6 0 0.200051 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[1246]: 6 0 6.00002 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[1252]: 6 0 0.500015 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[1466]: 6 0 1.00002 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[1506]: 6 0 19.4363 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[1539]: 6 0 0.500041 shouldn't be
1932.93/1937.58	WSVECS04 Frhs2[1594]: 6 0 5.00007 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[584]: 6 0 1.00008 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[675]: 6 0 3.00002 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[694]: 6 0 19.0314 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[735]: 6 0 19.0314 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[768]: 6 0 9.08521 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[858]: 6 0 19.0314 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[860]: 6 0 1.00001 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[872]: 6 0 9.00004 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[899]: 6 0 19.0314 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[981]: 6 0 19.0314 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[1394]: 6 0 7.00002 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[1445]: 6 0 1.00003 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[1476]: 6 0 1.00003 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[1477]: 6 0 3.00009 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[1486]: 6 0 1.00005 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[1580]: 6 0 0.500075 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[1593]: 6 0 8.00003 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[1722]: 6 0 1.00003 shouldn't be
1933.23/1937.86	WSVECS04 Frhs2[1853]: 6 -2.00007 0 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[176]: 6 0 0.500045 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[217]: 6 0 0.500043 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[220]: 6 0 1.0001 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[258]: 6 0 0.500067 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[338]: 6 0 1.00003 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[379]: 6 0 1.00004 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[517]: 6 0 1.00006 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[587]: 6 0 1.00004 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[603]: 6 0 1.00007 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[614]: 6 0 1.00003 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[655]: 6 0 1.00004 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[722]: 6 0 1.00001 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[901]: 6 0 1.00003 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1218]: 6 0 1.0001 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1255]: 6 0 1.00007 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1259]: 6 0 1.00008 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1260]: 6 0 19.4363 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1300]: 6 0 1.00007 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1342]: 6 0 19.4363 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1382]: 6 0 1.00009 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1460]: 6 0 1.00003 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1465]: 6 0 19.4362 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1516]: 6 0 1.00004 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1542]: 6 0 1.00002 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1670]: 6 0 19.4363 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1680]: 6 0 1.00002 shouldn't be
1933.53/1938.14	WSVECS04 Frhs2[1711]: 6 0 19.4362 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[97]: 6 0 1.00004 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[117]: 6 0 1.00008 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[136]: 6 0 1.00008 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[138]: 6 0 1.00006 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[158]: 6 0 1.0001 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[177]: 6 0 1.00006 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[218]: 6 0 1.00004 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[240]: 6 0 1.00004 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[259]: 6 0 1.00005 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[300]: 6 0 1.00005 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[609]: 6 0 1.00004 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[610]: 6 0 1.00003 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[615]: 6 0 1.00006 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[647]: 6 0 1.00002 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[650]: 6 0 1.00004 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[651]: 6 0 1.00008 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[656]: 6 0 1.0001 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[658]: 6 0 0.500089 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[673]: 6 0 6.69177 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[691]: 6 0 1.00003 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[692]: 6 0 1.00004 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[699]: 6 0 0.500086 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[714]: 6 0 5.6918 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[728]: 6 0 1.00006 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[732]: 6 0 1.00004 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[733]: 6 0 1.00005 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[740]: 6 0 0.500025 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[748]: 6 0 1.00002 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[760]: 6 0 0.500025 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[769]: 6 0 1.00007 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[773]: 6 0 1.00007 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[774]: 6 0 1.00002 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[781]: 6 0 0.500049 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[878]: 6 0 5.69176 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[938]: 6 0 1.00002 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1061]: 6 0 1.00003 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1077]: 6 0 1.00006 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1118]: 6 0 1.00002 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1133]: 6 0 1.00006 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1200]: 6 0 1.00008 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1230]: 6 0 6.0001 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1271]: 6 0 1.00006 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1314]: 6 0 0.500033 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1446]: 6 0 1.00006 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1452]: 6 0 5.69178 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1487]: 6 0 1.00005 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1507]: 6 0 1.00008 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1517]: 6 0 4.00006 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1564]: 6 0 1.00002 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1569]: 6 0 1.0001 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1575]: 6 0 5.6918 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1589]: 6 0 1.00005 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1599]: 6 0 1.00004 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1662]: 6 0 0.500084 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1671]: 6 0 1.00006 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1780]: 6 0 5.69182 shouldn't be
1933.83/1938.43	WSVECS04 Frhs2[1933]: 6 -9.00005 0 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[14]: 6 0 9.69181 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[297]: 6 0 1.00005 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[299]: 6 0 0.500095 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[317]: 6 0 9.35105 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[389]: 6 0 1.00008 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[416]: 6 0 1.00007 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[498]: 6 0 1.00003 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[598]: 6 0 0.500059 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[639]: 6 0 0.50002 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[643]: 6 0 0.632021 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[662]: 6 0 1.00003 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[672]: 6 0 1.00005 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[678]: 6 0 0.500034 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[680]: 6 0 0.500026 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[696]: 6 0 1.00007 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[719]: 6 0 0.500098 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[758]: 6 0 1.00003 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[942]: 6 0 1.00008 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1078]: 6 0 0.500066 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1119]: 6 0 0.50006 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1242]: 6 0 0.50007 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1250]: 6 0 1.00008 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1254]: 6 0 0.500018 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1273]: 6 0 0.500054 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1350]: 6 0 11.8651 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1381]: 6 0 0.632074 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1391]: 6 0 11.8651 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1482]: 6 0 1.0001 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1578]: 6 0 1.00008 shouldn't be
1934.23/1938.89	WSVECS04 Frhs2[1762]: 6 0 1.00008 shouldn't be
1956.67/1961.33	c #Conflicts:    3596000 | #Constraints:      60443
1956.67/1961.33	c #Conflicts:    3597000 | #Constraints:      61443
1956.67/1961.33	c #Conflicts:    3598000 | #Constraints:      62443
1956.67/1961.33	c #Conflicts:    3599000 | #Constraints:      63443
1956.67/1961.33	c #Conflicts:    3600000 | #Constraints:      64443
1956.67/1961.33	c #Conflicts:    3601000 | #Constraints:      65443
1956.67/1961.33	c #Conflicts:    3602000 | #Constraints:      66443
1956.67/1961.33	c #Conflicts:    3603000 | #Constraints:      67443
1956.67/1961.33	c #Conflicts:    3604000 | #Constraints:      68443
1956.67/1961.33	c #Conflicts:    3605000 | #Constraints:      69443
1956.67/1961.33	c #Conflicts:    3606000 | #Constraints:      70443
1956.67/1961.33	c #Conflicts:    3607000 | #Constraints:      71443
1956.67/1961.33	c #Conflicts:    3608000 | #Constraints:      72443
1956.67/1961.33	c #Conflicts:    3609000 | #Constraints:      73443
1956.67/1961.33	c #Conflicts:    3610000 | #Constraints:      74443
1956.67/1961.33	c #Conflicts:    3611000 | #Constraints:      75443
1956.67/1961.33	c #Conflicts:    3612000 | #Constraints:      76443
1956.67/1961.33	c #Conflicts:    3613000 | #Constraints:      77443
1956.67/1961.33	c #Conflicts:    3614000 | #Constraints:      78443
1956.67/1961.33	c #Conflicts:    3615000 | #Constraints:      79443
1956.67/1961.33	c #Conflicts:    3616000 | #Constraints:      80443
1956.67/1961.33	c #Conflicts:    3617000 | #Constraints:      81443
1956.67/1961.33	c #Conflicts:    3618000 | #Constraints:      82443
1956.67/1961.33	c #Conflicts:    3619000 | #Constraints:      83443
1956.67/1961.33	c #Conflicts:    3620000 | #Constraints:      84443
1956.67/1961.33	c INPROCESSING
1956.67/1961.33	c GARBAGE COLLECT
1956.67/1961.33	c rational objective 112.396
2011.56/2016.31	c #Conflicts:    3621000 | #Constraints:      47641
2011.56/2016.31	c #Conflicts:    3622000 | #Constraints:      48641
2011.56/2016.31	c #Conflicts:    3623000 | #Constraints:      49641
2011.56/2016.31	c #Conflicts:    3624000 | #Constraints:      50641
2011.56/2016.31	c #Conflicts:    3625000 | #Constraints:      51641
2011.56/2016.31	c #Conflicts:    3626000 | #Constraints:      52641
2011.56/2016.31	c #Conflicts:    3627000 | #Constraints:      53641
2011.56/2016.31	c #Conflicts:    3628000 | #Constraints:      54641
2011.56/2016.31	c #Conflicts:    3629000 | #Constraints:      55641
2011.56/2016.31	c #Conflicts:    3630000 | #Constraints:      56641
2011.56/2016.31	c #Conflicts:    3631000 | #Constraints:      57641
2011.56/2016.31	c #Conflicts:    3632000 | #Constraints:      58641
2011.56/2016.31	c #Conflicts:    3633000 | #Constraints:      59641
2011.56/2016.31	c #Conflicts:    3634000 | #Constraints:      60641
2011.56/2016.31	c #Conflicts:    3635000 | #Constraints:      61641
2011.56/2016.31	c #Conflicts:    3636000 | #Constraints:      62641
2011.56/2016.31	c #Conflicts:    3637000 | #Constraints:      63641
2011.56/2016.31	c #Conflicts:    3638000 | #Constraints:      64641
2011.56/2016.31	c #Conflicts:    3639000 | #Constraints:      65641
2011.56/2016.31	c #Conflicts:    3640000 | #Constraints:      66641
2011.56/2016.31	c #Conflicts:    3641000 | #Constraints:      67641
2011.56/2016.31	c #Conflicts:    3642000 | #Constraints:      68641
2011.56/2016.31	c #Conflicts:    3643000 | #Constraints:      69641
2011.56/2016.31	c #Conflicts:    3644000 | #Constraints:      70641
2011.56/2016.31	c #Conflicts:    3645000 | #Constraints:      71641
2011.56/2016.31	c #Conflicts:    3646000 | #Constraints:      72641
2011.56/2016.31	c #Conflicts:    3647000 | #Constraints:      73641
2011.56/2016.31	c #Conflicts:    3648000 | #Constraints:      74641
2011.56/2016.31	c #Conflicts:    3649000 | #Constraints:      75641
2011.56/2016.31	c #Conflicts:    3650000 | #Constraints:      76641
2011.56/2016.31	c #Conflicts:    3651000 | #Constraints:      77641
2011.56/2016.31	c #Conflicts:    3652000 | #Constraints:      78641
2011.56/2016.31	c #Conflicts:    3653000 | #Constraints:      79641
2011.56/2016.31	c #Conflicts:    3654000 | #Constraints:      80641
2011.56/2016.31	c #Conflicts:    3655000 | #Constraints:      81641
2011.56/2016.31	c #Conflicts:    3656000 | #Constraints:      82641
2011.56/2016.31	c #Conflicts:    3657000 | #Constraints:      83641
2011.56/2016.31	c #Conflicts:    3658000 | #Constraints:      84641
2011.56/2016.31	c INPROCESSING
2011.56/2016.31	c GARBAGE COLLECT
2011.56/2016.31	c #Conflicts:    3659000 | #Constraints:      47640
2011.56/2016.31	c #Conflicts:    3660000 | #Constraints:      48640
2011.56/2016.31	c #Conflicts:    3661000 | #Constraints:      49640
2011.56/2016.31	c #Conflicts:    3662000 | #Constraints:      50640
2011.56/2016.31	c #Conflicts:    3663000 | #Constraints:      51640
2011.56/2016.31	c #Conflicts:    3664000 | #Constraints:      52640
2011.56/2016.31	c #Conflicts:    3665000 | #Constraints:      53640
2011.56/2016.31	c #Conflicts:    3666000 | #Constraints:      54640
2011.56/2016.31	c #Conflicts:    3667000 | #Constraints:      55640
2011.56/2016.31	c #Conflicts:    3668000 | #Constraints:      56640
2011.56/2016.31	c #Conflicts:    3669000 | #Constraints:      57640
2011.56/2016.31	c #Conflicts:    3670000 | #Constraints:      58640
2011.56/2016.31	c #Conflicts:    3671000 | #Constraints:      59640
2011.56/2016.31	c #Conflicts:    3672000 | #Constraints:      60640
2011.56/2016.31	c #Conflicts:    3673000 | #Constraints:      61640
2011.56/2016.31	c #Conflicts:    3674000 | #Constraints:      62640
2011.56/2016.31	c #Conflicts:    3675000 | #Constraints:      63640
2011.56/2016.31	c #Conflicts:    3676000 | #Constraints:      64640
2011.56/2016.31	c #Conflicts:    3677000 | #Constraints:      65640
2011.56/2016.31	c #Conflicts:    3678000 | #Constraints:      66640
2011.56/2016.31	c #Conflicts:    3679000 | #Constraints:      67640
2011.56/2016.31	c #Conflicts:    3680000 | #Constraints:      68640
2011.56/2016.31	c #Conflicts:    3681000 | #Constraints:      69640
2011.56/2016.31	c #Conflicts:    3682000 | #Constraints:      70640
2011.56/2016.31	c #Conflicts:    3683000 | #Constraints:      71640
2011.56/2016.31	c #Conflicts:    3684000 | #Constraints:      72640
2011.56/2016.31	c #Conflicts:    3685000 | #Constraints:      73640
2011.56/2016.31	c #Conflicts:    3686000 | #Constraints:      74640
2011.56/2016.31	c #Conflicts:    3687000 | #Constraints:      75640
2011.56/2016.31	c #Conflicts:    3688000 | #Constraints:      76640
2011.56/2016.31	c #Conflicts:    3689000 | #Constraints:      77640
2011.56/2016.31	c #Conflicts:    3690000 | #Constraints:      78640
2011.56/2016.31	c #Conflicts:    3691000 | #Constraints:      79640
2011.56/2016.31	c #Conflicts:    3692000 | #Constraints:      80640
2011.56/2016.31	c #Conflicts:    3693000 | #Constraints:      81640
2011.56/2016.31	c #Conflicts:    3694000 | #Constraints:      82640
2011.56/2016.31	c #Conflicts:    3695000 | #Constraints:      83640
2011.56/2016.31	c #Conflicts:    3696000 | #Constraints:      84640
2011.56/2016.31	c INPROCESSING
2011.56/2016.31	c GARBAGE COLLECT
2011.56/2016.31	c #Conflicts:    3697000 | #Constraints:      47432
2011.56/2016.31	c #Conflicts:    3698000 | #Constraints:      48432
2068.23/2073.19	c #Conflicts:    3699000 | #Constraints:      49432
2068.23/2073.19	c #Conflicts:    3700000 | #Constraints:      50432
2068.23/2073.19	c #Conflicts:    3701000 | #Constraints:      51432
2068.23/2073.19	c #Conflicts:    3702000 | #Constraints:      52432
2068.23/2073.19	c #Conflicts:    3703000 | #Constraints:      53432
2068.23/2073.19	c #Conflicts:    3704000 | #Constraints:      54432
2068.23/2073.19	c #Conflicts:    3705000 | #Constraints:      55432
2068.23/2073.19	c #Conflicts:    3706000 | #Constraints:      56432
2068.23/2073.19	c #Conflicts:    3707000 | #Constraints:      57432
2068.23/2073.19	c #Conflicts:    3708000 | #Constraints:      58432
2068.23/2073.19	c #Conflicts:    3709000 | #Constraints:      59432
2068.23/2073.19	c #Conflicts:    3710000 | #Constraints:      60432
2068.23/2073.19	c #Conflicts:    3711000 | #Constraints:      61432
2068.23/2073.19	c #Conflicts:    3712000 | #Constraints:      62432
2068.23/2073.19	c #Conflicts:    3713000 | #Constraints:      63432
2068.23/2073.19	c #Conflicts:    3714000 | #Constraints:      64432
2068.23/2073.19	c #Conflicts:    3715000 | #Constraints:      65432
2068.23/2073.19	c #Conflicts:    3716000 | #Constraints:      66432
2068.23/2073.19	c #Conflicts:    3717000 | #Constraints:      67432
2068.23/2073.19	c #Conflicts:    3718000 | #Constraints:      68432
2068.23/2073.19	c #Conflicts:    3719000 | #Constraints:      69432
2068.23/2073.19	c #Conflicts:    3720000 | #Constraints:      70432
2068.23/2073.19	c #Conflicts:    3721000 | #Constraints:      71432
2068.23/2073.19	c #Conflicts:    3722000 | #Constraints:      72432
2068.23/2073.19	c #Conflicts:    3723000 | #Constraints:      73432
2068.23/2073.19	c #Conflicts:    3724000 | #Constraints:      74432
2068.23/2073.19	c #Conflicts:    3725000 | #Constraints:      75432
2068.23/2073.19	c #Conflicts:    3726000 | #Constraints:      76432
2068.23/2073.19	c #Conflicts:    3727000 | #Constraints:      77432
2068.23/2073.19	c #Conflicts:    3728000 | #Constraints:      78432
2068.23/2073.19	c #Conflicts:    3729000 | #Constraints:      79432
2068.23/2073.19	c #Conflicts:    3730000 | #Constraints:      80432
2068.23/2073.19	c #Conflicts:    3731000 | #Constraints:      81432
2068.23/2073.19	c #Conflicts:    3732000 | #Constraints:      82432
2068.23/2073.19	c #Conflicts:    3733000 | #Constraints:      83432
2068.23/2073.19	c #Conflicts:    3734000 | #Constraints:      84432
2068.23/2073.19	c #Conflicts:    3735000 | #Constraints:      85432
2068.23/2073.19	c INPROCESSING
2068.23/2073.19	c GARBAGE COLLECT
2068.23/2073.19	c #Conflicts:    3736000 | #Constraints:      48042
2068.23/2073.19	c #Conflicts:    3737000 | #Constraints:      49042
2068.23/2073.19	c #Conflicts:    3738000 | #Constraints:      50042
2068.23/2073.19	c #Conflicts:    3739000 | #Constraints:      51042
2068.23/2073.19	c #Conflicts:    3740000 | #Constraints:      52042
2068.23/2073.19	c #Conflicts:    3741000 | #Constraints:      53042
2068.23/2073.19	c #Conflicts:    3742000 | #Constraints:      54042
2068.23/2073.19	c #Conflicts:    3743000 | #Constraints:      55042
2068.23/2073.19	c #Conflicts:    3744000 | #Constraints:      56042
2068.23/2073.19	c #Conflicts:    3745000 | #Constraints:      57042
2068.23/2073.19	c #Conflicts:    3746000 | #Constraints:      58042
2068.23/2073.19	c #Conflicts:    3747000 | #Constraints:      59042
2068.23/2073.19	c #Conflicts:    3748000 | #Constraints:      60042
2068.23/2073.19	c #Conflicts:    3749000 | #Constraints:      61042
2068.23/2073.19	c #Conflicts:    3750000 | #Constraints:      62042
2068.23/2073.19	c #Conflicts:    3751000 | #Constraints:      63042
2068.23/2073.19	c #Conflicts:    3752000 | #Constraints:      64042
2068.23/2073.19	c #Conflicts:    3753000 | #Constraints:      65042
2068.23/2073.19	c #Conflicts:    3754000 | #Constraints:      66042
2068.23/2073.19	c #Conflicts:    3755000 | #Constraints:      67042
2068.23/2073.19	c #Conflicts:    3756000 | #Constraints:      68042
2068.23/2073.19	c #Conflicts:    3757000 | #Constraints:      69042
2068.23/2073.19	c #Conflicts:    3758000 | #Constraints:      70042
2068.23/2073.19	c #Conflicts:    3759000 | #Constraints:      71042
2068.23/2073.19	c #Conflicts:    3760000 | #Constraints:      72042
2068.23/2073.19	c #Conflicts:    3761000 | #Constraints:      73042
2068.23/2073.19	c #Conflicts:    3762000 | #Constraints:      74042
2068.23/2073.19	c #Conflicts:    3763000 | #Constraints:      75042
2068.23/2073.19	c #Conflicts:    3764000 | #Constraints:      76042
2068.23/2073.19	c #Conflicts:    3765000 | #Constraints:      77042
2068.23/2073.19	c #Conflicts:    3766000 | #Constraints:      78042
2068.23/2073.19	c #Conflicts:    3767000 | #Constraints:      79042
2068.23/2073.19	c #Conflicts:    3768000 | #Constraints:      80042
2068.23/2073.19	c #Conflicts:    3769000 | #Constraints:      81042
2068.23/2073.19	c #Conflicts:    3770000 | #Constraints:      82042
2068.23/2073.19	c #Conflicts:    3771000 | #Constraints:      83042
2068.23/2073.19	c #Conflicts:    3772000 | #Constraints:      84042
2068.23/2073.19	c #Conflicts:    3773000 | #Constraints:      85042
2068.23/2073.19	c #Conflicts:    3774000 | #Constraints:      86042
2068.23/2073.19	c INPROCESSING
2068.23/2073.19	c GARBAGE COLLECT
2068.23/2073.19	c #Conflicts:    3775000 | #Constraints:      48439
2079.00/2083.98	c #Conflicts:    3776000 | #Constraints:      49439
2079.00/2083.98	c #Conflicts:    3777000 | #Constraints:      50439
2079.00/2083.98	c #Conflicts:    3778000 | #Constraints:      51439
2079.00/2083.98	c #Conflicts:    3779000 | #Constraints:      52439
2079.00/2083.98	c #Conflicts:    3780000 | #Constraints:      53439
2079.00/2083.98	c #Conflicts:    3781000 | #Constraints:      54439
2079.00/2083.98	c #Conflicts:    3782000 | #Constraints:      55439
2079.00/2083.98	c #Conflicts:    3783000 | #Constraints:      56439
2079.00/2083.98	c #Conflicts:    3784000 | #Constraints:      57439
2079.00/2083.98	c #Conflicts:    3785000 | #Constraints:      58439
2079.00/2083.98	c #Conflicts:    3786000 | #Constraints:      59439
2079.00/2083.98	c #Conflicts:    3787000 | #Constraints:      60439
2079.00/2083.98	c #Conflicts:    3788000 | #Constraints:      61439
2079.00/2083.98	c #Conflicts:    3789000 | #Constraints:      62439
2079.00/2083.98	c #Conflicts:    3790000 | #Constraints:      63439
2079.00/2083.98	c #Conflicts:    3791000 | #Constraints:      64439
2079.00/2083.98	c #Conflicts:    3792000 | #Constraints:      65439
2079.00/2083.98	c #Conflicts:    3793000 | #Constraints:      66439
2079.00/2083.98	WSVECS04 Frhs2[14]: 6 -102.445 0 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[39]: 6 -102.444 0 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[94]: 6 0 0.500086 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[105]: 6 0 6.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[113]: 6 0 12 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[118]: 6 0 1.00004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[136]: 6 0 0.500053 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[142]: 6 0 0.500077 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[145]: 6 0 6.05557 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[153]: 6 0 8.00004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[174]: 6 0 51.2222 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[176]: 6 0 0.500017 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[182]: 6 0 1.00007 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[183]: 6 0 0.500061 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[216]: 6 0 1.00001 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[223]: 6 0 1.00004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[233]: 6 0 6.00007 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[254]: 6 0 1.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[256]: 6 0 51.2222 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[259]: 6 0 0.500034 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[265]: 6 0 0.50006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[273]: 6 0 6.50004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[294]: 6 0 46.5279 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[305]: 6 0 1.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[318]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[334]: 6 0 1.00003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[339]: 6 0 83.389 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[353]: 6 0 11.0556 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[374]: 6 0 16.5139 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[376]: 6 0 46.5278 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[379]: 6 0 51.2223 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[382]: 6 0 0.500094 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[393]: 6 0 13.0556 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[398]: 6 0 1.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[416]: 6 0 1.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[419]: 6 0 0.500053 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[423]: 6 0 0.500051 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[433]: 6 0 8.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[456]: 6 0 16.514 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[476]: 6 0 4.0556 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[497]: 6 0 16.514 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[498]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[502]: 6 0 52.2223 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[503]: 6 0 83.3889 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[505]: 6 0 0.500011 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[511]: 6 0 5.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[515]: 6 0 5.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[516]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[524]: 6 0 0.500035 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[530]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[532]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[534]: 6 0 1.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[577]: 6 0 2.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[578]: 6 0 21.7084 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[579]: 6 0 15.5139 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[584]: 6 0 52.2223 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[585]: 6 0 83.3889 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[587]: 6 0 0.500074 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[593]: 6 0 1.00004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[596]: 6 0 6.05563 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[598]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[602]: 6 0 28.8195 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[608]: 6 0 0.500015 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[610]: 6 0 1.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[614]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[625]: 6 0 52.2222 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[633]: 6 0 2.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[636]: 6 0 4.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[656]: 6 0 1.00003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[658]: 6 0 101.444 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[659]: 6 0 2.00004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[662]: 6 0 1.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[663]: 6 0 48.5278 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[678]: 6 0 6.05557 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[696]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[698]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[702]: 6 0 15.514 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[703]: 6 0 1.00004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[704]: 6 0 48.5278 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[705]: 6 0 1.00004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[707]: 6 0 52.2223 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[711]: 6 0 4.50007 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[713]: 6 0 10.2917 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[716]: 6 0 0.500076 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[718]: 6 0 4.00003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[725]: 6 0 28.8195 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[732]: 6 0 3.54169 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[733]: 6 0 1.00004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[734]: 6 0 0.500095 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[738]: 6 0 1.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[739]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[740]: 6 0 101.445 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[823]: 6 0 2.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[824]: 6 0 21.7083 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[825]: 6 0 15.514 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[827]: 6 0 48.5278 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[831]: 6 0 84.3889 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[833]: 6 0 1.50006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[836]: 6 0 10.2917 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[838]: 6 0 1.00004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[846]: 6 0 0.500011 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[848]: 6 0 28.8195 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[850]: 6 0 1.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[851]: 6 0 1.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[855]: 6 0 3.5417 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[856]: 6 0 1.00003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[859]: 6 0 1.00007 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[860]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[865]: 6 0 21.7083 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[867]: 6 0 1.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[871]: 6 0 57.2223 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[878]: 6 0 1.00001 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[882]: 6 0 4.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[887]: 6 0 0.500039 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[889]: 6 0 28.8195 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[900]: 6 0 1.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[901]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[905]: 6 0 2.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[916]: 6 0 0.500044 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[938]: 6 0 1.0001 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[941]: 6 0 1.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[944]: 6 0 1.00007 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[945]: 6 0 102.444 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[951]: 6 0 1.00001 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[953]: 6 0 52.2223 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[955]: 6 0 2.50005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[964]: 6 0 4.00004 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[965]: 6 0 6.05562 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[969]: 6 0 0.500074 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[971]: 6 0 28.8195 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[974]: 6 0 1.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[975]: 6 0 0.50008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[978]: 6 0 3.54172 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[979]: 6 0 1.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[981]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[985]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[986]: 6 0 102.444 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1033]: 6 0 2.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1036]: 6 0 84.389 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1056]: 6 0 1.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1061]: 6 0 1.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1064]: 6 0 1.0001 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1065]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1067]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1193]: 6 0 21.7084 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1196]: 6 0 48.5278 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1198]: 6 0 0.500077 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1218]: 6 0 1.00001 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1221]: 6 0 0.500064 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1224]: 6 0 4.54173 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1227]: 6 0 1.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1275]: 6 0 22.7084 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1276]: 6 0 16.514 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1282]: 6 0 84.389 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1293]: 6 0 4.0556 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1295]: 6 0 1.00003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1299]: 6 0 28.8195 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1300]: 6 0 1.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1301]: 6 0 1.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1306]: 6 0 4.54171 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1307]: 6 0 1.00003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1309]: 6 0 1.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1358]: 6 0 16.514 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1376]: 6 0 0.500051 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1378]: 6 0 6.05557 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1381]: 6 0 28.8195 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1385]: 6 0 0.500058 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1387]: 6 0 0.500074 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1398]: 6 0 20.7084 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1402]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1404]: 6 0 52.2223 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1408]: 6 0 0.500022 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1410]: 6 0 10.2917 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1415]: 6 0 4.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1416]: 6 0 6.05558 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1418]: 6 0 1.00007 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1419]: 6 0 5.05558 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1425]: 6 0 1.0001 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1426]: 6 0 0.50003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1429]: 6 0 4.54169 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1433]: 6 0 1.00003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1435]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1484]: 6 0 1.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1486]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1487]: 6 0 83.389 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1490]: 6 0 0.500019 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1492]: 6 0 9.29174 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1499]: 6 0 0.500084 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1500]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1501]: 6 0 5.05557 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1504]: 6 0 28.8195 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1505]: 6 0 1.00006 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1507]: 6 0 1.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1513]: 6 0 0.500053 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1515]: 6 0 1.00003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1517]: 6 0 1.00003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1518]: 6 0 1.00003 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1656]: 6 0 9.29169 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1661]: 6 0 4.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1664]: 6 0 1.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1675]: 6 0 4.54169 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1678]: 6 0 1.00008 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1680]: 6 0 1.00009 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1738]: 6 0 9.29172 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1755]: 6 0 4.93059 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1758]: 6 0 1.00007 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1760]: 6 0 1.00002 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1776]: 6 0 0.500079 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1784]: 6 0 1.00005 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1874]: 6 -28.8195 0 shouldn't be
2079.00/2083.98	WSVECS04 Frhs2[1953]: 6 -7.00009 0 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[473]: 6 0 15.1112 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[533]: 6 0 1.00004 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[615]: 6 0 1.00008 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[715]: 6 0 3.0001 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[1411]: 6 0 1.00002 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[1493]: 6 0 1.00008 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[1665]: 6 0 5.05561 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[1747]: 6 0 5.05564 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[1808]: 6 -1.00007 0 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[1835]: 6 -1.00002 0 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[1849]: 6 -3.00009 0 shouldn't be
2079.30/2084.24	WSVECS04 Frhs2[1873]: 6 -1.00009 0 shouldn't be
2123.70/2128.78	c #Conflicts:    3794000 | #Constraints:      67439
2123.70/2128.78	c #Conflicts:    3795000 | #Constraints:      68439
2123.70/2128.78	c #Conflicts:    3796000 | #Constraints:      69439
2123.70/2128.78	c #Conflicts:    3797000 | #Constraints:      70439
2123.70/2128.78	c #Conflicts:    3798000 | #Constraints:      71439
2123.70/2128.78	c #Conflicts:    3799000 | #Constraints:      72439
2123.70/2128.78	c #Conflicts:    3800000 | #Constraints:      73439
2123.70/2128.78	c #Conflicts:    3801000 | #Constraints:      74439
2123.70/2128.78	c #Conflicts:    3802000 | #Constraints:      75439
2123.70/2128.78	c #Conflicts:    3803000 | #Constraints:      76439
2123.70/2128.78	c #Conflicts:    3804000 | #Constraints:      77439
2123.70/2128.78	c #Conflicts:    3805000 | #Constraints:      78439
2123.70/2128.78	c #Conflicts:    3806000 | #Constraints:      79439
2123.70/2128.78	c #Conflicts:    3807000 | #Constraints:      80439
2123.70/2128.78	c #Conflicts:    3808000 | #Constraints:      81439
2123.70/2128.78	c #Conflicts:    3809000 | #Constraints:      82439
2123.70/2128.78	c #Conflicts:    3810000 | #Constraints:      83439
2123.70/2128.78	c #Conflicts:    3811000 | #Constraints:      84439
2123.70/2128.78	c #Conflicts:    3812000 | #Constraints:      85439
2123.70/2128.78	c #Conflicts:    3813000 | #Constraints:      86439
2123.70/2128.78	c INPROCESSING
2123.70/2128.78	c GARBAGE COLLECT
2123.70/2128.78	c #Conflicts:    3814000 | #Constraints:      48644
2123.70/2128.78	c #Conflicts:    3815000 | #Constraints:      49644
2123.70/2128.78	c #Conflicts:    3816000 | #Constraints:      50644
2123.70/2128.78	c #Conflicts:    3817000 | #Constraints:      51644
2123.70/2128.78	c #Conflicts:    3818000 | #Constraints:      52644
2123.70/2128.78	c #Conflicts:    3819000 | #Constraints:      53644
2123.70/2128.78	c #Conflicts:    3820000 | #Constraints:      54644
2123.70/2128.78	c #Conflicts:    3821000 | #Constraints:      55644
2123.70/2128.78	c #Conflicts:    3822000 | #Constraints:      56644
2123.70/2128.78	c #Conflicts:    3823000 | #Constraints:      57644
2123.70/2128.78	c #Conflicts:    3824000 | #Constraints:      58644
2123.70/2128.78	c #Conflicts:    3825000 | #Constraints:      59644
2123.70/2128.78	c #Conflicts:    3826000 | #Constraints:      60644
2123.70/2128.78	c #Conflicts:    3827000 | #Constraints:      61644
2123.70/2128.78	c #Conflicts:    3828000 | #Constraints:      62644
2123.70/2128.78	c #Conflicts:    3829000 | #Constraints:      63644
2123.70/2128.78	c #Conflicts:    3830000 | #Constraints:      64644
2123.70/2128.78	c #Conflicts:    3831000 | #Constraints:      65644
2123.70/2128.78	c #Conflicts:    3832000 | #Constraints:      66644
2123.70/2128.78	c #Conflicts:    3833000 | #Constraints:      67644
2123.70/2128.78	c #Conflicts:    3834000 | #Constraints:      68644
2123.70/2128.78	c #Conflicts:    3835000 | #Constraints:      69644
2123.70/2128.78	c #Conflicts:    3836000 | #Constraints:      70644
2123.70/2128.78	c #Conflicts:    3837000 | #Constraints:      71644
2123.70/2128.78	c #Conflicts:    3838000 | #Constraints:      72644
2123.70/2128.78	c #Conflicts:    3839000 | #Constraints:      73644
2123.70/2128.78	c #Conflicts:    3840000 | #Constraints:      74644
2123.70/2128.78	c #Conflicts:    3841000 | #Constraints:      75644
2123.70/2128.78	c #Conflicts:    3842000 | #Constraints:      76644
2123.70/2128.78	c #Conflicts:    3843000 | #Constraints:      77644
2123.70/2128.78	c #Conflicts:    3844000 | #Constraints:      78644
2123.70/2128.78	c #Conflicts:    3845000 | #Constraints:      79644
2123.70/2128.78	c #Conflicts:    3846000 | #Constraints:      80644
2123.70/2128.78	c #Conflicts:    3847000 | #Constraints:      81644
2123.70/2128.78	c #Conflicts:    3848000 | #Constraints:      82644
2123.70/2128.78	c #Conflicts:    3849000 | #Constraints:      83644
2123.70/2128.78	c #Conflicts:    3850000 | #Constraints:      84644
2123.70/2128.78	c #Conflicts:    3851000 | #Constraints:      85644
2123.70/2128.78	c #Conflicts:    3852000 | #Constraints:      86644
2123.70/2128.79	c INPROCESSING
2123.70/2128.79	c GARBAGE COLLECT
2123.70/2128.79	c rational objective 112.396
2180.57/2185.76	c #Conflicts:    3853000 | #Constraints:      48642
2180.57/2185.76	c #Conflicts:    3854000 | #Constraints:      49642
2180.57/2185.76	c #Conflicts:    3855000 | #Constraints:      50642
2180.57/2185.76	c #Conflicts:    3856000 | #Constraints:      51642
2180.57/2185.76	c #Conflicts:    3857000 | #Constraints:      52642
2180.57/2185.76	c #Conflicts:    3858000 | #Constraints:      53642
2180.57/2185.76	c #Conflicts:    3859000 | #Constraints:      54642
2180.57/2185.76	c #Conflicts:    3860000 | #Constraints:      55642
2180.57/2185.76	c #Conflicts:    3861000 | #Constraints:      56642
2180.57/2185.76	c #Conflicts:    3862000 | #Constraints:      57642
2180.57/2185.76	c #Conflicts:    3863000 | #Constraints:      58642
2180.57/2185.76	c #Conflicts:    3864000 | #Constraints:      59642
2180.57/2185.76	c #Conflicts:    3865000 | #Constraints:      60642
2180.57/2185.76	c #Conflicts:    3866000 | #Constraints:      61642
2180.57/2185.76	c #Conflicts:    3867000 | #Constraints:      62642
2180.57/2185.76	c #Conflicts:    3868000 | #Constraints:      63642
2180.57/2185.76	c #Conflicts:    3869000 | #Constraints:      64643
2180.57/2185.76	c #Conflicts:    3870000 | #Constraints:      65643
2180.57/2185.76	c #Conflicts:    3871000 | #Constraints:      66643
2180.57/2185.76	c #Conflicts:    3872000 | #Constraints:      67643
2180.57/2185.76	c #Conflicts:    3873000 | #Constraints:      68643
2180.57/2185.76	c #Conflicts:    3874000 | #Constraints:      69643
2180.57/2185.76	c #Conflicts:    3875000 | #Constraints:      70643
2180.57/2185.76	c #Conflicts:    3876000 | #Constraints:      71643
2180.57/2185.76	c #Conflicts:    3877000 | #Constraints:      72643
2180.57/2185.76	c #Conflicts:    3878000 | #Constraints:      73643
2180.57/2185.76	c #Conflicts:    3879000 | #Constraints:      74643
2180.57/2185.76	c #Conflicts:    3880000 | #Constraints:      75643
2180.57/2185.76	c #Conflicts:    3881000 | #Constraints:      76643
2180.57/2185.76	c #Conflicts:    3882000 | #Constraints:      77643
2180.57/2185.76	c #Conflicts:    3883000 | #Constraints:      78644
2180.57/2185.76	c #Conflicts:    3884000 | #Constraints:      79644
2180.57/2185.76	c #Conflicts:    3885000 | #Constraints:      80644
2180.57/2185.76	c #Conflicts:    3886000 | #Constraints:      81644
2180.57/2185.76	c #Conflicts:    3887000 | #Constraints:      82644
2180.57/2185.76	c #Conflicts:    3888000 | #Constraints:      83644
2180.57/2185.76	c #Conflicts:    3889000 | #Constraints:      84644
2180.57/2185.76	c #Conflicts:    3890000 | #Constraints:      85644
2180.57/2185.76	c #Conflicts:    3891000 | #Constraints:      86644
2180.57/2185.76	c INPROCESSING
2180.57/2185.76	c GARBAGE COLLECT
2180.57/2185.76	c #Conflicts:    3892000 | #Constraints:      48437
2180.57/2185.76	c #Conflicts:    3893000 | #Constraints:      49437
2180.57/2185.76	c #Conflicts:    3894000 | #Constraints:      50437
2180.57/2185.76	c #Conflicts:    3895000 | #Constraints:      51438
2180.57/2185.76	c #Conflicts:    3896000 | #Constraints:      52438
2180.57/2185.76	c #Conflicts:    3897000 | #Constraints:      53438
2180.57/2185.76	c #Conflicts:    3898000 | #Constraints:      54438
2180.57/2185.76	c #Conflicts:    3899000 | #Constraints:      55438
2180.57/2185.76	c #Conflicts:    3900000 | #Constraints:      56438
2180.57/2185.76	c #Conflicts:    3901000 | #Constraints:      57438
2180.57/2185.76	c #Conflicts:    3902000 | #Constraints:      58438
2180.57/2185.76	c #Conflicts:    3903000 | #Constraints:      59438
2180.57/2185.76	c #Conflicts:    3904000 | #Constraints:      60438
2180.57/2185.76	c #Conflicts:    3905000 | #Constraints:      61438
2180.57/2185.76	c #Conflicts:    3906000 | #Constraints:      62438
2180.57/2185.76	c #Conflicts:    3907000 | #Constraints:      63438
2180.57/2185.76	c #Conflicts:    3908000 | #Constraints:      64438
2180.57/2185.76	c #Conflicts:    3909000 | #Constraints:      65439
2180.57/2185.76	c #Conflicts:    3910000 | #Constraints:      66439
2180.57/2185.76	c #Conflicts:    3911000 | #Constraints:      67439
2180.57/2185.76	c #Conflicts:    3912000 | #Constraints:      68439
2180.57/2185.76	c #Conflicts:    3913000 | #Constraints:      69439
2180.57/2185.76	c #Conflicts:    3914000 | #Constraints:      70439
2180.57/2185.76	c #Conflicts:    3915000 | #Constraints:      71439
2180.57/2185.76	c #Conflicts:    3916000 | #Constraints:      72439
2180.57/2185.76	c #Conflicts:    3917000 | #Constraints:      73439
2180.57/2185.76	c #Conflicts:    3918000 | #Constraints:      74439
2180.57/2185.76	c #Conflicts:    3919000 | #Constraints:      75439
2180.57/2185.76	c #Conflicts:    3920000 | #Constraints:      76439
2180.57/2185.76	c #Conflicts:    3921000 | #Constraints:      77439
2180.57/2185.76	c #Conflicts:    3922000 | #Constraints:      78439
2180.57/2185.76	c #Conflicts:    3923000 | #Constraints:      79439
2180.57/2185.76	c #Conflicts:    3924000 | #Constraints:      80439
2180.57/2185.76	c #Conflicts:    3925000 | #Constraints:      81439
2180.57/2185.76	c #Conflicts:    3926000 | #Constraints:      82439
2180.57/2185.76	c #Conflicts:    3927000 | #Constraints:      83439
2180.57/2185.76	c #Conflicts:    3928000 | #Constraints:      84439
2180.57/2185.76	c #Conflicts:    3929000 | #Constraints:      85439
2180.57/2185.76	c #Conflicts:    3930000 | #Constraints:      86439
2180.57/2185.76	c #Conflicts:    3931000 | #Constraints:      87439
2191.86/2197.00	c INPROCESSING
2191.86/2197.00	c GARBAGE COLLECT
2191.86/2197.00	c #Conflicts:    3932000 | #Constraints:      49038
2191.86/2197.00	c #Conflicts:    3933000 | #Constraints:      50038
2191.86/2197.00	c #Conflicts:    3934000 | #Constraints:      51038
2191.86/2197.00	c #Conflicts:    3935000 | #Constraints:      52038
2191.86/2197.00	c #Conflicts:    3936000 | #Constraints:      53038
2191.86/2197.00	c #Conflicts:    3937000 | #Constraints:      54038
2191.86/2197.00	c #Conflicts:    3938000 | #Constraints:      55038
2191.86/2197.00	c #Conflicts:    3939000 | #Constraints:      56038
2191.86/2197.00	c #Conflicts:    3940000 | #Constraints:      57038
2191.86/2197.00	c #Conflicts:    3941000 | #Constraints:      58038
2191.86/2197.00	c #Conflicts:    3942000 | #Constraints:      59038
2191.86/2197.00	c #Conflicts:    3943000 | #Constraints:      60038
2191.86/2197.00	c #Conflicts:    3944000 | #Constraints:      61038
2191.86/2197.00	c #Conflicts:    3945000 | #Constraints:      62038
2191.86/2197.00	c #Conflicts:    3946000 | #Constraints:      63038
2191.86/2197.00	c #Conflicts:    3947000 | #Constraints:      64038
2191.86/2197.00	WSVECS04 Frhs2[21]: 6 0 7.92114 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[29]: 6 0 36.722 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[108]: 6 0 0.500084 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[110]: 6 0 2.00007 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[124]: 6 0 6.89479 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[148]: 6 0 13.8707 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[152]: 6 0 4.96932 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[175]: 6 0 1.00007 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[188]: 6 0 1.00006 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[192]: 6 0 4.00008 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[230]: 6 0 13.8707 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[244]: 6 0 1.00004 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[284]: 6 0 7.42115 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[298]: 6 0 1.00004 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[312]: 6 0 15.8707 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[352]: 6 0 2.00008 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[380]: 6 0 1.00006 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[392]: 6 0 8.00002 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[415]: 6 0 0.500086 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[444]: 6 0 0.0734929 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[463]: 6 0 0.500021 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[484]: 6 0 11.4167 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[498]: 6 0 0.200077 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[503]: 6 0 2.00007 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[504]: 6 0 0.500094 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[524]: 6 0 0.50007 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[538]: 6 0 1.50001 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[539]: 6 0 0.200047 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[544]: 6 0 2.00005 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[545]: 6 0 0.500081 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[548]: 6 0 0.500058 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[555]: 6 0 19.3641 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[558]: 6 0 1.00008 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[564]: 6 0 0.500039 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[565]: 6 0 0.500032 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[566]: 6 0 11.4168 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[576]: 6 0 1.00003 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[620]: 6 0 1.50004 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[624]: 6 0 5.0001 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[630]: 6 0 0.50001 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[659]: 6 0 3.25007 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[665]: 6 0 5.0001 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[670]: 6 0 0.500024 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[678]: 6 0 18.3641 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[689]: 6 0 11.4167 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[694]: 6 0 14.443 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[699]: 6 0 1.00004 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[704]: 6 0 1.00002 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[737]: 6 0 0.200039 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[740]: 6 0 1.00003 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[743]: 6 0 1.50004 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[745]: 6 0 1.00001 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[752]: 6 0 0.500039 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[771]: 6 0 11.4167 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[776]: 6 0 21.8641 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[777]: 6 0 15.193 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[865]: 6 0 1.00001 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[870]: 6 0 5.00007 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[875]: 6 0 2.50008 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[885]: 6 0 1.00006 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[886]: 6 0 13.8707 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[889]: 6 0 1.00001 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[896]: 6 0 9.19307 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[899]: 6 0 21.8641 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[900]: 6 0 15.193 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[908]: 6 0 0.200039 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[912]: 6 0 6.00002 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[924]: 6 0 18.3641 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[926]: 6 0 1.00009 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[927]: 6 0 13.8707 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[936]: 6 0 0.926607 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[937]: 6 0 9.19303 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[941]: 6 0 15.1931 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[948]: 6 0 1.50002 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[952]: 6 0 5.00004 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[977]: 6 0 0.926618 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[980]: 6 0 1.00002 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[982]: 6 0 15.193 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1075]: 6 0 7.00005 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1078]: 6 0 0.500068 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1088]: 6 0 19.3641 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1091]: 6 0 14.8707 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1094]: 6 0 1.00002 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1096]: 6 0 1.00001 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1099]: 6 0 12.4167 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1101]: 6 0 9.19306 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1106]: 6 0 0.200013 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1155]: 6 0 2.00004 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1166]: 6 0 1.00003 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1173]: 6 0 14.8707 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1179]: 6 0 0.500055 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1187]: 6 0 15.193 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1190]: 6 0 6.89475 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1238]: 6 0 1.00004 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1245]: 6 0 0.500095 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1248]: 6 0 1.00006 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1260]: 6 0 1.00002 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1261]: 6 0 0.500015 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1266]: 6 0 0.500037 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1267]: 6 0 1.00006 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1324]: 6 0 0.500039 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1337]: 6 0 14.8707 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1342]: 6 0 1.00004 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1352]: 6 0 1.20005 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1364]: 6 0 1.00006 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1377]: 6 0 1.00002 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1390]: 6 0 1.00007 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1392]: 6 0 13.193 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1484]: 6 0 1.00002 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1506]: 6 0 1.00007 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1510]: 6 0 0.926569 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1514]: 6 0 22.8641 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1725]: 6 0 2.25005 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1731]: 6 0 5.00006 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1736]: 6 0 0.500046 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1737]: 6 0 0.500059 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1750]: 6 0 1.00001 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1752]: 6 0 1.00005 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1754]: 6 0 0.500081 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1756]: 6 0 0.853129 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1757]: 6 0 12.1931 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1760]: 6 0 22.8641 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1777]: 6 0 0.500089 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1785]: 6 0 19.3641 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1792]: 6 0 0.969339 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1794]: 6 0 0.500054 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1826]: 6 -6.20006 0 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1897]: 6 -1.00003 0 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1898]: 6 -1.00003 0 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1899]: 6 -1.00008 0 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1900]: 6 -3.75009 0 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1952]: 6 -4.00001 0 shouldn't be
2191.86/2197.00	WSVECS04 Frhs2[1956]: 6 -4.00004 0 shouldn't be
2213.40/2218.64	c #Conflicts:    3948000 | #Constraints:      65038
2213.40/2218.64	c #Conflicts:    3949000 | #Constraints:      66038
2213.40/2218.64	c #Conflicts:    3950000 | #Constraints:      67038
2213.40/2218.64	c #Conflicts:    3951000 | #Constraints:      68038
2213.40/2218.64	c #Conflicts:    3952000 | #Constraints:      69038
2213.40/2218.64	c #Conflicts:    3953000 | #Constraints:      70038
2213.40/2218.64	c #Conflicts:    3954000 | #Constraints:      71038
2213.40/2218.64	c #Conflicts:    3955000 | #Constraints:      72038
2213.40/2218.64	c #Conflicts:    3956000 | #Constraints:      73038
2213.40/2218.64	c #Conflicts:    3957000 | #Constraints:      74038
2213.40/2218.64	c #Conflicts:    3958000 | #Constraints:      75038
2213.40/2218.64	c #Conflicts:    3959000 | #Constraints:      76038
2213.40/2218.64	c #Conflicts:    3960000 | #Constraints:      77038
2213.40/2218.64	c #Conflicts:    3961000 | #Constraints:      78038
2213.40/2218.64	c #Conflicts:    3962000 | #Constraints:      79038
2213.40/2218.64	c #Conflicts:    3963000 | #Constraints:      80038
2213.40/2218.64	c #Conflicts:    3964000 | #Constraints:      81038
2213.40/2218.64	c #Conflicts:    3965000 | #Constraints:      82038
2213.40/2218.64	c #Conflicts:    3966000 | #Constraints:      83038
2213.40/2218.64	c #Conflicts:    3967000 | #Constraints:      84038
2213.40/2218.64	c #Conflicts:    3968000 | #Constraints:      85038
2213.40/2218.64	c #Conflicts:    3969000 | #Constraints:      86038
2213.40/2218.64	c #Conflicts:    3970000 | #Constraints:      87038
2213.40/2218.64	c #Conflicts:    3971000 | #Constraints:      88038
2213.40/2218.64	c INPROCESSING
2213.40/2218.64	c GARBAGE COLLECT
2213.40/2218.64	c rational objective 112.396
2273.46/2278.86	c #Conflicts:    3972000 | #Constraints:      49437
2273.46/2278.86	c #Conflicts:    3973000 | #Constraints:      50437
2273.46/2278.86	c #Conflicts:    3974000 | #Constraints:      51437
2273.46/2278.86	c #Conflicts:    3975000 | #Constraints:      52437
2273.46/2278.86	c #Conflicts:    3976000 | #Constraints:      53437
2273.46/2278.86	c #Conflicts:    3977000 | #Constraints:      54437
2273.46/2278.86	c #Conflicts:    3978000 | #Constraints:      55437
2273.46/2278.86	c #Conflicts:    3979000 | #Constraints:      56437
2273.46/2278.86	c #Conflicts:    3980000 | #Constraints:      57437
2273.46/2278.86	c #Conflicts:    3981000 | #Constraints:      58437
2273.46/2278.86	c #Conflicts:    3982000 | #Constraints:      59437
2273.46/2278.86	c #Conflicts:    3983000 | #Constraints:      60437
2273.46/2278.86	c #Conflicts:    3984000 | #Constraints:      61437
2273.46/2278.86	c #Conflicts:    3985000 | #Constraints:      62437
2273.46/2278.86	c #Conflicts:    3986000 | #Constraints:      63437
2273.46/2278.86	c #Conflicts:    3987000 | #Constraints:      64437
2273.46/2278.86	c #Conflicts:    3988000 | #Constraints:      65437
2273.46/2278.86	c #Conflicts:    3989000 | #Constraints:      66437
2273.46/2278.86	c #Conflicts:    3990000 | #Constraints:      67437
2273.46/2278.86	c #Conflicts:    3991000 | #Constraints:      68437
2273.46/2278.86	c #Conflicts:    3992000 | #Constraints:      69437
2273.46/2278.86	c #Conflicts:    3993000 | #Constraints:      70437
2273.46/2278.86	c #Conflicts:    3994000 | #Constraints:      71437
2273.46/2278.86	c #Conflicts:    3995000 | #Constraints:      72437
2273.46/2278.86	c #Conflicts:    3996000 | #Constraints:      73437
2273.46/2278.86	c #Conflicts:    3997000 | #Constraints:      74437
2273.46/2278.86	c #Conflicts:    3998000 | #Constraints:      75437
2273.46/2278.86	c #Conflicts:    3999000 | #Constraints:      76437
2273.46/2278.86	c #Conflicts:    4000000 | #Constraints:      77437
2273.46/2278.86	c #Conflicts:    4001000 | #Constraints:      78437
2273.46/2278.86	c #Conflicts:    4002000 | #Constraints:      79437
2273.46/2278.86	c #Conflicts:    4003000 | #Constraints:      80437
2273.46/2278.86	c #Conflicts:    4004000 | #Constraints:      81437
2273.46/2278.86	c #Conflicts:    4005000 | #Constraints:      82437
2273.46/2278.86	c #Conflicts:    4006000 | #Constraints:      83437
2273.46/2278.86	c #Conflicts:    4007000 | #Constraints:      84437
2273.46/2278.86	c #Conflicts:    4008000 | #Constraints:      85437
2273.46/2278.86	c #Conflicts:    4009000 | #Constraints:      86437
2273.46/2278.86	c #Conflicts:    4010000 | #Constraints:      87437
2273.46/2278.86	c #Conflicts:    4011000 | #Constraints:      88437
2273.46/2278.86	c INPROCESSING
2273.46/2278.86	c GARBAGE COLLECT
2273.46/2278.86	c #Conflicts:    4012000 | #Constraints:      49635
2273.46/2278.86	c #Conflicts:    4013000 | #Constraints:      50635
2273.46/2278.86	c #Conflicts:    4014000 | #Constraints:      51635
2273.46/2278.86	c #Conflicts:    4015000 | #Constraints:      52635
2273.46/2278.86	c #Conflicts:    4016000 | #Constraints:      53635
2273.46/2278.86	c #Conflicts:    4017000 | #Constraints:      54635
2273.46/2278.86	c #Conflicts:    4018000 | #Constraints:      55635
2273.46/2278.86	c #Conflicts:    4019000 | #Constraints:      56635
2273.46/2278.86	c #Conflicts:    4020000 | #Constraints:      57635
2273.46/2278.86	c #Conflicts:    4021000 | #Constraints:      58635
2273.46/2278.86	c #Conflicts:    4022000 | #Constraints:      59635
2273.46/2278.86	c #Conflicts:    4023000 | #Constraints:      60635
2273.46/2278.86	c #Conflicts:    4024000 | #Constraints:      61635
2273.46/2278.86	c #Conflicts:    4025000 | #Constraints:      62635
2273.46/2278.86	c #Conflicts:    4026000 | #Constraints:      63635
2273.46/2278.86	c #Conflicts:    4027000 | #Constraints:      64635
2273.46/2278.86	c #Conflicts:    4028000 | #Constraints:      65635
2273.46/2278.86	c #Conflicts:    4029000 | #Constraints:      66635
2273.46/2278.86	c #Conflicts:    4030000 | #Constraints:      67635
2273.46/2278.86	c #Conflicts:    4031000 | #Constraints:      68635
2273.46/2278.86	c #Conflicts:    4032000 | #Constraints:      69635
2273.46/2278.86	c #Conflicts:    4033000 | #Constraints:      70635
2273.46/2278.86	c #Conflicts:    4034000 | #Constraints:      71635
2273.46/2278.86	c #Conflicts:    4035000 | #Constraints:      72635
2273.46/2278.86	c #Conflicts:    4036000 | #Constraints:      73635
2273.46/2278.86	c #Conflicts:    4037000 | #Constraints:      74635
2273.46/2278.86	c #Conflicts:    4038000 | #Constraints:      75635
2273.46/2278.86	c #Conflicts:    4039000 | #Constraints:      76635
2273.46/2278.86	c #Conflicts:    4040000 | #Constraints:      77635
2273.46/2278.86	c #Conflicts:    4041000 | #Constraints:      78635
2273.46/2278.86	c #Conflicts:    4042000 | #Constraints:      79635
2273.46/2278.86	c #Conflicts:    4043000 | #Constraints:      80635
2273.46/2278.86	c #Conflicts:    4044000 | #Constraints:      81635
2273.46/2278.86	c #Conflicts:    4045000 | #Constraints:      82635
2273.46/2278.86	c #Conflicts:    4046000 | #Constraints:      83635
2273.46/2278.86	c #Conflicts:    4047000 | #Constraints:      84635
2273.46/2278.86	c #Conflicts:    4048000 | #Constraints:      85635
2273.46/2278.86	c #Conflicts:    4049000 | #Constraints:      86635
2273.46/2278.86	c #Conflicts:    4050000 | #Constraints:      87635
2284.54/2289.99	c #Conflicts:    4051000 | #Constraints:      88635
2284.54/2289.99	c INPROCESSING
2284.54/2289.99	c GARBAGE COLLECT
2284.54/2289.99	c #Conflicts:    4052000 | #Constraints:      49635
2284.54/2289.99	c #Conflicts:    4053000 | #Constraints:      50635
2284.54/2289.99	c #Conflicts:    4054000 | #Constraints:      51635
2284.54/2289.99	c #Conflicts:    4055000 | #Constraints:      52635
2284.54/2289.99	c #Conflicts:    4056000 | #Constraints:      53635
2284.54/2289.99	c #Conflicts:    4057000 | #Constraints:      54635
2284.54/2289.99	c #Conflicts:    4058000 | #Constraints:      55635
2284.54/2289.99	c #Conflicts:    4059000 | #Constraints:      56635
2284.54/2289.99	c #Conflicts:    4060000 | #Constraints:      57635
2284.54/2289.99	c #Conflicts:    4061000 | #Constraints:      58635
2284.54/2289.99	c #Conflicts:    4062000 | #Constraints:      59635
2284.54/2289.99	c #Conflicts:    4063000 | #Constraints:      60635
2284.54/2289.99	c #Conflicts:    4064000 | #Constraints:      61635
2284.54/2289.99	c #Conflicts:    4065000 | #Constraints:      62635
2284.54/2289.99	c #Conflicts:    4066000 | #Constraints:      63635
2284.54/2289.99	WSVECS04 Frhs2[23]: 6 -16.98 0 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[111]: 6 0 10 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[141]: 6 0 0.61651 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[151]: 6 0 5.54942 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[191]: 6 0 6.00002 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[202]: 6 0 0.130939 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[231]: 6 0 6.66161 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[236]: 6 0 0.276895 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[261]: 6 0 0.23909 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[271]: 6 0 2.61195 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[296]: 6 0 0.620225 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[336]: 6 0 0.602801 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[337]: 6 0 0.620252 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[351]: 6 0 2.1309 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[362]: 6 0 0.112964 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[377]: 6 0 0.602812 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[391]: 6 0 3.86917 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[431]: 6 0 2.61193 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[436]: 6 0 1.32321 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[442]: 6 0 0.496016 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[471]: 6 0 5.00007 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[483]: 6 0 0.496021 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[496]: 6 0 1.0001 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[497]: 6 0 0.50003 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[501]: 6 0 0.620302 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[516]: 6 0 0.130937 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[578]: 6 0 1.00006 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[587]: 6 0 0.500071 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[591]: 6 0 4.00004 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[600]: 6 0 1.66164 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[603]: 6 0 1.00001 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[605]: 6 0 0.638482 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[606]: 6 0 0.487986 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[607]: 6 0 1.00002 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[614]: 6 0 1.00002 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[616]: 6 0 1.00007 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[635]: 6 0 3.00005 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[637]: 6 0 1.00001 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[639]: 6 0 0.130901 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[644]: 6 0 1.00005 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[646]: 6 0 0.638457 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[648]: 6 0 1.00003 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[658]: 6 0 0.500059 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[661]: 6 0 0.50003 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[671]: 6 0 4.78668 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[676]: 6 0 1.00002 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[682]: 6 0 1.66167 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[756]: 6 0 1.00007 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[796]: 6 0 0.00196267 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[797]: 6 0 1.00004 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[799]: 6 0 1.00002 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[803]: 6 0 0.130893 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[805]: 6 0 1.66159 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[808]: 6 0 1.0001 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[809]: 6 0 0.0380288 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[812]: 6 0 1.00005 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[813]: 6 0 0.112959 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[963]: 6 0 1.00004 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1002]: 6 0 1.00002 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1042]: 6 0 0.498131 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1043]: 6 0 1.00008 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1058]: 6 0 1.00007 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1059]: 6 0 0.330728 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1063]: 6 0 0.369218 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1162]: 6 0 0.333359 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1163]: 6 0 0.547586 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1178]: 6 0 0.519036 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1179]: 6 0 0.638489 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1202]: 6 0 0.500045 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1203]: 6 0 0.333367 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1204]: 6 0 0.547632 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1205]: 6 0 4.00009 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1210]: 6 0 1.00003 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1211]: 6 0 5.86916 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1218]: 6 0 1.00004 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1219]: 6 0 0.519039 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1222]: 6 0 1.00008 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1227]: 6 0 0.130936 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1232]: 6 0 0.500095 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1383]: 6 0 0.519021 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1393]: 6 0 1.00003 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1402]: 6 0 0.602788 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1409]: 6 0 0.334161 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1412]: 6 0 0.616511 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1418]: 6 0 0.130912 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1420]: 6 0 1.66165 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1422]: 6 0 1.54939 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1423]: 6 0 1.00001 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1427]: 6 0 1.00005 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1432]: 6 0 0.130956 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1433]: 6 0 1.38815 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1437]: 6 0 0.500087 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1443]: 6 0 0.60286 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1459]: 6 0 0.13096 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1473]: 6 0 1.00006 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1478]: 6 0 0.500073 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1522]: 6 0 0.500089 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1538]: 6 0 1.00001 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1562]: 6 0 1.00006 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1563]: 6 0 0.500088 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1593]: 6 0 0.500074 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1598]: 6 0 1.00001 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1644]: 6 0 1.00005 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1645]: 6 0 0.500082 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1648]: 6 0 0.602807 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1654]: 6 0 0.333425 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1655]: 6 0 0.786613 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1658]: 6 0 0.383599 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1677]: 6 0 0.500066 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1678]: 6 0 0.369177 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1686]: 6 0 0.500044 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1689]: 6 0 0.602839 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1698]: 6 0 0.498204 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1699]: 6 0 0.383521 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1703]: 6 0 1.00002 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1707]: 6 0 1.66159 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1713]: 6 0 6.48803 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1718]: 6 0 0.500016 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1739]: 6 0 0.498125 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1764]: 6 0 1.00001 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1783]: 6 0 1.00008 shouldn't be
2284.54/2289.99	WSVECS04 Frhs2[1798]: 6 0 0.500036 shouldn't be
2339.10/2344.65	c #Conflicts:    4067000 | #Constraints:      64636
2339.10/2344.65	c #Conflicts:    4068000 | #Constraints:      65636
2339.10/2344.65	c #Conflicts:    4069000 | #Constraints:      66636
2339.10/2344.65	c #Conflicts:    4070000 | #Constraints:      67636
2339.10/2344.65	c #Conflicts:    4071000 | #Constraints:      68636
2339.10/2344.65	c #Conflicts:    4072000 | #Constraints:      69636
2339.10/2344.65	c #Conflicts:    4073000 | #Constraints:      70636
2339.10/2344.65	c #Conflicts:    4074000 | #Constraints:      71636
2339.10/2344.65	c #Conflicts:    4075000 | #Constraints:      72636
2339.10/2344.65	c #Conflicts:    4076000 | #Constraints:      73636
2339.10/2344.65	c #Conflicts:    4077000 | #Constraints:      74636
2339.10/2344.65	c #Conflicts:    4078000 | #Constraints:      75636
2339.10/2344.65	c #Conflicts:    4079000 | #Constraints:      76636
2339.10/2344.65	c #Conflicts:    4080000 | #Constraints:      77636
2339.10/2344.65	c #Conflicts:    4081000 | #Constraints:      78636
2339.10/2344.65	c #Conflicts:    4082000 | #Constraints:      79636
2339.10/2344.65	c #Conflicts:    4083000 | #Constraints:      80636
2339.10/2344.65	c #Conflicts:    4084000 | #Constraints:      81636
2339.10/2344.65	c #Conflicts:    4085000 | #Constraints:      82636
2339.10/2344.65	c #Conflicts:    4086000 | #Constraints:      83636
2339.10/2344.65	c #Conflicts:    4087000 | #Constraints:      84636
2339.10/2344.65	c #Conflicts:    4088000 | #Constraints:      85636
2339.10/2344.65	c #Conflicts:    4089000 | #Constraints:      86636
2339.10/2344.65	c #Conflicts:    4090000 | #Constraints:      87636
2339.10/2344.65	c #Conflicts:    4091000 | #Constraints:      88636
2339.10/2344.65	c INPROCESSING
2339.10/2344.65	c GARBAGE COLLECT
2339.10/2344.65	c #Conflicts:    4092000 | #Constraints:      49437
2339.10/2344.65	c #Conflicts:    4093000 | #Constraints:      50437
2339.10/2344.65	c #Conflicts:    4094000 | #Constraints:      51437
2339.10/2344.65	c #Conflicts:    4095000 | #Constraints:      52437
2339.10/2344.65	c #Conflicts:    4096000 | #Constraints:      53437
2339.10/2344.65	c #Conflicts:    4097000 | #Constraints:      54437
2339.10/2344.65	c #Conflicts:    4098000 | #Constraints:      55437
2339.10/2344.65	c #Conflicts:    4099000 | #Constraints:      56437
2339.10/2344.65	c #Conflicts:    4100000 | #Constraints:      57437
2339.10/2344.65	c #Conflicts:    4101000 | #Constraints:      58437
2339.10/2344.65	c #Conflicts:    4102000 | #Constraints:      59437
2339.10/2344.65	c #Conflicts:    4103000 | #Constraints:      60437
2339.10/2344.65	c #Conflicts:    4104000 | #Constraints:      61437
2339.10/2344.65	c #Conflicts:    4105000 | #Constraints:      62438
2339.10/2344.65	c #Conflicts:    4106000 | #Constraints:      63438
2339.10/2344.65	c #Conflicts:    4107000 | #Constraints:      64438
2339.10/2344.65	c #Conflicts:    4108000 | #Constraints:      65438
2339.10/2344.65	c #Conflicts:    4109000 | #Constraints:      66438
2339.10/2344.65	c #Conflicts:    4110000 | #Constraints:      67438
2339.10/2344.65	c #Conflicts:    4111000 | #Constraints:      68438
2339.10/2344.65	c #Conflicts:    4112000 | #Constraints:      69438
2339.10/2344.65	c #Conflicts:    4113000 | #Constraints:      70438
2339.10/2344.65	c #Conflicts:    4114000 | #Constraints:      71438
2339.10/2344.65	c #Conflicts:    4115000 | #Constraints:      72438
2339.10/2344.65	c #Conflicts:    4116000 | #Constraints:      73438
2339.10/2344.65	c #Conflicts:    4117000 | #Constraints:      74438
2339.10/2344.65	c #Conflicts:    4118000 | #Constraints:      75438
2339.10/2344.65	c #Conflicts:    4119000 | #Constraints:      76438
2339.10/2344.65	c #Conflicts:    4120000 | #Constraints:      77438
2339.10/2344.65	c #Conflicts:    4121000 | #Constraints:      78438
2339.10/2344.65	c #Conflicts:    4122000 | #Constraints:      79438
2339.10/2344.65	c #Conflicts:    4123000 | #Constraints:      80438
2339.10/2344.65	c #Conflicts:    4124000 | #Constraints:      81438
2339.10/2344.65	c #Conflicts:    4125000 | #Constraints:      82438
2339.10/2344.65	c #Conflicts:    4126000 | #Constraints:      83438
2339.10/2344.65	c #Conflicts:    4127000 | #Constraints:      84438
2339.10/2344.65	c #Conflicts:    4128000 | #Constraints:      85438
2339.10/2344.65	c #Conflicts:    4129000 | #Constraints:      86438
2339.10/2344.65	c #Conflicts:    4130000 | #Constraints:      87438
2339.10/2344.65	c #Conflicts:    4131000 | #Constraints:      88438
2339.10/2344.65	c #Conflicts:    4132000 | #Constraints:      89438
2339.10/2344.65	c INPROCESSING
2339.10/2344.65	c GARBAGE COLLECT
2339.10/2344.65	c rational objective 112.396
2400.54/2406.23	c #Conflicts:    4133000 | #Constraints:      50040
2400.54/2406.23	c #Conflicts:    4134000 | #Constraints:      51040
2400.54/2406.23	c #Conflicts:    4135000 | #Constraints:      52040
2400.54/2406.23	c #Conflicts:    4136000 | #Constraints:      53040
2400.54/2406.23	c #Conflicts:    4137000 | #Constraints:      54040
2400.54/2406.23	c #Conflicts:    4138000 | #Constraints:      55040
2400.54/2406.23	c #Conflicts:    4139000 | #Constraints:      56040
2400.54/2406.23	c #Conflicts:    4140000 | #Constraints:      57040
2400.54/2406.23	c #Conflicts:    4141000 | #Constraints:      58040
2400.54/2406.23	c #Conflicts:    4142000 | #Constraints:      59040
2400.54/2406.23	c #Conflicts:    4143000 | #Constraints:      60040
2400.54/2406.23	c #Conflicts:    4144000 | #Constraints:      61040
2400.54/2406.23	c #Conflicts:    4145000 | #Constraints:      62040
2400.54/2406.23	c #Conflicts:    4146000 | #Constraints:      63040
2400.54/2406.23	c #Conflicts:    4147000 | #Constraints:      64040
2400.54/2406.23	c #Conflicts:    4148000 | #Constraints:      65040
2400.54/2406.23	c #Conflicts:    4149000 | #Constraints:      66040
2400.54/2406.23	c #Conflicts:    4150000 | #Constraints:      67040
2400.54/2406.23	c #Conflicts:    4151000 | #Constraints:      68040
2400.54/2406.23	c #Conflicts:    4152000 | #Constraints:      69040
2400.54/2406.23	c #Conflicts:    4153000 | #Constraints:      70040
2400.54/2406.23	c #Conflicts:    4154000 | #Constraints:      71040
2400.54/2406.23	c #Conflicts:    4155000 | #Constraints:      72040
2400.54/2406.23	c #Conflicts:    4156000 | #Constraints:      73040
2400.54/2406.23	c #Conflicts:    4157000 | #Constraints:      74040
2400.54/2406.23	c #Conflicts:    4158000 | #Constraints:      75040
2400.54/2406.23	c #Conflicts:    4159000 | #Constraints:      76040
2400.54/2406.23	c #Conflicts:    4160000 | #Constraints:      77040
2400.54/2406.23	c #Conflicts:    4161000 | #Constraints:      78040
2400.54/2406.23	c #Conflicts:    4162000 | #Constraints:      79040
2400.54/2406.23	c #Conflicts:    4163000 | #Constraints:      80040
2400.54/2406.23	c #Conflicts:    4164000 | #Constraints:      81040
2400.54/2406.23	c #Conflicts:    4165000 | #Constraints:      82040
2400.54/2406.23	c #Conflicts:    4166000 | #Constraints:      83040
2400.54/2406.23	c #Conflicts:    4167000 | #Constraints:      84040
2400.54/2406.23	c #Conflicts:    4168000 | #Constraints:      85040
2400.54/2406.23	c #Conflicts:    4169000 | #Constraints:      86040
2400.54/2406.23	c #Conflicts:    4170000 | #Constraints:      87040
2400.54/2406.23	c #Conflicts:    4171000 | #Constraints:      88040
2400.54/2406.23	c #Conflicts:    4172000 | #Constraints:      89040
2400.54/2406.23	c #Conflicts:    4173000 | #Constraints:      90040
2400.54/2406.23	c INPROCESSING
2400.54/2406.23	c GARBAGE COLLECT
2400.54/2406.23	c #Conflicts:    4174000 | #Constraints:      50443
2400.54/2406.23	c #Conflicts:    4175000 | #Constraints:      51443
2400.54/2406.23	c #Conflicts:    4176000 | #Constraints:      52443
2400.54/2406.23	c #Conflicts:    4177000 | #Constraints:      53443
2400.54/2406.23	c #Conflicts:    4178000 | #Constraints:      54443
2400.54/2406.23	c #Conflicts:    4179000 | #Constraints:      55443
2400.54/2406.23	c #Conflicts:    4180000 | #Constraints:      56443
2400.54/2406.23	c #Conflicts:    4181000 | #Constraints:      57443
2400.54/2406.23	c #Conflicts:    4182000 | #Constraints:      58443
2400.54/2406.23	c #Conflicts:    4183000 | #Constraints:      59443
2400.54/2406.23	c #Conflicts:    4184000 | #Constraints:      60443
2400.54/2406.23	c #Conflicts:    4185000 | #Constraints:      61443
2400.54/2406.23	c #Conflicts:    4186000 | #Constraints:      62443
2400.54/2406.23	c #Conflicts:    4187000 | #Constraints:      63443
2400.54/2406.23	c #Conflicts:    4188000 | #Constraints:      64443
2400.54/2406.23	c #Conflicts:    4189000 | #Constraints:      65443
2400.54/2406.23	c #Conflicts:    4190000 | #Constraints:      66443
2400.54/2406.23	c #Conflicts:    4191000 | #Constraints:      67443
2400.54/2406.23	c #Conflicts:    4192000 | #Constraints:      68443
2400.54/2406.23	c #Conflicts:    4193000 | #Constraints:      69443
2400.54/2406.23	c #Conflicts:    4194000 | #Constraints:      70443
2400.54/2406.23	c #Conflicts:    4195000 | #Constraints:      71443
2400.54/2406.23	c #Conflicts:    4196000 | #Constraints:      72443
2400.54/2406.23	c #Conflicts:    4197000 | #Constraints:      73443
2400.54/2406.23	c #Conflicts:    4198000 | #Constraints:      74443
2400.54/2406.23	c #Conflicts:    4199000 | #Constraints:      75443
2400.54/2406.23	c #Conflicts:    4200000 | #Constraints:      76443
2400.54/2406.23	c #Conflicts:    4201000 | #Constraints:      77443
2400.54/2406.23	c #Conflicts:    4202000 | #Constraints:      78443
2400.54/2406.23	c #Conflicts:    4203000 | #Constraints:      79443
2400.54/2406.23	c #Conflicts:    4204000 | #Constraints:      80443
2400.54/2406.23	c #Conflicts:    4205000 | #Constraints:      81443
2400.54/2406.23	c #Conflicts:    4206000 | #Constraints:      82443
2400.54/2406.23	c #Conflicts:    4207000 | #Constraints:      83443
2400.54/2406.23	c #Conflicts:    4208000 | #Constraints:      84443
2400.54/2406.23	c #Conflicts:    4209000 | #Constraints:      85443
2400.54/2406.23	c #Conflicts:    4210000 | #Constraints:      86443
2400.54/2406.23	c #Conflicts:    4211000 | #Constraints:      87443
2462.38/2468.21	c #Conflicts:    4212000 | #Constraints:      88443
2462.38/2468.21	c #Conflicts:    4213000 | #Constraints:      89443
2462.38/2468.21	c #Conflicts:    4214000 | #Constraints:      90443
2462.38/2468.21	c INPROCESSING
2462.38/2468.21	c GARBAGE COLLECT
2462.38/2468.21	c #Conflicts:    4215000 | #Constraints:      50636
2462.38/2468.21	c #Conflicts:    4216000 | #Constraints:      51636
2462.38/2468.21	c #Conflicts:    4217000 | #Constraints:      52636
2462.38/2468.21	c #Conflicts:    4218000 | #Constraints:      53636
2462.38/2468.21	c #Conflicts:    4219000 | #Constraints:      54636
2462.38/2468.21	c #Conflicts:    4220000 | #Constraints:      55636
2462.38/2468.21	c #Conflicts:    4221000 | #Constraints:      56636
2462.38/2468.21	c #Conflicts:    4222000 | #Constraints:      57636
2462.38/2468.21	c #Conflicts:    4223000 | #Constraints:      58636
2462.38/2468.21	c #Conflicts:    4224000 | #Constraints:      59636
2462.38/2468.21	c #Conflicts:    4225000 | #Constraints:      60636
2462.38/2468.21	c #Conflicts:    4226000 | #Constraints:      61636
2462.38/2468.21	c #Conflicts:    4227000 | #Constraints:      62636
2462.38/2468.21	c #Conflicts:    4228000 | #Constraints:      63636
2462.38/2468.21	c #Conflicts:    4229000 | #Constraints:      64636
2462.38/2468.21	c #Conflicts:    4230000 | #Constraints:      65636
2462.38/2468.21	c #Conflicts:    4231000 | #Constraints:      66636
2462.38/2468.21	c #Conflicts:    4232000 | #Constraints:      67636
2462.38/2468.21	c #Conflicts:    4233000 | #Constraints:      68636
2462.38/2468.21	c #Conflicts:    4234000 | #Constraints:      69636
2462.38/2468.21	c #Conflicts:    4235000 | #Constraints:      70636
2462.38/2468.21	c #Conflicts:    4236000 | #Constraints:      71636
2462.38/2468.21	c #Conflicts:    4237000 | #Constraints:      72636
2462.38/2468.21	c #Conflicts:    4238000 | #Constraints:      73636
2462.38/2468.21	c #Conflicts:    4239000 | #Constraints:      74636
2462.38/2468.21	c #Conflicts:    4240000 | #Constraints:      75636
2462.38/2468.21	c #Conflicts:    4241000 | #Constraints:      76636
2462.38/2468.21	c #Conflicts:    4242000 | #Constraints:      77636
2462.38/2468.21	c #Conflicts:    4243000 | #Constraints:      78636
2462.38/2468.21	c #Conflicts:    4244000 | #Constraints:      79636
2462.38/2468.21	c #Conflicts:    4245000 | #Constraints:      80636
2462.38/2468.21	c #Conflicts:    4246000 | #Constraints:      81636
2462.38/2468.21	c #Conflicts:    4247000 | #Constraints:      82636
2462.38/2468.21	c #Conflicts:    4248000 | #Constraints:      83636
2462.38/2468.21	c #Conflicts:    4249000 | #Constraints:      84636
2462.38/2468.21	c #Conflicts:    4250000 | #Constraints:      85636
2462.38/2468.21	c #Conflicts:    4251000 | #Constraints:      86636
2462.38/2468.21	c #Conflicts:    4252000 | #Constraints:      87636
2462.38/2468.21	c #Conflicts:    4253000 | #Constraints:      88636
2462.38/2468.21	c #Conflicts:    4254000 | #Constraints:      89636
2462.38/2468.21	c #Conflicts:    4255000 | #Constraints:      90636
2462.38/2468.21	c INPROCESSING
2462.38/2468.21	c GARBAGE COLLECT
2462.38/2468.21	c #Conflicts:    4256000 | #Constraints:      50635
2462.38/2468.21	c #Conflicts:    4257000 | #Constraints:      51635
2462.38/2468.21	c #Conflicts:    4258000 | #Constraints:      52635
2462.38/2468.21	c #Conflicts:    4259000 | #Constraints:      53635
2462.38/2468.21	c #Conflicts:    4260000 | #Constraints:      54635
2462.38/2468.21	c #Conflicts:    4261000 | #Constraints:      55635
2462.38/2468.21	c #Conflicts:    4262000 | #Constraints:      56635
2462.38/2468.21	c #Conflicts:    4263000 | #Constraints:      57635
2462.38/2468.21	c #Conflicts:    4264000 | #Constraints:      58635
2462.38/2468.21	c #Conflicts:    4265000 | #Constraints:      59635
2462.38/2468.21	c #Conflicts:    4266000 | #Constraints:      60635
2462.38/2468.21	c #Conflicts:    4267000 | #Constraints:      61635
2462.38/2468.21	c #Conflicts:    4268000 | #Constraints:      62635
2462.38/2468.21	c #Conflicts:    4269000 | #Constraints:      63635
2462.38/2468.21	c #Conflicts:    4270000 | #Constraints:      64635
2462.38/2468.21	c #Conflicts:    4271000 | #Constraints:      65635
2462.38/2468.21	c #Conflicts:    4272000 | #Constraints:      66635
2462.38/2468.21	c #Conflicts:    4273000 | #Constraints:      67635
2462.38/2468.21	c #Conflicts:    4274000 | #Constraints:      68635
2462.38/2468.21	c #Conflicts:    4275000 | #Constraints:      69635
2462.38/2468.21	c #Conflicts:    4276000 | #Constraints:      70636
2462.38/2468.21	c #Conflicts:    4277000 | #Constraints:      71636
2462.38/2468.21	c #Conflicts:    4278000 | #Constraints:      72636
2462.38/2468.21	c #Conflicts:    4279000 | #Constraints:      73636
2462.38/2468.21	c #Conflicts:    4280000 | #Constraints:      74636
2462.38/2468.21	c #Conflicts:    4281000 | #Constraints:      75636
2462.38/2468.21	c #Conflicts:    4282000 | #Constraints:      76636
2462.38/2468.21	c #Conflicts:    4283000 | #Constraints:      77636
2462.38/2468.21	c #Conflicts:    4284000 | #Constraints:      78636
2462.38/2468.21	c #Conflicts:    4285000 | #Constraints:      79636
2462.38/2468.21	c #Conflicts:    4286000 | #Constraints:      80636
2462.38/2468.21	c #Conflicts:    4287000 | #Constraints:      81636
2462.38/2468.21	c #Conflicts:    4288000 | #Constraints:      82636
2524.32/2530.30	c #Conflicts:    4289000 | #Constraints:      83636
2524.32/2530.30	c #Conflicts:    4290000 | #Constraints:      84636
2524.32/2530.30	c #Conflicts:    4291000 | #Constraints:      85636
2524.32/2530.30	c #Conflicts:    4292000 | #Constraints:      86636
2524.32/2530.30	c #Conflicts:    4293000 | #Constraints:      87636
2524.32/2530.30	c #Conflicts:    4294000 | #Constraints:      88636
2524.32/2530.30	c #Conflicts:    4295000 | #Constraints:      89636
2524.32/2530.30	c #Conflicts:    4296000 | #Constraints:      90636
2524.32/2530.30	c INPROCESSING
2524.32/2530.30	c GARBAGE COLLECT
2524.32/2530.30	c #Conflicts:    4297000 | #Constraints:      50438
2524.32/2530.30	c #Conflicts:    4298000 | #Constraints:      51438
2524.32/2530.30	c #Conflicts:    4299000 | #Constraints:      52438
2524.32/2530.30	c #Conflicts:    4300000 | #Constraints:      53438
2524.32/2530.30	c #Conflicts:    4301000 | #Constraints:      54438
2524.32/2530.30	c #Conflicts:    4302000 | #Constraints:      55438
2524.32/2530.30	c #Conflicts:    4303000 | #Constraints:      56438
2524.32/2530.30	c #Conflicts:    4304000 | #Constraints:      57438
2524.32/2530.30	c #Conflicts:    4305000 | #Constraints:      58438
2524.32/2530.30	c #Conflicts:    4306000 | #Constraints:      59438
2524.32/2530.30	c #Conflicts:    4307000 | #Constraints:      60438
2524.32/2530.30	c #Conflicts:    4308000 | #Constraints:      61438
2524.32/2530.30	c #Conflicts:    4309000 | #Constraints:      62438
2524.32/2530.30	c #Conflicts:    4310000 | #Constraints:      63438
2524.32/2530.30	c #Conflicts:    4311000 | #Constraints:      64438
2524.32/2530.30	c #Conflicts:    4312000 | #Constraints:      65438
2524.32/2530.30	c #Conflicts:    4313000 | #Constraints:      66438
2524.32/2530.30	c #Conflicts:    4314000 | #Constraints:      67438
2524.32/2530.30	c #Conflicts:    4315000 | #Constraints:      68438
2524.32/2530.30	c #Conflicts:    4316000 | #Constraints:      69438
2524.32/2530.30	c #Conflicts:    4317000 | #Constraints:      70438
2524.32/2530.30	c #Conflicts:    4318000 | #Constraints:      71438
2524.32/2530.30	c #Conflicts:    4319000 | #Constraints:      72438
2524.32/2530.30	c #Conflicts:    4320000 | #Constraints:      73438
2524.32/2530.30	c #Conflicts:    4321000 | #Constraints:      74438
2524.32/2530.30	c #Conflicts:    4322000 | #Constraints:      75438
2524.32/2530.30	c #Conflicts:    4323000 | #Constraints:      76438
2524.32/2530.30	c #Conflicts:    4324000 | #Constraints:      77438
2524.32/2530.30	c #Conflicts:    4325000 | #Constraints:      78438
2524.32/2530.30	c #Conflicts:    4326000 | #Constraints:      79438
2524.32/2530.30	c #Conflicts:    4327000 | #Constraints:      80438
2524.32/2530.30	c #Conflicts:    4328000 | #Constraints:      81438
2524.32/2530.30	c #Conflicts:    4329000 | #Constraints:      82438
2524.32/2530.30	c #Conflicts:    4330000 | #Constraints:      83438
2524.32/2530.30	c #Conflicts:    4331000 | #Constraints:      84438
2524.32/2530.30	c #Conflicts:    4332000 | #Constraints:      85438
2524.32/2530.30	c #Conflicts:    4333000 | #Constraints:      86438
2524.32/2530.30	c #Conflicts:    4334000 | #Constraints:      87438
2524.32/2530.30	c #Conflicts:    4335000 | #Constraints:      88438
2524.32/2530.30	c #Conflicts:    4336000 | #Constraints:      89438
2524.32/2530.30	c #Conflicts:    4337000 | #Constraints:      90438
2524.32/2530.30	c #Conflicts:    4338000 | #Constraints:      91438
2524.32/2530.30	c INPROCESSING
2524.32/2530.30	c GARBAGE COLLECT
2524.32/2530.30	c #Conflicts:    4339000 | #Constraints:      51032
2524.32/2530.30	c #Conflicts:    4340000 | #Constraints:      52032
2524.32/2530.30	c #Conflicts:    4341000 | #Constraints:      53032
2524.32/2530.30	c #Conflicts:    4342000 | #Constraints:      54032
2524.32/2530.30	c #Conflicts:    4343000 | #Constraints:      55032
2524.32/2530.30	c #Conflicts:    4344000 | #Constraints:      56032
2524.32/2530.30	c #Conflicts:    4345000 | #Constraints:      57032
2524.32/2530.30	c #Conflicts:    4346000 | #Constraints:      58032
2524.32/2530.30	c #Conflicts:    4347000 | #Constraints:      59032
2524.32/2530.30	c #Conflicts:    4348000 | #Constraints:      60032
2524.32/2530.30	c #Conflicts:    4349000 | #Constraints:      61032
2524.32/2530.30	c #Conflicts:    4350000 | #Constraints:      62032
2524.32/2530.30	c #Conflicts:    4351000 | #Constraints:      63032
2524.32/2530.30	c #Conflicts:    4352000 | #Constraints:      64032
2524.32/2530.30	c #Conflicts:    4353000 | #Constraints:      65032
2524.32/2530.30	c #Conflicts:    4354000 | #Constraints:      66032
2524.32/2530.30	c #Conflicts:    4355000 | #Constraints:      67032
2524.32/2530.30	c #Conflicts:    4356000 | #Constraints:      68032
2524.32/2530.30	c #Conflicts:    4357000 | #Constraints:      69032
2524.32/2530.30	c #Conflicts:    4358000 | #Constraints:      70032
2524.32/2530.30	c #Conflicts:    4359000 | #Constraints:      71032
2524.32/2530.30	c #Conflicts:    4360000 | #Constraints:      72032
2524.32/2530.30	c #Conflicts:    4361000 | #Constraints:      73032
2524.32/2530.30	c #Conflicts:    4362000 | #Constraints:      74032
2524.32/2530.30	c #Conflicts:    4363000 | #Constraints:      75032
2524.32/2530.30	c #Conflicts:    4364000 | #Constraints:      76032
2524.32/2530.30	c #Conflicts:    4365000 | #Constraints:      77032
2524.32/2530.30	c #Conflicts:    4366000 | #Constraints:      78032
2589.85/2596.10	c #Conflicts:    4367000 | #Constraints:      79032
2589.85/2596.10	c #Conflicts:    4368000 | #Constraints:      80032
2589.85/2596.10	c #Conflicts:    4369000 | #Constraints:      81032
2589.85/2596.10	c #Conflicts:    4370000 | #Constraints:      82032
2589.85/2596.10	c #Conflicts:    4371000 | #Constraints:      83032
2589.85/2596.10	c #Conflicts:    4372000 | #Constraints:      84032
2589.85/2596.10	c #Conflicts:    4373000 | #Constraints:      85032
2589.85/2596.10	c #Conflicts:    4374000 | #Constraints:      86032
2589.85/2596.10	c #Conflicts:    4375000 | #Constraints:      87032
2589.85/2596.10	c #Conflicts:    4376000 | #Constraints:      88032
2589.85/2596.10	c #Conflicts:    4377000 | #Constraints:      89032
2589.85/2596.10	c #Conflicts:    4378000 | #Constraints:      90032
2589.85/2596.10	c #Conflicts:    4379000 | #Constraints:      91032
2589.85/2596.10	c #Conflicts:    4380000 | #Constraints:      92032
2589.85/2596.10	c INPROCESSING
2589.85/2596.10	c GARBAGE COLLECT
2589.85/2596.10	c #Conflicts:    4381000 | #Constraints:      51437
2589.85/2596.10	c #Conflicts:    4382000 | #Constraints:      52437
2589.85/2596.10	c #Conflicts:    4383000 | #Constraints:      53437
2589.85/2596.10	c #Conflicts:    4384000 | #Constraints:      54437
2589.85/2596.10	c #Conflicts:    4385000 | #Constraints:      55437
2589.85/2596.10	c #Conflicts:    4386000 | #Constraints:      56437
2589.85/2596.10	c #Conflicts:    4387000 | #Constraints:      57437
2589.85/2596.10	c #Conflicts:    4388000 | #Constraints:      58437
2589.85/2596.10	c #Conflicts:    4389000 | #Constraints:      59437
2589.85/2596.10	c #Conflicts:    4390000 | #Constraints:      60437
2589.85/2596.10	c #Conflicts:    4391000 | #Constraints:      61437
2589.85/2596.10	c #Conflicts:    4392000 | #Constraints:      62437
2589.85/2596.10	c #Conflicts:    4393000 | #Constraints:      63437
2589.85/2596.10	c #Conflicts:    4394000 | #Constraints:      64437
2589.85/2596.10	c #Conflicts:    4395000 | #Constraints:      65437
2589.85/2596.10	c #Conflicts:    4396000 | #Constraints:      66437
2589.85/2596.10	c #Conflicts:    4397000 | #Constraints:      67437
2589.85/2596.10	c #Conflicts:    4398000 | #Constraints:      68437
2589.85/2596.10	c #Conflicts:    4399000 | #Constraints:      69437
2589.85/2596.10	c #Conflicts:    4400000 | #Constraints:      70437
2589.85/2596.10	c #Conflicts:    4401000 | #Constraints:      71437
2589.85/2596.10	c #Conflicts:    4402000 | #Constraints:      72437
2589.85/2596.10	c #Conflicts:    4403000 | #Constraints:      73437
2589.85/2596.10	c #Conflicts:    4404000 | #Constraints:      74437
2589.85/2596.10	c #Conflicts:    4405000 | #Constraints:      75437
2589.85/2596.10	c #Conflicts:    4406000 | #Constraints:      76437
2589.85/2596.10	c #Conflicts:    4407000 | #Constraints:      77437
2589.85/2596.10	c #Conflicts:    4408000 | #Constraints:      78437
2589.85/2596.10	c #Conflicts:    4409000 | #Constraints:      79437
2589.85/2596.10	c #Conflicts:    4410000 | #Constraints:      80437
2589.85/2596.10	c #Conflicts:    4411000 | #Constraints:      81437
2589.85/2596.10	c #Conflicts:    4412000 | #Constraints:      82437
2589.85/2596.10	c #Conflicts:    4413000 | #Constraints:      83437
2589.85/2596.10	c #Conflicts:    4414000 | #Constraints:      84437
2589.85/2596.10	c #Conflicts:    4415000 | #Constraints:      85437
2589.85/2596.10	c #Conflicts:    4416000 | #Constraints:      86437
2589.85/2596.10	c #Conflicts:    4417000 | #Constraints:      87437
2589.85/2596.10	c #Conflicts:    4418000 | #Constraints:      88437
2589.85/2596.10	c #Conflicts:    4419000 | #Constraints:      89437
2589.85/2596.10	c #Conflicts:    4420000 | #Constraints:      90437
2589.85/2596.10	c #Conflicts:    4421000 | #Constraints:      91437
2589.85/2596.10	c #Conflicts:    4422000 | #Constraints:      92437
2589.85/2596.10	c INPROCESSING
2589.85/2596.10	c GARBAGE COLLECT
2589.85/2596.10	c #Conflicts:    4423000 | #Constraints:      51638
2589.85/2596.10	c #Conflicts:    4424000 | #Constraints:      52638
2589.85/2596.10	c #Conflicts:    4425000 | #Constraints:      53638
2589.85/2596.10	c #Conflicts:    4426000 | #Constraints:      54638
2589.85/2596.10	c #Conflicts:    4427000 | #Constraints:      55638
2589.85/2596.10	c #Conflicts:    4428000 | #Constraints:      56638
2589.85/2596.10	c #Conflicts:    4429000 | #Constraints:      57638
2589.85/2596.10	c #Conflicts:    4430000 | #Constraints:      58638
2589.85/2596.10	c #Conflicts:    4431000 | #Constraints:      59638
2589.85/2596.10	c #Conflicts:    4432000 | #Constraints:      60638
2589.85/2596.10	c #Conflicts:    4433000 | #Constraints:      61638
2589.85/2596.10	c #Conflicts:    4434000 | #Constraints:      62638
2589.85/2596.10	c #Conflicts:    4435000 | #Constraints:      63638
2589.85/2596.10	c #Conflicts:    4436000 | #Constraints:      64638
2589.85/2596.10	c #Conflicts:    4437000 | #Constraints:      65638
2589.85/2596.10	c #Conflicts:    4438000 | #Constraints:      66638
2589.85/2596.10	c #Conflicts:    4439000 | #Constraints:      67638
2589.85/2596.10	c #Conflicts:    4440000 | #Constraints:      68638
2589.85/2596.10	c #Conflicts:    4441000 | #Constraints:      69638
2589.85/2596.10	c #Conflicts:    4442000 | #Constraints:      70638
2589.85/2596.10	c #Conflicts:    4443000 | #Constraints:      71638
2609.29/2615.55	c #Conflicts:    4444000 | #Constraints:      72638
2609.29/2615.55	c #Conflicts:    4445000 | #Constraints:      73638
2609.29/2615.55	c #Conflicts:    4446000 | #Constraints:      74638
2609.29/2615.55	c #Conflicts:    4447000 | #Constraints:      75638
2609.29/2615.55	c #Conflicts:    4448000 | #Constraints:      76638
2609.29/2615.55	c #Conflicts:    4449000 | #Constraints:      77638
2609.29/2615.55	c #Conflicts:    4450000 | #Constraints:      78638
2609.29/2615.55	c #Conflicts:    4451000 | #Constraints:      79638
2609.29/2615.55	c #Conflicts:    4452000 | #Constraints:      80638
2609.29/2615.55	c #Conflicts:    4453000 | #Constraints:      81638
2609.29/2615.55	c #Conflicts:    4454000 | #Constraints:      82638
2609.29/2615.55	c #Conflicts:    4455000 | #Constraints:      83638
2609.29/2615.55	c #Conflicts:    4456000 | #Constraints:      84638
2609.29/2615.55	c #Conflicts:    4457000 | #Constraints:      85638
2609.29/2615.55	c #Conflicts:    4458000 | #Constraints:      86638
2609.29/2615.55	c #Conflicts:    4459000 | #Constraints:      87638
2609.29/2615.55	c #Conflicts:    4460000 | #Constraints:      88638
2609.29/2615.55	c #Conflicts:    4461000 | #Constraints:      89638
2609.29/2615.55	c #Conflicts:    4462000 | #Constraints:      90638
2609.29/2615.55	c #Conflicts:    4463000 | #Constraints:      91638
2609.29/2615.55	c #Conflicts:    4464000 | #Constraints:      92638
2609.29/2615.55	c INPROCESSING
2609.29/2615.55	c GARBAGE COLLECT
2609.29/2615.55	c rational objective 112.396
2667.74/2674.18	c #Conflicts:    4465000 | #Constraints:      51639
2667.74/2674.18	c #Conflicts:    4466000 | #Constraints:      52639
2667.74/2674.18	c #Conflicts:    4467000 | #Constraints:      53639
2667.74/2674.18	c #Conflicts:    4468000 | #Constraints:      54639
2667.74/2674.18	c #Conflicts:    4469000 | #Constraints:      55639
2667.74/2674.18	c #Conflicts:    4470000 | #Constraints:      56639
2667.74/2674.18	c #Conflicts:    4471000 | #Constraints:      57639
2667.74/2674.18	c #Conflicts:    4472000 | #Constraints:      58639
2667.74/2674.18	c #Conflicts:    4473000 | #Constraints:      59639
2667.74/2674.18	c #Conflicts:    4474000 | #Constraints:      60639
2667.74/2674.18	c #Conflicts:    4475000 | #Constraints:      61639
2667.74/2674.18	c #Conflicts:    4476000 | #Constraints:      62639
2667.74/2674.18	c #Conflicts:    4477000 | #Constraints:      63639
2667.74/2674.18	c #Conflicts:    4478000 | #Constraints:      64639
2667.74/2674.18	c #Conflicts:    4479000 | #Constraints:      65639
2667.74/2674.18	c #Conflicts:    4480000 | #Constraints:      66639
2667.74/2674.18	c #Conflicts:    4481000 | #Constraints:      67639
2667.74/2674.18	c #Conflicts:    4482000 | #Constraints:      68639
2667.74/2674.18	c #Conflicts:    4483000 | #Constraints:      69639
2667.74/2674.18	c #Conflicts:    4484000 | #Constraints:      70639
2667.74/2674.18	c #Conflicts:    4485000 | #Constraints:      71639
2667.74/2674.18	c #Conflicts:    4486000 | #Constraints:      72639
2667.74/2674.18	c #Conflicts:    4487000 | #Constraints:      73639
2667.74/2674.18	c #Conflicts:    4488000 | #Constraints:      74639
2667.74/2674.18	c #Conflicts:    4489000 | #Constraints:      75639
2667.74/2674.18	c #Conflicts:    4490000 | #Constraints:      76639
2667.74/2674.18	c #Conflicts:    4491000 | #Constraints:      77639
2667.74/2674.18	c #Conflicts:    4492000 | #Constraints:      78639
2667.74/2674.18	c #Conflicts:    4493000 | #Constraints:      79639
2667.74/2674.18	c #Conflicts:    4494000 | #Constraints:      80639
2667.74/2674.18	c #Conflicts:    4495000 | #Constraints:      81639
2667.74/2674.18	c #Conflicts:    4496000 | #Constraints:      82639
2667.74/2674.18	c #Conflicts:    4497000 | #Constraints:      83639
2667.74/2674.18	c #Conflicts:    4498000 | #Constraints:      84639
2667.74/2674.18	c #Conflicts:    4499000 | #Constraints:      85640
2667.74/2674.18	c #Conflicts:    4500000 | #Constraints:      86640
2667.74/2674.18	c #Conflicts:    4501000 | #Constraints:      87640
2667.74/2674.18	c #Conflicts:    4502000 | #Constraints:      88640
2667.74/2674.18	c #Conflicts:    4503000 | #Constraints:      89640
2667.74/2674.18	c #Conflicts:    4504000 | #Constraints:      90640
2667.74/2674.18	c #Conflicts:    4505000 | #Constraints:      91640
2667.74/2674.18	c #Conflicts:    4506000 | #Constraints:      92640
2667.74/2674.18	c INPROCESSING
2667.74/2674.18	c GARBAGE COLLECT
2667.74/2674.18	c #Conflicts:    4507000 | #Constraints:      51434
2667.74/2674.18	c #Conflicts:    4508000 | #Constraints:      52434
2667.74/2674.18	c #Conflicts:    4509000 | #Constraints:      53434
2667.74/2674.18	c #Conflicts:    4510000 | #Constraints:      54434
2667.74/2674.18	c #Conflicts:    4511000 | #Constraints:      55434
2667.74/2674.18	c #Conflicts:    4512000 | #Constraints:      56434
2667.74/2674.18	c #Conflicts:    4513000 | #Constraints:      57434
2667.74/2674.18	c #Conflicts:    4514000 | #Constraints:      58434
2667.74/2674.18	c #Conflicts:    4515000 | #Constraints:      59434
2667.74/2674.18	c #Conflicts:    4516000 | #Constraints:      60434
2667.74/2674.18	c #Conflicts:    4517000 | #Constraints:      61434
2667.74/2674.18	c #Conflicts:    4518000 | #Constraints:      62434
2667.74/2674.18	c #Conflicts:    4519000 | #Constraints:      63434
2667.74/2674.18	c #Conflicts:    4520000 | #Constraints:      64434
2667.74/2674.18	c #Conflicts:    4521000 | #Constraints:      65434
2667.74/2674.18	c #Conflicts:    4522000 | #Constraints:      66434
2667.74/2674.18	c #Conflicts:    4523000 | #Constraints:      67434
2667.74/2674.18	c #Conflicts:    4524000 | #Constraints:      68435
2667.74/2674.18	c #Conflicts:    4525000 | #Constraints:      69435
2667.74/2674.18	c #Conflicts:    4526000 | #Constraints:      70435
2667.74/2674.18	c #Conflicts:    4527000 | #Constraints:      71435
2667.74/2674.18	c #Conflicts:    4528000 | #Constraints:      72435
2667.74/2674.18	c #Conflicts:    4529000 | #Constraints:      73435
2667.74/2674.18	c #Conflicts:    4530000 | #Constraints:      74435
2667.74/2674.18	c #Conflicts:    4531000 | #Constraints:      75435
2667.74/2674.18	c #Conflicts:    4532000 | #Constraints:      76435
2667.74/2674.18	c #Conflicts:    4533000 | #Constraints:      77435
2667.74/2674.18	c #Conflicts:    4534000 | #Constraints:      78435
2667.74/2674.18	c #Conflicts:    4535000 | #Constraints:      79435
2667.74/2674.18	c #Conflicts:    4536000 | #Constraints:      80435
2667.74/2674.18	c #Conflicts:    4537000 | #Constraints:      81435
2667.74/2674.18	c #Conflicts:    4538000 | #Constraints:      82435
2667.74/2674.18	WSVECS04 Frhs2[4]: 6 0 84.3022 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[17]: 6 0 310.913 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[32]: 6 0 69.4202 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[36]: 6 0 310.913 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[40]: 6 0 277.156 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[118]: 6 0 1.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[174]: 6 0 1.00003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[190]: 6 0 0.500031 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[195]: 6 0 3.00009 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[203]: 6 0 1.00007 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[255]: 6 0 1.00004 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[275]: 6 0 3.00008 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[310]: 6 0 7.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[315]: 6 0 2.87503 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[390]: 6 0 1.00003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[391]: 6 0 0.500044 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[415]: 6 0 0.875046 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[436]: 6 0 0.500042 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[438]: 6 0 0.750012 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[495]: 6 0 1.00008 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[515]: 6 0 12 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[516]: 6 0 0.666728 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[523]: 6 0 1.00007 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[556]: 6 0 7.00008 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[564]: 6 0 1.00004 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[620]: 6 0 0.75006 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[639]: 6 0 1.00004 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[700]: 6 0 1.00005 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[703]: 6 0 1.00007 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[743]: 6 0 0.750075 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[751]: 6 0 1.00001 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[754]: 6 0 0.500074 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[777]: 6 0 1.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[865]: 6 0 1.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[866]: 6 0 0.750053 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[870]: 6 0 1.00009 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[874]: 6 0 2.00004 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[875]: 6 0 2.00008 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[884]: 6 0 7.00004 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[885]: 6 0 0.333429 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[899]: 6 0 0.500052 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[950]: 6 0 0.250077 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[956]: 6 0 1.00005 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[959]: 6 0 0.500045 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[967]: 6 0 0.333356 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[982]: 6 0 2.00005 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1003]: 6 0 0.500097 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1151]: 6 0 1.00008 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1154]: 6 0 1.00003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1155]: 6 0 0.250095 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1164]: 6 0 0.500049 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1167]: 6 0 0.500044 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1170]: 6 0 0.500054 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1174]: 6 0 0.500081 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1176]: 6 0 0.8751 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1179]: 6 0 1.00006 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1185]: 6 0 1.0001 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1187]: 6 0 2.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1188]: 6 0 2.00003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1195]: 6 0 1.00009 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1198]: 6 0 1.00009 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1199]: 6 0 1.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1212]: 6 0 7.00003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1217]: 6 0 0.875086 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1225]: 6 0 1.00006 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1315]: 6 0 1.00009 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1318]: 6 0 1.00006 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1319]: 6 0 0.25003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1352]: 6 0 2.00007 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1356]: 6 0 1.00005 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1359]: 6 0 1.00004 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1365]: 6 0 4.00006 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1369]: 6 0 4.00003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1376]: 6 0 7.00005 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1381]: 6 0 0.875038 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1392]: 6 0 2.00003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1393]: 6 0 2.00004 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1403]: 6 0 1.00003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1407]: 6 0 1.00004 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1422]: 6 0 0.875077 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1425]: 6 0 1.00005 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1432]: 6 0 0.500016 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1479]: 6 0 1.00005 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1483]: 6 0 0.250089 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1484]: 6 0 0.333345 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1485]: 6 0 1.00009 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1499]: 6 0 7.00007 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1507]: 6 0 1.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1512]: 6 0 1.00007 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1513]: 6 0 1.00001 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1516]: 6 0 2.00007 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1523]: 6 0 1.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1524]: 6 0 0.250032 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1526]: 6 0 1.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1541]: 6 0 0.66675 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1545]: 6 0 0.875025 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1548]: 6 0 1.00005 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1553]: 6 0 1.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1556]: 6 0 2.00002 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1557]: 6 0 2.00003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1688]: 6 0 1.00007 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1699]: 6 0 1.00007 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1705]: 6 0 0.666677 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1712]: 6 0 1.00003 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1718]: 6 0 1.00009 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1721]: 6 0 2.0001 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1758]: 6 0 1.00004 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1782]: 6 0 0.500063 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1800]: 6 0 1.00005 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1805]: 6 0 1.0001 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1829]: 6 -1.00007 0 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1837]: 6 -3.00005 0 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1900]: 6 -1.00008 0 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1929]: 6 -4.00002 0 shouldn't be
2667.74/2674.18	WSVECS04 Frhs2[1945]: 6 -1.0001 0 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[103]: 6 0 0.333382 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[119]: 6 0 1.00008 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[163]: 6 0 3.00008 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[350]: 6 0 0.500076 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[351]: 6 0 15 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[430]: 6 0 1.00003 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[435]: 6 0 2.00003 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[463]: 6 0 1.00008 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[475]: 6 0 2.66673 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[545]: 6 0 1.00003 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[546]: 6 0 1.00004 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[554]: 6 0 0.666694 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[570]: 6 0 1.00002 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[636]: 6 0 0.666691 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[710]: 6 0 1.0001 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[716]: 6 0 0.500097 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[750]: 6 0 1.00008 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[776]: 6 0 0.500076 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[996]: 6 0 1.00003 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1168]: 6 0 1.00006 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1196]: 6 0 0.250093 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1203]: 6 0 0.500035 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1316]: 6 0 1.00002 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1398]: 6 0 1.00009 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1408]: 6 0 0.500091 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1414]: 6 0 1.00008 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1433]: 6 0 2.00008 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1490]: 6 0 0.500011 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1496]: 6 0 1.00001 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1531]: 6 0 0.500016 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1720]: 6 0 2.00003 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1761]: 6 0 2.00007 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1831]: 6 -1.00009 0 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1832]: 6 -1.00009 0 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1833]: 6 -1.00007 0 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1836]: 6 -1.00005 0 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1863]: 6 -1.00007 0 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1864]: 6 -1.00005 0 shouldn't be
2668.04/2674.46	WSVECS04 Frhs2[1972]: 6 -1.00006 0 shouldn't be
2714.52/2721.03	c #Conflicts:    4539000 | #Constraints:      83435
2714.52/2721.03	c #Conflicts:    4540000 | #Constraints:      84435
2714.52/2721.03	c #Conflicts:    4541000 | #Constraints:      85435
2714.52/2721.03	c #Conflicts:    4542000 | #Constraints:      86435
2714.52/2721.03	c #Conflicts:    4543000 | #Constraints:      87435
2714.52/2721.03	c #Conflicts:    4544000 | #Constraints:      88435
2714.52/2721.03	c #Conflicts:    4545000 | #Constraints:      89435
2714.52/2721.03	c #Conflicts:    4546000 | #Constraints:      90435
2714.52/2721.03	c #Conflicts:    4547000 | #Constraints:      91435
2714.52/2721.03	c #Conflicts:    4548000 | #Constraints:      92435
2714.52/2721.03	c #Conflicts:    4549000 | #Constraints:      93435
2714.52/2721.03	c INPROCESSING
2714.52/2721.03	c GARBAGE COLLECT
2714.52/2721.03	c #Conflicts:    4550000 | #Constraints:      52039
2714.52/2721.03	c #Conflicts:    4551000 | #Constraints:      53039
2714.52/2721.03	c #Conflicts:    4552000 | #Constraints:      54039
2714.52/2721.03	c #Conflicts:    4553000 | #Constraints:      55039
2714.52/2721.03	c #Conflicts:    4554000 | #Constraints:      56039
2714.52/2721.03	c #Conflicts:    4555000 | #Constraints:      57039
2714.52/2721.03	c #Conflicts:    4556000 | #Constraints:      58039
2714.52/2721.03	c #Conflicts:    4557000 | #Constraints:      59039
2714.52/2721.03	c #Conflicts:    4558000 | #Constraints:      60039
2714.52/2721.03	c #Conflicts:    4559000 | #Constraints:      61039
2714.52/2721.03	c #Conflicts:    4560000 | #Constraints:      62039
2714.52/2721.03	c #Conflicts:    4561000 | #Constraints:      63039
2714.52/2721.03	c #Conflicts:    4562000 | #Constraints:      64039
2714.52/2721.03	c #Conflicts:    4563000 | #Constraints:      65039
2714.52/2721.03	c #Conflicts:    4564000 | #Constraints:      66039
2714.52/2721.03	c #Conflicts:    4565000 | #Constraints:      67039
2714.52/2721.03	c #Conflicts:    4566000 | #Constraints:      68039
2714.52/2721.03	c #Conflicts:    4567000 | #Constraints:      69039
2714.52/2721.03	c #Conflicts:    4568000 | #Constraints:      70039
2714.52/2721.03	c #Conflicts:    4569000 | #Constraints:      71039
2714.52/2721.03	c #Conflicts:    4570000 | #Constraints:      72039
2714.52/2721.03	c #Conflicts:    4571000 | #Constraints:      73039
2714.52/2721.03	c #Conflicts:    4572000 | #Constraints:      74039
2714.52/2721.03	c #Conflicts:    4573000 | #Constraints:      75039
2714.52/2721.03	c #Conflicts:    4574000 | #Constraints:      76039
2714.52/2721.03	c #Conflicts:    4575000 | #Constraints:      77039
2714.52/2721.03	c #Conflicts:    4576000 | #Constraints:      78039
2714.52/2721.03	c #Conflicts:    4577000 | #Constraints:      79039
2714.52/2721.03	c #Conflicts:    4578000 | #Constraints:      80039
2714.52/2721.03	c #Conflicts:    4579000 | #Constraints:      81039
2714.52/2721.03	c #Conflicts:    4580000 | #Constraints:      82039
2714.52/2721.03	c #Conflicts:    4581000 | #Constraints:      83039
2714.52/2721.03	c #Conflicts:    4582000 | #Constraints:      84039
2714.52/2721.03	c #Conflicts:    4583000 | #Constraints:      85039
2714.52/2721.03	c #Conflicts:    4584000 | #Constraints:      86039
2714.52/2721.03	c #Conflicts:    4585000 | #Constraints:      87039
2714.52/2721.03	c #Conflicts:    4586000 | #Constraints:      88039
2714.52/2721.03	c #Conflicts:    4587000 | #Constraints:      89039
2714.52/2721.03	c #Conflicts:    4588000 | #Constraints:      90039
2714.52/2721.03	c #Conflicts:    4589000 | #Constraints:      91039
2714.52/2721.03	c #Conflicts:    4590000 | #Constraints:      92039
2714.52/2721.03	c #Conflicts:    4591000 | #Constraints:      93039
2714.52/2721.03	c #Conflicts:    4592000 | #Constraints:      94039
2714.52/2721.03	c INPROCESSING
2714.52/2721.03	c GARBAGE COLLECT
2714.52/2721.03	c rational objective 112.396
2758.50/2765.13	c #Conflicts:    4593000 | #Constraints:      52442
2758.50/2765.13	c #Conflicts:    4594000 | #Constraints:      53442
2758.50/2765.13	c #Conflicts:    4595000 | #Constraints:      54442
2758.50/2765.13	c #Conflicts:    4596000 | #Constraints:      55442
2758.50/2765.13	c #Conflicts:    4597000 | #Constraints:      56442
2758.50/2765.13	c #Conflicts:    4598000 | #Constraints:      57442
2758.50/2765.13	c #Conflicts:    4599000 | #Constraints:      58442
2758.50/2765.13	c #Conflicts:    4600000 | #Constraints:      59442
2758.50/2765.13	c #Conflicts:    4601000 | #Constraints:      60442
2758.50/2765.13	c #Conflicts:    4602000 | #Constraints:      61442
2758.50/2765.13	c #Conflicts:    4603000 | #Constraints:      62442
2758.50/2765.13	c #Conflicts:    4604000 | #Constraints:      63442
2758.50/2765.13	c #Conflicts:    4605000 | #Constraints:      64442
2758.50/2765.13	c #Conflicts:    4606000 | #Constraints:      65442
2758.50/2765.13	c #Conflicts:    4607000 | #Constraints:      66442
2758.50/2765.13	c #Conflicts:    4608000 | #Constraints:      67442
2758.50/2765.13	c #Conflicts:    4609000 | #Constraints:      68442
2758.50/2765.13	c #Conflicts:    4610000 | #Constraints:      69442
2758.50/2765.13	c #Conflicts:    4611000 | #Constraints:      70442
2758.50/2765.13	c #Conflicts:    4612000 | #Constraints:      71442
2758.50/2765.13	c #Conflicts:    4613000 | #Constraints:      72442
2758.50/2765.13	c #Conflicts:    4614000 | #Constraints:      73442
2758.50/2765.13	c #Conflicts:    4615000 | #Constraints:      74442
2758.50/2765.13	c #Conflicts:    4616000 | #Constraints:      75442
2758.50/2765.13	c #Conflicts:    4617000 | #Constraints:      76442
2758.50/2765.13	c #Conflicts:    4618000 | #Constraints:      77442
2758.50/2765.13	c #Conflicts:    4619000 | #Constraints:      78442
2758.50/2765.13	c #Conflicts:    4620000 | #Constraints:      79442
2758.50/2765.13	c #Conflicts:    4621000 | #Constraints:      80442
2758.50/2765.13	c #Conflicts:    4622000 | #Constraints:      81442
2758.50/2765.13	c #Conflicts:    4623000 | #Constraints:      82442
2758.50/2765.13	c #Conflicts:    4624000 | #Constraints:      83442
2758.50/2765.13	c #Conflicts:    4625000 | #Constraints:      84442
2758.50/2765.13	c #Conflicts:    4626000 | #Constraints:      85442
2758.50/2765.13	c #Conflicts:    4627000 | #Constraints:      86442
2758.50/2765.13	c #Conflicts:    4628000 | #Constraints:      87442
2758.50/2765.13	c #Conflicts:    4629000 | #Constraints:      88442
2758.50/2765.13	c #Conflicts:    4630000 | #Constraints:      89442
2758.50/2765.13	c #Conflicts:    4631000 | #Constraints:      90443
2758.50/2765.13	c #Conflicts:    4632000 | #Constraints:      91443
2758.50/2765.13	c #Conflicts:    4633000 | #Constraints:      92443
2758.50/2765.13	c #Conflicts:    4634000 | #Constraints:      93443
2758.50/2765.13	c #Conflicts:    4635000 | #Constraints:      94443
2758.50/2765.13	c INPROCESSING
2758.50/2765.13	c GARBAGE COLLECT
2758.50/2765.13	c #Conflicts:    4636000 | #Constraints:      52642
2758.50/2765.13	c #Conflicts:    4637000 | #Constraints:      53642
2758.50/2765.13	c #Conflicts:    4638000 | #Constraints:      54642
2758.50/2765.13	c #Conflicts:    4639000 | #Constraints:      55642
2758.50/2765.13	c #Conflicts:    4640000 | #Constraints:      56642
2758.50/2765.13	c #Conflicts:    4641000 | #Constraints:      57642
2758.50/2765.13	c #Conflicts:    4642000 | #Constraints:      58642
2758.50/2765.13	c #Conflicts:    4643000 | #Constraints:      59642
2758.50/2765.13	c #Conflicts:    4644000 | #Constraints:      60642
2758.50/2765.13	c #Conflicts:    4645000 | #Constraints:      61642
2758.50/2765.13	c #Conflicts:    4646000 | #Constraints:      62642
2758.50/2765.13	WSVECS04 Frhs2[13]: 6 -52.5381 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[15]: 6 -52.5381 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[95]: 6 0 2.00004 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[99]: 6 0 21.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[113]: 6 0 0.50008 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[118]: 6 0 0.14769 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[121]: 6 0 1.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[123]: 6 0 1.00008 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[143]: 6 0 1.00006 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[151]: 6 0 5.50007 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[158]: 6 0 25.0453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[181]: 6 0 21.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[193]: 6 0 21.4096 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[203]: 6 0 1.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[225]: 6 0 1.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[231]: 6 0 0.500055 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[233]: 6 0 0.500066 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[241]: 6 0 0.147683 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[263]: 6 0 21.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[273]: 6 0 6.98098 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[281]: 6 0 26.0453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[345]: 6 0 21.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[398]: 6 0 21.4096 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[459]: 6 0 0.250076 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[471]: 6 0 1.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[499]: 6 0 29.1286 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[521]: 6 0 21.4096 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[538]: 6 0 1.00008 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[546]: 6 0 2.00003 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[550]: 6 0 22.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[551]: 6 0 4.50002 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[565]: 6 0 0.200014 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[575]: 6 0 1.00003 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[579]: 6 0 1.00007 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[581]: 6 0 29.1287 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[591]: 6 0 22.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[603]: 6 0 22.4096 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[633]: 6 0 1.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[661]: 6 0 1.00006 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[663]: 6 0 29.1287 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[673]: 6 0 22.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[678]: 6 0 0.333347 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[681]: 6 0 0.500027 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[697]: 6 0 1.00002 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[704]: 6 0 29.1287 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[710]: 6 0 2.00001 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[711]: 6 0 4.00001 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[714]: 6 0 22.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[732]: 6 0 26.0453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[736]: 6 0 2.00008 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[738]: 6 0 1.00006 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[784]: 6 0 1.00002 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[786]: 6 0 29.1286 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[790]: 6 0 1.0001 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[793]: 6 0 1.00006 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[794]: 6 0 1.00003 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[798]: 6 0 0.500034 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[804]: 6 0 0.50007 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[806]: 6 0 5.98096 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[811]: 6 0 0.200038 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[814]: 6 0 26.0453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[818]: 6 0 3.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[866]: 6 0 1.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[871]: 6 0 0.790575 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[874]: 6 0 2.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[878]: 6 0 22.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[895]: 6 0 0.833376 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[900]: 6 0 3.0001 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[901]: 6 0 0.333404 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[913]: 6 0 1.0001 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[921]: 6 0 0.50005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[923]: 6 0 0.500032 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[937]: 6 0 26.0453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[941]: 6 0 3.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[943]: 6 0 1.00007 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[950]: 6 0 29.1286 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[953]: 6 0 0.790538 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[954]: 6 0 1.00008 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[958]: 6 0 1.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[963]: 6 0 1.00003 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[978]: 6 0 26.0453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[980]: 6 0 1.00001 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[991]: 6 0 29.1287 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1001]: 6 0 22.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1017]: 6 0 1.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1023]: 6 0 3.00001 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1025]: 6 0 1.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1153]: 6 0 1.00003 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1158]: 6 0 0.704849 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1161]: 6 0 2.00006 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1163]: 6 0 1.00007 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1177]: 6 0 22.4095 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1181]: 6 0 1.00008 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1187]: 6 0 3.00001 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1194]: 6 0 1.00002 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1204]: 6 0 1.00006 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1207]: 6 0 0.500028 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1209]: 6 0 1.00003 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1211]: 6 0 0.333349 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1215]: 6 0 0.500086 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1217]: 6 0 0.50009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1218]: 6 0 22.4096 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1219]: 6 0 1.00001 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1223]: 6 0 1.8334 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1225]: 6 0 0.147716 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1226]: 6 0 1.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1228]: 6 0 3.00008 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1278]: 6 0 29.1286 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1281]: 6 0 0.704833 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1284]: 6 0 2.00008 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1288]: 6 0 21.8453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1289]: 6 0 0.500053 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1291]: 6 0 1.00006 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1293]: 6 0 0.33339 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1297]: 6 0 0.500084 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1299]: 6 0 0.500083 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1301]: 6 0 1.00006 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1303]: 6 0 0.200039 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1305]: 6 0 1.83335 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1306]: 6 0 26.0452 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1312]: 6 0 1.00006 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1318]: 6 0 0.500035 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1323]: 6 0 1.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1337]: 6 0 0.500015 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1341]: 6 0 22.4095 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1345]: 6 0 1.00007 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1347]: 6 0 26.0453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1353]: 6 0 1.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1486]: 6 0 0.500091 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1489]: 6 0 1.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1497]: 6 0 0.500099 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1503]: 6 0 6.98097 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1505]: 6 0 22.4096 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1506]: 6 0 1.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1513]: 6 0 1.00003 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1515]: 6 0 3.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1516]: 6 0 0.333414 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1612]: 6 0 1.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1618]: 6 0 0.500071 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1628]: 6 0 22.4096 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1632]: 6 0 1.00002 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1636]: 6 0 1.00008 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1686]: 6 0 1.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1689]: 6 0 0.250038 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1694]: 6 0 1.00005 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1698]: 6 0 1.00008 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1712]: 6 0 0.500054 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1715]: 6 0 1.83335 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1716]: 6 0 25.0453 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1720]: 6 0 2.00006 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1737]: 6 0 1.00003 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1753]: 6 0 0.500048 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1755]: 6 0 1.00007 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1783]: 6 0 1.00009 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1860]: 6 -1.00009 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1876]: 6 -1.00009 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1877]: 6 -1.00006 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1932]: 6 -1.00002 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1950]: 6 -1.00007 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1955]: 6 -1.0001 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1956]: 6 -1.00009 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1957]: 6 -1.00005 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1958]: 6 -1.00002 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1966]: 6 -1.00003 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1967]: 6 -1.00002 0 shouldn't be
2758.50/2765.13	WSVECS04 Frhs2[1973]: 6 -1.00003 0 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[313]: 6 0 0.500099 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[701]: 6 0 1.00008 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[783]: 6 0 1.00003 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[813]: 6 0 0.833418 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[865]: 6 0 1.00008 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[886]: 6 0 0.500097 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[911]: 6 0 1.00002 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[977]: 6 0 0.833406 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1193]: 6 0 1.00008 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1198]: 6 0 1.00005 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1633]: 6 0 1.83341 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1854]: 6 -1.00001 0 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1855]: 6 -1.00004 0 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1880]: 6 -1.00002 0 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1910]: 6 -1.00002 0 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1930]: 6 -1.00006 0 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1931]: 6 -1.00003 0 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1944]: 6 -1.00002 0 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1971]: 6 -1.00005 0 shouldn't be
2758.80/2765.41	WSVECS04 Frhs2[1972]: 6 -1.00009 0 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[219]: 6 0 0.333346 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[483]: 6 0 0.200025 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[566]: 6 0 1.00006 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[665]: 6 0 1.00002 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[729]: 6 0 0.200074 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[731]: 6 0 0.833423 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[1313]: 6 0 1.00006 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[1800]: 6 0 1.00006 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[1884]: 6 -4.00002 0 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[1919]: 6 -1.00005 0 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[1964]: 6 -1.00007 0 shouldn't be
2759.00/2765.68	WSVECS04 Frhs2[1965]: 6 -1.00004 0 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[503]: 6 0 1.00003 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[820]: 6 0 1.00008 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[870]: 6 0 1.00009 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1708]: 6 0 6.98104 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1883]: 6 -1.00006 0 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1889]: 6 -1.00004 0 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1890]: 6 -1.00003 0 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1891]: 6 -1.00001 0 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1892]: 6 -1.00009 0 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1893]: 6 -1.00006 0 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1894]: 6 -1.00008 0 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1895]: 6 -1.00009 0 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1917]: 6 -1.00001 0 shouldn't be
2759.29/2765.94	WSVECS04 Frhs2[1918]: 6 -1.00002 0 shouldn't be
2829.90/2836.79	c #Conflicts:    4647000 | #Constraints:      63642
2829.90/2836.79	c #Conflicts:    4648000 | #Constraints:      64642
2829.90/2836.79	c #Conflicts:    4649000 | #Constraints:      65642
2829.90/2836.79	c #Conflicts:    4650000 | #Constraints:      66642
2829.90/2836.79	c #Conflicts:    4651000 | #Constraints:      67642
2829.90/2836.79	c #Conflicts:    4652000 | #Constraints:      68642
2829.90/2836.79	c #Conflicts:    4653000 | #Constraints:      69642
2829.90/2836.79	c #Conflicts:    4654000 | #Constraints:      70642
2829.90/2836.79	c #Conflicts:    4655000 | #Constraints:      71642
2829.90/2836.79	c #Conflicts:    4656000 | #Constraints:      72642
2829.90/2836.79	c #Conflicts:    4657000 | #Constraints:      73642
2829.90/2836.79	c #Conflicts:    4658000 | #Constraints:      74642
2829.90/2836.79	c #Conflicts:    4659000 | #Constraints:      75642
2829.90/2836.79	c #Conflicts:    4660000 | #Constraints:      76642
2829.90/2836.79	c #Conflicts:    4661000 | #Constraints:      77642
2829.90/2836.79	c #Conflicts:    4662000 | #Constraints:      78642
2829.90/2836.79	c #Conflicts:    4663000 | #Constraints:      79642
2829.90/2836.79	c #Conflicts:    4664000 | #Constraints:      80642
2829.90/2836.79	c #Conflicts:    4665000 | #Constraints:      81642
2829.90/2836.79	c #Conflicts:    4666000 | #Constraints:      82642
2829.90/2836.79	c #Conflicts:    4667000 | #Constraints:      83642
2829.90/2836.79	c #Conflicts:    4668000 | #Constraints:      84642
2829.90/2836.79	c #Conflicts:    4669000 | #Constraints:      85642
2829.90/2836.79	c #Conflicts:    4670000 | #Constraints:      86642
2829.90/2836.79	c #Conflicts:    4671000 | #Constraints:      87642
2829.90/2836.79	c #Conflicts:    4672000 | #Constraints:      88642
2829.90/2836.79	c #Conflicts:    4673000 | #Constraints:      89642
2829.90/2836.79	c #Conflicts:    4674000 | #Constraints:      90642
2829.90/2836.79	c #Conflicts:    4675000 | #Constraints:      91642
2829.90/2836.79	c #Conflicts:    4676000 | #Constraints:      92642
2829.90/2836.79	c #Conflicts:    4677000 | #Constraints:      93642
2829.90/2836.79	c #Conflicts:    4678000 | #Constraints:      94642
2829.90/2836.79	c INPROCESSING
2829.90/2836.79	c GARBAGE COLLECT
2829.90/2836.79	c #Conflicts:    4679000 | #Constraints:      52642
2829.90/2836.79	c #Conflicts:    4680000 | #Constraints:      53642
2829.90/2836.79	c #Conflicts:    4681000 | #Constraints:      54642
2829.90/2836.79	c #Conflicts:    4682000 | #Constraints:      55642
2829.90/2836.79	c #Conflicts:    4683000 | #Constraints:      56642
2829.90/2836.79	c #Conflicts:    4684000 | #Constraints:      57642
2829.90/2836.79	c #Conflicts:    4685000 | #Constraints:      58642
2829.90/2836.79	c #Conflicts:    4686000 | #Constraints:      59642
2829.90/2836.79	c #Conflicts:    4687000 | #Constraints:      60642
2829.90/2836.79	c #Conflicts:    4688000 | #Constraints:      61642
2829.90/2836.79	c #Conflicts:    4689000 | #Constraints:      62642
2829.90/2836.79	c #Conflicts:    4690000 | #Constraints:      63642
2829.90/2836.79	c #Conflicts:    4691000 | #Constraints:      64642
2829.90/2836.79	c #Conflicts:    4692000 | #Constraints:      65642
2829.90/2836.79	c #Conflicts:    4693000 | #Constraints:      66642
2829.90/2836.79	c #Conflicts:    4694000 | #Constraints:      67642
2829.90/2836.79	c #Conflicts:    4695000 | #Constraints:      68642
2829.90/2836.79	c #Conflicts:    4696000 | #Constraints:      69642
2829.90/2836.79	c #Conflicts:    4697000 | #Constraints:      70642
2829.90/2836.79	c #Conflicts:    4698000 | #Constraints:      71642
2829.90/2836.79	c #Conflicts:    4699000 | #Constraints:      72642
2829.90/2836.79	c #Conflicts:    4700000 | #Constraints:      73642
2829.90/2836.79	c #Conflicts:    4701000 | #Constraints:      74642
2829.90/2836.79	c #Conflicts:    4702000 | #Constraints:      75642
2829.90/2836.79	c #Conflicts:    4703000 | #Constraints:      76642
2829.90/2836.79	c #Conflicts:    4704000 | #Constraints:      77642
2829.90/2836.79	c #Conflicts:    4705000 | #Constraints:      78642
2829.90/2836.79	c #Conflicts:    4706000 | #Constraints:      79642
2829.90/2836.79	c #Conflicts:    4707000 | #Constraints:      80642
2829.90/2836.79	c #Conflicts:    4708000 | #Constraints:      81642
2829.90/2836.79	c #Conflicts:    4709000 | #Constraints:      82642
2829.90/2836.79	c #Conflicts:    4710000 | #Constraints:      83642
2829.90/2836.79	c #Conflicts:    4711000 | #Constraints:      84642
2829.90/2836.79	c #Conflicts:    4712000 | #Constraints:      85642
2829.90/2836.79	c #Conflicts:    4713000 | #Constraints:      86642
2829.90/2836.79	c #Conflicts:    4714000 | #Constraints:      87642
2829.90/2836.79	c #Conflicts:    4715000 | #Constraints:      88642
2829.90/2836.79	c #Conflicts:    4716000 | #Constraints:      89642
2829.90/2836.79	c #Conflicts:    4717000 | #Constraints:      90642
2829.90/2836.79	c #Conflicts:    4718000 | #Constraints:      91642
2829.90/2836.79	c #Conflicts:    4719000 | #Constraints:      92642
2829.90/2836.79	c #Conflicts:    4720000 | #Constraints:      93642
2829.90/2836.79	c #Conflicts:    4721000 | #Constraints:      94642
2829.90/2836.79	c INPROCESSING
2829.90/2836.79	c GARBAGE COLLECT
2829.90/2836.79	c rational objective 112.396
2895.14/2902.19	c #Conflicts:    4722000 | #Constraints:      52438
2895.14/2902.19	c #Conflicts:    4723000 | #Constraints:      53438
2895.14/2902.19	c #Conflicts:    4724000 | #Constraints:      54438
2895.14/2902.19	c #Conflicts:    4725000 | #Constraints:      55438
2895.14/2902.19	c #Conflicts:    4726000 | #Constraints:      56438
2895.14/2902.19	c #Conflicts:    4727000 | #Constraints:      57438
2895.14/2902.19	c #Conflicts:    4728000 | #Constraints:      58438
2895.14/2902.19	c #Conflicts:    4729000 | #Constraints:      59438
2895.14/2902.19	c #Conflicts:    4730000 | #Constraints:      60438
2895.14/2902.19	c #Conflicts:    4731000 | #Constraints:      61438
2895.14/2902.19	c #Conflicts:    4732000 | #Constraints:      62438
2895.14/2902.19	c #Conflicts:    4733000 | #Constraints:      63438
2895.14/2902.19	c #Conflicts:    4734000 | #Constraints:      64438
2895.14/2902.19	c #Conflicts:    4735000 | #Constraints:      65438
2895.14/2902.19	c #Conflicts:    4736000 | #Constraints:      66438
2895.14/2902.19	c #Conflicts:    4737000 | #Constraints:      67438
2895.14/2902.19	c #Conflicts:    4738000 | #Constraints:      68438
2895.14/2902.19	c #Conflicts:    4739000 | #Constraints:      69438
2895.14/2902.19	c #Conflicts:    4740000 | #Constraints:      70438
2895.14/2902.19	c #Conflicts:    4741000 | #Constraints:      71438
2895.14/2902.19	c #Conflicts:    4742000 | #Constraints:      72438
2895.14/2902.19	c #Conflicts:    4743000 | #Constraints:      73438
2895.14/2902.19	c #Conflicts:    4744000 | #Constraints:      74438
2895.14/2902.19	c #Conflicts:    4745000 | #Constraints:      75438
2895.14/2902.19	c #Conflicts:    4746000 | #Constraints:      76438
2895.14/2902.19	c #Conflicts:    4747000 | #Constraints:      77438
2895.14/2902.19	c #Conflicts:    4748000 | #Constraints:      78438
2895.14/2902.19	c #Conflicts:    4749000 | #Constraints:      79438
2895.14/2902.19	c #Conflicts:    4750000 | #Constraints:      80438
2895.14/2902.19	c #Conflicts:    4751000 | #Constraints:      81438
2895.14/2902.19	c #Conflicts:    4752000 | #Constraints:      82438
2895.14/2902.19	c #Conflicts:    4753000 | #Constraints:      83438
2895.14/2902.19	c #Conflicts:    4754000 | #Constraints:      84438
2895.14/2902.19	c #Conflicts:    4755000 | #Constraints:      85438
2895.14/2902.19	c #Conflicts:    4756000 | #Constraints:      86438
2895.14/2902.19	c #Conflicts:    4757000 | #Constraints:      87438
2895.14/2902.19	c #Conflicts:    4758000 | #Constraints:      88438
2895.14/2902.19	c #Conflicts:    4759000 | #Constraints:      89438
2895.14/2902.19	c #Conflicts:    4760000 | #Constraints:      90438
2895.14/2902.19	c #Conflicts:    4761000 | #Constraints:      91438
2895.14/2902.19	c #Conflicts:    4762000 | #Constraints:      92438
2895.14/2902.19	c #Conflicts:    4763000 | #Constraints:      93438
2895.14/2902.19	c #Conflicts:    4764000 | #Constraints:      94438
2895.14/2902.19	c #Conflicts:    4765000 | #Constraints:      95438
2895.14/2902.19	c INPROCESSING
2895.14/2902.19	c GARBAGE COLLECT
2895.14/2902.19	c #Conflicts:    4766000 | #Constraints:      53040
2895.14/2902.19	c #Conflicts:    4767000 | #Constraints:      54040
2895.14/2902.19	c #Conflicts:    4768000 | #Constraints:      55040
2895.14/2902.19	c #Conflicts:    4769000 | #Constraints:      56040
2895.14/2902.19	c #Conflicts:    4770000 | #Constraints:      57040
2895.14/2902.19	c #Conflicts:    4771000 | #Constraints:      58040
2895.14/2902.19	c #Conflicts:    4772000 | #Constraints:      59040
2895.14/2902.19	c #Conflicts:    4773000 | #Constraints:      60040
2895.14/2902.19	c #Conflicts:    4774000 | #Constraints:      61040
2895.14/2902.19	c #Conflicts:    4775000 | #Constraints:      62040
2895.14/2902.19	c #Conflicts:    4776000 | #Constraints:      63040
2895.14/2902.19	c #Conflicts:    4777000 | #Constraints:      64040
2895.14/2902.19	c #Conflicts:    4778000 | #Constraints:      65040
2895.14/2902.19	c #Conflicts:    4779000 | #Constraints:      66040
2895.14/2902.19	c #Conflicts:    4780000 | #Constraints:      67040
2895.14/2902.19	c #Conflicts:    4781000 | #Constraints:      68040
2895.14/2902.19	c #Conflicts:    4782000 | #Constraints:      69040
2895.14/2902.19	c #Conflicts:    4783000 | #Constraints:      70040
2895.14/2902.19	c #Conflicts:    4784000 | #Constraints:      71040
2895.14/2902.19	c #Conflicts:    4785000 | #Constraints:      72040
2895.14/2902.19	c #Conflicts:    4786000 | #Constraints:      73040
2895.14/2902.19	c #Conflicts:    4787000 | #Constraints:      74040
2895.14/2902.19	c #Conflicts:    4788000 | #Constraints:      75040
2895.14/2902.19	c #Conflicts:    4789000 | #Constraints:      76040
2895.14/2902.19	c #Conflicts:    4790000 | #Constraints:      77040
2895.14/2902.19	c #Conflicts:    4791000 | #Constraints:      78040
2895.14/2902.19	c #Conflicts:    4792000 | #Constraints:      79040
2895.14/2902.19	c #Conflicts:    4793000 | #Constraints:      80040
2895.14/2902.19	c #Conflicts:    4794000 | #Constraints:      81040
2895.14/2902.19	c #Conflicts:    4795000 | #Constraints:      82040
2895.14/2902.19	c #Conflicts:    4796000 | #Constraints:      83040
2895.14/2902.19	c #Conflicts:    4797000 | #Constraints:      84040
2895.14/2902.19	c #Conflicts:    4798000 | #Constraints:      85040
2895.14/2902.19	c #Conflicts:    4799000 | #Constraints:      86040
2895.14/2902.19	c #Conflicts:    4800000 | #Constraints:      87040
2961.66/2968.85	c #Conflicts:    4801000 | #Constraints:      88040
2961.66/2968.85	c #Conflicts:    4802000 | #Constraints:      89040
2961.66/2968.85	c #Conflicts:    4803000 | #Constraints:      90040
2961.66/2968.85	c #Conflicts:    4804000 | #Constraints:      91040
2961.66/2968.85	c #Conflicts:    4805000 | #Constraints:      92040
2961.66/2968.85	c #Conflicts:    4806000 | #Constraints:      93040
2961.66/2968.85	c #Conflicts:    4807000 | #Constraints:      94040
2961.66/2968.85	c #Conflicts:    4808000 | #Constraints:      95040
2961.66/2968.85	c #Conflicts:    4809000 | #Constraints:      96040
2961.66/2968.85	c INPROCESSING
2961.66/2968.85	c GARBAGE COLLECT
2961.66/2968.85	c #Conflicts:    4810000 | #Constraints:      53441
2961.66/2968.85	c #Conflicts:    4811000 | #Constraints:      54441
2961.66/2968.85	c #Conflicts:    4812000 | #Constraints:      55441
2961.66/2968.85	c #Conflicts:    4813000 | #Constraints:      56441
2961.66/2968.85	c #Conflicts:    4814000 | #Constraints:      57441
2961.66/2968.85	c #Conflicts:    4815000 | #Constraints:      58441
2961.66/2968.85	c #Conflicts:    4816000 | #Constraints:      59441
2961.66/2968.85	c #Conflicts:    4817000 | #Constraints:      60441
2961.66/2968.85	c #Conflicts:    4818000 | #Constraints:      61441
2961.66/2968.85	c #Conflicts:    4819000 | #Constraints:      62441
2961.66/2968.85	c #Conflicts:    4820000 | #Constraints:      63441
2961.66/2968.85	c #Conflicts:    4821000 | #Constraints:      64441
2961.66/2968.85	c #Conflicts:    4822000 | #Constraints:      65441
2961.66/2968.85	c #Conflicts:    4823000 | #Constraints:      66441
2961.66/2968.85	c #Conflicts:    4824000 | #Constraints:      67441
2961.66/2968.85	c #Conflicts:    4825000 | #Constraints:      68441
2961.66/2968.85	c #Conflicts:    4826000 | #Constraints:      69441
2961.66/2968.85	c #Conflicts:    4827000 | #Constraints:      70441
2961.66/2968.85	c #Conflicts:    4828000 | #Constraints:      71441
2961.66/2968.85	c #Conflicts:    4829000 | #Constraints:      72441
2961.66/2968.85	c #Conflicts:    4830000 | #Constraints:      73441
2961.66/2968.85	c #Conflicts:    4831000 | #Constraints:      74441
2961.66/2968.85	c #Conflicts:    4832000 | #Constraints:      75441
2961.66/2968.85	c #Conflicts:    4833000 | #Constraints:      76441
2961.66/2968.85	c #Conflicts:    4834000 | #Constraints:      77441
2961.66/2968.85	c #Conflicts:    4835000 | #Constraints:      78441
2961.66/2968.85	c #Conflicts:    4836000 | #Constraints:      79441
2961.66/2968.85	c #Conflicts:    4837000 | #Constraints:      80441
2961.66/2968.85	c #Conflicts:    4838000 | #Constraints:      81441
2961.66/2968.85	c #Conflicts:    4839000 | #Constraints:      82441
2961.66/2968.85	c #Conflicts:    4840000 | #Constraints:      83441
2961.66/2968.85	c #Conflicts:    4841000 | #Constraints:      84441
2961.66/2968.85	c #Conflicts:    4842000 | #Constraints:      85441
2961.66/2968.85	c #Conflicts:    4843000 | #Constraints:      86441
2961.66/2968.85	c #Conflicts:    4844000 | #Constraints:      87441
2961.66/2968.85	c #Conflicts:    4845000 | #Constraints:      88441
2961.66/2968.85	c #Conflicts:    4846000 | #Constraints:      89441
2961.66/2968.85	c #Conflicts:    4847000 | #Constraints:      90441
2961.66/2968.85	c #Conflicts:    4848000 | #Constraints:      91441
2961.66/2968.85	c #Conflicts:    4849000 | #Constraints:      92441
2961.66/2968.85	c #Conflicts:    4850000 | #Constraints:      93441
2961.66/2968.85	c #Conflicts:    4851000 | #Constraints:      94441
2961.66/2968.85	c #Conflicts:    4852000 | #Constraints:      95441
2961.66/2968.85	c #Conflicts:    4853000 | #Constraints:      96441
2961.66/2968.85	c INPROCESSING
2961.66/2968.85	c GARBAGE COLLECT
2961.66/2968.85	c #Conflicts:    4854000 | #Constraints:      53645
2961.66/2968.85	c #Conflicts:    4855000 | #Constraints:      54645
2961.66/2968.85	c #Conflicts:    4856000 | #Constraints:      55645
2961.66/2968.85	c #Conflicts:    4857000 | #Constraints:      56645
2961.66/2968.85	c #Conflicts:    4858000 | #Constraints:      57645
2961.66/2968.85	c #Conflicts:    4859000 | #Constraints:      58645
2961.66/2968.85	c #Conflicts:    4860000 | #Constraints:      59645
2961.66/2968.85	c #Conflicts:    4861000 | #Constraints:      60645
2961.66/2968.85	c #Conflicts:    4862000 | #Constraints:      61645
2961.66/2968.85	c #Conflicts:    4863000 | #Constraints:      62645
2961.66/2968.85	c #Conflicts:    4864000 | #Constraints:      63645
2961.66/2968.85	c #Conflicts:    4865000 | #Constraints:      64645
2961.66/2968.85	c #Conflicts:    4866000 | #Constraints:      65645
2961.66/2968.85	c #Conflicts:    4867000 | #Constraints:      66645
2961.66/2968.85	c #Conflicts:    4868000 | #Constraints:      67645
2961.66/2968.85	c #Conflicts:    4869000 | #Constraints:      68645
2961.66/2968.85	c #Conflicts:    4870000 | #Constraints:      69645
2961.66/2968.85	c #Conflicts:    4871000 | #Constraints:      70645
2961.66/2968.85	c #Conflicts:    4872000 | #Constraints:      71645
2961.66/2968.85	c #Conflicts:    4873000 | #Constraints:      72645
2961.66/2968.85	c #Conflicts:    4874000 | #Constraints:      73645
2961.66/2968.85	c #Conflicts:    4875000 | #Constraints:      74645
2961.66/2968.85	c #Conflicts:    4876000 | #Constraints:      75645
2961.66/2968.85	c #Conflicts:    4877000 | #Constraints:      76645
3023.80/3031.14	c #Conflicts:    4878000 | #Constraints:      77645
3023.80/3031.14	c #Conflicts:    4879000 | #Constraints:      78645
3023.80/3031.14	c #Conflicts:    4880000 | #Constraints:      79645
3023.80/3031.14	c #Conflicts:    4881000 | #Constraints:      80645
3023.80/3031.14	c #Conflicts:    4882000 | #Constraints:      81645
3023.80/3031.14	c #Conflicts:    4883000 | #Constraints:      82645
3023.80/3031.14	c #Conflicts:    4884000 | #Constraints:      83645
3023.80/3031.14	c #Conflicts:    4885000 | #Constraints:      84645
3023.80/3031.14	c #Conflicts:    4886000 | #Constraints:      85645
3023.80/3031.14	c #Conflicts:    4887000 | #Constraints:      86645
3023.80/3031.14	c #Conflicts:    4888000 | #Constraints:      87645
3023.80/3031.14	c #Conflicts:    4889000 | #Constraints:      88645
3023.80/3031.14	c #Conflicts:    4890000 | #Constraints:      89645
3023.80/3031.14	c #Conflicts:    4891000 | #Constraints:      90645
3023.80/3031.14	c #Conflicts:    4892000 | #Constraints:      91645
3023.80/3031.14	c #Conflicts:    4893000 | #Constraints:      92645
3023.80/3031.14	c #Conflicts:    4894000 | #Constraints:      93645
3023.80/3031.14	c #Conflicts:    4895000 | #Constraints:      94645
3023.80/3031.14	c #Conflicts:    4896000 | #Constraints:      95645
3023.80/3031.14	c #Conflicts:    4897000 | #Constraints:      96645
3023.80/3031.14	c INPROCESSING
3023.80/3031.14	c GARBAGE COLLECT
3023.80/3031.14	c #Conflicts:    4898000 | #Constraints:      53644
3023.80/3031.14	c #Conflicts:    4899000 | #Constraints:      54644
3023.80/3031.14	c #Conflicts:    4900000 | #Constraints:      55644
3023.80/3031.14	c #Conflicts:    4901000 | #Constraints:      56644
3023.80/3031.14	c #Conflicts:    4902000 | #Constraints:      57644
3023.80/3031.14	c #Conflicts:    4903000 | #Constraints:      58644
3023.80/3031.14	c #Conflicts:    4904000 | #Constraints:      59644
3023.80/3031.14	c #Conflicts:    4905000 | #Constraints:      60644
3023.80/3031.14	c #Conflicts:    4906000 | #Constraints:      61644
3023.80/3031.14	c #Conflicts:    4907000 | #Constraints:      62644
3023.80/3031.14	c #Conflicts:    4908000 | #Constraints:      63644
3023.80/3031.14	c #Conflicts:    4909000 | #Constraints:      64644
3023.80/3031.14	c #Conflicts:    4910000 | #Constraints:      65644
3023.80/3031.14	c #Conflicts:    4911000 | #Constraints:      66644
3023.80/3031.14	c #Conflicts:    4912000 | #Constraints:      67644
3023.80/3031.14	c #Conflicts:    4913000 | #Constraints:      68644
3023.80/3031.14	c #Conflicts:    4914000 | #Constraints:      69644
3023.80/3031.14	c #Conflicts:    4915000 | #Constraints:      70644
3023.80/3031.14	c #Conflicts:    4916000 | #Constraints:      71644
3023.80/3031.14	c #Conflicts:    4917000 | #Constraints:      72644
3023.80/3031.14	c #Conflicts:    4918000 | #Constraints:      73644
3023.80/3031.14	c #Conflicts:    4919000 | #Constraints:      74644
3023.80/3031.14	c #Conflicts:    4920000 | #Constraints:      75644
3023.80/3031.14	c #Conflicts:    4921000 | #Constraints:      76644
3023.80/3031.14	c #Conflicts:    4922000 | #Constraints:      77644
3023.80/3031.14	c #Conflicts:    4923000 | #Constraints:      78644
3023.80/3031.14	c #Conflicts:    4924000 | #Constraints:      79644
3023.80/3031.14	c #Conflicts:    4925000 | #Constraints:      80644
3023.80/3031.14	c #Conflicts:    4926000 | #Constraints:      81644
3023.80/3031.14	c #Conflicts:    4927000 | #Constraints:      82644
3023.80/3031.14	c #Conflicts:    4928000 | #Constraints:      83644
3023.80/3031.14	c #Conflicts:    4929000 | #Constraints:      84644
3023.80/3031.14	c #Conflicts:    4930000 | #Constraints:      85644
3023.80/3031.14	c #Conflicts:    4931000 | #Constraints:      86644
3023.80/3031.14	c #Conflicts:    4932000 | #Constraints:      87644
3023.80/3031.14	c #Conflicts:    4933000 | #Constraints:      88644
3023.80/3031.14	c #Conflicts:    4934000 | #Constraints:      89644
3023.80/3031.14	c #Conflicts:    4935000 | #Constraints:      90644
3023.80/3031.14	c #Conflicts:    4936000 | #Constraints:      91644
3023.80/3031.14	c #Conflicts:    4937000 | #Constraints:      92644
3023.80/3031.14	c #Conflicts:    4938000 | #Constraints:      93644
3023.80/3031.14	c #Conflicts:    4939000 | #Constraints:      94644
3023.80/3031.14	c #Conflicts:    4940000 | #Constraints:      95644
3023.80/3031.14	c #Conflicts:    4941000 | #Constraints:      96644
3023.80/3031.14	c INPROCESSING
3023.80/3031.14	c GARBAGE COLLECT
3023.80/3031.14	c rational objective 112.396
3097.90/3105.42	c #Conflicts:    4942000 | #Constraints:      53445
3097.90/3105.42	c #Conflicts:    4943000 | #Constraints:      54445
3097.90/3105.42	c #Conflicts:    4944000 | #Constraints:      55445
3097.90/3105.42	c #Conflicts:    4945000 | #Constraints:      56445
3097.90/3105.42	c #Conflicts:    4946000 | #Constraints:      57445
3097.90/3105.42	c #Conflicts:    4947000 | #Constraints:      58445
3097.90/3105.42	c #Conflicts:    4948000 | #Constraints:      59445
3097.90/3105.42	c #Conflicts:    4949000 | #Constraints:      60445
3097.90/3105.42	c #Conflicts:    4950000 | #Constraints:      61445
3097.90/3105.42	c #Conflicts:    4951000 | #Constraints:      62445
3097.90/3105.42	c #Conflicts:    4952000 | #Constraints:      63445
3097.90/3105.42	c #Conflicts:    4953000 | #Constraints:      64445
3097.90/3105.42	c #Conflicts:    4954000 | #Constraints:      65445
3097.90/3105.42	c #Conflicts:    4955000 | #Constraints:      66445
3097.90/3105.42	c #Conflicts:    4956000 | #Constraints:      67445
3097.90/3105.42	c #Conflicts:    4957000 | #Constraints:      68445
3097.90/3105.42	c #Conflicts:    4958000 | #Constraints:      69445
3097.90/3105.42	c #Conflicts:    4959000 | #Constraints:      70445
3097.90/3105.42	c #Conflicts:    4960000 | #Constraints:      71445
3097.90/3105.42	c #Conflicts:    4961000 | #Constraints:      72445
3097.90/3105.42	c #Conflicts:    4962000 | #Constraints:      73445
3097.90/3105.42	c #Conflicts:    4963000 | #Constraints:      74445
3097.90/3105.42	c #Conflicts:    4964000 | #Constraints:      75445
3097.90/3105.42	c #Conflicts:    4965000 | #Constraints:      76445
3097.90/3105.42	c #Conflicts:    4966000 | #Constraints:      77445
3097.90/3105.42	c #Conflicts:    4967000 | #Constraints:      78445
3097.90/3105.42	c #Conflicts:    4968000 | #Constraints:      79445
3097.90/3105.42	c #Conflicts:    4969000 | #Constraints:      80445
3097.90/3105.42	c #Conflicts:    4970000 | #Constraints:      81445
3097.90/3105.42	c #Conflicts:    4971000 | #Constraints:      82445
3097.90/3105.42	c #Conflicts:    4972000 | #Constraints:      83445
3097.90/3105.42	c #Conflicts:    4973000 | #Constraints:      84445
3097.90/3105.42	c #Conflicts:    4974000 | #Constraints:      85445
3097.90/3105.42	c #Conflicts:    4975000 | #Constraints:      86445
3097.90/3105.42	c #Conflicts:    4976000 | #Constraints:      87445
3097.90/3105.42	c #Conflicts:    4977000 | #Constraints:      88445
3097.90/3105.42	c #Conflicts:    4978000 | #Constraints:      89445
3097.90/3105.42	c #Conflicts:    4979000 | #Constraints:      90445
3097.90/3105.42	c #Conflicts:    4980000 | #Constraints:      91445
3097.90/3105.42	c #Conflicts:    4981000 | #Constraints:      92445
3097.90/3105.42	c #Conflicts:    4982000 | #Constraints:      93445
3097.90/3105.42	c #Conflicts:    4983000 | #Constraints:      94445
3097.90/3105.42	c #Conflicts:    4984000 | #Constraints:      95445
3097.90/3105.42	c #Conflicts:    4985000 | #Constraints:      96445
3097.90/3105.42	c #Conflicts:    4986000 | #Constraints:      97445
3097.90/3105.42	c INPROCESSING
3097.90/3105.42	c GARBAGE COLLECT
3097.90/3105.42	c #Conflicts:    4987000 | #Constraints:      54049
3097.90/3105.42	c #Conflicts:    4988000 | #Constraints:      55049
3097.90/3105.42	c #Conflicts:    4989000 | #Constraints:      56049
3097.90/3105.42	c #Conflicts:    4990000 | #Constraints:      57049
3097.90/3105.42	c #Conflicts:    4991000 | #Constraints:      58049
3097.90/3105.42	c #Conflicts:    4992000 | #Constraints:      59049
3097.90/3105.42	c #Conflicts:    4993000 | #Constraints:      60049
3097.90/3105.42	c #Conflicts:    4994000 | #Constraints:      61049
3097.90/3105.42	c #Conflicts:    4995000 | #Constraints:      62049
3097.90/3105.42	c #Conflicts:    4996000 | #Constraints:      63049
3097.90/3105.42	c #Conflicts:    4997000 | #Constraints:      64049
3097.90/3105.42	c #Conflicts:    4998000 | #Constraints:      65049
3097.90/3105.42	c #Conflicts:    4999000 | #Constraints:      66049
3097.90/3105.42	c #Conflicts:    5000000 | #Constraints:      67049
3097.90/3105.42	c #Conflicts:    5001000 | #Constraints:      68049
3097.90/3105.42	c #Conflicts:    5002000 | #Constraints:      69049
3097.90/3105.42	c #Conflicts:    5003000 | #Constraints:      70049
3097.90/3105.42	c #Conflicts:    5004000 | #Constraints:      71049
3097.90/3105.42	c #Conflicts:    5005000 | #Constraints:      72049
3097.90/3105.42	c #Conflicts:    5006000 | #Constraints:      73049
3097.90/3105.42	c #Conflicts:    5007000 | #Constraints:      74049
3097.90/3105.42	c #Conflicts:    5008000 | #Constraints:      75049
3097.90/3105.42	c #Conflicts:    5009000 | #Constraints:      76049
3097.90/3105.42	c #Conflicts:    5010000 | #Constraints:      77049
3097.90/3105.42	c #Conflicts:    5011000 | #Constraints:      78049
3097.90/3105.42	c #Conflicts:    5012000 | #Constraints:      79049
3097.90/3105.42	c #Conflicts:    5013000 | #Constraints:      80049
3097.90/3105.42	c #Conflicts:    5014000 | #Constraints:      81049
3097.90/3105.42	c #Conflicts:    5015000 | #Constraints:      82049
3097.90/3105.42	c #Conflicts:    5016000 | #Constraints:      83049
3097.90/3105.42	c #Conflicts:    5017000 | #Constraints:      84049
3097.90/3105.42	c #Conflicts:    5018000 | #Constraints:      85049
3097.90/3105.42	c #Conflicts:    5019000 | #Constraints:      86049
3097.90/3105.42	c #Conflicts:    5020000 | #Constraints:      87049
3114.64/3122.27	c #Conflicts:    5021000 | #Constraints:      88049
3114.64/3122.27	c #Conflicts:    5022000 | #Constraints:      89049
3114.64/3122.27	c #Conflicts:    5023000 | #Constraints:      90049
3114.64/3122.27	c #Conflicts:    5024000 | #Constraints:      91049
3114.64/3122.27	c #Conflicts:    5025000 | #Constraints:      92049
3114.64/3122.27	c #Conflicts:    5026000 | #Constraints:      93049
3114.64/3122.27	c #Conflicts:    5027000 | #Constraints:      94049
3114.64/3122.27	c #Conflicts:    5028000 | #Constraints:      95049
3114.64/3122.27	c #Conflicts:    5029000 | #Constraints:      96049
3114.64/3122.27	c #Conflicts:    5030000 | #Constraints:      97049
3114.64/3122.27	c #Conflicts:    5031000 | #Constraints:      98049
3114.64/3122.27	c INPROCESSING
3114.64/3122.27	c GARBAGE COLLECT
3114.64/3122.27	c #Conflicts:    5032000 | #Constraints:      42013
3114.64/3122.27	c #Conflicts:    5033000 | #Constraints:      43013
3114.64/3122.27	c #Conflicts:    5034000 | #Constraints:      44013
3114.64/3122.27	c #Conflicts:    5035000 | #Constraints:      45013
3114.64/3122.27	c #Conflicts:    5036000 | #Constraints:      46013
3114.64/3122.27	c cpu time 3093.2 s
3114.64/3122.27	c deterministic time 149843130039 1.50e+11
3114.64/3122.27	c optimization time 0.00021 s
3114.64/3122.27	c total solve time 3093.17 s
3114.64/3122.27	c core-guided solve time 0 s
3114.64/3122.27	c propagation time 1804.62 s
3114.64/3122.27	c conflict analysis time 1026.38 s
3114.64/3122.27	c propagations 1532966241
3114.64/3122.27	c resolve steps 130353544
3114.64/3122.27	c decisions 5530969
3114.64/3122.27	c conflicts 5036687
3114.64/3122.27	c restarts 8190
3114.64/3122.27	c inprocessing phases 215
3114.64/3122.27	c garbage collections 215 ,( 100.00 )
3114.64/3122.27	c input clauses 9173 ,( 99.98 )
3114.64/3122.27	c input cardinalities 2 ,( 0.02 )
3114.64/3122.27	c input general constraints 0 ,( 0.00 )
3114.64/3122.27	c input average constraint length 8.07
3114.64/3122.27	c input average constraint degree 1.00
3114.64/3122.27	c learned clauses 3672191 ,( 72.91 )
3114.64/3122.27	c learned cardinalities 214533 ,( 4.26 )
3114.64/3122.27	c learned general constraints 1150048 ,( 22.83 )
3114.64/3122.27	c learned average constraint length 284.95
3114.64/3122.27	c learned average constraint degree 132943.26
3114.64/3122.27	c watched  CF 32, 64, 128, Arb: 983983 , 0 , 0 , 0
3114.64/3122.27	c counting CF 32, 64, 128, Arb: 166065 , 0 , 0 , 0
3114.64/3122.27	c watched   constraints 983983 ,( 85.56 ) 
3114.64/3122.27	c counting  constraints 166065 ,( 14.44 ) 
3114.64/3122.27	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 5825123823 , 14430046413 , 438823355 ,( 317231938 , 121591417 )
3114.64/3122.27	c gcd simplifications 2307
3114.64/3122.27	c detected cardinalities 385
3114.64/3122.27	c weakened non-implied lits 65292038
3114.64/3122.27	c weakened non-implying lits 41036
3114.64/3122.27	c original variables 1986
3114.64/3122.27	c clausal propagations 1472844868
3114.64/3122.27	c cardinality propagations 19066572
3114.64/3122.27	c watched propagations 2526293
3114.64/3122.27	c counting propagations 32079322
3114.64/3122.27	c watch lookups 85133084246
3114.64/3122.27	c watch backjump lookups 0
3114.64/3122.27	c watch checks 52860632267
3114.64/3122.27	c propagation checks 5972315798
3114.64/3122.27	c constraint additions 2794053205
3114.64/3122.27	c trail pops 1543532150
3114.64/3122.27	c formula constraints 9175
3114.64/3122.27	c learned constraints 5036607
3114.64/3122.27	c bound constraints 0
3114.64/3122.27	c core-guided constraints 0
3114.64/3122.27	c encountered formula constraints 114673097
3114.64/3122.27	c encountered learned constraints 20716943
3114.64/3122.27	c encountered bound constraints 0
3114.64/3122.27	c encountered core-guided constraints 0
3114.64/3122.27	c LP total time 193.212 s
3114.64/3122.27	c LP solve time 181.47 s
3114.64/3122.27	c LP constraints added 9476
3114.64/3122.27	c LP constraints removed 280
3114.64/3122.27	c LP pivots internal 508336
3114.64/3122.27	c LP pivots root 506826
3114.64/3122.27	c LP calls 193
3114.64/3122.27	c LP optimalities 70
3114.64/3122.27	c LP no pivot count 0
3114.64/3122.27	c LP infeasibilities 103
3114.64/3122.27	c LP valid Farkas constraints 81
3114.64/3122.27	c LP learned Farkas constraints 79
3114.64/3122.27	c LP basis resets 35
3114.64/3122.27	c LP cycling count 0
3114.64/3122.27	c LP singular count 13
3114.64/3122.27	c LP no primal count 0
3114.64/3122.27	c LP no farkas count 22
3114.64/3122.27	c LP other issue count 0
3114.64/3122.27	c LP Gomory cuts 5
3114.64/3122.27	c LP learned cuts 296
3114.64/3122.27	c LP deleted cuts 280
3114.64/3122.27	c LP encountered Gomory constraints 0
3114.64/3122.27	c LP encountered Farkas constraints 32
3114.64/3122.27	c LP encountered learned Farkas constraints 80
3114.64/3122.27	c CG auxiliary variables introduced 0
3114.64/3122.27	c CG solutions found 0
3114.64/3122.27	c CG cores constructed 0
3114.64/3122.27	c CG core cardinality constraints returned 0
3114.64/3122.27	c CG unit cores 0
3114.64/3122.27	c CG single cores 0
3114.64/3122.27	c CG blocks removed during cardinality reduction 0
3114.64/3122.27	c CG first core best 0
3114.64/3122.27	c CG decision core best 0
3114.64/3122.27	c CG core reduction tie 0
3114.64/3122.27	c CG core degree average 0.00
3114.64/3122.27	c CG core slack average 0.00
3114.64/3122.27	c CG core upper bound improvements 0
3114.64/3122.27	c STR number of successful calls 0
3114.64/3122.27	c STR number of unsuccessful calls 0
3114.64/3122.27	c STR number of inconclusive calls 0
3114.64/3122.27	c STR number of successful attempts 0
3114.64/3122.27	c STR number of unsuccessful attempts 0
3114.64/3122.27	c STR number of inconclusive attempts 0
3114.64/3122.27	c STR average degree increase per successful call inf
3114.64/3122.27	c STR average degree increase per successful attempt inf
3114.64/3122.27	c STR total number of conflicts for successful attempts 0
3114.64/3122.27	c STR total number of conflicts for unsuccessful attempts 0
3114.64/3122.27	c STR total number of conflicts for inconclusive attempts 0
3114.64/3122.27	c STR average number of conflicts per successful attempt inf
3114.64/3122.27	c STR average number of conflicts per unsuccessful attempt inf
3114.64/3122.27	c STR average number of conflicts per inconclusive attempt inf
3114.64/3122.27	c AVG.sumWPerc 27.17 
3114.64/3122.27	c bigint constraints 0 
3114.64/3122.27	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=33150, runsolver pid=33147

[startup+0.100065 s]*
/proc/loadavg: 4.07 4.08 3.89 5/268 33153
/proc/meminfo: memFree=129449908/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=75164 memory=28880 CPUtime=0.04 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 4198 0 0 0 3 1 0 0 20 0 1 0 37569819 76967936 6704 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 18791 7220 2272 1147 0 6218 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 79356 KiB
Current children cumulated memory: 31952 KiB

[startup+0.205778 s]*
/proc/loadavg: 4.07 4.08 3.89 5/268 33153
/proc/meminfo: memFree=129437496/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=77388 memory=31200 CPUtime=0.15 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 5835 0 0 0 13 2 0 0 20 0 1 0 37569819 79245312 7800 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 19347 7800 2304 1147 0 6774 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 81580 KiB
Current children cumulated memory: 34272 KiB

[startup+0.305627 s]*
/proc/loadavg: 4.07 4.08 3.89 5/268 33153
/proc/meminfo: memFree=129437496/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=77388 memory=31200 CPUtime=0.25 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 5835 0 0 0 23 2 0 0 20 0 1 0 37569819 79245312 7800 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 19347 7800 2304 1147 0 6774 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 81580 KiB
Current children cumulated memory: 34272 KiB

[startup+0.700205 s]
/proc/loadavg: 4.07 4.08 3.89 5/268 33153
/proc/meminfo: memFree=129437496/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=78460 memory=31840 CPUtime=0.64 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 5969 0 0 0 62 2 0 0 20 0 1 0 37569819 80343040 7960 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 19615 7960 2304 1147 0 7042 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 82652 KiB
Current children cumulated memory: 34912 KiB

[startup+1.5002 s]
/proc/loadavg: 4.07 4.08 3.89 5/268 33153
/proc/meminfo: memFree=129437532/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=79976 memory=33504 CPUtime=1.43 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 6351 0 0 0 140 3 0 0 20 0 1 0 37569819 81895424 8376 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 19994 8376 2368 1147 0 7421 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 84168 KiB
Current children cumulated memory: 36576 KiB

[startup+3.10544 s]
/proc/loadavg: 4.07 4.08 3.89 5/268 33153
/proc/meminfo: memFree=129437756/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=82160 memory=37728 CPUtime=3.04 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 6876 0 0 0 299 5 0 0 20 0 1 0 37569819 84131840 9432 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 20540 9432 2368 1147 0 7967 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 86352 KiB
Current children cumulated memory: 40800 KiB

[startup+6.30019 s]
/proc/loadavg: 4.07 4.08 3.89 5/268 33153
/proc/meminfo: memFree=129429692/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=83976 memory=39136 CPUtime=6.23 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 7226 0 0 0 615 8 0 0 20 0 1 0 37569819 85991424 9784 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 20994 9784 2368 1147 0 8421 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 88168 KiB
Current children cumulated memory: 42208 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.10 3.89 5/268 33153
/proc/meminfo: memFree=129429868/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=88512 memory=41696 CPUtime=12.61 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 7911 0 0 0 1245 16 0 0 20 0 1 0 37569819 90636288 10424 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 22128 10424 2368 1147 0 9555 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 92704 KiB
Current children cumulated memory: 44768 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.09 3.90 5/267 33154
/proc/meminfo: memFree=129425836/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=90100 memory=44640 CPUtime=25.38 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 8671 0 0 0 2503 35 0 0 20 0 1 0 37569819 92262400 11160 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 22525 11160 2368 1147 0 9952 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 94292 KiB
Current children cumulated memory: 47712 KiB

[startup+51.1055 s]
/proc/loadavg: 4.07 4.08 3.90 5/267 33154
/proc/meminfo: memFree=129408964/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=102848 memory=55264 CPUtime=50.93 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 11303 0 0 0 5027 66 0 0 20 0 1 0 37569819 105316352 13816 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 25712 13816 2400 1147 0 13139 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 107040 KiB
Current children cumulated memory: 58336 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 3.91 5/268 33159
/proc/meminfo: memFree=129364152/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=104912 memory=60548 CPUtime=101.98 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 12101 0 0 0 10069 129 0 0 20 0 1 0 37569819 107429888 15137 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 26228 15137 2400 1147 0 13655 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 109104 KiB
Current children cumulated memory: 63620 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 3.92 5/268 33162
/proc/meminfo: memFree=129363756/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=115908 memory=68720 CPUtime=161.81 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 13524 0 0 0 15980 201 0 0 20 0 1 0 37569819 118689792 17180 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 28977 17180 2400 1147 0 16404 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 120100 KiB
Current children cumulated memory: 71792 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.08 3.94 5/268 33164
/proc/meminfo: memFree=129322524/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=123292 memory=78548 CPUtime=221.67 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 15390 0 0 0 21903 264 0 0 20 0 1 0 37569819 126251008 19637 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 30823 19637 2400 1147 0 18250 0
Current children cumulated CPU time: 221.69 s

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

/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25088 0 0 0 277552 2006 0 0 20 0 1 0 37569819 268959744 48674 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 65664 48674 2496 1147 0 53091 0
Current children cumulated CPU time: 2795.6 s
Current children cumulated vsize: 266848 KiB
Current children cumulated memory: 197768 KiB

[startup+2862.3 s]
/proc/loadavg: 4.20 4.12 4.10 5/270 33457
/proc/meminfo: memFree=128397460/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=262656 memory=194696 CPUtime=2855.42 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25088 0 0 0 283508 2034 0 0 20 0 1 0 37569819 268959744 48674 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 65664 48674 2496 1147 0 53091 0
Current children cumulated CPU time: 2855.44 s
Current children cumulated vsize: 266848 KiB
Current children cumulated memory: 197768 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/270 33460
/proc/meminfo: memFree=128279252/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=264208 memory=202376 CPUtime=2915.26 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25479 0 0 0 289462 2064 0 0 20 0 1 0 37569819 270548992 50594 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 66052 50594 2496 1147 0 53479 0
Current children cumulated CPU time: 2915.28 s
Current children cumulated vsize: 268400 KiB
Current children cumulated memory: 205448 KiB

[startup+2982.3 s]
/proc/loadavg: 4.21 4.14 4.10 5/269 33463
/proc/meminfo: memFree=128161520/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=264208 memory=202376 CPUtime=2975.1 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25479 0 0 0 295418 2092 0 0 20 0 1 0 37569819 270548992 50594 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 66052 50594 2496 1147 0 53479 0
Current children cumulated CPU time: 2975.12 s
Current children cumulated vsize: 268400 KiB
Current children cumulated memory: 205448 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/269 33465
/proc/meminfo: memFree=127938900/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=264208 memory=202376 CPUtime=3034.94 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25567 0 0 0 301374 2120 0 0 20 0 1 0 37569819 270548992 50594 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 66052 50594 2496 1147 0 53479 0
Current children cumulated CPU time: 3034.96 s
Current children cumulated vsize: 268400 KiB
Current children cumulated memory: 205448 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 33467
/proc/meminfo: memFree=127853804/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=264760 memory=202888 CPUtime=3094.78 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25705 0 0 0 307336 2142 0 0 20 0 1 0 37569819 271114240 50722 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 66190 50722 2496 1147 0 53617 0
Current children cumulated CPU time: 3094.8 s
Current children cumulated vsize: 268952 KiB
Current children cumulated memory: 205960 KiB

[startup+3122.28 s]
# the end of solver process 33150 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3093.23 s, system=21.5219 s

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

[startup+3110.4 s]
/proc/loadavg: 4.16 4.13 4.09 5/268 33468
/proc/meminfo: memFree=127853812/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=264760 memory=202888 CPUtime=3102.86 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25705 0 0 0 308141 2145 0 0 20 0 1 0 37569819 271114240 50722 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 66190 50722 2496 1147 0 53617 0
Current children cumulated CPU time: 3102.88 s
Current children cumulated vsize: 268952 KiB
Current children cumulated memory: 205960 KiB

[startup+3116.8 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 33468
/proc/meminfo: memFree=127831116/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=264760 memory=202888 CPUtime=3109.24 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25705 0 0 0 308776 2148 0 0 20 0 1 0 37569819 271114240 50722 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 66190 50722 2496 1147 0 53617 0
Current children cumulated CPU time: 3109.26 s
Current children cumulated vsize: 268952 KiB
Current children cumulated memory: 205960 KiB

[startup+3120 s]*
/proc/loadavg: 4.13 4.12 4.09 5/268 33468
/proc/meminfo: memFree=127823052/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=264760 memory=202888 CPUtime=3112.44 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25705 0 0 0 309095 2149 0 0 20 0 1 0 37569819 271114240 50722 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 66190 50722 2496 1147 0 53617 0
Current children cumulated CPU time: 3112.46 s
Current children cumulated vsize: 268952 KiB
Current children cumulated memory: 205960 KiB

[startup+3121.6 s]
/proc/loadavg: 4.13 4.12 4.09 5/268 33468
/proc/meminfo: memFree=127823052/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=264760 memory=202888 CPUtime=3114.03 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25705 0 0 0 309253 2150 0 0 20 0 1 0 37569819 271114240 50722 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 66190 50722 2496 1147 0 53617 0
Current children cumulated CPU time: 3114.05 s
Current children cumulated vsize: 268952 KiB
Current children cumulated memory: 205960 KiB

[startup+3122 s]*
/proc/loadavg: 4.13 4.12 4.09 5/268 33468
/proc/meminfo: memFree=127814988/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=264760 memory=202888 CPUtime=3114.43 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25705 0 0 0 309293 2150 0 0 20 0 1 0 37569819 271114240 50722 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 66190 50722 2496 1147 0 53617 0
Current children cumulated CPU time: 3114.45 s
Current children cumulated vsize: 268952 KiB
Current children cumulated memory: 205960 KiB

[startup+3122.2 s]
/proc/loadavg: 4.13 4.12 4.09 5/268 33468
/proc/meminfo: memFree=127814988/131250000 swapFree=33010684/33010684
[pid=33150] ppid=33147 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/33150/stat : 33150 (run-dec-break.s) S 33147 33150 31764 0 -1 4194304 235 3268 0 0 0 0 2 0 20 0 1 0 37569814 4292608 768 18446744073709551615 94194642931712 94194643826245 140720668511136 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94194644065296 94194644113040 94194646945792 140720668514657 140720668514786 140720668514786 140720668520388 0
/proc/33150/statm: 1048 768 704 219 0 110 0
[pid=33153] ppid=33150 vsize=264760 memory=202888 CPUtime=3114.62 cores=5,7
/proc/33153/stat : 33153 (roundingsat) R 33150 33150 31764 0 -1 4194304 25705 0 0 0 309312 2150 0 0 20 0 1 0 37569819 271114240 50722 18446744073709551615 4227072 8923433 140726608064560 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 40943616 140726608070980 140726608071208 140726608071208 140726608076778 0
/proc/33153/statm: 66190 50722 2496 1147 0 53617 0
Current children cumulated CPU time: 3114.64 s
Current children cumulated vsize: 268952 KiB
Current children cumulated memory: 205960 KiB

Child status: 0

Real time (s): 3122.28
CPU time (s): 3114.75
CPU user time (s): 3093.23
CPU system time (s): 21.5219
CPU usage (%): 99.759
Max. virtual memory (cumulated for all children) (KiB): 268952
Max. memory (cumulated for all children) (KiB): 205960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3093.23
system time used= 21.5219
maximum resident set size= 202888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 261
involuntary context switches= 1523


# summary of solver processes directly reported to runsolver:
#   pid: 33150
#   total CPU time (s): 3114.75
#   total CPU user time (s): 3093.23
#   total CPU system time (s): 21.5219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.06573 second user time and 14.5315 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 19:42:00
IDJOB=4514378
IDBENCH=162673
IDSOLVER=3357
FILE ID=nodeC018/4514378-1751218920
RUNJOBID= nodeC018-1751217107-31780
SLURM_JOB_ID= 9587660
Free space on /tmp= 433024 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_10.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514378-1751218920/watcher-4514378-1751218920 -o /tmp/evaluation-result-4514378-1751218920/solver-4514378-1751218920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751217107-31780 --watchdog 3760  run-dec-break.sh HOME/instance-4514378-1751218920.opb

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

MD5SUM BENCH= 7fddd5a63b4237b93179de1569c49542
RANDOM SEED=1785121909

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129454160 kB
MemAvailable:   129216864 kB
Buffers:            3280 kB
Cached:           572052 kB
SwapCached:            0 kB
Active:           878924 kB
Inactive:         314888 kB
Active(anon):     636552 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):   314888 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7780 kB
Writeback:             0 kB
AnonPages:        619268 kB
Mapped:           116448 kB
Shmem:             18076 kB
KReclaimable:      88968 kB
Slab:             173068 kB
SReclaimable:      88968 kB
SUnreclaim:        84100 kB
KernelStack:        4368 kB
PageTables:         4428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     992984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    460800 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC018 at 2025-06-29 20:34:02