Trace number 4541921

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22ad? (TO) 3600.11 3609.51

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
MD5SUMb58fe33c06849f09284e381ad8dcab3a
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 benchmark0.359773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1802
Total number of constraints2381
Number of constraints which are clauses1734
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints647
Minimum length of a constraint2
Maximum length of a constraint68
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 8589934592
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 34359738367
Number of bits of the biggest sum of numbers35
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-4541921-1753206207.opb'
0.00/0.01	c 	read 0.07MB  (1.34ms)
0.00/0.01	c	 [cnf: #variables 1802 #clauses 2381 #duplicates 0 #arr 7004]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (2.15ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.33ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 9522 #edges 24686]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.57ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4541921-1753206207.opb.pre'
0.00/0.01	c 	wrote 0.07MB (0.24ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   2.15ms 43.64% approx_orbits
0.00/0.01	c                   1.34ms 27.25% parse
0.00/0.01	c                   0.57ms 11.61% detect_generic
0.00/0.01	c                   0.33ms  6.78% detect_special
0.00/0.01	c                   0.24ms  4.83% output
0.00/0.01	c                   0.24ms  4.83% other
0.00/0.01	c                   0.05ms  1.08% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   4.93ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.04	c #variables 1802 #constraints 3027
0.00/0.04	c rational objective 1.16415e-10
0.76/0.87	c #Conflicts:       1000 | #Constraints:       4027
0.76/0.87	c #Conflicts:       2000 | #Constraints:       5027
0.76/0.87	c INPROCESSING
0.76/0.87	c GARBAGE COLLECT
0.76/0.87	c rational objective 4.02181
22.30/22.43	c #Conflicts:       3000 | #Constraints:       5050
22.30/22.43	c #Conflicts:       4000 | #Constraints:       6050
22.30/22.43	c INPROCESSING
22.30/22.43	c GARBAGE COLLECT
22.30/22.43	c #Conflicts:       5000 | #Constraints:       5464
22.30/22.43	c #Conflicts:       6000 | #Constraints:       6464
22.30/22.43	c INPROCESSING
22.30/22.43	c GARBAGE COLLECT
22.30/22.43	c #Conflicts:       7000 | #Constraints:       5491
22.30/22.43	c #Conflicts:       8000 | #Constraints:       6491
22.30/22.43	c #Conflicts:       9000 | #Constraints:       7492
22.30/22.43	c INPROCESSING
22.30/22.43	c GARBAGE COLLECT
22.30/22.43	c #Conflicts:      10000 | #Constraints:       6211
22.30/22.43	c #Conflicts:      11000 | #Constraints:       7214
22.30/22.43	c #Conflicts:      12000 | #Constraints:       8215
22.30/22.43	c INPROCESSING
22.30/22.43	c GARBAGE COLLECT
22.30/22.43	c #Conflicts:      13000 | #Constraints:       6694
22.30/22.43	c #Conflicts:      14000 | #Constraints:       7694
22.30/22.43	c #Conflicts:      15000 | #Constraints:       8694
22.30/22.43	c INPROCESSING
22.30/22.43	c GARBAGE COLLECT
22.30/22.43	c #Conflicts:      16000 | #Constraints:       6921
22.30/22.43	c #Conflicts:      17000 | #Constraints:       7921
22.30/22.43	c #Conflicts:      18000 | #Constraints:       8921
22.30/22.43	c INPROCESSING
22.30/22.43	c GARBAGE COLLECT
22.30/22.43	c #Conflicts:      19000 | #Constraints:       6977
22.30/22.43	c #Conflicts:      20000 | #Constraints:       7977
22.30/22.43	c #Conflicts:      21000 | #Constraints:       8977
22.30/22.43	c INPROCESSING
22.30/22.43	c GARBAGE COLLECT
22.30/22.43	c #Conflicts:      22000 | #Constraints:       6784
22.30/22.43	c #Conflicts:      23000 | #Constraints:       7784
22.30/22.43	c #Conflicts:      24000 | #Constraints:       8784
22.30/22.43	c #Conflicts:      25000 | #Constraints:       9784
22.30/22.43	c INPROCESSING
22.30/22.43	c GARBAGE COLLECT
22.30/22.43	c #Conflicts:      26000 | #Constraints:       7398
22.30/22.43	c #Conflicts:      27000 | #Constraints:       8398
22.30/22.43	c #Conflicts:      28000 | #Constraints:       9398
22.30/22.43	c #Conflicts:      29000 | #Constraints:      10399
22.30/22.43	c #Conflicts:      30000 | #Constraints:      11399
22.30/22.43	c #Conflicts:      31000 | #Constraints:      12399
22.30/22.43	c #Conflicts:      32000 | #Constraints:      13400
22.30/22.43	c #Conflicts:      33000 | #Constraints:      14400
22.30/22.43	c #Conflicts:      34000 | #Constraints:      15400
22.30/22.43	c #Conflicts:      35000 | #Constraints:      16400
22.30/22.43	c #Conflicts:      36000 | #Constraints:      17400
22.30/22.43	c #Conflicts:      37000 | #Constraints:      18400
22.30/22.43	c #Conflicts:      38000 | #Constraints:      19400
22.30/22.43	c INPROCESSING
22.30/22.43	c GARBAGE COLLECT
22.30/22.43	c rational objective 4.18751
25.70/25.88	c #Conflicts:      39000 | #Constraints:      12330
25.70/25.88	c #Conflicts:      40000 | #Constraints:      13330
25.70/25.88	c #Conflicts:      41000 | #Constraints:      14331
25.70/25.88	c #Conflicts:      42000 | #Constraints:      15338
25.70/25.88	c INPROCESSING
25.70/25.88	c GARBAGE COLLECT
25.70/25.88	c rational objective 4.50551
29.00/29.16	c #Conflicts:      43000 | #Constraints:       9867
29.00/29.16	c #Conflicts:      44000 | #Constraints:      10870
29.00/29.16	c #Conflicts:      45000 | #Constraints:      11872
29.00/29.16	c #Conflicts:      46000 | #Constraints:      12873
29.00/29.16	c #Conflicts:      47000 | #Constraints:      13873
29.00/29.16	c #Conflicts:      48000 | #Constraints:      14873
29.00/29.16	c INPROCESSING
29.00/29.16	c GARBAGE COLLECT
29.00/29.16	c rational objective 4.55137
45.06/45.28	c #Conflicts:      49000 | #Constraints:      10059
45.06/45.28	c #Conflicts:      50000 | #Constraints:      11059
45.06/45.28	c #Conflicts:      51000 | #Constraints:      12059
45.06/45.28	c #Conflicts:      52000 | #Constraints:      13059
45.06/45.28	c #Conflicts:      53000 | #Constraints:      14059
45.06/45.28	c INPROCESSING
45.06/45.28	c GARBAGE COLLECT
45.06/45.28	c #Conflicts:      54000 | #Constraints:       9526
45.06/45.28	c #Conflicts:      55000 | #Constraints:      10527
45.06/45.28	c #Conflicts:      56000 | #Constraints:      11528
45.06/45.28	c #Conflicts:      57000 | #Constraints:      12528
45.06/45.28	c #Conflicts:      58000 | #Constraints:      13530
45.06/45.28	c #Conflicts:      59000 | #Constraints:      14530
45.06/45.28	c #Conflicts:      60000 | #Constraints:      15536
45.06/45.28	c #Conflicts:      61000 | #Constraints:      16538
45.06/45.28	c #Conflicts:      62000 | #Constraints:      17539
45.06/45.28	c #Conflicts:      63000 | #Constraints:      18540
45.06/45.28	c #Conflicts:      64000 | #Constraints:      19540
45.06/45.28	c #Conflicts:      65000 | #Constraints:      20540
45.06/45.28	c #Conflicts:      66000 | #Constraints:      21542
45.06/45.28	c #Conflicts:      67000 | #Constraints:      22553
45.06/45.28	c #Conflicts:      68000 | #Constraints:      23555
45.06/45.28	c #Conflicts:      69000 | #Constraints:      24556
45.06/45.28	c #Conflicts:      70000 | #Constraints:      25556
45.06/45.28	c #Conflicts:      71000 | #Constraints:      26556
45.06/45.28	c INPROCESSING
45.06/45.28	c GARBAGE COLLECT
45.06/45.28	c rational objective 4.55212
54.23/54.45	c #Conflicts:      72000 | #Constraints:      15751
54.23/54.45	c #Conflicts:      73000 | #Constraints:      16751
54.23/54.45	c #Conflicts:      74000 | #Constraints:      17751
54.23/54.45	c #Conflicts:      75000 | #Constraints:      18751
54.23/54.45	c #Conflicts:      76000 | #Constraints:      19751
54.23/54.45	c #Conflicts:      77000 | #Constraints:      20751
54.23/54.45	c #Conflicts:      78000 | #Constraints:      21751
54.23/54.45	c INPROCESSING
54.23/54.45	c GARBAGE COLLECT
54.23/54.45	c #Conflicts:      79000 | #Constraints:      13551
54.23/54.45	c #Conflicts:      80000 | #Constraints:      14552
54.23/54.45	c #Conflicts:      81000 | #Constraints:      15552
54.23/54.45	c #Conflicts:      82000 | #Constraints:      16553
54.23/54.45	c #Conflicts:      83000 | #Constraints:      17553
54.23/54.45	c #Conflicts:      84000 | #Constraints:      18553
54.23/54.45	c INPROCESSING
54.23/54.45	c GARBAGE COLLECT
54.23/54.45	c rational objective 4.65622
87.04/87.36	c #Conflicts:      85000 | #Constraints:      11536
87.04/87.36	c #Conflicts:      86000 | #Constraints:      12537
87.04/87.36	c #Conflicts:      87000 | #Constraints:      13537
87.04/87.36	c #Conflicts:      88000 | #Constraints:      14537
87.04/87.36	c #Conflicts:      89000 | #Constraints:      15538
87.04/87.36	c #Conflicts:      90000 | #Constraints:      16539
87.04/87.36	c #Conflicts:      91000 | #Constraints:      17539
87.04/87.36	c #Conflicts:      92000 | #Constraints:      18539
87.04/87.36	c #Conflicts:      93000 | #Constraints:      19539
87.04/87.36	c #Conflicts:      94000 | #Constraints:      20539
87.04/87.36	c #Conflicts:      95000 | #Constraints:      21540
87.04/87.36	c #Conflicts:      96000 | #Constraints:      22541
87.04/87.36	c #Conflicts:      97000 | #Constraints:      23543
87.04/87.36	c #Conflicts:      98000 | #Constraints:      24545
87.04/87.36	c #Conflicts:      99000 | #Constraints:      25545
87.04/87.36	c #Conflicts:     100000 | #Constraints:      26546
87.04/87.36	c #Conflicts:     101000 | #Constraints:      27547
87.04/87.36	c #Conflicts:     102000 | #Constraints:      28550
87.04/87.36	c #Conflicts:     103000 | #Constraints:      29551
87.04/87.36	c #Conflicts:     104000 | #Constraints:      30551
87.04/87.36	c #Conflicts:     105000 | #Constraints:      31552
87.04/87.36	c #Conflicts:     106000 | #Constraints:      32553
87.04/87.36	c #Conflicts:     107000 | #Constraints:      33554
87.04/87.36	c INPROCESSING
87.04/87.36	c GARBAGE COLLECT
87.04/87.36	WSVECS04 Frhs2[1]: 6 0 34.78 shouldn't be
87.04/87.36	WSVECS04 Frhs2[18]: 6 0 74.261 shouldn't be
87.04/87.36	WSVECS04 Frhs2[30]: 6 0 3.88035 shouldn't be
87.04/87.36	WSVECS04 Frhs2[47]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[49]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[53]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[54]: 6 -3.37509 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[56]: 6 -3.50006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[59]: 6 -3.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[70]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[71]: 6 -4.75005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[73]: 6 -2.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[76]: 6 -4.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[78]: 6 -1.75007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[85]: 6 -1.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[89]: 6 0 1.00009 shouldn't be
87.04/87.36	WSVECS04 Frhs2[104]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[106]: 6 0 4.00003 shouldn't be
87.04/87.36	WSVECS04 Frhs2[107]: 6 -2.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[110]: 6 -2.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[112]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[115]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[119]: 6 -1.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[121]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[124]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[129]: 6 -2.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[131]: 6 -1.75008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[138]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[139]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[141]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[146]: 6 -2.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[153]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[155]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[156]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[158]: 6 -1.50006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[163]: 6 -2.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[165]: 6 -1.15133 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[170]: 6 -1.0001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[172]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[173]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[179]: 6 0 7.32106 shouldn't be
87.04/87.36	WSVECS04 Frhs2[180]: 6 -2.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[182]: 6 -0.302688 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[187]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[189]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[190]: 6 -3.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[192]: 6 -2.25003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[202]: 6 -2.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[204]: 6 -1.0001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[206]: 6 -4.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[207]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[209]: 6 -2.50009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[221]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[240]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[241]: 6 -2.5001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[249]: 6 -1.50008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[255]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[291]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[297]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[306]: 6 -110.668 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[323]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[326]: 6 0 28.1849 shouldn't be
87.04/87.36	WSVECS04 Frhs2[336]: 6 0 92.1082 shouldn't be
87.04/87.36	WSVECS04 Frhs2[393]: 6 -29.8248 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[394]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[404]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[443]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[444]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[453]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[455]: 6 -1.75002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[476]: 6 0 168.735 shouldn't be
87.04/87.36	WSVECS04 Frhs2[486]: 6 -1.75003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[487]: 6 -0.500095 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[489]: 6 -1.0001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[493]: 6 -116.784 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[499]: 6 -1.93757 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[502]: 6 -1.93758 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[504]: 6 -1.37508 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[506]: 6 -2.04195 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[510]: 6 -51.2988 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[513]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[519]: 6 -1.87509 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[523]: 6 -2.08387 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[528]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[536]: 6 -1.75005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[537]: 6 -1.75005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[540]: 6 -2.16759 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[557]: 6 0 51.8255 shouldn't be
87.04/87.36	WSVECS04 Frhs2[561]: 6 -55.8166 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[562]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[568]: 6 -1.8751 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[595]: 6 0 174.872 shouldn't be
87.04/87.36	WSVECS04 Frhs2[598]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[601]: 6 -1.75008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[602]: 6 -1.50005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[603]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[604]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[605]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[615]: 6 0 0.250073 shouldn't be
87.04/87.36	WSVECS04 Frhs2[624]: 6 0 1.00006 shouldn't be
87.04/87.36	WSVECS04 Frhs2[647]: 6 0 1.00009 shouldn't be
87.04/87.36	WSVECS04 Frhs2[650]: 6 0 4.50009 shouldn't be
87.04/87.36	WSVECS04 Frhs2[667]: 6 -2.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[670]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[672]: 6 0 3.1094 shouldn't be
87.04/87.36	WSVECS04 Frhs2[678]: 6 -3.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[686]: 6 -1.50008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[687]: 6 -2.71227 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[699]: 6 -3.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[715]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[718]: 6 -1.50007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[721]: 6 0 2.75004 shouldn't be
87.04/87.36	WSVECS04 Frhs2[731]: 6 -1.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[742]: 6 -3.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[744]: 6 -2.25006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[750]: 6 -1.0001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[752]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[763]: 6 -3.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[768]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[774]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[782]: 6 -1.75005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[783]: 6 -1.50002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[786]: 6 0 0.500048 shouldn't be
87.04/87.36	WSVECS04 Frhs2[790]: 6 -2.50005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[794]: 6 0 0.651368 shouldn't be
87.04/87.36	WSVECS04 Frhs2[795]: 6 0 1.00002 shouldn't be
87.04/87.36	WSVECS04 Frhs2[815]: 6 -3.50001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[816]: 6 -7.0001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[828]: 6 0 2.00005 shouldn't be
87.04/87.36	WSVECS04 Frhs2[834]: 6 -3.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[845]: 6 -3.5001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[854]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[870]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[877]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[878]: 6 -1.0001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[879]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[881]: 6 0 175.671 shouldn't be
87.04/87.36	WSVECS04 Frhs2[933]: 6 -29.8248 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[944]: 6 0 64.5129 shouldn't be
87.04/87.36	WSVECS04 Frhs2[957]: 6 0 0.50007 shouldn't be
87.04/87.36	WSVECS04 Frhs2[967]: 6 0 1.0001 shouldn't be
87.04/87.36	WSVECS04 Frhs2[977]: 6 0 218.925 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1000]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1002]: 6 -61.3957 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1004]: 6 -1.50006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1016]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1019]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1032]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1040]: 6 -2.04199 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1048]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1064]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1080]: 6 -1.00001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1106]: 6 0 109.716 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1111]: 6 0 1.00008 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1147]: 6 -1.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1148]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1149]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1163]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1170]: 6 -4.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1180]: 6 -0.500023 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1183]: 6 -1.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1184]: 6 -0.250092 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1192]: 6 -3.37505 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1200]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1203]: 6 -0.50006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1214]: 6 -3.5001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1216]: 6 -1.75003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1217]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1226]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1228]: 6 -7.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1230]: 6 -1.50009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1234]: 6 -1.00001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1237]: 6 -2.10944 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1245]: 6 -3.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1246]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1247]: 6 -2.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1262]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1264]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1277]: 6 -1.00001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1278]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1279]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1280]: 6 -0.500017 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1287]: 6 -2.63489 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1290]: 6 -0.500035 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1294]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1295]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1301]: 6 -10.3211 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1303]: 6 -1.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1304]: 6 -4.2698 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1307]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1311]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1319]: 6 -0.500083 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1357]: 6 -2.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1358]: 6 -0.500049 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1360]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1364]: 6 -3.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1368]: 6 -2.19739 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1397]: 6 -2.75002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1402]: 6 -2.5001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1406]: 6 -1.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1411]: 6 0 49.0192 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1413]: 6 -0.962269 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1418]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1419]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1422]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1425]: 6 -2.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1430]: 6 -0.924415 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1432]: 6 -1.50001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1436]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1447]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1448]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1449]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1450]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1451]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1452]: 6 0 29.5873 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1454]: 6 0 22.3792 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1456]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1457]: 6 0 31.6526 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1460]: 6 -1.50347 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1461]: 6 -3.00682 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1463]: 6 -1.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1465]: 6 0 90.0368 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1466]: 6 0 23.3866 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1467]: 6 0 33.7893 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1468]: 6 0 61.4257 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1469]: 6 0 61.1745 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1471]: 6 0 33.2578 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1472]: 6 0 86.9133 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1473]: 6 0 44.2529 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1474]: 6 0 65.306 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1475]: 6 0 76.906 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1478]: 6 0 19.3595 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1484]: 6 0 61.8729 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1485]: 6 0 30.7429 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1487]: 6 0 24.5003 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1503]: 6 0 101.408 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1506]: 6 -107.816 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1511]: 6 0 54.3985 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1513]: 6 -1.31268 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1520]: 6 -26.8735 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1524]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1528]: 6 0 18.6142 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1530]: 6 -1.62536 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1532]: 6 -1.0001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1533]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1540]: 6 -0.500035 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1545]: 6 0 38.1544 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1546]: 6 0 0.553276 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1547]: 6 -2.25065 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1549]: 6 -1.00001 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1552]: 6 -2.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1553]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1562]: 6 0 77.2349 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1563]: 6 0 2.10655 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1564]: 6 -2.50133 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1565]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1574]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1580]: 6 0 4.21301 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1581]: 6 -2.50253 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1585]: 6 -0.500014 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1597]: 6 0 7.92589 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1598]: 6 -1.00006 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1603]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1607]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1613]: 6 -3.48135 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1614]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1615]: 6 0 3.43069 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1618]: 6 -1.00008 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1630]: 6 0 45.0841 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1631]: 6 0 45.0041 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1632]: 6 0 3.47751 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1634]: 6 -1.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1635]: 6 -2.00002 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1648]: 6 0 75.7311 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1649]: 6 0 6.95497 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1650]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1651]: 6 -0.500078 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1652]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1665]: 6 0 18.6969 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1666]: 6 0 13.9099 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1683]: 6 -58.029 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1684]: 6 -1.00004 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1690]: 6 0 0.0209334 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1695]: 6 0 51.8255 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1699]: 6 0 24.2349 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1700]: 6 0 91.437 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1717]: 6 -58.0154 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1732]: 6 0 30.0722 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1734]: 6 0 56.9117 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1737]: 6 -1.00009 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1738]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1739]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1740]: 6 -1.00003 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1743]: 6 -1.00007 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1744]: 6 0 31.5009 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1745]: 6 -1.00031 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1747]: 6 -2.00088 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1748]: 6 -1.00176 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1751]: 6 -1.00785 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1752]: 6 -1.01571 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1753]: 6 -1.03137 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1759]: 6 -3.00507 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1760]: 6 -5.01005 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1761]: 6 -9.02011 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1762]: 6 -17.0402 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1763]: 6 -33.0803 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1764]: 6 0 55.3163 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1765]: 6 -40.9203 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1766]: 6 -16.689 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1767]: 6 0 31.5751 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1799]: 6 -5.12819 0 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1800]: 6 0 88.782 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1801]: 6 0 29.5922 shouldn't be
87.04/87.36	WSVECS04 Frhs2[1802]: 6 -94.7017 0 shouldn't be
87.04/87.37	c rational objective 4.68745
101.20/101.53	c #Conflicts:     108000 | #Constraints:      19395
101.20/101.53	c #Conflicts:     109000 | #Constraints:      20395
101.20/101.53	c #Conflicts:     110000 | #Constraints:      21395
101.20/101.53	c #Conflicts:     111000 | #Constraints:      22395
101.20/101.53	c #Conflicts:     112000 | #Constraints:      23396
101.20/101.53	c #Conflicts:     113000 | #Constraints:      24396
101.20/101.53	c #Conflicts:     114000 | #Constraints:      25397
101.20/101.53	c #Conflicts:     115000 | #Constraints:      26397
101.20/101.53	c INPROCESSING
101.20/101.53	c GARBAGE COLLECT
101.20/101.53	c #Conflicts:     116000 | #Constraints:      15771
101.20/101.53	c #Conflicts:     117000 | #Constraints:      16771
101.20/101.53	c #Conflicts:     118000 | #Constraints:      17771
101.20/101.53	c #Conflicts:     119000 | #Constraints:      18772
101.20/101.53	c #Conflicts:     120000 | #Constraints:      19772
101.20/101.53	c #Conflicts:     121000 | #Constraints:      20772
101.20/101.53	c #Conflicts:     122000 | #Constraints:      21772
101.20/101.53	c #Conflicts:     123000 | #Constraints:      22773
101.20/101.53	c INPROCESSING
101.20/101.53	c GARBAGE COLLECT
101.20/101.53	WSVECS04 Frhs2[47]: 6 -1.00003 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[69]: 6 -1.00003 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[70]: 6 -1.00007 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[79]: 6 -1.7188 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[122]: 6 0 3536.31 shouldn't be
101.20/101.53	WSVECS04 Frhs2[138]: 6 -1.0001 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[183]: 6 0 19150.6 shouldn't be
101.20/101.53	WSVECS04 Frhs2[307]: 6 -61050.2 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[308]: 6 -2.69223e+06 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[325]: 6 -1.13494e+07 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[411]: 6 -1.00003 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[445]: 6 -1.00004 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[472]: 6 -1.50007 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[493]: 6 0 7.46644e+07 shouldn't be
101.20/101.53	WSVECS04 Frhs2[530]: 6 -0.50007 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[545]: 6 -1.00008 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[546]: 6 -1.00006 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[547]: 6 0 1.00007 shouldn't be
101.20/101.53	WSVECS04 Frhs2[554]: 6 -1.5001 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[564]: 6 -1.00007 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[588]: 6 -1.00009 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[639]: 6 -1.50005 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[645]: 6 -1.50006 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[669]: 6 0 16475.4 shouldn't be
101.20/101.53	WSVECS04 Frhs2[675]: 6 0 1.49999 shouldn't be
101.20/101.53	WSVECS04 Frhs2[698]: 6 0 28059.7 shouldn't be
101.20/101.53	WSVECS04 Frhs2[731]: 6 0 7423.79 shouldn't be
101.20/101.53	WSVECS04 Frhs2[809]: 6 -1.00003 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[812]: 6 -5.50009 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[814]: 6 0 61048.2 shouldn't be
101.20/101.53	WSVECS04 Frhs2[844]: 6 -78435.7 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[901]: 6 -2.14094e+07 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[902]: 6 -2.63118e+06 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[906]: 6 -1.04457e+07 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[911]: 6 0 5.48557e+06 shouldn't be
101.20/101.53	WSVECS04 Frhs2[913]: 6 -3.02691e+07 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[922]: 6 -2.12363e+07 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[966]: 6 -1.00008 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1095]: 6 0 1202.62 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1110]: 6 -2.12314 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1174]: 6 -1.75003 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1191]: 6 -1.5001 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1209]: 6 -0.500093 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1249]: 6 -0.500079 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1295]: 6 -0.875063 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1336]: 6 -4.06256 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1365]: 6 -1810.24 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1386]: 6 -1.25005 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1420]: 6 0 78433.7 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1437]: 6 -1.00008 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1448]: 6 -1.13489e+07 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1466]: 6 -1.12156e+07 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1531]: 6 -305571 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1532]: 6 -1.00003 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1567]: 6 -1.00004 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1618]: 6 -2.00007 0 shouldn't be
101.20/101.53	WSVECS04 Frhs2[1667]: 6 -1.50009 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[4]: 6 0 12668 shouldn't be
101.40/101.74	WSVECS04 Frhs2[69]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[183]: 6 0 19150.6 shouldn't be
101.40/101.74	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[278]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[280]: 6 -1.5 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[285]: 6 -331393 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[291]: 6 -2 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[298]: 6 -78435.7 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[302]: 6 -662783 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[304]: 6 -2.6309e+06 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[315]: 6 -126097 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[356]: 6 -1.18455e+07 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[393]: 6 0 182823 shouldn't be
101.40/101.74	WSVECS04 Frhs2[472]: 6 -1.5 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[493]: 6 0 7.46644e+07 shouldn't be
101.40/101.74	WSVECS04 Frhs2[547]: 6 0 1 shouldn't be
101.40/101.74	WSVECS04 Frhs2[720]: 6 -4908.22 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[731]: 6 0 7423.79 shouldn't be
101.40/101.74	WSVECS04 Frhs2[809]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[812]: 6 -5.5 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[814]: 6 0 61048.2 shouldn't be
101.40/101.74	WSVECS04 Frhs2[825]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[837]: 6 -2 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1191]: 6 -1.5 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1209]: 6 -0.5 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1295]: 6 -0.875001 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1329]: 6 -0.5 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1331]: 6 -0.5 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1336]: 6 -4.0625 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1363]: 6 -0.500001 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1381]: 6 -1.5 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1396]: 6 -906.868 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1412]: 6 -1 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1420]: 6 0 78433.7 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1479]: 6 -2119.52 0 shouldn't be
101.40/101.74	WSVECS04 Frhs2[1556]: 6 -0.5 0 shouldn't be
143.20/143.67	c #Conflicts:     124000 | #Constraints:      13811
143.20/143.67	c #Conflicts:     125000 | #Constraints:      14811
143.20/143.67	c #Conflicts:     126000 | #Constraints:      15811
143.20/143.67	c #Conflicts:     127000 | #Constraints:      16811
143.20/143.67	c #Conflicts:     128000 | #Constraints:      17811
143.20/143.67	c #Conflicts:     129000 | #Constraints:      18811
143.20/143.67	c #Conflicts:     130000 | #Constraints:      19812
143.20/143.67	c #Conflicts:     131000 | #Constraints:      20813
143.20/143.67	c #Conflicts:     132000 | #Constraints:      21814
143.20/143.67	c #Conflicts:     133000 | #Constraints:      22814
143.20/143.67	c #Conflicts:     134000 | #Constraints:      23815
143.20/143.67	c #Conflicts:     135000 | #Constraints:      24815
143.20/143.67	c #Conflicts:     136000 | #Constraints:      25816
143.20/143.67	c #Conflicts:     137000 | #Constraints:      26816
143.20/143.67	c #Conflicts:     138000 | #Constraints:      27817
143.20/143.67	c #Conflicts:     139000 | #Constraints:      28817
143.20/143.67	c #Conflicts:     140000 | #Constraints:      29817
143.20/143.67	c #Conflicts:     141000 | #Constraints:      30817
143.20/143.67	c #Conflicts:     142000 | #Constraints:      31817
143.20/143.67	c #Conflicts:     143000 | #Constraints:      32817
143.20/143.67	c #Conflicts:     144000 | #Constraints:      33817
143.20/143.67	c #Conflicts:     145000 | #Constraints:      34817
143.20/143.67	c #Conflicts:     146000 | #Constraints:      35818
143.20/143.67	c #Conflicts:     147000 | #Constraints:      36819
143.20/143.67	c #Conflicts:     148000 | #Constraints:      37820
143.20/143.67	c #Conflicts:     149000 | #Constraints:      38820
143.20/143.67	c #Conflicts:     150000 | #Constraints:      39820
143.20/143.67	c INPROCESSING
143.20/143.67	c GARBAGE COLLECT
143.20/143.67	c #Conflicts:     151000 | #Constraints:      22612
143.20/143.67	c #Conflicts:     152000 | #Constraints:      23612
143.20/143.67	c #Conflicts:     153000 | #Constraints:      24612
143.20/143.67	c #Conflicts:     154000 | #Constraints:      25612
143.20/143.67	c #Conflicts:     155000 | #Constraints:      26612
143.20/143.67	c #Conflicts:     156000 | #Constraints:      27612
143.20/143.67	c #Conflicts:     157000 | #Constraints:      28612
143.20/143.67	c #Conflicts:     158000 | #Constraints:      29612
143.20/143.67	c #Conflicts:     159000 | #Constraints:      30612
143.20/143.67	c INPROCESSING
143.20/143.67	c GARBAGE COLLECT
143.20/143.67	c #Conflicts:     160000 | #Constraints:      17720
143.20/143.67	c #Conflicts:     161000 | #Constraints:      18720
143.20/143.67	c #Conflicts:     162000 | #Constraints:      19720
143.20/143.67	c #Conflicts:     163000 | #Constraints:      20720
143.20/143.67	c #Conflicts:     164000 | #Constraints:      21720
143.20/143.67	c #Conflicts:     165000 | #Constraints:      22720
143.20/143.67	c #Conflicts:     166000 | #Constraints:      23720
143.20/143.67	c #Conflicts:     167000 | #Constraints:      24720
143.20/143.67	c #Conflicts:     168000 | #Constraints:      25720
143.20/143.67	c #Conflicts:     169000 | #Constraints:      26720
143.20/143.67	c INPROCESSING
143.20/143.67	c GARBAGE COLLECT
143.20/143.67	WSVECS04 Frhs2[1]: 6 -60.2516 0 shouldn't be
143.20/143.67	WSVECS04 Frhs2[3]: 6 -43.9596 0 shouldn't be
143.20/143.67	WSVECS04 Frhs2[4]: 6 -42.919 0 shouldn't be
143.20/143.67	WSVECS04 Frhs2[7]: 6 -26.8278 0 shouldn't be
143.20/143.67	WSVECS04 Frhs2[22]: 6 -44.9149 0 shouldn't be
143.20/143.67	WSVECS04 Frhs2[24]: 6 -45.3313 0 shouldn't be
143.20/143.67	WSVECS04 Frhs2[25]: 6 -44.6627 0 shouldn't be
143.20/143.67	WSVECS04 Frhs2[27]: 6 -36.7565 0 shouldn't be
143.20/143.67	WSVECS04 Frhs2[30]: 6 -27.3818 0 shouldn't be
143.20/143.67	WSVECS04 Frhs2[31]: 6 -28.7634 0 shouldn't be
143.20/143.67	WSVECS04 Frhs2[904]: 6 0 2.50015 shouldn't be
143.20/143.67	WSVECS04 Frhs2[909]: 6 0 2.99938 shouldn't be
143.20/143.67	WSVECS04 Frhs2[1042]: 6 0 3.65626 shouldn't be
143.20/143.67	WSVECS04 Frhs2[1090]: 6 0 3.75006 shouldn't be
143.20/143.67	WSVECS04 Frhs2[1091]: 6 0 2.50002 shouldn't be
143.20/143.67	WSVECS04 Frhs2[1105]: 6 0 5.75007 shouldn't be
143.20/143.67	WSVECS04 Frhs2[1119]: 6 0 6.37505 shouldn't be
143.20/143.67	WSVECS04 Frhs2[1120]: 6 0 7.7501 shouldn't be
143.20/143.67	WSVECS04 Frhs2[1694]: 6 -38.6116 0 shouldn't be
143.30/143.78	c rational objective 4.94046
180.00/180.52	c #Conflicts:     170000 | #Constraints:      15883
180.00/180.52	c #Conflicts:     171000 | #Constraints:      16883
180.00/180.52	c #Conflicts:     172000 | #Constraints:      17883
180.00/180.52	c #Conflicts:     173000 | #Constraints:      18883
180.00/180.52	c #Conflicts:     174000 | #Constraints:      19883
180.00/180.52	c #Conflicts:     175000 | #Constraints:      20883
180.00/180.52	c #Conflicts:     176000 | #Constraints:      21883
180.00/180.52	c #Conflicts:     177000 | #Constraints:      22883
180.00/180.52	c #Conflicts:     178000 | #Constraints:      23883
180.00/180.52	c #Conflicts:     179000 | #Constraints:      24884
180.00/180.52	c #Conflicts:     180000 | #Constraints:      25884
180.00/180.52	c #Conflicts:     181000 | #Constraints:      26884
180.00/180.52	c #Conflicts:     182000 | #Constraints:      27884
180.00/180.52	c #Conflicts:     183000 | #Constraints:      28885
180.00/180.52	c #Conflicts:     184000 | #Constraints:      29885
180.00/180.52	c #Conflicts:     185000 | #Constraints:      30885
180.00/180.52	c #Conflicts:     186000 | #Constraints:      31885
180.00/180.52	c #Conflicts:     187000 | #Constraints:      32886
180.00/180.52	c #Conflicts:     188000 | #Constraints:      33886
180.00/180.52	c #Conflicts:     189000 | #Constraints:      34886
180.00/180.52	c #Conflicts:     190000 | #Constraints:      35886
180.00/180.52	c #Conflicts:     191000 | #Constraints:      36886
180.00/180.52	c #Conflicts:     192000 | #Constraints:      37886
180.00/180.52	c #Conflicts:     193000 | #Constraints:      38887
180.00/180.52	c #Conflicts:     194000 | #Constraints:      39887
180.00/180.52	c #Conflicts:     195000 | #Constraints:      40887
180.00/180.52	c #Conflicts:     196000 | #Constraints:      41887
180.00/180.52	c #Conflicts:     197000 | #Constraints:      42887
180.00/180.52	c #Conflicts:     198000 | #Constraints:      43887
180.00/180.52	c #Conflicts:     199000 | #Constraints:      44887
180.00/180.52	c #Conflicts:     200000 | #Constraints:      45887
180.00/180.52	c INPROCESSING
180.00/180.52	c GARBAGE COLLECT
180.00/180.52	WSVECS04 Frhs2[1]: 6 -27.1028 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[4]: 6 -1.5606 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[8]: 6 -0.560616 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[9]: 6 -0.560642 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[12]: 6 -0.56062 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[17]: 6 -54.2437 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[20]: 6 -27.1028 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[23]: 6 -27.1028 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[31]: 6 -27.1027 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[32]: 6 -26.4636 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[33]: 6 -22.9278 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[37]: 6 -1.96883 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[45]: 6 -1.93759 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[48]: 6 -2.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[54]: 6 -1.93753 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[62]: 6 -1.87507 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[65]: 6 -2.00009 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[71]: 6 -1.87504 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[79]: 6 -1.75007 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[82]: 6 -2.00003 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[88]: 6 -1.75004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[99]: 6 -2.00005 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[120]: 6 -1.00005 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[122]: 6 -1.0001 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[133]: 6 -1.99996 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[159]: 6 -1.50004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[173]: 6 -0.201273 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[176]: 6 -1.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[193]: 6 -1.00009 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[210]: 6 -1.00006 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[222]: 6 -1.00008 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[239]: 6 -1.00007 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[292]: 6 -1.00002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[301]: 6 -1.75001 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[309]: 6 -1.00002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[317]: 6 -1.75008 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[318]: 6 -1.50005 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[332]: 6 -1.75008 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[333]: 6 -1.60543 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[337]: 6 -1.88637 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[358]: 6 -27.1027 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[359]: 6 -27.9778 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[360]: 6 -27.1027 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[361]: 6 -24.1028 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[363]: 6 -27.1027 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[365]: 6 -27.1028 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[366]: 6 -27.7419 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[370]: 6 -28.1634 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[410]: 6 -1.0001 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[411]: 6 -2.68953 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[412]: 6 -2.37892 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[414]: 6 -0.687561 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[416]: 6 -1.75005 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[417]: 6 -1.75003 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[418]: 6 -1.50007 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[419]: 6 -1.87502 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[426]: 6 -1.00009 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[427]: 6 -1.9996 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[428]: 6 -3.37897 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[429]: 6 -3.75787 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[434]: 6 -1.50009 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[436]: 6 -1.75006 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[437]: 6 -2.00649 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[445]: 6 -4.7578 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[447]: 6 0 0.125055 shouldn't be
180.00/180.52	WSVECS04 Frhs2[450]: 6 -1.00005 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[451]: 6 -1.00006 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[452]: 6 -1.87501 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[453]: 6 -1.50002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[464]: 6 0 2.25005 shouldn't be
180.00/180.52	WSVECS04 Frhs2[494]: 6 -2.99615 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[495]: 6 -1.99221 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[496]: 6 -1.87503 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[497]: 6 -1.50007 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[502]: 6 -1.93756 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[503]: 6 -1.00003 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[504]: 6 -1.5001 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[505]: 6 -2.10304 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[510]: 6 -2.44121 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[511]: 6 -1.00002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[512]: 6 -1.98443 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[516]: 6 -1.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[518]: 6 -1.49965 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[519]: 6 -1.87502 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[521]: 6 -1.00009 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[522]: 6 -2.20599 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[526]: 6 -29.162 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[550]: 6 -1.96883 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[552]: 6 -1.00002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[553]: 6 -1.50004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[554]: 6 -1.75002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[555]: 6 -1.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[560]: 6 -27.5423 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[561]: 6 -5.62778 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[562]: 6 -1.00008 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[567]: 6 -1.9376 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[569]: 6 -1.75006 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[570]: 6 -1.00003 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[571]: 6 -1.50004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[573]: 6 -3.64773 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[579]: 6 -1.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[586]: 6 -1.50005 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[590]: 6 -5.29548 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[595]: 6 -14.9528 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[644]: 6 0 2.9999 shouldn't be
180.00/180.52	WSVECS04 Frhs2[710]: 6 -257.101 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[716]: 6 0 0.0606911 shouldn't be
180.00/180.52	WSVECS04 Frhs2[720]: 6 0 2.99995 shouldn't be
180.00/180.52	WSVECS04 Frhs2[743]: 6 -1.50007 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[745]: 6 -1.00007 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[749]: 6 0 1.00003 shouldn't be
180.00/180.52	WSVECS04 Frhs2[761]: 6 -1.00005 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[765]: 6 0 3.96883 shouldn't be
180.00/180.52	WSVECS04 Frhs2[790]: 6 -27.7805 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[806]: 6 -1.00006 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[813]: 6 0 2.00003 shouldn't be
180.00/180.52	WSVECS04 Frhs2[822]: 6 -1.00008 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[936]: 6 0 0.378991 shouldn't be
180.00/180.52	WSVECS04 Frhs2[939]: 6 -3.42066 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[948]: 6 -1.96759 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[951]: 6 -4.37899 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[965]: 6 -1.99954 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[967]: 6 -1.00005 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[989]: 6 -1.87504 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1001]: 6 -9.50009 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1035]: 6 -1.00009 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1051]: 6 -1.49971 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1069]: 6 -1.00005 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1070]: 6 -1.50001 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1072]: 6 -2.60417 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1083]: 6 -1.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1094]: 6 -1.75008 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1099]: 6 -1.75007 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1106]: 6 0 1.87898 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1111]: 6 -1.00002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1132]: 6 -3.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1133]: 6 -1.00001 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1134]: 6 -1.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1153]: 6 0 55.3267 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1156]: 6 0 56.3266 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1161]: 6 -0.00785726 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1162]: 6 -0.00395897 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1166]: 6 -0.125046 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1168]: 6 -0.000185151 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1169]: 6 -2.00034 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1202]: 6 -0.000531905 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1219]: 6 -0.0011336 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1289]: 6 -0.996179 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1294]: 6 -1.10068 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1306]: 6 -0.992217 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1311]: 6 -1.20129 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1323]: 6 -0.984421 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1344]: 6 -1.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1351]: 6 -0.500065 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1381]: 6 -1.75006 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1395]: 6 0 24.7805 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1403]: 6 -1.75005 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1406]: 6 -1.00006 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1418]: 6 -1.00006 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1440]: 6 -1.00002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1445]: 6 -1.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1460]: 6 -1.50004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1463]: 6 -1.96882 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1464]: 6 -0.812587 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1472]: 6 -0.710745 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1487]: 6 -1.06061 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1524]: 6 -1.00002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1531]: 6 -1.50002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1540]: 6 -0.500072 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1546]: 6 -1.0301 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1548]: 6 -1.00009 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1549]: 6 -1.69001 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1552]: 6 -0.750095 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1556]: 6 -1.00003 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1563]: 6 -1.06007 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1566]: 6 -2.37992 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1569]: 6 -0.500064 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1573]: 6 -1.00004 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1580]: 6 -1.12013 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1583]: 6 -3.75981 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1633]: 6 -1.99225 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1659]: 6 -1.00006 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1668]: 6 -0.562571 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1676]: 6 -0.750099 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1685]: 6 -0.125037 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1704]: 6 -2.46885 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1707]: 6 -0.996917 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1719]: 6 -1.00002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1721]: 6 -3.93753 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1726]: 6 -0.975038 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1727]: 6 -1.0001 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1730]: 6 -0.600026 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1733]: 6 -14.9528 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1735]: 6 -1.00009 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1736]: 6 -1.00001 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1745]: 6 -1.00002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1751]: 6 -1.00008 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1752]: 6 -1.00009 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1753]: 6 -1.0002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1754]: 6 -1.00027 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1755]: 6 -1.00059 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1756]: 6 -1.001 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1757]: 6 -1.002 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1759]: 6 -1.00789 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1760]: 6 -1.01569 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1761]: 6 -1.03127 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1762]: 6 -1.06256 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1763]: 6 -1.12503 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1783]: 6 -1.00015 0 shouldn't be
180.00/180.52	WSVECS04 Frhs2[1802]: 6 0 0.56063 shouldn't be
180.19/180.70	c rational objective 5.12623
252.30/253.09	c #Conflicts:     201000 | #Constraints:      25616
252.30/253.09	c #Conflicts:     202000 | #Constraints:      26616
252.30/253.09	c #Conflicts:     203000 | #Constraints:      27617
252.30/253.09	c #Conflicts:     204000 | #Constraints:      28617
252.30/253.09	c #Conflicts:     205000 | #Constraints:      29617
252.30/253.09	c #Conflicts:     206000 | #Constraints:      30617
252.30/253.09	c #Conflicts:     207000 | #Constraints:      31617
252.30/253.09	c #Conflicts:     208000 | #Constraints:      32617
252.30/253.09	c #Conflicts:     209000 | #Constraints:      33617
252.30/253.09	c #Conflicts:     210000 | #Constraints:      34617
252.30/253.09	c #Conflicts:     211000 | #Constraints:      35617
252.30/253.09	c INPROCESSING
252.30/253.09	c GARBAGE COLLECT
252.30/253.09	c #Conflicts:     212000 | #Constraints:      20444
252.30/253.09	c #Conflicts:     213000 | #Constraints:      21444
252.30/253.09	c #Conflicts:     214000 | #Constraints:      22444
252.30/253.09	c #Conflicts:     215000 | #Constraints:      23444
252.30/253.09	c #Conflicts:     216000 | #Constraints:      24444
252.30/253.09	c #Conflicts:     217000 | #Constraints:      25444
252.30/253.09	c #Conflicts:     218000 | #Constraints:      26444
252.30/253.09	c #Conflicts:     219000 | #Constraints:      27444
252.30/253.09	c #Conflicts:     220000 | #Constraints:      28444
252.30/253.09	c #Conflicts:     221000 | #Constraints:      29444
252.30/253.09	c #Conflicts:     222000 | #Constraints:      30444
252.30/253.09	c INPROCESSING
252.30/253.09	c GARBAGE COLLECT
252.30/253.09	c #Conflicts:     223000 | #Constraints:      17702
252.30/253.09	c #Conflicts:     224000 | #Constraints:      18702
252.30/253.09	c #Conflicts:     225000 | #Constraints:      19703
252.30/253.09	c #Conflicts:     226000 | #Constraints:      20703
252.30/253.09	c #Conflicts:     227000 | #Constraints:      21703
252.30/253.09	c #Conflicts:     228000 | #Constraints:      22703
252.30/253.09	c #Conflicts:     229000 | #Constraints:      23703
252.30/253.09	c #Conflicts:     230000 | #Constraints:      24703
252.30/253.09	c #Conflicts:     231000 | #Constraints:      25703
252.30/253.09	c #Conflicts:     232000 | #Constraints:      26703
252.30/253.09	c #Conflicts:     233000 | #Constraints:      27704
252.30/253.09	c #Conflicts:     234000 | #Constraints:      28704
252.30/253.09	c #Conflicts:     235000 | #Constraints:      29704
252.30/253.09	c #Conflicts:     236000 | #Constraints:      30704
252.30/253.09	c #Conflicts:     237000 | #Constraints:      31704
252.30/253.09	c #Conflicts:     238000 | #Constraints:      32704
252.30/253.09	c #Conflicts:     239000 | #Constraints:      33705
252.30/253.09	c #Conflicts:     240000 | #Constraints:      34705
252.30/253.09	c #Conflicts:     241000 | #Constraints:      35705
252.30/253.09	c #Conflicts:     242000 | #Constraints:      36706
252.30/253.09	c #Conflicts:     243000 | #Constraints:      37706
252.30/253.09	c #Conflicts:     244000 | #Constraints:      38706
252.30/253.09	c #Conflicts:     245000 | #Constraints:      39707
252.30/253.09	c #Conflicts:     246000 | #Constraints:      40707
252.30/253.09	c #Conflicts:     247000 | #Constraints:      41707
252.30/253.09	c #Conflicts:     248000 | #Constraints:      42707
252.30/253.09	c #Conflicts:     249000 | #Constraints:      43707
252.30/253.09	c #Conflicts:     250000 | #Constraints:      44707
252.30/253.09	c #Conflicts:     251000 | #Constraints:      45707
252.30/253.09	c #Conflicts:     252000 | #Constraints:      46707
252.30/253.09	c #Conflicts:     253000 | #Constraints:      47707
252.30/253.09	c #Conflicts:     254000 | #Constraints:      48707
252.30/253.09	c #Conflicts:     255000 | #Constraints:      49707
252.30/253.09	c #Conflicts:     256000 | #Constraints:      50707
252.30/253.09	c #Conflicts:     257000 | #Constraints:      51708
252.30/253.09	c INPROCESSING
252.30/253.09	c GARBAGE COLLECT
252.30/253.09	WSVECS04 Frhs2[1]: 6 -188.75 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[14]: 6 -18825.5 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[17]: 6 -2453.57 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[18]: 6 -475.034 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[25]: 6 -188.75 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[34]: 6 -14.7501 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[35]: 6 -93067.5 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[38]: 6 -3.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[40]: 6 -1.00004 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[41]: 6 -1.0001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[42]: 6 -1.00005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[51]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[72]: 6 -1.98444 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[73]: 6 -0.968793 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[86]: 6 -1.00009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[89]: 6 -1.96881 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[90]: 6 -1.0001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[92]: 6 -1.99616 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[93]: 6 -1.00002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[95]: 6 -2.5001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[100]: 6 0 2.00007 shouldn't be
252.30/253.09	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[123]: 6 -1.87506 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[124]: 6 -1.00002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[126]: 6 -1.98446 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[128]: 6 -2.62504 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[136]: 6 -2.03031 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[242]: 6 -1.75009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[243]: 6 -2.12507 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[253]: 6 -0.500089 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[255]: 6 -7.87501 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[259]: 6 -1.5001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[260]: 6 -2.2501 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[261]: 6 -1.50006 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[263]: 6 -2.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[310]: 6 -1.5001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[312]: 6 -3.00009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[326]: 6 -3.00009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[327]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[337]: 6 -25.4688 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[339]: 6 0 473.125 shouldn't be
252.30/253.09	WSVECS04 Frhs2[357]: 6 0 1002.09 shouldn't be
252.30/253.09	WSVECS04 Frhs2[374]: 6 0 1001.59 shouldn't be
252.30/253.09	WSVECS04 Frhs2[392]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[394]: 6 -1.00005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[395]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[411]: 6 -1.00002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[412]: 6 -1.00001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[426]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[428]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[431]: 6 -1.75007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[438]: 6 -1.50001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[439]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[443]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[445]: 6 -1.0001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[448]: 6 -1.50009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[455]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[460]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[462]: 6 -1.00001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[465]: 6 -1.00009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[482]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[493]: 6 -3086.11 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[528]: 6 -1.00005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[530]: 6 -2.00005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[533]: 6 -1.00009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[544]: 6 -4271.52 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[564]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[574]: 6 -1.75007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[579]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[581]: 6 -1.00002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[584]: 6 -74.7082 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[591]: 6 -1.50002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[598]: 6 -1.00009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[599]: 6 -1.50005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[601]: 6 -147.416 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[608]: 6 -1.00001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[609]: 6 -37228.1 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[616]: 6 -0.984406 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[617]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[622]: 6 0 3.00005 shouldn't be
252.30/253.09	WSVECS04 Frhs2[630]: 6 0 4.99856 shouldn't be
252.30/253.09	WSVECS04 Frhs2[633]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[636]: 6 -4.08598 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[637]: 6 0 5.00003 shouldn't be
252.30/253.09	WSVECS04 Frhs2[641]: 6 0 1.00002 shouldn't be
252.30/253.09	WSVECS04 Frhs2[653]: 6 -2.50002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[664]: 6 -1.00001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[665]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[667]: 6 -0.984451 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[674]: 6 -7.98441 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[680]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[686]: 6 0 3.50003 shouldn't be
252.30/253.09	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[697]: 6 -2.98442 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[701]: 6 0 4.50006 shouldn't be
252.30/253.09	WSVECS04 Frhs2[713]: 6 0 1.00008 shouldn't be
252.30/253.09	WSVECS04 Frhs2[717]: 6 0 3.99953 shouldn't be
252.30/253.09	WSVECS04 Frhs2[729]: 6 0 1.00004 shouldn't be
252.30/253.09	WSVECS04 Frhs2[749]: 6 0 6.9981 shouldn't be
252.30/253.09	WSVECS04 Frhs2[761]: 6 0 3.00001 shouldn't be
252.30/253.09	WSVECS04 Frhs2[769]: 6 0 4.50001 shouldn't be
252.30/253.09	WSVECS04 Frhs2[781]: 6 0 3.24221 shouldn't be
252.30/253.09	WSVECS04 Frhs2[799]: 6 0 1.00007 shouldn't be
252.30/253.09	WSVECS04 Frhs2[809]: 6 0 0.500029 shouldn't be
252.30/253.09	WSVECS04 Frhs2[811]: 6 -2.00005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[827]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[830]: 6 0 4.87501 shouldn't be
252.30/253.09	WSVECS04 Frhs2[840]: 6 0 2.00004 shouldn't be
252.30/253.09	WSVECS04 Frhs2[843]: 6 0 1.00008 shouldn't be
252.30/253.09	WSVECS04 Frhs2[858]: 6 0 2.00005 shouldn't be
252.30/253.09	WSVECS04 Frhs2[860]: 6 0 0.250095 shouldn't be
252.30/253.09	WSVECS04 Frhs2[865]: 6 0 0.500028 shouldn't be
252.30/253.09	WSVECS04 Frhs2[875]: 6 -1.75005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[886]: 6 0 3.00006 shouldn't be
252.30/253.09	WSVECS04 Frhs2[887]: 6 -1.50002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[889]: 6 -105.108 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[894]: 6 0 3.00004 shouldn't be
252.30/253.09	WSVECS04 Frhs2[898]: 6 0 94.125 shouldn't be
252.30/253.09	WSVECS04 Frhs2[910]: 6 0 188 shouldn't be
252.30/253.09	WSVECS04 Frhs2[911]: 6 0 188 shouldn't be
252.30/253.09	WSVECS04 Frhs2[925]: 6 0 0.250044 shouldn't be
252.30/253.09	WSVECS04 Frhs2[947]: 6 0 189 shouldn't be
252.30/253.09	WSVECS04 Frhs2[948]: 6 0 4.50052 shouldn't be
252.30/253.09	WSVECS04 Frhs2[950]: 6 -1.00002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[951]: 6 -1.00005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[966]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[968]: 6 0 1.87505 shouldn't be
252.30/253.09	WSVECS04 Frhs2[970]: 6 0 391.886 shouldn't be
252.30/253.09	WSVECS04 Frhs2[976]: 6 -379.023 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[982]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[995]: 6 0 188.5 shouldn't be
252.30/253.09	WSVECS04 Frhs2[998]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[999]: 6 -1.00004 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1002]: 6 0 462.409 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1010]: 6 0 0.500084 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1014]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1015]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1030]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1046]: 6 -1.00005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1059]: 6 0 2044.31 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1091]: 6 0 2466.16 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1106]: 6 0 6066.82 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1110]: 6 -1.00006 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1126]: 6 -1.00004 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1142]: 6 -1.50006 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1151]: 6 0 50377 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1169]: 6 -3.50007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1186]: 6 -3.00002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1195]: 6 -1.03132 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1208]: 6 -2.00078 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1228]: 6 -0.0625834 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1242]: 6 -2.003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1245]: 6 -0.125065 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1254]: 6 -1.05569 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1288]: 6 -1.22275 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1305]: 6 -1.44541 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1316]: 6 -1.1251 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1322]: 6 -1.89064 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1329]: 6 -1.12503 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1345]: 6 -0.500055 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1346]: 6 -0.250025 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1348]: 6 -1.68751 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1352]: 6 -3.12119 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1357]: 6 -0.125076 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1364]: 6 -1.31252 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1378]: 6 -2.75009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1398]: 6 -2.2501 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1403]: 6 -0.500092 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1423]: 6 -1.50009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1429]: 6 -1.07149 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1432]: 6 -0.500092 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1442]: 6 -0.500034 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1530]: 6 -0.500092 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1547]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1549]: 6 -1.0001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1556]: 6 -1.00007 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1557]: 6 -1.00006 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1565]: 6 -1.00005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1575]: 6 -1.50004 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1582]: 6 -1.00004 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1599]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1605]: 6 -1.00002 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1607]: 6 -16.5131 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1623]: 6 -0.500067 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1639]: 6 -20.1771 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1645]: 6 -1.00003 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1674]: 6 -1.00001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1701]: 6 -1.00001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1702]: 6 -1.0001 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1708]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1718]: 6 -1.00009 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1722]: 6 -74.7083 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1730]: 6 -37228.3 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1747]: 6 -1.00006 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1749]: 6 -1.00011 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1758]: 6 -1.00396 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1761]: 6 -1.03128 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1762]: 6 -1.06255 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1771]: 6 -1.00008 0 shouldn't be
252.30/253.09	WSVECS04 Frhs2[1778]: 6 -1.00006 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[21]: 6 -188.75 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[24]: 6 -188.75 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[26]: 6 -188.75 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[85]: 6 -2.00384 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[91]: 6 -1.00002 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[102]: 6 -2.00758 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[135]: 6 -2.02302 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[245]: 6 -2.25007 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[246]: 6 -1.0001 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[247]: 6 -2.0001 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[251]: 6 -1.87504 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[254]: 6 -4.93758 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[262]: 6 -2.50007 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[271]: 6 -7.8751 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[336]: 6 -143.5 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[463]: 6 -1.00007 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[477]: 6 -1.00008 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[540]: 6 -96.4375 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[595]: 6 -379.75 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[649]: 6 -1.00009 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[983]: 6 -1.00009 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1033]: 6 -1.00007 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1157]: 6 -1.00002 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1230]: 6 -1.99615 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1231]: 6 -0.00790765 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1260]: 6 0 0.0117638 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1333]: 6 -1.25004 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1356]: 6 -0.0625654 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1370]: 6 -1.73446 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1379]: 6 0 1.00005 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1404]: 6 -3.93759 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1431]: 6 0 0.750064 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1441]: 6 -1.25009 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1446]: 6 -1.00003 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1458]: 6 -47.5001 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1460]: 6 -1.00009 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1462]: 6 0 0.250106 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1471]: 6 -2.50002 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1479]: 6 0 0.500115 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1481]: 6 -1.00006 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1483]: 6 -190 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1497]: 6 -188.75 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1501]: 6 -391.965 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1532]: 6 -1.00007 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1534]: 6 -2.46885 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1550]: 6 -1.00004 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1567]: 6 -1.00009 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1581]: 6 -0.500017 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1583]: 6 -1.00004 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1650]: 6 -1.00002 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1685]: 6 -1.00004 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1717]: 6 0 1.00002 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1735]: 6 -1.00009 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1751]: 6 -1.00006 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1752]: 6 -1.00012 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1756]: 6 -1.00101 0 shouldn't be
252.50/253.25	WSVECS04 Frhs2[1769]: 6 -1.00007 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1]: 6 -188.75 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[3]: 6 -190 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[4]: 6 -190 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[13]: 6 -4.375 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[14]: 6 -18825.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[17]: 6 -2453.57 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[25]: 6 -188.75 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[26]: 6 -188.75 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[35]: 6 -93067.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[43]: 6 -3 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[323]: 6 -96 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[336]: 6 -143.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[380]: 6 -379.969 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[473]: 6 -379.75 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[480]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[608]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[609]: 6 -37228.1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[616]: 6 -0.984376 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[636]: 6 -4.08593 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[637]: 6 0 5 shouldn't be
252.69/253.43	WSVECS04 Frhs2[641]: 6 0 1 shouldn't be
252.69/253.43	WSVECS04 Frhs2[653]: 6 -2.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[665]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[667]: 6 -0.984376 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[697]: 6 -2.98438 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[701]: 6 0 4.5 shouldn't be
252.69/253.43	WSVECS04 Frhs2[713]: 6 0 1 shouldn't be
252.69/253.43	WSVECS04 Frhs2[719]: 6 0 2.4375 shouldn't be
252.69/253.43	WSVECS04 Frhs2[729]: 6 0 1 shouldn't be
252.69/253.43	WSVECS04 Frhs2[734]: 6 0 3.9375 shouldn't be
252.69/253.43	WSVECS04 Frhs2[749]: 6 0 6.99805 shouldn't be
252.69/253.43	WSVECS04 Frhs2[761]: 6 0 3 shouldn't be
252.69/253.43	WSVECS04 Frhs2[769]: 6 0 4.5 shouldn't be
252.69/253.43	WSVECS04 Frhs2[799]: 6 0 1 shouldn't be
252.69/253.43	WSVECS04 Frhs2[815]: 6 0 2.875 shouldn't be
252.69/253.43	WSVECS04 Frhs2[827]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[830]: 6 0 4.875 shouldn't be
252.69/253.43	WSVECS04 Frhs2[840]: 6 0 2 shouldn't be
252.69/253.43	WSVECS04 Frhs2[841]: 6 -2.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[858]: 6 0 2 shouldn't be
252.69/253.43	WSVECS04 Frhs2[860]: 6 0 0.25 shouldn't be
252.69/253.43	WSVECS04 Frhs2[875]: 6 -1.75 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[889]: 6 -105.108 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[894]: 6 0 3 shouldn't be
252.69/253.43	WSVECS04 Frhs2[911]: 6 0 188 shouldn't be
252.69/253.43	WSVECS04 Frhs2[925]: 6 0 0.25 shouldn't be
252.69/253.43	WSVECS04 Frhs2[934]: 6 -757 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[947]: 6 0 189 shouldn't be
252.69/253.43	WSVECS04 Frhs2[968]: 6 0 1.875 shouldn't be
252.69/253.43	WSVECS04 Frhs2[970]: 6 0 391.886 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1014]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1017]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1032]: 6 0 2 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1046]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1067]: 6 0 39.3541 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1110]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1126]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1142]: 6 -1.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1151]: 6 0 50377 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1154]: 6 0 55838.9 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1169]: 6 -3.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1192]: 6 -2.99927 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1210]: 6 -2.98145 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1232]: 6 -2.17186 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1254]: 6 -1.05566 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1291]: 6 -0.96875 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1317]: 6 -6.24951 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1348]: 6 -1.6875 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1352]: 6 -3.12109 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1357]: 6 -0.125 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1359]: 6 -0.500001 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1397]: 6 -2.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1429]: 6 -1.07143 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1431]: 6 0 0.750001 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1468]: 6 -89.8924 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1471]: 6 -2.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1482]: 6 -1.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1487]: 6 -190.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1501]: 6 -391.965 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1518]: 6 -378.5 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1533]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1614]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1623]: 6 -0.500001 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1685]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1692]: 6 -788.25 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1718]: 6 -1 0 shouldn't be
252.69/253.43	WSVECS04 Frhs2[1762]: 6 -1.0625 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[18]: 6 -475.034 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[21]: 6 -188.75 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[22]: 6 -188.75 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[23]: 6 -188.75 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[27]: 6 -188.75 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[34]: 6 -14.75 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[38]: 6 -3 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[41]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[64]: 6 0 1 shouldn't be
252.90/253.60	WSVECS04 Frhs2[67]: 6 0 1 shouldn't be
252.90/253.60	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[95]: 6 -2.5 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[100]: 6 0 2 shouldn't be
252.90/253.60	WSVECS04 Frhs2[120]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[129]: 6 -4.99988 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[242]: 6 -1.75 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[243]: 6 -2.125 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[253]: 6 -0.500001 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[255]: 6 -7.875 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[259]: 6 -1.5 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[311]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[316]: 6 -1.5 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[326]: 6 -3 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[337]: 6 -25.4688 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[395]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[409]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[411]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[431]: 6 -1.75 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[438]: 6 -1.5 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[448]: 6 -1.5 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[460]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[472]: 6 -197.781 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[493]: 6 -3086.11 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[544]: 6 -4271.52 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[579]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[598]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[674]: 6 -7.98438 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[680]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[843]: 6 0 1 shouldn't be
252.90/253.60	WSVECS04 Frhs2[865]: 6 0 0.5 shouldn't be
252.90/253.60	WSVECS04 Frhs2[886]: 6 0 3 shouldn't be
252.90/253.60	WSVECS04 Frhs2[887]: 6 -1.5 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[950]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[951]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[966]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[967]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[976]: 6 -379.023 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[983]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[998]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1008]: 6 -197.781 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1015]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1197]: 6 -3.00195 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1245]: 6 -0.125001 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1329]: 6 -1.125 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1345]: 6 -0.500001 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1346]: 6 -0.250001 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1356]: 6 -0.0625004 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1364]: 6 -1.3125 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1365]: 6 -2.375 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1378]: 6 -2.75 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1398]: 6 -2.25 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1432]: 6 -0.500001 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1439]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1446]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1460]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1515]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1516]: 6 -1.5 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1530]: 6 -0.5 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1548]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1556]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1567]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1575]: 6 -1.5 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1599]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1605]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1607]: 6 -16.513 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1639]: 6 -20.177 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1645]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1654]: 6 -0.562501 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1655]: 6 -1.5 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1674]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1688]: 6 -0.25 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1695]: 6 0 6107.13 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1708]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1730]: 6 -37228.3 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1735]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1742]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1747]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1749]: 6 -1.00001 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1751]: 6 -1.00003 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1752]: 6 -1.00006 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1756]: 6 -1.00098 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1757]: 6 -1.00195 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1758]: 6 -1.00391 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1759]: 6 -1.00781 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1769]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1771]: 6 -1 0 shouldn't be
252.90/253.60	WSVECS04 Frhs2[1778]: 6 -1 0 shouldn't be
330.29/331.24	c #Conflicts:     258000 | #Constraints:      28393
330.29/331.24	c #Conflicts:     259000 | #Constraints:      29393
330.29/331.24	c #Conflicts:     260000 | #Constraints:      30393
330.29/331.24	c #Conflicts:     261000 | #Constraints:      31394
330.29/331.24	c #Conflicts:     262000 | #Constraints:      32394
330.29/331.24	c #Conflicts:     263000 | #Constraints:      33397
330.29/331.24	c #Conflicts:     264000 | #Constraints:      34397
330.29/331.24	c #Conflicts:     265000 | #Constraints:      35398
330.29/331.24	c #Conflicts:     266000 | #Constraints:      36398
330.29/331.24	c #Conflicts:     267000 | #Constraints:      37398
330.29/331.24	c #Conflicts:     268000 | #Constraints:      38398
330.29/331.24	c #Conflicts:     269000 | #Constraints:      39398
330.29/331.24	c #Conflicts:     270000 | #Constraints:      40398
330.29/331.24	c INPROCESSING
330.29/331.24	c GARBAGE COLLECT
330.29/331.24	c #Conflicts:     271000 | #Constraints:      22941
330.29/331.24	c #Conflicts:     272000 | #Constraints:      23941
330.29/331.24	c #Conflicts:     273000 | #Constraints:      24942
330.29/331.24	c #Conflicts:     274000 | #Constraints:      25942
330.29/331.24	c #Conflicts:     275000 | #Constraints:      26956
330.29/331.24	c #Conflicts:     276000 | #Constraints:      27962
330.29/331.24	c #Conflicts:     277000 | #Constraints:      28964
330.29/331.24	c #Conflicts:     278000 | #Constraints:      29964
330.29/331.24	c #Conflicts:     279000 | #Constraints:      30964
330.29/331.24	c #Conflicts:     280000 | #Constraints:      31965
330.29/331.24	c #Conflicts:     281000 | #Constraints:      32966
330.29/331.24	c #Conflicts:     282000 | #Constraints:      33967
330.29/331.24	c INPROCESSING
330.29/331.24	c GARBAGE COLLECT
330.29/331.24	c #Conflicts:     283000 | #Constraints:      19326
330.29/331.24	c #Conflicts:     284000 | #Constraints:      20326
330.29/331.24	c #Conflicts:     285000 | #Constraints:      21326
330.29/331.24	c #Conflicts:     286000 | #Constraints:      22326
330.29/331.24	c #Conflicts:     287000 | #Constraints:      23326
330.29/331.24	c #Conflicts:     288000 | #Constraints:      24326
330.29/331.24	c #Conflicts:     289000 | #Constraints:      25326
330.29/331.24	c #Conflicts:     290000 | #Constraints:      26326
330.29/331.24	c #Conflicts:     291000 | #Constraints:      27327
330.29/331.24	c #Conflicts:     292000 | #Constraints:      28328
330.29/331.24	c #Conflicts:     293000 | #Constraints:      29328
330.29/331.24	c #Conflicts:     294000 | #Constraints:      30328
330.29/331.24	c #Conflicts:     295000 | #Constraints:      31328
330.29/331.24	c #Conflicts:     296000 | #Constraints:      32328
330.29/331.24	c #Conflicts:     297000 | #Constraints:      33328
330.29/331.24	c #Conflicts:     298000 | #Constraints:      34333
330.29/331.24	c #Conflicts:     299000 | #Constraints:      35333
330.29/331.24	c #Conflicts:     300000 | #Constraints:      36333
330.29/331.24	c #Conflicts:     301000 | #Constraints:      37333
330.29/331.24	c #Conflicts:     302000 | #Constraints:      38333
330.29/331.24	c #Conflicts:     303000 | #Constraints:      39333
330.29/331.24	c #Conflicts:     304000 | #Constraints:      40333
330.29/331.24	c #Conflicts:     305000 | #Constraints:      41333
330.29/331.24	c #Conflicts:     306000 | #Constraints:      42333
330.29/331.24	c #Conflicts:     307000 | #Constraints:      43333
330.29/331.24	c #Conflicts:     308000 | #Constraints:      44333
330.29/331.24	c #Conflicts:     309000 | #Constraints:      45333
330.29/331.24	c #Conflicts:     310000 | #Constraints:      46333
330.29/331.24	c #Conflicts:     311000 | #Constraints:      47333
330.29/331.24	c #Conflicts:     312000 | #Constraints:      48333
330.29/331.24	c #Conflicts:     313000 | #Constraints:      49333
330.29/331.24	c #Conflicts:     314000 | #Constraints:      50333
330.29/331.24	c #Conflicts:     315000 | #Constraints:      51333
330.29/331.24	c #Conflicts:     316000 | #Constraints:      52333
330.29/331.24	c #Conflicts:     317000 | #Constraints:      53333
330.29/331.24	c #Conflicts:     318000 | #Constraints:      54333
330.29/331.24	c #Conflicts:     319000 | #Constraints:      55333
330.29/331.24	c #Conflicts:     320000 | #Constraints:      56333
330.29/331.24	c #Conflicts:     321000 | #Constraints:      57333
330.29/331.24	c INPROCESSING
330.29/331.24	c GARBAGE COLLECT
330.29/331.24	c rational objective 5.43521
347.34/348.35	c #Conflicts:     322000 | #Constraints:      30942
347.34/348.35	c #Conflicts:     323000 | #Constraints:      31942
347.34/348.35	c #Conflicts:     324000 | #Constraints:      32942
347.34/348.35	c #Conflicts:     325000 | #Constraints:      33942
347.34/348.35	c #Conflicts:     326000 | #Constraints:      34942
347.34/348.35	c #Conflicts:     327000 | #Constraints:      35942
347.34/348.35	c #Conflicts:     328000 | #Constraints:      36942
347.34/348.35	c #Conflicts:     329000 | #Constraints:      37942
347.34/348.35	c #Conflicts:     330000 | #Constraints:      38942
347.34/348.35	c #Conflicts:     331000 | #Constraints:      39942
347.34/348.35	c #Conflicts:     332000 | #Constraints:      40942
347.34/348.35	c #Conflicts:     333000 | #Constraints:      41942
347.34/348.35	c #Conflicts:     334000 | #Constraints:      42942
347.34/348.35	c #Conflicts:     335000 | #Constraints:      43942
347.34/348.35	c #Conflicts:     336000 | #Constraints:      44942
347.34/348.35	c INPROCESSING
347.34/348.35	c GARBAGE COLLECT
347.34/348.35	c rational objective 5.6199
362.21/363.23	c #Conflicts:     337000 | #Constraints:      25227
362.21/363.23	c #Conflicts:     338000 | #Constraints:      26227
362.21/363.23	c #Conflicts:     339000 | #Constraints:      27227
362.21/363.23	c #Conflicts:     340000 | #Constraints:      28227
362.21/363.23	c #Conflicts:     341000 | #Constraints:      29227
362.21/363.23	c #Conflicts:     342000 | #Constraints:      30227
362.21/363.23	c #Conflicts:     343000 | #Constraints:      31227
362.21/363.23	c #Conflicts:     344000 | #Constraints:      32227
362.21/363.23	c #Conflicts:     345000 | #Constraints:      33227
362.21/363.23	c #Conflicts:     346000 | #Constraints:      34227
362.21/363.23	c #Conflicts:     347000 | #Constraints:      35227
362.21/363.23	c #Conflicts:     348000 | #Constraints:      36227
362.21/363.23	c #Conflicts:     349000 | #Constraints:      37227
362.21/363.23	c #Conflicts:     350000 | #Constraints:      38227
362.21/363.23	c INPROCESSING
362.21/363.23	c GARBAGE COLLECT
362.21/363.23	c rational objective 5.6497
443.79/445.03	c #Conflicts:     351000 | #Constraints:      21723
443.79/445.03	c #Conflicts:     352000 | #Constraints:      22723
443.79/445.03	c #Conflicts:     353000 | #Constraints:      23723
443.79/445.03	c #Conflicts:     354000 | #Constraints:      24723
443.79/445.03	c #Conflicts:     355000 | #Constraints:      25723
443.79/445.03	c #Conflicts:     356000 | #Constraints:      26723
443.79/445.03	c #Conflicts:     357000 | #Constraints:      27723
443.79/445.03	c #Conflicts:     358000 | #Constraints:      28723
443.79/445.03	c #Conflicts:     359000 | #Constraints:      29723
443.79/445.03	c #Conflicts:     360000 | #Constraints:      30723
443.79/445.03	c #Conflicts:     361000 | #Constraints:      31724
443.79/445.03	c #Conflicts:     362000 | #Constraints:      32724
443.79/445.03	c #Conflicts:     363000 | #Constraints:      33724
443.79/445.03	c #Conflicts:     364000 | #Constraints:      34725
443.79/445.03	c #Conflicts:     365000 | #Constraints:      35727
443.79/445.03	c #Conflicts:     366000 | #Constraints:      36728
443.79/445.03	c #Conflicts:     367000 | #Constraints:      37728
443.79/445.03	c #Conflicts:     368000 | #Constraints:      38728
443.79/445.03	c #Conflicts:     369000 | #Constraints:      39729
443.79/445.03	c #Conflicts:     370000 | #Constraints:      40730
443.79/445.03	c #Conflicts:     371000 | #Constraints:      41731
443.79/445.03	c #Conflicts:     372000 | #Constraints:      42731
443.79/445.03	c #Conflicts:     373000 | #Constraints:      43731
443.79/445.03	c #Conflicts:     374000 | #Constraints:      44731
443.79/445.03	c #Conflicts:     375000 | #Constraints:      45731
443.79/445.03	c #Conflicts:     376000 | #Constraints:      46731
443.79/445.03	c #Conflicts:     377000 | #Constraints:      47731
443.79/445.03	c #Conflicts:     378000 | #Constraints:      48731
443.79/445.03	c #Conflicts:     379000 | #Constraints:      49732
443.79/445.03	c #Conflicts:     380000 | #Constraints:      50732
443.79/445.03	c #Conflicts:     381000 | #Constraints:      51732
443.79/445.03	c #Conflicts:     382000 | #Constraints:      52732
443.79/445.03	c #Conflicts:     383000 | #Constraints:      53732
443.79/445.03	c #Conflicts:     384000 | #Constraints:      54732
443.79/445.03	c #Conflicts:     385000 | #Constraints:      55734
443.79/445.03	c #Conflicts:     386000 | #Constraints:      56734
443.79/445.03	c #Conflicts:     387000 | #Constraints:      57734
443.79/445.03	c #Conflicts:     388000 | #Constraints:      58734
443.79/445.03	c #Conflicts:     389000 | #Constraints:      59734
443.79/445.03	c #Conflicts:     390000 | #Constraints:      60734
443.79/445.03	c #Conflicts:     391000 | #Constraints:      61734
443.79/445.03	c #Conflicts:     392000 | #Constraints:      62734
443.79/445.03	c #Conflicts:     393000 | #Constraints:      63734
443.79/445.03	c INPROCESSING
443.79/445.03	c GARBAGE COLLECT
443.79/445.03	WSVECS04 Frhs2[2]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[4]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[5]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[7]: 6 -1.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[8]: 6 -1.00001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[9]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[12]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[14]: 6 -1.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[19]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[22]: 6 -3.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[25]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[26]: 6 -2.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[27]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[28]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[30]: 6 -5.01565 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[37]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[38]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[39]: 6 -1.00001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[42]: 6 -1.00001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[44]: 6 -1.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[47]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[53]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[55]: 6 -1.00001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[56]: 6 -3.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[61]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[62]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[64]: 6 -1.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[87]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[95]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[96]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[108]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[115]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[125]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[138]: 6 -1.50005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[139]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[141]: 6 -1.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[146]: 6 -1.50006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[147]: 6 -2.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[155]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[159]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[162]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[174]: 6 -1.99223 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[175]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[176]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[183]: 6 -1.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[223]: 6 -1.50001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[224]: 6 -1.93755 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[225]: 6 -1.93758 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[226]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[230]: 6 -1.50001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[234]: 6 -18.999 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[241]: 6 -1.87508 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[242]: 6 -1.87502 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[243]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[247]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[248]: 6 -1.5001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[249]: 6 -2.0118 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[257]: 6 -1.9844 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[258]: 6 -1.75002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[259]: 6 -1.75009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[260]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[261]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[264]: 6 -1.5001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[265]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[266]: 6 -2.02352 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[324]: 6 0 286399 shouldn't be
443.79/445.03	WSVECS04 Frhs2[331]: 6 0 1.00006 shouldn't be
443.79/445.03	WSVECS04 Frhs2[349]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[365]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[366]: 6 -1.50004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[381]: 6 -1.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[382]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[392]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[393]: 6 -1.50002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[395]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[403]: 6 -2.75007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[404]: 6 -2.50004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[405]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[409]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[412]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[416]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[417]: 6 -5.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[420]: 6 -3.50005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[443]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[447]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[450]: 6 -10.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[451]: 6 -16 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[454]: 6 -2.62503 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[455]: 6 -1.25003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[460]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[465]: 6 -2.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[466]: 6 -10.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[467]: 6 -18 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[468]: 6 -30.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[477]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[482]: 6 -11 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[483]: 6 -19 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[484]: 6 -0.250079 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[485]: 6 -58 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[499]: 6 -20.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[500]: 6 -1.25002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[502]: 6 -114 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[529]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[532]: 6 -2.75004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[535]: 6 -226.5 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[536]: 6 -450 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[547]: 6 0 1.00003 shouldn't be
443.79/445.03	WSVECS04 Frhs2[619]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[621]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[630]: 6 -3.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[637]: 6 -1.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[638]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[662]: 6 -3.50006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[663]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[664]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[665]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[667]: 6 -1.50005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[668]: 6 -1.00001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[672]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[679]: 6 -2.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[680]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[681]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[686]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[688]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[694]: 6 -1.00001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[699]: 6 -1.75003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[702]: 6 -2.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[704]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[710]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[713]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[716]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[728]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[729]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[733]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[736]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[745]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[748]: 6 -2.5001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[750]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[752]: 6 -6.24984 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[760]: 6 -1.50004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[761]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[764]: 6 -2.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[765]: 6 -3.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[766]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[777]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[782]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[795]: 6 -1.75007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[798]: 6 -2.01176 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[802]: 6 0 6.9922 shouldn't be
443.79/445.03	WSVECS04 Frhs2[808]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[809]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[812]: 6 -1.50003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[816]: 6 -2.09377 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[819]: 6 0 28.2188 shouldn't be
443.79/445.03	WSVECS04 Frhs2[824]: 6 -1.25005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[825]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[834]: 6 0 30.9688 shouldn't be
443.79/445.03	WSVECS04 Frhs2[849]: 6 0 32.9688 shouldn't be
443.79/445.03	WSVECS04 Frhs2[877]: 6 0 2.00004 shouldn't be
443.79/445.03	WSVECS04 Frhs2[889]: 6 0 3.00008 shouldn't be
443.79/445.03	WSVECS04 Frhs2[899]: 6 0 3.0001 shouldn't be
443.79/445.03	WSVECS04 Frhs2[900]: 6 0 2.50003 shouldn't be
443.79/445.03	WSVECS04 Frhs2[903]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[908]: 6 -1.50003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[914]: 6 0 5.0001 shouldn't be
443.79/445.03	WSVECS04 Frhs2[917]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[919]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[920]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[933]: 6 -1.5001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[935]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[936]: 6 -1.50006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[937]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[940]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[951]: 6 -1.00001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[953]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[955]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[956]: 6 -5.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[957]: 6 0 1.00006 shouldn't be
443.79/445.03	WSVECS04 Frhs2[958]: 6 0 2.25002 shouldn't be
443.79/445.03	WSVECS04 Frhs2[963]: 6 0 2.00008 shouldn't be
443.79/445.03	WSVECS04 Frhs2[965]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[969]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[984]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[986]: 6 -1.00002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[997]: 6 -3.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1002]: 6 -10 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1011]: 6 0 3.50099 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1013]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1015]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1018]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1023]: 6 -4.50007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1029]: 6 -1.50002 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1031]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1032]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1035]: 6 -2.50009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1040]: 6 -5.87501 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1048]: 6 -5.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1051]: 6 -170.188 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1055]: 6 -3.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1060]: 6 0 1.00007 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1061]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1062]: 6 0 1.00004 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1078]: 6 0 1.00003 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1101]: 6 0 1793 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1111]: 6 0 8.00004 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1112]: 6 0 6.50008 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1113]: 6 0 5.00006 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1115]: 6 0 1797 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1121]: 6 0 8.53127 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1136]: 6 0 11.0313 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1143]: 6 0 2.0001 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1154]: 6 0 171838 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1160]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1169]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1177]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1188]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1194]: 6 -0.500016 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1195]: 6 -1.50007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1200]: 6 -1.00008 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1204]: 6 -1.00001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1217]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1218]: 6 -1.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1244]: 6 -1.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1251]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1268]: 6 -0.500027 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1280]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1296]: 6 -0.00786807 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1312]: 6 -1.00788 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1329]: 6 -1.01565 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1330]: 6 -0.0312872 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1381]: 6 -0.250015 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1388]: 6 -0.476618 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1398]: 6 -0.500052 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1402]: 6 -1.5001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1404]: 6 -3.02347 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1407]: 6 -8.80478 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1436]: 6 0 0.273484 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1447]: 6 -2.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1452]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1458]: 6 -2.00003 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1459]: 6 -3.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1465]: 6 -1.50007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1547]: 6 0 0.250313 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1553]: 6 -1.50009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1565]: 6 -1.0001 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1567]: 6 -0.500083 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1640]: 6 -0.750052 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1654]: 6 -0.500022 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1657]: 6 -0.500048 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1691]: 6 0 1.0001 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1716]: 6 0 57279.9 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1736]: 6 -1.00006 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1738]: 6 -1.00005 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1743]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1749]: 6 -1.00007 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1757]: 6 -1.00054 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1772]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1775]: 6 -1.00004 0 shouldn't be
443.79/445.03	WSVECS04 Frhs2[1795]: 6 -0.99224 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[20]: 6 -1.00008 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[268]: 6 -2.09378 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[363]: 6 -1.00004 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[370]: 6 -2.12507 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[371]: 6 -1.75009 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[375]: 6 -1.00009 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[388]: 6 -1.50004 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[398]: 6 -1.00008 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[399]: 6 -1.00003 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[415]: 6 -1.50006 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[422]: 6 -1.50008 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[490]: 6 -1.37501 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[617]: 6 -2.50005 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[684]: 6 -1.50008 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[744]: 6 -1.00002 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[747]: 6 -1.0001 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[938]: 6 -1.00003 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[954]: 6 -1.50003 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[968]: 6 -1.00007 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[971]: 6 -7.74807 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1025]: 6 -7.37507 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1077]: 6 -1.00006 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1228]: 6 -1.00001 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1230]: 6 -1.50006 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1301]: 6 -2.00005 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1355]: 6 -10.4995 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1372]: 6 -18.499 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1389]: 6 -1.00003 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1454]: 6 -1.00007 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1468]: 6 -1.00005 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1470]: 6 -1.00007 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1488]: 6 -0.500094 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1498]: 6 -1.00005 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1518]: 6 -0.500065 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1537]: 6 -0.500083 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1564]: 6 0 0.500546 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1637]: 6 -20.0001 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1650]: 6 -1.00003 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1741]: 6 -1.00005 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1745]: 6 -1.00008 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1747]: 6 -1.00002 0 shouldn't be
443.98/445.22	WSVECS04 Frhs2[1759]: 6 -2.00199 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[6]: 6 -1.00001 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[145]: 6 -1.00008 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[149]: 6 -1.00006 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[161]: 6 -1.50003 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[232]: 6 -1.00005 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[421]: 6 -1.81252 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[1079]: 6 -9.75009 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[1214]: 6 -1.00004 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[1476]: 6 -1.12506 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[1480]: 6 -1.00004 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[1482]: 6 -1.00004 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[1483]: 6 -1.00004 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[1487]: 6 -1.00004 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[1531]: 6 -1.50009 0 shouldn't be
444.18/445.43	WSVECS04 Frhs2[1566]: 6 -3.00004 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[21]: 6 -1.00003 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[23]: 6 -1.00005 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[105]: 6 -1.50005 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[121]: 6 -1.75001 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[128]: 6 -1.50008 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[251]: 6 -1.00009 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[341]: 6 -1.00004 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[342]: 6 -1.0001 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[344]: 6 -1.00005 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[345]: 6 -1.00001 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[348]: 6 -1.0001 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[353]: 6 -1.00007 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[354]: 6 -1.87505 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[414]: 6 -1.00006 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[472]: 6 -0.500051 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[488]: 6 -1.0001 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[506]: 6 -1.87509 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[539]: 6 -2.00005 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[541]: 6 -3.00395 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[712]: 6 -1.00004 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1180]: 6 -0.125056 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1210]: 6 -2.00009 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1234]: 6 -1.00004 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1246]: 6 -1.00002 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1252]: 6 -1.00004 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1322]: 6 -0.75005 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1345]: 6 -1.46879 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1400]: 6 -1.00005 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1449]: 6 -0.500069 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1472]: 6 -2.00003 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1499]: 6 -1.00005 0 shouldn't be
444.38/445.68	WSVECS04 Frhs2[1720]: 6 0 0.250099 shouldn't be
562.14/563.78	c #Conflicts:     394000 | #Constraints:      34335
562.14/563.78	c #Conflicts:     395000 | #Constraints:      35335
562.14/563.78	c #Conflicts:     396000 | #Constraints:      36335
562.14/563.78	c #Conflicts:     397000 | #Constraints:      37335
562.14/563.78	c #Conflicts:     398000 | #Constraints:      38335
562.14/563.78	c #Conflicts:     399000 | #Constraints:      39335
562.14/563.78	c #Conflicts:     400000 | #Constraints:      40335
562.14/563.78	c #Conflicts:     401000 | #Constraints:      41335
562.14/563.78	c #Conflicts:     402000 | #Constraints:      42335
562.14/563.78	c #Conflicts:     403000 | #Constraints:      43335
562.14/563.78	c #Conflicts:     404000 | #Constraints:      44335
562.14/563.78	c #Conflicts:     405000 | #Constraints:      45335
562.14/563.78	c #Conflicts:     406000 | #Constraints:      46335
562.14/563.78	c #Conflicts:     407000 | #Constraints:      47335
562.14/563.78	c #Conflicts:     408000 | #Constraints:      48335
562.14/563.78	c #Conflicts:     409000 | #Constraints:      49335
562.14/563.78	c INPROCESSING
562.14/563.78	c GARBAGE COLLECT
562.14/563.78	c #Conflicts:     410000 | #Constraints:      27332
562.14/563.78	c #Conflicts:     411000 | #Constraints:      28332
562.14/563.78	c #Conflicts:     412000 | #Constraints:      29332
562.14/563.78	c #Conflicts:     413000 | #Constraints:      30332
562.14/563.78	c #Conflicts:     414000 | #Constraints:      31332
562.14/563.78	c #Conflicts:     415000 | #Constraints:      32332
562.14/563.78	c #Conflicts:     416000 | #Constraints:      33332
562.14/563.78	c #Conflicts:     417000 | #Constraints:      34332
562.14/563.78	c #Conflicts:     418000 | #Constraints:      35332
562.14/563.78	c #Conflicts:     419000 | #Constraints:      36333
562.14/563.78	c #Conflicts:     420000 | #Constraints:      37333
562.14/563.78	c #Conflicts:     421000 | #Constraints:      38333
562.14/563.78	c #Conflicts:     422000 | #Constraints:      39333
562.14/563.78	c #Conflicts:     423000 | #Constraints:      40333
562.14/563.78	c #Conflicts:     424000 | #Constraints:      41333
562.14/563.78	c #Conflicts:     425000 | #Constraints:      42333
562.14/563.78	c INPROCESSING
562.14/563.78	c GARBAGE COLLECT
562.14/563.78	c #Conflicts:     426000 | #Constraints:      23941
562.14/563.78	c #Conflicts:     427000 | #Constraints:      24941
562.14/563.78	c #Conflicts:     428000 | #Constraints:      25941
562.14/563.78	c #Conflicts:     429000 | #Constraints:      26941
562.14/563.78	c #Conflicts:     430000 | #Constraints:      27941
562.14/563.78	c #Conflicts:     431000 | #Constraints:      28941
562.14/563.78	c #Conflicts:     432000 | #Constraints:      29942
562.14/563.78	c #Conflicts:     433000 | #Constraints:      30942
562.14/563.78	c #Conflicts:     434000 | #Constraints:      31942
562.14/563.78	c #Conflicts:     435000 | #Constraints:      32942
562.14/563.78	c #Conflicts:     436000 | #Constraints:      33942
562.14/563.78	c #Conflicts:     437000 | #Constraints:      34944
562.14/563.78	c #Conflicts:     438000 | #Constraints:      35944
562.14/563.78	c #Conflicts:     439000 | #Constraints:      36944
562.14/563.78	c #Conflicts:     440000 | #Constraints:      37944
562.14/563.78	c #Conflicts:     441000 | #Constraints:      38944
562.14/563.78	c #Conflicts:     442000 | #Constraints:      39944
562.14/563.78	c #Conflicts:     443000 | #Constraints:      40944
562.14/563.78	c #Conflicts:     444000 | #Constraints:      41944
562.14/563.78	c #Conflicts:     445000 | #Constraints:      42944
562.14/563.78	c #Conflicts:     446000 | #Constraints:      43946
562.14/563.78	c #Conflicts:     447000 | #Constraints:      44946
562.14/563.78	c #Conflicts:     448000 | #Constraints:      45946
562.14/563.78	c #Conflicts:     449000 | #Constraints:      46946
562.14/563.78	c #Conflicts:     450000 | #Constraints:      47946
562.14/563.78	c #Conflicts:     451000 | #Constraints:      48946
562.14/563.78	c #Conflicts:     452000 | #Constraints:      49946
562.14/563.78	c #Conflicts:     453000 | #Constraints:      50946
562.14/563.78	c #Conflicts:     454000 | #Constraints:      51946
562.14/563.78	c #Conflicts:     455000 | #Constraints:      52946
562.14/563.78	c #Conflicts:     456000 | #Constraints:      53947
562.14/563.78	c #Conflicts:     457000 | #Constraints:      54947
562.14/563.78	c #Conflicts:     458000 | #Constraints:      55947
562.14/563.78	c #Conflicts:     459000 | #Constraints:      56947
562.14/563.78	c #Conflicts:     460000 | #Constraints:      57948
562.14/563.78	c #Conflicts:     461000 | #Constraints:      58948
562.14/563.78	c #Conflicts:     462000 | #Constraints:      59948
562.14/563.78	c #Conflicts:     463000 | #Constraints:      60948
562.14/563.78	c #Conflicts:     464000 | #Constraints:      61948
562.14/563.78	c #Conflicts:     465000 | #Constraints:      62948
562.14/563.78	c #Conflicts:     466000 | #Constraints:      63949
562.14/563.78	c #Conflicts:     467000 | #Constraints:      64949
562.14/563.78	c #Conflicts:     468000 | #Constraints:      65949
562.14/563.78	c #Conflicts:     469000 | #Constraints:      66949
562.14/563.78	c #Conflicts:     470000 | #Constraints:      67949
562.14/563.78	c #Conflicts:     471000 | #Constraints:      68949
590.27/591.90	c #Conflicts:     472000 | #Constraints:      69949
590.27/591.90	c INPROCESSING
590.27/591.90	c GARBAGE COLLECT
590.27/591.90	c #Conflicts:     473000 | #Constraints:      37502
590.27/591.90	c #Conflicts:     474000 | #Constraints:      38503
590.27/591.90	c #Conflicts:     475000 | #Constraints:      39503
590.27/591.90	c #Conflicts:     476000 | #Constraints:      40503
590.27/591.90	c #Conflicts:     477000 | #Constraints:      41504
590.27/591.90	c #Conflicts:     478000 | #Constraints:      42505
590.27/591.90	c #Conflicts:     479000 | #Constraints:      43507
590.27/591.90	c #Conflicts:     480000 | #Constraints:      44508
590.27/591.90	c #Conflicts:     481000 | #Constraints:      45508
590.27/591.90	c #Conflicts:     482000 | #Constraints:      46508
590.27/591.90	c #Conflicts:     483000 | #Constraints:      47508
590.27/591.90	c #Conflicts:     484000 | #Constraints:      48508
590.27/591.90	c #Conflicts:     485000 | #Constraints:      49508
590.27/591.90	c #Conflicts:     486000 | #Constraints:      50508
590.27/591.90	c #Conflicts:     487000 | #Constraints:      51508
590.27/591.90	c #Conflicts:     488000 | #Constraints:      52508
590.27/591.90	WSVECS04 Frhs2[3]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[76]: 6 -1.5 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[634]: 6 -2 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[641]: 6 0 2 shouldn't be
590.27/591.90	WSVECS04 Frhs2[656]: 6 0 1 shouldn't be
590.27/591.90	WSVECS04 Frhs2[670]: 6 0 1 shouldn't be
590.27/591.90	WSVECS04 Frhs2[682]: 6 0 1 shouldn't be
590.27/591.90	WSVECS04 Frhs2[704]: 6 0 2 shouldn't be
590.27/591.90	WSVECS04 Frhs2[779]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[795]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[802]: 6 0 1.75 shouldn't be
590.27/591.90	WSVECS04 Frhs2[827]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[833]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[843]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[859]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[950]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[982]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[998]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1003]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1004]: 6 -1.5 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1047]: 6 0 1 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1122]: 6 0 1 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1135]: 6 0 0.625001 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1145]: 6 0 2 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1238]: 6 -1.5 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1288]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1336]: 6 -2 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1436]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1520]: 6 -0.0625003 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1558]: 6 -1.9375 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1617]: 6 -1 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1626]: 6 -1.10547 0 shouldn't be
590.27/591.90	WSVECS04 Frhs2[1718]: 6 -1 0 shouldn't be
717.95/719.97	c #Conflicts:     489000 | #Constraints:      53508
717.95/719.97	c INPROCESSING
717.95/719.97	c GARBAGE COLLECT
717.95/719.97	c #Conflicts:     490000 | #Constraints:      29215
717.95/719.97	c #Conflicts:     491000 | #Constraints:      30215
717.95/719.97	c #Conflicts:     492000 | #Constraints:      31215
717.95/719.97	c #Conflicts:     493000 | #Constraints:      32215
717.95/719.97	c #Conflicts:     494000 | #Constraints:      33215
717.95/719.97	c #Conflicts:     495000 | #Constraints:      34215
717.95/719.97	c #Conflicts:     496000 | #Constraints:      35215
717.95/719.97	c #Conflicts:     497000 | #Constraints:      36215
717.95/719.97	c #Conflicts:     498000 | #Constraints:      37215
717.95/719.97	c #Conflicts:     499000 | #Constraints:      38215
717.95/719.97	c #Conflicts:     500000 | #Constraints:      39215
717.95/719.97	c #Conflicts:     501000 | #Constraints:      40215
717.95/719.97	c #Conflicts:     502000 | #Constraints:      41215
717.95/719.97	c #Conflicts:     503000 | #Constraints:      42215
717.95/719.97	c #Conflicts:     504000 | #Constraints:      43215
717.95/719.97	c #Conflicts:     505000 | #Constraints:      44215
717.95/719.97	c #Conflicts:     506000 | #Constraints:      45215
717.95/719.97	c INPROCESSING
717.95/719.97	c GARBAGE COLLECT
717.95/719.97	c #Conflicts:     507000 | #Constraints:      24914
717.95/719.97	c #Conflicts:     508000 | #Constraints:      25914
717.95/719.97	c #Conflicts:     509000 | #Constraints:      26914
717.95/719.97	c #Conflicts:     510000 | #Constraints:      27914
717.95/719.97	c #Conflicts:     511000 | #Constraints:      28914
717.95/719.97	c #Conflicts:     512000 | #Constraints:      29914
717.95/719.97	c #Conflicts:     513000 | #Constraints:      30914
717.95/719.97	c #Conflicts:     514000 | #Constraints:      31914
717.95/719.97	c #Conflicts:     515000 | #Constraints:      32914
717.95/719.97	c #Conflicts:     516000 | #Constraints:      33914
717.95/719.97	c #Conflicts:     517000 | #Constraints:      34914
717.95/719.97	c #Conflicts:     518000 | #Constraints:      35914
717.95/719.97	c #Conflicts:     519000 | #Constraints:      36914
717.95/719.97	c #Conflicts:     520000 | #Constraints:      37914
717.95/719.97	c #Conflicts:     521000 | #Constraints:      38914
717.95/719.97	c #Conflicts:     522000 | #Constraints:      39914
717.95/719.97	c #Conflicts:     523000 | #Constraints:      40914
717.95/719.97	c #Conflicts:     524000 | #Constraints:      41914
717.95/719.97	c #Conflicts:     525000 | #Constraints:      42914
717.95/719.97	c #Conflicts:     526000 | #Constraints:      43914
717.95/719.97	c #Conflicts:     527000 | #Constraints:      44914
717.95/719.97	c #Conflicts:     528000 | #Constraints:      45915
717.95/719.97	c #Conflicts:     529000 | #Constraints:      46915
717.95/719.97	c #Conflicts:     530000 | #Constraints:      47915
717.95/719.97	c #Conflicts:     531000 | #Constraints:      48915
717.95/719.97	c #Conflicts:     532000 | #Constraints:      49915
717.95/719.97	c #Conflicts:     533000 | #Constraints:      50915
717.95/719.97	c #Conflicts:     534000 | #Constraints:      51915
717.95/719.97	c #Conflicts:     535000 | #Constraints:      52915
717.95/719.97	c #Conflicts:     536000 | #Constraints:      53915
717.95/719.97	c #Conflicts:     537000 | #Constraints:      54915
717.95/719.97	c #Conflicts:     538000 | #Constraints:      55915
717.95/719.97	c #Conflicts:     539000 | #Constraints:      56916
717.95/719.97	c #Conflicts:     540000 | #Constraints:      57917
717.95/719.97	c #Conflicts:     541000 | #Constraints:      58917
717.95/719.97	c #Conflicts:     542000 | #Constraints:      59917
717.95/719.97	c #Conflicts:     543000 | #Constraints:      60917
717.95/719.97	c #Conflicts:     544000 | #Constraints:      61918
717.95/719.97	c #Conflicts:     545000 | #Constraints:      62918
717.95/719.97	c #Conflicts:     546000 | #Constraints:      63918
717.95/719.97	c #Conflicts:     547000 | #Constraints:      64918
717.95/719.97	c #Conflicts:     548000 | #Constraints:      65918
717.95/719.97	c #Conflicts:     549000 | #Constraints:      66918
717.95/719.97	c #Conflicts:     550000 | #Constraints:      67918
717.95/719.97	c #Conflicts:     551000 | #Constraints:      68918
717.95/719.97	c #Conflicts:     552000 | #Constraints:      69918
717.95/719.97	c #Conflicts:     553000 | #Constraints:      70918
717.95/719.97	c #Conflicts:     554000 | #Constraints:      71918
717.95/719.97	c #Conflicts:     555000 | #Constraints:      72918
717.95/719.97	c #Conflicts:     556000 | #Constraints:      73920
717.95/719.97	c #Conflicts:     557000 | #Constraints:      74920
717.95/719.97	c #Conflicts:     558000 | #Constraints:      75920
717.95/719.97	c INPROCESSING
717.95/719.97	c GARBAGE COLLECT
717.95/719.97	WSVECS04 Frhs2[3]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[6]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[9]: 6 -1.00009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[10]: 6 -1.00009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[36]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[39]: 6 -2.00009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[40]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[44]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[48]: 6 -2.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[50]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[51]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[53]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[56]: 6 -2.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[61]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[65]: 6 -2.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[68]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[70]: 6 -1.50002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[78]: 6 -1.9766 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[82]: 6 -2.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[87]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[90]: 6 -2.50009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[95]: 6 -1.95319 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[99]: 6 -2.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[102]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[123]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[129]: 6 -1.81257 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[138]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[141]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[158]: 6 0 0.500016 shouldn't be
717.95/719.97	WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[174]: 6 -0.500094 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[175]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[179]: 6 -1.75004 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[192]: 6 -1.87507 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[197]: 6 -2.50002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[204]: 6 -1.75001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[223]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[225]: 6 -1.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[226]: 6 -1.50003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[230]: 6 -1.75003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[238]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[240]: 6 -1.50003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[242]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[243]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[247]: 6 -1.5001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[257]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[259]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[260]: 6 -1.00004 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[261]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[264]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[276]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[277]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[278]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[291]: 6 -2.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[293]: 6 -1.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[306]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[312]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[315]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[357]: 6 -32.8347 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[374]: 6 -32.8347 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[378]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[386]: 6 -1.00009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[388]: 6 -0.750078 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[391]: 6 -32.8345 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[393]: 6 -1.00004 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[394]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[395]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[396]: 6 -1.98444 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[408]: 6 -32.8342 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[409]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[411]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[412]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[417]: 6 -1.00001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[418]: 6 -2.46883 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[425]: 6 -32.8337 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[460]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[461]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[463]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[465]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[466]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[468]: 6 -1.98445 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[469]: 6 -2.75008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[477]: 6 -1.0001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[478]: 6 -1.0001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[479]: 6 -1.00009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[480]: 6 -1.00004 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[483]: 6 -1.46879 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[485]: 6 -1.96884 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[486]: 6 -3.50007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[493]: 6 -2.98447 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[545]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[549]: 6 -1.7501 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[550]: 6 -1.75003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[553]: 6 -1.50008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[554]: 6 -1.87503 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[561]: 6 -1.75002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[579]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[580]: 6 -1.25009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[585]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[587]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[596]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[597]: 6 -1.50009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[598]: 6 -1.00004 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[600]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[602]: 6 -1.50005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[633]: 6 -1.8751 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[647]: 6 -1.75006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[655]: 6 0 0.187547 shouldn't be
717.95/719.97	WSVECS04 Frhs2[670]: 6 0 1.18751 shouldn't be
717.95/719.97	WSVECS04 Frhs2[680]: 6 -1.50006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[713]: 6 -6.00004 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[715]: 6 0 2.18752 shouldn't be
717.95/719.97	WSVECS04 Frhs2[728]: 6 -4.0001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[744]: 6 -1.87507 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[749]: 6 -3.50002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[779]: 6 0 1.00005 shouldn't be
717.95/719.97	WSVECS04 Frhs2[782]: 6 0 0.500084 shouldn't be
717.95/719.97	WSVECS04 Frhs2[791]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[807]: 6 -1.00009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[808]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[823]: 6 -1.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[824]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[825]: 6 -1.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[839]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[843]: 6 0 2.00004 shouldn't be
717.95/719.97	WSVECS04 Frhs2[844]: 6 -2.00009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[845]: 6 -1.50006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[852]: 6 -1.0001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[855]: 6 -2.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[856]: 6 -1.00009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[863]: 6 0 2.00002 shouldn't be
717.95/719.97	WSVECS04 Frhs2[872]: 6 -1.00004 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[873]: 6 -1.75009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[880]: 6 0 2.00006 shouldn't be
717.95/719.97	WSVECS04 Frhs2[906]: 6 -1.06255 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[918]: 6 -11.0001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[931]: 6 0 2.14064 shouldn't be
717.95/719.97	WSVECS04 Frhs2[932]: 6 0 0.000267413 shouldn't be
717.95/719.97	WSVECS04 Frhs2[934]: 6 -1.00001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[941]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[949]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[950]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[951]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[957]: 6 -2.46882 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[965]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[966]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[967]: 6 -1.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[977]: 6 -1.50002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[978]: 6 -1.93752 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[982]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[983]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[989]: 6 0 1.50003 shouldn't be
717.95/719.97	WSVECS04 Frhs2[999]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1013]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1015]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1029]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1030]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1033]: 6 -3.96878 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1069]: 6 0 0.0625644 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1129]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1132]: 6 -1.00004 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1143]: 6 -2.50009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1148]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1166]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1167]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1176]: 6 -1.0001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1180]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1183]: 6 -1.00009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1185]: 6 -2.04696 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1188]: 6 -1.00004 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1200]: 6 -0.0235018 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1219]: 6 -2.18753 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1227]: 6 -1.75005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1236]: 6 -3.37504 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1275]: 6 -0.0312843 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1279]: 6 -0.750015 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1284]: 6 -0.750022 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1312]: 6 -0.500049 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1340]: 6 -2.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1362]: 6 -0.500098 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1385]: 6 -0.500095 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1389]: 6 0 0.304731 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1414]: 6 -1.00009 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1433]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1439]: 6 -9.36999 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1445]: 6 -2.25003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1450]: 6 -2.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1463]: 6 -1.75002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1467]: 6 -1.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1484]: 6 -0.988298 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1513]: 6 -0.000278189 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1514]: 6 -1.50007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1539]: 6 -1.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1541]: 6 -1.0616 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1547]: 6 -0.000987545 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1553]: 6 -0.500055 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1555]: 6 -0.00437324 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1558]: 6 -1.12312 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1564]: 6 -0.00201801 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1572]: 6 -1.00474 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1581]: 6 -0.00398284 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1587]: 6 -1.50008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1588]: 6 -1.99072 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1589]: 6 -1.00789 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1599]: 6 -1.0001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1605]: 6 -1.51415 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1606]: 6 -1.01568 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1614]: 6 -9.99225 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1622]: 6 -2.02819 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1623]: 6 -1.03126 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1635]: 6 -2.01958 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1639]: 6 -3.05633 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1640]: 6 -1.06259 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1651]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1657]: 6 -1.1251 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1659]: 6 -0.0625422 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1661]: 6 -1.12509 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1668]: 6 -1.18759 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1671]: 6 -1.12507 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1685]: 6 -1.37503 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1708]: 6 -2.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1710]: 6 -1.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1718]: 6 -1.75004 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1721]: 6 -2.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1725]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1738]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1740]: 6 -1.00002 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1746]: 6 -1.00003 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1747]: 6 -1.00006 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1748]: 6 -1.00005 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1750]: 6 -1.00007 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1754]: 6 -1.00028 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1755]: 6 -1.00055 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1756]: 6 -1.00107 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1757]: 6 -1.00204 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1758]: 6 -1.00393 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1759]: 6 -1.00782 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1763]: 6 -1.12504 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1764]: 6 -0.875093 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1765]: 6 -1.12509 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1766]: 6 -1.25001 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1770]: 6 -1.00008 0 shouldn't be
717.95/719.97	WSVECS04 Frhs2[1799]: 6 -0.500081 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[33]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[192]: 6 -1.875 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[293]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[298]: 6 -2 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[561]: 6 -1.75 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[749]: 6 -3.5 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[808]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[809]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[823]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[825]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[829]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[839]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[840]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[841]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[845]: 6 -1.5 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[852]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[855]: 6 -2 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[856]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[857]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[872]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[873]: 6 -1.75 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[876]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[906]: 6 -1.0625 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[918]: 6 -11 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[1398]: 6 -1 0 shouldn't be
718.16/720.14	WSVECS04 Frhs2[1639]: 6 -3.05625 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[3]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[39]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[40]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[48]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[55]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[56]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[57]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[61]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[65]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[68]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[70]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[73]: 6 -1.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[74]: 6 -1.875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[82]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[85]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[89]: 6 -1.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[90]: 6 -2.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[91]: 6 -1.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[99]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[102]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[106]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[129]: 6 -1.8125 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[133]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[146]: 6 -1.625 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[153]: 6 -1.96875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[172]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[180]: 6 -0.500001 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[187]: 6 -1.875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[197]: 6 -2.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[204]: 6 -1.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[223]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[265]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[292]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[306]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[349]: 6 -1.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[356]: 6 -2.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[357]: 6 -32.8347 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[374]: 6 -32.8347 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[378]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[379]: 6 -1.99219 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[380]: 6 -1.9375 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[381]: 6 -1.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[383]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[384]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[386]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[388]: 6 -0.750001 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[391]: 6 -32.8344 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[393]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[395]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[401]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[408]: 6 -32.8342 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[409]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[411]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[418]: 6 -2.46875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[425]: 6 -32.8337 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[460]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[468]: 6 -1.98438 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[472]: 6 -1.98438 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[476]: 6 -32.8269 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[477]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[483]: 6 -1.46875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[485]: 6 -1.96875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[486]: 6 -3.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[489]: 6 -1.96875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[548]: 6 -0.781251 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[557]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[579]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[601]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[612]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[633]: 6 -1.875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[647]: 6 -1.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[655]: 6 0 0.187501 shouldn't be
718.35/720.30	WSVECS04 Frhs2[670]: 6 0 1.1875 shouldn't be
718.35/720.30	WSVECS04 Frhs2[680]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[695]: 6 -1.625 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[713]: 6 -6 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[715]: 6 0 2.1875 shouldn't be
718.35/720.30	WSVECS04 Frhs2[728]: 6 -4 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[779]: 6 0 1 shouldn't be
718.35/720.30	WSVECS04 Frhs2[782]: 6 0 0.500001 shouldn't be
718.35/720.30	WSVECS04 Frhs2[791]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[828]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[843]: 6 0 2 shouldn't be
718.35/720.30	WSVECS04 Frhs2[844]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[880]: 6 0 2 shouldn't be
718.35/720.30	WSVECS04 Frhs2[934]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[940]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[941]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[949]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[950]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[951]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[957]: 6 -2.46875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[965]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[966]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[967]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[972]: 6 -1.99609 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[977]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[978]: 6 -1.9375 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[982]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[989]: 6 0 1.5 shouldn't be
718.35/720.30	WSVECS04 Frhs2[999]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1013]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1015]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1030]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1069]: 6 0 0.0625008 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1128]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1129]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1143]: 6 -2.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1145]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1158]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1166]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1167]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1185]: 6 -2.04688 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1195]: 6 -0.250001 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1200]: 6 -0.0234377 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1209]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1210]: 6 -0.500001 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1219]: 6 -2.1875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1226]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1228]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1236]: 6 -3.375 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1243]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1260]: 6 -1.9375 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1279]: 6 -0.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1284]: 6 -0.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1294]: 6 -1.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1301]: 6 -0.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1302]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1311]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1312]: 6 -0.500001 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1313]: 6 -3 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1340]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1371]: 6 -2.07617 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1380]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1387]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1396]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1401]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1403]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1406]: 6 -0.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1417]: 6 -1.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1439]: 6 -9.36996 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1445]: 6 -2.25 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1450]: 6 -2 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1460]: 6 -2.00001 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1463]: 6 -1.75 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1467]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1481]: 6 0 1 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1484]: 6 -0.988282 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1512]: 6 -1.14063 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1513]: 6 -0.000244308 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1521]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1522]: 6 -0.5 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1542]: 6 -0.751954 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1546]: 6 -1.56201 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1553]: 6 -0.500001 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1564]: 6 -0.00195396 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1572]: 6 -1.00469 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1580]: 6 -3.24805 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1590]: 6 -1.39063 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1597]: 6 -5.49609 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1598]: 6 -0.00781284 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1599]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1605]: 6 -1.51406 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1607]: 6 -1.78125 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1614]: 6 -9.99219 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1636]: 6 0 0.0390631 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1640]: 6 -1.0625 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1645]: 6 -0.125001 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1653]: 6 -0.859376 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1657]: 6 -1.125 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1667]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1668]: 6 -1.1875 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1672]: 6 -0.250001 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1693]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1710]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1738]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1740]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1742]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1746]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1747]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1748]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1751]: 6 -1.00003 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1752]: 6 -1.00006 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1753]: 6 -1.00012 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1754]: 6 -1.00024 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1755]: 6 -1.00049 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1756]: 6 -1.00098 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1759]: 6 -1.00781 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1760]: 6 -1.01563 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1762]: 6 -1.0625 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1766]: 6 -1.25 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1770]: 6 -1 0 shouldn't be
718.35/720.30	WSVECS04 Frhs2[1799]: 6 -0.5 0 shouldn't be
760.35/762.46	c #Conflicts:     559000 | #Constraints:      40411
760.35/762.46	c #Conflicts:     560000 | #Constraints:      41411
760.35/762.46	c #Conflicts:     561000 | #Constraints:      42411
760.35/762.46	c #Conflicts:     562000 | #Constraints:      43411
760.35/762.46	c #Conflicts:     563000 | #Constraints:      44411
760.35/762.46	c #Conflicts:     564000 | #Constraints:      45411
760.35/762.46	c #Conflicts:     565000 | #Constraints:      46411
760.35/762.46	c #Conflicts:     566000 | #Constraints:      47411
760.35/762.46	c #Conflicts:     567000 | #Constraints:      48411
760.35/762.46	c #Conflicts:     568000 | #Constraints:      49411
760.35/762.46	c #Conflicts:     569000 | #Constraints:      50411
760.35/762.46	c #Conflicts:     570000 | #Constraints:      51411
760.35/762.46	c #Conflicts:     571000 | #Constraints:      52411
760.35/762.46	c #Conflicts:     572000 | #Constraints:      53411
760.35/762.46	c #Conflicts:     573000 | #Constraints:      54411
760.35/762.46	c #Conflicts:     574000 | #Constraints:      55411
760.35/762.46	c #Conflicts:     575000 | #Constraints:      56411
760.35/762.46	c #Conflicts:     576000 | #Constraints:      57411
760.35/762.46	c #Conflicts:     577000 | #Constraints:      58411
760.35/762.46	c INPROCESSING
760.35/762.46	c GARBAGE COLLECT
760.35/762.46	c #Conflicts:     578000 | #Constraints:      31866
760.35/762.46	c #Conflicts:     579000 | #Constraints:      32866
760.35/762.46	c #Conflicts:     580000 | #Constraints:      33866
760.35/762.46	c #Conflicts:     581000 | #Constraints:      34866
760.35/762.46	c #Conflicts:     582000 | #Constraints:      35866
760.35/762.46	c #Conflicts:     583000 | #Constraints:      36866
760.35/762.46	c #Conflicts:     584000 | #Constraints:      37866
760.35/762.46	c #Conflicts:     585000 | #Constraints:      38866
760.35/762.46	c #Conflicts:     586000 | #Constraints:      39866
760.35/762.46	c #Conflicts:     587000 | #Constraints:      40866
760.35/762.46	c #Conflicts:     588000 | #Constraints:      41866
760.35/762.46	c #Conflicts:     589000 | #Constraints:      42866
760.35/762.46	c #Conflicts:     590000 | #Constraints:      43866
760.35/762.46	c #Conflicts:     591000 | #Constraints:      44866
760.35/762.46	c #Conflicts:     592000 | #Constraints:      45866
760.35/762.46	c #Conflicts:     593000 | #Constraints:      46866
760.35/762.46	c #Conflicts:     594000 | #Constraints:      47866
760.35/762.46	c #Conflicts:     595000 | #Constraints:      48866
760.35/762.46	c #Conflicts:     596000 | #Constraints:      49866
760.35/762.46	c INPROCESSING
760.35/762.46	c GARBAGE COLLECT
760.35/762.46	WSVECS04 Frhs2[2]: 6 -34.4952 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[5]: 6 0 4 shouldn't be
760.35/762.46	WSVECS04 Frhs2[6]: 6 -24.1465 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[7]: 6 -24.7618 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[8]: 6 -18.5593 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[15]: 6 -10.2546 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[20]: 6 -11.9857 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[22]: 6 -14.0439 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[24]: 6 0 0.690441 shouldn't be
760.35/762.46	WSVECS04 Frhs2[26]: 6 0 1 shouldn't be
760.35/762.46	WSVECS04 Frhs2[27]: 6 -20.7109 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[28]: 6 -18.1934 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[29]: 6 -16.9339 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[30]: 6 -14.7253 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[32]: 6 -11.8969 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[34]: 6 -10.0859 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[93]: 6 0 0.238238 shouldn't be
760.35/762.46	WSVECS04 Frhs2[100]: 6 -2.00171 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[289]: 6 -1 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[748]: 6 0 3.25562 shouldn't be
760.35/762.46	WSVECS04 Frhs2[797]: 6 0 5.08984 shouldn't be
760.35/762.46	WSVECS04 Frhs2[826]: 6 0 9.04492 shouldn't be
760.35/762.46	WSVECS04 Frhs2[836]: 6 0 11 shouldn't be
760.35/762.46	WSVECS04 Frhs2[839]: 6 0 6.01123 shouldn't be
760.35/762.46	WSVECS04 Frhs2[841]: 6 0 11.0449 shouldn't be
760.35/762.46	WSVECS04 Frhs2[856]: 6 0 13.0449 shouldn't be
760.35/762.46	WSVECS04 Frhs2[863]: 6 0 6.75 shouldn't be
760.35/762.46	WSVECS04 Frhs2[864]: 6 0 8.5 shouldn't be
760.35/762.46	WSVECS04 Frhs2[904]: 6 0 5 shouldn't be
760.35/762.46	WSVECS04 Frhs2[905]: 6 0 0.154331 shouldn't be
760.35/762.46	WSVECS04 Frhs2[906]: 6 0 2.37116 shouldn't be
760.35/762.46	WSVECS04 Frhs2[907]: 6 0 6.99232 shouldn't be
760.35/762.46	WSVECS04 Frhs2[918]: 6 0 8 shouldn't be
760.35/762.46	WSVECS04 Frhs2[919]: 6 -1.42283 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[933]: 6 0 9 shouldn't be
760.35/762.46	WSVECS04 Frhs2[936]: 6 0 1 shouldn't be
760.35/762.46	WSVECS04 Frhs2[955]: 6 -71.9071 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[978]: 6 0 6.99219 shouldn't be
760.35/762.46	WSVECS04 Frhs2[1059]: 6 0 3.5 shouldn't be
760.35/762.46	WSVECS04 Frhs2[1104]: 6 0 10.5 shouldn't be
760.35/762.46	WSVECS04 Frhs2[1106]: 6 0 4.5 shouldn't be
760.35/762.46	WSVECS04 Frhs2[1465]: 6 -3 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[1554]: 6 -70.9071 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[1706]: 6 -2 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[1726]: 6 -1 0 shouldn't be
760.35/762.46	WSVECS04 Frhs2[1799]: 6 -10 0 shouldn't be
760.54/762.67	WSVECS04 Frhs2[1]: 6 0 3.00171 shouldn't be
760.54/762.67	WSVECS04 Frhs2[4]: 6 -28.394 0 shouldn't be
760.54/762.67	WSVECS04 Frhs2[132]: 6 -2.00366 0 shouldn't be
760.54/762.67	WSVECS04 Frhs2[136]: 6 -2.01953 0 shouldn't be
760.54/762.67	WSVECS04 Frhs2[518]: 6 -1.9375 0 shouldn't be
760.54/762.67	WSVECS04 Frhs2[561]: 6 0 1 shouldn't be
760.54/762.67	WSVECS04 Frhs2[851]: 6 0 13 shouldn't be
760.54/762.67	WSVECS04 Frhs2[1499]: 6 -2 0 shouldn't be
760.54/762.67	WSVECS04 Frhs2[1660]: 6 -2 0 shouldn't be
760.54/762.67	WSVECS04 Frhs2[1692]: 6 -2 0 shouldn't be
760.54/762.67	WSVECS04 Frhs2[1716]: 6 -1 0 shouldn't be
760.54/762.67	WSVECS04 Frhs2[1723]: 6 -1 0 shouldn't be
760.54/762.67	WSVECS04 Frhs2[1766]: 6 0 15 shouldn't be
760.54/762.67	WSVECS04 Frhs2[1774]: 6 0 0.00122362 shouldn't be
760.84/762.99	c rational objective 4.97495
831.17/833.45	c #Conflicts:     597000 | #Constraints:      27688
831.17/833.45	c #Conflicts:     598000 | #Constraints:      28688
831.17/833.45	c #Conflicts:     599000 | #Constraints:      29688
831.17/833.45	c #Conflicts:     600000 | #Constraints:      30688
831.17/833.45	c #Conflicts:     601000 | #Constraints:      31688
831.17/833.45	c #Conflicts:     602000 | #Constraints:      32688
831.17/833.45	c #Conflicts:     603000 | #Constraints:      33688
831.17/833.45	c #Conflicts:     604000 | #Constraints:      34688
831.17/833.45	c #Conflicts:     605000 | #Constraints:      35688
831.17/833.45	c #Conflicts:     606000 | #Constraints:      36688
831.17/833.45	c #Conflicts:     607000 | #Constraints:      37688
831.17/833.45	c #Conflicts:     608000 | #Constraints:      38689
831.17/833.45	c #Conflicts:     609000 | #Constraints:      39689
831.17/833.45	c #Conflicts:     610000 | #Constraints:      40689
831.17/833.45	c #Conflicts:     611000 | #Constraints:      41689
831.17/833.45	c #Conflicts:     612000 | #Constraints:      42689
831.17/833.45	c #Conflicts:     613000 | #Constraints:      43689
831.17/833.45	c #Conflicts:     614000 | #Constraints:      44689
831.17/833.45	c #Conflicts:     615000 | #Constraints:      45689
831.17/833.45	c #Conflicts:     616000 | #Constraints:      46689
831.17/833.45	c #Conflicts:     617000 | #Constraints:      47689
831.17/833.45	c #Conflicts:     618000 | #Constraints:      48689
831.17/833.45	c #Conflicts:     619000 | #Constraints:      49690
831.17/833.45	c #Conflicts:     620000 | #Constraints:      50690
831.17/833.45	c #Conflicts:     621000 | #Constraints:      51690
831.17/833.45	c #Conflicts:     622000 | #Constraints:      52690
831.17/833.45	c #Conflicts:     623000 | #Constraints:      53690
831.17/833.45	c #Conflicts:     624000 | #Constraints:      54690
831.17/833.45	c #Conflicts:     625000 | #Constraints:      55690
831.17/833.45	c #Conflicts:     626000 | #Constraints:      56690
831.17/833.45	c #Conflicts:     627000 | #Constraints:      57690
831.17/833.45	c #Conflicts:     628000 | #Constraints:      58690
831.17/833.45	c #Conflicts:     629000 | #Constraints:      59690
831.17/833.45	c #Conflicts:     630000 | #Constraints:      60690
831.17/833.45	c #Conflicts:     631000 | #Constraints:      61690
831.17/833.45	c #Conflicts:     632000 | #Constraints:      62690
831.17/833.45	c #Conflicts:     633000 | #Constraints:      63690
831.17/833.45	c #Conflicts:     634000 | #Constraints:      64690
831.17/833.45	c #Conflicts:     635000 | #Constraints:      65690
831.17/833.45	c #Conflicts:     636000 | #Constraints:      66691
831.17/833.45	c #Conflicts:     637000 | #Constraints:      67691
831.17/833.45	c #Conflicts:     638000 | #Constraints:      68691
831.17/833.45	c #Conflicts:     639000 | #Constraints:      69691
831.17/833.45	c #Conflicts:     640000 | #Constraints:      70691
831.17/833.45	c #Conflicts:     641000 | #Constraints:      71691
831.17/833.45	c #Conflicts:     642000 | #Constraints:      72694
831.17/833.45	c #Conflicts:     643000 | #Constraints:      73704
831.17/833.45	WSVECS04 Frhs2[27]: 6 -5.06881 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[71]: 6 -2.7341 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[79]: 6 -2.00005 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[85]: 6 -1.00006 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[95]: 6 -3.00004 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[102]: 6 -1.00006 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[112]: 6 -2.28016 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[119]: 6 -1.75005 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[146]: 6 -1.96156 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[148]: 6 -0.976231 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[153]: 6 -1.00002 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[197]: 6 -1.65667 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[199]: 6 -1.97959 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[204]: 6 -2.00009 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[231]: 6 -2.15201 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[238]: 6 -2.00005 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[265]: 6 -2.60784 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[316]: 6 -1.00002 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[343]: 6 0 1.13311 shouldn't be
831.17/833.45	WSVECS04 Frhs2[360]: 6 -1.2211 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[393]: 6 0 0.168499 shouldn't be
831.17/833.45	WSVECS04 Frhs2[428]: 6 -1.93758 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[479]: 6 -1.50008 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[480]: 6 -1.32125 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[481]: 6 -1.69575 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[483]: 6 -0.984544 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[486]: 6 -3.98877 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[488]: 6 -1.95598 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[490]: 6 -1.02072 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[512]: 6 0 0.614481 shouldn't be
831.17/833.45	WSVECS04 Frhs2[520]: 6 -1.93755 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[522]: 6 -1.82366 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[527]: 6 -4.59256 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[531]: 6 -0.997909 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[544]: 6 -3.24317 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[578]: 6 0 2.70484 shouldn't be
831.17/833.45	WSVECS04 Frhs2[626]: 6 0 2.00002 shouldn't be
831.17/833.45	WSVECS04 Frhs2[641]: 6 0 1.00003 shouldn't be
831.17/833.45	WSVECS04 Frhs2[669]: 6 0 1.7199 shouldn't be
831.17/833.45	WSVECS04 Frhs2[670]: 6 -1.00888 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[674]: 6 0 1.0001 shouldn't be
831.17/833.45	WSVECS04 Frhs2[682]: 6 -1.91309 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[686]: 6 -1.00008 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[698]: 6 -0.91964 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[706]: 6 0 0.125036 shouldn't be
831.17/833.45	WSVECS04 Frhs2[766]: 6 -0.887359 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[781]: 6 -1.52555 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[798]: 6 0 3.54349 shouldn't be
831.17/833.45	WSVECS04 Frhs2[831]: 6 0 2.01663 shouldn't be
831.17/833.45	WSVECS04 Frhs2[834]: 6 0 2.45751 shouldn't be
831.17/833.45	WSVECS04 Frhs2[851]: 6 0 1.43566 shouldn't be
831.17/833.45	WSVECS04 Frhs2[901]: 6 0 0.676843 shouldn't be
831.17/833.45	WSVECS04 Frhs2[929]: 6 0 0.647315 shouldn't be
831.17/833.45	WSVECS04 Frhs2[980]: 6 -2.11598 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[993]: 6 0 1.17923 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1005]: 6 -1.00008 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1021]: 6 -1.98883 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1022]: 6 0 2.25879 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1034]: 6 -3.52688 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1047]: 6 0 0.208308 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1048]: 6 -1.99302 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1057]: 6 -4.04363 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1060]: 6 -18.5888 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1073]: 6 -1.00002 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1080]: 6 0 0.956106 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1089]: 6 -1.00002 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1153]: 6 0 9.12668 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1164]: 6 -1.98236 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1180]: 6 -1.78935 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1198]: 6 -1.06217 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1210]: 6 -2.35919 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1211]: 6 -0.83032 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1214]: 6 -0.995725 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1215]: 6 -2.5575 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1229]: 6 -1.46975 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1231]: 6 -1.45887 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1239]: 6 -1.00003 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1245]: 6 -1.00704 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1322]: 6 -1.40962 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1324]: 6 -1.87504 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1388]: 6 -1.5048 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1394]: 6 -0.19381 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1425]: 6 -1.00001 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1438]: 6 -0.862973 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1442]: 6 -1.00006 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1466]: 6 -5.08335 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1470]: 6 -0.646465 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1487]: 6 0 1.54955 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1491]: 6 0 0.697756 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1523]: 6 -0.500099 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1535]: 6 -1.34963 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1551]: 6 -1.01888 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1555]: 6 -1.18606 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1559]: 6 -0.971479 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1563]: 6 -1.0001 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1572]: 6 -1.37198 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1603]: 6 -0.487293 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1604]: 6 -2.73453 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1605]: 6 -1.51345 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1614]: 6 -0.0528768 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1620]: 6 -1.52266 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1622]: 6 0 1.50001 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1630]: 6 -1.98144 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1637]: 6 -0.989099 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1653]: 6 -1.00585 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1657]: 6 -0.87509 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1665]: 6 -0.565898 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1666]: 6 -0.219837 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1673]: 6 -1.12459 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1674]: 6 -0.750031 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1683]: 6 -1.15646 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1696]: 6 0 1.89159 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1723]: 6 0 1.22982 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1724]: 6 0 0.824303 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1732]: 6 0 0.541856 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1734]: 6 0 1.36015 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1748]: 6 -1.00087 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1751]: 6 -0.999111 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1753]: 6 -0.996384 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1757]: 6 -0.941606 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1758]: 6 -0.874266 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1762]: 6 0 0.965727 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1764]: 6 0 2.36213 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1773]: 6 -1.00007 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1775]: 6 -1.00004 0 shouldn't be
831.17/833.45	WSVECS04 Frhs2[1777]: 6 -1.00004 0 shouldn't be
947.87/950.47	c #Conflicts:     644000 | #Constraints:      74704
947.87/950.47	c #Conflicts:     645000 | #Constraints:      75704
947.87/950.47	c #Conflicts:     646000 | #Constraints:      76704
947.87/950.47	c #Conflicts:     647000 | #Constraints:      77704
947.87/950.47	c #Conflicts:     648000 | #Constraints:      78704
947.87/950.47	c #Conflicts:     649000 | #Constraints:      79704
947.87/950.47	c #Conflicts:     650000 | #Constraints:      80704
947.87/950.47	c #Conflicts:     651000 | #Constraints:      81704
947.87/950.47	c INPROCESSING
947.87/950.47	c GARBAGE COLLECT
947.87/950.47	c #Conflicts:     652000 | #Constraints:      43187
947.87/950.47	c #Conflicts:     653000 | #Constraints:      44187
947.87/950.47	c #Conflicts:     654000 | #Constraints:      45187
947.87/950.47	c #Conflicts:     655000 | #Constraints:      46187
947.87/950.47	c #Conflicts:     656000 | #Constraints:      47187
947.87/950.47	c #Conflicts:     657000 | #Constraints:      48187
947.87/950.47	c #Conflicts:     658000 | #Constraints:      49187
947.87/950.47	c #Conflicts:     659000 | #Constraints:      50187
947.87/950.47	c #Conflicts:     660000 | #Constraints:      51187
947.87/950.47	c #Conflicts:     661000 | #Constraints:      52187
947.87/950.47	c #Conflicts:     662000 | #Constraints:      53187
947.87/950.47	c #Conflicts:     663000 | #Constraints:      54187
947.87/950.47	c #Conflicts:     664000 | #Constraints:      55187
947.87/950.47	c #Conflicts:     665000 | #Constraints:      56187
947.87/950.47	c #Conflicts:     666000 | #Constraints:      57187
947.87/950.47	c #Conflicts:     667000 | #Constraints:      58187
947.87/950.47	c #Conflicts:     668000 | #Constraints:      59187
947.87/950.47	c #Conflicts:     669000 | #Constraints:      60187
947.87/950.47	c #Conflicts:     670000 | #Constraints:      61187
947.87/950.47	c #Conflicts:     671000 | #Constraints:      62187
947.87/950.47	c #Conflicts:     672000 | #Constraints:      63187
947.87/950.47	c INPROCESSING
947.87/950.47	c GARBAGE COLLECT
947.87/950.47	c #Conflicts:     673000 | #Constraints:      34365
947.87/950.47	c #Conflicts:     674000 | #Constraints:      35365
947.87/950.47	c #Conflicts:     675000 | #Constraints:      36365
947.87/950.47	c #Conflicts:     676000 | #Constraints:      37365
947.87/950.47	c #Conflicts:     677000 | #Constraints:      38365
947.87/950.47	c #Conflicts:     678000 | #Constraints:      39365
947.87/950.47	c #Conflicts:     679000 | #Constraints:      40365
947.87/950.47	c #Conflicts:     680000 | #Constraints:      41365
947.87/950.47	c #Conflicts:     681000 | #Constraints:      42365
947.87/950.47	c #Conflicts:     682000 | #Constraints:      43365
947.87/950.47	c #Conflicts:     683000 | #Constraints:      44365
947.87/950.47	c #Conflicts:     684000 | #Constraints:      45365
947.87/950.47	c #Conflicts:     685000 | #Constraints:      46365
947.87/950.47	c #Conflicts:     686000 | #Constraints:      47365
947.87/950.47	c #Conflicts:     687000 | #Constraints:      48365
947.87/950.47	c #Conflicts:     688000 | #Constraints:      49365
947.87/950.47	c #Conflicts:     689000 | #Constraints:      50365
947.87/950.47	c #Conflicts:     690000 | #Constraints:      51365
947.87/950.47	c #Conflicts:     691000 | #Constraints:      52365
947.87/950.47	c #Conflicts:     692000 | #Constraints:      53365
947.87/950.47	c INPROCESSING
947.87/950.47	c GARBAGE COLLECT
947.87/950.47	c #Conflicts:     693000 | #Constraints:      29289
947.87/950.47	c #Conflicts:     694000 | #Constraints:      30289
947.87/950.47	c #Conflicts:     695000 | #Constraints:      31289
947.87/950.47	c #Conflicts:     696000 | #Constraints:      32289
947.87/950.47	c #Conflicts:     697000 | #Constraints:      33289
947.87/950.47	c #Conflicts:     698000 | #Constraints:      34289
947.87/950.47	c #Conflicts:     699000 | #Constraints:      35289
947.87/950.47	c #Conflicts:     700000 | #Constraints:      36289
947.87/950.47	c #Conflicts:     701000 | #Constraints:      37289
947.87/950.47	c #Conflicts:     702000 | #Constraints:      38289
947.87/950.47	c #Conflicts:     703000 | #Constraints:      39289
947.87/950.47	c #Conflicts:     704000 | #Constraints:      40290
947.87/950.47	c #Conflicts:     705000 | #Constraints:      41290
947.87/950.47	c #Conflicts:     706000 | #Constraints:      42290
947.87/950.47	c #Conflicts:     707000 | #Constraints:      43290
947.87/950.47	c #Conflicts:     708000 | #Constraints:      44290
947.87/950.47	c #Conflicts:     709000 | #Constraints:      45290
947.87/950.47	c #Conflicts:     710000 | #Constraints:      46290
947.87/950.47	c #Conflicts:     711000 | #Constraints:      47291
947.87/950.47	c #Conflicts:     712000 | #Constraints:      48291
947.87/950.47	c #Conflicts:     713000 | #Constraints:      49291
947.87/950.47	c #Conflicts:     714000 | #Constraints:      50291
947.87/950.47	c #Conflicts:     715000 | #Constraints:      51291
947.87/950.47	c #Conflicts:     716000 | #Constraints:      52292
947.87/950.47	c #Conflicts:     717000 | #Constraints:      53293
947.87/950.47	c #Conflicts:     718000 | #Constraints:      54293
947.87/950.47	c #Conflicts:     719000 | #Constraints:      55294
947.87/950.47	c #Conflicts:     720000 | #Constraints:      56294
1014.40/1017.18	c #Conflicts:     721000 | #Constraints:      57294
1014.40/1017.18	c #Conflicts:     722000 | #Constraints:      58294
1014.40/1017.18	c #Conflicts:     723000 | #Constraints:      59294
1014.40/1017.18	c #Conflicts:     724000 | #Constraints:      60294
1014.40/1017.18	c #Conflicts:     725000 | #Constraints:      61294
1014.40/1017.18	c #Conflicts:     726000 | #Constraints:      62294
1014.40/1017.18	c #Conflicts:     727000 | #Constraints:      63295
1014.40/1017.18	c #Conflicts:     728000 | #Constraints:      64295
1014.40/1017.18	c #Conflicts:     729000 | #Constraints:      65295
1014.40/1017.18	c #Conflicts:     730000 | #Constraints:      66295
1014.40/1017.18	c #Conflicts:     731000 | #Constraints:      67295
1014.40/1017.18	c #Conflicts:     732000 | #Constraints:      68296
1014.40/1017.18	c #Conflicts:     733000 | #Constraints:      69296
1014.40/1017.18	c #Conflicts:     734000 | #Constraints:      70296
1014.40/1017.18	c #Conflicts:     735000 | #Constraints:      71297
1014.40/1017.18	c #Conflicts:     736000 | #Constraints:      72297
1014.40/1017.18	c #Conflicts:     737000 | #Constraints:      73297
1014.40/1017.18	c #Conflicts:     738000 | #Constraints:      74297
1014.40/1017.18	c #Conflicts:     739000 | #Constraints:      75297
1014.40/1017.18	c #Conflicts:     740000 | #Constraints:      76297
1014.40/1017.18	c #Conflicts:     741000 | #Constraints:      77298
1014.40/1017.18	c #Conflicts:     742000 | #Constraints:      78298
1014.40/1017.18	c #Conflicts:     743000 | #Constraints:      79298
1014.40/1017.18	c #Conflicts:     744000 | #Constraints:      80298
1014.40/1017.18	c #Conflicts:     745000 | #Constraints:      81298
1014.40/1017.18	c #Conflicts:     746000 | #Constraints:      82298
1014.40/1017.18	c #Conflicts:     747000 | #Constraints:      83298
1014.40/1017.18	c #Conflicts:     748000 | #Constraints:      84298
1014.40/1017.18	c #Conflicts:     749000 | #Constraints:      85298
1014.40/1017.18	c #Conflicts:     750000 | #Constraints:      86299
1014.40/1017.18	c #Conflicts:     751000 | #Constraints:      87300
1014.40/1017.18	c #Conflicts:     752000 | #Constraints:      88300
1014.40/1017.18	c INPROCESSING
1014.40/1017.18	c GARBAGE COLLECT
1014.40/1017.18	WSVECS04 Frhs2[34]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[37]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[41]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[42]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[43]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[46]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[51]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[59]: 6 -1.75008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[70]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[76]: 6 -1.50004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[85]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[110]: 6 -1.0001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[131]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[132]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[133]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[138]: 6 -1.00008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[139]: 6 -1.50005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[142]: 6 -1.50002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[150]: 6 -1.50007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[155]: 6 -1.00008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[158]: 6 -1.0001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[159]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[161]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[165]: 6 -1.00008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[175]: 6 -1.50008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[176]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[183]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[184]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[223]: 6 -12.3554 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[224]: 6 -22.5857 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[229]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[230]: 6 -1.50005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[257]: 6 -43.4215 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[258]: 6 -84.343 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[263]: 6 -1.00001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[264]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[308]: 6 -1.50002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[309]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[312]: 6 -1.50002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[313]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[318]: 6 -1.5001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[331]: 6 0 1.3519 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[345]: 6 -13.5749 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[374]: 6 -69.625 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[392]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[394]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[403]: 6 -1.00008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[408]: 6 -69.6249 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[409]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[411]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[414]: 6 -1.00004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[416]: 6 -1.75004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[417]: 6 -2.0001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[425]: 6 -69.6249 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[426]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[428]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[430]: 6 -1.00004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[431]: 6 -1.87509 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[433]: 6 -1.50005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[434]: 6 -1.0001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[437]: 6 -1.0001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[442]: 6 -69.625 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[443]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[447]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[448]: 6 -1.75007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[450]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[451]: 6 -2.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[454]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[464]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[465]: 6 -1.50007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[466]: 6 -1.0001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[467]: 6 -1.0001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[468]: 6 -2.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[513]: 6 -1.00004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[516]: 6 -1.00001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[517]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[519]: 6 -1.87502 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[533]: 6 -1.00008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[556]: 6 -1.50008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[561]: 6 -21.7408 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[596]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[603]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[607]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[612]: 6 -1.50009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[614]: 6 -2.50007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[619]: 6 -1.75004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[680]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[698]: 6 -1.50002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[704]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[708]: 6 0 0.250017 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[712]: 6 -1.00001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[715]: 6 -3.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[728]: 6 -1.50008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[729]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[730]: 6 -1.75009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[731]: 6 -1.00001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[742]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[745]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[752]: 6 -1.00004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[776]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[792]: 6 -1.50006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[804]: 6 0 0.250029 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[812]: 6 -1.00008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[824]: 6 -1.50008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[826]: 6 -1.0001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[853]: 6 0 331.872 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[874]: 6 -2.18757 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[944]: 6 0 4.00008 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[949]: 6 -1.50009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[950]: 6 -1.00004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[959]: 6 -1.50006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[961]: 6 -203.272 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[966]: 6 -1.00004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[981]: 6 -1.00001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[988]: 6 -2.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[991]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1000]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1003]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1019]: 6 -2.99992 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1030]: 6 -3.00004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1046]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1062]: 6 -1.50009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1064]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1098]: 6 -1.00001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1125]: 6 0 1.25004 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1132]: 6 -3.50005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1146]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1158]: 6 -3.00004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1161]: 6 -0.0625805 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1166]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1171]: 6 -0.125034 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1178]: 6 -0.125077 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1182]: 6 -0.250046 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1192]: 6 -1.00001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1200]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1201]: 6 -2.50399 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1214]: 6 -0.75009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1231]: 6 -0.500013 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1250]: 6 -0.00782277 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1253]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1261]: 6 -1.25007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1265]: 6 -0.500074 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1267]: 6 -0.0156519 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1275]: 6 -0.250064 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1296]: 6 -1.00001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1312]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1313]: 6 -1.50009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1320]: 6 -1.00006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1330]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1333]: 6 -1.75004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1345]: 6 -0.937554 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1347]: 6 -1.00004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1348]: 6 -1.00008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1358]: 6 -2.00001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1364]: 6 -0.500025 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1365]: 6 -0.50008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1377]: 6 -0.2501 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1379]: 6 -0.750062 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1387]: 6 -1.59384 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1403]: 6 -0.406284 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1405]: 6 0 0.375038 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1406]: 6 -1.75003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1416]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1420]: 6 0 0.187589 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1426]: 6 -19.0616 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1430]: 6 -0.500033 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1431]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1447]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1453]: 6 -4.35191 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1454]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1458]: 6 -2.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1460]: 6 -2.00004 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1463]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1465]: 6 0 25.7454 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1469]: 6 0 1.35188 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1470]: 6 -6.70376 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1471]: 6 -31.7501 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1473]: 6 -14.6852 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1477]: 6 -1.50006 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1483]: 6 -13.5749 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1495]: 6 -2.0001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1533]: 6 -1.00001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1534]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1541]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1548]: 6 -1.50002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1552]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1557]: 6 -1.00008 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1562]: 6 -12.7477 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1566]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1579]: 6 -26.3704 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1582]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1597]: 6 0 14.875 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1598]: 6 -32.7501 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1605]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1607]: 6 -0.0313128 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1613]: 6 -29.6275 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1614]: 6 0 30.75 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1625]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1630]: 6 -6.51423 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1632]: 6 -4.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1634]: 6 -2.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1647]: 6 -12.9978 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1649]: 6 -8.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1658]: 6 -0.247728 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1665]: 6 -45.2562 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1666]: 6 -16.0001 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1668]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1682]: 6 0 14.0001 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1716]: 6 0 50.1408 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1718]: 6 -2.12505 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1727]: 6 -1.00002 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1734]: 6 -0.500058 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1743]: 6 -1.00003 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1748]: 6 -2.00009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1751]: 6 -1.00007 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1752]: 6 -1.00011 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1753]: 6 -1.00012 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1754]: 6 -1.00013 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1755]: 6 -1.00031 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1756]: 6 -1.00058 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1757]: 6 -1.00106 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1758]: 6 -1.00201 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1759]: 6 -1.00397 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1760]: 6 -1.00787 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1761]: 6 -1.0157 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1762]: 6 -1.03128 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1763]: 6 -1.06253 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1765]: 6 -1.25009 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1770]: 6 -1.00005 0 shouldn't be
1014.40/1017.18	WSVECS04 Frhs2[1799]: 6 -0.750035 0 shouldn't be
1044.23/1047.05	c #Conflicts:     753000 | #Constraints:      46742
1044.23/1047.05	c #Conflicts:     754000 | #Constraints:      47742
1044.23/1047.05	c #Conflicts:     755000 | #Constraints:      48742
1044.23/1047.05	c #Conflicts:     756000 | #Constraints:      49742
1044.23/1047.05	c #Conflicts:     757000 | #Constraints:      50742
1044.23/1047.05	c #Conflicts:     758000 | #Constraints:      51742
1044.23/1047.05	c #Conflicts:     759000 | #Constraints:      52742
1044.23/1047.05	c #Conflicts:     760000 | #Constraints:      53742
1044.23/1047.05	c #Conflicts:     761000 | #Constraints:      54742
1044.23/1047.05	c #Conflicts:     762000 | #Constraints:      55742
1044.23/1047.05	c #Conflicts:     763000 | #Constraints:      56742
1044.23/1047.05	c #Conflicts:     764000 | #Constraints:      57742
1044.23/1047.05	c #Conflicts:     765000 | #Constraints:      58742
1044.23/1047.05	c #Conflicts:     766000 | #Constraints:      59742
1044.23/1047.05	c #Conflicts:     767000 | #Constraints:      60743
1044.23/1047.05	c #Conflicts:     768000 | #Constraints:      61743
1044.23/1047.05	c #Conflicts:     769000 | #Constraints:      62743
1044.23/1047.05	c #Conflicts:     770000 | #Constraints:      63743
1044.23/1047.05	c #Conflicts:     771000 | #Constraints:      64743
1044.23/1047.05	c #Conflicts:     772000 | #Constraints:      65743
1044.23/1047.05	c #Conflicts:     773000 | #Constraints:      66743
1044.23/1047.05	c #Conflicts:     774000 | #Constraints:      67743
1044.23/1047.05	c INPROCESSING
1044.23/1047.05	c GARBAGE COLLECT
1044.23/1047.05	WSVECS04 Frhs2[1]: 6 -26.1563 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[2]: 6 -21.8126 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[4]: 6 -21.7501 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[6]: 6 -30.2344 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[7]: 6 -64.1578 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[8]: 6 -38.9252 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[13]: 6 -7.75004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[17]: 6 -50.3307 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[18]: 6 -42.4773 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[26]: 6 -26.8047 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[30]: 6 -5.67496 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[41]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[42]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[48]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[58]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[62]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[65]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[92]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[99]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[120]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[126]: 6 -1.00003 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[130]: 6 -2.51569 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[137]: 6 -1.0001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[143]: 6 -1.0001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[147]: 6 -3.03128 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[161]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[171]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[176]: 6 -1.8751 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[193]: 6 -1.75009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[195]: 6 -1.00003 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[239]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[252]: 6 -1.98441 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[307]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[325]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[327]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[329]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[332]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[333]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[336]: 6 -18 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[338]: 6 -3.09707 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[409]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[414]: 6 -1.50008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[416]: 6 -1.7501 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[417]: 6 -1.00003 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[418]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[426]: 6 -1.00001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[431]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[432]: 6 -12.4475 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[433]: 6 -1.50002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[443]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[448]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[450]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[451]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[452]: 6 -1.5001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[457]: 6 -40.1641 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[460]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[467]: 6 -1.87514 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[468]: 6 -1.00001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[469]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[476]: 6 -4.59535 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[482]: 6 0 0.808191 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[494]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[500]: 6 -2.25015 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[502]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[510]: 6 -45.6613 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[529]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[531]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[535]: 6 -2.0007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[537]: 6 -2.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[539]: 6 0 0.0104326 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[540]: 6 -2.00003 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[544]: 6 -49.5499 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[545]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[546]: 6 -3.50005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[552]: 6 -2.00132 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[554]: 6 -2.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[564]: 6 0 8.23273 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[617]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[618]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[620]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[622]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[633]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[634]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[640]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[650]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[665]: 6 -1.00001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[667]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[670]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[672]: 6 -1.03129 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[673]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[677]: 6 0 2.00005 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[681]: 6 -1.75001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[683]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[693]: 6 0 2.00002 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[694]: 6 0 2.93753 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[699]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[704]: 6 -1.93755 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[705]: 6 -1.87503 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[709]: 6 0 4.93755 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[714]: 6 -1.87506 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[715]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[729]: 6 -1.87507 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[747]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[750]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[763]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[766]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[798]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[799]: 6 0 4.99616 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[807]: 6 0 2.50004 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[810]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[826]: 6 -9.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[850]: 6 0 1.75001 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[853]: 6 0 18.8182 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[890]: 6 -1.87504 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[893]: 6 -31.3012 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[896]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[912]: 6 0 16 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[927]: 6 0 1.00007 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[965]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[967]: 6 -1.0001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[983]: 6 -1.00003 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[988]: 6 -3.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[997]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[999]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1001]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1004]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1013]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1015]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1020]: 6 -1.50009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1021]: 6 -2.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1022]: 6 0 5.99941 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1038]: 6 0 2.00003 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1039]: 6 0 3.00002 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1045]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1047]: 6 -1.50006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1054]: 6 0 5.0027 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1061]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1066]: 6 0 1.00008 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1077]: 6 -3.50006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1078]: 6 0 2.00008 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1081]: 6 -44.6806 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1104]: 6 0 0.12502 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1150]: 6 0 1.16674 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1157]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1158]: 6 -1.00003 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1160]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1168]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1170]: 6 -1.0001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1174]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1176]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1181]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1183]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1184]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1187]: 6 -2.15635 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1192]: 6 -1.00003 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1199]: 6 -1.0001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1200]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1201]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1208]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1212]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1216]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1235]: 6 -1.00001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1237]: 6 -0.968865 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1238]: 6 -2.25004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1242]: 6 -3.99223 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1259]: 6 -3.98441 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1293]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1297]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1302]: 6 -2.12498 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1310]: 6 -1.00001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1313]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1329]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1335]: 6 -5.87504 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1341]: 6 -0.125013 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1357]: 6 -0.882901 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1361]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1365]: 6 -0.500022 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1369]: 6 -0.750063 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1379]: 6 -1.00001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1386]: 6 -0.50004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1397]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1413]: 6 -1.00008 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1422]: 6 -1.98439 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1423]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1428]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1429]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1446]: 6 -1.00006 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1453]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1473]: 6 -0.250089 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1474]: 6 -1.00003 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1483]: 6 -18.0001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1490]: 6 -0.500033 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1499]: 6 -17.75 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1525]: 6 -0.500033 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1548]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1565]: 6 -1.00001 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1586]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1602]: 6 -1.00007 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1616]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1624]: 6 -2.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1650]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1654]: 6 -2.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1667]: 6 -1.00005 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1685]: 6 -4.61635 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1730]: 6 -0.833421 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1735]: 6 -1.00003 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1736]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1738]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1742]: 6 -1.00009 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1746]: 6 -1.00002 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1748]: 6 -0.999998 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1749]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1750]: 6 -0.999953 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1751]: 6 -0.9999 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1752]: 6 -0.9998 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1753]: 6 -0.999565 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1757]: 6 -0.992287 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1759]: 6 -0.968777 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1761]: 6 -0.875017 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1762]: 6 -0.750033 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1763]: 6 -0.500072 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1770]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1772]: 6 -1.00004 0 shouldn't be
1044.23/1047.05	WSVECS04 Frhs2[1776]: 6 -1.00004 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[35]: 6 -2.66671 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[93]: 6 -1.00007 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[313]: 6 -2.49808 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[319]: 6 -1.87508 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[331]: 6 -1.00004 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[357]: 6 0 6.07657 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[374]: 6 0 5.99251 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[386]: 6 0 1.00001 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[391]: 6 0 5.82452 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[408]: 6 0 5.48841 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[557]: 6 -19 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[638]: 6 -1.00005 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[656]: 6 -1.00007 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[731]: 6 -1.00008 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[748]: 6 -1.00004 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[788]: 6 0 0.0625546 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[981]: 6 -1.00009 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1095]: 6 -2.00007 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1228]: 6 -0.0312712 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1234]: 6 -1.00005 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1287]: 6 -0.937549 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1387]: 6 -2.00009 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1435]: 6 0 0.498135 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1467]: 6 -1.00003 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1488]: 6 -31.3012 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1517]: 6 -1.00003 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1531]: 6 -1.00009 0 shouldn't be
1044.42/1047.23	WSVECS04 Frhs2[1605]: 6 -0.750075 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[9]: 6 -23.0209 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[15]: 6 -22.25 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[24]: 6 -48.9685 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[25]: 6 -17.7501 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[127]: 6 -1.00003 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[167]: 6 -1.99953 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[449]: 6 -22.8949 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[474]: 6 -27.5782 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[495]: 6 -1.00007 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[528]: 6 -1.00009 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[542]: 6 -8.75008 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[662]: 6 0 1.00005 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[778]: 6 -0.500048 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[779]: 6 0 2.00005 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[929]: 6 0 6.45048 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1111]: 6 -40.6806 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1276]: 6 -3.96885 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1371]: 6 -3.99811 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1373]: 6 -1.00009 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1439]: 6 -1.0001 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1447]: 6 -1.00002 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1457]: 6 -1.00001 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1468]: 6 -18.0001 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1471]: 6 -1.00003 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1513]: 6 -0.662973 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1538]: 6 -0.250035 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1755]: 6 -0.998074 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1756]: 6 -0.996169 0 shouldn't be
1044.62/1047.41	WSVECS04 Frhs2[1758]: 6 -0.98444 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[10]: 6 -27.7292 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[23]: 6 -23.2491 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[144]: 6 -1.00003 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[177]: 6 -1.75007 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[213]: 6 0 3.00009 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[281]: 6 -1.00004 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[314]: 6 -2.99618 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[366]: 6 0 6.97729 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[421]: 6 -2.00002 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[423]: 6 -36.8536 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[440]: 6 -37.9571 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[455]: 6 -2.00009 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1029]: 6 -1.00006 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1229]: 6 -1.06259 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1231]: 6 -1.00002 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1246]: 6 -1.00003 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1336]: 6 -0.250034 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1394]: 6 -0.250031 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1407]: 6 -1.00009 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1449]: 6 -1.00003 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1475]: 6 -1.00007 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1485]: 6 -18.875 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1486]: 6 -3.43183 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1487]: 6 0 4.36366 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1489]: 6 -0.875034 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1501]: 6 -17.7501 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1506]: 6 -0.500079 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1669]: 6 -1.00003 0 shouldn't be
1044.82/1047.63	WSVECS04 Frhs2[1769]: 6 -1.00005 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[28]: 6 -6.67467 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[91]: 6 -1.00001 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[154]: 6 -1.00004 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[179]: 6 -1.00008 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[283]: 6 -1.00006 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[438]: 6 -2.00005 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[506]: 6 -2.0001 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[508]: 6 -20.0625 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[666]: 6 -1.00006 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[678]: 6 0 1.00004 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[690]: 6 0 2.00009 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[732]: 6 -1.00002 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[842]: 6 -2.24911 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[1071]: 6 0 0.0104406 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[1178]: 6 -1.00009 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[1353]: 6 -0.50009 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[1368]: 6 -1.00005 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[1374]: 6 -0.765687 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[1391]: 6 -0.531267 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[1434]: 6 -1.00006 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[1520]: 6 -10.7273 0 shouldn't be
1045.02/1047.87	WSVECS04 Frhs2[1528]: 6 -0.198263 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[1]: 6 -26.1563 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[6]: 6 -30.2344 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[7]: 6 -64.1577 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[8]: 6 -38.9251 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[10]: 6 -27.7292 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[15]: 6 -22.25 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[17]: 6 -50.3307 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[18]: 6 -42.4773 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[23]: 6 -23.249 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[26]: 6 -26.8047 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[28]: 6 -6.67461 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[30]: 6 -5.67487 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[31]: 6 -19.7498 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[35]: 6 -2.66667 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[43]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[45]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[59]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[62]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[96]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[120]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[130]: 6 -2.51561 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[147]: 6 -3.03122 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[183]: 6 -2.24951 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[229]: 6 0 2 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[239]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[244]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[252]: 6 -1.98438 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[262]: 6 0 3 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[280]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[313]: 6 -2.49805 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[319]: 6 -1.875 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[330]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[332]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[333]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[336]: 6 -18 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[338]: 6 -3.09699 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[408]: 6 0 5.48832 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[409]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[416]: 6 -1.75001 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[423]: 6 -36.8535 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[448]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[451]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[452]: 6 -1.5 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[460]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[469]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[476]: 6 -4.5953 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[495]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[497]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[529]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[532]: 6 0 10.2326 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[535]: 6 -2.00065 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[536]: 6 -1.75 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[537]: 6 -2 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[539]: 6 0 0.0104175 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[540]: 6 -2 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[546]: 6 -3.5 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[549]: 6 0 19.4653 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[552]: 6 -2.0013 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[554]: 6 -2 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[581]: 6 0 17.4653 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[636]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[656]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[662]: 6 0 1 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[677]: 6 0 2 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[681]: 6 -1.75 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[693]: 6 0 2 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[704]: 6 -1.9375 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[705]: 6 -1.875 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[714]: 6 -1.875 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[729]: 6 -1.875 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[747]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[748]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[750]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[763]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[766]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[782]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[798]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[810]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[814]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[842]: 6 -2.24902 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[850]: 6 0 1.75 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[853]: 6 0 18.8182 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[890]: 6 -1.875 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[896]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[911]: 6 0 16 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[965]: 6 -1 0 shouldn't be
1045.32/1048.16	WSVECS04 Frhs2[967]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[981]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[983]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[988]: 6 -3 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[997]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1001]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1004]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1007]: 6 0 4.99935 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1015]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1020]: 6 -1.5 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1021]: 6 -2 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1023]: 6 0 1 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1039]: 6 0 3 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1045]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1066]: 6 0 1 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1071]: 6 0 0.0104174 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1077]: 6 -3.5 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1081]: 6 -44.6806 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1095]: 6 -2 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1104]: 6 0 0.125 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1150]: 6 0 1.16667 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1160]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1168]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1170]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1185]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1187]: 6 -2.15625 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1188]: 6 0 0.312501 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1195]: 6 -1.01563 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1201]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1208]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1228]: 6 -0.0312507 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1235]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1237]: 6 -0.968781 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1268]: 6 -3.51561 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1272]: 6 -0.000244612 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1293]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1310]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1313]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1335]: 6 -5.875 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1341]: 6 -0.125 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1347]: 6 -0.500001 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1357]: 6 -0.882813 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1363]: 6 -2.375 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1369]: 6 -0.750001 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1381]: 6 -1.5 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1386]: 6 -0.5 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1389]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1406]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1428]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1435]: 6 0 0.498048 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1447]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1449]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1457]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1471]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1473]: 6 -0.250001 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1474]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1483]: 6 -18 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1488]: 6 -31.3011 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1506]: 6 -0.5 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1507]: 6 0 16.25 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1513]: 6 -0.662904 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1528]: 6 -0.198243 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1538]: 6 -0.25 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1548]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1555]: 6 -0.5 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1565]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1589]: 6 -0.125001 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1622]: 6 -0.500001 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1624]: 6 -2 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1650]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1667]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1669]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1685]: 6 -4.61632 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1730]: 6 -0.833334 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1735]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1736]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1738]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1742]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1746]: 6 -0.999996 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1748]: 6 -0.999986 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1749]: 6 -0.99997 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1750]: 6 -0.99994 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1751]: 6 -0.999878 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1752]: 6 -0.999756 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1753]: 6 -0.999512 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1755]: 6 -0.998047 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1756]: 6 -0.996095 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1757]: 6 -0.992188 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1758]: 6 -0.984375 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1759]: 6 -0.96875 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1761]: 6 -0.875001 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1762]: 6 -0.75 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1763]: 6 -0.500001 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1769]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1770]: 6 -1 0 shouldn't be
1045.32/1048.17	WSVECS04 Frhs2[1772]: 6 -1 0 shouldn't be
1186.35/1189.52	c #Conflicts:     775000 | #Constraints:      36639
1186.35/1189.52	c #Conflicts:     776000 | #Constraints:      37639
1186.35/1189.52	c #Conflicts:     777000 | #Constraints:      38639
1186.35/1189.52	c #Conflicts:     778000 | #Constraints:      39639
1186.35/1189.52	c #Conflicts:     779000 | #Constraints:      40639
1186.35/1189.52	c #Conflicts:     780000 | #Constraints:      41639
1186.35/1189.52	c #Conflicts:     781000 | #Constraints:      42639
1186.35/1189.52	c #Conflicts:     782000 | #Constraints:      43639
1186.35/1189.52	c #Conflicts:     783000 | #Constraints:      44639
1186.35/1189.52	c #Conflicts:     784000 | #Constraints:      45639
1186.35/1189.52	c #Conflicts:     785000 | #Constraints:      46639
1186.35/1189.52	c #Conflicts:     786000 | #Constraints:      47639
1186.35/1189.52	c #Conflicts:     787000 | #Constraints:      48639
1186.35/1189.52	c #Conflicts:     788000 | #Constraints:      49639
1186.35/1189.52	c #Conflicts:     789000 | #Constraints:      50639
1186.35/1189.52	c #Conflicts:     790000 | #Constraints:      51639
1186.35/1189.52	c #Conflicts:     791000 | #Constraints:      52639
1186.35/1189.52	c #Conflicts:     792000 | #Constraints:      53639
1186.35/1189.52	c #Conflicts:     793000 | #Constraints:      54639
1186.35/1189.52	c #Conflicts:     794000 | #Constraints:      55639
1186.35/1189.52	c #Conflicts:     795000 | #Constraints:      56639
1186.35/1189.52	c INPROCESSING
1186.35/1189.52	c GARBAGE COLLECT
1186.35/1189.52	c #Conflicts:     796000 | #Constraints:      30715
1186.35/1189.52	c #Conflicts:     797000 | #Constraints:      31715
1186.35/1189.52	c #Conflicts:     798000 | #Constraints:      32716
1186.35/1189.52	c #Conflicts:     799000 | #Constraints:      33716
1186.35/1189.52	c #Conflicts:     800000 | #Constraints:      34718
1186.35/1189.52	c #Conflicts:     801000 | #Constraints:      35719
1186.35/1189.52	c #Conflicts:     802000 | #Constraints:      36719
1186.35/1189.52	c #Conflicts:     803000 | #Constraints:      37719
1186.35/1189.52	c #Conflicts:     804000 | #Constraints:      38719
1186.35/1189.52	c #Conflicts:     805000 | #Constraints:      39719
1186.35/1189.52	c #Conflicts:     806000 | #Constraints:      40719
1186.35/1189.52	c #Conflicts:     807000 | #Constraints:      41719
1186.35/1189.52	c #Conflicts:     808000 | #Constraints:      42719
1186.35/1189.52	c #Conflicts:     809000 | #Constraints:      43719
1186.35/1189.52	c #Conflicts:     810000 | #Constraints:      44719
1186.35/1189.52	c #Conflicts:     811000 | #Constraints:      45719
1186.35/1189.52	c #Conflicts:     812000 | #Constraints:      46719
1186.35/1189.52	c #Conflicts:     813000 | #Constraints:      47719
1186.35/1189.52	c #Conflicts:     814000 | #Constraints:      48719
1186.35/1189.52	c #Conflicts:     815000 | #Constraints:      49719
1186.35/1189.52	c #Conflicts:     816000 | #Constraints:      50719
1186.35/1189.52	c #Conflicts:     817000 | #Constraints:      51719
1186.35/1189.52	c #Conflicts:     818000 | #Constraints:      52720
1186.35/1189.52	c #Conflicts:     819000 | #Constraints:      53720
1186.35/1189.52	c #Conflicts:     820000 | #Constraints:      54720
1186.35/1189.52	c #Conflicts:     821000 | #Constraints:      55721
1186.35/1189.52	c #Conflicts:     822000 | #Constraints:      56722
1186.35/1189.52	c #Conflicts:     823000 | #Constraints:      57722
1186.35/1189.52	c #Conflicts:     824000 | #Constraints:      58722
1186.35/1189.52	c #Conflicts:     825000 | #Constraints:      59722
1186.35/1189.52	c #Conflicts:     826000 | #Constraints:      60722
1186.35/1189.52	c #Conflicts:     827000 | #Constraints:      61722
1186.35/1189.52	c #Conflicts:     828000 | #Constraints:      62722
1186.35/1189.52	c #Conflicts:     829000 | #Constraints:      63723
1186.35/1189.52	c #Conflicts:     830000 | #Constraints:      64724
1186.35/1189.52	c #Conflicts:     831000 | #Constraints:      65724
1186.35/1189.52	c #Conflicts:     832000 | #Constraints:      66724
1186.35/1189.52	c #Conflicts:     833000 | #Constraints:      67724
1186.35/1189.52	c #Conflicts:     834000 | #Constraints:      68724
1186.35/1189.52	c #Conflicts:     835000 | #Constraints:      69724
1186.35/1189.52	c #Conflicts:     836000 | #Constraints:      70724
1186.35/1189.52	c #Conflicts:     837000 | #Constraints:      71724
1186.35/1189.52	c #Conflicts:     838000 | #Constraints:      72724
1186.35/1189.52	c #Conflicts:     839000 | #Constraints:      73724
1186.35/1189.52	c #Conflicts:     840000 | #Constraints:      74724
1186.35/1189.52	c #Conflicts:     841000 | #Constraints:      75724
1186.35/1189.52	c #Conflicts:     842000 | #Constraints:      76724
1186.35/1189.52	c #Conflicts:     843000 | #Constraints:      77724
1186.35/1189.52	c #Conflicts:     844000 | #Constraints:      78724
1186.35/1189.52	c #Conflicts:     845000 | #Constraints:      79724
1186.35/1189.52	c #Conflicts:     846000 | #Constraints:      80724
1186.35/1189.52	c #Conflicts:     847000 | #Constraints:      81724
1186.35/1189.52	c #Conflicts:     848000 | #Constraints:      82724
1186.35/1189.52	c #Conflicts:     849000 | #Constraints:      83724
1186.35/1189.52	c #Conflicts:     850000 | #Constraints:      84724
1186.35/1189.52	c #Conflicts:     851000 | #Constraints:      85724
1186.35/1189.52	c #Conflicts:     852000 | #Constraints:      86724
1186.35/1189.52	c #Conflicts:     853000 | #Constraints:      87724
1276.92/1280.32	c #Conflicts:     854000 | #Constraints:      88724
1276.92/1280.32	c #Conflicts:     855000 | #Constraints:      89724
1276.92/1280.32	c #Conflicts:     856000 | #Constraints:      90724
1276.92/1280.32	c #Conflicts:     857000 | #Constraints:      91724
1276.92/1280.32	c #Conflicts:     858000 | #Constraints:      92724
1276.92/1280.32	c #Conflicts:     859000 | #Constraints:      93724
1276.92/1280.32	c #Conflicts:     860000 | #Constraints:      94724
1276.92/1280.32	c INPROCESSING
1276.92/1280.32	c GARBAGE COLLECT
1276.92/1280.32	c #Conflicts:     861000 | #Constraints:      50094
1276.92/1280.32	c #Conflicts:     862000 | #Constraints:      51094
1276.92/1280.32	c #Conflicts:     863000 | #Constraints:      52094
1276.92/1280.32	c #Conflicts:     864000 | #Constraints:      53094
1276.92/1280.32	c #Conflicts:     865000 | #Constraints:      54094
1276.92/1280.32	c #Conflicts:     866000 | #Constraints:      55094
1276.92/1280.32	c #Conflicts:     867000 | #Constraints:      56094
1276.92/1280.32	c #Conflicts:     868000 | #Constraints:      57094
1276.92/1280.32	c #Conflicts:     869000 | #Constraints:      58094
1276.92/1280.32	c #Conflicts:     870000 | #Constraints:      59094
1276.92/1280.32	c #Conflicts:     871000 | #Constraints:      60094
1276.92/1280.32	c #Conflicts:     872000 | #Constraints:      61094
1276.92/1280.32	c #Conflicts:     873000 | #Constraints:      62094
1276.92/1280.32	c #Conflicts:     874000 | #Constraints:      63094
1276.92/1280.32	c #Conflicts:     875000 | #Constraints:      64094
1276.92/1280.32	c #Conflicts:     876000 | #Constraints:      65094
1276.92/1280.32	c #Conflicts:     877000 | #Constraints:      66094
1276.92/1280.32	c #Conflicts:     878000 | #Constraints:      67094
1276.92/1280.32	c #Conflicts:     879000 | #Constraints:      68094
1276.92/1280.32	c #Conflicts:     880000 | #Constraints:      69094
1276.92/1280.32	c #Conflicts:     881000 | #Constraints:      70094
1276.92/1280.32	c #Conflicts:     882000 | #Constraints:      71094
1276.92/1280.32	c #Conflicts:     883000 | #Constraints:      72094
1276.92/1280.32	c INPROCESSING
1276.92/1280.32	c GARBAGE COLLECT
1276.92/1280.32	c #Conflicts:     884000 | #Constraints:      38715
1276.92/1280.32	c #Conflicts:     885000 | #Constraints:      39715
1276.92/1280.32	c #Conflicts:     886000 | #Constraints:      40715
1276.92/1280.32	c #Conflicts:     887000 | #Constraints:      41715
1276.92/1280.32	c #Conflicts:     888000 | #Constraints:      42716
1276.92/1280.32	c #Conflicts:     889000 | #Constraints:      43716
1276.92/1280.32	c #Conflicts:     890000 | #Constraints:      44716
1276.92/1280.32	c #Conflicts:     891000 | #Constraints:      45716
1276.92/1280.32	c #Conflicts:     892000 | #Constraints:      46716
1276.92/1280.32	c #Conflicts:     893000 | #Constraints:      47716
1276.92/1280.32	c #Conflicts:     894000 | #Constraints:      48716
1276.92/1280.32	c #Conflicts:     895000 | #Constraints:      49716
1276.92/1280.32	c #Conflicts:     896000 | #Constraints:      50716
1276.92/1280.32	c #Conflicts:     897000 | #Constraints:      51716
1276.92/1280.32	c #Conflicts:     898000 | #Constraints:      52716
1276.92/1280.32	c #Conflicts:     899000 | #Constraints:      53716
1276.92/1280.32	c #Conflicts:     900000 | #Constraints:      54716
1276.92/1280.32	c #Conflicts:     901000 | #Constraints:      55716
1276.92/1280.32	c #Conflicts:     902000 | #Constraints:      56716
1276.92/1280.32	c #Conflicts:     903000 | #Constraints:      57716
1276.92/1280.32	c #Conflicts:     904000 | #Constraints:      58716
1276.92/1280.32	c #Conflicts:     905000 | #Constraints:      59716
1276.92/1280.32	c #Conflicts:     906000 | #Constraints:      60716
1276.92/1280.32	c INPROCESSING
1276.92/1280.32	c GARBAGE COLLECT
1276.92/1280.32	WSVECS04 Frhs2[4]: 6 -61.2694 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[5]: 6 -6.75008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[9]: 6 -24.3222 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[10]: 6 -2.00004 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[11]: 6 -2.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[16]: 6 -2.16674 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[24]: 6 -21.8222 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[26]: 6 -21.8222 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[28]: 6 -22.2795 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[96]: 6 -2.62502 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[98]: 6 -3.50006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[99]: 6 -4.00004 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[109]: 6 -1.50002 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[113]: 6 -3.25005 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[115]: 6 -5.00002 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[116]: 6 -6.00006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[119]: 6 -1.99807 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[126]: 6 -1.00001 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[130]: 6 -4.50003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[132]: 6 -1.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[133]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[142]: 6 0 1.00007 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[143]: 6 0 2.09046 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[160]: 6 0 6.1809 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[186]: 6 -1.75002 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[189]: 6 -0.794698 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[193]: 6 0 13.3618 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[201]: 6 -1.93757 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[220]: 6 -1.00005 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[223]: 6 0 1.82161 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[224]: 6 0 7.64307 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[225]: 6 0 11.8619 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[226]: 6 0 26.7236 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[257]: 6 0 16.2862 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[258]: 6 0 36.5722 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[300]: 6 -1.75002 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[324]: 6 0 22.2816 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[329]: 6 -2.87506 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[332]: 6 -1.5001 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[333]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[334]: 6 -1.87501 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[338]: 6 -1.87505 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[339]: 6 -1.96884 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[431]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[435]: 6 -1.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[436]: 6 -1.00006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[447]: 6 -1.00006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[448]: 6 -1.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[452]: 6 -1.00005 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[465]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[468]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[469]: 6 -1.00004 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[493]: 6 0 0.417737 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[503]: 6 -1.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[531]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[532]: 6 -1.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[533]: 6 -1.00002 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[537]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[548]: 6 -1.0001 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[549]: 6 -1.00006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[550]: 6 -1.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[554]: 6 -1.00006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[561]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[582]: 6 -1.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[587]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[588]: 6 -1.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[589]: 6 -1.0001 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[594]: 6 -23.2806 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[599]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[604]: 6 -1.00005 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[605]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[606]: 6 -1.00006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[615]: 6 0 1.00007 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[630]: 6 0 3.00009 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[644]: 6 0 3.00003 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[645]: 6 0 4.00009 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[659]: 6 0 4.00783 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[674]: 6 0 7.00005 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[705]: 6 -1.99225 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[709]: 6 0 1.00005 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[716]: 6 0 2.00007 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[726]: 6 -0.794703 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[741]: 6 -0.794634 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[762]: 6 -64.4472 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[763]: 6 -1.0001 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[764]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[778]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[780]: 6 -1.75009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[935]: 6 0 42.6443 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[951]: 6 0 2.00003 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[984]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[985]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[989]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[990]: 6 -1.00004 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1001]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1005]: 6 -1.00002 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1017]: 6 -1.00004 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1021]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1032]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1036]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1037]: 6 -1.00005 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1044]: 6 -1.87507 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1048]: 6 -1.00004 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1053]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1064]: 6 -1.00006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1068]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1069]: 6 -1.00001 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1072]: 6 0 54.1922 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1085]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1096]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1101]: 6 -1.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1102]: 6 -1.00004 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1112]: 6 -1.0001 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1116]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1118]: 6 -1.00003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1124]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1132]: 6 -1.00001 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1134]: 6 -1.00006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1140]: 6 -1.50007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1148]: 6 -1.00004 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1210]: 6 -0.500089 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1211]: 6 -0.125071 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1224]: 6 -0.00101431 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1228]: 6 -0.500062 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1241]: 6 -0.0020017 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1254]: 6 -6.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1258]: 6 -0.00398961 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1271]: 6 -0.00782684 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1275]: 6 -0.0078488 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1286]: 6 -1.00005 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1302]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1334]: 6 -1.00001 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1341]: 6 -1.50003 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1348]: 6 -28.7236 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1357]: 6 -0.250056 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1365]: 6 -36.8156 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1422]: 6 -0.250019 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1428]: 6 -0.250072 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1445]: 6 -0.500077 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1450]: 6 -2.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1453]: 6 -2.00007 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1467]: 6 -1.87504 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1530]: 6 -3.00022 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1581]: 6 -0.25009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1585]: 6 -1.00004 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1589]: 6 -1.0001 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1590]: 6 -1.00008 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1598]: 6 -0.500057 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1609]: 6 -1.00122 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1621]: 6 -1.00004 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1624]: 6 -1.00002 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1638]: 6 -1.00006 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1640]: 6 -1.00005 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1655]: 6 -1.00009 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1673]: 6 -1.00116 0 shouldn't be
1276.92/1280.32	WSVECS04 Frhs2[1690]: 6 -1.00233 0 shouldn't be
1276.92/1280.33	WSVECS04 Frhs2[1728]: 6 -1.14587 0 shouldn't be
1276.92/1280.33	WSVECS04 Frhs2[1751]: 6 -1.0001 0 shouldn't be
1276.92/1280.33	WSVECS04 Frhs2[1752]: 6 -1.00011 0 shouldn't be
1276.92/1280.33	WSVECS04 Frhs2[1753]: 6 -1.00009 0 shouldn't be
1276.92/1280.33	WSVECS04 Frhs2[1754]: 6 -1.00012 0 shouldn't be
1276.92/1280.33	WSVECS04 Frhs2[1756]: 6 -1.00031 0 shouldn't be
1276.92/1280.33	WSVECS04 Frhs2[1758]: 6 -1.00106 0 shouldn't be
1276.92/1280.33	WSVECS04 Frhs2[1759]: 6 -1.00203 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[4]: 6 -61.2693 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[9]: 6 -24.3222 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[10]: 6 -2 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[16]: 6 -2.16667 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[24]: 6 -21.8222 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[25]: 6 -21.8222 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[28]: 6 -22.2795 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[31]: 6 -21.8222 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[93]: 6 -0.946139 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[96]: 6 -2.625 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[98]: 6 -3.5 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[99]: 6 -3.99999 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[109]: 6 -1.5 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[113]: 6 -3.25 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[115]: 6 -4.99999 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[116]: 6 -5.99999 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[130]: 6 -4.5 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[132]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[142]: 6 0 1 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[176]: 6 0 5.18089 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[187]: 6 -1.96875 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[193]: 6 0 13.3618 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[204]: 6 -1.9375 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[221]: 6 -1.875 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[223]: 6 0 1.82152 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[224]: 6 0 7.64304 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[225]: 6 0 11.8618 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[226]: 6 0 26.7236 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[257]: 6 0 16.2861 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[258]: 6 0 36.5722 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[259]: 6 0 33.8155 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[324]: 6 0 22.2815 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[329]: 6 -2.875 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[332]: 6 -1.5 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[333]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[334]: 6 -1.875 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[338]: 6 -1.875 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[339]: 6 -1.96875 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[434]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[447]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[448]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[451]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[452]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[453]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[469]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[493]: 6 0 0.417683 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[503]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[532]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[537]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[548]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[554]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[560]: 6 -23.0399 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[697]: 6 0 1 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[701]: 6 0 1 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[705]: 6 -1.99219 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[709]: 6 0 1 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[716]: 6 0 2 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[726]: 6 -0.794621 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[729]: 6 0 5.18089 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[741]: 6 -0.794621 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[745]: 6 0 1 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[747]: 6 -66.4472 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[762]: 6 -64.4472 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[763]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[764]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[778]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[780]: 6 -1.75 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[881]: 6 0 1 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[888]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[935]: 6 0 42.6443 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[951]: 6 0 2 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[984]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[985]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[988]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[989]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[990]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1001]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1004]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1005]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1006]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1017]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1021]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1022]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1032]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1036]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1037]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1044]: 6 -1.875 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1057]: 6 0 52.1922 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1064]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1068]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1069]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1072]: 6 0 54.1922 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1101]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1118]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1124]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1128]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1134]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1140]: 6 -1.5 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1148]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1149]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1210]: 6 -0.500001 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1224]: 6 -0.000977413 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1228]: 6 -0.500001 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1241]: 6 -0.00195346 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1254]: 6 -5.99999 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1258]: 6 -0.003907 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1270]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1272]: 6 -0.00781309 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1286]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1289]: 6 -0.0156254 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1306]: 6 -0.0312506 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1323]: 6 -0.0625008 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1327]: 6 -0.79462 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1334]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1341]: 6 -1.5 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1348]: 6 -28.7236 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1357]: 6 -0.25 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1365]: 6 -36.8155 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1403]: 6 -1.125 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1420]: 6 -0.250001 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1422]: 6 -0.25 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1428]: 6 -0.25 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1445]: 6 -0.500001 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1461]: 6 -1.03125 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1484]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1569]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1574]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1578]: 6 -22.5722 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1581]: 6 -0.250001 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1590]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1605]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1621]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1624]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1626]: 6 -1.00228 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1654]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1655]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1657]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1672]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1689]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1710]: 6 -1 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1716]: 6 0 0.458334 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1751]: 6 -1.00001 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1752]: 6 -1.00002 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1753]: 6 -1.00003 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1754]: 6 -1.00006 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1756]: 6 -1.00024 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1758]: 6 -1.00098 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1759]: 6 -1.00195 0 shouldn't be
1277.12/1280.52	WSVECS04 Frhs2[1761]: 6 -1.00781 0 shouldn't be
1474.00/1477.90	c #Conflicts:     907000 | #Constraints:      32901
1474.00/1477.90	c #Conflicts:     908000 | #Constraints:      33901
1474.00/1477.90	c #Conflicts:     909000 | #Constraints:      34901
1474.00/1477.90	c #Conflicts:     910000 | #Constraints:      35901
1474.00/1477.90	c #Conflicts:     911000 | #Constraints:      36901
1474.00/1477.90	c #Conflicts:     912000 | #Constraints:      37901
1474.00/1477.90	c #Conflicts:     913000 | #Constraints:      38901
1474.00/1477.90	c #Conflicts:     914000 | #Constraints:      39901
1474.00/1477.90	c #Conflicts:     915000 | #Constraints:      40901
1474.00/1477.90	c #Conflicts:     916000 | #Constraints:      41902
1474.00/1477.90	c #Conflicts:     917000 | #Constraints:      42902
1474.00/1477.90	c #Conflicts:     918000 | #Constraints:      43902
1474.00/1477.90	c #Conflicts:     919000 | #Constraints:      44902
1474.00/1477.90	c #Conflicts:     920000 | #Constraints:      45902
1474.00/1477.90	c #Conflicts:     921000 | #Constraints:      46902
1474.00/1477.90	c #Conflicts:     922000 | #Constraints:      47902
1474.00/1477.90	c #Conflicts:     923000 | #Constraints:      48902
1474.00/1477.90	c #Conflicts:     924000 | #Constraints:      49902
1474.00/1477.90	c #Conflicts:     925000 | #Constraints:      50902
1474.00/1477.90	c #Conflicts:     926000 | #Constraints:      51902
1474.00/1477.90	c #Conflicts:     927000 | #Constraints:      52903
1474.00/1477.90	c #Conflicts:     928000 | #Constraints:      53904
1474.00/1477.90	c #Conflicts:     929000 | #Constraints:      54904
1474.00/1477.90	c #Conflicts:     930000 | #Constraints:      55904
1474.00/1477.90	c #Conflicts:     931000 | #Constraints:      56904
1474.00/1477.90	c #Conflicts:     932000 | #Constraints:      57904
1474.00/1477.90	c #Conflicts:     933000 | #Constraints:      58904
1474.00/1477.90	c #Conflicts:     934000 | #Constraints:      59904
1474.00/1477.90	c #Conflicts:     935000 | #Constraints:      60904
1474.00/1477.90	c #Conflicts:     936000 | #Constraints:      61904
1474.00/1477.90	c #Conflicts:     937000 | #Constraints:      62904
1474.00/1477.90	c #Conflicts:     938000 | #Constraints:      63907
1474.00/1477.90	c #Conflicts:     939000 | #Constraints:      64907
1474.00/1477.90	c #Conflicts:     940000 | #Constraints:      65907
1474.00/1477.90	c #Conflicts:     941000 | #Constraints:      66907
1474.00/1477.90	c #Conflicts:     942000 | #Constraints:      67907
1474.00/1477.90	c #Conflicts:     943000 | #Constraints:      68907
1474.00/1477.90	c #Conflicts:     944000 | #Constraints:      69907
1474.00/1477.90	c #Conflicts:     945000 | #Constraints:      70908
1474.00/1477.90	c #Conflicts:     946000 | #Constraints:      71908
1474.00/1477.90	c #Conflicts:     947000 | #Constraints:      72908
1474.00/1477.90	c #Conflicts:     948000 | #Constraints:      73908
1474.00/1477.90	c #Conflicts:     949000 | #Constraints:      74908
1474.00/1477.90	c #Conflicts:     950000 | #Constraints:      75908
1474.00/1477.90	c #Conflicts:     951000 | #Constraints:      76909
1474.00/1477.90	c #Conflicts:     952000 | #Constraints:      77909
1474.00/1477.90	c #Conflicts:     953000 | #Constraints:      78910
1474.00/1477.90	c #Conflicts:     954000 | #Constraints:      79910
1474.00/1477.90	c #Conflicts:     955000 | #Constraints:      80910
1474.00/1477.90	c #Conflicts:     956000 | #Constraints:      81910
1474.00/1477.90	c #Conflicts:     957000 | #Constraints:      82910
1474.00/1477.90	c #Conflicts:     958000 | #Constraints:      83910
1474.00/1477.90	c #Conflicts:     959000 | #Constraints:      84910
1474.00/1477.90	c #Conflicts:     960000 | #Constraints:      85911
1474.00/1477.90	c #Conflicts:     961000 | #Constraints:      86911
1474.00/1477.90	c #Conflicts:     962000 | #Constraints:      87911
1474.00/1477.90	c #Conflicts:     963000 | #Constraints:      88911
1474.00/1477.90	c #Conflicts:     964000 | #Constraints:      89911
1474.00/1477.90	c #Conflicts:     965000 | #Constraints:      90911
1474.00/1477.90	c #Conflicts:     966000 | #Constraints:      91911
1474.00/1477.90	c #Conflicts:     967000 | #Constraints:      92912
1474.00/1477.90	c #Conflicts:     968000 | #Constraints:      93912
1474.00/1477.90	c #Conflicts:     969000 | #Constraints:      94912
1474.00/1477.90	c #Conflicts:     970000 | #Constraints:      95912
1474.00/1477.90	c #Conflicts:     971000 | #Constraints:      96912
1474.00/1477.90	c #Conflicts:     972000 | #Constraints:      97912
1474.00/1477.90	c #Conflicts:     973000 | #Constraints:      98912
1474.00/1477.90	c #Conflicts:     974000 | #Constraints:      99913
1474.00/1477.90	c #Conflicts:     975000 | #Constraints:     100913
1474.00/1477.90	c INPROCESSING
1474.00/1477.90	c GARBAGE COLLECT
1474.00/1477.90	WSVECS04 Frhs2[3]: 6 -1.00008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[69]: 6 -1.00001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[74]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[78]: 6 -3.93759 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[79]: 6 -3.87508 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[80]: 6 -1.75007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[95]: 6 -1.93756 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[125]: 6 -1.00008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[131]: 6 -1.00002 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[157]: 6 -1.00002 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[163]: 6 -1.00007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[206]: 6 -1.00008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[208]: 6 -1.00002 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[214]: 6 -1.37506 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[239]: 6 -1.00001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[273]: 6 -1.0001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[291]: 6 -1.00004 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[306]: 6 -1.0001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[326]: 6 -1.50008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[327]: 6 -1.00005 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[329]: 6 -2.00003 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[331]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[334]: 6 -1.00005 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[336]: 6 -1.5001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[337]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[356]: 6 0 2.00004 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[360]: 6 0 4094.52 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[363]: 6 0 4095.52 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[368]: 6 0 4095.52 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[377]: 6 -1.99223 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[380]: 6 -1.00004 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[387]: 6 -1.75003 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[389]: 6 0 4094.55 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[391]: 6 -4099.01 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[412]: 6 -1.00008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[416]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[419]: 6 -1.99225 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[421]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[474]: 6 0 4095.52 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[482]: 6 -1.00001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[487]: 6 -1.87507 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[493]: 6 -0.489884 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[504]: 6 -1.75001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[513]: 6 -1.00004 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[516]: 6 -1.50008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[519]: 6 -1.75007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[561]: 6 -1.93757 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[574]: 6 -1.75007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[581]: 6 -1.00003 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[586]: 6 -1.0001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[589]: 6 -1.87508 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[591]: 6 -1.50002 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[661]: 6 -2.00006 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[733]: 6 -1.84381 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[775]: 6 -1.87508 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[805]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[811]: 6 0 1.00002 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[827]: 6 0 2.75006 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[837]: 6 -1.00005 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[853]: 6 -1.00003 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[874]: 6 0 1.25006 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[879]: 6 0 1.00001 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[889]: 6 -1.50002 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[935]: 6 -1.00007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[942]: 6 -3.99616 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[951]: 6 -1.00002 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[959]: 6 0 2.51569 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[967]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1056]: 6 -1.50004 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1103]: 6 0 2.37509 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1159]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1165]: 6 -1.001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1169]: 6 -1.00008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1170]: 6 -0.12506 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1171]: 6 -0.750044 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1175]: 6 -0.500068 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1177]: 6 -1.00004 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1182]: 6 -0.00203682 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1183]: 6 -0.500047 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1187]: 6 -0.50006 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1191]: 6 -1.50009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1199]: 6 -1.97271 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1203]: 6 -1.75005 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1208]: 6 -1.00004 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1217]: 6 -2.93753 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1233]: 6 -0.953212 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1241]: 6 -0.0156872 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1250]: 6 -0.906333 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1253]: 6 -1.00007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1258]: 6 -0.0313119 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1261]: 6 -1.0001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1267]: 6 -0.812564 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1275]: 6 -0.0625581 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1284]: 6 -0.625056 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1286]: 6 -0.0156831 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1296]: 6 -1.0001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1298]: 6 -0.125056 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1360]: 6 -0.0625444 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1361]: 6 -1.00003 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1377]: 6 -0.125023 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1395]: 6 -1.00001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1420]: 6 -0.500047 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1429]: 6 -1.00007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1431]: 6 0 0.750084 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1448]: 6 -1.50006 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1450]: 6 -1.00005 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1453]: 6 -1.00006 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1454]: 6 -0.250071 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1455]: 6 -0.500062 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1456]: 6 -1.00002 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1457]: 6 -1.00001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1458]: 6 -0.500097 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1460]: 6 -0.00394219 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1462]: 6 -4.81371e-05 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1465]: 6 -1.00005 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1467]: 6 -1.00008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1470]: 6 -0.812537 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1476]: 6 -1.99613 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1477]: 6 0 0.992253 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1478]: 6 -5.00001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1479]: 6 -1.00008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1482]: 6 -0.503983 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1484]: 6 -0.750024 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1487]: 6 -0.625023 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1494]: 6 0 2.98447 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1495]: 6 -9.00005 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1496]: 6 -4.24561e-05 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1497]: 6 0 4095.52 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1511]: 6 0 6.96876 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1512]: 6 -17 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1513]: 6 -8.46207e-05 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1528]: 6 0 14.9376 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1529]: 6 -33 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1530]: 6 -0.000168004 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1533]: 6 -0.0312986 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1535]: 6 -1.00003 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1539]: 6 -0.500061 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1545]: 6 0 30.8751 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1546]: 6 -65 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1547]: 6 -0.000282302 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1556]: 6 -1.00001 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1562]: 6 0 62.75 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1563]: 6 -129 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1564]: 6 -0.000574465 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1571]: 6 -1.50008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1580]: 6 -257 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1581]: 6 -0.00104819 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1596]: 6 0 254 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1598]: 6 -0.0020296 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1608]: 6 -2.06257 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1612]: 6 0 4096.46 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1613]: 6 0 511.127 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1614]: 6 -1025 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1632]: 6 -1.02346 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1640]: 6 -1.37508 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1657]: 6 -1.75008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1716]: 6 -1.00008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1739]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1740]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1741]: 6 -1.00007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1742]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1743]: 6 -1.00004 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1745]: 6 -1.00006 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1746]: 6 -1.00009 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1747]: 6 -1.00005 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1748]: 6 -1.00008 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1749]: 6 -1.00007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1750]: 6 -3.00005 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1751]: 6 -1.00005 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1753]: 6 -1.00015 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1754]: 6 -1.00019 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1755]: 6 -1.00027 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1756]: 6 -1.00054 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1757]: 6 -1.00103 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1758]: 6 -1.00204 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1759]: 6 -1.00394 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1760]: 6 -1.00791 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1762]: 6 -1.03131 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1763]: 6 -1.06256 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1765]: 6 -1.25007 0 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1767]: 6 0 4094.52 shouldn't be
1474.00/1477.90	WSVECS04 Frhs2[1771]: 6 -1.00006 0 shouldn't be
1474.30/1478.21	c rational objective 5.91025
1492.95/1496.95	c #Conflicts:     976000 | #Constraints:      53240
1492.95/1496.95	c #Conflicts:     977000 | #Constraints:      54240
1492.95/1496.95	c #Conflicts:     978000 | #Constraints:      55240
1492.95/1496.95	c #Conflicts:     979000 | #Constraints:      56240
1492.95/1496.95	c #Conflicts:     980000 | #Constraints:      57240
1492.95/1496.95	c #Conflicts:     981000 | #Constraints:      58240
1492.95/1496.95	c #Conflicts:     982000 | #Constraints:      59240
1492.95/1496.95	c #Conflicts:     983000 | #Constraints:      60241
1492.95/1496.95	c #Conflicts:     984000 | #Constraints:      61241
1492.95/1496.95	c #Conflicts:     985000 | #Constraints:      62241
1492.95/1496.95	c #Conflicts:     986000 | #Constraints:      63241
1492.95/1496.95	c #Conflicts:     987000 | #Constraints:      64241
1492.95/1496.95	c #Conflicts:     988000 | #Constraints:      65241
1492.95/1496.95	c #Conflicts:     989000 | #Constraints:      66241
1492.95/1496.95	c #Conflicts:     990000 | #Constraints:      67241
1492.95/1496.95	c #Conflicts:     991000 | #Constraints:      68241
1492.95/1496.95	c #Conflicts:     992000 | #Constraints:      69241
1492.95/1496.95	c #Conflicts:     993000 | #Constraints:      70241
1492.95/1496.95	WSVECS04 Frhs2[892]: 6 0 4.32813 shouldn't be
1492.95/1496.95	WSVECS04 Frhs2[894]: 6 0 3.125 shouldn't be
1492.95/1496.95	WSVECS04 Frhs2[899]: 6 0 3.00001 shouldn't be
1492.95/1496.95	WSVECS04 Frhs2[911]: 6 0 4.33594 shouldn't be
1492.95/1496.95	WSVECS04 Frhs2[914]: 6 0 5.00001 shouldn't be
1492.95/1496.95	WSVECS04 Frhs2[926]: 6 0 6.00781 shouldn't be
1492.95/1496.95	WSVECS04 Frhs2[946]: 6 0 1 shouldn't be
1492.95/1496.95	WSVECS04 Frhs2[1102]: 6 0 0.228233 shouldn't be
1505.11/1509.11	c #Conflicts:     994000 | #Constraints:      71242
1505.11/1509.11	c #Conflicts:     995000 | #Constraints:      72242
1505.11/1509.11	c #Conflicts:     996000 | #Constraints:      73242
1505.11/1509.11	c #Conflicts:     997000 | #Constraints:      74242
1505.11/1509.11	c #Conflicts:     998000 | #Constraints:      75242
1505.11/1509.11	c #Conflicts:     999000 | #Constraints:      76242
1505.11/1509.11	c INPROCESSING
1505.11/1509.11	c GARBAGE COLLECT
1505.11/1509.11	WSVECS04 Frhs2[5]: 6 -7.00004 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[9]: 6 -1.00007 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[15]: 6 -1.00006 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[16]: 6 -2.6001 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[30]: 6 -1.75008 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[98]: 6 -1.87504 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[108]: 6 -1.50005 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[178]: 6 -1.50007 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[277]: 6 -1.75008 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[279]: 6 -1.00008 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[280]: 6 -1.50006 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[287]: 6 -1.00007 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[294]: 6 -1.50007 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[295]: 6 -1.00003 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[296]: 6 -1.00007 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[297]: 6 -1.00002 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[335]: 6 -2.00005 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[339]: 6 -1.96884 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[393]: 6 -1.00009 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[396]: 6 -2.00699 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[407]: 6 -1.50006 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[413]: 6 -2.01388 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[417]: 6 -1.99809 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[423]: 6 -3.00009 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[430]: 6 -2.02761 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[434]: 6 -1.99614 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[441]: 6 -1.00004 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[447]: 6 -2.0552 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[451]: 6 -1.99223 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[458]: 6 -0.500012 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[495]: 6 -1.75003 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[536]: 6 -1.75003 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[542]: 6 -1.00002 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[570]: 6 -1.00004 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[635]: 6 -1.03134 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[640]: 6 0 1.81254 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[709]: 6 0 1.00007 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[719]: 6 0 1.00009 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[722]: 6 -1.00004 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[831]: 6 0 0.0156935 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[841]: 6 -1.00006 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[845]: 6 0 0.558383 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[857]: 6 -1.00002 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[858]: 6 -1.00009 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[859]: 6 -1.00004 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[957]: 6 0 2.99809 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[971]: 6 -0.970769 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1116]: 6 -1.96883 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1163]: 6 -0.125014 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1165]: 6 -1.00009 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1180]: 6 -0.250049 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1200]: 6 -2.75104 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1210]: 6 -0.50003 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1231]: 6 -1.06258 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1250]: 6 -0.125062 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1252]: 6 0 0.843823 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1267]: 6 -0.250075 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1268]: 6 -1.98446 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1278]: 6 0 0.0429958 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1296]: 6 -1.95318 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1347]: 6 -1.1251 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1369]: 6 -2.06252 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1383]: 6 -1.00001 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1385]: 6 -1.00004 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1388]: 6 -1.50005 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1399]: 6 -0.750016 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1401]: 6 -1.00006 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1402]: 6 -0.500013 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1416]: 6 -0.500022 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1420]: 6 -1.2792 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1426]: 6 -0.250046 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1434]: 6 -1.00007 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1435]: 6 -0.333407 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1436]: 6 -2.22092 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1439]: 6 0 0.798191 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1448]: 6 -2.7501 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1470]: 6 -1.00007 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1473]: 6 -1.00028 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1477]: 6 -0.968833 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1489]: 6 -0.750083 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1490]: 6 -1.00055 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1500]: 6 0 0.994177 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1508]: 6 0 1.00004 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1557]: 6 -2.00396 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1605]: 6 -0.367271 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1630]: 6 -1.00002 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1672]: 6 -0.937585 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1681]: 6 0 0.500083 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1700]: 6 -2.00004 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1752]: 6 -1.0001 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1754]: 6 -1.00022 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1756]: 6 -1.00077 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1757]: 6 -1.00155 0 shouldn't be
1505.11/1509.11	WSVECS04 Frhs2[1765]: 6 -1.12501 0 shouldn't be
1505.41/1509.44	c rational objective 5.06348
1594.46/1598.76	c #Conflicts:    1000000 | #Constraints:      40636
1594.46/1598.76	c #Conflicts:    1001000 | #Constraints:      41636
1594.46/1598.76	c #Conflicts:    1002000 | #Constraints:      42636
1594.46/1598.76	c #Conflicts:    1003000 | #Constraints:      43636
1594.46/1598.76	c #Conflicts:    1004000 | #Constraints:      44636
1594.46/1598.76	c #Conflicts:    1005000 | #Constraints:      45636
1594.46/1598.76	c #Conflicts:    1006000 | #Constraints:      46636
1594.46/1598.76	c #Conflicts:    1007000 | #Constraints:      47636
1594.46/1598.76	c #Conflicts:    1008000 | #Constraints:      48636
1594.46/1598.76	c #Conflicts:    1009000 | #Constraints:      49636
1594.46/1598.76	c #Conflicts:    1010000 | #Constraints:      50636
1594.46/1598.76	c #Conflicts:    1011000 | #Constraints:      51636
1594.46/1598.76	c #Conflicts:    1012000 | #Constraints:      52636
1594.46/1598.76	c #Conflicts:    1013000 | #Constraints:      53636
1594.46/1598.76	c #Conflicts:    1014000 | #Constraints:      54636
1594.46/1598.76	c #Conflicts:    1015000 | #Constraints:      55637
1594.46/1598.76	c #Conflicts:    1016000 | #Constraints:      56637
1594.46/1598.76	c #Conflicts:    1017000 | #Constraints:      57637
1594.46/1598.76	c #Conflicts:    1018000 | #Constraints:      58637
1594.46/1598.76	c #Conflicts:    1019000 | #Constraints:      59637
1594.46/1598.76	c #Conflicts:    1020000 | #Constraints:      60637
1594.46/1598.76	c #Conflicts:    1021000 | #Constraints:      61637
1594.46/1598.76	c #Conflicts:    1022000 | #Constraints:      62638
1594.46/1598.76	c #Conflicts:    1023000 | #Constraints:      63638
1594.46/1598.76	c #Conflicts:    1024000 | #Constraints:      64638
1594.46/1598.76	c INPROCESSING
1594.46/1598.76	c GARBAGE COLLECT
1594.46/1598.76	c rational objective 5.92753
1735.78/1740.40	c #Conflicts:    1025000 | #Constraints:      34917
1735.78/1740.40	c #Conflicts:    1026000 | #Constraints:      35918
1735.78/1740.40	c #Conflicts:    1027000 | #Constraints:      36918
1735.78/1740.40	c #Conflicts:    1028000 | #Constraints:      37918
1735.78/1740.40	c #Conflicts:    1029000 | #Constraints:      38918
1735.78/1740.40	c #Conflicts:    1030000 | #Constraints:      39918
1735.78/1740.40	c #Conflicts:    1031000 | #Constraints:      40919
1735.78/1740.40	c #Conflicts:    1032000 | #Constraints:      41919
1735.78/1740.40	c #Conflicts:    1033000 | #Constraints:      42919
1735.78/1740.40	c #Conflicts:    1034000 | #Constraints:      43919
1735.78/1740.40	c #Conflicts:    1035000 | #Constraints:      44919
1735.78/1740.40	c #Conflicts:    1036000 | #Constraints:      45919
1735.78/1740.40	c #Conflicts:    1037000 | #Constraints:      46919
1735.78/1740.40	c #Conflicts:    1038000 | #Constraints:      47920
1735.78/1740.40	c #Conflicts:    1039000 | #Constraints:      48921
1735.78/1740.40	c #Conflicts:    1040000 | #Constraints:      49921
1735.78/1740.40	c #Conflicts:    1041000 | #Constraints:      50921
1735.78/1740.40	c #Conflicts:    1042000 | #Constraints:      51921
1735.78/1740.40	c #Conflicts:    1043000 | #Constraints:      52921
1735.78/1740.40	c #Conflicts:    1044000 | #Constraints:      53921
1735.78/1740.40	c #Conflicts:    1045000 | #Constraints:      54921
1735.78/1740.40	c #Conflicts:    1046000 | #Constraints:      55921
1735.78/1740.40	c #Conflicts:    1047000 | #Constraints:      56921
1735.78/1740.40	c #Conflicts:    1048000 | #Constraints:      57925
1735.78/1740.40	c #Conflicts:    1049000 | #Constraints:      58925
1735.78/1740.40	c #Conflicts:    1050000 | #Constraints:      59925
1735.78/1740.40	c #Conflicts:    1051000 | #Constraints:      60925
1735.78/1740.40	c #Conflicts:    1052000 | #Constraints:      61925
1735.78/1740.40	c #Conflicts:    1053000 | #Constraints:      62925
1735.78/1740.40	c #Conflicts:    1054000 | #Constraints:      63925
1735.78/1740.40	c #Conflicts:    1055000 | #Constraints:      64925
1735.78/1740.40	c #Conflicts:    1056000 | #Constraints:      65925
1735.78/1740.40	c #Conflicts:    1057000 | #Constraints:      66925
1735.78/1740.40	c #Conflicts:    1058000 | #Constraints:      67925
1735.78/1740.40	c #Conflicts:    1059000 | #Constraints:      68925
1735.78/1740.40	c #Conflicts:    1060000 | #Constraints:      69925
1735.78/1740.40	c #Conflicts:    1061000 | #Constraints:      70925
1735.78/1740.40	c #Conflicts:    1062000 | #Constraints:      71925
1735.78/1740.40	c #Conflicts:    1063000 | #Constraints:      72925
1735.78/1740.40	c #Conflicts:    1064000 | #Constraints:      73925
1735.78/1740.40	c #Conflicts:    1065000 | #Constraints:      74925
1735.78/1740.40	c #Conflicts:    1066000 | #Constraints:      75925
1735.78/1740.40	c #Conflicts:    1067000 | #Constraints:      76925
1735.78/1740.40	c #Conflicts:    1068000 | #Constraints:      77925
1735.78/1740.40	c #Conflicts:    1069000 | #Constraints:      78925
1735.78/1740.40	c #Conflicts:    1070000 | #Constraints:      79925
1735.78/1740.40	c #Conflicts:    1071000 | #Constraints:      80925
1735.78/1740.40	c #Conflicts:    1072000 | #Constraints:      81925
1735.78/1740.40	c #Conflicts:    1073000 | #Constraints:      82925
1735.78/1740.40	c #Conflicts:    1074000 | #Constraints:      83925
1735.78/1740.40	c #Conflicts:    1075000 | #Constraints:      84925
1735.78/1740.40	c #Conflicts:    1076000 | #Constraints:      85925
1735.78/1740.40	c #Conflicts:    1077000 | #Constraints:      86925
1735.78/1740.40	c #Conflicts:    1078000 | #Constraints:      87925
1735.78/1740.40	c #Conflicts:    1079000 | #Constraints:      88925
1735.78/1740.40	c #Conflicts:    1080000 | #Constraints:      89925
1735.78/1740.40	c #Conflicts:    1081000 | #Constraints:      90925
1735.78/1740.40	c #Conflicts:    1082000 | #Constraints:      91925
1735.78/1740.40	c #Conflicts:    1083000 | #Constraints:      92925
1735.78/1740.40	c #Conflicts:    1084000 | #Constraints:      93925
1735.78/1740.40	c #Conflicts:    1085000 | #Constraints:      94925
1735.78/1740.40	c #Conflicts:    1086000 | #Constraints:      95925
1735.78/1740.40	c #Conflicts:    1087000 | #Constraints:      96925
1735.78/1740.40	c #Conflicts:    1088000 | #Constraints:      97925
1735.78/1740.40	c #Conflicts:    1089000 | #Constraints:      98925
1735.78/1740.40	c #Conflicts:    1090000 | #Constraints:      99925
1735.78/1740.40	c #Conflicts:    1091000 | #Constraints:     100925
1735.78/1740.40	c #Conflicts:    1092000 | #Constraints:     101925
1735.78/1740.40	c #Conflicts:    1093000 | #Constraints:     102925
1735.78/1740.40	c #Conflicts:    1094000 | #Constraints:     103925
1735.78/1740.40	c #Conflicts:    1095000 | #Constraints:     104925
1735.78/1740.40	c #Conflicts:    1096000 | #Constraints:     105925
1735.78/1740.40	c #Conflicts:    1097000 | #Constraints:     106925
1735.78/1740.40	c INPROCESSING
1735.78/1740.40	c GARBAGE COLLECT
1735.78/1740.40	c #Conflicts:    1098000 | #Constraints:      56219
1735.78/1740.40	c #Conflicts:    1099000 | #Constraints:      57219
1735.78/1740.40	c #Conflicts:    1100000 | #Constraints:      58219
1735.78/1740.40	c #Conflicts:    1101000 | #Constraints:      59219
1735.78/1740.40	c #Conflicts:    1102000 | #Constraints:      60219
1735.78/1740.40	c #Conflicts:    1103000 | #Constraints:      61219
1756.22/1760.91	c #Conflicts:    1104000 | #Constraints:      62219
1756.22/1760.91	c #Conflicts:    1105000 | #Constraints:      63219
1756.22/1760.91	c #Conflicts:    1106000 | #Constraints:      64219
1756.22/1760.91	c #Conflicts:    1107000 | #Constraints:      65219
1756.22/1760.91	c #Conflicts:    1108000 | #Constraints:      66219
1756.22/1760.91	c #Conflicts:    1109000 | #Constraints:      67219
1756.22/1760.91	c #Conflicts:    1110000 | #Constraints:      68219
1756.22/1760.91	c #Conflicts:    1111000 | #Constraints:      69219
1756.22/1760.91	c #Conflicts:    1112000 | #Constraints:      70219
1756.22/1760.91	c #Conflicts:    1113000 | #Constraints:      71219
1756.22/1760.91	c #Conflicts:    1114000 | #Constraints:      72219
1756.22/1760.91	c #Conflicts:    1115000 | #Constraints:      73219
1756.22/1760.91	c #Conflicts:    1116000 | #Constraints:      74219
1756.22/1760.91	c #Conflicts:    1117000 | #Constraints:      75219
1756.22/1760.91	WSVECS04 Frhs2[21]: 6 -1 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[159]: 6 -2.37694 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[391]: 6 -0.99994 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[537]: 6 -2.12476 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[544]: 6 -1.96875 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[733]: 6 -6.93785 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[746]: 6 0 2.01554 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[774]: 6 0 6.25388 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[775]: 6 0 5.50777 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[776]: 6 0 6.01554 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[808]: 6 0 3.06215 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[874]: 6 0 2 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[902]: 6 0 1 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[942]: 6 0 9 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[972]: 6 -4.99512 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[1146]: 6 0 2 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[1150]: 6 0 8.98438 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[1492]: 6 -1 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[1542]: 6 -1 0 shouldn't be
1756.22/1760.91	WSVECS04 Frhs2[1558]: 6 -1 0 shouldn't be
1857.93/1862.94	c #Conflicts:    1118000 | #Constraints:      76219
1857.93/1862.94	c #Conflicts:    1119000 | #Constraints:      77219
1857.93/1862.94	c #Conflicts:    1120000 | #Constraints:      78219
1857.93/1862.94	c #Conflicts:    1121000 | #Constraints:      79219
1857.93/1862.94	c #Conflicts:    1122000 | #Constraints:      80219
1857.93/1862.94	c #Conflicts:    1123000 | #Constraints:      81219
1857.93/1862.94	c INPROCESSING
1857.93/1862.94	c GARBAGE COLLECT
1857.93/1862.94	c #Conflicts:    1124000 | #Constraints:      43307
1857.93/1862.94	c #Conflicts:    1125000 | #Constraints:      44307
1857.93/1862.94	c #Conflicts:    1126000 | #Constraints:      45307
1857.93/1862.94	c #Conflicts:    1127000 | #Constraints:      46307
1857.93/1862.94	c #Conflicts:    1128000 | #Constraints:      47307
1857.93/1862.94	c #Conflicts:    1129000 | #Constraints:      48307
1857.93/1862.94	c #Conflicts:    1130000 | #Constraints:      49307
1857.93/1862.94	c #Conflicts:    1131000 | #Constraints:      50307
1857.93/1862.94	c #Conflicts:    1132000 | #Constraints:      51307
1857.93/1862.94	c #Conflicts:    1133000 | #Constraints:      52307
1857.93/1862.94	c #Conflicts:    1134000 | #Constraints:      53307
1857.93/1862.94	c #Conflicts:    1135000 | #Constraints:      54307
1857.93/1862.94	c #Conflicts:    1136000 | #Constraints:      55307
1857.93/1862.94	c #Conflicts:    1137000 | #Constraints:      56307
1857.93/1862.94	c #Conflicts:    1138000 | #Constraints:      57307
1857.93/1862.94	c #Conflicts:    1139000 | #Constraints:      58307
1857.93/1862.94	c #Conflicts:    1140000 | #Constraints:      59307
1857.93/1862.94	c #Conflicts:    1141000 | #Constraints:      60307
1857.93/1862.94	c #Conflicts:    1142000 | #Constraints:      61307
1857.93/1862.94	c #Conflicts:    1143000 | #Constraints:      62307
1857.93/1862.94	c #Conflicts:    1144000 | #Constraints:      63307
1857.93/1862.94	c #Conflicts:    1145000 | #Constraints:      64307
1857.93/1862.94	c #Conflicts:    1146000 | #Constraints:      65307
1857.93/1862.94	c #Conflicts:    1147000 | #Constraints:      66307
1857.93/1862.94	c #Conflicts:    1148000 | #Constraints:      67307
1857.93/1862.94	c #Conflicts:    1149000 | #Constraints:      68307
1857.93/1862.94	c INPROCESSING
1857.93/1862.94	c GARBAGE COLLECT
1857.93/1862.94	c #Conflicts:    1150000 | #Constraints:      36692
1857.93/1862.94	c #Conflicts:    1151000 | #Constraints:      37692
1857.93/1862.94	c #Conflicts:    1152000 | #Constraints:      38692
1857.93/1862.94	c #Conflicts:    1153000 | #Constraints:      39692
1857.93/1862.94	c #Conflicts:    1154000 | #Constraints:      40692
1857.93/1862.94	c #Conflicts:    1155000 | #Constraints:      41692
1857.93/1862.94	c #Conflicts:    1156000 | #Constraints:      42692
1857.93/1862.94	c #Conflicts:    1157000 | #Constraints:      43692
1857.93/1862.94	c #Conflicts:    1158000 | #Constraints:      44692
1857.93/1862.94	c #Conflicts:    1159000 | #Constraints:      45692
1857.93/1862.94	c #Conflicts:    1160000 | #Constraints:      46692
1857.93/1862.94	c #Conflicts:    1161000 | #Constraints:      47692
1857.93/1862.94	c #Conflicts:    1162000 | #Constraints:      48692
1857.93/1862.94	c #Conflicts:    1163000 | #Constraints:      49692
1857.93/1862.94	c #Conflicts:    1164000 | #Constraints:      50692
1857.93/1862.94	c #Conflicts:    1165000 | #Constraints:      51692
1857.93/1862.94	c #Conflicts:    1166000 | #Constraints:      52692
1857.93/1862.94	c #Conflicts:    1167000 | #Constraints:      53693
1857.93/1862.94	c #Conflicts:    1168000 | #Constraints:      54695
1857.93/1862.94	c #Conflicts:    1169000 | #Constraints:      55695
1857.93/1862.94	c #Conflicts:    1170000 | #Constraints:      56695
1857.93/1862.94	c #Conflicts:    1171000 | #Constraints:      57695
1857.93/1862.94	c #Conflicts:    1172000 | #Constraints:      58695
1857.93/1862.94	c #Conflicts:    1173000 | #Constraints:      59695
1857.93/1862.94	c #Conflicts:    1174000 | #Constraints:      60695
1857.93/1862.94	c #Conflicts:    1175000 | #Constraints:      61696
1857.93/1862.94	c #Conflicts:    1176000 | #Constraints:      62696
1857.93/1862.94	c #Conflicts:    1177000 | #Constraints:      63696
1857.93/1862.94	c #Conflicts:    1178000 | #Constraints:      64696
1857.93/1862.94	c #Conflicts:    1179000 | #Constraints:      65696
1857.93/1862.94	c #Conflicts:    1180000 | #Constraints:      66696
1857.93/1862.94	c #Conflicts:    1181000 | #Constraints:      67696
1857.93/1862.94	c #Conflicts:    1182000 | #Constraints:      68696
1857.93/1862.94	WSVECS04 Frhs2[6]: 6 -2536.09 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[32]: 6 -1.71179e+09 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[50]: 6 -1.0001 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[117]: 6 -1.00004 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[133]: 6 -1.00002 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[134]: 6 -1.00009 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[186]: 6 -1.00007 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[220]: 6 -1.87503 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[321]: 6 -1.00006 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[322]: 6 -1890.38 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[329]: 6 -1.87506 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[464]: 6 -1.00005 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[465]: 6 -1.00007 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[510]: 6 0 18579.9 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[550]: 6 -1.50005 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[567]: 6 -1.00007 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[572]: 6 -1.75003 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[579]: 6 -1.00006 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[583]: 6 -1.00008 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[587]: 6 -1.00004 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[595]: 6 -4997.88 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[600]: 6 -1.00003 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[601]: 6 -1.00005 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[673]: 6 0 1.00007 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[674]: 6 0 2.00007 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[705]: 6 -1.00002 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[706]: 6 -1.00008 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[707]: 6 -1.00008 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[723]: 6 -1.00005 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[737]: 6 -1.00003 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[739]: 6 -1.00005 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[753]: 6 -1.00007 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[754]: 6 -1.00006 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[770]: 6 -1.00007 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[772]: 6 -1.00002 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[786]: 6 -1.75004 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[943]: 6 0 3.42358e+09 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[952]: 6 -2.00005 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1012]: 6 -1.00002 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1016]: 6 -1.0001 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1017]: 6 -1.00003 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1020]: 6 -1.00007 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1028]: 6 -2153.62 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1032]: 6 -1.00002 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1073]: 6 0 2.67464e+07 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1112]: 6 0 2.00009 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1113]: 6 -1.00005 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1129]: 6 -1.0001 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1135]: 6 0 1.06986e+08 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1140]: 6 -118.216 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1144]: 6 -1.00001 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1148]: 6 -1.00006 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1171]: 6 -1.00001 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1178]: 6 -0.750059 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1214]: 6 -0.011798 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1267]: 6 0 30.75 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1448]: 6 -2.00002 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1580]: 6 -18.6999 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1597]: 6 -1.00007 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1635]: 6 -1.0001 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1638]: 6 -1.74415 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1652]: 6 -3.1236 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1669]: 6 -4.24711 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1686]: 6 -1.61918 0 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1716]: 6 0 1205.93 shouldn't be
1857.93/1862.94	WSVECS04 Frhs2[1723]: 6 -21.8117 0 shouldn't be
2068.28/2073.85	c #Conflicts:    1183000 | #Constraints:      69696
2068.28/2073.85	c #Conflicts:    1184000 | #Constraints:      70696
2068.28/2073.85	c #Conflicts:    1185000 | #Constraints:      71696
2068.28/2073.85	c #Conflicts:    1186000 | #Constraints:      72696
2068.28/2073.85	c #Conflicts:    1187000 | #Constraints:      73696
2068.28/2073.85	c #Conflicts:    1188000 | #Constraints:      74696
2068.28/2073.85	c #Conflicts:    1189000 | #Constraints:      75696
2068.28/2073.85	c #Conflicts:    1190000 | #Constraints:      76696
2068.28/2073.85	c #Conflicts:    1191000 | #Constraints:      77696
2068.28/2073.85	c #Conflicts:    1192000 | #Constraints:      78696
2068.28/2073.85	c #Conflicts:    1193000 | #Constraints:      79696
2068.28/2073.85	c #Conflicts:    1194000 | #Constraints:      80696
2068.28/2073.85	c #Conflicts:    1195000 | #Constraints:      81696
2068.28/2073.85	c #Conflicts:    1196000 | #Constraints:      82696
2068.28/2073.85	c #Conflicts:    1197000 | #Constraints:      83696
2068.28/2073.85	c #Conflicts:    1198000 | #Constraints:      84696
2068.28/2073.85	c #Conflicts:    1199000 | #Constraints:      85696
2068.28/2073.85	c #Conflicts:    1200000 | #Constraints:      86696
2068.28/2073.85	c #Conflicts:    1201000 | #Constraints:      87696
2068.28/2073.85	c #Conflicts:    1202000 | #Constraints:      88696
2068.28/2073.85	c #Conflicts:    1203000 | #Constraints:      89696
2068.28/2073.85	c #Conflicts:    1204000 | #Constraints:      90696
2068.28/2073.85	c #Conflicts:    1205000 | #Constraints:      91696
2068.28/2073.85	c #Conflicts:    1206000 | #Constraints:      92696
2068.28/2073.85	c #Conflicts:    1207000 | #Constraints:      93696
2068.28/2073.85	c #Conflicts:    1208000 | #Constraints:      94696
2068.28/2073.85	c #Conflicts:    1209000 | #Constraints:      95696
2068.28/2073.85	c #Conflicts:    1210000 | #Constraints:      96696
2068.28/2073.85	c #Conflicts:    1211000 | #Constraints:      97696
2068.28/2073.85	c #Conflicts:    1212000 | #Constraints:      98696
2068.28/2073.85	c #Conflicts:    1213000 | #Constraints:      99696
2068.28/2073.85	c #Conflicts:    1214000 | #Constraints:     100696
2068.28/2073.85	c #Conflicts:    1215000 | #Constraints:     101696
2068.28/2073.85	c #Conflicts:    1216000 | #Constraints:     102696
2068.28/2073.85	c #Conflicts:    1217000 | #Constraints:     103696
2068.28/2073.85	c #Conflicts:    1218000 | #Constraints:     104696
2068.28/2073.85	c #Conflicts:    1219000 | #Constraints:     105696
2068.28/2073.85	c #Conflicts:    1220000 | #Constraints:     106696
2068.28/2073.85	c #Conflicts:    1221000 | #Constraints:     107696
2068.28/2073.85	c #Conflicts:    1222000 | #Constraints:     108696
2068.28/2073.85	c #Conflicts:    1223000 | #Constraints:     109696
2068.28/2073.85	c #Conflicts:    1224000 | #Constraints:     110696
2068.28/2073.85	c #Conflicts:    1225000 | #Constraints:     111696
2068.28/2073.85	c #Conflicts:    1226000 | #Constraints:     112696
2068.28/2073.85	c INPROCESSING
2068.28/2073.85	c GARBAGE COLLECT
2068.28/2073.85	c #Conflicts:    1227000 | #Constraints:      58943
2068.28/2073.85	c #Conflicts:    1228000 | #Constraints:      59943
2068.28/2073.85	c #Conflicts:    1229000 | #Constraints:      60943
2068.28/2073.85	c #Conflicts:    1230000 | #Constraints:      61943
2068.28/2073.85	c #Conflicts:    1231000 | #Constraints:      62943
2068.28/2073.85	c #Conflicts:    1232000 | #Constraints:      63943
2068.28/2073.85	c #Conflicts:    1233000 | #Constraints:      64943
2068.28/2073.85	c #Conflicts:    1234000 | #Constraints:      65943
2068.28/2073.85	c #Conflicts:    1235000 | #Constraints:      66943
2068.28/2073.85	c #Conflicts:    1236000 | #Constraints:      67943
2068.28/2073.85	c #Conflicts:    1237000 | #Constraints:      68943
2068.28/2073.85	c #Conflicts:    1238000 | #Constraints:      69943
2068.28/2073.85	c #Conflicts:    1239000 | #Constraints:      70943
2068.28/2073.85	c #Conflicts:    1240000 | #Constraints:      71943
2068.28/2073.85	c #Conflicts:    1241000 | #Constraints:      72943
2068.28/2073.85	c #Conflicts:    1242000 | #Constraints:      73943
2068.28/2073.85	c #Conflicts:    1243000 | #Constraints:      74943
2068.28/2073.85	c #Conflicts:    1244000 | #Constraints:      75943
2068.28/2073.85	c #Conflicts:    1245000 | #Constraints:      76943
2068.28/2073.85	c #Conflicts:    1246000 | #Constraints:      77943
2068.28/2073.85	c #Conflicts:    1247000 | #Constraints:      78943
2068.28/2073.85	c #Conflicts:    1248000 | #Constraints:      79943
2068.28/2073.85	c #Conflicts:    1249000 | #Constraints:      80943
2068.28/2073.85	c #Conflicts:    1250000 | #Constraints:      81943
2068.28/2073.85	c #Conflicts:    1251000 | #Constraints:      82943
2068.28/2073.85	c #Conflicts:    1252000 | #Constraints:      83943
2068.28/2073.85	c #Conflicts:    1253000 | #Constraints:      84943
2068.28/2073.85	c #Conflicts:    1254000 | #Constraints:      85943
2068.28/2073.85	c INPROCESSING
2068.28/2073.85	c GARBAGE COLLECT
2068.28/2073.85	c #Conflicts:    1255000 | #Constraints:      45761
2068.28/2073.85	c #Conflicts:    1256000 | #Constraints:      46761
2068.28/2073.85	c #Conflicts:    1257000 | #Constraints:      47761
2068.28/2073.85	c #Conflicts:    1258000 | #Constraints:      48761
2068.28/2073.85	c #Conflicts:    1259000 | #Constraints:      49761
2068.28/2073.85	c #Conflicts:    1260000 | #Constraints:      50761
2138.41/2144.13	c #Conflicts:    1261000 | #Constraints:      51761
2138.41/2144.13	c #Conflicts:    1262000 | #Constraints:      52761
2138.41/2144.13	c #Conflicts:    1263000 | #Constraints:      53761
2138.41/2144.13	c #Conflicts:    1264000 | #Constraints:      54761
2138.41/2144.13	c #Conflicts:    1265000 | #Constraints:      55761
2138.41/2144.13	c #Conflicts:    1266000 | #Constraints:      56761
2138.41/2144.13	c #Conflicts:    1267000 | #Constraints:      57761
2138.41/2144.13	c #Conflicts:    1268000 | #Constraints:      58761
2138.41/2144.13	c #Conflicts:    1269000 | #Constraints:      59761
2138.41/2144.13	c #Conflicts:    1270000 | #Constraints:      60761
2138.41/2144.13	c #Conflicts:    1271000 | #Constraints:      61761
2138.41/2144.13	c #Conflicts:    1272000 | #Constraints:      62761
2138.41/2144.13	c #Conflicts:    1273000 | #Constraints:      63761
2138.41/2144.13	c #Conflicts:    1274000 | #Constraints:      64761
2138.41/2144.13	c #Conflicts:    1275000 | #Constraints:      65761
2138.41/2144.13	c #Conflicts:    1276000 | #Constraints:      66761
2138.41/2144.13	c #Conflicts:    1277000 | #Constraints:      67761
2138.41/2144.13	c #Conflicts:    1278000 | #Constraints:      68761
2138.41/2144.13	c #Conflicts:    1279000 | #Constraints:      69761
2138.41/2144.13	c #Conflicts:    1280000 | #Constraints:      70761
2138.41/2144.13	c #Conflicts:    1281000 | #Constraints:      71761
2138.41/2144.13	c INPROCESSING
2138.41/2144.13	c GARBAGE COLLECT
2138.41/2144.13	c #Conflicts:    1282000 | #Constraints:      38267
2138.41/2144.13	c #Conflicts:    1283000 | #Constraints:      39267
2138.41/2144.13	c #Conflicts:    1284000 | #Constraints:      40267
2138.41/2144.13	c #Conflicts:    1285000 | #Constraints:      41267
2138.41/2144.13	c #Conflicts:    1286000 | #Constraints:      42267
2138.41/2144.13	c #Conflicts:    1287000 | #Constraints:      43267
2138.41/2144.13	c #Conflicts:    1288000 | #Constraints:      44267
2138.41/2144.13	c #Conflicts:    1289000 | #Constraints:      45267
2138.41/2144.13	c #Conflicts:    1290000 | #Constraints:      46267
2138.41/2144.13	c #Conflicts:    1291000 | #Constraints:      47267
2138.41/2144.13	c #Conflicts:    1292000 | #Constraints:      48267
2138.41/2144.13	c #Conflicts:    1293000 | #Constraints:      49268
2138.41/2144.13	c #Conflicts:    1294000 | #Constraints:      50268
2138.41/2144.13	c #Conflicts:    1295000 | #Constraints:      51268
2138.41/2144.13	c #Conflicts:    1296000 | #Constraints:      52268
2138.41/2144.13	c #Conflicts:    1297000 | #Constraints:      53268
2138.41/2144.13	c #Conflicts:    1298000 | #Constraints:      54268
2138.41/2144.13	c #Conflicts:    1299000 | #Constraints:      55268
2138.41/2144.13	c #Conflicts:    1300000 | #Constraints:      56268
2138.41/2144.13	c #Conflicts:    1301000 | #Constraints:      57268
2138.41/2144.13	c #Conflicts:    1302000 | #Constraints:      58268
2138.41/2144.13	c #Conflicts:    1303000 | #Constraints:      59268
2138.41/2144.13	c #Conflicts:    1304000 | #Constraints:      60268
2138.41/2144.13	c #Conflicts:    1305000 | #Constraints:      61268
2138.41/2144.13	c #Conflicts:    1306000 | #Constraints:      62268
2138.41/2144.13	c #Conflicts:    1307000 | #Constraints:      63268
2138.41/2144.13	c #Conflicts:    1308000 | #Constraints:      64268
2138.41/2144.13	WSVECS04 Frhs2[16]: 6 -3.5 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[292]: 6 -2.22222 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[300]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[302]: 6 -1.5 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[303]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[629]: 6 0 2.88653 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[641]: 6 0 5 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[651]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[667]: 6 -5.50781 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[693]: 6 0 1.18453 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[707]: 6 0 1 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[725]: 6 0 4.26188 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[736]: 6 -1.875 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[741]: 6 0 1 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[757]: 6 0 1 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[785]: 6 -0.0605476 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[801]: 6 0 2 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[812]: 6 -3 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[816]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[833]: 6 0 9.48438 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[835]: 6 0 1.0625 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[844]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[860]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[885]: 6 0 0.943267 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[891]: 6 0 1 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[905]: 6 0 0.0625008 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[914]: 6 0 2 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[941]: 6 0 4.75195 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[944]: 6 0 3.01563 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[1107]: 6 -2.5 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[1164]: 6 -1.12549 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[1202]: 6 -2.51562 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[1219]: 6 -4.03125 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[1221]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[1334]: 6 -2 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[1368]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[1387]: 6 -1 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[1563]: 6 -0.875001 0 shouldn't be
2138.41/2144.13	WSVECS04 Frhs2[1631]: 6 -1.9375 0 shouldn't be
2343.90/2350.19	c #Conflicts:    1309000 | #Constraints:      65281
2343.90/2350.19	c #Conflicts:    1310000 | #Constraints:      66281
2343.90/2350.19	c #Conflicts:    1311000 | #Constraints:      67281
2343.90/2350.19	c #Conflicts:    1312000 | #Constraints:      68281
2343.90/2350.19	c #Conflicts:    1313000 | #Constraints:      69281
2343.90/2350.19	c #Conflicts:    1314000 | #Constraints:      70281
2343.90/2350.19	c #Conflicts:    1315000 | #Constraints:      71281
2343.90/2350.19	c #Conflicts:    1316000 | #Constraints:      72281
2343.90/2350.19	c #Conflicts:    1317000 | #Constraints:      73281
2343.90/2350.19	c #Conflicts:    1318000 | #Constraints:      74281
2343.90/2350.19	c #Conflicts:    1319000 | #Constraints:      75281
2343.90/2350.19	c #Conflicts:    1320000 | #Constraints:      76281
2343.90/2350.19	c #Conflicts:    1321000 | #Constraints:      77281
2343.90/2350.19	c #Conflicts:    1322000 | #Constraints:      78281
2343.90/2350.19	c #Conflicts:    1323000 | #Constraints:      79281
2343.90/2350.19	c #Conflicts:    1324000 | #Constraints:      80281
2343.90/2350.19	c #Conflicts:    1325000 | #Constraints:      81281
2343.90/2350.19	c #Conflicts:    1326000 | #Constraints:      82281
2343.90/2350.19	c #Conflicts:    1327000 | #Constraints:      83281
2343.90/2350.19	c #Conflicts:    1328000 | #Constraints:      84281
2343.90/2350.19	c #Conflicts:    1329000 | #Constraints:      85281
2343.90/2350.19	c #Conflicts:    1330000 | #Constraints:      86281
2343.90/2350.19	c #Conflicts:    1331000 | #Constraints:      87281
2343.90/2350.19	c #Conflicts:    1332000 | #Constraints:      88281
2343.90/2350.19	c #Conflicts:    1333000 | #Constraints:      89281
2343.90/2350.19	c #Conflicts:    1334000 | #Constraints:      90281
2343.90/2350.19	c #Conflicts:    1335000 | #Constraints:      91281
2343.90/2350.19	c #Conflicts:    1336000 | #Constraints:      92281
2343.90/2350.19	c #Conflicts:    1337000 | #Constraints:      93281
2343.90/2350.19	c #Conflicts:    1338000 | #Constraints:      94281
2343.90/2350.19	c #Conflicts:    1339000 | #Constraints:      95281
2343.90/2350.19	c #Conflicts:    1340000 | #Constraints:      96281
2343.90/2350.19	c #Conflicts:    1341000 | #Constraints:      97281
2343.90/2350.19	c #Conflicts:    1342000 | #Constraints:      98282
2343.90/2350.19	c #Conflicts:    1343000 | #Constraints:      99282
2343.90/2350.19	c #Conflicts:    1344000 | #Constraints:     100282
2343.90/2350.19	c #Conflicts:    1345000 | #Constraints:     101282
2343.90/2350.19	c #Conflicts:    1346000 | #Constraints:     102282
2343.90/2350.19	c #Conflicts:    1347000 | #Constraints:     103282
2343.90/2350.19	c #Conflicts:    1348000 | #Constraints:     104282
2343.90/2350.19	c #Conflicts:    1349000 | #Constraints:     105282
2343.90/2350.19	c #Conflicts:    1350000 | #Constraints:     106282
2343.90/2350.19	c #Conflicts:    1351000 | #Constraints:     107282
2343.90/2350.19	c #Conflicts:    1352000 | #Constraints:     108282
2343.90/2350.19	c #Conflicts:    1353000 | #Constraints:     109282
2343.90/2350.19	c #Conflicts:    1354000 | #Constraints:     110282
2343.90/2350.19	c #Conflicts:    1355000 | #Constraints:     111282
2343.90/2350.19	c #Conflicts:    1356000 | #Constraints:     112282
2343.90/2350.19	c #Conflicts:    1357000 | #Constraints:     113282
2343.90/2350.19	c #Conflicts:    1358000 | #Constraints:     114283
2343.90/2350.19	c #Conflicts:    1359000 | #Constraints:     115283
2343.90/2350.19	c #Conflicts:    1360000 | #Constraints:     116283
2343.90/2350.19	c #Conflicts:    1361000 | #Constraints:     117283
2343.90/2350.19	c #Conflicts:    1362000 | #Constraints:     118283
2343.90/2350.19	c INPROCESSING
2343.90/2350.19	c GARBAGE COLLECT
2343.90/2350.19	WSVECS04 Frhs2[18]: 6 0 803.119 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[37]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[39]: 6 -1.00002 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[42]: 6 -1.0001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[45]: 6 -2.00003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[49]: 6 -2 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[51]: 6 -1.5001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[53]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[54]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[56]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[59]: 6 -1.00007 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[62]: 6 -2.00003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[66]: 6 -1.99995 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[68]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[76]: 6 -1.00003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[79]: 6 -2.00002 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[81]: 6 -2.56255 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[83]: 6 -1.99996 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[85]: 6 -2.23231 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[122]: 6 -1.00001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[125]: 6 -1.50006 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[127]: 6 -1.00008 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[132]: 6 -1.50002 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[157]: 6 0 3.00004 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[183]: 6 -1.50003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[207]: 6 -1.0001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[209]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[212]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[219]: 6 -1.96882 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[223]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[229]: 6 -1.00003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[236]: 6 -1.93751 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[260]: 6 -1.00003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[263]: 6 -1.00003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[275]: 6 -1.00008 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[277]: 6 -1.0001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[291]: 6 -1.00006 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[319]: 6 -1.50008 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[322]: 6 0 306.945 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[357]: 6 -195.083 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[392]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[394]: 6 -1.00002 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[402]: 6 -1.87507 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[403]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[408]: 6 -181.434 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[409]: 6 -1.00006 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[417]: 6 -1.00007 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[419]: 6 -1.75008 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[443]: 6 -1.00003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[445]: 6 -2.50005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[448]: 6 -1.00007 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[451]: 6 -1.9545 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[454]: 6 -1.96883 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[460]: 6 -1.00006 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[493]: 6 -112.299 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[533]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[536]: 6 -0.540752 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[596]: 6 -1.00007 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[612]: 6 -1.00008 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[621]: 6 -1.37508 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[633]: 6 -1.93753 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[644]: 6 -2.23232 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[745]: 6 -1.00003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[761]: 6 -1.0001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[774]: 6 -1.00002 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[777]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[790]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[792]: 6 -1.00001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[806]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[808]: 6 -1.00002 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[809]: 6 -1.00002 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[824]: 6 -1.00006 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[825]: 6 -1.00001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[854]: 6 -1.00006 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[856]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[857]: 6 -1.00008 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[868]: 6 -806.27 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[870]: 6 -1.0001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[873]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[879]: 6 0 2.00006 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[901]: 6 -77.1036 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[905]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[907]: 6 -35.4906 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[917]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[921]: 6 -1.0001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[933]: 6 -1.0001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[942]: 6 -7.87502 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[949]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[959]: 6 -1.00007 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[965]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[972]: 6 -1.97723 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[980]: 6 -13.1406 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[997]: 6 -3.99224 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1001]: 6 -1.00008 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1015]: 6 0 1.00009 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1017]: 6 -1.00006 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1044]: 6 -355.809 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1086]: 6 -1.9376 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1113]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1116]: 6 -2.1876 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1142]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1151]: 6 -1.00001 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1154]: 6 -2435.61 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1158]: 6 -1.00006 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1160]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1175]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1184]: 6 -0.50004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1188]: 6 -0.00011431 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1194]: 6 -1.00007 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1199]: 6 -0.500045 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1205]: 6 -0.000202135 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1258]: 6 0 1.85786 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1301]: 6 -20.7608 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1306]: 6 -1.05863 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1386]: 6 -0.125041 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1396]: 6 -0.959319 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1416]: 6 -1.00005 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1454]: 6 -2.00024 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1463]: 6 -1.00003 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1471]: 6 -161.968 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1530]: 6 -15.5998 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1534]: 6 -0.750053 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1536]: 6 0 66.0264 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1540]: 6 -1.89788 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1546]: 6 -0.500045 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1557]: 6 -1.79565 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1581]: 6 -98.5167 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1586]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1613]: 6 -101.923 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1614]: 6 -45.5623 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1624]: 6 -0.364872 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1630]: 6 0 101.765 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1632]: 6 0 16.8233 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1638]: 6 -1.50002 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1643]: 6 0 1.66864 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1649]: 6 0 33.6466 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1666]: 6 0 67.2932 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1684]: 6 -1.75002 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1698]: 6 0 171.986 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1718]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1736]: 6 -1.00008 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1738]: 6 -1.00009 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1739]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1740]: 6 -1.00007 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1742]: 6 -1.00015 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1744]: 6 0 143.541 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1745]: 6 -1.00065 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1747]: 6 -1.0026 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1748]: 6 -1.00512 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1756]: 6 -2.29741 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1760]: 6 -21.7573 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1761]: 6 -42.5145 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1762]: 6 -84.029 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1764]: 6 -25.1705 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1765]: 6 -357.286 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1766]: 6 -405.627 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1768]: 6 -955.591 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1770]: 6 -1.00007 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1772]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1773]: 6 -1.00004 0 shouldn't be
2343.90/2350.19	WSVECS04 Frhs2[1774]: 6 -1.00003 0 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[5]: 6 0 309.362 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[8]: 6 0 307.612 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[10]: 6 0 309.362 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[26]: 6 0 682.627 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[27]: 6 0 662.416 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[28]: 6 0 552.503 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[35]: 6 0 1866.87 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[179]: 6 0 17.7921 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[257]: 6 -1.00006 0 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[292]: 6 -1.00007 0 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[294]: 6 -1.00005 0 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[336]: 6 0 309.362 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[338]: 6 0 151.153 shouldn't be
2344.10/2350.37	WSVECS04 Frhs2[353]: 6 0 307.445 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[361]: 6 0 660.5 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[389]: 6 0 823.953 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[393]: 6 -1.00007 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[398]: 6 0 65.2764 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[425]: 6 -165.834 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[453]: 6 -1.00004 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[490]: 6 0 47.392 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[572]: 6 -1.87503 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[573]: 6 -1.75004 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[604]: 6 -2.37506 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[606]: 6 -1.50002 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[648]: 6 -1.25007 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[700]: 6 0 3.55265 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[711]: 6 0 3.00001 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[724]: 6 0 8.43124 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[822]: 6 -1.00004 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[867]: 6 0 306.945 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[872]: 6 -1.00008 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[887]: 6 0 155.339 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[892]: 6 0 159.968 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[897]: 6 0 150.153 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[936]: 6 0 1088.24 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[937]: 6 0 1232.78 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[938]: 6 0 1154.52 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[939]: 6 0 317.96 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1222]: 6 -0.000284682 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1239]: 6 -0.000540801 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1247]: 6 -0.500037 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1256]: 6 -0.000990945 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1326]: 6 0 8.63882 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1408]: 6 0 164.899 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1410]: 6 0 330.368 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1432]: 6 -1.00001 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1468]: 6 0 309.362 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1481]: 6 0 155.339 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1506]: 6 0 1126.28 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1513]: 6 -7.79987 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1520]: 6 -67.2764 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1523]: 6 0 618.891 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1537]: 6 0 184.408 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1565]: 6 -1.00001 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1574]: 6 -1.59124 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1591]: 6 -1.18249 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1615]: 6 0 55.4295 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1628]: 6 0 85.9477 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1650]: 6 -1.93753 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1668]: 6 -0.250023 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1681]: 6 0 511.26 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1683]: 6 -173.359 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1755]: 6 -1.64875 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1763]: 6 -167.058 0 shouldn't be
2344.10/2350.38	WSVECS04 Frhs2[1790]: 6 0 0.297372 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[7]: 6 0 309.362 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[21]: 6 0 662.416 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[31]: 6 0 662.416 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[141]: 6 0 4.00007 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[217]: 6 -1.99228 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[261]: 6 -1.00002 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[271]: 6 0 75.2364 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[288]: 6 0 152.473 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[297]: 6 -2.75009 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[344]: 6 0 155.339 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[365]: 6 0 755.626 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[370]: 6 0 662.416 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[374]: 6 -193.459 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[459]: 6 -98.5167 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[491]: 6 0 1193.5 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[557]: 6 0 307.445 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[654]: 6 0 1.0001 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[732]: 6 0 17.7921 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[819]: 6 0 75.2363 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[840]: 6 -1.00007 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[899]: 6 0 152.916 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[934]: 6 0 1232.78 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1084]: 6 -2.41858 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1088]: 6 0 307.445 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1192]: 6 -1.00002 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1331]: 6 -1.00002 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1358]: 6 -0.0625132 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1364]: 6 -1.00003 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1379]: 6 -0.979721 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1382]: 6 -1.00006 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1400]: 6 -0.348138 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1409]: 6 0 75.7364 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1413]: 6 -0.918582 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1484]: 6 -1.00009 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1486]: 6 0 309.362 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1497]: 6 0 662.416 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1502]: 6 0 662.416 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1503]: 6 0 894.258 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1509]: 6 0 965.722 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1517]: 6 -0.875062 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1531]: 6 -1.00009 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1543]: 6 0 481.577 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1544]: 6 0 330.689 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1597]: 6 -23.2812 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1648]: 6 0 20.9173 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1663]: 6 0 540.721 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1675]: 6 0 2.41863 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1695]: 6 0 308.195 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1699]: 6 -52.7149 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1750]: 6 -1.02029 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1751]: 6 -1.0406 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1752]: 6 -1.08113 0 shouldn't be
2344.30/2350.58	WSVECS04 Frhs2[1753]: 6 -1.16225 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[172]: 6 -1.00007 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[206]: 6 -1.00009 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[309]: 6 -1.00005 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[311]: 6 -1.00003 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[415]: 6 0 132.553 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[508]: 6 0 1108.69 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[509]: 6 0 251.815 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[526]: 6 0 531.585 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[544]: 6 -50.4699 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[562]: 6 -1.00005 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[593]: 6 0 1621.72 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[630]: 6 -1.00001 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[632]: 6 -1.00008 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[705]: 6 0 2.99903 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[740]: 6 0 3.55932 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[795]: 6 0 155.336 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[841]: 6 -1.0001 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[941]: 6 0 1088.24 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1224]: 6 0 0.464472 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1241]: 6 0 0.928949 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1243]: 6 -1.00001 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1266]: 6 -0.125026 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1328]: 6 -1.0001 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1345]: 6 -1.00009 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1380]: 6 -1.00008 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1385]: 6 -1.93754 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1387]: 6 0 4.96561 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1421]: 6 0 19.8624 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1489]: 6 0 307.445 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1493]: 6 0 43.774 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1514]: 6 -1.00009 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1553]: 6 0 133.053 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1561]: 6 0 624.02 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1570]: 6 0 267.106 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1580]: 6 -12.1407 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1646]: 6 0 1066.35 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1721]: 6 -0.192832 0 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1795]: 6 0 18.2776 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1796]: 6 0 37.5552 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1798]: 6 0 331.116 shouldn't be
2344.49/2350.78	WSVECS04 Frhs2[1801]: 6 0 808.27 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[4]: 6 0 307.445 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[61]: 6 -1.3751 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[78]: 6 -0.750041 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[145]: 6 0 3.55264 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[178]: 6 -1.50004 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[274]: 6 -1.0001 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[280]: 6 -2.37509 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[312]: 6 -1.00009 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[397]: 6 -1.00002 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[432]: 6 0 267.106 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[598]: 6 -1.00004 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1182]: 6 -0.062546 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1195]: 6 -1.00009 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1228]: 6 -1.25007 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1238]: 6 -0.500059 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1275]: 6 0 3.71565 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1283]: 6 0 4.30261 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1317]: 6 0 38.0024 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1338]: 6 0 2.48281 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1381]: 6 -1.00005 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1511]: 6 0 148.713 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1547]: 6 -31.1995 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1571]: 6 0 223.586 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1596]: 6 0 101.803 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1602]: 6 -1.00009 0 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1700]: 6 0 410.375 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1729]: 6 0 392.445 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1792]: 6 0 4.1894 shouldn't be
2344.70/2351.00	WSVECS04 Frhs2[1797]: 6 0 76.1103 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[24]: 6 0 662.416 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[74]: 6 -1.93759 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[121]: 6 -1.0001 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[134]: 6 -1.99906 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[196]: 6 0 37.584 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[213]: 6 0 77.1681 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[234]: 6 -1.98441 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[268]: 6 -1.93755 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[314]: 6 -3.50003 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[362]: 6 0 662.416 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[367]: 6 0 662.416 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[383]: 6 0 352.642 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[385]: 6 0 618.891 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[386]: 6 0 543.12 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[411]: 6 -2.12502 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[539]: 6 -1.00004 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[563]: 6 -1.50003 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[564]: 6 -1.75002 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[567]: 6 -1.00004 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[646]: 6 -1.00001 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[793]: 6 -1.00003 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[893]: 6 0 368.665 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1149]: 6 0 2.00004 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1162]: 6 -1.00005 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1244]: 6 -1.00005 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1308]: 6 0 9.43121 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1309]: 6 -5.55931 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1311]: 6 0 2.00003 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1324]: 6 -0.0156634 0 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1353]: 6 0 0.0539624 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1372]: 6 0 8.9469 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1472]: 6 0 159.451 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1478]: 6 0 79.9985 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1488]: 6 0 45.7291 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1498]: 6 0 662.416 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1507]: 6 0 352.138 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1524]: 6 0 543.995 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1560]: 6 0 657.21 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1631]: 6 0 264.847 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1660]: 6 0 10.7952 shouldn't be
2344.99/2351.27	WSVECS04 Frhs2[1709]: 6 0 11.8617 shouldn't be
2345.49/2351.74	WSVECS04 Frhs2[493]: 6 -112.299 0 shouldn't be
2345.49/2351.74	WSVECS04 Frhs2[536]: 6 -0.54073 0 shouldn't be
2345.49/2351.74	WSVECS04 Frhs2[621]: 6 -1.375 0 shouldn't be
2345.49/2351.74	WSVECS04 Frhs2[942]: 6 -7.875 0 shouldn't be
2345.49/2351.74	WSVECS04 Frhs2[1386]: 6 -0.125001 0 shouldn't be
2345.80/2352.09	c rational objective 4.82846
2392.27/2398.65	c #Conflicts:    1363000 | #Constraints:      61497
2392.27/2398.65	c #Conflicts:    1364000 | #Constraints:      62497
2392.27/2398.65	c #Conflicts:    1365000 | #Constraints:      63497
2392.27/2398.65	c #Conflicts:    1366000 | #Constraints:      64497
2392.27/2398.65	c #Conflicts:    1367000 | #Constraints:      65497
2392.27/2398.65	c #Conflicts:    1368000 | #Constraints:      66497
2392.27/2398.65	c #Conflicts:    1369000 | #Constraints:      67497
2392.27/2398.65	c #Conflicts:    1370000 | #Constraints:      68497
2392.27/2398.65	c #Conflicts:    1371000 | #Constraints:      69497
2392.27/2398.65	c #Conflicts:    1372000 | #Constraints:      70497
2392.27/2398.65	c #Conflicts:    1373000 | #Constraints:      71497
2392.27/2398.65	c #Conflicts:    1374000 | #Constraints:      72497
2392.27/2398.65	c #Conflicts:    1375000 | #Constraints:      73497
2392.27/2398.65	c #Conflicts:    1376000 | #Constraints:      74497
2392.27/2398.65	c #Conflicts:    1377000 | #Constraints:      75497
2392.27/2398.65	c #Conflicts:    1378000 | #Constraints:      76497
2392.27/2398.65	c #Conflicts:    1379000 | #Constraints:      77497
2392.27/2398.65	c #Conflicts:    1380000 | #Constraints:      78498
2392.27/2398.65	c #Conflicts:    1381000 | #Constraints:      79498
2392.27/2398.65	c #Conflicts:    1382000 | #Constraints:      80498
2392.27/2398.65	c #Conflicts:    1383000 | #Constraints:      81498
2392.27/2398.65	c #Conflicts:    1384000 | #Constraints:      82498
2392.27/2398.65	c #Conflicts:    1385000 | #Constraints:      83499
2392.27/2398.65	c #Conflicts:    1386000 | #Constraints:      84499
2392.27/2398.65	c #Conflicts:    1387000 | #Constraints:      85499
2392.27/2398.65	c #Conflicts:    1388000 | #Constraints:      86499
2392.27/2398.65	c #Conflicts:    1389000 | #Constraints:      87499
2392.27/2398.65	c #Conflicts:    1390000 | #Constraints:      88499
2392.27/2398.65	c #Conflicts:    1391000 | #Constraints:      89500
2392.27/2398.65	c #Conflicts:    1392000 | #Constraints:      90500
2392.27/2398.65	c INPROCESSING
2392.27/2398.65	c GARBAGE COLLECT
2392.27/2398.65	WSVECS04 Frhs2[6]: 6 -1.12508 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[9]: 6 -1.12501 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[12]: 6 -1.12502 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[16]: 6 -0.850048 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[18]: 6 -48.3069 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[19]: 6 -43.625 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[20]: 6 -115.167 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[27]: 6 -43.6251 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[103]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[105]: 6 -2.12503 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[116]: 6 -2.00009 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[119]: 6 -1.75006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[120]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[121]: 6 -1.00004 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[133]: 6 -1.00005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[136]: 6 -1.50002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[137]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[154]: 6 -1.00006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[163]: 6 -1.5001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[167]: 6 -1.0001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[173]: 6 -1.00005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[222]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[227]: 6 -1.0001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[238]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[239]: 6 -1.00004 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[240]: 6 -1.00004 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[241]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[252]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[255]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[290]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[291]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[292]: 6 -1.00006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[299]: 6 -2.22665 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[303]: 6 -4.62507 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[306]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[329]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[331]: 6 -1.71883 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[332]: 6 -1.50009 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[336]: 6 -1.84377 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[339]: 6 -1.25006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[349]: 6 -1.12502 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[356]: 6 -1.12506 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[362]: 6 -44.5 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[363]: 6 -44.7501 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[365]: 6 -43.6251 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[366]: 6 -44.5341 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[370]: 6 -43.625 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[417]: 6 -1.50001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[482]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[485]: 6 -1.93757 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[488]: 6 -1.75002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[489]: 6 -1.75001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[549]: 6 -1.50007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[550]: 6 -1.75008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[551]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[553]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[600]: 6 -1.00009 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[603]: 6 -1.50002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[604]: 6 -1.00001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[607]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[608]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[689]: 6 0 1.00007 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[693]: 6 -1.00005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[709]: 6 -1.00004 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[725]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[726]: 6 -1.00006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[740]: 6 -1.00005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[741]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[749]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[758]: 6 -1.00004 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[801]: 6 -1.00005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[805]: 6 -1.0001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[806]: 6 -1.00005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[817]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[822]: 6 -1.00006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[836]: 6 0 3.50005 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[838]: 6 -1.00001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[851]: 6 0 5.50008 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[854]: 6 -1.00009 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[865]: 6 0 6.25004 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[866]: 6 0 7.50005 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[880]: 6 0 8.25009 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[889]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[922]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1104]: 6 -1.00009 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1148]: 6 -1.00006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1177]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1184]: 6 -1.75003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1190]: 6 -0.0312981 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1203]: 6 -0.750056 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1215]: 6 -0.500075 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1218]: 6 -0.125013 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1220]: 6 -0.500079 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1224]: 6 -0.12502 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1227]: 6 0 0.125095 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1229]: 6 -0.125079 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1244]: 6 -0.500077 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1247]: 6 -0.750032 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1256]: 6 -0.50004 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1259]: 6 -1.00006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1266]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1276]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1279]: 6 -1.50002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1293]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1295]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1298]: 6 -2.00001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1308]: 6 0 0.0352239 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1313]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1314]: 6 0 0.500022 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1315]: 6 -0.500036 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1316]: 6 -1.00006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1326]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1343]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1360]: 6 -1.00005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1361]: 6 -1.00001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1367]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1379]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1412]: 6 -1.00001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1413]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1415]: 6 -1.00001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1428]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1450]: 6 -2.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1453]: 6 -0.281299 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1460]: 6 -2.00009 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1467]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1468]: 6 -1.12502 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1473]: 6 -1.8438 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1477]: 6 -1.50005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1484]: 6 -0.125089 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1490]: 6 -0.93801 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1572]: 6 -2.00004 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1591]: 6 -0.500075 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1596]: 6 -1.62509 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1603]: 6 -0.500022 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1605]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1607]: 6 -1.047 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1612]: 6 -43.125 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1615]: 6 -1.02281 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1623]: 6 -0.968776 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1631]: 6 -56.391 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1632]: 6 -1.00006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1642]: 6 -0.124259 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1644]: 6 -1.50009 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1646]: 6 -43.625 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1648]: 6 -1.00004 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1649]: 6 -0.500025 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1655]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1658]: 6 -1.37503 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1659]: 6 -0.248467 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1664]: 6 -56.4137 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1665]: 6 -1.50001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1671]: 6 -0.500012 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1675]: 6 -1.75005 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1681]: 6 -56.4819 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1683]: 6 -1.00009 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1717]: 6 -43.5001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1723]: 6 -1.00006 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1724]: 6 -0.996958 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1733]: 6 -1.25008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1742]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1743]: 6 -1.00008 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1746]: 6 -1.00009 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1747]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1748]: 6 -1.00007 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1751]: 6 -1.00001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1752]: 6 -1.00002 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1753]: 6 -0.999931 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1754]: 6 -0.999766 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1755]: 6 -0.999527 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1756]: 6 -0.999043 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1757]: 6 -0.998137 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1758]: 6 -0.996184 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1760]: 6 -0.98444 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1761]: 6 -0.968825 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1762]: 6 -0.937521 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1764]: 6 -0.75001 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1773]: 6 -1.00003 0 shouldn't be
2392.27/2398.65	WSVECS04 Frhs2[1800]: 6 -2.00006 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[5]: 6 -1.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[6]: 6 -1.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[7]: 6 -1.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[13]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[16]: 6 -0.850001 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[18]: 6 -48.3068 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[19]: 6 -43.625 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[20]: 6 -115.167 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[103]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[105]: 6 -2.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[116]: 6 -2 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[129]: 6 -1.875 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[133]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[136]: 6 -1.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[146]: 6 -1.75 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[150]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[154]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[163]: 6 -1.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[167]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[222]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[227]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[239]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[240]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[252]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[292]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[299]: 6 -2.22656 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[303]: 6 -4.625 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[306]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[328]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[330]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[331]: 6 -1.71875 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[332]: 6 -1.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[335]: 6 -1.84375 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[336]: 6 -1.84375 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[339]: 6 -1.25 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[345]: 6 -1.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[356]: 6 -1.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[362]: 6 -44.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[363]: 6 -44.75 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[365]: 6 -43.625 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[366]: 6 -44.5341 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[369]: 6 -44.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[370]: 6 -43.625 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[408]: 6 0 45.75 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[417]: 6 -1.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[485]: 6 -1.9375 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[488]: 6 -1.75 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[489]: 6 -1.75 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[549]: 6 -1.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[552]: 6 -1.75 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[557]: 6 -1.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[560]: 6 -43.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[603]: 6 -1.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[607]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[608]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[677]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[724]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[740]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[741]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[742]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[758]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[765]: 6 -1.9375 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[789]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[801]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[805]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[806]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[817]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[822]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[838]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[851]: 6 0 5.5 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[854]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[865]: 6 0 6.25 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[880]: 6 0 8.25 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[889]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[922]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[985]: 6 0 1 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1091]: 6 0 11.6068 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1148]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1186]: 6 -2.84375 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1190]: 6 -0.0312508 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1215]: 6 -0.500001 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1224]: 6 -0.125001 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1225]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1227]: 6 0 0.125 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1244]: 6 -0.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1247]: 6 -0.750001 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1256]: 6 -0.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1276]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1277]: 6 -2.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1279]: 6 -1.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1293]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1298]: 6 -2 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1308]: 6 0 0.0351565 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1313]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1315]: 6 -0.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1326]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1330]: 6 -1.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1367]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1396]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1412]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1413]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1453]: 6 -0.28125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1460]: 6 -1.99999 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1468]: 6 -1.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1477]: 6 -1.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1490]: 6 -0.937986 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1587]: 6 -1.30682 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1607]: 6 -1.04697 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1612]: 6 -43.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1615]: 6 -1.02273 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1626]: 6 -1.74922 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1631]: 6 -56.3909 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1632]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1643]: 6 -1.49844 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1644]: 6 -1.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1646]: 6 -43.625 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1648]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1649]: 6 -0.500001 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1659]: 6 -0.248438 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1663]: 6 0 11.8568 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1671]: 6 -0.500001 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1675]: 6 -1.75 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1683]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1695]: 6 -1.125 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1698]: 6 -43.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1699]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1706]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1717]: 6 -43.5 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1722]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1723]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1724]: 6 -0.996875 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1727]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1733]: 6 -1.25 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1742]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1743]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1746]: 6 -0.999999 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1747]: 6 -0.999998 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1748]: 6 -0.999997 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1751]: 6 -0.99997 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1752]: 6 -0.999939 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1753]: 6 -0.999878 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1754]: 6 -0.999757 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1755]: 6 -0.999513 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1756]: 6 -0.999024 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1757]: 6 -0.998048 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1758]: 6 -0.996094 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1760]: 6 -0.984376 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1761]: 6 -0.96875 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1762]: 6 -0.9375 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1764]: 6 -0.75 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1773]: 6 -1 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1790]: 6 -1.50098 0 shouldn't be
2392.48/2398.82	WSVECS04 Frhs2[1800]: 6 -2 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[8]: 6 -1.125 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[9]: 6 -1.125 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[27]: 6 -43.625 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[34]: 6 -1 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[120]: 6 -1 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[349]: 6 -1.125 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[1229]: 6 -0.125001 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[1428]: 6 -1 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[1473]: 6 -1.84375 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[1484]: 6 -0.125001 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[1525]: 6 -0.125 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[1596]: 6 -1.625 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[1658]: 6 -1.375 0 shouldn't be
2392.67/2399.02	WSVECS04 Frhs2[1665]: 6 -1.5 0 shouldn't be
2435.96/2442.46	c #Conflicts:    1393000 | #Constraints:      48038
2435.96/2442.46	c #Conflicts:    1394000 | #Constraints:      49038
2435.96/2442.46	c #Conflicts:    1395000 | #Constraints:      50038
2435.96/2442.46	c #Conflicts:    1396000 | #Constraints:      51038
2435.96/2442.46	c #Conflicts:    1397000 | #Constraints:      52038
2435.96/2442.46	c #Conflicts:    1398000 | #Constraints:      53038
2435.96/2442.46	c #Conflicts:    1399000 | #Constraints:      54039
2435.96/2442.46	c #Conflicts:    1400000 | #Constraints:      55039
2435.96/2442.46	c #Conflicts:    1401000 | #Constraints:      56039
2435.96/2442.46	c #Conflicts:    1402000 | #Constraints:      57039
2435.96/2442.46	c #Conflicts:    1403000 | #Constraints:      58039
2435.96/2442.46	c #Conflicts:    1404000 | #Constraints:      59039
2435.96/2442.46	c #Conflicts:    1405000 | #Constraints:      60039
2435.96/2442.46	c #Conflicts:    1406000 | #Constraints:      61039
2435.96/2442.46	c #Conflicts:    1407000 | #Constraints:      62040
2435.96/2442.46	c #Conflicts:    1408000 | #Constraints:      63040
2435.96/2442.46	c #Conflicts:    1409000 | #Constraints:      64040
2435.96/2442.46	c #Conflicts:    1410000 | #Constraints:      65040
2435.96/2442.46	c #Conflicts:    1411000 | #Constraints:      66040
2435.96/2442.46	c #Conflicts:    1412000 | #Constraints:      67040
2435.96/2442.46	c #Conflicts:    1413000 | #Constraints:      68040
2435.96/2442.46	c #Conflicts:    1414000 | #Constraints:      69040
2435.96/2442.46	c #Conflicts:    1415000 | #Constraints:      70040
2435.96/2442.46	c #Conflicts:    1416000 | #Constraints:      71040
2435.96/2442.46	c #Conflicts:    1417000 | #Constraints:      72040
2435.96/2442.46	c #Conflicts:    1418000 | #Constraints:      73041
2435.96/2442.46	c #Conflicts:    1419000 | #Constraints:      74041
2435.96/2442.46	c #Conflicts:    1420000 | #Constraints:      75041
2435.96/2442.46	c #Conflicts:    1421000 | #Constraints:      76041
2435.96/2442.46	c INPROCESSING
2435.96/2442.46	c GARBAGE COLLECT
2435.96/2442.46	c rational objective 4.8979
2573.72/2580.52	c #Conflicts:    1422000 | #Constraints:      40670
2573.72/2580.52	c #Conflicts:    1423000 | #Constraints:      41670
2573.72/2580.52	c #Conflicts:    1424000 | #Constraints:      42671
2573.72/2580.52	c #Conflicts:    1425000 | #Constraints:      43671
2573.72/2580.52	c #Conflicts:    1426000 | #Constraints:      44671
2573.72/2580.52	c #Conflicts:    1427000 | #Constraints:      45671
2573.72/2580.52	c #Conflicts:    1428000 | #Constraints:      46671
2573.72/2580.52	c #Conflicts:    1429000 | #Constraints:      47671
2573.72/2580.52	c #Conflicts:    1430000 | #Constraints:      48671
2573.72/2580.52	c #Conflicts:    1431000 | #Constraints:      49671
2573.72/2580.52	c #Conflicts:    1432000 | #Constraints:      50671
2573.72/2580.52	c #Conflicts:    1433000 | #Constraints:      51671
2573.72/2580.52	c #Conflicts:    1434000 | #Constraints:      52671
2573.72/2580.52	c #Conflicts:    1435000 | #Constraints:      53671
2573.72/2580.52	c #Conflicts:    1436000 | #Constraints:      54671
2573.72/2580.52	c #Conflicts:    1437000 | #Constraints:      55671
2573.72/2580.52	c #Conflicts:    1438000 | #Constraints:      56671
2573.72/2580.52	c #Conflicts:    1439000 | #Constraints:      57671
2573.72/2580.52	c #Conflicts:    1440000 | #Constraints:      58671
2573.72/2580.52	c #Conflicts:    1441000 | #Constraints:      59671
2573.72/2580.52	c #Conflicts:    1442000 | #Constraints:      60671
2573.72/2580.52	c #Conflicts:    1443000 | #Constraints:      61671
2573.72/2580.52	c #Conflicts:    1444000 | #Constraints:      62671
2573.72/2580.52	c #Conflicts:    1445000 | #Constraints:      63671
2573.72/2580.52	c #Conflicts:    1446000 | #Constraints:      64671
2573.72/2580.52	c #Conflicts:    1447000 | #Constraints:      65671
2573.72/2580.52	c #Conflicts:    1448000 | #Constraints:      66671
2573.72/2580.52	c #Conflicts:    1449000 | #Constraints:      67671
2573.72/2580.52	c #Conflicts:    1450000 | #Constraints:      68671
2573.72/2580.52	c #Conflicts:    1451000 | #Constraints:      69671
2573.72/2580.52	c #Conflicts:    1452000 | #Constraints:      70671
2573.72/2580.52	c #Conflicts:    1453000 | #Constraints:      71671
2573.72/2580.52	c #Conflicts:    1454000 | #Constraints:      72672
2573.72/2580.52	c #Conflicts:    1455000 | #Constraints:      73672
2573.72/2580.52	c #Conflicts:    1456000 | #Constraints:      74672
2573.72/2580.52	c #Conflicts:    1457000 | #Constraints:      75672
2573.72/2580.52	c #Conflicts:    1458000 | #Constraints:      76672
2573.72/2580.52	c #Conflicts:    1459000 | #Constraints:      77672
2573.72/2580.52	c #Conflicts:    1460000 | #Constraints:      78672
2573.72/2580.52	c #Conflicts:    1461000 | #Constraints:      79672
2573.72/2580.52	c #Conflicts:    1462000 | #Constraints:      80672
2573.72/2580.52	c #Conflicts:    1463000 | #Constraints:      81672
2573.72/2580.52	c #Conflicts:    1464000 | #Constraints:      82672
2573.72/2580.52	c #Conflicts:    1465000 | #Constraints:      83673
2573.72/2580.52	c #Conflicts:    1466000 | #Constraints:      84674
2573.72/2580.52	c #Conflicts:    1467000 | #Constraints:      85674
2573.72/2580.52	c #Conflicts:    1468000 | #Constraints:      86674
2573.72/2580.52	c #Conflicts:    1469000 | #Constraints:      87674
2573.72/2580.52	c #Conflicts:    1470000 | #Constraints:      88674
2573.72/2580.52	c #Conflicts:    1471000 | #Constraints:      89674
2573.72/2580.52	c #Conflicts:    1472000 | #Constraints:      90674
2573.72/2580.52	WSVECS04 Frhs2[46]: 6 0 0.500038 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[52]: 6 -1.00006 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[171]: 6 -1.00003 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[188]: 6 -1.00007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[324]: 6 0 5705.33 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[325]: 6 -1.00006 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[335]: 6 -3.00006 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[337]: 6 -2.49991 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[548]: 6 -1.00007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[549]: 6 -1.87504 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[909]: 6 -1.00009 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[959]: 6 -1.00002 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[970]: 6 0 2.2188 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[975]: 6 -1.00006 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[984]: 6 -1.75009 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[989]: 6 -3.98447 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1034]: 6 0 1.75003 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1046]: 6 0 2854.16 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1116]: 6 -1.00007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1130]: 6 0 2.00005 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1175]: 6 -1.00003 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1183]: 6 -1.00005 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1201]: 6 -1.00001 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1205]: 6 -1.00007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1220]: 6 -1.12896 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1221]: 6 -1.0001 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1238]: 6 -0.00393992 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1239]: 6 -0.062592 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1245]: 6 -0.625029 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1256]: 6 -0.125015 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1258]: 6 -1.00009 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1283]: 6 -1.56253 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1284]: 6 -0.125017 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1293]: 6 -1.00005 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1301]: 6 -0.250013 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1310]: 6 -1.00009 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1330]: 6 -1.00003 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1362]: 6 -1.00006 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1447]: 6 -1.00003 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1448]: 6 -1.00008 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1450]: 6 -1.00004 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1453]: 6 -0.500025 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1454]: 6 -1.25007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1455]: 6 -0.500094 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1474]: 6 0 1.00009 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1521]: 6 -0.500026 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1532]: 6 -1.00008 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1534]: 6 -1.00003 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1539]: 6 -1.50006 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1551]: 6 -1.50002 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1562]: 6 -0.875041 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1572]: 6 -0.625053 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1574]: 6 -1.01566 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1579]: 6 -0.750034 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1586]: 6 -1.50007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1591]: 6 -1.00009 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1600]: 6 -1.00009 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1608]: 6 -1.00008 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1610]: 6 -1.10941 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1642]: 6 -1.00004 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1646]: 6 -5706.33 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1650]: 6 0 2854.16 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1654]: 6 -0.562547 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1659]: 6 -1.00006 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1667]: 6 0 2854.16 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1668]: 6 -1.00003 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1671]: 6 -0.125024 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1676]: 6 -1.00008 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1678]: 6 -1.75003 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1703]: 6 -1.00007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1709]: 6 -2.00161 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1736]: 6 -1.00007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1737]: 6 -1.00007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1739]: 6 -1.00009 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1745]: 6 -1.00004 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1747]: 6 -1.00004 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1748]: 6 -1.50018 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1749]: 6 -1.00004 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1750]: 6 -1.00003 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1751]: 6 -1.00005 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1752]: 6 -1.00011 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1753]: 6 -1.00007 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1754]: 6 -1.00008 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1755]: 6 -1.00014 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1756]: 6 -1.00033 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1757]: 6 -1.00052 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1760]: 6 -1.00392 0 shouldn't be
2573.72/2580.52	WSVECS04 Frhs2[1761]: 6 -1.00789 0 shouldn't be
2727.63/2734.80	c #Conflicts:    1473000 | #Constraints:      91674
2727.63/2734.80	c #Conflicts:    1474000 | #Constraints:      92674
2727.63/2734.80	c #Conflicts:    1475000 | #Constraints:      93674
2727.63/2734.80	c #Conflicts:    1476000 | #Constraints:      94674
2727.63/2734.80	c #Conflicts:    1477000 | #Constraints:      95674
2727.63/2734.80	c #Conflicts:    1478000 | #Constraints:      96674
2727.63/2734.80	c #Conflicts:    1479000 | #Constraints:      97674
2727.63/2734.80	c #Conflicts:    1480000 | #Constraints:      98674
2727.63/2734.80	c #Conflicts:    1481000 | #Constraints:      99674
2727.63/2734.80	c #Conflicts:    1482000 | #Constraints:     100674
2727.63/2734.80	c #Conflicts:    1483000 | #Constraints:     101674
2727.63/2734.80	c #Conflicts:    1484000 | #Constraints:     102674
2727.63/2734.80	c #Conflicts:    1485000 | #Constraints:     103674
2727.63/2734.80	c #Conflicts:    1486000 | #Constraints:     104674
2727.63/2734.80	c #Conflicts:    1487000 | #Constraints:     105674
2727.63/2734.80	c #Conflicts:    1488000 | #Constraints:     106674
2727.63/2734.80	c #Conflicts:    1489000 | #Constraints:     107674
2727.63/2734.80	c #Conflicts:    1490000 | #Constraints:     108674
2727.63/2734.80	c #Conflicts:    1491000 | #Constraints:     109674
2727.63/2734.80	c #Conflicts:    1492000 | #Constraints:     110674
2727.63/2734.80	c #Conflicts:    1493000 | #Constraints:     111674
2727.63/2734.80	c #Conflicts:    1494000 | #Constraints:     112674
2727.63/2734.80	c #Conflicts:    1495000 | #Constraints:     113674
2727.63/2734.80	c #Conflicts:    1496000 | #Constraints:     114674
2727.63/2734.80	c #Conflicts:    1497000 | #Constraints:     115674
2727.63/2734.80	c #Conflicts:    1498000 | #Constraints:     116674
2727.63/2734.80	c #Conflicts:    1499000 | #Constraints:     117674
2727.63/2734.80	c #Conflicts:    1500000 | #Constraints:     118674
2727.63/2734.80	c #Conflicts:    1501000 | #Constraints:     119674
2727.63/2734.80	c #Conflicts:    1502000 | #Constraints:     120674
2727.63/2734.80	c #Conflicts:    1503000 | #Constraints:     121674
2727.63/2734.80	c #Conflicts:    1504000 | #Constraints:     122674
2727.63/2734.80	c #Conflicts:    1505000 | #Constraints:     123674
2727.63/2734.80	c #Conflicts:    1506000 | #Constraints:     124674
2727.63/2734.80	c INPROCESSING
2727.63/2734.80	c GARBAGE COLLECT
2727.63/2734.80	c rational objective 4.92082
2779.50/2786.89	c #Conflicts:    1507000 | #Constraints:      64809
2779.50/2786.89	c #Conflicts:    1508000 | #Constraints:      65809
2779.50/2786.89	c #Conflicts:    1509000 | #Constraints:      66809
2779.50/2786.89	c #Conflicts:    1510000 | #Constraints:      67809
2779.50/2786.89	c #Conflicts:    1511000 | #Constraints:      68809
2779.50/2786.89	c #Conflicts:    1512000 | #Constraints:      69809
2779.50/2786.89	c #Conflicts:    1513000 | #Constraints:      70809
2779.50/2786.89	c #Conflicts:    1514000 | #Constraints:      71809
2779.50/2786.89	c #Conflicts:    1515000 | #Constraints:      72809
2779.50/2786.89	c #Conflicts:    1516000 | #Constraints:      73809
2779.50/2786.89	c #Conflicts:    1517000 | #Constraints:      74809
2779.50/2786.89	c #Conflicts:    1518000 | #Constraints:      75809
2779.50/2786.89	c #Conflicts:    1519000 | #Constraints:      76809
2779.50/2786.89	c #Conflicts:    1520000 | #Constraints:      77809
2779.50/2786.89	c #Conflicts:    1521000 | #Constraints:      78809
2779.50/2786.89	c #Conflicts:    1522000 | #Constraints:      79809
2779.50/2786.89	c #Conflicts:    1523000 | #Constraints:      80809
2779.50/2786.89	c #Conflicts:    1524000 | #Constraints:      81809
2779.50/2786.89	c #Conflicts:    1525000 | #Constraints:      82809
2779.50/2786.89	c #Conflicts:    1526000 | #Constraints:      83809
2779.50/2786.89	c #Conflicts:    1527000 | #Constraints:      84809
2779.50/2786.89	c #Conflicts:    1528000 | #Constraints:      85809
2779.50/2786.89	c #Conflicts:    1529000 | #Constraints:      86809
2779.50/2786.89	c #Conflicts:    1530000 | #Constraints:      87809
2779.50/2786.89	c #Conflicts:    1531000 | #Constraints:      88810
2779.50/2786.89	c #Conflicts:    1532000 | #Constraints:      89810
2779.50/2786.89	c #Conflicts:    1533000 | #Constraints:      90810
2779.50/2786.89	c #Conflicts:    1534000 | #Constraints:      91810
2779.50/2786.89	c #Conflicts:    1535000 | #Constraints:      92810
2779.50/2786.89	c #Conflicts:    1536000 | #Constraints:      93810
2779.50/2786.89	c #Conflicts:    1537000 | #Constraints:      94810
2779.50/2786.89	c INPROCESSING
2779.50/2786.89	c GARBAGE COLLECT
2779.50/2786.89	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[4]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[7]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[9]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[10]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[12]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[13]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[16]: 6 -4.50008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[19]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[26]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[27]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[29]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[30]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[31]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[32]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[70]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[75]: 6 -1.98443 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[80]: 6 -2.00772 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[81]: 6 -1.99982 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[82]: 6 -1.99977 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[90]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[97]: 6 -2.01547 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[99]: 6 -1.99961 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[128]: 6 -1.93756 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[131]: 6 -2.06154 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[133]: 6 -1.99808 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[141]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[145]: 6 -1.87507 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[146]: 6 -2.15578 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[148]: 6 -2.12312 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[149]: 6 -1.99619 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[150]: 6 -1.99612 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[172]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[182]: 6 -2.49227 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[184]: 6 -1.98439 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[197]: 6 -3.24616 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[199]: 6 -2.98441 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[223]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[228]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[231]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[234]: 6 -1.87506 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[251]: 6 -1.75006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[291]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[299]: 6 -1.50005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[306]: 6 -1.5001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[324]: 6 0 7.75009 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[343]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[344]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[349]: 6 -1.50004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[350]: 6 -1.50001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[356]: 6 -1.50004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[395]: 6 -2.09383 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[401]: 6 -1.50004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[403]: 6 -1.64851 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[404]: 6 -1.79696 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[428]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[429]: 6 -2.37504 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[434]: 6 -1.50009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[435]: 6 -2.6485 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[437]: 6 -2.59377 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[438]: 6 -2.18753 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[462]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[463]: 6 -3.50001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[466]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[468]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[469]: 6 -4.59384 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[471]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[472]: 6 -2.75008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[479]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[482]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[483]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[485]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[486]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[488]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[489]: 6 -3.50006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[516]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[517]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[519]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[522]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[531]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[533]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[534]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[536]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[543]: 6 -3.15632 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[548]: 6 -1.00001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[557]: 6 -1.00001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[560]: 6 -4.31256 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[565]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[567]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[599]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[648]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[664]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[696]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[729]: 6 0 2.00004 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[744]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[762]: 6 -1.5001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[764]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[766]: 6 0 3.98439 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[781]: 6 0 5.9844 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[796]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[799]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[808]: 6 -1.00001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[810]: 6 -1.50002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[812]: 6 -1.50005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[815]: 6 -1.50003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[986]: 6 -3.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1002]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1018]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1025]: 6 0 2.00005 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1031]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1033]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1034]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1037]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1039]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1043]: 6 -2.28913 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1047]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1049]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1050]: 6 -1.00001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1053]: 6 -1.00001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1056]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1063]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1079]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1085]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1088]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1100]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1101]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1103]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1104]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1111]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1114]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1116]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1117]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1119]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1120]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1132]: 6 -1.00001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1145]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1148]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1149]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1151]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1152]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1160]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1176]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1177]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1192]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1209]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1227]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1243]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1260]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1278]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1279]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1294]: 6 -1.00006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1295]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1311]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1329]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1330]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1337]: 6 -2.98443 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1345]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1346]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1362]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1367]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1381]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1382]: 6 -1.50009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1383]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1397]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1413]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1416]: 6 -1.50007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1449]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1450]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1465]: 6 -1.00001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1466]: 6 -1.0001 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1516]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1550]: 6 -2.18755 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1584]: 6 -2.75004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1590]: 6 -3.29696 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1593]: 6 -2.37507 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1601]: 6 -3.50006 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1607]: 6 -4.59377 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1626]: 6 -1.00687 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1627]: 6 -3.50004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1629]: 6 -1.50008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1636]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1637]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1638]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1641]: 6 -1.00343 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1642]: 6 -1.00003 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1654]: 6 -1.00002 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1658]: 6 -1.00692 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1669]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1670]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1686]: 6 -1.00005 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1694]: 6 -1.10942 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1710]: 6 -1.00007 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1713]: 6 -1.00004 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1731]: 6 -4.43755 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1738]: 6 -1.00008 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1739]: 6 -1.00009 0 shouldn't be
2779.50/2786.89	WSVECS04 Frhs2[1773]: 6 -1.00001 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[22]: 6 -1.00008 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[98]: 6 -1.99954 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[132]: 6 -1.99808 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[255]: 6 -1.75007 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[302]: 6 -1.50009 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[303]: 6 -1.50008 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[347]: 6 -1.50008 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[352]: 6 -1.50006 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[353]: 6 -1.50004 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[400]: 6 -1.50002 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[407]: 6 -1.50002 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[441]: 6 -1.50002 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[1065]: 6 -1.00004 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[1484]: 6 -1.00002 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
2779.80/2787.10	WSVECS04 Frhs2[1802]: 6 0 1.00001 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[34]: 6 -1.00002 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[73]: 6 -1.00009 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[121]: 6 -1.00002 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[153]: 6 -1.99612 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[175]: 6 -1.00003 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[187]: 6 -1.98445 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[192]: 6 -1.00004 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[200]: 6 -1.9688 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[201]: 6 -1.96876 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[513]: 6 -1.00005 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[523]: 6 -1.00006 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[530]: 6 -1.00003 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[605]: 6 -1.00003 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1066]: 6 -1.00009 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1092]: 6 0 2.50008 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1095]: 6 -1.0001 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1156]: 6 0 5.00006 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1193]: 6 -1.00005 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1212]: 6 -2.24228 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1228]: 6 -1.00001 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1244]: 6 -1.00001 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1313]: 6 -1.00008 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1315]: 6 -1.00005 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1351]: 6 -1.00004 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1661]: 6 -1.00004 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1697]: 6 -1.50004 0 shouldn't be
2780.00/2787.32	WSVECS04 Frhs2[1722]: 6 -1.00006 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[196]: 6 -1.00006 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[397]: 6 -1.50003 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[480]: 6 -1.00006 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[492]: 6 -1.00007 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[540]: 6 -1.00008 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[547]: 6 -1.00004 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[573]: 6 -1.00005 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[598]: 6 -1.00009 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[608]: 6 -1.00005 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[681]: 6 0 1.75003 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[1000]: 6 0 2.00007 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[1081]: 6 -1.00002 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[1082]: 6 -1.00003 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[1143]: 6 -1.00006 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[1211]: 6 -1.00006 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[1229]: 6 -2.4844 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[1500]: 6 -1.00004 0 shouldn't be
2780.19/2787.52	WSVECS04 Frhs2[1587]: 6 -1.00008 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[235]: 6 -1.87505 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[394]: 6 -1.00009 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[398]: 6 -1.50008 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[465]: 6 -1.00009 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[539]: 6 -1.00004 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[574]: 6 -1.00007 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[794]: 6 -1.00008 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[1098]: 6 -1.00002 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[1127]: 6 -1.00002 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[1161]: 6 -1.00002 0 shouldn't be
2780.40/2787.78	WSVECS04 Frhs2[1728]: 6 -1.43757 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[179]: 6 -1.5001 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[185]: 6 -1.98439 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[204]: 6 -1.96884 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[233]: 6 -1.00002 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[245]: 6 -1.00004 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[248]: 6 -1.50003 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[296]: 6 -1.50009 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[431]: 6 -1.50009 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[475]: 6 -1.50004 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[1097]: 6 -1.00006 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[1262]: 6 -1.00003 0 shouldn't be
2780.80/2788.12	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
2781.20/2788.57	WSVECS04 Frhs2[92]: 6 -1.96877 0 shouldn't be
2781.20/2788.57	WSVECS04 Frhs2[514]: 6 -1.00008 0 shouldn't be
2781.20/2788.57	WSVECS04 Frhs2[526]: 6 -2.57817 0 shouldn't be
2781.20/2788.57	WSVECS04 Frhs2[1069]: 6 -1.00006 0 shouldn't be
2781.20/2788.57	WSVECS04 Frhs2[1124]: 6 0 2.50009 shouldn't be
2781.20/2788.57	WSVECS04 Frhs2[1644]: 6 -1.00007 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[6]: 6 -1.00003 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[85]: 6 -1.99977 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[126]: 6 -1.87506 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[298]: 6 -1.5001 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[537]: 6 -1.00004 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[554]: 6 -1.00004 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[568]: 6 -1.00003 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[571]: 6 -1.00002 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[577]: 6 -3.12509 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[601]: 6 -1.00008 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[760]: 6 -1.00009 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[905]: 6 -1.50007 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[1007]: 6 0 3.37507 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[1263]: 6 -2.18759 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[1691]: 6 -1.00003 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[1707]: 6 -1.01374 0 shouldn't be
2781.70/2789.01	WSVECS04 Frhs2[1725]: 6 -1.00005 0 shouldn't be
2834.36/2841.80	c #Conflicts:    1538000 | #Constraints:      50093
2834.36/2841.80	c #Conflicts:    1539000 | #Constraints:      51093
2834.36/2841.80	c #Conflicts:    1540000 | #Constraints:      52093
2834.36/2841.80	c #Conflicts:    1541000 | #Constraints:      53093
2834.36/2841.80	c #Conflicts:    1542000 | #Constraints:      54093
2834.36/2841.80	c #Conflicts:    1543000 | #Constraints:      55093
2834.36/2841.80	c #Conflicts:    1544000 | #Constraints:      56093
2834.36/2841.80	c #Conflicts:    1545000 | #Constraints:      57093
2834.36/2841.80	c #Conflicts:    1546000 | #Constraints:      58093
2834.36/2841.80	c #Conflicts:    1547000 | #Constraints:      59093
2834.36/2841.80	c #Conflicts:    1548000 | #Constraints:      60093
2834.36/2841.80	c #Conflicts:    1549000 | #Constraints:      61093
2834.36/2841.80	c #Conflicts:    1550000 | #Constraints:      62093
2834.36/2841.80	c #Conflicts:    1551000 | #Constraints:      63093
2834.36/2841.80	c #Conflicts:    1552000 | #Constraints:      64093
2834.36/2841.80	c #Conflicts:    1553000 | #Constraints:      65093
2834.36/2841.80	c #Conflicts:    1554000 | #Constraints:      66093
2834.36/2841.80	c #Conflicts:    1555000 | #Constraints:      67093
2834.36/2841.80	c #Conflicts:    1556000 | #Constraints:      68093
2834.36/2841.80	c #Conflicts:    1557000 | #Constraints:      69093
2834.36/2841.80	c #Conflicts:    1558000 | #Constraints:      70093
2834.36/2841.80	c #Conflicts:    1559000 | #Constraints:      71093
2834.36/2841.80	c #Conflicts:    1560000 | #Constraints:      72093
2834.36/2841.80	c #Conflicts:    1561000 | #Constraints:      73093
2834.36/2841.80	c #Conflicts:    1562000 | #Constraints:      74093
2834.36/2841.80	c #Conflicts:    1563000 | #Constraints:      75093
2834.36/2841.80	c #Conflicts:    1564000 | #Constraints:      76093
2834.36/2841.80	c #Conflicts:    1565000 | #Constraints:      77093
2834.36/2841.80	c #Conflicts:    1566000 | #Constraints:      78093
2834.36/2841.80	c #Conflicts:    1567000 | #Constraints:      79093
2834.36/2841.80	c #Conflicts:    1568000 | #Constraints:      80093
2834.36/2841.80	c INPROCESSING
2834.36/2841.80	c GARBAGE COLLECT
2834.36/2841.80	c rational objective 4.93587
2845.54/2853.09	c #Conflicts:    1569000 | #Constraints:      42858
2845.54/2853.09	c #Conflicts:    1570000 | #Constraints:      43859
2845.54/2853.09	c #Conflicts:    1571000 | #Constraints:      44859
2845.54/2853.09	c #Conflicts:    1572000 | #Constraints:      45859
2845.54/2853.09	c #Conflicts:    1573000 | #Constraints:      46859
2845.54/2853.09	c #Conflicts:    1574000 | #Constraints:      47861
2845.54/2853.09	c #Conflicts:    1575000 | #Constraints:      48861
2845.54/2853.09	c #Conflicts:    1576000 | #Constraints:      49861
2845.54/2853.09	c #Conflicts:    1577000 | #Constraints:      50861
2845.54/2853.09	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[656]: 6 -1 0 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1015]: 6 -1 0 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1202]: 6 -1 0 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1222]: 6 -1 0 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1454]: 6 0 0.233069 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1457]: 6 0 0.22682 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1459]: 6 -3.00011 0 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1519]: 6 0 14.9074 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1523]: 6 -0.5 0 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1563]: 6 0 0.204716 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1782]: 6 -0.99989 0 shouldn't be
2845.54/2853.09	WSVECS04 Frhs2[1786]: 6 -0.998229 0 shouldn't be
3219.46/3227.99	c #Conflicts:    1578000 | #Constraints:      51861
3219.46/3227.99	c #Conflicts:    1579000 | #Constraints:      52861
3219.46/3227.99	c #Conflicts:    1580000 | #Constraints:      53861
3219.46/3227.99	c #Conflicts:    1581000 | #Constraints:      54861
3219.46/3227.99	c #Conflicts:    1582000 | #Constraints:      55861
3219.46/3227.99	c #Conflicts:    1583000 | #Constraints:      56861
3219.46/3227.99	c #Conflicts:    1584000 | #Constraints:      57861
3219.46/3227.99	c #Conflicts:    1585000 | #Constraints:      58861
3219.46/3227.99	c #Conflicts:    1586000 | #Constraints:      59861
3219.46/3227.99	c #Conflicts:    1587000 | #Constraints:      60861
3219.46/3227.99	c #Conflicts:    1588000 | #Constraints:      61861
3219.46/3227.99	c #Conflicts:    1589000 | #Constraints:      62861
3219.46/3227.99	c #Conflicts:    1590000 | #Constraints:      63861
3219.46/3227.99	c #Conflicts:    1591000 | #Constraints:      64861
3219.46/3227.99	c #Conflicts:    1592000 | #Constraints:      65861
3219.46/3227.99	c #Conflicts:    1593000 | #Constraints:      66861
3219.46/3227.99	c #Conflicts:    1594000 | #Constraints:      67861
3219.46/3227.99	c #Conflicts:    1595000 | #Constraints:      68861
3219.46/3227.99	c #Conflicts:    1596000 | #Constraints:      69861
3219.46/3227.99	c #Conflicts:    1597000 | #Constraints:      70861
3219.46/3227.99	c #Conflicts:    1598000 | #Constraints:      71861
3219.46/3227.99	c #Conflicts:    1599000 | #Constraints:      72861
3219.46/3227.99	c #Conflicts:    1600000 | #Constraints:      73861
3219.46/3227.99	c #Conflicts:    1601000 | #Constraints:      74861
3219.46/3227.99	c #Conflicts:    1602000 | #Constraints:      75861
3219.46/3227.99	c #Conflicts:    1603000 | #Constraints:      76861
3219.46/3227.99	c #Conflicts:    1604000 | #Constraints:      77861
3219.46/3227.99	c #Conflicts:    1605000 | #Constraints:      78861
3219.46/3227.99	c #Conflicts:    1606000 | #Constraints:      79861
3219.46/3227.99	c #Conflicts:    1607000 | #Constraints:      80861
3219.46/3227.99	c #Conflicts:    1608000 | #Constraints:      81861
3219.46/3227.99	c #Conflicts:    1609000 | #Constraints:      82861
3219.46/3227.99	c #Conflicts:    1610000 | #Constraints:      83861
3219.46/3227.99	c #Conflicts:    1611000 | #Constraints:      84861
3219.46/3227.99	c #Conflicts:    1612000 | #Constraints:      85862
3219.46/3227.99	c #Conflicts:    1613000 | #Constraints:      86862
3219.46/3227.99	c #Conflicts:    1614000 | #Constraints:      87862
3219.46/3227.99	c #Conflicts:    1615000 | #Constraints:      88862
3219.46/3227.99	c #Conflicts:    1616000 | #Constraints:      89862
3219.46/3227.99	c #Conflicts:    1617000 | #Constraints:      90862
3219.46/3227.99	c #Conflicts:    1618000 | #Constraints:      91862
3219.46/3227.99	c #Conflicts:    1619000 | #Constraints:      92863
3219.46/3227.99	c #Conflicts:    1620000 | #Constraints:      93863
3219.46/3227.99	c #Conflicts:    1621000 | #Constraints:      94863
3219.46/3227.99	c #Conflicts:    1622000 | #Constraints:      95864
3219.46/3227.99	c #Conflicts:    1623000 | #Constraints:      96864
3219.46/3227.99	c #Conflicts:    1624000 | #Constraints:      97864
3219.46/3227.99	c #Conflicts:    1625000 | #Constraints:      98864
3219.46/3227.99	c #Conflicts:    1626000 | #Constraints:      99864
3219.46/3227.99	c #Conflicts:    1627000 | #Constraints:     100864
3219.46/3227.99	c #Conflicts:    1628000 | #Constraints:     101864
3219.46/3227.99	c #Conflicts:    1629000 | #Constraints:     102864
3219.46/3227.99	c #Conflicts:    1630000 | #Constraints:     103864
3219.46/3227.99	c #Conflicts:    1631000 | #Constraints:     104864
3219.46/3227.99	c #Conflicts:    1632000 | #Constraints:     105864
3219.46/3227.99	c #Conflicts:    1633000 | #Constraints:     106864
3219.46/3227.99	WSVECS04 Frhs2[38]: 6 -36.8674 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[39]: 6 0 2.92187 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[41]: 6 0 5.6903 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[71]: 6 0 0.921825 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[73]: 6 0 3.69024 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[74]: 6 0 9.38044 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[75]: 6 0 17.7648 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[80]: 6 0 600.504 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[139]: 6 0 16.7531 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[140]: 6 0 35.5217 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[147]: 6 0 4803.03 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[195]: 6 0 4801.53 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[201]: 6 -1.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[204]: 6 -1.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[216]: 6 -1.00009 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[217]: 6 -1.0001 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[218]: 6 -1.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[223]: 6 0 297.924 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[225]: 6 0 1198.7 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[226]: 6 0 2399.39 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[227]: 6 0 4801.78 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[228]: 6 0 9606.06 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[230]: 6 0 38431.2 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[251]: 6 -1.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[252]: 6 -1.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[255]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[256]: 6 -5.36422 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[268]: 6 -1.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[269]: 6 -1.00009 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[327]: 6 -2.08879 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[396]: 6 -20.5517 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[412]: 6 -21.0517 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[463]: 6 -154.413 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[464]: 6 -303.077 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[469]: 6 -9606.45 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[470]: 6 -19216.8 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[472]: 6 -76847.1 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[473]: 6 -1.00005 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[503]: 6 -38425.8 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[504]: 6 -76849.1 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[507]: 6 -1.00005 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[514]: 6 -1206.81 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[515]: 6 -2410.61 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[521]: 6 -153696 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[523]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[524]: 6 -1.00004 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[540]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[541]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[554]: 6 -1.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[555]: 6 -1.00009 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[557]: 6 -1.00004 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[558]: 6 -1.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[605]: 6 -1.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[606]: 6 -1.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[608]: 6 -1.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[609]: 6 -1.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[630]: 6 0 6.92183 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[645]: 6 0 7.92182 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[692]: 6 -153848 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[708]: 6 -1.00009 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[767]: 6 -153782 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[769]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[780]: 6 -3.00005 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[783]: 6 -1.00004 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[784]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[785]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[788]: 6 -1.00005 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[814]: 6 -614947 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[816]: 6 -1.00004 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[817]: 6 -1.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[830]: 6 -1.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[831]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[832]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[833]: 6 -1.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[836]: 6 -1.0001 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[919]: 6 -38.7357 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[936]: 6 -20.5517 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[959]: 6 0 2.00004 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[966]: 6 0 1.00006 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[970]: 6 0 1.00007 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[975]: 6 0 1.0001 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[977]: 6 -1.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[982]: 6 0 1.00009 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[986]: 6 0 1.00006 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1014]: 6 0 4.68755 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1018]: 6 0 1.00003 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1025]: 6 -1.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1034]: 6 0 3.00002 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1050]: 6 0 3.00002 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1056]: 6 -1.00005 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1088]: 6 -1.00009 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1101]: 6 -1.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1102]: 6 -1.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1104]: 6 -1.00004 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1105]: 6 -1.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1117]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1121]: 6 -1.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1134]: 6 -1.00004 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1137]: 6 -1.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1150]: 6 -1.0001 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1153]: 6 -1.0001 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1180]: 6 -28.7609 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1204]: 6 -4813.53 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1304]: 6 -1.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1344]: 6 0 147.962 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1352]: 6 0 8.00007 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1357]: 6 -2.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1359]: 6 -2.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1364]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1372]: 6 -2.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1376]: 6 -2.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1381]: 6 -2.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1384]: 6 -2.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1391]: 6 -2.00005 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1392]: 6 -2.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1405]: 6 -2.0001 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1406]: 6 -2.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1407]: 6 -2.0001 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1408]: 6 -2.00005 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1411]: 6 -1.00005 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1447]: 6 0 0.147238 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1464]: 6 0 0.588868 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1470]: 6 0 33.1034 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1506]: 6 -4.30868 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1517]: 6 0 19.0517 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1540]: 6 -5.23443 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1557]: 6 -8.46882 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1564]: 6 -1.00005 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1580]: 6 -2.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1581]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1586]: 6 -1.50005 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1591]: 6 -7.87503 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1594]: 6 0 6.00003 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1596]: 6 -2.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1597]: 6 -2.00004 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1598]: 6 -1.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1603]: 6 -1.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1608]: 6 -11.75 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1612]: 6 -2.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1613]: 6 -2.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1614]: 6 -2.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1630]: 6 -2.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1676]: 6 -2.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1691]: 6 -2.00002 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1696]: 6 -2.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1700]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1708]: 6 -2.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1710]: 6 -2.00004 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1716]: 6 -2.00003 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1724]: 6 -2.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1725]: 6 -2.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1727]: 6 -2.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1732]: 6 -2.00008 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1757]: 6 -1.00006 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1758]: 6 -1.00004 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1759]: 6 -1.00009 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1765]: 6 -1.00007 0 shouldn't be
3219.46/3227.99	WSVECS04 Frhs2[1799]: 6 -1.00003 0 shouldn't be
3475.90/3485.03	c #Conflicts:    1634000 | #Constraints:     107864
3475.90/3485.03	c #Conflicts:    1635000 | #Constraints:     108864
3475.90/3485.03	c #Conflicts:    1636000 | #Constraints:     109864
3475.90/3485.03	c #Conflicts:    1637000 | #Constraints:     110864
3475.90/3485.03	c #Conflicts:    1638000 | #Constraints:     111864
3475.90/3485.03	c #Conflicts:    1639000 | #Constraints:     112864
3475.90/3485.03	c #Conflicts:    1640000 | #Constraints:     113864
3475.90/3485.03	c #Conflicts:    1641000 | #Constraints:     114864
3475.90/3485.03	c #Conflicts:    1642000 | #Constraints:     115864
3475.90/3485.03	c #Conflicts:    1643000 | #Constraints:     116864
3475.90/3485.03	c #Conflicts:    1644000 | #Constraints:     117864
3475.90/3485.03	c #Conflicts:    1645000 | #Constraints:     118864
3475.90/3485.03	c #Conflicts:    1646000 | #Constraints:     119864
3475.90/3485.03	c #Conflicts:    1647000 | #Constraints:     120864
3475.90/3485.03	c #Conflicts:    1648000 | #Constraints:     121864
3475.90/3485.03	c #Conflicts:    1649000 | #Constraints:     122864
3475.90/3485.03	c #Conflicts:    1650000 | #Constraints:     123864
3475.90/3485.03	c #Conflicts:    1651000 | #Constraints:     124864
3475.90/3485.03	c #Conflicts:    1652000 | #Constraints:     125864
3475.90/3485.03	c #Conflicts:    1653000 | #Constraints:     126864
3475.90/3485.03	c #Conflicts:    1654000 | #Constraints:     127864
3475.90/3485.03	c #Conflicts:    1655000 | #Constraints:     128864
3475.90/3485.03	c #Conflicts:    1656000 | #Constraints:     129864
3475.90/3485.03	c #Conflicts:    1657000 | #Constraints:     130864
3475.90/3485.03	c INPROCESSING
3475.90/3485.03	c GARBAGE COLLECT
3475.90/3485.03	c rational objective 4.1058
3536.24/3545.52	c #Conflicts:    1658000 | #Constraints:      68004
3536.24/3545.52	c #Conflicts:    1659000 | #Constraints:      69004
3536.24/3545.52	c #Conflicts:    1660000 | #Constraints:      70004
3536.24/3545.52	c #Conflicts:    1661000 | #Constraints:      71004
3536.24/3545.52	c #Conflicts:    1662000 | #Constraints:      72004
3536.24/3545.52	c #Conflicts:    1663000 | #Constraints:      73004
3536.24/3545.52	c #Conflicts:    1664000 | #Constraints:      74004
3536.24/3545.52	c #Conflicts:    1665000 | #Constraints:      75004
3536.24/3545.52	c #Conflicts:    1666000 | #Constraints:      76004
3536.24/3545.52	c #Conflicts:    1667000 | #Constraints:      77004
3536.24/3545.52	c #Conflicts:    1668000 | #Constraints:      78004
3536.24/3545.52	c #Conflicts:    1669000 | #Constraints:      79004
3536.24/3545.52	c #Conflicts:    1670000 | #Constraints:      80004
3536.24/3545.52	c #Conflicts:    1671000 | #Constraints:      81004
3536.24/3545.52	c #Conflicts:    1672000 | #Constraints:      82004
3536.24/3545.52	c #Conflicts:    1673000 | #Constraints:      83004
3536.24/3545.52	c #Conflicts:    1674000 | #Constraints:      84004
3536.24/3545.52	c #Conflicts:    1675000 | #Constraints:      85004
3536.24/3545.52	c #Conflicts:    1676000 | #Constraints:      86004
3536.24/3545.52	c #Conflicts:    1677000 | #Constraints:      87004
3536.24/3545.52	c #Conflicts:    1678000 | #Constraints:      88004
3536.24/3545.52	c #Conflicts:    1679000 | #Constraints:      89004
3536.24/3545.52	c #Conflicts:    1680000 | #Constraints:      90004
3536.24/3545.52	c #Conflicts:    1681000 | #Constraints:      91004
3536.24/3545.52	c #Conflicts:    1682000 | #Constraints:      92004
3536.24/3545.52	c #Conflicts:    1683000 | #Constraints:      93004
3536.24/3545.52	c #Conflicts:    1684000 | #Constraints:      94004
3536.24/3545.52	c #Conflicts:    1685000 | #Constraints:      95004
3536.24/3545.52	c #Conflicts:    1686000 | #Constraints:      96004
3536.24/3545.52	c #Conflicts:    1687000 | #Constraints:      97004
3536.24/3545.52	c #Conflicts:    1688000 | #Constraints:      98004
3536.24/3545.52	c #Conflicts:    1689000 | #Constraints:      99004
3536.24/3545.52	c INPROCESSING
3536.24/3545.52	c GARBAGE COLLECT
3536.24/3545.52	c rational objective 4.12095
3595.10/3604.57	c #Conflicts:    1690000 | #Constraints:      52024
3595.10/3604.57	c #Conflicts:    1691000 | #Constraints:      53024
3595.10/3604.57	c #Conflicts:    1692000 | #Constraints:      54025
3595.10/3604.57	c #Conflicts:    1693000 | #Constraints:      55025
3595.10/3604.57	c #Conflicts:    1694000 | #Constraints:      56025
3595.10/3604.57	c #Conflicts:    1695000 | #Constraints:      57025
3595.10/3604.57	c #Conflicts:    1696000 | #Constraints:      58025
3595.10/3604.57	c #Conflicts:    1697000 | #Constraints:      59025
3595.10/3604.57	c #Conflicts:    1698000 | #Constraints:      60025
3595.10/3604.57	c #Conflicts:    1699000 | #Constraints:      61025
3595.10/3604.57	c #Conflicts:    1700000 | #Constraints:      62025
3595.10/3604.57	c #Conflicts:    1701000 | #Constraints:      63026
3595.10/3604.57	c #Conflicts:    1702000 | #Constraints:      64026
3595.10/3604.57	c #Conflicts:    1703000 | #Constraints:      65026
3595.10/3604.57	c #Conflicts:    1704000 | #Constraints:      66026
3595.10/3604.57	c #Conflicts:    1705000 | #Constraints:      67027
3595.10/3604.57	c #Conflicts:    1706000 | #Constraints:      68027
3595.10/3604.57	c #Conflicts:    1707000 | #Constraints:      69027
3595.10/3604.57	c #Conflicts:    1708000 | #Constraints:      70030
3595.10/3604.57	c #Conflicts:    1709000 | #Constraints:      71030
3595.10/3604.57	c #Conflicts:    1710000 | #Constraints:      72030
3595.10/3604.57	c #Conflicts:    1711000 | #Constraints:      73030
3595.10/3604.57	c #Conflicts:    1712000 | #Constraints:      74030
3595.10/3604.57	c #Conflicts:    1713000 | #Constraints:      75030
3595.10/3604.57	c #Conflicts:    1714000 | #Constraints:      76030
3595.10/3604.57	c #Conflicts:    1715000 | #Constraints:      77030
3595.10/3604.57	c #Conflicts:    1716000 | #Constraints:      78030
3595.10/3604.57	c #Conflicts:    1717000 | #Constraints:      79030
3595.10/3604.57	c #Conflicts:    1718000 | #Constraints:      80030
3595.10/3604.57	c #Conflicts:    1719000 | #Constraints:      81030
3595.10/3604.57	c #Conflicts:    1720000 | #Constraints:      82030
3595.10/3604.57	c #Conflicts:    1721000 | #Constraints:      83030
3595.10/3604.57	c INPROCESSING
3595.10/3604.57	c GARBAGE COLLECT
3595.10/3604.57	c rational objective 4.2831
3600.09/3609.50	c #Conflicts:    1722000 | #Constraints:      43869
3600.09/3609.50	c #Conflicts:    1723000 | #Constraints:      44869
3600.09/3609.50	c #Conflicts:    1724000 | #Constraints:      45869
3600.09/3609.50	c #Conflicts:    1725000 | #Constraints:      46869
3600.09/3609.50	c #Conflicts:    1726000 | #Constraints:      47869
3600.09/3609.50	c #Conflicts:    1727000 | #Constraints:      48869
3600.09/3609.50	c cpu time 3591.23 s
3600.09/3609.50	c deterministic time 162242006776 1.62e+11
3600.09/3609.50	c optimization time 4.76779 s
3600.09/3609.50	c total solve time 3586.45 s
3600.09/3609.50	c core-guided solve time 0 s
3600.09/3609.50	c propagation time 2252.64 s
3600.09/3609.50	c conflict analysis time 1280.41 s
3600.09/3609.50	c propagations 529096448
3600.09/3609.50	c resolve steps 208529583
3600.09/3609.50	c decisions 2228098
3600.09/3609.50	c conflicts 1727316
3600.09/3609.50	c restarts 3323
3600.09/3609.50	c inprocessing phases 67
3600.09/3609.50	c garbage collections 67 ,( 100.00 )
3600.09/3609.50	c input clauses 1938 ,( 64.02 )
3600.09/3609.50	c input cardinalities 0 ,( 0.00 )
3600.09/3609.50	c input general constraints 1089 ,( 35.98 )
3600.09/3609.50	c input average constraint length 3.27
3600.09/3609.50	c input average constraint degree 5675544.88
3600.09/3609.50	c learned clauses 1389377 ,( 80.42 )
3600.09/3609.50	c learned cardinalities 228 ,( 0.01 )
3600.09/3609.50	c learned general constraints 338008 ,( 19.57 )
3600.09/3609.50	c learned average constraint length 235.68
3600.09/3609.50	c learned average constraint degree 45100390.83
3600.09/3609.50	c watched  CF 32, 64, 128, Arb: 68860 , 0 , 0 , 0
3600.09/3609.50	c counting CF 32, 64, 128, Arb: 270236 , 1 , 0 , 0
3600.09/3609.50	c watched   constraints 68860 ,( 20.31 ) 
3600.09/3609.50	c counting  constraints 270237 ,( 79.69 ) 
3600.09/3609.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1560795878 , 9626399 , 40113222373 ,( 151688456 , 39961533917 )
3600.09/3609.50	c gcd simplifications 27547
3600.09/3609.50	c detected cardinalities 37
3600.09/3609.50	c weakened non-implied lits 86658968
3600.09/3609.50	c weakened non-implying lits 201315
3600.09/3609.50	c original variables 1802
3600.09/3609.50	c clausal propagations 190583490
3600.09/3609.50	c cardinality propagations 371565
3600.09/3609.50	c watched propagations 2229894
3600.09/3609.50	c counting propagations 334177328
3600.09/3609.50	c watch lookups 112741400081
3600.09/3609.50	c watch backjump lookups 0
3600.09/3609.50	c watch checks 4998299552
3600.09/3609.50	c propagation checks 41679071669
3600.09/3609.50	c constraint additions 1758523366
3600.09/3609.50	c trail pops 533050519
3600.09/3609.50	c formula constraints 3027
3600.09/3609.50	c learned constraints 1727312
3600.09/3609.50	c bound constraints 0
3600.09/3609.50	c core-guided constraints 0
3600.09/3609.50	c encountered formula constraints 140837837
3600.09/3609.50	c encountered learned constraints 68931637
3600.09/3609.50	c encountered bound constraints 0
3600.09/3609.50	c encountered core-guided constraints 0
3600.09/3609.50	c LP total time 47.5193 s
3600.09/3609.50	c LP solve time 42.2 s
3600.09/3609.50	c LP constraints added 3253
3600.09/3609.50	c LP constraints removed 211
3600.09/3609.50	c LP pivots internal 172968
3600.09/3609.50	c LP pivots root 164074
3600.09/3609.50	c LP calls 422
3600.09/3609.50	c LP optimalities 62
3600.09/3609.50	c LP no pivot count 1
3600.09/3609.50	c LP infeasibilities 287
3600.09/3609.50	c LP valid Farkas constraints 282
3600.09/3609.50	c LP learned Farkas constraints 3
3600.09/3609.50	c LP basis resets 70
3600.09/3609.50	c LP cycling count 6
3600.09/3609.50	c LP singular count 44
3600.09/3609.50	c LP no primal count 0
3600.09/3609.50	c LP no farkas count 2
3600.09/3609.50	c LP other issue count 18
3600.09/3609.50	c LP Gomory cuts 16
3600.09/3609.50	c LP learned cuts 212
3600.09/3609.50	c LP deleted cuts 217
3600.09/3609.50	c LP encountered Gomory constraints 17
3600.09/3609.50	c LP encountered Farkas constraints 487402
3600.09/3609.50	c LP encountered learned Farkas constraints 3
3600.09/3609.50	c CG auxiliary variables introduced 0
3600.09/3609.50	c CG solutions found 0
3600.09/3609.50	c CG cores constructed 0
3600.09/3609.50	c CG core cardinality constraints returned 0
3600.09/3609.50	c CG unit cores 0
3600.09/3609.50	c CG single cores 0
3600.09/3609.50	c CG blocks removed during cardinality reduction 0
3600.09/3609.50	c CG first core best 0
3600.09/3609.50	c CG decision core best 0
3600.09/3609.50	c CG core reduction tie 0
3600.09/3609.50	c CG core degree average 0.00
3600.09/3609.50	c CG core slack average 0.00
3600.09/3609.50	c CG core upper bound improvements 0
3600.09/3609.50	c STR number of successful calls 0
3600.09/3609.50	c STR number of unsuccessful calls 0
3600.09/3609.50	c STR number of inconclusive calls 0
3600.09/3609.50	c STR number of successful attempts 0
3600.09/3609.50	c STR number of unsuccessful attempts 0
3600.09/3609.50	c STR number of inconclusive attempts 0
3600.09/3609.50	c STR average degree increase per successful call inf
3600.09/3609.50	c STR average degree increase per successful attempt inf
3600.09/3609.50	c STR total number of conflicts for successful attempts 0
3600.09/3609.50	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3609.50	c STR total number of conflicts for inconclusive attempts 0
3600.09/3609.50	c STR average number of conflicts per successful attempt inf
3600.09/3609.50	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3609.50	c STR average number of conflicts per inconclusive attempt inf
3600.09/3609.50	c AVG.sumWPerc 71.57 
3600.09/3609.50	c bigint constraints 1 
3600.09/3609.50	s UNKNOWN
3600.09/3609.50	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100059 s]*
/proc/loadavg: 4.12 4.11 4.09 4/263 165085
/proc/meminfo: memFree=129041352/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=61740 memory=17828 CPUtime=0.06 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 2354 0 0 0 6 0 0 0 20 0 1 0 236299536 63221760 4457 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 15435 4457 2368 1147 0 2862 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 65932 KiB
Current children cumulated memory: 20772 KiB

[startup+0.205933 s]*
/proc/loadavg: 4.12 4.11 4.09 4/263 165090
/proc/meminfo: memFree=129033096/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=62008 memory=18084 CPUtime=0.17 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 2409 0 0 0 17 0 0 0 20 0 1 0 236299536 63496192 4521 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 15502 4521 2368 1147 0 2929 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 66200 KiB
Current children cumulated memory: 21028 KiB

[startup+0.30588 s]*
/proc/loadavg: 4.12 4.11 4.09 5/268 165101
/proc/meminfo: memFree=129031348/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=62008 memory=18212 CPUtime=0.27 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 2431 0 0 0 27 0 0 0 20 0 1 0 236299536 63496192 4553 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 15502 4553 2368 1147 0 2929 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 66200 KiB
Current children cumulated memory: 21156 KiB

[startup+0.700126 s]
/proc/loadavg: 4.12 4.11 4.09 5/268 165101
/proc/meminfo: memFree=129028368/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=62668 memory=18724 CPUtime=0.66 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 2568 0 0 0 65 1 0 0 20 0 1 0 236299536 64172032 4681 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 15667 4681 2368 1147 0 3094 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 66860 KiB
Current children cumulated memory: 21668 KiB

[startup+1.50013 s]
/proc/loadavg: 4.12 4.11 4.09 5/268 165101
/proc/meminfo: memFree=129020556/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=63820 memory=19876 CPUtime=1.46 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 2855 0 0 0 144 2 0 0 20 0 1 0 236299536 65351680 4969 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 15955 4969 2368 1147 0 3382 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 68012 KiB
Current children cumulated memory: 22820 KiB

[startup+3.1053 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 165101
/proc/meminfo: memFree=128995416/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=64540 memory=20516 CPUtime=3.06 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 3022 0 0 0 303 3 0 0 20 0 1 0 236299536 66088960 5129 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 16135 5129 2368 1147 0 3562 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 68732 KiB
Current children cumulated memory: 23460 KiB

[startup+6.30013 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 165101
/proc/meminfo: memFree=128965800/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=65640 memory=23596 CPUtime=6.25 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 3261 0 0 0 619 6 0 0 20 0 1 0 236299536 67215360 5899 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 16410 5899 2368 1147 0 3837 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 69832 KiB
Current children cumulated memory: 26540 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 165102
/proc/meminfo: memFree=128889964/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=66560 memory=24620 CPUtime=12.63 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 3525 0 0 0 1253 10 0 0 20 0 1 0 236299536 68157440 6155 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 16640 6155 2368 1147 0 4067 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 70752 KiB
Current children cumulated memory: 27564 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 165102
/proc/meminfo: memFree=128822880/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=84744 memory=38268 CPUtime=25.4 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 5896 0 0 0 2521 19 0 0 20 0 1 0 236299536 86777856 9567 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 21186 9567 2432 1147 0 8613 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 88936 KiB
Current children cumulated memory: 41212 KiB

[startup+51.1055 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 165102
/proc/meminfo: memFree=128713144/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=90084 memory=45460 CPUtime=50.94 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 7187 0 0 0 5059 35 0 0 20 0 1 0 236299536 92246016 11365 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 22521 11365 2432 1147 0 9948 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 94276 KiB
Current children cumulated memory: 48404 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 165104
/proc/meminfo: memFree=128478612/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=119400 memory=69448 CPUtime=102 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 11633 0 0 0 10140 60 0 0 20 0 1 0 236299536 122265600 17362 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 29850 17362 2464 1147 0 17277 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 123592 KiB
Current children cumulated memory: 72392 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/268 165106
/proc/meminfo: memFree=128364492/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=120800 memory=75212 CPUtime=161.85 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 12034 0 0 0 16094 91 0 0 20 0 1 0 236299536 123699200 18803 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 30200 18803 2464 1147 0 17627 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 124992 KiB
Current children cumulated memory: 78156 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 165108
/proc/meminfo: memFree=128236244/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=145604 memory=88892 CPUtime=221.69 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 13930 0 0 0 22052 117 0 0 20 0 1 0 236299536 149098496 22223 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 36401 22223 2464 1147 0 23828 0
Current children cumulated CPU time: 221.69 s

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

/proc/165075/statm: 92215 72742 2464 1147 0 79642 0
Current children cumulated CPU time: 3094.19 s
Current children cumulated vsize: 373052 KiB
Current children cumulated memory: 293912 KiB

[startup+3162.3 s]
/proc/loadavg: 4.19 4.19 4.12 5/267 165257
/proc/meminfo: memFree=126386120/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=376668 memory=296600 CPUtime=3154.03 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 50879 0 0 0 314576 827 0 0 20 0 1 0 236299536 385708032 74150 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 94167 74150 2464 1147 0 81594 0
Current children cumulated CPU time: 3154.03 s
Current children cumulated vsize: 380860 KiB
Current children cumulated memory: 299544 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.18 4.12 5/267 165259
/proc/meminfo: memFree=126366072/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=382812 memory=301592 CPUtime=3213.88 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 52144 0 0 0 320556 832 0 0 20 0 1 0 236299536 391999488 75398 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 95703 75398 2464 1147 0 83130 0
Current children cumulated CPU time: 3213.88 s
Current children cumulated vsize: 387004 KiB
Current children cumulated memory: 304536 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.16 4.12 5/267 165261
/proc/meminfo: memFree=126353832/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=391004 memory=307736 CPUtime=3273.73 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 53666 0 0 0 326534 839 0 0 20 0 1 0 236299536 400388096 76934 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 97751 76934 2464 1147 0 85178 0
Current children cumulated CPU time: 3273.73 s
Current children cumulated vsize: 395196 KiB
Current children cumulated memory: 310680 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.16 4.12 5/266 165263
/proc/meminfo: memFree=126304496/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=399068 memory=313752 CPUtime=3333.57 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 55179 0 0 0 332513 844 0 0 20 0 1 0 236299536 408645632 78438 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 99767 78438 2464 1147 0 87194 0
Current children cumulated CPU time: 3333.57 s
Current children cumulated vsize: 403260 KiB
Current children cumulated memory: 316696 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/266 165265
/proc/meminfo: memFree=126261528/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=402140 memory=316312 CPUtime=3393.41 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 55823 0 0 0 338493 848 0 0 20 0 1 0 236299536 411791360 79078 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 100535 79078 2464 1147 0 87962 0
Current children cumulated CPU time: 3393.41 s
Current children cumulated vsize: 406332 KiB
Current children cumulated memory: 319256 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/266 165267
/proc/meminfo: memFree=126217868/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=405600 memory=319000 CPUtime=3453.25 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 56499 0 0 0 344472 853 0 0 20 0 1 0 236299536 415334400 79750 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 101400 79750 2464 1147 0 88827 0
Current children cumulated CPU time: 3453.25 s
Current children cumulated vsize: 409792 KiB
Current children cumulated memory: 321944 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/266 165269
/proc/meminfo: memFree=126188684/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=409188 memory=321364 CPUtime=3513.1 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 57600 0 0 0 350447 863 0 0 20 0 1 0 236299536 419008512 80341 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 102297 80341 2464 1147 0 89724 0
Current children cumulated CPU time: 3513.1 s
Current children cumulated vsize: 413380 KiB
Current children cumulated memory: 324308 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/266 165271
/proc/meminfo: memFree=126173940/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=409928 memory=321876 CPUtime=3572.95 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 58180 0 0 0 356416 879 0 0 20 0 1 0 236299536 419766272 80469 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 102482 80469 2464 1147 0 89909 0
Current children cumulated CPU time: 3572.95 s
Current children cumulated vsize: 414120 KiB
Current children cumulated memory: 324820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.14 4.14 4.10 5/267 165279
/proc/meminfo: memFree=126169460/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=410836 memory=322772 CPUtime=3600.09 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 58413 0 0 0 359123 886 0 0 20 0 1 0 236299536 420696064 80693 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 102709 80693 2464 1147 0 90136 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 415028 KiB
Current children cumulated memory: 325716 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.003515 s, system=0.005239 s

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

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

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

[startup+3609.5 s]
/proc/loadavg: 4.14 4.14 4.10 5/267 165279
/proc/meminfo: memFree=126169460/131249988 swapFree=33010160/33010684
[pid=165071] ppid=165065 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/165071/stat : 165071 (run-dec-break.s) S 165065 165071 164273 0 -1 4194304 236 992 0 0 0 0 0 0 20 0 1 0 236299534 4292608 736 18446744073709551615 94221567717376 94221568611909 140730610570304 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94221568850960 94221568898704 94221595881472 140730610571615 140730610571744 140730610571744 140730610577348 0
/proc/165071/statm: 1048 736 672 219 0 110 0
[pid=165075] ppid=165071 vsize=410836 memory=322772 CPUtime=3600.09 cores=4,6
/proc/165075/stat : 165075 (roundingsat) R 165071 165071 164273 0 -1 4194304 58413 0 0 0 359123 886 0 0 20 0 1 0 236299536 420696064 80693 18446744073709551615 4227072 8923433 140736263452320 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 24989696 140736263457090 140736263457318 140736263457318 140736263462890 0
/proc/165075/statm: 102709 80693 2464 1147 0 90136 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 415028 KiB
Current children cumulated memory: 325716 KiB

Child status: 2

Real time (s): 3609.51
CPU time (s): 3600.11
CPU user time (s): 3591.24
CPU system time (s): 8.87428
CPU usage (%): 99.7398
Max. virtual memory (cumulated for all children) (KiB): 415028
Max. memory (cumulated for all children) (KiB): 325716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.24
system time used= 8.87428
maximum resident set size= 323352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 328
involuntary context switches= 2784


# summary of solver processes directly reported to runsolver:
#   pid: 165071,165075
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3591.24
#   total CPU system time (s): 8.87428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.7582 second user time and 17.607 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 19:43:27
IDJOB=4541921
IDBENCH=163589
IDSOLVER=3357
FILE ID=nodeC034/4541921-1753206207
RUNJOBID= nodeC034-1753198973-164291
SLURM_JOB_ID= 9687767
Free space on /tmp= 433016 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4541921-1753206207/watcher-4541921-1753206207 -o /tmp/evaluation-result-4541921-1753206207/solver-4541921-1753206207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753198973-164291 --watchdog 3760  run-dec-break.sh HOME/instance-4541921-1753206207.opb

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

MD5SUM BENCH= b58fe33c06849f09284e381ad8dcab3a
RANDOM SEED=2091113130

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129043008 kB
MemAvailable:   129660996 kB
Buffers:            2128 kB
Cached:          1357116 kB
SwapCached:           32 kB
Active:          1238724 kB
Inactive:         236476 kB
Active(anon):     140068 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):   234324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22584 kB
Writeback:             0 kB
AnonPages:        119044 kB
Mapped:           117832 kB
Shmem:             26264 kB
KReclaimable:     248096 kB
Slab:             346340 kB
SReclaimable:     248096 kB
SUnreclaim:        98244 kB
KernelStack:        4192 kB
PageTables:         3176 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     449200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

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