Trace number 4522369

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 NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22adSAT (TO)-9508 3600.09 3637.55

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-opm2-z7-s2.opb
MD5SUMcf5cf55a0ad097c03b301970f48ee2e9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-10280
Best CPU time to get the best result obtained on this benchmark75.897
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2023
Total number of constraints31798
Number of constraints which are clauses31790
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint2023
Number of terms in the objective function 1997
Biggest coefficient in the objective function 333
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 170608
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 735392
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 5003866
Number of bits of the biggest sum of numbers23
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-4522369-1751588439.opb'
0.00/0.03	c 	read 0.96MB  (17.52ms)
0.00/0.03	c	 [cnf: #variables 2023 #clauses 31799 #duplicates 0 #arr 81759]
0.00/0.04	c output proof to 'PROOFDIR/proof-4522369-1751588439'
0.00/0.04	c 
0.00/0.04	c make graph and approximate orbits
0.00/0.05	c	 [group: #orbits ~= 0] (15.97ms)
0.00/0.05	c 
0.00/0.05	c detect special group actions
0.00/0.05	c 	probe for Johnson action (limit=64)
0.00/0.05	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.05	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.06	c 	 (2.66ms)
0.00/0.06	c 
0.00/0.06	c detect symmetries on remainder
0.00/0.06	c 	[graph: #vertices 57457 #edges 210788]
0.00/0.06	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.06	c 	 [group: #symmetries 1.00*10^0 #generators 0] (3.72ms)
0.00/0.06	c 
0.00/0.06	c finalize break order and special generators
0.00/0.06	c 
0.00/0.06	c generation finished
0.00/0.06	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.06	c 
0.00/0.06	c write result to 'HOME/instance-4522369-1751588439.opb.pre'
0.00/0.06	c 	wrote 0.99MB (2.39ms)
0.00/0.06	c ------------------------------------------------------------------
0.00/0.06	c                  17.52ms 32.30% parse
0.00/0.06	c                  15.97ms 29.44% approx_orbits
0.00/0.06	c                  11.90ms 21.95% other
0.00/0.06	c                   3.72ms  6.86% detect_generic
0.00/0.06	c                   2.66ms  4.91% detect_special
0.00/0.06	c                   2.39ms  4.40% output
0.00/0.06	c                   0.07ms  0.14% finalize_order
0.00/0.06	c         ───────────────────────────────────────────────
0.00/0.06	c                  54.23ms   100% total
0.00/0.06	c ------------------------------------------------------------------
0.00/0.07	c RoundingSat 2
0.00/0.07	c branch pb25
0.00/0.07	c commit 63f22ad
0.16/0.25	c #variables 2023 #constraints 31798
0.16/0.25	c objective is ce32 
0.96/1.05	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.96/1.05	c initial counting CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
0.96/1.05	c bounds -4072 >= -109612 @ 0.936876
1.55/1.60	c bounds -4090 >= -109612 @ 1.47379
1.55/1.60	c bounds -4090 >= -109398 @ 1.47468
1.55/1.60	c bounds -4090 >= -109112 @ 1.48035
2.64/2.78	c bounds -4115 >= -109112 @ 2.63734
2.64/2.79	c bounds -4115 >= -108793 @ 2.64194
2.64/2.79	c bounds -4115 >= -108475 @ 2.64834
2.64/2.79	c bounds -4115 >= -108261 @ 2.65063
2.75/2.80	c bounds -4115 >= -108044 @ 2.65694
2.75/2.81	c bounds -4115 >= -107735 @ 2.66241
2.75/2.81	c bounds -4115 >= -107508 @ 2.66404
2.75/2.82	c bounds -4115 >= -107202 @ 2.66933
2.75/2.82	c bounds -4115 >= -106901 @ 2.67222
2.75/2.83	c bounds -4115 >= -106667 @ 2.67853
2.75/2.83	c bounds -4115 >= -106446 @ 2.6852
2.75/2.84	c bounds -4115 >= -106234 @ 2.69235
2.75/2.85	c bounds -4115 >= -106004 @ 2.69786
2.75/2.85	c bounds -4115 >= -105775 @ 2.70362
2.75/2.85	c bounds -4115 >= -105556 @ 2.70521
2.75/2.86	c bounds -4115 >= -105327 @ 2.70907
2.75/2.86	c bounds -4115 >= -105116 @ 2.71065
2.75/2.86	c bounds -4115 >= -104889 @ 2.71642
2.75/2.87	c bounds -4115 >= -104665 @ 2.72217
2.75/2.88	c bounds -4115 >= -104443 @ 2.72932
2.75/2.88	c bounds -4115 >= -104220 @ 2.7309
2.75/2.88	c bounds -4115 >= -103997 @ 2.73644
2.84/2.90	c bounds -4115 >= -103775 @ 2.74766
2.84/2.90	c bounds -4115 >= -103556 @ 2.75333
2.84/2.91	c bounds -4115 >= -103339 @ 2.7574
2.84/2.91	c bounds -4115 >= -103123 @ 2.7613
2.84/2.92	c bounds -4115 >= -102908 @ 2.77088
2.84/2.93	c bounds -4115 >= -102696 @ 2.77599
2.84/2.93	c bounds -4115 >= -102485 @ 2.78104
2.84/2.94	c bounds -4115 >= -102274 @ 2.78965
2.84/2.95	c bounds -4115 >= -102063 @ 2.7949
2.84/2.96	c bounds -4115 >= -101852 @ 2.80788
2.84/2.99	c bounds -4115 >= -101641 @ 2.83846
6.24/6.35	c bounds -4141 >= -101641 @ 6.1655
6.24/6.37	c bounds -4141 >= -101430 @ 6.18965
15.31/15.49	c bounds -4203 >= -101430 @ 15.2237
25.48/25.69	c rational objective -12879.7
27.08/27.27	c bounds -4244 >= -101430 @ 26.9051
27.18/27.35	c bounds -4244 >= -101219 @ 26.9794
27.18/27.35	c bounds -4291 >= -101219 @ 26.9818
27.18/27.35	c bounds -4348 >= -101219 @ 26.9838
27.18/27.35	c bounds -4353 >= -101219 @ 26.9859
27.18/27.36	c bounds -4369 >= -101219 @ 26.988
27.18/27.36	c bounds -4394 >= -101219 @ 26.989
27.28/27.43	c bounds -4394 >= -101008 @ 27.0626
27.28/27.44	c bounds -4424 >= -101008 @ 27.0651
27.28/27.44	c bounds -4447 >= -101008 @ 27.0672
27.28/27.44	c bounds -4459 >= -101008 @ 27.0693
27.28/27.44	c bounds -4527 >= -101008 @ 27.072
27.28/27.45	c bounds -4559 >= -101008 @ 27.0746
27.28/27.45	c bounds -4587 >= -101008 @ 27.0779
27.48/27.63	c bounds -4587 >= -100797 @ 27.2558
27.48/27.63	c bounds -4607 >= -100797 @ 27.2583
27.48/27.63	c bounds -4617 >= -100797 @ 27.2605
27.48/27.64	c bounds -4651 >= -100797 @ 27.2626
27.48/27.64	c bounds -4676 >= -100797 @ 27.2647
27.48/27.64	c bounds -4677 >= -100797 @ 27.2668
27.48/27.64	c bounds -4693 >= -100797 @ 27.2698
27.48/27.65	c bounds -4713 >= -100797 @ 27.2719
27.48/27.65	c bounds -4717 >= -100797 @ 27.2739
27.48/27.65	c bounds -4726 >= -100797 @ 27.2759
27.48/27.65	c bounds -4737 >= -100797 @ 27.2761
27.48/27.66	c bounds -4744 >= -100797 @ 27.2797
27.48/27.66	c bounds -4752 >= -100797 @ 27.2819
27.48/27.66	c bounds -4814 >= -100797 @ 27.284
27.48/27.66	c bounds -4847 >= -100797 @ 27.2861
27.48/27.67	c bounds -4849 >= -100797 @ 27.2871
27.48/27.67	c bounds -4854 >= -100797 @ 27.2898
27.48/27.67	c bounds -4860 >= -100797 @ 27.2919
27.48/27.67	c bounds -4880 >= -100797 @ 27.2947
27.68/27.89	c bounds -4880 >= -100586 @ 27.5118
27.68/27.90	c bounds -4941 >= -100586 @ 27.5145
27.78/27.90	c bounds -4958 >= -100586 @ 27.5158
27.78/27.90	c bounds -4968 >= -100586 @ 27.5179
27.78/27.90	c bounds -4989 >= -100586 @ 27.5204
27.78/27.90	c bounds -5018 >= -100586 @ 27.522
27.78/27.91	c bounds -5087 >= -100586 @ 27.5248
27.78/27.91	c bounds -5168 >= -100586 @ 27.527
27.78/27.91	c bounds -5198 >= -100586 @ 27.5291
27.78/27.93	c bounds -5226 >= -100586 @ 27.5434
27.78/27.93	c bounds -5240 >= -100586 @ 27.5439
27.78/27.93	c bounds -5262 >= -100586 @ 27.5462
27.78/27.93	c bounds -5269 >= -100586 @ 27.5474
27.78/27.94	c bounds -5296 >= -100586 @ 27.5487
27.78/27.94	c bounds -5304 >= -100586 @ 27.5509
27.78/27.94	c bounds -5318 >= -100586 @ 27.5531
27.78/27.94	c bounds -5348 >= -100586 @ 27.5553
27.78/27.94	c bounds -5379 >= -100586 @ 27.5575
27.78/27.95	c bounds -5424 >= -100586 @ 27.5597
29.68/29.84	c #Conflicts:       1000 | #Constraints:      33026
29.68/29.84	c bounds -5424 >= -100375 @ 29.4309
29.68/29.84	c bounds -5481 >= -100375 @ 29.4338
29.68/29.84	c bounds -5498 >= -100375 @ 29.4361
29.68/29.85	c bounds -5564 >= -100375 @ 29.4391
29.68/29.85	c bounds -5604 >= -100375 @ 29.4414
29.68/29.85	c bounds -5637 >= -100375 @ 29.4437
29.68/29.85	c bounds -5684 >= -100375 @ 29.4468
29.68/29.86	c bounds -5772 >= -100375 @ 29.4491
29.68/29.86	c bounds -5826 >= -100375 @ 29.4504
29.68/29.86	c bounds -5883 >= -100375 @ 29.4523
29.68/29.86	c bounds -5968 >= -100375 @ 29.4552
29.68/29.87	c bounds -5972 >= -100375 @ 29.4581
29.68/29.87	c bounds -5983 >= -100375 @ 29.4602
29.68/29.87	c bounds -5985 >= -100375 @ 29.4651
29.68/29.88	c bounds -6029 >= -100375 @ 29.4686
29.68/29.88	c bounds -6035 >= -100375 @ 29.471
29.68/29.88	c bounds -6050 >= -100375 @ 29.4723
29.68/29.89	c bounds -6060 >= -100375 @ 29.4746
29.68/29.89	c bounds -6072 >= -100375 @ 29.4786
29.68/29.89	c bounds -6117 >= -100375 @ 29.481
29.77/29.90	c bounds -6154 >= -100375 @ 29.4873
29.77/29.90	c bounds -6186 >= -100375 @ 29.4897
29.77/29.94	c bounds -6221 >= -100375 @ 29.5241
29.77/29.94	c bounds -6258 >= -100375 @ 29.5279
29.77/29.95	c bounds -6260 >= -100375 @ 29.5334
29.77/29.96	c bounds -6292 >= -100375 @ 29.5431
29.77/29.96	c bounds -6302 >= -100375 @ 29.5459
29.77/29.96	c bounds -6326 >= -100375 @ 29.5473
29.77/29.96	c bounds -6339 >= -100375 @ 29.5489
29.77/29.97	c bounds -6413 >= -100375 @ 29.5554
29.77/29.97	c bounds -6417 >= -100375 @ 29.5581
29.77/29.98	c bounds -6420 >= -100375 @ 29.5645
29.77/29.98	c bounds -6421 >= -100375 @ 29.5663
29.77/29.99	c bounds -6430 >= -100375 @ 29.5706
29.77/29.99	c bounds -6433 >= -100375 @ 29.5733
29.88/30.00	c bounds -6435 >= -100375 @ 29.5847
29.88/30.00	c bounds -6444 >= -100375 @ 29.5876
29.88/30.01	c bounds -6491 >= -100375 @ 29.5889
29.88/30.01	c bounds -6497 >= -100375 @ 29.5935
29.88/30.02	c bounds -6502 >= -100375 @ 29.5954
29.88/30.03	c bounds -6514 >= -100375 @ 29.6114
29.88/30.07	c bounds -6522 >= -100375 @ 29.6452
29.88/30.08	c bounds -6527 >= -100375 @ 29.6543
29.88/30.09	c bounds -6528 >= -100375 @ 29.6635
29.88/30.09	c bounds -6579 >= -100375 @ 29.6694
29.88/30.10	c bounds -6584 >= -100375 @ 29.6726
29.88/30.10	c bounds -6602 >= -100375 @ 29.6758
29.98/30.16	c bounds -6611 >= -100375 @ 29.7311
29.98/30.16	c bounds -6612 >= -100375 @ 29.7389
29.98/30.17	c bounds -6617 >= -100375 @ 29.7424
29.98/30.18	c bounds -6620 >= -100375 @ 29.7558
29.98/30.19	c bounds -6638 >= -100375 @ 29.7594
30.08/30.22	c bounds -6675 >= -100375 @ 29.7901
30.08/30.28	c bounds -6693 >= -100375 @ 29.8469
30.17/30.33	c bounds -6699 >= -100375 @ 29.8996
30.28/30.46	c bounds -6719 >= -100375 @ 30.0188
34.37/34.69	c #Conflicts:       2000 | #Constraints:      34096
34.37/34.69	c INPROCESSING
34.37/34.69	c GARBAGE COLLECT
34.37/34.69	c bounds -6742 >= -100375 @ 34.1169
34.37/34.70	c bounds -6746 >= -100375 @ 34.1188
34.47/34.71	c bounds -6766 >= -100375 @ 34.1361
34.47/34.71	c bounds -6775 >= -100375 @ 34.1381
34.47/34.73	c bounds -6801 >= -100375 @ 34.1546
34.57/34.84	c bounds -6804 >= -100375 @ 34.2622
34.57/34.85	c bounds -6821 >= -100375 @ 34.2664
34.57/34.85	c bounds -6830 >= -100375 @ 34.2689
34.57/34.85	c bounds -6855 >= -100375 @ 34.2714
34.57/34.86	c bounds -6864 >= -100375 @ 34.2745
34.57/34.87	c bounds -6885 >= -100375 @ 34.283
34.57/34.87	c bounds -6889 >= -100375 @ 34.2855
34.57/34.89	c bounds -6894 >= -100375 @ 34.305
34.57/34.89	c bounds -6898 >= -100375 @ 34.3105
34.67/34.90	c bounds -6947 >= -100375 @ 34.3195
34.77/35.01	c bounds -6953 >= -100375 @ 34.4214
34.77/35.01	c bounds -6953 >= -100166 @ 34.4267
34.77/35.02	c bounds -6953 >= -99957 @ 34.4286
34.77/35.02	c bounds -6953 >= -99749 @ 34.4345
34.77/35.03	c bounds -6953 >= -99543 @ 34.4396
34.96/35.29	c bounds -6953 >= -99337 @ 34.7035
35.27/35.50	c bounds -6960 >= -99337 @ 34.9068
37.87/38.12	c #Conflicts:       3000 | #Constraints:      33981
37.87/38.12	c bounds -6960 >= -99131 @ 37.494
37.87/38.13	c bounds -6964 >= -99131 @ 37.4996
37.87/38.13	c bounds -6970 >= -99131 @ 37.5041
37.87/38.14	c bounds -7018 >= -99131 @ 37.5066
37.87/38.14	c bounds -7039 >= -99131 @ 37.5111
37.87/38.15	c bounds -7053 >= -99131 @ 37.5183
37.87/38.15	c bounds -7057 >= -99131 @ 37.5202
37.87/38.19	c bounds -7101 >= -99131 @ 37.551
37.96/38.20	c bounds -7102 >= -99131 @ 37.5656
37.96/38.21	c bounds -7106 >= -99131 @ 37.5701
37.96/38.21	c bounds -7112 >= -99131 @ 37.5741
37.96/38.21	c bounds -7144 >= -99131 @ 37.5751
37.96/38.22	c bounds -7234 >= -99131 @ 37.5801
37.96/38.23	c bounds -7239 >= -99131 @ 37.5879
37.96/38.24	c bounds -7244 >= -99131 @ 37.5963
37.96/38.24	c bounds -7248 >= -99131 @ 37.6048
37.96/38.26	c bounds -7283 >= -99131 @ 37.6201
37.96/38.27	c bounds -7285 >= -99131 @ 37.6302
37.96/38.28	c bounds -7294 >= -99131 @ 37.635
38.06/38.30	c bounds -7300 >= -99131 @ 37.6579
38.06/38.31	c bounds -7318 >= -99131 @ 37.6659
38.06/38.32	c bounds -7326 >= -99131 @ 37.6745
38.16/38.43	c bounds -7335 >= -99131 @ 37.7868
38.16/38.46	c bounds -7350 >= -99131 @ 37.8155
38.26/38.51	c bounds -7374 >= -99131 @ 37.8621
38.46/38.80	c #Conflicts:       4000 | #Constraints:      35011
38.46/38.80	c bounds -7381 >= -99131 @ 38.1336
42.86/43.15	c INPROCESSING
42.86/43.15	c GARBAGE COLLECT
42.86/43.15	c #Conflicts:       5000 | #Constraints:      34359
42.86/43.15	c #Conflicts:       6000 | #Constraints:      35359
42.86/43.15	c bounds -7381 >= -98925 @ 42.4231
42.86/43.16	c bounds -7396 >= -98925 @ 42.4382
42.86/43.16	c bounds -7426 >= -98925 @ 42.4403
42.86/43.17	c bounds -7441 >= -98925 @ 42.4421
42.95/43.21	c bounds -7445 >= -98925 @ 42.481
42.95/43.21	c bounds -7448 >= -98925 @ 42.4892
42.95/43.22	c bounds -7454 >= -98925 @ 42.4915
43.04/43.34	c bounds -7471 >= -98925 @ 42.6095
43.04/43.34	c bounds -7474 >= -98925 @ 42.6133
43.04/43.35	c bounds -7487 >= -98925 @ 42.6162
43.04/43.39	c INPROCESSING
43.04/43.39	c GARBAGE COLLECT
43.04/43.39	c bounds -7553 >= -98925 @ 42.6599
43.15/43.41	c bounds -7589 >= -98925 @ 42.6723
43.15/43.41	c bounds -7592 >= -98925 @ 42.6785
43.15/43.42	c bounds -7594 >= -98925 @ 42.6832
43.15/43.42	c bounds -7598 >= -98925 @ 42.687
43.15/43.43	c bounds -7603 >= -98925 @ 42.6991
43.15/43.44	c bounds -7605 >= -98925 @ 42.7079
43.15/43.44	c bounds -7609 >= -98925 @ 42.7101
43.15/43.46	c bounds -7615 >= -98925 @ 42.7216
43.15/43.46	c bounds -7624 >= -98925 @ 42.7239
43.15/43.47	c bounds -7631 >= -98925 @ 42.734
43.25/43.53	c bounds -7632 >= -98925 @ 42.7891
43.25/43.54	c bounds -7646 >= -98925 @ 42.8047
43.25/43.57	c bounds -7664 >= -98925 @ 42.8324
43.45/43.76	c bounds -7675 >= -98925 @ 43.018
48.43/48.76	c #Conflicts:       7000 | #Constraints:      34372
48.43/48.76	c #Conflicts:       8000 | #Constraints:      35372
48.43/48.76	c #Conflicts:       9000 | #Constraints:      36372
48.43/48.76	c INPROCESSING
48.43/48.76	c GARBAGE COLLECT
48.43/48.76	c bounds -7676 >= -98925 @ 47.9377
48.43/48.79	c bounds -7709 >= -98925 @ 47.9633
48.43/48.79	c bounds -7735 >= -98925 @ 47.9651
48.43/48.79	c bounds -7739 >= -98925 @ 47.9673
48.43/48.79	c bounds -7744 >= -98925 @ 47.97
48.53/48.83	c bounds -7765 >= -98925 @ 48.001
48.63/48.90	c bounds -7766 >= -98925 @ 48.0712
48.63/48.96	c bounds -7783 >= -98925 @ 48.1278
48.63/48.97	c bounds -7789 >= -98925 @ 48.139
48.74/49.09	c bounds -7794 >= -98925 @ 48.2614
48.84/49.11	c bounds -7800 >= -98925 @ 48.2804
48.84/49.16	c bounds -7811 >= -98925 @ 48.3274
48.84/49.17	c bounds -7812 >= -98925 @ 48.3358
48.93/49.27	c bounds -7827 >= -98925 @ 48.4292
50.63/50.96	c #Conflicts:      10000 | #Constraints:      35078
50.63/50.96	c bounds -7848 >= -98925 @ 50.0766
50.63/50.97	c bounds -7848 >= -98720 @ 50.0839
50.63/50.98	c bounds -7848 >= -98515 @ 50.0914
50.63/50.98	c bounds -7848 >= -98312 @ 50.0955
50.63/50.99	c bounds -7848 >= -98113 @ 50.1031
50.63/51.00	c bounds -7848 >= -97915 @ 50.1075
50.73/51.01	c bounds -7848 >= -97717 @ 50.1237
50.83/51.17	c bounds -7848 >= -97519 @ 50.2831
51.02/51.37	c bounds -7848 >= -97321 @ 50.477
53.22/53.58	c #Conflicts:      11000 | #Constraints:      36121
53.22/53.58	c bounds -7848 >= -97123 @ 52.6615
59.80/60.13	c #Conflicts:      12000 | #Constraints:      37131
59.80/60.13	c INPROCESSING
59.80/60.13	c GARBAGE COLLECT
59.80/60.13	c #Conflicts:      13000 | #Constraints:      35551
59.80/60.13	c #Conflicts:      14000 | #Constraints:      36554
59.80/60.13	c #Conflicts:      15000 | #Constraints:      37554
59.80/60.13	c INPROCESSING
59.80/60.13	c GARBAGE COLLECT
59.80/60.13	c bounds -7849 >= -97123 @ 59.0974
59.80/60.13	c bounds -7875 >= -97123 @ 59.0994
59.80/60.14	c bounds -7883 >= -97123 @ 59.1087
59.80/60.15	c bounds -7896 >= -97123 @ 59.1106
59.80/60.16	c bounds -7915 >= -97123 @ 59.1204
59.99/60.30	c bounds -7920 >= -97123 @ 59.2657
59.99/60.32	c bounds -7929 >= -97123 @ 59.2801
60.09/60.45	c bounds -7933 >= -97123 @ 59.4091
61.09/61.41	c bounds -7942 >= -97123 @ 60.3372
61.09/61.41	c bounds -7942 >= -96927 @ 60.3381
61.09/61.41	c bounds -7942 >= -96731 @ 60.3415
61.09/61.42	c bounds -7942 >= -96535 @ 60.3478
61.09/61.42	c bounds -7942 >= -96340 @ 60.3521
61.09/61.43	c bounds -7942 >= -96145 @ 60.3601
61.19/61.54	c bounds -7942 >= -95950 @ 60.4715
61.89/62.20	c #Conflicts:      16000 | #Constraints:      35816
61.89/62.20	c bounds -7942 >= -95755 @ 61.1198
65.97/66.34	c #Conflicts:      17000 | #Constraints:      36823
65.97/66.34	c #Conflicts:      18000 | #Constraints:      37824
65.97/66.34	c INPROCESSING
65.97/66.34	c GARBAGE COLLECT
65.97/66.34	c bounds -7948 >= -95755 @ 65.1885
65.97/66.35	c bounds -7951 >= -95755 @ 65.1934
66.18/66.52	c bounds -7955 >= -95755 @ 65.3626
66.18/66.57	c bounds -7960 >= -95755 @ 65.4139
66.27/66.65	c bounds -7965 >= -95755 @ 65.4869
66.27/66.66	c bounds -7974 >= -95755 @ 65.4983
66.38/66.70	c bounds -7976 >= -95755 @ 65.5317
66.57/66.98	c bounds -7980 >= -95755 @ 65.8041
67.27/67.67	c #Conflicts:      19000 | #Constraints:      35828
67.27/67.67	c bounds -7983 >= -95755 @ 66.4726
67.27/67.67	c bounds -7983 >= -95572 @ 66.4735
67.27/67.67	c bounds -7983 >= -95382 @ 66.4742
67.27/67.67	c bounds -7983 >= -95200 @ 66.4772
67.27/67.68	c bounds -7983 >= -95013 @ 66.4812
67.27/67.69	c bounds -7983 >= -94830 @ 66.4884
67.27/67.69	c bounds -7983 >= -94650 @ 66.4946
67.37/67.73	c bounds -7983 >= -94470 @ 66.5286
67.37/67.78	c bounds -7983 >= -94290 @ 66.586
67.68/68.02	c bounds -7983 >= -94110 @ 66.816
68.56/68.90	c bounds -7983 >= -93930 @ 67.6922
68.56/68.95	c bounds -7989 >= -93930 @ 67.7361
68.56/68.96	c bounds -7992 >= -93930 @ 67.7521
68.56/68.97	c bounds -7997 >= -93930 @ 67.7626
76.54/77.00	c #Conflicts:      20000 | #Constraints:      36881
76.54/77.00	c #Conflicts:      21000 | #Constraints:      37882
76.54/77.00	c INPROCESSING
76.54/77.00	c GARBAGE COLLECT
76.54/77.00	c bounds -7998 >= -93930 @ 75.6879
76.65/77.01	c bounds -8016 >= -93930 @ 75.6928
76.65/77.01	c bounds -8028 >= -93930 @ 75.6949
77.65/78.09	c #Conflicts:      22000 | #Constraints:      35657
77.65/78.09	c bounds -8031 >= -93930 @ 76.7472
77.65/78.10	c bounds -8033 >= -93930 @ 76.752
77.74/78.11	c bounds -8056 >= -93930 @ 76.7637
77.74/78.12	c bounds -8080 >= -93930 @ 76.7742
77.83/78.23	c bounds -8095 >= -93930 @ 76.8767
77.83/78.27	c bounds -8098 >= -93930 @ 76.9106
78.34/78.74	c bounds -8138 >= -93930 @ 77.3685
78.34/78.74	c bounds -8138 >= -93752 @ 77.3694
78.34/78.74	c bounds -8138 >= -93573 @ 77.3758
78.34/78.75	c bounds -8138 >= -93396 @ 77.3781
78.34/78.75	c bounds -8138 >= -93218 @ 77.3834
78.43/78.80	c bounds -8138 >= -93041 @ 77.4359
79.63/80.04	c #Conflicts:      23000 | #Constraints:      36681
79.63/80.04	c bounds -8138 >= -92864 @ 78.6481
79.83/80.20	c bounds -8140 >= -92864 @ 78.8082
79.83/80.22	c bounds -8141 >= -92864 @ 78.8263
79.83/80.24	c bounds -8153 >= -92864 @ 78.848
80.02/80.44	c bounds -8157 >= -92864 @ 79.044
83.02/83.47	c #Conflicts:      24000 | #Constraints:      37691
83.02/83.47	c #Conflicts:      25000 | #Constraints:      38691
83.02/83.47	c INPROCESSING
83.02/83.47	c GARBAGE COLLECT
83.02/83.47	c bounds -8173 >= -92864 @ 82.0168
83.91/84.39	c #Conflicts:      26000 | #Constraints:      36278
83.91/84.39	c bounds -8180 >= -92864 @ 82.9267
85.11/85.54	c #Conflicts:      27000 | #Constraints:      37279
85.11/85.54	c bounds -8189 >= -92864 @ 84.0475
85.11/85.54	c bounds -8189 >= -92692 @ 84.0484
85.11/85.54	c bounds -8189 >= -92521 @ 84.0523
85.11/85.55	c bounds -8189 >= -92350 @ 84.0619
85.11/85.56	c bounds -8189 >= -92176 @ 84.0677
85.11/85.56	c bounds -8189 >= -92003 @ 84.0728
85.11/85.57	c bounds -8189 >= -91832 @ 84.0803
85.21/85.64	c bounds -8189 >= -91661 @ 84.1518
85.31/85.71	c bounds -8189 >= -91490 @ 84.225
85.51/85.97	c bounds -8189 >= -91319 @ 84.4723
86.00/86.41	c bounds -8189 >= -91148 @ 84.9046
87.60/88.09	c bounds -8189 >= -90977 @ 86.5642
89.80/90.25	c #Conflicts:      28000 | #Constraints:      38353
89.80/90.25	c #Conflicts:      29000 | #Constraints:      39353
89.80/90.25	c INPROCESSING
89.80/90.25	c GARBAGE COLLECT
89.80/90.25	c bounds -8194 >= -90977 @ 88.6956
89.80/90.27	c bounds -8205 >= -90977 @ 88.7157
89.99/90.47	c bounds -8214 >= -90977 @ 88.9061
90.70/91.11	c bounds -8217 >= -90977 @ 89.525
91.89/92.39	c #Conflicts:      30000 | #Constraints:      36734
91.89/92.39	c bounds -8219 >= -90977 @ 90.7726
91.89/92.39	c bounds -8219 >= -90809 @ 90.7762
91.99/92.40	c bounds -8219 >= -90642 @ 90.7835
91.99/92.41	c bounds -8219 >= -90475 @ 90.7914
91.99/92.41	c bounds -8219 >= -90308 @ 90.7957
91.99/92.42	c bounds -8219 >= -90141 @ 90.8044
91.99/92.43	c bounds -8219 >= -89974 @ 90.8182
92.09/92.55	c bounds -8219 >= -89807 @ 90.9321
92.28/92.72	c bounds -8219 >= -89640 @ 91.0975
93.18/93.65	c bounds -8219 >= -89473 @ 92.0149
95.28/95.73	c #Conflicts:      31000 | #Constraints:      37806
95.28/95.73	c bounds -8219 >= -89306 @ 94.0682
98.97/99.45	c #Conflicts:      32000 | #Constraints:      38818
98.97/99.45	c #Conflicts:      33000 | #Constraints:      39819
98.97/99.45	c INPROCESSING
98.97/99.45	c GARBAGE COLLECT
98.97/99.45	c bounds -8234 >= -89306 @ 97.725
98.97/99.47	c bounds -8236 >= -89306 @ 97.738
99.06/99.57	c bounds -8237 >= -89306 @ 97.8393
99.16/99.60	c bounds -8243 >= -89306 @ 97.866
99.46/99.91	c bounds -8244 >= -89306 @ 98.1656
99.57/100.10	c #Conflicts:      34000 | #Constraints:      36997
99.57/100.10	c bounds -8245 >= -89306 @ 98.3449
99.67/100.10	c bounds -8247 >= -89306 @ 98.3535
99.67/100.11	c bounds -8252 >= -89306 @ 98.3641
99.86/100.37	c bounds -8256 >= -89306 @ 98.6084
99.86/100.37	c bounds -8256 >= -89141 @ 98.6098
99.86/100.37	c bounds -8256 >= -88977 @ 98.6115
99.86/100.38	c bounds -8256 >= -88812 @ 98.6196
99.86/100.39	c bounds -8256 >= -88649 @ 98.6271
99.86/100.40	c bounds -8256 >= -88486 @ 98.6341
99.96/100.40	c bounds -8256 >= -88324 @ 98.6389
99.96/100.42	c bounds -8256 >= -88162 @ 98.6543
99.96/100.49	c bounds -8256 >= -88000 @ 98.7305
100.26/100.75	c bounds -8256 >= -87838 @ 98.9851
102.25/102.76	c #Conflicts:      35000 | #Constraints:      38042
102.25/102.76	WSVECS04 Frhs2[1099]: 6 -82 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1170]: 6 -61.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1171]: 6 -50 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1414]: 6 -64.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1442]: 6 -49 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1568]: 6 -20 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1586]: 6 -62.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1675]: 6 -70 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1691]: 6 -30.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1701]: 6 -29.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1709]: 6 -15.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1715]: 6 -71.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1769]: 6 -29.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1770]: 6 -4.00003 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1834]: 6 -17 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1851]: 6 -6.00006 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1852]: 6 -32 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1952]: 6 -24 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1967]: 6 -25.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1982]: 6 -32 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
102.25/102.76	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1155]: 6 -23.0001 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1305]: 6 -60 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1403]: 6 -21 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1440]: 6 -61.0001 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1460]: 6 -62.0001 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1550]: 6 -44.0001 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1677]: 6 -34 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1703]: 6 -21 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1717]: 6 -30 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1753]: 6 -19 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1771]: 6 -6.00006 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1936]: 6 -18 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1973]: 6 -7.00004 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1981]: 6 -9.00005 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1983]: 6 -8.00009 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1984]: 6 -5.00003 0 shouldn't be
102.95/103.40	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
107.54/108.02	c #Conflicts:      36000 | #Constraints:      39043
107.54/108.02	c bounds -8256 >= -87676 @ 106.158
110.82/111.31	c #Conflicts:      37000 | #Constraints:      40049
110.82/111.31	c INPROCESSING
110.82/111.31	c GARBAGE COLLECT
110.82/111.31	c #Conflicts:      38000 | #Constraints:      37009
110.82/111.31	c bounds -8257 >= -87676 @ 109.375
116.30/116.82	c #Conflicts:      39000 | #Constraints:      38010
116.30/116.82	c #Conflicts:      40000 | #Constraints:      39010
116.30/116.82	WSVECS04 Frhs2[1028]: 6 -130 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1299]: 6 -74 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1300]: 6 -54.0001 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1301]: 6 -70.0001 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1334]: 6 -18.0001 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1463]: 6 -63.0001 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1598]: 6 -62.0001 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1612]: 6 -8.00003 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1627]: 6 -23.0001 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1650]: 6 -47.0001 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1775]: 6 -7.00007 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1875]: 6 -7.00004 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
116.30/116.82	WSVECS04 Frhs2[1964]: 6 -4.00004 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1191]: 6 -17.0001 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1282]: 6 -45.0001 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1297]: 6 -52 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1317]: 6 -48 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1611]: 6 -44 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1625]: 6 -36.0001 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1726]: 6 -19.0001 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1756]: 6 -7.0001 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1760]: 6 -20.0001 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1842]: 6 -22 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1894]: 6 -22.0001 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1932]: 6 -9.00003 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
117.00/117.50	WSVECS04 Frhs2[1966]: 6 -24.0001 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1192]: 6 -83 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1314]: 6 -73 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1315]: 6 -41.0001 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1316]: 6 -70.0001 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1367]: 6 -9.00004 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1370]: 6 -41.0001 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1464]: 6 -6.00004 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1562]: 6 -42 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1595]: 6 -5.00006 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1681]: 6 -52 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1758]: 6 -26.0001 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1776]: 6 -34 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1876]: 6 -29 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1877]: 6 -25 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
117.80/118.35	WSVECS04 Frhs2[1965]: 6 -11 0 shouldn't be
118.79/119.31	WSVECS04 Frhs2[1480]: 6 -47 0 shouldn't be
118.79/119.31	WSVECS04 Frhs2[1580]: 6 -60.0001 0 shouldn't be
118.79/119.31	WSVECS04 Frhs2[1593]: 6 -38 0 shouldn't be
118.79/119.31	WSVECS04 Frhs2[1609]: 6 -33 0 shouldn't be
118.79/119.31	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
118.79/119.31	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
118.79/119.31	WSVECS04 Frhs2[1664]: 6 -30.0001 0 shouldn't be
118.79/119.31	WSVECS04 Frhs2[1843]: 6 -21 0 shouldn't be
118.79/119.31	WSVECS04 Frhs2[1845]: 6 -17 0 shouldn't be
118.79/119.31	WSVECS04 Frhs2[1847]: 6 -3.00003 0 shouldn't be
119.70/120.25	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
119.70/120.25	WSVECS04 Frhs2[1029]: 6 -128 0 shouldn't be
119.70/120.25	WSVECS04 Frhs2[1335]: 6 -8.00004 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
121.19/121.72	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
121.19/121.72	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
121.19/121.72	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
121.19/121.72	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
121.19/121.72	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
121.19/121.72	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
121.19/121.72	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
121.19/121.72	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
121.19/121.72	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
121.19/121.72	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
121.19/121.72	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
121.19/121.72	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
121.19/121.72	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
121.19/121.72	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
121.19/121.72	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
121.19/121.72	WSVECS04 Frhs2[776]: 6 -109 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
121.19/121.72	WSVECS04 Frhs2[1044]: 6 -133 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[1047]: 6 -92 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[1062]: 6 -115 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[1081]: 6 -84.0001 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[1298]: 6 -78 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[1337]: 6 -41 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[1338]: 6 -93.0001 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[1349]: 6 -48.0001 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[1353]: 6 -81.0001 0 shouldn't be
121.19/121.72	WSVECS04 Frhs2[1661]: 6 -49.0001 0 shouldn't be
136.94/137.52	c #Conflicts:      41000 | #Constraints:      40010
136.94/137.52	c INPROCESSING
136.94/137.52	c GARBAGE COLLECT
136.94/137.52	c #Conflicts:      42000 | #Constraints:      36812
136.94/137.52	c #Conflicts:      43000 | #Constraints:      37812
136.94/137.52	c #Conflicts:      44000 | #Constraints:      38812
136.94/137.52	c #Conflicts:      45000 | #Constraints:      39812
136.94/137.52	c #Conflicts:      46000 | #Constraints:      40812
136.94/137.52	c INPROCESSING
136.94/137.52	c GARBAGE COLLECT
136.94/137.52	c rational objective -12879.7
152.18/152.80	c #Conflicts:      47000 | #Constraints:      37408
152.18/152.80	c #Conflicts:      48000 | #Constraints:      38408
152.18/152.80	c #Conflicts:      49000 | #Constraints:      39408
152.18/152.80	c #Conflicts:      50000 | #Constraints:      40408
152.18/152.80	c #Conflicts:      51000 | #Constraints:      41408
152.18/152.80	c INPROCESSING
152.18/152.80	c GARBAGE COLLECT
152.18/152.80	c #Conflicts:      52000 | #Constraints:      37813
152.18/152.80	c #Conflicts:      53000 | #Constraints:      38813
152.18/152.80	c #Conflicts:      54000 | #Constraints:      39813
152.18/152.80	c bounds -8257 >= -87514 @ 150.213
174.11/174.80	c #Conflicts:      55000 | #Constraints:      40822
174.11/174.80	c #Conflicts:      56000 | #Constraints:      41823
174.11/174.80	c INPROCESSING
174.11/174.80	c GARBAGE COLLECT
174.11/174.80	c #Conflicts:      57000 | #Constraints:      38017
174.11/174.80	c #Conflicts:      58000 | #Constraints:      39018
174.11/174.80	c #Conflicts:      59000 | #Constraints:      40019
174.11/174.80	c #Conflicts:      60000 | #Constraints:      41024
174.11/174.80	c #Conflicts:      61000 | #Constraints:      42025
174.11/174.80	c INPROCESSING
174.11/174.80	c GARBAGE COLLECT
174.11/174.80	c rational objective -12879.6
206.31/207.16	c #Conflicts:      62000 | #Constraints:      38014
206.31/207.16	c #Conflicts:      63000 | #Constraints:      39014
206.31/207.16	c #Conflicts:      64000 | #Constraints:      40014
206.31/207.16	c #Conflicts:      65000 | #Constraints:      41015
206.31/207.16	c #Conflicts:      66000 | #Constraints:      42016
206.31/207.16	c INPROCESSING
206.31/207.16	c GARBAGE COLLECT
206.31/207.16	c #Conflicts:      67000 | #Constraints:      37808
206.31/207.16	c #Conflicts:      68000 | #Constraints:      38809
206.31/207.16	c #Conflicts:      69000 | #Constraints:      39809
206.31/207.16	c #Conflicts:      70000 | #Constraints:      40809
206.31/207.16	c #Conflicts:      71000 | #Constraints:      41809
206.31/207.16	c #Conflicts:      72000 | #Constraints:      42809
206.31/207.16	c INPROCESSING
206.31/207.16	c GARBAGE COLLECT
206.31/207.16	c rational objective -12879.5
221.85/222.72	c #Conflicts:      73000 | #Constraints:      38402
221.85/222.72	c #Conflicts:      74000 | #Constraints:      39403
221.85/222.72	c #Conflicts:      75000 | #Constraints:      40403
221.85/222.72	c #Conflicts:      76000 | #Constraints:      41403
221.85/222.72	c #Conflicts:      77000 | #Constraints:      42404
221.85/222.72	c #Conflicts:      78000 | #Constraints:      43405
221.85/222.72	c INPROCESSING
221.85/222.72	c GARBAGE COLLECT
221.85/222.72	c #Conflicts:      79000 | #Constraints:      38800
221.85/222.72	c #Conflicts:      80000 | #Constraints:      39801
221.85/222.72	c bounds -8261 >= -87514 @ 219.008
221.85/222.73	c bounds -8261 >= -87353 @ 219.016
221.85/222.74	c bounds -8261 >= -87193 @ 219.024
221.85/222.74	c bounds -8261 >= -87036 @ 219.027
221.85/222.75	c bounds -8261 >= -86880 @ 219.036
221.85/222.76	c bounds -8261 >= -86725 @ 219.043
221.85/222.76	c bounds -8261 >= -86567 @ 219.047
221.85/222.77	c bounds -8261 >= -86410 @ 219.057
221.85/222.78	c bounds -8261 >= -86254 @ 219.065
221.85/222.78	c bounds -8261 >= -86099 @ 219.072
221.85/222.79	c bounds -8261 >= -85944 @ 219.081
221.95/222.89	c bounds -8261 >= -85789 @ 219.171
222.26/223.17	c bounds -8261 >= -85634 @ 219.454
222.95/223.85	c bounds -8261 >= -85479 @ 220.126
224.25/225.14	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
224.25/225.14	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
224.25/225.14	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
224.25/225.14	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
224.25/225.14	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
224.25/225.14	WSVECS04 Frhs2[104]: 6 0 71.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
224.25/225.14	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
224.25/225.14	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
224.25/225.14	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
224.25/225.14	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
224.25/225.14	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
224.25/225.14	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
224.25/225.14	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
224.25/225.14	WSVECS04 Frhs2[222]: 6 0 53 shouldn't be
224.25/225.14	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
224.25/225.14	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[267]: 6 0 99.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
224.25/225.14	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
224.25/225.14	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
224.25/225.14	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
224.25/225.14	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
224.25/225.14	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
224.25/225.14	WSVECS04 Frhs2[372]: 6 0 35 shouldn't be
224.25/225.14	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
224.25/225.14	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
224.25/225.14	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
224.25/225.14	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
224.25/225.14	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
224.25/225.14	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
224.25/225.14	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
224.25/225.14	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
224.25/225.14	WSVECS04 Frhs2[420]: 6 0 46.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
224.25/225.14	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
224.25/225.14	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
224.25/225.14	WSVECS04 Frhs2[464]: 6 0 72.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
224.25/225.14	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
224.25/225.14	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
224.25/225.14	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
224.25/225.14	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
224.25/225.14	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
224.25/225.14	WSVECS04 Frhs2[510]: 6 0 45.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[523]: 6 0 57.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
224.25/225.14	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
224.25/225.14	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
224.25/225.14	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
224.25/225.14	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
224.25/225.14	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
224.25/225.14	WSVECS04 Frhs2[574]: 6 0 53.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
224.25/225.14	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
224.25/225.14	WSVECS04 Frhs2[604]: 6 0 29 shouldn't be
224.25/225.14	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
224.25/225.14	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
224.25/225.14	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
224.25/225.14	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
224.25/225.14	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
224.25/225.14	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
224.25/225.14	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
224.25/225.14	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
224.25/225.14	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
224.25/225.14	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
224.25/225.14	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
224.25/225.14	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
224.25/225.14	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
224.25/225.14	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
224.25/225.14	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
224.25/225.14	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
224.25/225.14	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
224.25/225.14	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
224.25/225.14	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
224.25/225.14	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
224.25/225.14	WSVECS04 Frhs2[735]: 6 0 64 shouldn't be
224.25/225.14	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
224.25/225.14	WSVECS04 Frhs2[752]: 6 0 52 shouldn't be
224.25/225.14	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
224.25/225.14	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
224.25/225.14	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
224.25/225.14	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
224.25/225.14	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
224.25/225.14	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
224.25/225.14	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
224.25/225.14	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
224.25/225.14	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
224.25/225.14	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
224.25/225.14	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
224.25/225.14	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
224.25/225.14	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
224.25/225.14	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
224.25/225.14	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
224.25/225.14	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
224.25/225.14	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
224.25/225.14	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
224.25/225.14	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
224.25/225.14	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
224.25/225.14	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
224.25/225.14	WSVECS04 Frhs2[863]: 6 0 69.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
224.25/225.14	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
224.25/225.14	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
224.25/225.14	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
224.25/225.14	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
224.25/225.14	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
224.25/225.14	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[934]: 6 0 69 shouldn't be
224.25/225.14	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
224.25/225.14	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
224.25/225.14	WSVECS04 Frhs2[966]: 6 0 34.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
224.25/225.14	WSVECS04 Frhs2[974]: 6 0 91.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1009]: 6 0 59 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1014]: 6 0 60 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1052]: 6 0 80 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1126]: 6 0 58 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1131]: 6 0 90 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1133]: 6 0 60 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1185]: 6 0 95 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1187]: 6 0 85 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1189]: 6 0 61.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1211]: 6 0 39 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1218]: 6 0 115 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1224]: 6 0 45 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1226]: 6 0 122 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1295]: 6 0 79.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1312]: 6 0 71 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1318]: 6 0 67.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1322]: 6 0 30.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1325]: 6 0 35 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1336]: 6 0 57 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1354]: 6 0 100 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1385]: 6 0 105 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1418]: 6 0 108 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1430]: 6 0 35.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1481]: 6 0 85 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1513]: 6 0 81.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1522]: 6 0 84.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1529]: 6 0 37 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1592]: 6 0 64 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1641]: 6 0 71.0001 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1683]: 6 0 78 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1786]: 6 -8.00006 0 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1848]: 6 -4.00006 0 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1933]: 6 -20 0 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
224.25/225.14	WSVECS04 Frhs2[1959]: 6 -29.0001 0 shouldn't be
250.65/251.69	c #Conflicts:      81000 | #Constraints:      40865
250.65/251.69	c #Conflicts:      82000 | #Constraints:      41865
250.65/251.69	c #Conflicts:      83000 | #Constraints:      42865
250.65/251.69	c #Conflicts:      84000 | #Constraints:      43865
250.65/251.69	c INPROCESSING
250.65/251.69	c GARBAGE COLLECT
250.65/251.69	c rational objective -12879.4
252.55/253.55	c bounds -8279 >= -85479 @ 249.491
252.55/253.59	c bounds -8289 >= -85479 @ 249.528
252.74/253.71	c bounds -8305 >= -85479 @ 249.652
254.94/255.93	c #Conflicts:      85000 | #Constraints:      39062
254.94/255.93	c bounds -8311 >= -85479 @ 251.821
256.24/257.26	c #Conflicts:      86000 | #Constraints:      40077
256.24/257.26	c bounds -8312 >= -85479 @ 253.12
256.24/257.29	c bounds -8315 >= -85479 @ 253.148
256.33/257.36	c bounds -8316 >= -85479 @ 253.221
256.53/257.52	c bounds -8318 >= -85479 @ 253.378
256.74/257.77	c bounds -8321 >= -85479 @ 253.62
258.33/259.37	c #Conflicts:      87000 | #Constraints:      41086
258.33/259.37	c bounds -8324 >= -85479 @ 255.18
258.92/259.98	c bounds -8327 >= -85479 @ 255.783
258.92/259.98	c bounds -8327 >= -85329 @ 255.784
258.92/259.99	c bounds -8327 >= -85181 @ 255.79
258.92/259.99	c bounds -8327 >= -85033 @ 255.794
258.92/260.00	c bounds -8327 >= -84884 @ 255.798
259.03/260.01	c bounds -8327 >= -84734 @ 255.804
259.03/260.02	c bounds -8327 >= -84586 @ 255.815
259.03/260.02	c bounds -8327 >= -84438 @ 255.821
263.71/264.80	c bounds -8327 >= -84290 @ 260.538
263.90/264.91	c bounds -8327 >= -84142 @ 260.655
264.12/265.11	c bounds -8327 >= -83994 @ 260.855
264.61/265.66	c bounds -8327 >= -83846 @ 261.401
265.41/266.47	c #Conflicts:      88000 | #Constraints:      42161
265.41/266.47	c bounds -8336 >= -83846 @ 262.192
267.29/268.39	c bounds -8336 >= -83698 @ 264.086
268.10/269.16	c #Conflicts:      89000 | #Constraints:      43174
268.10/269.16	c bounds -8340 >= -83698 @ 264.832
271.28/272.34	c #Conflicts:      90000 | #Constraints:      44175
271.28/272.34	c bounds -8340 >= -83550 @ 267.975
271.98/273.04	c INPROCESSING
271.98/273.04	c GARBAGE COLLECT
271.98/273.04	c bounds -8343 >= -83550 @ 268.661
271.98/273.05	c bounds -8352 >= -83550 @ 268.667
271.98/273.07	c bounds -8404 >= -83550 @ 268.686
272.28/273.35	c bounds -8407 >= -83550 @ 268.962
272.48/273.56	c bounds -8415 >= -83550 @ 269.174
273.87/274.97	c #Conflicts:      91000 | #Constraints:      39132
273.87/274.97	c bounds -8419 >= -83550 @ 270.534
279.54/281.10	c #Conflicts:      92000 | #Constraints:      40133
279.54/281.10	c #Conflicts:      93000 | #Constraints:      41133
279.54/281.10	c #Conflicts:      94000 | #Constraints:      42133
279.54/281.10	c bounds -8419 >= -83402 @ 276.176
295.89/297.40	c #Conflicts:      95000 | #Constraints:      43145
295.89/297.40	c #Conflicts:      96000 | #Constraints:      44145
295.89/297.40	c INPROCESSING
295.89/297.40	c GARBAGE COLLECT
295.89/297.40	c #Conflicts:      97000 | #Constraints:      38920
295.89/297.40	c #Conflicts:      98000 | #Constraints:      39920
295.89/297.40	c #Conflicts:      99000 | #Constraints:      40920
295.89/297.40	c #Conflicts:     100000 | #Constraints:      41920
295.89/297.40	c #Conflicts:     101000 | #Constraints:      42921
295.89/297.40	c #Conflicts:     102000 | #Constraints:      43921
295.89/297.40	c #Conflicts:     103000 | #Constraints:      44921
295.89/297.40	c INPROCESSING
295.89/297.40	c GARBAGE COLLECT
295.89/297.40	WSVECS04 Frhs2[8]: 6 0 36.7407 shouldn't be
295.89/297.40	WSVECS04 Frhs2[13]: 6 0 210.68 shouldn't be
295.89/297.40	WSVECS04 Frhs2[14]: 6 0 28.7342 shouldn't be
295.89/297.40	WSVECS04 Frhs2[16]: 6 0 55.77 shouldn't be
295.89/297.40	WSVECS04 Frhs2[18]: 6 0 3.32618 shouldn't be
295.89/297.40	WSVECS04 Frhs2[19]: 6 0 123.892 shouldn't be
295.89/297.40	WSVECS04 Frhs2[27]: 6 0 32.0086 shouldn't be
295.89/297.40	WSVECS04 Frhs2[29]: 6 0 160.474 shouldn't be
295.89/297.40	WSVECS04 Frhs2[30]: 6 0 143.325 shouldn't be
295.89/297.40	WSVECS04 Frhs2[36]: 6 0 126.255 shouldn't be
295.89/297.40	WSVECS04 Frhs2[44]: 6 0 187.29 shouldn't be
295.89/297.40	WSVECS04 Frhs2[57]: 6 0 102.091 shouldn't be
295.89/297.40	WSVECS04 Frhs2[61]: 6 0 35.0401 shouldn't be
295.89/297.40	WSVECS04 Frhs2[75]: 6 0 23.2919 shouldn't be
295.89/297.40	WSVECS04 Frhs2[79]: 6 0 75.0391 shouldn't be
295.89/297.40	WSVECS04 Frhs2[95]: 6 0 132.095 shouldn't be
295.89/297.40	WSVECS04 Frhs2[109]: 6 0 38.1747 shouldn't be
295.89/297.40	WSVECS04 Frhs2[124]: 6 0 214.507 shouldn't be
295.89/297.40	WSVECS04 Frhs2[132]: 6 0 94.3525 shouldn't be
295.89/297.40	WSVECS04 Frhs2[139]: 6 0 120.525 shouldn't be
295.89/297.40	WSVECS04 Frhs2[150]: 6 0 39.9799 shouldn't be
295.89/297.40	WSVECS04 Frhs2[154]: 6 0 300.177 shouldn't be
295.89/297.40	WSVECS04 Frhs2[168]: 6 0 146.352 shouldn't be
295.89/297.40	WSVECS04 Frhs2[170]: 6 0 26.3512 shouldn't be
295.89/297.40	WSVECS04 Frhs2[171]: 6 0 255.281 shouldn't be
295.89/297.40	WSVECS04 Frhs2[188]: 6 0 40.49 shouldn't be
295.89/297.40	WSVECS04 Frhs2[189]: 6 0 4.98554 shouldn't be
295.89/297.40	WSVECS04 Frhs2[194]: 6 0 191.046 shouldn't be
295.89/297.40	WSVECS04 Frhs2[196]: 6 0 100.797 shouldn't be
295.89/297.40	WSVECS04 Frhs2[202]: 6 0 125.996 shouldn't be
295.89/297.40	WSVECS04 Frhs2[204]: 6 0 243.575 shouldn't be
295.89/297.40	WSVECS04 Frhs2[205]: 6 0 269.143 shouldn't be
295.89/297.40	WSVECS04 Frhs2[211]: 6 0 201.626 shouldn't be
295.89/297.40	WSVECS04 Frhs2[216]: 6 0 36.7069 shouldn't be
295.89/297.40	WSVECS04 Frhs2[232]: 6 0 47.7389 shouldn't be
295.89/297.40	WSVECS04 Frhs2[248]: 6 0 180.863 shouldn't be
295.89/297.40	WSVECS04 Frhs2[257]: 6 0 176.5 shouldn't be
295.89/297.40	WSVECS04 Frhs2[259]: 6 0 134.066 shouldn't be
295.89/297.40	WSVECS04 Frhs2[264]: 6 0 266.039 shouldn't be
295.89/297.40	WSVECS04 Frhs2[265]: 6 0 102.883 shouldn't be
295.89/297.40	WSVECS04 Frhs2[266]: 6 0 20.8816 shouldn't be
295.89/297.40	WSVECS04 Frhs2[267]: 6 0 34.0661 shouldn't be
295.89/297.40	WSVECS04 Frhs2[274]: 6 0 52.5894 shouldn't be
295.89/297.40	WSVECS04 Frhs2[285]: 6 0 123.103 shouldn't be
295.89/297.40	WSVECS04 Frhs2[291]: 6 0 82.9769 shouldn't be
295.89/297.40	WSVECS04 Frhs2[300]: 6 0 64.6187 shouldn't be
295.89/297.40	WSVECS04 Frhs2[301]: 6 0 152.781 shouldn't be
295.89/297.40	WSVECS04 Frhs2[302]: 6 0 23.1328 shouldn't be
295.89/297.40	WSVECS04 Frhs2[306]: 6 0 190.286 shouldn't be
295.89/297.40	WSVECS04 Frhs2[314]: 6 0 71.1246 shouldn't be
295.89/297.40	WSVECS04 Frhs2[368]: 6 0 204.366 shouldn't be
295.89/297.40	WSVECS04 Frhs2[379]: 6 0 185.298 shouldn't be
295.89/297.40	WSVECS04 Frhs2[384]: 6 0 38.3603 shouldn't be
295.89/297.40	WSVECS04 Frhs2[411]: 6 0 76.7155 shouldn't be
295.89/297.40	WSVECS04 Frhs2[492]: 6 0 195.072 shouldn't be
295.89/297.40	WSVECS04 Frhs2[551]: 6 0 51.1868 shouldn't be
295.89/297.40	WSVECS04 Frhs2[553]: 6 0 84.5036 shouldn't be
295.89/297.40	WSVECS04 Frhs2[570]: 6 0 187.303 shouldn't be
295.89/297.40	WSVECS04 Frhs2[572]: 6 0 181.469 shouldn't be
295.89/297.40	WSVECS04 Frhs2[655]: 6 0 29.9313 shouldn't be
295.89/297.40	WSVECS04 Frhs2[667]: 6 0 70.9216 shouldn't be
295.89/297.40	WSVECS04 Frhs2[948]: 6 -148.957 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[959]: 6 -212.632 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[965]: 6 -121.662 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[966]: 6 -53.2224 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[975]: 6 -77.8435 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[976]: 6 -82.9609 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[977]: 6 -28.6974 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[982]: 6 -219.643 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[993]: 6 -187.014 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1230]: 6 -163.378 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1236]: 6 -122.644 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1239]: 6 -155.047 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1246]: 6 -184.887 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1247]: 6 -159.951 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1253]: 6 -204.092 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1255]: 6 -154.218 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1265]: 6 -175.527 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1266]: 6 -84.4079 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1271]: 6 -134.231 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1281]: 6 -74.1483 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1282]: 6 -142.976 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1298]: 6 -188.431 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1368]: 6 -12.3422 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1463]: 6 -101.371 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1490]: 6 -171.921 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1492]: 6 -133.063 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1506]: 6 -80.9181 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1509]: 6 -121.441 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1514]: 6 -168.883 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1520]: 6 -165.272 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1521]: 6 -131.575 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1523]: 6 -110.488 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1534]: 6 -181.252 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1536]: 6 -86.8125 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1537]: 6 -77.3543 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1538]: 6 -93.3091 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1543]: 6 -167.578 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1544]: 6 -85.2476 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1547]: 6 -87.3852 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1549]: 6 -86.3726 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1550]: 6 -91.2618 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1551]: 6 -181.928 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1559]: 6 -137.192 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1562]: 6 -174.587 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1568]: 6 -59.7239 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1569]: 6 -159.605 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1579]: 6 -95.7966 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1580]: 6 -127.275 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1595]: 6 -93.69 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1646]: 6 -53.1182 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1647]: 6 -134.897 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1749]: 6 -58.893 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1753]: 6 -157.985 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1766]: 6 -178.829 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1768]: 6 -72.5724 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1769]: 6 -44.3231 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1771]: 6 -107.774 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1774]: 6 -42.8365 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1776]: 6 -170.488 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1777]: 6 -150.532 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1778]: 6 -75.9379 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1780]: 6 -79.6099 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1782]: 6 -60.2307 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1783]: 6 -80.2925 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1790]: 6 -65.9654 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1795]: 6 -130.033 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1797]: 6 -154.415 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1801]: 6 -124.282 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1802]: 6 -169.896 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1804]: 6 -163.377 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1813]: 6 -125.66 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1816]: 6 -33.817 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1830]: 6 -143.73 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1840]: 6 -81.7071 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1842]: 6 -81.5842 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1843]: 6 -176.951 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1845]: 6 -89.7301 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1851]: 6 -33.3699 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1852]: 6 -114.08 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1853]: 6 -79.2359 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1863]: 6 -79.0897 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1866]: 6 -48.4573 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1875]: 6 -66.9457 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1876]: 6 -99.979 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1877]: 6 -90.3578 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1878]: 6 -135.629 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1894]: 6 -115.631 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1897]: 6 -129.222 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1913]: 6 -174.139 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1945]: 6 -54.9229 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1946]: 6 -108.337 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1976]: 6 -141.639 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1978]: 6 -168.502 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1995]: 6 -123.599 0 shouldn't be
295.89/297.40	WSVECS04 Frhs2[1996]: 6 -163.887 0 shouldn't be
300.37/301.95	c rational objective -12879.5
323.60/325.48	c #Conflicts:     104000 | #Constraints:      39534
323.60/325.48	c #Conflicts:     105000 | #Constraints:      40534
323.60/325.48	c #Conflicts:     106000 | #Constraints:      41534
323.60/325.48	c #Conflicts:     107000 | #Constraints:      42534
323.60/325.48	c #Conflicts:     108000 | #Constraints:      43534
323.60/325.48	c #Conflicts:     109000 | #Constraints:      44535
323.60/325.48	c #Conflicts:     110000 | #Constraints:      45535
323.60/325.48	c INPROCESSING
323.60/325.48	c GARBAGE COLLECT
323.60/325.48	c #Conflicts:     111000 | #Constraints:      39949
323.60/325.48	c #Conflicts:     112000 | #Constraints:      40949
323.60/325.48	c #Conflicts:     113000 | #Constraints:      41950
323.60/325.48	c #Conflicts:     114000 | #Constraints:      42953
323.60/325.48	c bounds -8419 >= -83254 @ 319.721
323.90/325.73	c bounds -8420 >= -83254 @ 319.963
327.69/329.53	c #Conflicts:     115000 | #Constraints:      43966
327.69/329.53	c #Conflicts:     116000 | #Constraints:      44966
327.69/329.53	c #Conflicts:     117000 | #Constraints:      45966
327.69/329.53	c INPROCESSING
327.69/329.53	c GARBAGE COLLECT
327.69/329.53	WSVECS04 Frhs2[616]: 6 -73.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[888]: 6 -21.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[904]: 6 -15.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[920]: 6 -35 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1155]: 6 -23 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1192]: 6 -83.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1391]: 6 -33.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1493]: 6 -4.00009 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1509]: 6 -20 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1554]: 6 -14.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1559]: 6 -61.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1686]: 6 -39.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1719]: 6 -14.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1726]: 6 -19.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1756]: 6 -7.00005 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1786]: 6 -8.00002 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1843]: 6 -21.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1952]: 6 -24.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1953]: 6 -31 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1984]: 6 -5.00004 0 shouldn't be
327.69/329.53	WSVECS04 Frhs2[1986]: 6 -26 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[952]: 6 -10 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1188]: 6 -53.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1191]: 6 -17.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1207]: 6 -2.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1407]: 6 -61.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1460]: 6 -62 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1461]: 6 -67.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1463]: 6 -63.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1465]: 6 -54 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1473]: 6 -34.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1490]: 6 -34 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1492]: 6 -31.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1506]: 6 -24 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1510]: 6 -7.00005 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1512]: 6 -55.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1514]: 6 -34.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1544]: 6 -42.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1703]: 6 -21.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1735]: 6 -16.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1744]: 6 -27 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1760]: 6 -20 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1770]: 6 -4.00006 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1771]: 6 -6.00008 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1775]: 6 -7.00002 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1776]: 6 -34 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1795]: 6 -27.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1802]: 6 -33 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1810]: 6 -6.00009 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1836]: 6 -6.00007 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1840]: 6 -5.00003 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1842]: 6 -22.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1855]: 6 -35.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1966]: 6 -24.0001 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1982]: 6 -32 0 shouldn't be
328.60/330.42	WSVECS04 Frhs2[1983]: 6 -8.00005 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1157]: 6 -77 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1172]: 6 -93 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1408]: 6 -87 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1464]: 6 -6.00007 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1480]: 6 -47.0001 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1523]: 6 -24 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1538]: 6 -32 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1543]: 6 -52.0001 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1558]: 6 -14 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1705]: 6 -31.0001 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1707]: 6 -7.00009 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1758]: 6 -26 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1801]: 6 -31 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1858]: 6 -1.00004 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1873]: 6 -2.00003 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1950]: 6 -19 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1967]: 6 -25.0001 0 shouldn't be
329.79/331.61	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[905]: 6 -81 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1154]: 6 -5.00008 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1171]: 6 -50.0001 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1227]: 6 -26 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1239]: 6 -8.00008 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1240]: 6 -52 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1259]: 6 -100 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1442]: 6 -49.0001 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1540]: 6 -19.0001 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1556]: 6 -70.0001 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1778]: 6 -14 0 shouldn't be
330.98/332.88	WSVECS04 Frhs2[1951]: 6 -2.00005 0 shouldn't be
332.38/334.20	WSVECS04 Frhs2[937]: 6 -98.0001 0 shouldn't be
332.38/334.20	WSVECS04 Frhs2[1194]: 6 -84 0 shouldn't be
332.38/334.20	WSVECS04 Frhs2[1210]: 6 -71.0001 0 shouldn't be
332.38/334.20	WSVECS04 Frhs2[1229]: 6 -27.0001 0 shouldn't be
332.38/334.20	WSVECS04 Frhs2[1261]: 6 -31.0001 0 shouldn't be
332.38/334.20	WSVECS04 Frhs2[1409]: 6 -75.0001 0 shouldn't be
332.38/334.20	WSVECS04 Frhs2[1777]: 6 -21.0001 0 shouldn't be
332.38/334.20	WSVECS04 Frhs2[1857]: 6 -6.00002 0 shouldn't be
334.08/335.96	WSVECS04 Frhs2[939]: 6 -132 0 shouldn't be
334.08/335.96	WSVECS04 Frhs2[940]: 6 -13.0001 0 shouldn't be
334.08/335.96	WSVECS04 Frhs2[956]: 6 -70.0001 0 shouldn't be
336.07/337.97	c rational objective -12879.5
338.30/340.47	c bounds -8423 >= -83254 @ 334.277
338.40/340.51	c bounds -8426 >= -83254 @ 334.32
338.70/340.86	c bounds -8436 >= -83254 @ 334.659
338.70/340.86	c bounds -8436 >= -83109 @ 334.662
338.70/340.86	c bounds -8436 >= -82968 @ 334.664
338.70/340.87	c bounds -8436 >= -82824 @ 334.667
338.70/340.87	c bounds -8436 >= -82688 @ 334.67
338.70/340.87	c bounds -8436 >= -82545 @ 334.673
338.70/340.87	c bounds -8436 >= -82403 @ 334.674
338.70/340.88	c bounds -8436 >= -82262 @ 334.68
338.70/340.88	c bounds -8436 >= -82124 @ 334.681
338.70/340.88	c bounds -8436 >= -81988 @ 334.683
338.70/340.89	c bounds -8436 >= -81849 @ 334.691
338.80/340.90	c bounds -8436 >= -81713 @ 334.697
338.80/340.91	c bounds -8436 >= -81577 @ 334.711
338.80/340.97	c bounds -8436 >= -81441 @ 334.768
340.09/342.28	c #Conflicts:     118000 | #Constraints:      40203
340.09/342.28	c bounds -8436 >= -81305 @ 336.05
343.29/345.44	c #Conflicts:     119000 | #Constraints:      41216
343.29/345.44	WSVECS04 Frhs2[1155]: 6 -23.0001 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1178]: 6 -91.0001 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1324]: 6 -104 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1483]: 6 -35.0001 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1602]: 6 -50.0001 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1691]: 6 -30 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1719]: 6 -14.0001 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1905]: 6 -14 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1923]: 6 -11.0001 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
343.29/345.44	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
343.89/346.10	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
343.89/346.10	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
343.89/346.10	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
343.89/346.10	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
343.89/346.10	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
343.89/346.10	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
343.89/346.10	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
343.89/346.10	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
343.89/346.10	WSVECS04 Frhs2[1442]: 6 -49.0001 0 shouldn't be
343.89/346.10	WSVECS04 Frhs2[1466]: 6 -47.0001 0 shouldn't be
343.89/346.10	WSVECS04 Frhs2[1605]: 6 -40 0 shouldn't be
343.89/346.10	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
343.89/346.10	WSVECS04 Frhs2[1855]: 6 -35 0 shouldn't be
344.99/347.18	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
344.99/347.18	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
344.99/347.18	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
344.99/347.18	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
344.99/347.18	WSVECS04 Frhs2[36]: 6 0 229 shouldn't be
344.99/347.18	WSVECS04 Frhs2[39]: 6 0 87.0001 shouldn't be
344.99/347.18	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
344.99/347.18	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
344.99/347.18	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
344.99/347.18	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
344.99/347.18	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
344.99/347.18	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
344.99/347.18	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
344.99/347.18	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
344.99/347.18	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
344.99/347.18	WSVECS04 Frhs2[104]: 6 0 71 shouldn't be
344.99/347.18	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
344.99/347.18	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
344.99/347.18	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
344.99/347.18	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
344.99/347.18	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
344.99/347.18	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
344.99/347.18	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
344.99/347.18	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
344.99/347.18	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
344.99/347.18	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
344.99/347.18	WSVECS04 Frhs2[283]: 6 0 98 shouldn't be
344.99/347.18	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
344.99/347.18	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
344.99/347.18	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
344.99/347.18	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
344.99/347.18	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
344.99/347.18	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
344.99/347.18	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
344.99/347.18	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
344.99/347.18	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
344.99/347.18	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
344.99/347.18	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
344.99/347.18	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
344.99/347.18	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
344.99/347.18	WSVECS04 Frhs2[392]: 6 0 53 shouldn't be
344.99/347.18	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
344.99/347.18	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
344.99/347.18	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
344.99/347.18	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
344.99/347.18	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
344.99/347.18	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
344.99/347.18	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
344.99/347.18	WSVECS04 Frhs2[617]: 6 0 90.0001 shouldn't be
344.99/347.18	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
344.99/347.18	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
344.99/347.18	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
344.99/347.18	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
344.99/347.18	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
344.99/347.18	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
344.99/347.18	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
344.99/347.18	WSVECS04 Frhs2[1157]: 6 -77.0001 0 shouldn't be
344.99/347.18	WSVECS04 Frhs2[1460]: 6 -62.0001 0 shouldn't be
344.99/347.18	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
344.99/347.18	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
344.99/347.18	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
344.99/347.18	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
344.99/347.18	WSVECS04 Frhs2[1972]: 6 -30 0 shouldn't be
346.88/349.03	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
346.88/349.03	WSVECS04 Frhs2[407]: 6 0 47.0001 shouldn't be
346.88/349.03	WSVECS04 Frhs2[503]: 6 0 55.0001 shouldn't be
346.88/349.03	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
346.88/349.03	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
346.88/349.03	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
348.57/350.75	WSVECS04 Frhs2[346]: 6 0 92 shouldn't be
348.57/350.75	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
348.57/350.75	WSVECS04 Frhs2[634]: 6 0 41.0001 shouldn't be
348.57/350.75	WSVECS04 Frhs2[1657]: 6 -64.0001 0 shouldn't be
348.57/350.75	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
348.57/350.75	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
348.57/350.75	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
349.97/352.12	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
349.97/352.12	WSVECS04 Frhs2[312]: 6 0 13 shouldn't be
349.97/352.12	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
349.97/352.12	WSVECS04 Frhs2[651]: 6 0 36.0001 shouldn't be
349.97/352.12	WSVECS04 Frhs2[711]: 6 0 101 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1308]: 6 -87.0001 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1362]: 6 -35 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1380]: 6 -64 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1461]: 6 -67.0001 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1588]: 6 -27.0001 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1589]: 6 -47.0001 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1705]: 6 -31 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1707]: 6 -7.00008 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1852]: 6 -32.0001 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1886]: 6 -35.0001 0 shouldn't be
349.97/352.12	WSVECS04 Frhs2[1984]: 6 -5.00005 0 shouldn't be
351.76/353.99	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
351.76/353.99	WSVECS04 Frhs2[393]: 6 0 5.0001 shouldn't be
351.76/353.99	WSVECS04 Frhs2[425]: 6 0 67 shouldn't be
351.76/353.99	WSVECS04 Frhs2[1378]: 6 -90.0001 0 shouldn't be
365.72/367.92	c #Conflicts:     120000 | #Constraints:      42216
365.72/367.92	c #Conflicts:     121000 | #Constraints:      43216
365.72/367.92	c #Conflicts:     122000 | #Constraints:      44216
365.72/367.92	c #Conflicts:     123000 | #Constraints:      45216
365.72/367.92	c #Conflicts:     124000 | #Constraints:      46216
365.72/367.92	c INPROCESSING
365.72/367.92	c GARBAGE COLLECT
365.72/367.92	c bounds -8438 >= -81305 @ 361.368
366.82/369.21	c #Conflicts:     125000 | #Constraints:      40201
366.82/369.21	c bounds -8450 >= -81305 @ 362.43
368.22/370.66	c #Conflicts:     126000 | #Constraints:      41202
368.22/370.66	c bounds -8451 >= -81305 @ 363.86
368.22/370.67	c bounds -8451 >= -81175 @ 363.861
368.22/370.67	c bounds -8451 >= -81043 @ 363.862
368.22/370.67	c bounds -8451 >= -80910 @ 363.867
368.22/370.67	c bounds -8451 >= -80778 @ 363.87
368.22/370.68	c bounds -8451 >= -80647 @ 363.875
368.22/370.69	c bounds -8451 >= -80514 @ 363.885
368.22/370.69	c bounds -8451 >= -80383 @ 363.886
368.32/370.70	c bounds -8451 >= -80252 @ 363.896
368.32/370.71	c bounds -8451 >= -80122 @ 363.904
368.32/370.71	c bounds -8451 >= -79993 @ 363.908
368.32/370.77	c bounds -8451 >= -79864 @ 363.969
368.52/370.96	c bounds -8451 >= -79735 @ 364.15
368.92/371.35	c bounds -8451 >= -79606 @ 364.529
370.61/373.07	c bounds -8451 >= -79477 @ 366.234
373.30/375.77	c #Conflicts:     127000 | #Constraints:      42272
373.30/375.77	c #Conflicts:     128000 | #Constraints:      43272
373.30/375.77	c bounds -8452 >= -79477 @ 368.886
384.86/387.34	c #Conflicts:     129000 | #Constraints:      44273
384.86/387.34	c #Conflicts:     130000 | #Constraints:      45273
384.86/387.34	c #Conflicts:     131000 | #Constraints:      46273
384.86/387.34	c INPROCESSING
384.86/387.34	c GARBAGE COLLECT
384.86/387.34	WSVECS04 Frhs2[1163]: 6 -62 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1207]: 6 -2.00006 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1454]: 6 -53 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1510]: 6 -7.00006 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1858]: 6 -1.00009 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1866]: 6 -16 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1874]: 6 -17 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1877]: 6 -25.0001 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1892]: 6 -25 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1894]: 6 -22 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1909]: 6 -2.00003 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
384.86/387.34	WSVECS04 Frhs2[1974]: 6 -25 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1164]: 6 -2.00002 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1314]: 6 -73 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1551]: 6 -66 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1595]: 6 -5.00007 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1763]: 6 -8.00002 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1775]: 6 -7.00008 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1832]: 6 -5.0001 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1851]: 6 -6.00004 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1875]: 6 -7.00005 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1876]: 6 -29.0001 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1925]: 6 -15.0001 0 shouldn't be
385.57/388.03	WSVECS04 Frhs2[1926]: 6 -35.0001 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1484]: 6 -31 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1492]: 6 -31.0001 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1559]: 6 -61 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1609]: 6 -33.0001 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1744]: 6 -27.0001 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1756]: 6 -7.00002 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1760]: 6 -20 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1778]: 6 -14.0001 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1810]: 6 -6.00007 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1834]: 6 -17 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1842]: 6 -22 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1919]: 6 -35 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
386.57/389.03	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1194]: 6 -84 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1514]: 6 -34.0001 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1550]: 6 -44.0001 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1758]: 6 -26.0001 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1770]: 6 -4.00005 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1771]: 6 -6.00007 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1840]: 6 -5.00005 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1843]: 6 -21 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1872]: 6 -29.0001 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1873]: 6 -2.00005 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1941]: 6 -23.0001 0 shouldn't be
387.75/390.20	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
389.06/391.57	WSVECS04 Frhs2[1659]: 6 -71 0 shouldn't be
389.06/391.57	WSVECS04 Frhs2[1675]: 6 -70 0 shouldn't be
389.06/391.57	WSVECS04 Frhs2[1777]: 6 -21 0 shouldn't be
389.06/391.57	WSVECS04 Frhs2[1780]: 6 -15.0001 0 shouldn't be
389.06/391.57	WSVECS04 Frhs2[1795]: 6 -27.0001 0 shouldn't be
389.06/391.57	WSVECS04 Frhs2[1848]: 6 -4.00009 0 shouldn't be
389.06/391.57	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
389.06/391.57	WSVECS04 Frhs2[1973]: 6 -7.00007 0 shouldn't be
389.06/391.57	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1465]: 6 -54 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1480]: 6 -47 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1512]: 6 -55.0001 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1625]: 6 -36 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1677]: 6 -34 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1726]: 6 -19.0001 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1776]: 6 -34 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1857]: 6 -6.00004 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1959]: 6 -29.0001 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
390.85/393.33	WSVECS04 Frhs2[1996]: 6 -19.0001 0 shouldn't be
392.34/394.86	WSVECS04 Frhs2[1493]: 6 -4.0001 0 shouldn't be
392.34/394.86	WSVECS04 Frhs2[1593]: 6 -38 0 shouldn't be
394.14/396.61	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
394.14/396.61	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
394.14/396.61	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
394.14/396.61	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
394.14/396.61	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
394.14/396.61	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
394.14/396.61	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
394.14/396.61	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
394.14/396.61	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
394.14/396.61	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
394.14/396.61	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
394.14/396.61	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
394.14/396.61	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
394.14/396.61	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
394.14/396.61	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
394.14/396.61	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
394.14/396.61	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
394.14/396.61	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
394.14/396.61	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
394.14/396.61	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
394.14/396.61	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
394.14/396.61	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
394.14/396.61	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
394.14/396.61	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
394.14/396.61	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
394.14/396.61	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
394.14/396.61	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
394.14/396.61	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
394.14/396.61	WSVECS04 Frhs2[248]: 6 0 231 shouldn't be
394.14/396.61	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
394.14/396.61	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
394.14/396.61	WSVECS04 Frhs2[267]: 6 0 99.0001 shouldn't be
394.14/396.61	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
394.14/396.61	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
394.14/396.61	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
394.14/396.61	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
394.14/396.61	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
394.14/396.61	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
394.14/396.61	WSVECS04 Frhs2[377]: 6 0 77 shouldn't be
394.14/396.61	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
394.14/396.61	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
394.14/396.61	WSVECS04 Frhs2[396]: 6 0 48 shouldn't be
394.14/396.61	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
394.14/396.61	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
394.14/396.61	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
394.14/396.61	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
394.14/396.61	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
394.14/396.61	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
394.14/396.61	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
394.14/396.61	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
394.14/396.61	WSVECS04 Frhs2[848]: 6 0 69.0001 shouldn't be
394.14/396.61	WSVECS04 Frhs2[863]: 6 0 69.0001 shouldn't be
394.14/396.61	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
396.74/399.24	WSVECS04 Frhs2[8]: 6 0 82.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[18]: 6 0 86.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
396.74/399.24	WSVECS04 Frhs2[20]: 6 0 155 shouldn't be
396.74/399.24	WSVECS04 Frhs2[45]: 6 0 115 shouldn't be
396.74/399.24	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
396.74/399.24	WSVECS04 Frhs2[54]: 6 0 110 shouldn't be
396.74/399.24	WSVECS04 Frhs2[55]: 6 0 44.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
396.74/399.24	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
396.74/399.24	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
396.74/399.24	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
396.74/399.24	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
396.74/399.24	WSVECS04 Frhs2[111]: 6 0 149 shouldn't be
396.74/399.24	WSVECS04 Frhs2[112]: 6 0 25 shouldn't be
396.74/399.24	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
396.74/399.24	WSVECS04 Frhs2[152]: 6 0 101 shouldn't be
396.74/399.24	WSVECS04 Frhs2[155]: 6 0 60 shouldn't be
396.74/399.24	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
396.74/399.24	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
396.74/399.24	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
396.74/399.24	WSVECS04 Frhs2[179]: 6 0 85 shouldn't be
396.74/399.24	WSVECS04 Frhs2[188]: 6 0 86.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[189]: 6 0 53 shouldn't be
396.74/399.24	WSVECS04 Frhs2[190]: 6 0 72.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
396.74/399.24	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
396.74/399.24	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
396.74/399.24	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
396.74/399.24	WSVECS04 Frhs2[222]: 6 0 53.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[226]: 6 0 76.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
396.74/399.24	WSVECS04 Frhs2[230]: 6 0 50.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
396.74/399.24	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
396.74/399.24	WSVECS04 Frhs2[234]: 6 0 53.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[239]: 6 0 53.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[243]: 6 0 81.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
396.74/399.24	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
396.74/399.24	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
396.74/399.24	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
396.74/399.24	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
396.74/399.24	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
396.74/399.24	WSVECS04 Frhs2[279]: 6 0 127 shouldn't be
396.74/399.24	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
396.74/399.24	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
396.74/399.24	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
396.74/399.24	WSVECS04 Frhs2[441]: 6 0 11 shouldn't be
396.74/399.24	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
396.74/399.24	WSVECS04 Frhs2[484]: 6 0 69.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
396.74/399.24	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
396.74/399.24	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
396.74/399.24	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
396.74/399.24	WSVECS04 Frhs2[514]: 6 0 74.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
396.74/399.24	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
396.74/399.24	WSVECS04 Frhs2[534]: 6 0 64 shouldn't be
396.74/399.24	WSVECS04 Frhs2[535]: 6 0 6.00007 shouldn't be
396.74/399.24	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
396.74/399.24	WSVECS04 Frhs2[560]: 6 0 65.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
396.74/399.24	WSVECS04 Frhs2[577]: 6 0 89.0001 shouldn't be
396.74/399.24	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
396.74/399.24	WSVECS04 Frhs2[653]: 6 0 16 shouldn't be
396.74/399.24	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
396.74/399.24	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
396.74/399.24	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
397.83/400.38	c rational objective -12879.4
402.26/405.81	c #Conflicts:     132000 | #Constraints:      40048
402.26/405.81	c #Conflicts:     133000 | #Constraints:      41048
402.26/405.81	c bounds -8454 >= -79477 @ 397.544
402.26/405.81	c bounds -8454 >= -79350 @ 397.545
402.26/405.81	c bounds -8454 >= -79227 @ 397.546
402.26/405.81	c bounds -8454 >= -79101 @ 397.549
402.26/405.82	c bounds -8454 >= -78979 @ 397.553
402.26/405.82	c bounds -8454 >= -78852 @ 397.56
402.26/405.83	c bounds -8454 >= -78727 @ 397.568
402.26/405.84	c bounds -8454 >= -78604 @ 397.577
402.26/405.84	c bounds -8454 >= -78482 @ 397.58
402.26/405.87	c bounds -8454 >= -78360 @ 397.604
402.36/405.94	c bounds -8454 >= -78238 @ 397.677
402.96/406.50	c bounds -8454 >= -78116 @ 398.224
443.15/446.80	c #Conflicts:     134000 | #Constraints:      42091
443.15/446.80	c #Conflicts:     135000 | #Constraints:      43091
443.15/446.80	c #Conflicts:     136000 | #Constraints:      44092
443.15/446.80	c #Conflicts:     137000 | #Constraints:      45092
443.15/446.80	c #Conflicts:     138000 | #Constraints:      46092
443.15/446.80	c #Conflicts:     139000 | #Constraints:      47092
443.15/446.80	c INPROCESSING
443.15/446.80	c GARBAGE COLLECT
443.15/446.80	c #Conflicts:     140000 | #Constraints:      40676
443.15/446.80	c #Conflicts:     141000 | #Constraints:      41677
443.15/446.80	c #Conflicts:     142000 | #Constraints:      42680
443.15/446.80	c #Conflicts:     143000 | #Constraints:      43684
443.15/446.80	c #Conflicts:     144000 | #Constraints:      44687
443.15/446.80	c #Conflicts:     145000 | #Constraints:      45690
443.15/446.80	c #Conflicts:     146000 | #Constraints:      46693
443.15/446.80	c #Conflicts:     147000 | #Constraints:      47696
443.15/446.80	c INPROCESSING
443.15/446.80	c GARBAGE COLLECT
443.15/446.80	c #Conflicts:     148000 | #Constraints:      41072
443.15/446.80	c #Conflicts:     149000 | #Constraints:      42072
443.15/446.80	c bounds -8454 >= -77994 @ 437.834
450.43/454.15	c #Conflicts:     150000 | #Constraints:      43081
450.43/454.15	c #Conflicts:     151000 | #Constraints:      44081
450.43/454.15	c #Conflicts:     152000 | #Constraints:      45081
450.43/454.15	c #Conflicts:     153000 | #Constraints:      46081
450.43/454.15	c #Conflicts:     154000 | #Constraints:      47081
450.43/454.15	c #Conflicts:     155000 | #Constraints:      48081
450.43/454.15	c INPROCESSING
450.43/454.15	c GARBAGE COLLECT
450.43/454.15	WSVECS04 Frhs2[277]: 6 0 1.00006 shouldn't be
450.43/454.15	WSVECS04 Frhs2[331]: 6 0 1.00004 shouldn't be
450.43/454.15	WSVECS04 Frhs2[632]: 6 -61 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[633]: 6 -70.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[920]: 6 -35.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1170]: 6 -61 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1188]: 6 -53.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1202]: 6 -92 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1207]: 6 -2.00001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1233]: 6 -27 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1440]: 6 -61.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1490]: 6 -34.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1501]: 6 -8.00004 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1520]: 6 -47 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1523]: 6 -24.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1532]: 6 -68 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1534]: 6 -43.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1537]: 6 -12.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1547]: 6 -41 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1717]: 6 -30.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1735]: 6 -16.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1781]: 6 -6.00005 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1786]: 6 -8.00009 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1801]: 6 -31.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1813]: 6 -22 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1816]: 6 -5.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1832]: 6 -5.00002 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1845]: 6 -17.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1851]: 6 -6.00004 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1981]: 6 -9.00003 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1982]: 6 -32.0001 0 shouldn't be
450.43/454.15	WSVECS04 Frhs2[1983]: 6 -8.00009 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1494]: 6 -20 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1506]: 6 -24 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1509]: 6 -20 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1510]: 6 -7.00007 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1512]: 6 -55 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1549]: 6 -41.0001 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1756]: 6 -7.00007 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1763]: 6 -8.00009 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1770]: 6 -4.00007 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1775]: 6 -7.00007 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1802]: 6 -33.0001 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
451.22/454.99	WSVECS04 Frhs2[1984]: 6 -5.00003 0 shouldn't be
452.32/456.10	WSVECS04 Frhs2[1171]: 6 -50 0 shouldn't be
452.32/456.10	WSVECS04 Frhs2[1186]: 6 -17 0 shouldn't be
452.32/456.10	WSVECS04 Frhs2[1473]: 6 -34.0001 0 shouldn't be
452.32/456.10	WSVECS04 Frhs2[1484]: 6 -31.0001 0 shouldn't be
452.32/456.10	WSVECS04 Frhs2[1538]: 6 -32 0 shouldn't be
452.32/456.10	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
452.32/456.10	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
452.32/456.10	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
452.32/456.10	WSVECS04 Frhs2[1771]: 6 -6.00007 0 shouldn't be
452.32/456.10	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1155]: 6 -23.0001 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1172]: 6 -93.0001 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1267]: 6 -91 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1492]: 6 -31 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1493]: 6 -4.00003 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1719]: 6 -14.0001 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1750]: 6 -6.00009 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
453.61/457.35	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[951]: 6 -136 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1239]: 6 -8.0001 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1460]: 6 -62.0001 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1461]: 6 -67.0001 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1518]: 6 -14 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1521]: 6 -18.0001 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1540]: 6 -19.0001 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1550]: 6 -44 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1646]: 6 -43 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1780]: 6 -15 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1797]: 6 -30.0001 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1834]: 6 -17.0001 0 shouldn't be
455.01/458.75	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[918]: 6 -35.0001 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1154]: 6 -5.00004 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1238]: 6 -9.00005 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1240]: 6 -52 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1253]: 6 -106 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1442]: 6 -49 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1536]: 6 -57 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1703]: 6 -21.0001 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1847]: 6 -3.00005 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1848]: 6 -4.00007 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
456.61/460.36	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
458.30/462.07	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
458.30/462.07	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
458.30/462.07	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
458.30/462.07	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
458.30/462.07	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
458.30/462.07	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
458.30/462.07	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
458.30/462.07	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
458.30/462.07	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
458.30/462.07	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
458.30/462.07	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
458.30/462.07	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
458.30/462.07	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
458.30/462.07	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
458.30/462.07	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
458.30/462.07	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
458.30/462.07	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
458.30/462.07	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
458.30/462.07	WSVECS04 Frhs2[179]: 6 0 85 shouldn't be
458.30/462.07	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
458.30/462.07	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
458.30/462.07	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
458.30/462.07	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
458.30/462.07	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
458.30/462.07	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
458.30/462.07	WSVECS04 Frhs2[248]: 6 0 231 shouldn't be
458.30/462.07	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
458.30/462.07	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
458.30/462.07	WSVECS04 Frhs2[267]: 6 0 99.0001 shouldn't be
458.30/462.07	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
458.30/462.07	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
458.30/462.07	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
458.30/462.07	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
458.30/462.07	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
458.30/462.07	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
458.30/462.07	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
458.30/462.07	WSVECS04 Frhs2[413]: 6 0 60.0001 shouldn't be
458.30/462.07	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
458.30/462.07	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
458.30/462.07	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
458.30/462.07	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
458.30/462.07	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
458.30/462.07	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
458.30/462.07	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
458.30/462.07	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
458.30/462.07	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
458.30/462.07	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
458.30/462.07	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
458.30/462.07	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
458.30/462.07	WSVECS04 Frhs2[604]: 6 0 29.0001 shouldn't be
458.30/462.07	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
458.30/462.07	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
458.30/462.07	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
458.30/462.07	WSVECS04 Frhs2[649]: 6 -38 0 shouldn't be
458.30/462.07	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
458.30/462.07	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
458.30/462.07	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
458.30/462.07	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
458.30/462.07	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
458.30/462.07	WSVECS04 Frhs2[827]: 6 0 15.0001 shouldn't be
458.30/462.07	WSVECS04 Frhs2[892]: 6 0 57.0001 shouldn't be
458.30/462.07	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
458.30/462.07	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
458.30/462.07	WSVECS04 Frhs2[1836]: 6 -6.00007 0 shouldn't be
460.09/463.88	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
460.09/463.88	WSVECS04 Frhs2[8]: 6 0 82.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[9]: 6 0 107 shouldn't be
460.09/463.88	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
460.09/463.88	WSVECS04 Frhs2[27]: 6 0 58 shouldn't be
460.09/463.88	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
460.09/463.88	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
460.09/463.88	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
460.09/463.88	WSVECS04 Frhs2[45]: 6 0 115 shouldn't be
460.09/463.88	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
460.09/463.88	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
460.09/463.88	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
460.09/463.88	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
460.09/463.88	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
460.09/463.88	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
460.09/463.88	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
460.09/463.88	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
460.09/463.88	WSVECS04 Frhs2[111]: 6 0 149 shouldn't be
460.09/463.88	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
460.09/463.88	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
460.09/463.88	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
460.09/463.88	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
460.09/463.88	WSVECS04 Frhs2[143]: 6 0 92.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
460.09/463.88	WSVECS04 Frhs2[148]: 6 0 47 shouldn't be
460.09/463.88	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
460.09/463.88	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
460.09/463.88	WSVECS04 Frhs2[163]: 6 0 80.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
460.09/463.88	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
460.09/463.88	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
460.09/463.88	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
460.09/463.88	WSVECS04 Frhs2[182]: 6 0 106 shouldn't be
460.09/463.88	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
460.09/463.88	WSVECS04 Frhs2[188]: 6 0 86.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[189]: 6 0 53.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
460.09/463.88	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
460.09/463.88	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
460.09/463.88	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
460.09/463.88	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
460.09/463.88	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
460.09/463.88	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
460.09/463.88	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
460.09/463.88	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
460.09/463.88	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
460.09/463.88	WSVECS04 Frhs2[222]: 6 0 53.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[226]: 6 0 76 shouldn't be
460.09/463.88	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
460.09/463.88	WSVECS04 Frhs2[230]: 6 0 50.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
460.09/463.88	WSVECS04 Frhs2[234]: 6 0 53.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
460.09/463.88	WSVECS04 Frhs2[243]: 6 0 81.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
460.09/463.88	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
460.09/463.88	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
460.09/463.88	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
460.09/463.88	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
460.09/463.88	WSVECS04 Frhs2[261]: 6 0 91 shouldn't be
460.09/463.88	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
460.09/463.88	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
460.09/463.88	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
460.09/463.88	WSVECS04 Frhs2[274]: 6 0 84 shouldn't be
460.09/463.88	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
460.09/463.88	WSVECS04 Frhs2[279]: 6 0 127 shouldn't be
460.09/463.88	WSVECS04 Frhs2[283]: 6 0 98 shouldn't be
460.09/463.88	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
460.09/463.88	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
460.09/463.88	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
460.09/463.88	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
460.09/463.88	WSVECS04 Frhs2[302]: 6 0 100 shouldn't be
460.09/463.88	WSVECS04 Frhs2[303]: 6 0 4.00007 shouldn't be
460.09/463.88	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
460.09/463.88	WSVECS04 Frhs2[317]: 6 0 52 shouldn't be
460.09/463.88	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
460.09/463.88	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
460.09/463.88	WSVECS04 Frhs2[349]: 6 0 97 shouldn't be
460.09/463.88	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
460.09/463.88	WSVECS04 Frhs2[367]: 6 0 31.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
460.09/463.88	WSVECS04 Frhs2[369]: 6 0 49 shouldn't be
460.09/463.88	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
460.09/463.88	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
460.09/463.88	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
460.09/463.88	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
460.09/463.88	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
460.09/463.88	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
460.09/463.88	WSVECS04 Frhs2[431]: 6 0 57.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
460.09/463.88	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
460.09/463.88	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
460.09/463.88	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
460.09/463.88	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
460.09/463.88	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
460.09/463.88	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
460.09/463.88	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
460.09/463.88	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
460.09/463.88	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
460.09/463.88	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
460.09/463.88	WSVECS04 Frhs2[510]: 6 0 45 shouldn't be
460.09/463.88	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
460.09/463.88	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
460.09/463.88	WSVECS04 Frhs2[514]: 6 0 74.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
460.09/463.88	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
460.09/463.88	WSVECS04 Frhs2[523]: 6 0 57.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
460.09/463.88	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
460.09/463.88	WSVECS04 Frhs2[534]: 6 0 64.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
460.09/463.88	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
460.09/463.88	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
460.09/463.88	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
460.09/463.88	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
460.09/463.88	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
460.09/463.88	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
460.09/463.88	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
460.09/463.88	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
460.09/463.88	WSVECS04 Frhs2[574]: 6 0 53 shouldn't be
460.09/463.88	WSVECS04 Frhs2[590]: 6 0 10 shouldn't be
460.09/463.88	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
460.09/463.88	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
460.09/463.88	WSVECS04 Frhs2[638]: 6 0 39 shouldn't be
460.09/463.88	WSVECS04 Frhs2[639]: 6 0 58 shouldn't be
460.09/463.88	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
460.09/463.88	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
460.09/463.88	WSVECS04 Frhs2[705]: 6 0 96 shouldn't be
460.09/463.88	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
460.09/463.88	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
460.09/463.88	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
460.09/463.88	WSVECS04 Frhs2[801]: 6 0 27.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[802]: 6 0 29.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
460.09/463.88	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
460.09/463.88	WSVECS04 Frhs2[814]: 6 0 74 shouldn't be
460.09/463.88	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
460.09/463.88	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
460.09/463.88	WSVECS04 Frhs2[825]: 6 0 86.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
460.09/463.88	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
460.09/463.88	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
460.09/463.88	WSVECS04 Frhs2[857]: 6 0 21.0001 shouldn't be
460.09/463.88	WSVECS04 Frhs2[874]: 6 0 39 shouldn't be
460.09/463.88	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
460.09/463.88	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
460.09/463.88	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
460.09/463.88	WSVECS04 Frhs2[1195]: 6 0 66.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[14]: 6 0 85.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
462.69/466.41	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
462.69/466.41	WSVECS04 Frhs2[112]: 6 0 25.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
462.69/466.41	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
462.69/466.41	WSVECS04 Frhs2[181]: 6 0 65.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
462.69/466.41	WSVECS04 Frhs2[190]: 6 0 72.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
462.69/466.41	WSVECS04 Frhs2[239]: 6 0 53 shouldn't be
462.69/466.41	WSVECS04 Frhs2[260]: 6 0 24.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[487]: 6 0 16.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[511]: 6 0 23 shouldn't be
462.69/466.41	WSVECS04 Frhs2[526]: 6 0 40.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[528]: 6 0 40.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[531]: 6 0 23.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[535]: 6 0 6.00004 shouldn't be
462.69/466.41	WSVECS04 Frhs2[538]: 6 0 28.0001 shouldn't be
462.69/466.41	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
462.69/466.41	WSVECS04 Frhs2[891]: 6 0 31 shouldn't be
464.68/468.43	c rational objective -12879.4
491.70/495.55	c #Conflicts:     156000 | #Constraints:      41276
491.70/495.55	c #Conflicts:     157000 | #Constraints:      42276
491.70/495.55	c #Conflicts:     158000 | #Constraints:      43276
491.70/495.55	c #Conflicts:     159000 | #Constraints:      44276
491.70/495.55	c #Conflicts:     160000 | #Constraints:      45277
491.70/495.55	c #Conflicts:     161000 | #Constraints:      46277
491.70/495.55	c #Conflicts:     162000 | #Constraints:      47277
491.70/495.55	c #Conflicts:     163000 | #Constraints:      48278
491.70/495.55	c INPROCESSING
491.70/495.55	c GARBAGE COLLECT
491.70/495.55	c #Conflicts:     164000 | #Constraints:      41264
491.70/495.55	c #Conflicts:     165000 | #Constraints:      42264
491.70/495.55	c #Conflicts:     166000 | #Constraints:      43266
491.70/495.55	c bounds -8456 >= -77994 @ 485.872
491.70/495.56	c bounds -8456 >= -77876 @ 485.874
491.70/495.56	c bounds -8456 >= -77757 @ 485.883
491.70/495.58	c bounds -8456 >= -77642 @ 485.896
491.70/495.58	c bounds -8456 >= -77528 @ 485.903
491.70/495.59	c bounds -8456 >= -77414 @ 485.912
491.80/495.60	c bounds -8456 >= -77300 @ 485.918
491.80/495.61	c bounds -8456 >= -77188 @ 485.925
491.80/495.62	c bounds -8456 >= -77074 @ 485.94
491.80/495.63	c bounds -8456 >= -76962 @ 485.948
491.80/495.64	c bounds -8456 >= -76848 @ 485.958
491.80/495.66	c bounds -8456 >= -76735 @ 485.973
491.80/495.69	c bounds -8456 >= -76623 @ 486.003
496.30/500.17	c bounds -8456 >= -76511 @ 490.439
500.38/504.23	c #Conflicts:     167000 | #Constraints:      44331
500.38/504.23	c bounds -8456 >= -76399 @ 494.465
501.48/505.31	c #Conflicts:     168000 | #Constraints:      45340
501.48/505.31	c bounds -8462 >= -76399 @ 495.527
501.48/505.36	c bounds -8473 >= -76399 @ 495.57
519.82/523.73	c #Conflicts:     169000 | #Constraints:      46342
519.82/523.73	c #Conflicts:     170000 | #Constraints:      47342
519.82/523.73	c #Conflicts:     171000 | #Constraints:      48342
519.82/523.73	c INPROCESSING
519.82/523.73	c GARBAGE COLLECT
519.82/523.73	c rational objective -12879.4
578.65/582.99	c #Conflicts:     172000 | #Constraints:      41114
578.65/582.99	c #Conflicts:     173000 | #Constraints:      42114
578.65/582.99	c #Conflicts:     174000 | #Constraints:      43114
578.65/582.99	c #Conflicts:     175000 | #Constraints:      44114
578.65/582.99	c #Conflicts:     176000 | #Constraints:      45114
578.65/582.99	c #Conflicts:     177000 | #Constraints:      46114
578.65/582.99	c #Conflicts:     178000 | #Constraints:      47114
578.65/582.99	c #Conflicts:     179000 | #Constraints:      48115
578.65/582.99	c #Conflicts:     180000 | #Constraints:      49115
578.65/582.99	c INPROCESSING
578.65/582.99	c GARBAGE COLLECT
578.65/582.99	c #Conflicts:     181000 | #Constraints:      41696
578.65/582.99	c #Conflicts:     182000 | #Constraints:      42699
578.65/582.99	c #Conflicts:     183000 | #Constraints:      43701
578.65/582.99	c #Conflicts:     184000 | #Constraints:      44704
578.65/582.99	c #Conflicts:     185000 | #Constraints:      45708
578.65/582.99	c #Conflicts:     186000 | #Constraints:      46710
578.65/582.99	c #Conflicts:     187000 | #Constraints:      47712
578.65/582.99	c #Conflicts:     188000 | #Constraints:      48713
578.65/582.99	c #Conflicts:     189000 | #Constraints:      49715
578.65/582.99	c INPROCESSING
578.65/582.99	c GARBAGE COLLECT
578.65/582.99	c #Conflicts:     190000 | #Constraints:      42098
578.65/582.99	c #Conflicts:     191000 | #Constraints:      43106
578.65/582.99	c #Conflicts:     192000 | #Constraints:      44113
578.65/582.99	c #Conflicts:     193000 | #Constraints:      45116
578.65/582.99	c #Conflicts:     194000 | #Constraints:      46117
578.65/582.99	c #Conflicts:     195000 | #Constraints:      47119
578.65/582.99	c #Conflicts:     196000 | #Constraints:      48119
578.65/582.99	c #Conflicts:     197000 | #Constraints:      49119
578.65/582.99	c #Conflicts:     198000 | #Constraints:      50122
578.65/582.99	c INPROCESSING
578.65/582.99	c GARBAGE COLLECT
578.65/582.99	c rational objective -12879.4
609.21/618.82	c #Conflicts:     199000 | #Constraints:      42327
609.21/618.82	c #Conflicts:     200000 | #Constraints:      43327
609.21/618.82	c #Conflicts:     201000 | #Constraints:      44328
609.21/618.82	c #Conflicts:     202000 | #Constraints:      45332
609.21/618.82	c #Conflicts:     203000 | #Constraints:      46335
609.21/618.82	c #Conflicts:     204000 | #Constraints:      47336
609.21/618.82	c #Conflicts:     205000 | #Constraints:      48338
609.21/618.82	c #Conflicts:     206000 | #Constraints:      49339
609.21/618.82	c #Conflicts:     207000 | #Constraints:      50341
609.21/618.82	c INPROCESSING
609.21/618.82	c GARBAGE COLLECT
609.21/618.82	c rational objective -12879.4
666.41/677.05	c #Conflicts:     208000 | #Constraints:      42316
666.41/677.05	c #Conflicts:     209000 | #Constraints:      43316
666.41/677.05	c #Conflicts:     210000 | #Constraints:      44316
666.41/677.05	c #Conflicts:     211000 | #Constraints:      45323
666.41/677.05	c #Conflicts:     212000 | #Constraints:      46327
666.41/677.05	c #Conflicts:     213000 | #Constraints:      47335
666.41/677.05	c #Conflicts:     214000 | #Constraints:      48339
666.41/677.05	c #Conflicts:     215000 | #Constraints:      49341
666.41/677.05	c #Conflicts:     216000 | #Constraints:      50345
666.41/677.05	c INPROCESSING
666.41/677.05	c GARBAGE COLLECT
666.41/677.05	c #Conflicts:     217000 | #Constraints:      42113
666.41/677.05	c #Conflicts:     218000 | #Constraints:      43113
666.41/677.05	c #Conflicts:     219000 | #Constraints:      44113
666.41/677.05	c #Conflicts:     220000 | #Constraints:      45113
666.41/677.05	c #Conflicts:     221000 | #Constraints:      46113
666.41/677.05	c #Conflicts:     222000 | #Constraints:      47113
666.41/677.05	c #Conflicts:     223000 | #Constraints:      48113
666.41/677.05	c #Conflicts:     224000 | #Constraints:      49113
666.41/677.05	c #Conflicts:     225000 | #Constraints:      50113
666.41/677.05	c #Conflicts:     226000 | #Constraints:      51113
666.41/677.05	c INPROCESSING
666.41/677.05	c GARBAGE COLLECT
666.41/677.05	c rational objective -12879.4
697.30/708.40	c #Conflicts:     227000 | #Constraints:      42712
697.30/708.40	c #Conflicts:     228000 | #Constraints:      43712
697.30/708.40	c #Conflicts:     229000 | #Constraints:      44712
697.30/708.40	c #Conflicts:     230000 | #Constraints:      45713
697.30/708.40	c #Conflicts:     231000 | #Constraints:      46713
697.30/708.40	c #Conflicts:     232000 | #Constraints:      47714
697.30/708.40	c #Conflicts:     233000 | #Constraints:      48715
697.30/708.40	c #Conflicts:     234000 | #Constraints:      49717
697.30/708.40	c #Conflicts:     235000 | #Constraints:      50718
697.30/708.40	c #Conflicts:     236000 | #Constraints:      51719
697.30/708.40	c INPROCESSING
697.30/708.40	c GARBAGE COLLECT
697.30/708.40	c rational objective -12879.4
728.62/740.16	c #Conflicts:     237000 | #Constraints:      43108
728.62/740.16	c #Conflicts:     238000 | #Constraints:      44108
728.62/740.16	c #Conflicts:     239000 | #Constraints:      45110
728.62/740.16	c #Conflicts:     240000 | #Constraints:      46111
728.62/740.16	c #Conflicts:     241000 | #Constraints:      47113
728.62/740.16	c #Conflicts:     242000 | #Constraints:      48113
728.62/740.16	c #Conflicts:     243000 | #Constraints:      49113
728.62/740.16	c #Conflicts:     244000 | #Constraints:      50113
728.62/740.16	c #Conflicts:     245000 | #Constraints:      51113
728.62/740.16	c #Conflicts:     246000 | #Constraints:      52113
728.62/740.16	c INPROCESSING
728.62/740.16	c GARBAGE COLLECT
728.62/740.16	c rational objective -12879.4
755.94/767.54	c #Conflicts:     247000 | #Constraints:      43311
755.94/767.54	c #Conflicts:     248000 | #Constraints:      44311
755.94/767.54	c #Conflicts:     249000 | #Constraints:      45312
755.94/767.54	c #Conflicts:     250000 | #Constraints:      46314
755.94/767.54	c #Conflicts:     251000 | #Constraints:      47315
755.94/767.54	c #Conflicts:     252000 | #Constraints:      48315
755.94/767.54	c #Conflicts:     253000 | #Constraints:      49315
755.94/767.54	c #Conflicts:     254000 | #Constraints:      50315
755.94/767.54	c #Conflicts:     255000 | #Constraints:      51317
755.94/767.54	c #Conflicts:     256000 | #Constraints:      52318
755.94/767.54	c INPROCESSING
755.94/767.54	c GARBAGE COLLECT
755.94/767.54	c #Conflicts:     257000 | #Constraints:      43319
755.94/767.54	c #Conflicts:     258000 | #Constraints:      44326
755.94/767.54	c #Conflicts:     259000 | #Constraints:      45333
755.94/767.54	c bounds -8475 >= -76399 @ 746.941
755.94/767.54	c bounds -8475 >= -76293 @ 746.944
755.94/767.55	c bounds -8475 >= -76183 @ 746.957
755.94/767.56	c bounds -8475 >= -76080 @ 746.962
755.94/767.56	c bounds -8475 >= -75972 @ 746.963
755.94/767.56	c bounds -8475 >= -75865 @ 746.965
755.94/767.57	c bounds -8475 >= -75759 @ 746.97
755.94/767.58	c bounds -8475 >= -75650 @ 746.979
755.94/767.58	c bounds -8475 >= -75543 @ 746.982
755.94/767.59	c bounds -8475 >= -75333 @ 746.992
756.04/767.60	c bounds -8475 >= -75226 @ 747.001
756.04/767.61	c bounds -8475 >= -75123 @ 747.008
756.04/767.62	c bounds -8475 >= -75020 @ 747.019
756.04/767.64	c bounds -8475 >= -74917 @ 747.043
760.44/772.04	c bounds -8475 >= -74814 @ 751.395
760.83/772.44	c bounds -8475 >= -74711 @ 751.786
761.73/773.34	c #Conflicts:     260000 | #Constraints:      46402
761.73/773.34	c bounds -8483 >= -74711 @ 752.671
764.52/776.16	c bounds -8483 >= -74608 @ 755.46
770.01/781.63	c #Conflicts:     261000 | #Constraints:      47415
770.01/781.63	c #Conflicts:     262000 | #Constraints:      48415
770.01/781.63	c bounds -8487 >= -74608 @ 760.813
791.15/802.80	c #Conflicts:     263000 | #Constraints:      49416
791.15/802.80	c #Conflicts:     264000 | #Constraints:      50416
791.15/802.80	c #Conflicts:     265000 | #Constraints:      51416
791.15/802.80	c #Conflicts:     266000 | #Constraints:      52416
791.15/802.80	c INPROCESSING
791.15/802.80	c GARBAGE COLLECT
791.15/802.80	c rational objective -12879.4
809.49/821.27	c #Conflicts:     267000 | #Constraints:      43188
809.49/821.27	c #Conflicts:     268000 | #Constraints:      44188
809.49/821.27	c #Conflicts:     269000 | #Constraints:      45188
809.49/821.27	c #Conflicts:     270000 | #Constraints:      46188
809.49/821.27	c #Conflicts:     271000 | #Constraints:      47188
809.49/821.27	c #Conflicts:     272000 | #Constraints:      48189
809.49/821.27	c bounds -8488 >= -74608 @ 799.997
809.49/821.28	c bounds -8488 >= -74507 @ 800.007
809.59/821.30	c bounds -8488 >= -74406 @ 800.024
809.59/821.31	c bounds -8488 >= -74309 @ 800.036
809.59/821.31	c bounds -8488 >= -74211 @ 800.039
809.59/821.33	c bounds -8488 >= -74113 @ 800.054
809.59/821.34	c bounds -8488 >= -74015 @ 800.067
809.59/821.35	c bounds -8488 >= -73917 @ 800.08
809.59/821.37	c bounds -8488 >= -73821 @ 800.091
809.59/821.39	c bounds -8488 >= -73722 @ 800.11
809.69/821.40	c bounds -8488 >= -73624 @ 800.126
809.69/821.41	c bounds -8488 >= -73528 @ 800.137
809.69/821.43	c bounds -8488 >= -73431 @ 800.158
809.69/821.46	c bounds -8488 >= -73335 @ 800.181
809.89/821.60	c bounds -8488 >= -73239 @ 800.326
810.69/822.40	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
810.69/822.40	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
810.69/822.40	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
810.69/822.40	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
810.69/822.40	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
810.69/822.40	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
810.69/822.40	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
810.69/822.40	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
810.69/822.40	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
810.69/822.40	WSVECS04 Frhs2[141]: 6 0 99.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
810.69/822.40	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
810.69/822.40	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
810.69/822.40	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
810.69/822.40	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
810.69/822.40	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
810.69/822.40	WSVECS04 Frhs2[179]: 6 0 85.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
810.69/822.40	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
810.69/822.40	WSVECS04 Frhs2[190]: 6 0 72.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
810.69/822.40	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
810.69/822.40	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
810.69/822.40	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
810.69/822.40	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
810.69/822.40	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
810.69/822.40	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
810.69/822.40	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
810.69/822.40	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
810.69/822.40	WSVECS04 Frhs2[267]: 6 0 99.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[283]: 6 0 98.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
810.69/822.40	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
810.69/822.40	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
810.69/822.40	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
810.69/822.40	WSVECS04 Frhs2[302]: 6 0 100 shouldn't be
810.69/822.40	WSVECS04 Frhs2[309]: 6 0 48.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
810.69/822.40	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
810.69/822.40	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
810.69/822.40	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
810.69/822.40	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
810.69/822.40	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
810.69/822.40	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
810.69/822.40	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
810.69/822.40	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
810.69/822.40	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[350]: 6 0 15.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
810.69/822.40	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
810.69/822.40	WSVECS04 Frhs2[377]: 6 0 77.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[392]: 6 0 53 shouldn't be
810.69/822.40	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
810.69/822.40	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
810.69/822.40	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
810.69/822.40	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
810.69/822.40	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
810.69/822.40	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
810.69/822.40	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
810.69/822.40	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
810.69/822.40	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
810.69/822.40	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
810.69/822.40	WSVECS04 Frhs2[420]: 6 0 46.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
810.69/822.40	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
810.69/822.40	WSVECS04 Frhs2[425]: 6 0 67.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
810.69/822.40	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
810.69/822.40	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
810.69/822.40	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
810.69/822.40	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
810.69/822.40	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
810.69/822.40	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
810.69/822.40	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
810.69/822.40	WSVECS04 Frhs2[448]: 6 0 76.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
810.69/822.40	WSVECS04 Frhs2[454]: 6 0 161 shouldn't be
810.69/822.40	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
810.69/822.40	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
810.69/822.40	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
810.69/822.40	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
810.69/822.40	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
810.69/822.40	WSVECS04 Frhs2[467]: 6 0 78 shouldn't be
810.69/822.40	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
810.69/822.40	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
810.69/822.40	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
810.69/822.40	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
810.69/822.40	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
810.69/822.40	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
810.69/822.40	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
810.69/822.40	WSVECS04 Frhs2[483]: 6 0 97 shouldn't be
810.69/822.40	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
810.69/822.40	WSVECS04 Frhs2[489]: 6 0 72 shouldn't be
810.69/822.40	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
810.69/822.40	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
810.69/822.40	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
810.69/822.40	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
810.69/822.40	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
810.69/822.40	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
810.69/822.40	WSVECS04 Frhs2[503]: 6 0 55 shouldn't be
810.69/822.40	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
810.69/822.40	WSVECS04 Frhs2[505]: 6 0 9.00001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
810.69/822.40	WSVECS04 Frhs2[514]: 6 0 74.0001 shouldn't be
810.69/822.40	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
810.69/822.40	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
810.69/822.40	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
810.69/822.40	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
810.69/822.40	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
810.69/822.40	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
810.69/822.40	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
810.69/822.40	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
810.69/822.40	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
810.69/822.41	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
810.69/822.41	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
810.69/822.41	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
810.69/822.41	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
810.69/822.41	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
810.69/822.41	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
810.69/822.41	WSVECS04 Frhs2[591]: 6 0 118 shouldn't be
810.69/822.41	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
810.69/822.41	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
810.69/822.41	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
810.69/822.41	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
810.69/822.41	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
810.69/822.41	WSVECS04 Frhs2[604]: 6 0 29 shouldn't be
810.69/822.41	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
810.69/822.41	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
810.69/822.41	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
810.69/822.41	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
810.69/822.41	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
810.69/822.41	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
810.69/822.41	WSVECS04 Frhs2[617]: 6 0 90 shouldn't be
810.69/822.41	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
810.69/822.41	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
810.69/822.41	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
810.69/822.41	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
810.69/822.41	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
810.69/822.41	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
810.69/822.41	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
810.69/822.41	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
810.69/822.41	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
810.69/822.41	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
810.69/822.41	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
810.69/822.41	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
810.69/822.41	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
810.69/822.41	WSVECS04 Frhs2[668]: 6 0 76 shouldn't be
810.69/822.41	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
810.69/822.41	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
810.69/822.41	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
810.69/822.41	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
810.69/822.41	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
810.69/822.41	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
810.69/822.41	WSVECS04 Frhs2[692]: 6 0 18.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
810.69/822.41	WSVECS04 Frhs2[698]: 6 0 10.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
810.69/822.41	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
810.69/822.41	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
810.69/822.41	WSVECS04 Frhs2[705]: 6 0 96.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[709]: 6 0 44.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[711]: 6 0 101 shouldn't be
810.69/822.41	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
810.69/822.41	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
810.69/822.41	WSVECS04 Frhs2[723]: 6 0 89.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
810.69/822.41	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
810.69/822.41	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
810.69/822.41	WSVECS04 Frhs2[727]: 6 0 88 shouldn't be
810.69/822.41	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
810.69/822.41	WSVECS04 Frhs2[730]: 6 0 82.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
810.69/822.41	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
810.69/822.41	WSVECS04 Frhs2[734]: 6 0 43.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
810.69/822.41	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
810.69/822.41	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
810.69/822.41	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
810.69/822.41	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
810.69/822.41	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
810.69/822.41	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
810.69/822.41	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
810.69/822.41	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
810.69/822.41	WSVECS04 Frhs2[759]: 6 0 76.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
810.69/822.41	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
810.69/822.41	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
810.69/822.41	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
810.69/822.41	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
810.69/822.41	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
810.69/822.41	WSVECS04 Frhs2[782]: 6 0 56.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
810.69/822.41	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
810.69/822.41	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
810.69/822.41	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
810.69/822.41	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
810.69/822.41	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
810.69/822.41	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
810.69/822.41	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
810.69/822.41	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
810.69/822.41	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
810.69/822.41	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
810.69/822.41	WSVECS04 Frhs2[814]: 6 0 74.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
810.69/822.41	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
810.69/822.41	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
810.69/822.41	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
810.69/822.41	WSVECS04 Frhs2[825]: 6 0 86.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[827]: 6 0 15.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
810.69/822.41	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
810.69/822.41	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
810.69/822.41	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
810.69/822.41	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
810.69/822.41	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
810.69/822.41	WSVECS04 Frhs2[842]: 6 0 44 shouldn't be
810.69/822.41	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
810.69/822.41	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
810.69/822.41	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
810.69/822.41	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
810.69/822.41	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
810.69/822.41	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
810.69/822.41	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
810.69/822.41	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
810.69/822.41	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
810.69/822.41	WSVECS04 Frhs2[871]: 6 0 54 shouldn't be
810.69/822.41	WSVECS04 Frhs2[872]: 6 0 80 shouldn't be
810.69/822.41	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
810.69/822.41	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
810.69/822.41	WSVECS04 Frhs2[880]: 6 0 80.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
810.69/822.41	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
810.69/822.41	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
810.69/822.41	WSVECS04 Frhs2[891]: 6 0 31.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
810.69/822.41	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
810.69/822.41	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
810.69/822.41	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
810.69/822.41	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
810.69/822.41	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
810.69/822.41	WSVECS04 Frhs2[907]: 6 0 69 shouldn't be
810.69/822.41	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
810.69/822.41	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
810.69/822.41	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
810.69/822.41	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
810.69/822.41	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
810.69/822.41	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
810.69/822.41	WSVECS04 Frhs2[923]: 6 0 39.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
810.69/822.41	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
810.69/822.41	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
810.69/822.41	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
810.69/822.41	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
810.69/822.41	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
810.69/822.41	WSVECS04 Frhs2[942]: 6 0 97 shouldn't be
810.69/822.41	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
810.69/822.41	WSVECS04 Frhs2[950]: 6 0 24 shouldn't be
810.69/822.41	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
810.69/822.41	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
810.69/822.41	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
810.69/822.41	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
810.69/822.41	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
810.69/822.41	WSVECS04 Frhs2[968]: 6 0 28.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[970]: 6 0 23.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
810.69/822.41	WSVECS04 Frhs2[975]: 6 0 14 shouldn't be
810.69/822.41	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
810.69/822.41	WSVECS04 Frhs2[980]: 6 0 92 shouldn't be
810.69/822.41	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
810.69/822.41	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
810.69/822.41	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
810.69/822.41	WSVECS04 Frhs2[986]: 6 0 20 shouldn't be
810.69/822.41	WSVECS04 Frhs2[987]: 6 0 79 shouldn't be
810.69/822.41	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[995]: 6 0 93.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[997]: 6 0 75 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1009]: 6 0 59.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1014]: 6 0 60.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1017]: 6 0 61 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1021]: 6 0 30.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1022]: 6 0 9.00002 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1049]: 6 0 93 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1052]: 6 0 80 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1055]: 6 0 76 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1057]: 6 0 54 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1061]: 6 0 95.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1064]: 6 0 62.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1079]: 6 0 13.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1092]: 6 0 69 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1098]: 6 0 99.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1104]: 6 0 26.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1126]: 6 0 58.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1131]: 6 0 90.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1138]: 6 0 60.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1147]: 6 0 83.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1156]: 6 0 31 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1158]: 6 0 63.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1162]: 6 0 84.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1165]: 6 0 40 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1169]: 6 0 72 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1185]: 6 0 95 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1189]: 6 0 61.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1190]: 6 0 91 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1198]: 6 0 77 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1200]: 6 0 40 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1204]: 6 0 109 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1211]: 6 0 39 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1215]: 6 0 81 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1219]: 6 0 44.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1220]: 6 0 35.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1223]: 6 0 71.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1224]: 6 0 45 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1225]: 6 0 11.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1226]: 6 0 122 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1241]: 6 0 47.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1242]: 6 0 61.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1244]: 6 0 48.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1245]: 6 0 93 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1249]: 6 0 81.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1251]: 6 0 90.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1254]: 6 0 90 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1257]: 6 0 14.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1260]: 6 0 95 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1263]: 6 0 85.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1273]: 6 0 25.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1274]: 6 0 65 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1275]: 6 0 96 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1280]: 6 0 60 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1288]: 6 0 72.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1294]: 6 0 32 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1312]: 6 0 71.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1313]: 6 0 10.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1318]: 6 0 67.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1325]: 6 0 35 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1326]: 6 0 65 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1330]: 6 0 65 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1332]: 6 0 18 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1333]: 6 0 51.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1350]: 6 0 23 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1357]: 6 0 68 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1371]: 6 0 54.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1373]: 6 0 10.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1386]: 6 0 69.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1390]: 6 0 64.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1392]: 6 0 68.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1393]: 6 0 69.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1396]: 6 0 18 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1410]: 6 0 17 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1413]: 6 0 2.00008 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1418]: 6 0 108 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1420]: 6 0 83 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1426]: 6 0 30.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1427]: 6 0 37 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1428]: 6 0 34.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1430]: 6 0 35.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1431]: 6 0 79.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1441]: 6 0 10.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1446]: 6 0 88 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1447]: 6 0 49.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1449]: 6 0 55.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1453]: 6 0 20 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1467]: 6 0 76.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1479]: 6 0 12.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1481]: 6 0 85 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1491]: 6 0 33.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1496]: 6 0 16.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1498]: 6 0 75 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1505]: 6 0 25.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1513]: 6 0 81.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1515]: 6 0 71.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1516]: 6 0 72.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1517]: 6 0 22 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1522]: 6 0 84.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1528]: 6 0 16 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1529]: 6 0 37.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1530]: 6 0 37.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1545]: 6 0 42.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1552]: 6 0 16 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1557]: 6 0 21 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1560]: 6 0 16.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1563]: 6 0 79.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1567]: 6 0 46 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1576]: 6 0 40.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1577]: 6 0 20 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1578]: 6 0 22 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1594]: 6 0 75.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1596]: 6 0 13.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1603]: 6 0 50.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1619]: 6 0 23.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1626]: 6 0 45.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1635]: 6 0 32 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1639]: 6 -16 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1640]: 6 0 9.00005 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1641]: 6 0 71.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1643]: 6 0 8.00008 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1648]: 6 -23 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1653]: 6 -61 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1667]: 6 0 49.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1668]: 6 0 15 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1669]: 6 0 55.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1670]: 6 0 30 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1676]: 6 0 68 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1683]: 6 0 78 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1685]: 6 0 90 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1689]: 6 -26.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1690]: 6 -8.00004 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1692]: 6 0 70.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1693]: 6 0 4.00008 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1698]: 6 0 9.00005 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1699]: 6 0 21.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1702]: 6 0 65.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1742]: 6 0 23 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1743]: 6 0 33.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1750]: 6 -6.00003 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1756]: 6 -7.00004 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1761]: 6 0 26.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1769]: 6 -29.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1770]: 6 -4.00006 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1771]: 6 -6.00008 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1775]: 6 -7.00009 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1781]: 6 -6.00008 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1786]: 6 -8.00007 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1811]: 6 0 23.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1812]: 6 0 34 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1816]: 6 -5.00007 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1817]: 6 0 31 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1832]: 6 -5.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1840]: 6 -5.00003 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1847]: 6 -3.00002 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1848]: 6 -4.00002 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1853]: 6 -12.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1855]: 6 -35.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1857]: 6 -6.00008 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1860]: 6 0 13 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1862]: 6 0 19.0001 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1867]: 6 -3.00008 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1868]: 6 0 9.00009 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1869]: 6 0 8.00004 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1872]: 6 -29.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1873]: 6 -2.00001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1875]: 6 -7.00006 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1885]: 6 -10.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1892]: 6 -25 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1893]: 6 0 29 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1902]: 6 -33 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1905]: 6 -14.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1916]: 6 -19.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1923]: 6 -11.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1927]: 6 -30 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1936]: 6 -18 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1964]: 6 -4.00003 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1974]: 6 -25 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1979]: 6 0 9.00006 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1984]: 6 -5.00009 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
810.69/822.41	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
814.18/825.92	c bounds -8488 >= -73143 @ 804.591
817.07/828.88	c #Conflicts:     273000 | #Constraints:      49258
817.07/828.88	c bounds -8488 >= -73047 @ 807.525
825.88/838.16	c #Conflicts:     274000 | #Constraints:      50270
825.88/838.16	c bounds -8488 >= -72951 @ 816.254
840.23/852.58	c #Conflicts:     275000 | #Constraints:      51279
840.23/852.58	c #Conflicts:     276000 | #Constraints:      52279
840.23/852.58	c #Conflicts:     277000 | #Constraints:      53279
840.23/852.58	c INPROCESSING
840.23/852.58	c GARBAGE COLLECT
840.23/852.58	WSVECS04 Frhs2[1897]: 6 -22 0 shouldn't be
840.23/852.58	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
840.23/852.58	WSVECS04 Frhs2[1932]: 6 -9.00006 0 shouldn't be
841.13/853.48	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
841.13/853.48	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
842.23/854.53	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
843.32/855.69	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
844.62/856.90	WSVECS04 Frhs2[1646]: 6 -43 0 shouldn't be
848.21/860.53	c rational objective -12879.4
860.51/873.18	c #Conflicts:     278000 | #Constraints:      43842
860.51/873.18	c #Conflicts:     279000 | #Constraints:      44842
860.51/873.18	c #Conflicts:     280000 | #Constraints:      45842
860.51/873.18	c #Conflicts:     281000 | #Constraints:      46842
860.51/873.18	c #Conflicts:     282000 | #Constraints:      47842
860.51/873.18	c bounds -8488 >= -72855 @ 850.621
884.34/897.03	c #Conflicts:     283000 | #Constraints:      48857
884.34/897.03	c #Conflicts:     284000 | #Constraints:      49859
884.34/897.03	c #Conflicts:     285000 | #Constraints:      50860
884.34/897.03	c #Conflicts:     286000 | #Constraints:      51862
884.34/897.03	c #Conflicts:     287000 | #Constraints:      52864
884.34/897.03	c #Conflicts:     288000 | #Constraints:      53867
884.34/897.03	c INPROCESSING
884.34/897.03	c GARBAGE COLLECT
884.34/897.03	c rational objective -12879.4
935.70/948.51	c #Conflicts:     289000 | #Constraints:      44226
935.70/948.51	c #Conflicts:     290000 | #Constraints:      45226
935.70/948.51	c #Conflicts:     291000 | #Constraints:      46227
935.70/948.51	c #Conflicts:     292000 | #Constraints:      47229
935.70/948.51	c #Conflicts:     293000 | #Constraints:      48230
935.70/948.51	c #Conflicts:     294000 | #Constraints:      49233
935.70/948.51	c #Conflicts:     295000 | #Constraints:      50234
935.70/948.51	c #Conflicts:     296000 | #Constraints:      51235
935.70/948.51	c #Conflicts:     297000 | #Constraints:      52237
935.70/948.51	c #Conflicts:     298000 | #Constraints:      53239
935.70/948.51	c #Conflicts:     299000 | #Constraints:      54240
935.70/948.51	c INPROCESSING
935.70/948.51	c GARBAGE COLLECT
935.70/948.51	c #Conflicts:     300000 | #Constraints:      44412
935.70/948.51	c #Conflicts:     301000 | #Constraints:      45413
935.70/948.51	c #Conflicts:     302000 | #Constraints:      46415
935.70/948.51	c #Conflicts:     303000 | #Constraints:      47416
935.70/948.51	c #Conflicts:     304000 | #Constraints:      48417
935.70/948.51	c #Conflicts:     305000 | #Constraints:      49419
935.70/948.51	c #Conflicts:     306000 | #Constraints:      50420
935.70/948.51	c #Conflicts:     307000 | #Constraints:      51422
935.70/948.51	c #Conflicts:     308000 | #Constraints:      52424
935.70/948.51	c #Conflicts:     309000 | #Constraints:      53426
935.70/948.51	c #Conflicts:     310000 | #Constraints:      54427
935.70/948.51	c INPROCESSING
935.70/948.51	c GARBAGE COLLECT
935.70/948.51	c rational objective -12879.4
965.72/978.82	c #Conflicts:     311000 | #Constraints:      44408
965.72/978.82	c #Conflicts:     312000 | #Constraints:      45408
965.72/978.82	c #Conflicts:     313000 | #Constraints:      46409
965.72/978.82	c #Conflicts:     314000 | #Constraints:      47410
965.72/978.82	c #Conflicts:     315000 | #Constraints:      48412
965.72/978.82	c #Conflicts:     316000 | #Constraints:      49414
965.72/978.82	c #Conflicts:     317000 | #Constraints:      50415
965.72/978.82	c #Conflicts:     318000 | #Constraints:      51417
965.72/978.82	c #Conflicts:     319000 | #Constraints:      52418
965.72/978.82	c #Conflicts:     320000 | #Constraints:      53419
965.72/978.82	c #Conflicts:     321000 | #Constraints:      54420
965.72/978.82	c INPROCESSING
965.72/978.82	c GARBAGE COLLECT
965.72/978.82	c rational objective -12879.4
1002.71/1016.39	c #Conflicts:     322000 | #Constraints:      44204
1002.71/1016.39	c #Conflicts:     323000 | #Constraints:      45205
1002.71/1016.39	c #Conflicts:     324000 | #Constraints:      46205
1002.71/1016.39	c #Conflicts:     325000 | #Constraints:      47206
1002.71/1016.39	c #Conflicts:     326000 | #Constraints:      48208
1002.71/1016.39	c #Conflicts:     327000 | #Constraints:      49210
1002.71/1016.39	c #Conflicts:     328000 | #Constraints:      50212
1002.71/1016.39	c #Conflicts:     329000 | #Constraints:      51214
1002.71/1016.39	c #Conflicts:     330000 | #Constraints:      52215
1002.71/1016.39	c #Conflicts:     331000 | #Constraints:      53217
1002.71/1016.39	c #Conflicts:     332000 | #Constraints:      54219
1002.71/1016.39	c #Conflicts:     333000 | #Constraints:      55220
1002.71/1016.39	c INPROCESSING
1002.71/1016.39	c GARBAGE COLLECT
1002.71/1016.39	c rational objective -12879.4
1004.30/1017.98	c bounds -8491 >= -72855 @ 992.941
1004.70/1018.32	c bounds -8494 >= -72855 @ 993.271
1004.90/1018.58	c bounds -8501 >= -72855 @ 993.527
1004.90/1018.59	c bounds -8511 >= -72855 @ 993.536
1006.99/1020.94	c #Conflicts:     334000 | #Constraints:      44814
1006.99/1020.94	c bounds -8523 >= -72855 @ 995.515
1006.99/1020.94	c bounds -8523 >= -72761 @ 995.518
1006.99/1020.94	c bounds -8523 >= -72670 @ 995.519
1006.99/1020.94	c bounds -8523 >= -72579 @ 995.522
1006.99/1020.95	c bounds -8523 >= -72489 @ 995.526
1006.99/1020.95	c bounds -8523 >= -72398 @ 995.53
1006.99/1020.96	c bounds -8523 >= -72306 @ 995.538
1006.99/1020.97	c bounds -8523 >= -72214 @ 995.545
1006.99/1020.98	c bounds -8523 >= -72124 @ 995.555
1007.20/1021.13	c bounds -8523 >= -72034 @ 995.707
1007.79/1021.73	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[377]: 6 0 77 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[528]: 6 0 40 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[617]: 6 0 90 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[698]: 6 0 10 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[790]: 6 0 94 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[801]: 6 0 27.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[815]: 6 0 91.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[832]: 6 0 38 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[882]: 6 0 87 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[923]: 6 0 39 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[947]: 6 0 68.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[969]: 6 0 9.00004 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[987]: 6 0 79 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1003]: 6 0 23.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1014]: 6 0 60 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1133]: 6 0 60.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1138]: 6 0 60.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1149]: 6 0 23 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1152]: 6 0 63.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1200]: 6 0 40.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1208]: 6 0 54.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1219]: 6 0 44 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1223]: 6 0 71.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1244]: 6 0 48.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1431]: 6 0 79.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1449]: 6 0 55.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1481]: 6 0 85 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1482]: 6 0 51.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1496]: 6 0 16.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1529]: 6 0 37.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1658]: 6 0 83.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1775]: 6 -7.00006 0 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
1007.79/1021.73	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
1008.29/1022.29	c bounds -8523 >= -71944 @ 996.848
1026.13/1040.15	c #Conflicts:     335000 | #Constraints:      45867
1026.13/1040.15	c #Conflicts:     336000 | #Constraints:      46867
1026.13/1040.15	c #Conflicts:     337000 | #Constraints:      47868
1026.13/1040.15	c #Conflicts:     338000 | #Constraints:      48872
1026.13/1040.15	c #Conflicts:     339000 | #Constraints:      49872
1026.13/1040.15	c #Conflicts:     340000 | #Constraints:      50872
1026.13/1040.15	c #Conflicts:     341000 | #Constraints:      51876
1026.13/1040.15	c bounds -8535 >= -71944 @ 1014.37
1040.79/1054.85	c #Conflicts:     342000 | #Constraints:      52879
1040.79/1054.85	c #Conflicts:     343000 | #Constraints:      53879
1040.79/1054.85	c bounds -8535 >= -71854 @ 1028.94
1045.29/1059.34	c #Conflicts:     344000 | #Constraints:      54891
1045.29/1059.34	c #Conflicts:     345000 | #Constraints:      55891
1045.29/1059.34	c INPROCESSING
1045.29/1059.34	c GARBAGE COLLECT
1045.29/1059.34	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1648]: 6 -23 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1770]: 6 -4.00005 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1786]: 6 -8.00006 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1840]: 6 -5.00009 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1847]: 6 -3.00003 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1848]: 6 -4.00002 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1867]: 6 -3.00006 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1892]: 6 -25.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1917]: 6 -28 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1932]: 6 -9.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1953]: 6 -31 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1954]: 6 -30 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1964]: 6 -4.00009 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
1045.29/1059.34	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1622]: 6 -32.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1771]: 6 -6.00008 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1832]: 6 -5.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1855]: 6 -35 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1873]: 6 -2.00006 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1874]: 6 -17 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1900]: 6 -25 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1902]: 6 -33 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1905]: 6 -14.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1924]: 6 -5.00008 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1933]: 6 -20 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1949]: 6 -20.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1972]: 6 -30 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1984]: 6 -5.00006 0 shouldn't be
1046.18/1060.29	WSVECS04 Frhs2[1986]: 6 -26 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1599]: 6 -26 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1653]: 6 -61 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1655]: 6 -14 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1690]: 6 -8.00006 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1781]: 6 -6.00007 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1857]: 6 -6.00005 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1875]: 6 -7.0001 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1888]: 6 -15 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1918]: 6 -15.0001 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1919]: 6 -35 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1965]: 6 -11 0 shouldn't be
1047.38/1061.47	WSVECS04 Frhs2[1976]: 6 -34.0001 0 shouldn't be
1048.67/1062.70	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
1048.67/1062.70	WSVECS04 Frhs2[1750]: 6 -6.0001 0 shouldn't be
1048.67/1062.70	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
1048.67/1062.70	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
1048.67/1062.70	WSVECS04 Frhs2[1897]: 6 -22 0 shouldn't be
1049.87/1063.96	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
1052.56/1066.63	c rational objective -12879.4
1094.74/1109.24	c #Conflicts:     346000 | #Constraints:      45258
1094.74/1109.24	c #Conflicts:     347000 | #Constraints:      46258
1094.74/1109.24	c #Conflicts:     348000 | #Constraints:      47259
1094.74/1109.24	c #Conflicts:     349000 | #Constraints:      48259
1094.74/1109.24	c #Conflicts:     350000 | #Constraints:      49259
1094.74/1109.24	c #Conflicts:     351000 | #Constraints:      50260
1094.74/1109.24	c #Conflicts:     352000 | #Constraints:      51261
1094.74/1109.24	c #Conflicts:     353000 | #Constraints:      52262
1094.74/1109.24	c #Conflicts:     354000 | #Constraints:      53263
1094.74/1109.24	c #Conflicts:     355000 | #Constraints:      54263
1094.74/1109.24	c #Conflicts:     356000 | #Constraints:      55263
1094.74/1109.24	c #Conflicts:     357000 | #Constraints:      56263
1094.74/1109.24	c INPROCESSING
1094.74/1109.24	c GARBAGE COLLECT
1094.74/1109.24	c rational objective -12879.4
1138.71/1153.49	c #Conflicts:     358000 | #Constraints:      45458
1138.71/1153.49	c #Conflicts:     359000 | #Constraints:      46458
1138.71/1153.49	c #Conflicts:     360000 | #Constraints:      47458
1138.71/1153.49	c #Conflicts:     361000 | #Constraints:      48458
1138.71/1153.49	c #Conflicts:     362000 | #Constraints:      49459
1138.71/1153.49	c #Conflicts:     363000 | #Constraints:      50459
1138.71/1153.49	c #Conflicts:     364000 | #Constraints:      51459
1138.71/1153.49	c #Conflicts:     365000 | #Constraints:      52460
1138.71/1153.49	c #Conflicts:     366000 | #Constraints:      53460
1138.71/1153.49	c #Conflicts:     367000 | #Constraints:      54461
1138.71/1153.49	c #Conflicts:     368000 | #Constraints:      55462
1138.71/1153.49	c #Conflicts:     369000 | #Constraints:      56463
1138.71/1153.49	c INPROCESSING
1138.71/1153.49	c GARBAGE COLLECT
1138.71/1153.49	c rational objective -12877.1
1148.58/1163.35	c #Conflicts:     370000 | #Constraints:      45465
1148.58/1163.35	c #Conflicts:     371000 | #Constraints:      46465
1148.58/1163.35	c #Conflicts:     372000 | #Constraints:      47467
1148.58/1163.35	c bounds -8542 >= -71854 @ 1135.71
1148.58/1163.35	c bounds -8542 >= -71765 @ 1135.71
1148.58/1163.36	c bounds -8542 >= -71677 @ 1135.72
1148.58/1163.36	c bounds -8542 >= -71589 @ 1135.72
1148.58/1163.37	c bounds -8542 >= -71504 @ 1135.72
1148.58/1163.37	c bounds -8542 >= -71418 @ 1135.73
1148.58/1163.38	c bounds -8542 >= -71332 @ 1135.74
1153.18/1168.00	c bounds -8542 >= -71246 @ 1140.31
1153.28/1168.01	c bounds -8542 >= -71163 @ 1140.32
1153.28/1168.01	c bounds -8542 >= -71079 @ 1140.33
1153.28/1168.03	c bounds -8542 >= -70996 @ 1140.34
1153.28/1168.07	c bounds -8542 >= -70913 @ 1140.38
1153.57/1168.39	c bounds -8542 >= -70830 @ 1140.69
1156.17/1171.00	c #Conflicts:     373000 | #Constraints:      48531
1156.17/1171.00	c bounds -8542 >= -70747 @ 1143.28
1167.82/1182.99	c #Conflicts:     374000 | #Constraints:      49543
1167.82/1182.99	c #Conflicts:     375000 | #Constraints:      50543
1167.82/1182.99	c #Conflicts:     376000 | #Constraints:      51543
1167.82/1182.99	c bounds -8542 >= -70664 @ 1154.84
1175.69/1190.88	c #Conflicts:     377000 | #Constraints:      52558
1175.69/1190.88	c #Conflicts:     378000 | #Constraints:      53558
1175.69/1190.88	c #Conflicts:     379000 | #Constraints:      54558
1175.69/1190.88	c #Conflicts:     380000 | #Constraints:      55558
1175.69/1190.88	c bounds -8545 >= -70664 @ 1162.59
1191.94/1207.10	c #Conflicts:     381000 | #Constraints:      56559
1191.94/1207.10	c INPROCESSING
1191.94/1207.10	c GARBAGE COLLECT
1191.94/1207.10	c rational objective -12879.4
1194.53/1209.74	c #Conflicts:     382000 | #Constraints:      45322
1194.53/1209.74	c bounds -8549 >= -70664 @ 1181.29
1198.52/1213.79	c #Conflicts:     383000 | #Constraints:      46323
1198.52/1213.79	c #Conflicts:     384000 | #Constraints:      47323
1198.52/1213.79	c bounds -8554 >= -70664 @ 1185.26
1198.62/1213.80	c bounds -8554 >= -70587 @ 1185.27
1198.62/1213.80	c bounds -8554 >= -70505 @ 1185.27
1198.62/1213.80	c bounds -8554 >= -70428 @ 1185.28
1198.62/1213.81	c bounds -8554 >= -70347 @ 1185.28
1198.62/1213.81	c bounds -8554 >= -70271 @ 1185.28
1198.62/1213.82	c bounds -8554 >= -70190 @ 1185.29
1198.62/1213.83	c bounds -8554 >= -70110 @ 1185.3
1198.62/1213.83	c bounds -8554 >= -70033 @ 1185.31
1198.62/1213.85	c bounds -8554 >= -69955 @ 1185.32
1198.62/1213.87	c bounds -8554 >= -69878 @ 1185.34
1198.62/1213.88	c bounds -8554 >= -69802 @ 1185.35
1199.12/1214.34	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[8]: 6 0 82 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[9]: 6 0 107 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[20]: 6 0 155 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[27]: 6 0 58 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[36]: 6 0 229 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[39]: 6 0 87 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[54]: 6 0 110 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[111]: 6 0 149 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[141]: 6 0 99.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[143]: 6 0 92 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[155]: 6 0 60 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[179]: 6 0 85.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[182]: 6 0 106 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[188]: 6 0 86.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[189]: 6 0 53.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[222]: 6 0 53 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[248]: 6 0 231 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[261]: 6 0 91 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[274]: 6 0 84 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[279]: 6 0 127 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[283]: 6 0 98 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[302]: 6 0 100 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[303]: 6 0 4.00005 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[309]: 6 0 48.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[377]: 6 0 77.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[407]: 6 0 47.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[413]: 6 0 60.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[425]: 6 0 67.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[431]: 6 0 57.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[448]: 6 0 76.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[454]: 6 0 161 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[464]: 6 0 72.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[467]: 6 0 78.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[484]: 6 0 69.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[523]: 6 0 57.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[577]: 6 0 89 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[591]: 6 0 118 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[601]: 6 0 21.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[604]: 6 0 29.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[607]: 6 0 66.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[610]: 6 0 54.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[617]: 6 0 90 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[660]: 6 0 88 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[706]: 6 0 38 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[717]: 6 0 24.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[723]: 6 0 89 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[727]: 6 0 88 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[827]: 6 0 15 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[848]: 6 0 69 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[882]: 6 0 87 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[907]: 6 0 69 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[932]: 6 0 97.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[961]: 6 0 23.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[970]: 6 0 23.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[980]: 6 0 92 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1009]: 6 0 59 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1021]: 6 0 30.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1061]: 6 0 95 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1064]: 6 0 62.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1079]: 6 0 13.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1084]: 6 0 35 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1098]: 6 0 99 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1116]: 6 0 66 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1147]: 6 0 83 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1156]: 6 0 31.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1160]: 6 0 57 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1169]: 6 0 72 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1173]: 6 0 93 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1185]: 6 0 95.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1190]: 6 0 91.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1193]: 6 0 69 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1208]: 6 0 54 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1215]: 6 0 81 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1223]: 6 0 71.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1225]: 6 0 11 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1226]: 6 0 122 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1231]: 6 0 43.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1242]: 6 0 61.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1249]: 6 0 81 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1254]: 6 0 90 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1275]: 6 0 96 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1280]: 6 0 60 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1288]: 6 0 72 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1326]: 6 0 65 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1333]: 6 0 51 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1350]: 6 0 23 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1357]: 6 0 68.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1365]: 6 0 22.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1373]: 6 0 10 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1390]: 6 0 64 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1393]: 6 0 69.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1396]: 6 0 18 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1418]: 6 0 108 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1420]: 6 0 83 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1426]: 6 0 30 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1428]: 6 0 34 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1430]: 6 0 35 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1441]: 6 0 10 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1447]: 6 0 49 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1449]: 6 0 55 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1453]: 6 0 20.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1456]: 6 0 45 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1457]: 6 0 77.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1467]: 6 0 76 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1477]: 6 0 7.00007 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1479]: 6 0 12 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1482]: 6 0 51 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1487]: 6 -20 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1496]: 6 0 16.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1505]: 6 0 25.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1513]: 6 0 81 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1515]: 6 0 71 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1516]: 6 0 72.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1522]: 6 0 84.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1528]: 6 0 16.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1545]: 6 0 42.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1552]: 6 0 16.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1555]: 6 0 37.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1557]: 6 0 21 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1560]: 6 0 16.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1567]: 6 0 46.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1572]: 6 0 57 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1576]: 6 0 40 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1578]: 6 0 22 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1579]: 6 0 2.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1584]: 6 0 29 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1587]: 6 0 15 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1594]: 6 0 75.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1596]: 6 0 13.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1603]: 6 0 50.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1604]: 6 0 32 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1610]: 6 0 75.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1619]: 6 0 23.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1626]: 6 0 45.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1641]: 6 0 71.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1643]: 6 0 8.00008 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1646]: 6 -43 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1653]: 6 -61 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1658]: 6 0 83.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1667]: 6 0 49.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1668]: 6 0 15 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1669]: 6 0 55.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1670]: 6 0 30.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1682]: 6 0 39 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1683]: 6 0 78 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1690]: 6 -8.00005 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1692]: 6 0 70 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1693]: 6 0 4.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1698]: 6 0 9.00002 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1718]: 6 0 29.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1743]: 6 0 33.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1750]: 6 -6.00009 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1753]: 6 -19 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1770]: 6 -4.00007 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1771]: 6 -6.00001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1772]: 6 0 4.00003 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1775]: 6 -7.00005 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1779]: 6 0 39.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1781]: 6 -6.00002 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1786]: 6 -8.00002 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1811]: 6 0 23.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1816]: 6 -5.00005 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1817]: 6 0 31.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1825]: 6 0 16.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1826]: 6 0 8.00006 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1827]: 6 0 14 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1829]: 6 0 24.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1832]: 6 -5.00005 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1840]: 6 -5.00003 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1844]: 6 0 11.0001 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1847]: 6 -3.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1848]: 6 -4.00003 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1853]: 6 -12.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1855]: 6 -35.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1857]: 6 -6.00005 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1858]: 6 -1.00008 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1862]: 6 0 19 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1863]: 6 -20.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1867]: 6 -3.00006 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1873]: 6 -2.00005 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1874]: 6 -17 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1875]: 6 -7.00005 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1887]: 6 -12 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1888]: 6 -15 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1889]: 6 -14.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1892]: 6 -25 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1897]: 6 -22 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1900]: 6 -25 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1905]: 6 -14.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1918]: 6 -15.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1932]: 6 -9.00007 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1936]: 6 -18 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1953]: 6 -31 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1964]: 6 -4.00007 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1976]: 6 -34.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1984]: 6 -5.00008 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
1199.12/1214.34	WSVECS04 Frhs2[1996]: 6 -19.0001 0 shouldn't be
1202.81/1218.02	c bounds -8554 >= -69726 @ 1189.44
1203.91/1219.16	c #Conflicts:     385000 | #Constraints:      48373
1203.91/1219.16	c bounds -8554 >= -69650 @ 1190.57
1210.09/1225.38	c #Conflicts:     386000 | #Constraints:      49382
1210.09/1225.38	c bounds -8554 >= -69574 @ 1196.73
1226.93/1242.25	c #Conflicts:     387000 | #Constraints:      50394
1226.93/1242.25	c #Conflicts:     388000 | #Constraints:      51394
1226.93/1242.25	c #Conflicts:     389000 | #Constraints:      52394
1226.93/1242.25	c #Conflicts:     390000 | #Constraints:      53394
1226.93/1242.25	c #Conflicts:     391000 | #Constraints:      54394
1226.93/1242.25	c #Conflicts:     392000 | #Constraints:      55394
1226.93/1242.25	c #Conflicts:     393000 | #Constraints:      56394
1226.93/1242.25	c bounds -8556 >= -69574 @ 1213.34
1239.60/1254.94	c #Conflicts:     394000 | #Constraints:      57395
1239.60/1254.94	c INPROCESSING
1239.60/1254.94	c GARBAGE COLLECT
1239.60/1254.94	c rational objective -12879.4
1257.98/1273.59	c #Conflicts:     395000 | #Constraints:      45960
1257.98/1273.59	c #Conflicts:     396000 | #Constraints:      46960
1257.98/1273.59	c #Conflicts:     397000 | #Constraints:      47961
1257.98/1273.59	c #Conflicts:     398000 | #Constraints:      48961
1257.98/1273.59	c #Conflicts:     399000 | #Constraints:      49961
1257.98/1273.59	c #Conflicts:     400000 | #Constraints:      50961
1257.98/1273.59	c bounds -8556 >= -69498 @ 1244.16
1263.76/1279.37	c #Conflicts:     401000 | #Constraints:      51977
1263.76/1279.37	c #Conflicts:     402000 | #Constraints:      52977
1263.76/1279.37	c #Conflicts:     403000 | #Constraints:      53977
1263.76/1279.37	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[1921]: 6 -10 0 shouldn't be
1263.76/1279.37	WSVECS04 Frhs2[1982]: 6 -32 0 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[179]: 6 0 85 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[222]: 6 0 53.0001 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[372]: 6 0 35.0001 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[483]: 6 0 97 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[510]: 6 0 45.0001 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[560]: 6 0 65 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[1455]: 6 -42 0 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[1589]: 6 -47.0001 0 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[1780]: 6 -15.0001 0 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
1264.66/1280.22	WSVECS04 Frhs2[1984]: 6 -5.00003 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[152]: 6 0 101 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[387]: 6 0 50 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[467]: 6 0 78.0001 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[645]: 6 0 18 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[790]: 6 0 94 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[814]: 6 0 74.0001 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1075]: 6 0 44.0001 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1343]: 6 -62 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1484]: 6 -31.0001 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1605]: 6 -40 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1954]: 6 -30 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1959]: 6 -29 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1967]: 6 -25.0001 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1981]: 6 -9.00008 0 shouldn't be
1265.46/1281.01	WSVECS04 Frhs2[1983]: 6 -8.00007 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[157]: 6 0 46.0001 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[190]: 6 0 72 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[355]: 6 0 89 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[462]: 6 0 26.0001 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1184]: 6 -9.00005 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1485]: 6 -7.00006 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1654]: 6 -54 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1700]: 6 -15.0001 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1873]: 6 -2.00006 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1886]: 6 -35 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1905]: 6 -14 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1920]: 6 -25 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1949]: 6 -20.0001 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1973]: 6 -7.00004 0 shouldn't be
1266.35/1281.92	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
1267.36/1282.97	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
1267.36/1282.97	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
1267.36/1282.97	WSVECS04 Frhs2[1439]: 6 -8.00003 0 shouldn't be
1267.36/1282.97	WSVECS04 Frhs2[1440]: 6 -61.0001 0 shouldn't be
1267.36/1282.97	WSVECS04 Frhs2[1442]: 6 -49 0 shouldn't be
1267.36/1282.97	WSVECS04 Frhs2[1483]: 6 -35 0 shouldn't be
1267.36/1282.97	WSVECS04 Frhs2[1686]: 6 -39 0 shouldn't be
1291.60/1307.23	c #Conflicts:     404000 | #Constraints:      54978
1291.60/1307.23	c #Conflicts:     405000 | #Constraints:      55978
1291.60/1307.23	c #Conflicts:     406000 | #Constraints:      56978
1291.60/1307.23	c #Conflicts:     407000 | #Constraints:      57978
1291.60/1307.23	c INPROCESSING
1291.60/1307.23	c GARBAGE COLLECT
1291.60/1307.23	c rational objective -12879.4
1336.56/1352.38	c #Conflicts:     408000 | #Constraints:      46367
1336.56/1352.38	c #Conflicts:     409000 | #Constraints:      47367
1336.56/1352.38	c #Conflicts:     410000 | #Constraints:      48367
1336.56/1352.38	c #Conflicts:     411000 | #Constraints:      49367
1336.56/1352.38	c #Conflicts:     412000 | #Constraints:      50367
1336.56/1352.38	c #Conflicts:     413000 | #Constraints:      51367
1336.56/1352.38	c #Conflicts:     414000 | #Constraints:      52367
1336.56/1352.38	c #Conflicts:     415000 | #Constraints:      53367
1336.56/1352.38	c #Conflicts:     416000 | #Constraints:      54368
1336.56/1352.38	c #Conflicts:     417000 | #Constraints:      55368
1336.56/1352.38	c #Conflicts:     418000 | #Constraints:      56369
1336.56/1352.38	c #Conflicts:     419000 | #Constraints:      57369
1336.56/1352.38	c #Conflicts:     420000 | #Constraints:      58369
1336.56/1352.38	c INPROCESSING
1336.56/1352.38	c GARBAGE COLLECT
1336.56/1352.38	c rational objective -12877.8
1394.79/1410.85	c #Conflicts:     421000 | #Constraints:      46563
1394.79/1410.85	c #Conflicts:     422000 | #Constraints:      47563
1394.79/1410.85	c #Conflicts:     423000 | #Constraints:      48563
1394.79/1410.85	c #Conflicts:     424000 | #Constraints:      49564
1394.79/1410.85	c #Conflicts:     425000 | #Constraints:      50564
1394.79/1410.85	c #Conflicts:     426000 | #Constraints:      51564
1394.79/1410.85	c #Conflicts:     427000 | #Constraints:      52564
1394.79/1410.85	c #Conflicts:     428000 | #Constraints:      53564
1394.79/1410.85	c #Conflicts:     429000 | #Constraints:      54564
1394.79/1410.85	c #Conflicts:     430000 | #Constraints:      55564
1394.79/1410.85	c #Conflicts:     431000 | #Constraints:      56564
1394.79/1410.85	c #Conflicts:     432000 | #Constraints:      57564
1394.79/1410.85	c #Conflicts:     433000 | #Constraints:      58564
1394.79/1410.85	c INPROCESSING
1394.79/1410.85	c GARBAGE COLLECT
1394.79/1410.85	c rational objective -12877.8
1446.04/1462.41	c #Conflicts:     434000 | #Constraints:      46561
1446.04/1462.41	c #Conflicts:     435000 | #Constraints:      47561
1446.04/1462.41	c #Conflicts:     436000 | #Constraints:      48561
1446.04/1462.41	c #Conflicts:     437000 | #Constraints:      49561
1446.04/1462.41	c #Conflicts:     438000 | #Constraints:      50561
1446.04/1462.41	c #Conflicts:     439000 | #Constraints:      51561
1446.04/1462.41	c #Conflicts:     440000 | #Constraints:      52561
1446.04/1462.41	c #Conflicts:     441000 | #Constraints:      53561
1446.04/1462.41	c #Conflicts:     442000 | #Constraints:      54561
1446.04/1462.41	c #Conflicts:     443000 | #Constraints:      55561
1446.04/1462.41	c #Conflicts:     444000 | #Constraints:      56562
1446.04/1462.41	c #Conflicts:     445000 | #Constraints:      57562
1446.04/1462.41	c #Conflicts:     446000 | #Constraints:      58562
1446.04/1462.41	c INPROCESSING
1446.04/1462.41	c GARBAGE COLLECT
1446.04/1462.41	c rational objective -12877.8
1467.59/1484.04	c #Conflicts:     447000 | #Constraints:      46359
1467.59/1484.04	c #Conflicts:     448000 | #Constraints:      47359
1467.59/1484.04	c #Conflicts:     449000 | #Constraints:      48360
1467.59/1484.04	c #Conflicts:     450000 | #Constraints:      49360
1467.59/1484.04	c #Conflicts:     451000 | #Constraints:      50360
1467.59/1484.04	c #Conflicts:     452000 | #Constraints:      51360
1467.59/1484.04	c #Conflicts:     453000 | #Constraints:      52361
1467.59/1484.04	c #Conflicts:     454000 | #Constraints:      53361
1467.59/1484.04	c bounds -8556 >= -69422 @ 1451.82
1509.11/1526.07	c #Conflicts:     455000 | #Constraints:      54379
1509.11/1526.07	c #Conflicts:     456000 | #Constraints:      55380
1509.11/1526.07	c #Conflicts:     457000 | #Constraints:      56381
1509.11/1526.07	c #Conflicts:     458000 | #Constraints:      57381
1509.11/1526.07	c #Conflicts:     459000 | #Constraints:      58381
1509.11/1526.07	c #Conflicts:     460000 | #Constraints:      59381
1509.11/1526.07	c INPROCESSING
1509.11/1526.07	c GARBAGE COLLECT
1509.11/1526.07	c rational objective -12877
1542.97/1560.39	c #Conflicts:     461000 | #Constraints:      46965
1542.97/1560.39	c #Conflicts:     462000 | #Constraints:      47965
1542.97/1560.39	c #Conflicts:     463000 | #Constraints:      48965
1542.97/1560.39	c #Conflicts:     464000 | #Constraints:      49965
1542.97/1560.39	c #Conflicts:     465000 | #Constraints:      50965
1542.97/1560.39	c #Conflicts:     466000 | #Constraints:      51965
1542.97/1560.39	c #Conflicts:     467000 | #Constraints:      52965
1542.97/1560.39	c #Conflicts:     468000 | #Constraints:      53965
1542.97/1560.39	c #Conflicts:     469000 | #Constraints:      54965
1542.97/1560.39	c #Conflicts:     470000 | #Constraints:      55965
1542.97/1560.39	c #Conflicts:     471000 | #Constraints:      56965
1542.97/1560.39	c #Conflicts:     472000 | #Constraints:      57966
1542.97/1560.39	c #Conflicts:     473000 | #Constraints:      58966
1542.97/1560.39	c #Conflicts:     474000 | #Constraints:      59966
1542.97/1560.39	c INPROCESSING
1542.97/1560.39	c GARBAGE COLLECT
1542.97/1560.39	c rational objective -12877
1572.25/1590.49	c #Conflicts:     475000 | #Constraints:      47362
1572.25/1590.49	c #Conflicts:     476000 | #Constraints:      48362
1572.25/1590.49	c #Conflicts:     477000 | #Constraints:      49364
1572.25/1590.49	c #Conflicts:     478000 | #Constraints:      50365
1572.25/1590.49	c #Conflicts:     479000 | #Constraints:      51368
1572.25/1590.49	c #Conflicts:     480000 | #Constraints:      52370
1572.25/1590.49	c #Conflicts:     481000 | #Constraints:      53372
1572.25/1590.49	c #Conflicts:     482000 | #Constraints:      54373
1572.25/1590.49	c #Conflicts:     483000 | #Constraints:      55373
1572.25/1590.49	c #Conflicts:     484000 | #Constraints:      56375
1572.25/1590.49	c #Conflicts:     485000 | #Constraints:      57382
1572.25/1590.49	c #Conflicts:     486000 | #Constraints:      58391
1572.25/1590.49	c #Conflicts:     487000 | #Constraints:      59401
1572.25/1590.49	c #Conflicts:     488000 | #Constraints:      60410
1572.25/1590.49	c INPROCESSING
1572.25/1590.49	c GARBAGE COLLECT
1572.25/1590.49	c rational objective -12879.4
1612.73/1632.15	c #Conflicts:     489000 | #Constraints:      47573
1612.73/1632.15	c #Conflicts:     490000 | #Constraints:      48573
1612.73/1632.15	c #Conflicts:     491000 | #Constraints:      49573
1612.73/1632.15	c #Conflicts:     492000 | #Constraints:      50573
1612.73/1632.15	c #Conflicts:     493000 | #Constraints:      51573
1612.73/1632.15	c #Conflicts:     494000 | #Constraints:      52573
1612.73/1632.15	c #Conflicts:     495000 | #Constraints:      53574
1612.73/1632.15	c #Conflicts:     496000 | #Constraints:      54575
1612.73/1632.15	c #Conflicts:     497000 | #Constraints:      55576
1612.73/1632.15	c #Conflicts:     498000 | #Constraints:      56577
1612.73/1632.15	c #Conflicts:     499000 | #Constraints:      57579
1612.73/1632.15	c #Conflicts:     500000 | #Constraints:      58581
1612.73/1632.15	c #Conflicts:     501000 | #Constraints:      59582
1612.73/1632.15	c #Conflicts:     502000 | #Constraints:      60583
1612.73/1632.15	c INPROCESSING
1612.73/1632.15	c GARBAGE COLLECT
1612.73/1632.15	c rational objective -12879.4
1616.78/1636.56	c bounds -8562 >= -69422 @ 1599.59
1618.18/1637.96	c #Conflicts:     503000 | #Constraints:      47569
1618.18/1637.96	c bounds -8571 >= -69422 @ 1600.97
1618.18/1637.97	c bounds -8571 >= -69353 @ 1600.97
1618.18/1637.97	c bounds -8571 >= -69279 @ 1600.97
1618.18/1637.97	c bounds -8571 >= -69210 @ 1600.97
1618.18/1637.98	c bounds -8571 >= -69138 @ 1600.98
1618.18/1637.98	c bounds -8571 >= -69068 @ 1600.98
1618.18/1637.99	c bounds -8571 >= -68997 @ 1600.99
1618.18/1637.99	c bounds -8571 >= -68927 @ 1600.99
1618.18/1638.00	c bounds -8571 >= -68858 @ 1601
1618.18/1638.00	c bounds -8571 >= -68789 @ 1601
1618.28/1638.00	c bounds -8571 >= -68720 @ 1601
1618.28/1638.03	c bounds -8571 >= -68651 @ 1601.03
1618.78/1638.52	c #Conflicts:     504000 | #Constraints:      48610
1618.78/1638.52	c bounds -8571 >= -68582 @ 1601.52
1623.47/1643.24	c #Conflicts:     505000 | #Constraints:      49619
1623.47/1643.24	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[188]: 6 0 86 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[604]: 6 0 29 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[617]: 6 0 90.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[923]: 6 0 39.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[974]: 6 0 91 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1000]: 6 0 65 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1048]: 6 0 43.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1049]: 6 0 93.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1061]: 6 0 95 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1158]: 6 0 63 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1160]: 6 0 57.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1173]: 6 0 93 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1185]: 6 0 95 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1208]: 6 0 54.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1211]: 6 0 39.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1213]: 6 0 30.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1219]: 6 0 44 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1224]: 6 0 45 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1231]: 6 0 43.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1257]: 6 0 14.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1295]: 6 0 79 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1318]: 6 0 67.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1322]: 6 0 30 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1326]: 6 0 65 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1390]: 6 0 64.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1406]: 6 0 46 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1415]: 6 0 83 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1477]: 6 0 7.00007 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1478]: 6 0 66.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1530]: 6 0 37.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1553]: 6 0 13 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1571]: 6 0 94 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1576]: 6 0 40.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1603]: 6 0 50 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1667]: 6 0 49.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1669]: 6 0 55 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1683]: 6 0 78.0001 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1685]: 6 0 90 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1690]: 6 -8.00008 0 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1832]: 6 -5.00005 0 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1854]: 6 0 16 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
1623.47/1643.24	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
1625.05/1644.88	c #Conflicts:     506000 | #Constraints:      50620
1625.05/1644.88	c bounds -8571 >= -68513 @ 1607.79
1629.05/1648.86	c #Conflicts:     507000 | #Constraints:      51629
1629.05/1648.86	c #Conflicts:     508000 | #Constraints:      52632
1629.05/1648.86	c bounds -8574 >= -68513 @ 1611.7
1630.04/1649.88	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[27]: 6 0 58 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[39]: 6 0 87.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[309]: 6 0 48.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[604]: 6 0 29.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[617]: 6 0 90.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[688]: 6 0 96 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[693]: 6 0 44 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[925]: 6 0 75 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[964]: 6 0 53 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[969]: 6 0 9.00005 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[974]: 6 0 91.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[979]: 6 0 85.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1021]: 6 0 30 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1101]: 6 0 98 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1326]: 6 0 65.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1482]: 6 0 51.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1553]: 6 0 13 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1555]: 6 0 37.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1576]: 6 0 40.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1594]: 6 0 75.0001 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1626]: 6 0 45 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1658]: 6 0 83 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1669]: 6 0 55 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
1630.04/1649.88	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[346]: 6 0 92.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[420]: 6 0 46.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[484]: 6 0 69 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[503]: 6 0 55.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[579]: 6 0 10.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[607]: 6 0 66.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[634]: 6 0 41.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[692]: 6 0 18 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[848]: 6 0 69.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[871]: 6 0 54.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[872]: 6 0 80.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[891]: 6 0 31 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[911]: 6 0 83 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[997]: 6 0 75.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1014]: 6 0 60.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1061]: 6 0 95 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1098]: 6 0 99 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1116]: 6 0 66 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1152]: 6 0 63 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1160]: 6 0 57 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1189]: 6 0 61 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1195]: 6 0 66.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1196]: 6 0 67.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1198]: 6 0 77 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1208]: 6 0 54 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1211]: 6 0 39.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1224]: 6 0 45.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1231]: 6 0 43.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1244]: 6 0 48.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1249]: 6 0 81.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1251]: 6 0 90.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1268]: 6 0 32.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1280]: 6 0 60.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1295]: 6 0 79.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1325]: 6 0 35 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1332]: 6 0 18.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1390]: 6 0 64.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1413]: 6 0 2.00008 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1418]: 6 0 108 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1430]: 6 0 35 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1477]: 6 0 7.00001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1530]: 6 0 37.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1531]: 6 0 11.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1546]: 6 0 36 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1561]: 6 0 76.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1610]: 6 0 75.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1667]: 6 0 49 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1683]: 6 0 78 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1917]: 6 -28 0 shouldn't be
1630.94/1650.77	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[45]: 6 0 115 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[54]: 6 0 110 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[317]: 6 0 52.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[350]: 6 0 15.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[528]: 6 0 40.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[590]: 6 0 10 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[708]: 6 0 14.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[723]: 6 0 89 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[827]: 6 0 15.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[842]: 6 0 44.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[898]: 6 0 49.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[923]: 6 0 39 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[926]: 6 0 19 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[932]: 6 0 97.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[947]: 6 0 68.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[966]: 6 0 34.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1009]: 6 0 59.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1011]: 6 0 49 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1048]: 6 0 43.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1075]: 6 0 44 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1092]: 6 0 69 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1108]: 6 0 19.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1126]: 6 0 58.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1138]: 6 0 60 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1162]: 6 0 84.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1165]: 6 0 40.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1168]: 6 0 1.00008 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1174]: 6 0 1.00002 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1190]: 6 0 91 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1213]: 6 0 30 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1215]: 6 0 81 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1219]: 6 0 44.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1225]: 6 0 11.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1269]: 6 0 39 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1274]: 6 0 65.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1294]: 6 0 32 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1333]: 6 0 51 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1371]: 6 0 54.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1392]: 6 0 68 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1396]: 6 0 18 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1404]: 6 0 16 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1449]: 6 0 55 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1463]: 6 -63 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1478]: 6 0 66.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1533]: 6 0 23.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1571]: 6 0 94 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1572]: 6 0 57 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1640]: 6 0 9.00009 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1666]: 6 0 46.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1668]: 6 0 15.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1684]: 6 0 42.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1698]: 6 0 9.00009 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1726]: 6 -19 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1829]: 6 0 24 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1840]: 6 -5.00009 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1857]: 6 -6.00006 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1858]: 6 -1.00002 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1862]: 6 0 19.0001 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1867]: 6 -3.00001 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1874]: 6 -17 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1875]: 6 -7.00002 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1892]: 6 -25 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1949]: 6 -20.0001 0 shouldn't be
1631.64/1651.48	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[8]: 6 0 82 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[487]: 6 0 16.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[639]: 6 0 58.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[659]: 6 0 37 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[892]: 6 0 57.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[907]: 6 0 69.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[938]: 6 0 14.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1012]: 6 0 25 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1049]: 6 0 93.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1137]: 6 0 19 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1140]: 6 0 4.00008 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1245]: 6 0 93.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1296]: 6 0 3.00007 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1319]: 6 0 4.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1350]: 6 0 23.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1373]: 6 0 10.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1431]: 6 0 79.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1552]: 6 0 16.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1563]: 6 0 79 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1578]: 6 0 22.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1584]: 6 0 29 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1596]: 6 0 13 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1634]: 6 -55 0 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1656]: 6 0 5.00008 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1682]: 6 0 39.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1699]: 6 0 21.0001 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1707]: 6 -7.00005 0 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1832]: 6 -5.00006 0 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1869]: 6 0 8.00008 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1888]: 6 -15 0 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
1632.54/1652.33	WSVECS04 Frhs2[1997]: 6 0 18 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[312]: 6 0 13.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[486]: 6 0 25.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[592]: 6 0 48 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[677]: 6 0 95 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[705]: 6 0 96 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[792]: 6 0 18 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[874]: 6 0 39.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[933]: 6 0 24.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[950]: 6 0 24.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[960]: 6 0 27.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[961]: 6 0 23.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[995]: 6 0 93.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1104]: 6 0 26 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1241]: 6 0 47.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1250]: 6 0 10.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1365]: 6 0 22.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1379]: 6 0 70.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1567]: 6 0 46 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1579]: 6 0 2.00006 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1604]: 6 0 32.0001 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1643]: 6 0 8.00002 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1868]: 6 0 9.00005 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1878]: 6 -26.0001 0 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
1633.44/1653.28	WSVECS04 Frhs2[1996]: 6 -19.0001 0 shouldn't be
1674.92/1695.09	c #Conflicts:     509000 | #Constraints:      53637
1674.92/1695.09	c #Conflicts:     510000 | #Constraints:      54637
1674.92/1695.09	c #Conflicts:     511000 | #Constraints:      55637
1674.92/1695.09	c #Conflicts:     512000 | #Constraints:      56637
1674.92/1695.09	c #Conflicts:     513000 | #Constraints:      57637
1674.92/1695.09	c #Conflicts:     514000 | #Constraints:      58637
1674.92/1695.09	c #Conflicts:     515000 | #Constraints:      59637
1674.92/1695.09	c #Conflicts:     516000 | #Constraints:      60637
1674.92/1695.09	c INPROCESSING
1674.92/1695.09	c GARBAGE COLLECT
1674.92/1695.09	c rational objective -12879.1
1676.61/1696.70	c bounds -8582 >= -68513 @ 1658.87
1676.61/1696.72	c bounds -8599 >= -68513 @ 1658.89
1676.61/1696.77	c bounds -8603 >= -68513 @ 1658.94
1676.81/1696.91	c bounds -8605 >= -68513 @ 1659.07
1677.30/1697.42	c #Conflicts:     517000 | #Constraints:      47399
1677.30/1697.42	c bounds -8618 >= -68513 @ 1659.57
1677.41/1697.51	c bounds -8620 >= -68513 @ 1659.66
1678.80/1698.90	c bounds -8624 >= -68513 @ 1661.02
1683.49/1703.64	c #Conflicts:     518000 | #Constraints:      48402
1683.49/1703.64	c #Conflicts:     519000 | #Constraints:      49402
1683.49/1703.64	c #Conflicts:     520000 | #Constraints:      50404
1683.49/1703.64	c bounds -8626 >= -68513 @ 1665.68
1683.49/1703.68	c bounds -8628 >= -68513 @ 1665.71
1683.59/1703.71	c bounds -8630 >= -68513 @ 1665.74
1683.59/1703.75	c bounds -8631 >= -68513 @ 1665.79
1683.69/1703.89	c bounds -8635 >= -68513 @ 1665.92
1684.48/1704.65	c bounds -8639 >= -68513 @ 1666.67
1685.19/1705.34	c #Conflicts:     521000 | #Constraints:      51415
1685.19/1705.34	c bounds -8649 >= -68513 @ 1667.36
1689.38/1709.54	c #Conflicts:     522000 | #Constraints:      52424
1689.38/1709.54	c bounds -8653 >= -68513 @ 1671.48
1689.38/1709.54	c bounds -8653 >= -68446 @ 1671.48
1689.38/1709.55	c bounds -8653 >= -68381 @ 1671.48
1689.38/1709.56	c bounds -8653 >= -68315 @ 1671.49
1689.38/1709.56	c bounds -8653 >= -68251 @ 1671.5
1689.38/1709.57	c bounds -8653 >= -68186 @ 1671.5
1689.38/1709.58	c bounds -8653 >= -68120 @ 1671.51
1689.38/1709.59	c bounds -8653 >= -68055 @ 1671.52
1689.48/1709.60	c bounds -8653 >= -67990 @ 1671.54
1689.48/1709.62	c bounds -8653 >= -67925 @ 1671.56
1689.48/1709.64	c bounds -8653 >= -67860 @ 1671.58
1689.48/1709.66	c bounds -8653 >= -67796 @ 1671.6
1689.48/1709.67	c bounds -8653 >= -67733 @ 1671.61
1689.48/1709.69	c bounds -8653 >= -67670 @ 1671.62
1689.68/1709.86	c bounds -8653 >= -67607 @ 1671.79
1690.87/1711.00	c bounds -8653 >= -67544 @ 1672.93
1691.27/1711.49	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[309]: 6 0 48 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[483]: 6 0 97 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[560]: 6 0 65.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[607]: 6 0 66.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[706]: 6 0 38.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[848]: 6 0 69.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[882]: 6 0 87 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[898]: 6 0 49 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1116]: 6 0 66 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1131]: 6 0 90.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1198]: 6 0 77 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1357]: 6 0 68.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1371]: 6 0 54.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1457]: 6 0 77.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1634]: 6 -55 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1653]: 6 -61 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1654]: 6 -54 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1666]: 6 0 46.0001 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1689]: 6 -26.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1690]: 6 -8.00004 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1750]: 6 -6.00009 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1774]: 6 -11 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1775]: 6 -7.00002 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1781]: 6 -6.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1782]: 6 -29 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1832]: 6 -5.00004 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1927]: 6 -30 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
1691.27/1711.49	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
1703.24/1723.42	c #Conflicts:     523000 | #Constraints:      53488
1703.24/1723.42	c #Conflicts:     524000 | #Constraints:      54488
1703.24/1723.42	c bounds -8653 >= -67481 @ 1685.25
1704.84/1725.04	c #Conflicts:     525000 | #Constraints:      55500
1704.84/1725.04	c bounds -8654 >= -67481 @ 1686.84
1708.33/1728.56	c #Conflicts:     526000 | #Constraints:      56501
1708.33/1728.56	c bounds -8656 >= -67481 @ 1690.29
1712.21/1732.42	c #Conflicts:     527000 | #Constraints:      57505
1712.21/1732.42	c bounds -8658 >= -67481 @ 1694.09
1713.12/1733.37	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[8]: 6 0 82.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[222]: 6 0 53.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[248]: 6 0 231 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[302]: 6 0 100 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[312]: 6 0 13.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[425]: 6 0 67 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[464]: 6 0 72.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[535]: 6 0 6.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[560]: 6 0 65 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[607]: 6 0 66.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[801]: 6 0 27 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[842]: 6 0 44 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[848]: 6 0 69 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[880]: 6 0 80.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[892]: 6 0 57.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[898]: 6 0 49.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[907]: 6 0 69 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[966]: 6 0 34 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[969]: 6 0 9.00008 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[970]: 6 0 23.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[997]: 6 0 75.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1133]: 6 0 60 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1138]: 6 0 60.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1173]: 6 0 93 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1190]: 6 0 91.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1204]: 6 0 109 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1208]: 6 0 54.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1215]: 6 0 81.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1250]: 6 0 10.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1254]: 6 0 90.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1268]: 6 0 32 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1330]: 6 0 65 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1342]: 6 0 5.00003 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1371]: 6 0 54.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1373]: 6 0 10 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1404]: 6 0 16.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1420]: 6 0 83.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1424]: 6 0 2.00006 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1478]: 6 0 66.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1491]: 6 0 33 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1515]: 6 0 71.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1529]: 6 0 37 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1545]: 6 0 42 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1594]: 6 0 75.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1599]: 6 -26 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1626]: 6 0 45 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1639]: 6 -16 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1743]: 6 0 33 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1769]: 6 -29.0001 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1770]: 6 -4.0001 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1771]: 6 -6.00007 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1786]: 6 -8.00005 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1796]: 6 0 29.0001 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1840]: 6 -5.00003 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1847]: 6 -3.00006 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1857]: 6 -6.00001 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1873]: 6 -2.00007 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1875]: 6 -7.00003 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1892]: 6 -25.0001 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
1713.12/1733.37	WSVECS04 Frhs2[1984]: 6 -5.00005 0 shouldn't be
1713.92/1734.12	WSVECS04 Frhs2[1051]: 6 0 4.00002 shouldn't be
1713.92/1734.12	WSVECS04 Frhs2[1137]: 6 0 19 shouldn't be
1713.92/1734.12	WSVECS04 Frhs2[1168]: 6 0 1.00004 shouldn't be
1713.92/1734.12	WSVECS04 Frhs2[1174]: 6 0 1.00007 shouldn't be
1713.92/1734.12	WSVECS04 Frhs2[1232]: 6 0 4.00003 shouldn't be
1713.92/1734.12	WSVECS04 Frhs2[1666]: 6 0 46 shouldn't be
1713.92/1734.12	WSVECS04 Frhs2[1699]: 6 0 21 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[296]: 6 0 14.0001 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[579]: 6 0 10.0001 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[792]: 6 0 18.0001 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[938]: 6 0 14 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1002]: 6 0 20 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1022]: 6 0 9.00007 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1071]: 6 0 46.0001 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1122]: 6 0 21.0001 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1220]: 6 0 35 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1430]: 6 0 35.0001 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1498]: 6 0 75 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1517]: 6 0 22.0001 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1640]: 6 0 9.00008 shouldn't be
1714.71/1734.96	WSVECS04 Frhs2[1684]: 6 0 42 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[933]: 6 0 24.0001 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[950]: 6 0 24.0001 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[968]: 6 0 28.0001 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1003]: 6 0 23.0001 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1104]: 6 0 26.0001 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1131]: 6 0 90 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1149]: 6 0 23 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1200]: 6 0 40 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1350]: 6 0 23 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1456]: 6 0 45.0001 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1516]: 6 0 72 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1563]: 6 0 79 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1641]: 6 0 71.0001 shouldn't be
1715.61/1735.83	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[627]: 6 0 4.00003 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[645]: 6 0 18 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[678]: 6 0 15.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[717]: 6 0 24.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[786]: 6 0 19.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[869]: 6 0 60 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[923]: 6 0 39 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[987]: 6 0 79.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1012]: 6 0 25 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1017]: 6 0 61 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1019]: 6 0 99 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1021]: 6 0 30 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1126]: 6 0 58 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1147]: 6 0 83 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1151]: 6 0 48.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1160]: 6 0 57.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1162]: 6 0 84 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1175]: 6 0 46.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1187]: 6 0 85 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1193]: 6 0 69.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1198]: 6 0 77.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1211]: 6 0 39.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1274]: 6 0 65 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1333]: 6 0 51 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
1716.51/1736.71	WSVECS04 Frhs2[1530]: 6 0 37.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[309]: 6 0 48 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[372]: 6 0 35.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[413]: 6 0 60.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[511]: 6 0 23 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[523]: 6 0 57.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[582]: 6 0 25.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[590]: 6 0 10.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[592]: 6 0 48 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[601]: 6 0 21.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[617]: 6 0 90.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[651]: 6 0 36 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[693]: 6 0 44.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[698]: 6 0 10.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[734]: 6 0 43.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[750]: 6 0 52.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[782]: 6 0 56.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[827]: 6 0 15.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[871]: 6 0 54 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[872]: 6 0 80 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[874]: 6 0 39 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[961]: 6 0 23.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[964]: 6 0 53 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[986]: 6 0 20.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1052]: 6 0 80 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1057]: 6 0 54 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1075]: 6 0 44 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1084]: 6 0 35 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1092]: 6 0 69 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1108]: 6 0 19.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1169]: 6 0 72 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1185]: 6 0 95.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1244]: 6 0 48.0001 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1249]: 6 0 81 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1275]: 6 0 96 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
1717.80/1738.10	WSVECS04 Frhs2[1431]: 6 0 79.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[303]: 6 0 4.00002 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[346]: 6 0 92 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[503]: 6 0 55 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[510]: 6 0 45.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[534]: 6 0 64 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[625]: 6 0 27.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[634]: 6 0 41.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[646]: 6 0 45.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[659]: 6 0 37 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[677]: 6 0 95 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[692]: 6 0 18 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[730]: 6 0 82 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[752]: 6 0 52 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[790]: 6 0 94 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[798]: 6 0 22 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[802]: 6 0 29.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[857]: 6 0 21.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[863]: 6 0 69.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[891]: 6 0 31.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[911]: 6 0 83 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[947]: 6 0 68.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[979]: 6 0 85.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[1195]: 6 0 66.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[1213]: 6 0 30.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[1294]: 6 0 32.0001 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[1331]: 6 0 37 shouldn't be
1720.80/1741.01	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
1736.45/1756.77	c #Conflicts:     528000 | #Constraints:      58509
1736.45/1756.77	c #Conflicts:     529000 | #Constraints:      59509
1736.45/1756.77	c #Conflicts:     530000 | #Constraints:      60509
1736.45/1756.77	c #Conflicts:     531000 | #Constraints:      61509
1736.45/1756.77	c INPROCESSING
1736.45/1756.77	c GARBAGE COLLECT
1736.45/1756.77	c rational objective -12879.4
1762.29/1782.63	c #Conflicts:     532000 | #Constraints:      48073
1762.29/1782.63	c #Conflicts:     533000 | #Constraints:      49073
1762.29/1782.63	c #Conflicts:     534000 | #Constraints:      50073
1762.29/1782.63	c #Conflicts:     535000 | #Constraints:      51073
1762.29/1782.63	c #Conflicts:     536000 | #Constraints:      52073
1762.29/1782.63	c #Conflicts:     537000 | #Constraints:      53073
1762.29/1782.63	c #Conflicts:     538000 | #Constraints:      54073
1762.29/1782.63	c #Conflicts:     539000 | #Constraints:      55073
1762.29/1782.63	c #Conflicts:     540000 | #Constraints:      56073
1762.29/1782.63	c #Conflicts:     541000 | #Constraints:      57073
1762.29/1782.63	c bounds -8660 >= -67481 @ 1743.68
1762.29/1782.63	c bounds -8660 >= -67421 @ 1743.69
1762.29/1782.63	c bounds -8660 >= -67359 @ 1743.69
1762.29/1782.64	c bounds -8660 >= -67301 @ 1743.69
1762.29/1782.64	c bounds -8660 >= -67240 @ 1743.7
1762.29/1782.66	c bounds -8660 >= -67178 @ 1743.72
1762.29/1782.67	c bounds -8660 >= -67118 @ 1743.72
1762.29/1782.67	c bounds -8660 >= -67058 @ 1743.73
1762.29/1782.68	c bounds -8660 >= -67000 @ 1743.74
1762.29/1782.70	c bounds -8660 >= -66940 @ 1743.75
1762.39/1782.71	c bounds -8660 >= -66882 @ 1743.76
1762.39/1782.73	c bounds -8660 >= -66825 @ 1743.79
1762.39/1782.74	c bounds -8660 >= -66768 @ 1743.8
1762.39/1782.76	c bounds -8660 >= -66711 @ 1743.82
1762.39/1782.79	c bounds -8660 >= -66653 @ 1743.84
1762.49/1782.81	c bounds -8660 >= -66596 @ 1743.86
1762.49/1782.89	c bounds -8660 >= -66539 @ 1743.94
1763.09/1783.43	c bounds -8660 >= -66482 @ 1744.48
1800.35/1821.01	c #Conflicts:     542000 | #Constraints:      58149
1800.35/1821.01	c #Conflicts:     543000 | #Constraints:      59149
1800.35/1821.01	c #Conflicts:     544000 | #Constraints:      60149
1800.35/1821.01	c #Conflicts:     545000 | #Constraints:      61149
1800.35/1821.01	c #Conflicts:     546000 | #Constraints:      62152
1800.35/1821.01	c INPROCESSING
1800.35/1821.01	c GARBAGE COLLECT
1800.35/1821.01	c rational objective -12879.4
1820.29/1841.06	c #Conflicts:     547000 | #Constraints:      48508
1820.29/1841.06	c #Conflicts:     548000 | #Constraints:      49508
1820.29/1841.06	c #Conflicts:     549000 | #Constraints:      50509
1820.29/1841.06	c #Conflicts:     550000 | #Constraints:      51509
1820.29/1841.06	c #Conflicts:     551000 | #Constraints:      52511
1820.29/1841.06	c #Conflicts:     552000 | #Constraints:      53513
1820.29/1841.06	c #Conflicts:     553000 | #Constraints:      54514
1820.29/1841.06	c #Conflicts:     554000 | #Constraints:      55515
1820.29/1841.06	c #Conflicts:     555000 | #Constraints:      56516
1820.29/1841.06	c #Conflicts:     556000 | #Constraints:      57517
1820.29/1841.06	c bounds -8660 >= -66425 @ 1801.27
1841.42/1862.23	c #Conflicts:     557000 | #Constraints:      58530
1841.42/1862.23	c #Conflicts:     558000 | #Constraints:      59530
1841.42/1862.23	c #Conflicts:     559000 | #Constraints:      60531
1841.42/1862.23	c #Conflicts:     560000 | #Constraints:      61532
1841.42/1862.23	c #Conflicts:     561000 | #Constraints:      62536
1841.42/1862.23	c INPROCESSING
1841.42/1862.23	c GARBAGE COLLECT
1841.42/1862.23	c rational objective -12879.4
1882.19/1903.24	c #Conflicts:     562000 | #Constraints:      48695
1882.19/1903.24	c #Conflicts:     563000 | #Constraints:      49695
1882.19/1903.24	c #Conflicts:     564000 | #Constraints:      50696
1882.19/1903.24	c #Conflicts:     565000 | #Constraints:      51697
1882.19/1903.24	c #Conflicts:     566000 | #Constraints:      52698
1882.19/1903.24	c #Conflicts:     567000 | #Constraints:      53701
1882.19/1903.24	c #Conflicts:     568000 | #Constraints:      54702
1882.19/1903.24	c #Conflicts:     569000 | #Constraints:      55703
1882.19/1903.24	c #Conflicts:     570000 | #Constraints:      56706
1882.19/1903.24	c #Conflicts:     571000 | #Constraints:      57708
1882.19/1903.24	c #Conflicts:     572000 | #Constraints:      58710
1882.19/1903.24	c #Conflicts:     573000 | #Constraints:      59712
1882.19/1903.24	c #Conflicts:     574000 | #Constraints:      60714
1882.19/1903.24	c #Conflicts:     575000 | #Constraints:      61717
1882.19/1903.24	c #Conflicts:     576000 | #Constraints:      62718
1882.19/1903.24	c INPROCESSING
1882.19/1903.24	c GARBAGE COLLECT
1882.19/1903.24	c rational objective -12879.3
1930.97/1952.20	c #Conflicts:     577000 | #Constraints:      48700
1930.97/1952.20	c #Conflicts:     578000 | #Constraints:      49700
1930.97/1952.20	c #Conflicts:     579000 | #Constraints:      50700
1930.97/1952.20	c #Conflicts:     580000 | #Constraints:      51701
1930.97/1952.20	c #Conflicts:     581000 | #Constraints:      52702
1930.97/1952.20	c #Conflicts:     582000 | #Constraints:      53703
1930.97/1952.20	c #Conflicts:     583000 | #Constraints:      54705
1930.97/1952.20	c #Conflicts:     584000 | #Constraints:      55707
1930.97/1952.20	c #Conflicts:     585000 | #Constraints:      56708
1930.97/1952.20	c #Conflicts:     586000 | #Constraints:      57710
1930.97/1952.20	c #Conflicts:     587000 | #Constraints:      58712
1930.97/1952.20	c #Conflicts:     588000 | #Constraints:      59714
1930.97/1952.20	c #Conflicts:     589000 | #Constraints:      60718
1930.97/1952.20	c #Conflicts:     590000 | #Constraints:      61722
1930.97/1952.20	c #Conflicts:     591000 | #Constraints:      62724
1930.97/1952.20	c INPROCESSING
1930.97/1952.20	c GARBAGE COLLECT
1930.97/1952.20	c rational objective -12879.3
1948.93/1970.28	c #Conflicts:     592000 | #Constraints:      48494
1948.93/1970.28	c #Conflicts:     593000 | #Constraints:      49494
1948.93/1970.28	c #Conflicts:     594000 | #Constraints:      50494
1948.93/1970.28	c #Conflicts:     595000 | #Constraints:      51496
1948.93/1970.28	c #Conflicts:     596000 | #Constraints:      52500
1948.93/1970.28	c #Conflicts:     597000 | #Constraints:      53504
1948.93/1970.28	c #Conflicts:     598000 | #Constraints:      54507
1948.93/1970.28	c #Conflicts:     599000 | #Constraints:      55517
1948.93/1970.28	c bounds -8665 >= -66425 @ 1928.61
1948.93/1970.28	c bounds -8665 >= -66370 @ 1928.62
1948.93/1970.28	c bounds -8665 >= -66317 @ 1928.62
1948.93/1970.29	c bounds -8665 >= -66266 @ 1928.62
1948.93/1970.29	c bounds -8665 >= -66215 @ 1928.63
1949.03/1970.30	c bounds -8665 >= -66164 @ 1928.63
1949.03/1970.30	c bounds -8665 >= -66111 @ 1928.64
1949.03/1970.32	c bounds -8665 >= -66057 @ 1928.65
1949.03/1970.32	c bounds -8665 >= -66004 @ 1928.65
1949.03/1970.33	c bounds -8665 >= -65955 @ 1928.66
1949.03/1970.34	c bounds -8665 >= -65903 @ 1928.67
1949.03/1970.35	c bounds -8665 >= -65850 @ 1928.68
1949.03/1970.36	c bounds -8665 >= -65799 @ 1928.69
1949.03/1970.37	c bounds -8665 >= -65746 @ 1928.7
1949.03/1970.38	c bounds -8665 >= -65697 @ 1928.71
1949.03/1970.39	c bounds -8665 >= -65648 @ 1928.72
1949.13/1970.40	c bounds -8665 >= -65596 @ 1928.74
1949.13/1970.41	c bounds -8665 >= -65546 @ 1928.74
1949.13/1970.42	c bounds -8665 >= -65497 @ 1928.75
1949.13/1970.43	c bounds -8665 >= -65447 @ 1928.76
1949.13/1970.46	c bounds -8665 >= -65397 @ 1928.79
1949.13/1970.48	c bounds -8665 >= -65348 @ 1928.82
1949.23/1970.50	c bounds -8665 >= -65299 @ 1928.83
1949.73/1971.09	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[111]: 6 0 149 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[369]: 6 0 49.0001 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
1949.73/1971.09	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[387]: 6 0 50.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[420]: 6 0 46 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[431]: 6 0 57 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[448]: 6 0 76 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[464]: 6 0 72.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[514]: 6 0 74.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[534]: 6 0 64 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[646]: 6 0 45 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[692]: 6 0 18.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[693]: 6 0 44 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[702]: 6 0 96.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[705]: 6 0 96.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[710]: 6 0 61 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[723]: 6 0 89 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[727]: 6 0 88 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[730]: 6 0 82.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[734]: 6 0 43 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[872]: 6 0 80.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[896]: 6 0 18.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[923]: 6 0 39.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[932]: 6 0 97.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[966]: 6 0 34 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[969]: 6 0 9.00004 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[970]: 6 0 23 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[974]: 6 0 91.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[987]: 6 0 79 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[995]: 6 0 93 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[997]: 6 0 75.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1003]: 6 0 23.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1012]: 6 0 25 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1061]: 6 0 95 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1064]: 6 0 62.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1084]: 6 0 35.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1140]: 6 0 4.00006 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1160]: 6 0 57.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1169]: 6 0 72 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1185]: 6 0 95.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1189]: 6 0 61 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1190]: 6 0 91.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1193]: 6 0 69.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1198]: 6 0 77.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1200]: 6 0 40 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1204]: 6 0 109 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1211]: 6 0 39.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1215]: 6 0 81.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1219]: 6 0 44.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1223]: 6 0 71.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1225]: 6 0 11 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1231]: 6 0 43.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1232]: 6 0 4.00004 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1241]: 6 0 47 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1245]: 6 0 93 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1250]: 6 0 10.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1258]: 6 0 6.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1263]: 6 0 85 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1268]: 6 0 32 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1269]: 6 0 39.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1273]: 6 0 25 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1274]: 6 0 65.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1275]: 6 0 96 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1280]: 6 0 60.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1295]: 6 0 79 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1296]: 6 0 3.00005 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1304]: 6 0 25.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1312]: 6 0 71 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1322]: 6 0 30.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1326]: 6 0 65.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1330]: 6 0 65 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1332]: 6 0 18.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1350]: 6 0 23 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1357]: 6 0 68 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1373]: 6 0 10.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1390]: 6 0 64 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1396]: 6 0 18.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1410]: 6 0 17 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1413]: 6 0 2.00002 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1418]: 6 0 108 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1426]: 6 0 30 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1427]: 6 0 37 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1430]: 6 0 35 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1431]: 6 0 79 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1441]: 6 0 10 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1467]: 6 0 76 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1477]: 6 0 7.00006 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1479]: 6 0 12.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1487]: 6 -20 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1489]: 6 0 11.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1496]: 6 0 16 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1504]: 6 0 10 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1512]: 6 -55 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1513]: 6 0 81 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1515]: 6 0 71 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1517]: 6 0 22 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1522]: 6 0 84 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1528]: 6 0 16.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1529]: 6 0 37 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1531]: 6 0 11.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1545]: 6 0 42.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1552]: 6 0 16.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1555]: 6 0 37.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1557]: 6 0 21 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1560]: 6 0 16.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1571]: 6 0 94.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1576]: 6 0 40 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1577]: 6 0 20 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1603]: 6 0 50.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1604]: 6 0 32.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1619]: 6 0 23.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1626]: 6 0 45.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1643]: 6 0 8.00008 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1647]: 6 -55.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1648]: 6 -23 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1653]: 6 -61.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1654]: 6 -54 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1671]: 6 -31 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1683]: 6 0 78 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1690]: 6 -8.00009 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1692]: 6 0 70 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1750]: 6 -6.00006 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1770]: 6 -4.00002 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1781]: 6 -6.00009 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1811]: 6 0 23.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1816]: 6 -5.00003 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1825]: 6 0 16.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1826]: 6 0 8.00005 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1827]: 6 0 14 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1829]: 6 0 24.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1832]: 6 -5.00009 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1840]: 6 -5.00006 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1844]: 6 0 11.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1847]: 6 -3.00006 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1848]: 6 -4.00004 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1858]: 6 -1.00008 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1863]: 6 -20.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1867]: 6 -3.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1868]: 6 0 9.00005 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1870]: 6 0 12.0001 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1919]: 6 -35 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1927]: 6 -30 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1964]: 6 -4.00004 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1974]: 6 -25 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
1949.73/1971.10	WSVECS04 Frhs2[1984]: 6 -5.00006 0 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[627]: 6 0 4.00002 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[706]: 6 0 38 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[786]: 6 0 19.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[933]: 6 0 24 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1056]: 6 0 4.00003 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1108]: 6 0 19 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1122]: 6 0 21.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1168]: 6 0 1.00002 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1244]: 6 0 48.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1257]: 6 0 14 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1276]: 6 0 10.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1294]: 6 0 32.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1313]: 6 0 10.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1342]: 6 0 5.00007 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1505]: 6 0 25 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1533]: 6 0 23 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1563]: 6 0 79 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1594]: 6 0 75.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1641]: 6 0 71.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1668]: 6 0 15.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1684]: 6 0 42.0001 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1693]: 6 0 4.00009 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1698]: 6 0 9.00004 shouldn't be
1950.62/1971.96	WSVECS04 Frhs2[1817]: 6 0 31 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[645]: 6 0 18.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[653]: 6 0 16.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[659]: 6 0 37 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[678]: 6 0 15.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[802]: 6 0 29.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[892]: 6 0 57.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[938]: 6 0 14.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[942]: 6 0 97 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[968]: 6 0 28.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1021]: 6 0 30.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1022]: 6 0 9.00009 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1071]: 6 0 46.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1104]: 6 0 26 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1126]: 6 0 58.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1195]: 6 0 66 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1213]: 6 0 30 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1220]: 6 0 35.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1224]: 6 0 45.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1254]: 6 0 90 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1307]: 6 0 21.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1319]: 6 0 4.00002 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1331]: 6 0 37 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1364]: 6 0 13.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1456]: 6 0 45.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1458]: 6 0 19.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1516]: 6 0 72 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1530]: 6 0 37.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1567]: 6 0 46.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1578]: 6 0 22.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1579]: 6 0 2.00009 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1584]: 6 0 29 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1585]: 6 0 14.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
1951.63/1972.90	WSVECS04 Frhs2[1718]: 6 0 29.0001 shouldn't be
1953.42/1974.78	c bounds -8665 >= -65250 @ 1933.07
1965.49/1986.85	c #Conflicts:     600000 | #Constraints:      56622
1965.49/1986.85	c #Conflicts:     601000 | #Constraints:      57622
1965.49/1986.85	c #Conflicts:     602000 | #Constraints:      58622
1965.49/1986.85	c #Conflicts:     603000 | #Constraints:      59622
1965.49/1986.85	c #Conflicts:     604000 | #Constraints:      60622
1965.49/1986.85	c #Conflicts:     605000 | #Constraints:      61622
1965.49/1986.85	c #Conflicts:     606000 | #Constraints:      62622
1965.49/1986.85	c #Conflicts:     607000 | #Constraints:      63622
1965.49/1986.85	c INPROCESSING
1965.49/1986.85	c GARBAGE COLLECT
1965.49/1986.85	WSVECS04 Frhs2[1157]: 6 -77.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1345]: 6 -91 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1346]: 6 -17.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1463]: 6 -63 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1493]: 6 -4.00006 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1510]: 6 -7.00007 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1611]: 6 -44 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1705]: 6 -31.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1707]: 6 -7.00007 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1744]: 6 -27 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1756]: 6 -7.00007 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1758]: 6 -26.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1771]: 6 -6.00004 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1776]: 6 -34.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1853]: 6 -12.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1857]: 6 -6.00008 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1873]: 6 -2.00003 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1875]: 6 -7.00002 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1877]: 6 -25.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1892]: 6 -25.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1894]: 6 -22 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1916]: 6 -19.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1932]: 6 -9.00003 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1950]: 6 -19.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1966]: 6 -24 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
1965.49/1986.85	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1612]: 6 -8.00005 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1726]: 6 -19 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1760]: 6 -20.0001 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1774]: 6 -11 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1775]: 6 -7.00009 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1777]: 6 -21.0001 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1778]: 6 -14 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1836]: 6 -6.00009 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1905]: 6 -14 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1909]: 6 -2.00009 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1920]: 6 -25 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1921]: 6 -10 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1936]: 6 -18 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1951]: 6 -2.00004 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1952]: 6 -24 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
1966.38/1987.77	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
1967.49/1988.85	WSVECS04 Frhs2[1461]: 6 -67.0001 0 shouldn't be
1967.49/1988.85	WSVECS04 Frhs2[1625]: 6 -36 0 shouldn't be
1967.49/1988.85	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
1967.49/1988.85	WSVECS04 Frhs2[1924]: 6 -5.00005 0 shouldn't be
1967.49/1988.85	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
1967.49/1988.85	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
1968.68/1990.06	WSVECS04 Frhs2[1887]: 6 -12 0 shouldn't be
1968.68/1990.06	WSVECS04 Frhs2[1925]: 6 -15 0 shouldn't be
1968.68/1990.06	WSVECS04 Frhs2[1941]: 6 -23 0 shouldn't be
1968.68/1990.06	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
1968.68/1990.06	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
1969.98/1991.34	WSVECS04 Frhs2[1361]: 6 -88 0 shouldn't be
1971.67/1993.08	WSVECS04 Frhs2[1650]: 6 -47.0001 0 shouldn't be
1974.06/1995.48	c rational objective -12879.4
2015.25/2037.14	c #Conflicts:     608000 | #Constraints:      49174
2015.25/2037.14	c #Conflicts:     609000 | #Constraints:      50175
2015.25/2037.14	c #Conflicts:     610000 | #Constraints:      51175
2015.25/2037.14	c #Conflicts:     611000 | #Constraints:      52175
2015.25/2037.14	c #Conflicts:     612000 | #Constraints:      53175
2015.25/2037.14	c #Conflicts:     613000 | #Constraints:      54177
2015.25/2037.14	c #Conflicts:     614000 | #Constraints:      55179
2015.25/2037.14	c #Conflicts:     615000 | #Constraints:      56181
2015.25/2037.14	c #Conflicts:     616000 | #Constraints:      57182
2015.25/2037.14	c #Conflicts:     617000 | #Constraints:      58184
2015.25/2037.14	c #Conflicts:     618000 | #Constraints:      59184
2015.25/2037.14	c #Conflicts:     619000 | #Constraints:      60185
2015.25/2037.14	c #Conflicts:     620000 | #Constraints:      61187
2015.25/2037.14	c #Conflicts:     621000 | #Constraints:      62188
2015.25/2037.14	c #Conflicts:     622000 | #Constraints:      63189
2015.25/2037.14	c #Conflicts:     623000 | #Constraints:      64191
2015.25/2037.14	c INPROCESSING
2015.25/2037.14	c GARBAGE COLLECT
2015.25/2037.14	c rational objective -12879.3
2030.00/2051.93	c #Conflicts:     624000 | #Constraints:      49560
2030.00/2051.93	c #Conflicts:     625000 | #Constraints:      50560
2030.00/2051.93	c #Conflicts:     626000 | #Constraints:      51560
2030.00/2051.93	c #Conflicts:     627000 | #Constraints:      52563
2030.00/2051.93	c #Conflicts:     628000 | #Constraints:      53566
2030.00/2051.93	c bounds -8673 >= -65250 @ 2008.81
2030.00/2051.95	c bounds -8673 >= -65206 @ 2008.82
2030.00/2051.97	c bounds -8673 >= -65161 @ 2008.85
2030.00/2051.98	c bounds -8673 >= -65115 @ 2008.85
2030.00/2051.98	c bounds -8673 >= -65068 @ 2008.86
2030.00/2051.99	c bounds -8673 >= -65024 @ 2008.86
2030.00/2052.00	c bounds -8673 >= -64977 @ 2008.87
2030.10/2052.00	c bounds -8673 >= -64931 @ 2008.88
2030.10/2052.01	c bounds -8673 >= -64885 @ 2008.89
2030.10/2052.02	c bounds -8673 >= -64840 @ 2008.9
2030.10/2052.03	c bounds -8673 >= -64794 @ 2008.91
2030.10/2052.04	c bounds -8673 >= -64749 @ 2008.92
2030.10/2052.06	c bounds -8673 >= -64704 @ 2008.93
2030.10/2052.08	c bounds -8673 >= -64660 @ 2008.95
2030.10/2052.08	c bounds -8673 >= -64616 @ 2008.96
2030.21/2052.11	c bounds -8673 >= -64572 @ 2008.98
2030.21/2052.13	c bounds -8673 >= -64528 @ 2009.01
2030.31/2052.22	c bounds -8673 >= -64484 @ 2009.09
2030.90/2052.82	c bounds -8673 >= -64440 @ 2009.68
2031.49/2053.45	c bounds -8673 >= -64396 @ 2010.31
2032.69/2054.69	c bounds -8673 >= -64352 @ 2011.55
2035.98/2057.99	c #Conflicts:     629000 | #Constraints:      54711
2035.98/2057.99	c bounds -8673 >= -64308 @ 2014.82
2052.40/2075.11	c #Conflicts:     630000 | #Constraints:      55733
2052.40/2075.11	c #Conflicts:     631000 | #Constraints:      56733
2052.40/2075.11	c #Conflicts:     632000 | #Constraints:      57734
2052.40/2075.11	c bounds -8673 >= -64264 @ 2031.05
2052.80/2075.51	WSVECS04 Frhs2[1233]: 6 -27.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1235]: 6 -88.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1255]: 6 -22.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1266]: 6 -24 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1267]: 6 -91.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1375]: 6 -82 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1487]: 6 -20 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1534]: 6 -43.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1536]: 6 -57.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1547]: 6 -41 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1550]: 6 -44 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1580]: 6 -60.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1598]: 6 -62.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1639]: 6 -16 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1780]: 6 -15 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1795]: 6 -27.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1797]: 6 -30.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1810]: 6 -6.00006 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1832]: 6 -5.00007 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1843]: 6 -21 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1847]: 6 -3.00006 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1851]: 6 -6.00005 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1885]: 6 -10.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1886]: 6 -35.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1887]: 6 -12 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1889]: 6 -14.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1926]: 6 -35.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1941]: 6 -23.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1952]: 6 -24 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1954]: 6 -30 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
2052.80/2075.51	WSVECS04 Frhs2[1959]: 6 -29.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1346]: 6 -17 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1532]: 6 -68 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1537]: 6 -12.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1538]: 6 -32.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1551]: 6 -66 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1568]: 6 -20.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1625]: 6 -36 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1642]: 6 -68 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1653]: 6 -61.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1763]: 6 -8.00008 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1766]: 6 -32 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1781]: 6 -6.00002 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1813]: 6 -22.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1816]: 6 -5.00006 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1834]: 6 -17 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1836]: 6 -6.00006 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1845]: 6 -17.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1848]: 6 -4.00008 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1852]: 6 -32 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1863]: 6 -20.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1866]: 6 -16 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1909]: 6 -2.00007 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1918]: 6 -15.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1924]: 6 -5.00005 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1925]: 6 -15 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1951]: 6 -2.00003 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
2053.49/2076.28	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1271]: 6 -9.00002 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1284]: 6 -63.0001 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1521]: 6 -18.0001 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1562]: 6 -42 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1569]: 6 -19 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1657]: 6 -64 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1867]: 6 -3.00008 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1892]: 6 -25 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1920]: 6 -25 0 shouldn't be
2054.49/2077.24	WSVECS04 Frhs2[1972]: 6 -30 0 shouldn't be
2055.49/2078.22	WSVECS04 Frhs2[1202]: 6 -92.0001 0 shouldn't be
2055.49/2078.22	WSVECS04 Frhs2[1265]: 6 -101 0 shouldn't be
2055.49/2078.22	WSVECS04 Frhs2[1301]: 6 -70.0001 0 shouldn't be
2055.49/2078.22	WSVECS04 Frhs2[1362]: 6 -35 0 shouldn't be
2055.49/2078.22	WSVECS04 Frhs2[1501]: 6 -8.00008 0 shouldn't be
2055.49/2078.22	WSVECS04 Frhs2[1518]: 6 -14.0001 0 shouldn't be
2055.49/2078.22	WSVECS04 Frhs2[1549]: 6 -41 0 shouldn't be
2055.49/2078.22	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
2056.49/2079.26	WSVECS04 Frhs2[1361]: 6 -88.0001 0 shouldn't be
2077.40/2101.79	c #Conflicts:     633000 | #Constraints:      58761
2077.40/2101.79	c #Conflicts:     634000 | #Constraints:      59761
2077.40/2101.79	c #Conflicts:     635000 | #Constraints:      60761
2077.40/2101.79	c #Conflicts:     636000 | #Constraints:      61761
2077.40/2101.79	c #Conflicts:     637000 | #Constraints:      62761
2077.40/2101.79	c #Conflicts:     638000 | #Constraints:      63761
2077.40/2101.79	c #Conflicts:     639000 | #Constraints:      64761
2077.40/2101.79	c INPROCESSING
2077.40/2101.79	c GARBAGE COLLECT
2077.40/2101.79	c rational objective -12879.3
2123.69/2148.10	c #Conflicts:     640000 | #Constraints:      49883
2123.69/2148.10	c #Conflicts:     641000 | #Constraints:      50883
2123.69/2148.10	c #Conflicts:     642000 | #Constraints:      51883
2123.69/2148.10	c #Conflicts:     643000 | #Constraints:      52883
2123.69/2148.10	c #Conflicts:     644000 | #Constraints:      53883
2123.69/2148.10	c #Conflicts:     645000 | #Constraints:      54887
2123.69/2148.10	c #Conflicts:     646000 | #Constraints:      55889
2123.69/2148.10	c #Conflicts:     647000 | #Constraints:      56889
2123.69/2148.10	c #Conflicts:     648000 | #Constraints:      57889
2123.69/2148.10	c #Conflicts:     649000 | #Constraints:      58889
2123.69/2148.10	c #Conflicts:     650000 | #Constraints:      59892
2123.69/2148.10	c #Conflicts:     651000 | #Constraints:      60892
2123.69/2148.10	c #Conflicts:     652000 | #Constraints:      61892
2123.69/2148.10	c #Conflicts:     653000 | #Constraints:      62892
2123.69/2148.10	c #Conflicts:     654000 | #Constraints:      63892
2123.69/2148.10	c #Conflicts:     655000 | #Constraints:      64892
2123.69/2148.10	c INPROCESSING
2123.69/2148.10	c GARBAGE COLLECT
2123.69/2148.10	c rational objective -12879.3
2126.58/2151.08	c bounds -8673 >= -64220 @ 2104.57
2175.46/2200.09	c #Conflicts:     656000 | #Constraints:      49910
2175.46/2200.09	c #Conflicts:     657000 | #Constraints:      50911
2175.46/2200.09	c #Conflicts:     658000 | #Constraints:      51911
2175.46/2200.09	c #Conflicts:     659000 | #Constraints:      52911
2175.46/2200.09	c #Conflicts:     660000 | #Constraints:      53911
2175.46/2200.09	c #Conflicts:     661000 | #Constraints:      54911
2175.46/2200.09	c #Conflicts:     662000 | #Constraints:      55911
2175.46/2200.09	c #Conflicts:     663000 | #Constraints:      56912
2175.46/2200.09	c #Conflicts:     664000 | #Constraints:      57912
2175.46/2200.09	c #Conflicts:     665000 | #Constraints:      58913
2175.46/2200.09	c #Conflicts:     666000 | #Constraints:      59915
2175.46/2200.09	c #Conflicts:     667000 | #Constraints:      60917
2175.46/2200.09	c #Conflicts:     668000 | #Constraints:      61919
2175.46/2200.09	c #Conflicts:     669000 | #Constraints:      62921
2175.46/2200.09	c #Conflicts:     670000 | #Constraints:      63922
2175.46/2200.09	c #Conflicts:     671000 | #Constraints:      64922
2175.46/2200.09	c INPROCESSING
2175.46/2200.09	c GARBAGE COLLECT
2175.46/2200.09	c rational objective -12879.2
2194.21/2218.89	c #Conflicts:     672000 | #Constraints:      49681
2194.21/2218.89	c #Conflicts:     673000 | #Constraints:      50681
2194.21/2218.89	c #Conflicts:     674000 | #Constraints:      51681
2194.21/2218.89	c #Conflicts:     675000 | #Constraints:      52681
2194.21/2218.89	c #Conflicts:     676000 | #Constraints:      53684
2194.21/2218.89	c #Conflicts:     677000 | #Constraints:      54694
2194.21/2218.89	c #Conflicts:     678000 | #Constraints:      55720
2194.21/2218.89	c bounds -8677 >= -64220 @ 2171.48
2194.21/2218.89	c bounds -8677 >= -64180 @ 2171.49
2194.21/2218.89	c bounds -8677 >= -64139 @ 2171.49
2194.31/2218.90	c bounds -8677 >= -64098 @ 2171.49
2194.31/2218.91	c bounds -8677 >= -64059 @ 2171.5
2194.31/2218.91	c bounds -8677 >= -64019 @ 2171.51
2194.31/2218.93	c bounds -8677 >= -63980 @ 2171.52
2194.31/2218.95	c bounds -8677 >= -63940 @ 2171.54
2194.31/2218.98	c bounds -8677 >= -63900 @ 2171.57
2194.41/2219.00	c bounds -8677 >= -63861 @ 2171.6
2194.41/2219.09	c bounds -8677 >= -63822 @ 2171.68
2195.01/2219.62	WSVECS04 Frhs2[39]: 6 0 87 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[141]: 6 0 99 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[143]: 6 0 92.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[152]: 6 0 101 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[155]: 6 0 60.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[188]: 6 0 86.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[189]: 6 0 53.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[346]: 6 0 92.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[349]: 6 0 97 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[377]: 6 0 77.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[413]: 6 0 60.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[425]: 6 0 67.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[431]: 6 0 57.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[448]: 6 0 76.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[528]: 6 0 40 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[604]: 6 0 29.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[617]: 6 0 90 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[634]: 6 0 41 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[639]: 6 0 58.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[653]: 6 0 16.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[692]: 6 0 18.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[702]: 6 0 96.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[705]: 6 0 96 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[710]: 6 0 61 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[711]: 6 0 101 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[730]: 6 0 82 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[752]: 6 0 52 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[782]: 6 0 56.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[790]: 6 0 94 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[815]: 6 0 91.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[871]: 6 0 54.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[872]: 6 0 80.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[907]: 6 0 69 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[927]: 6 0 49 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[934]: 6 0 69 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[942]: 6 0 97 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[947]: 6 0 68 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[950]: 6 0 24.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[960]: 6 0 27.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[961]: 6 0 23.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[974]: 6 0 91 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[979]: 6 0 85 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[980]: 6 0 92 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[986]: 6 0 20.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[987]: 6 0 79.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[995]: 6 0 93.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[997]: 6 0 75 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1003]: 6 0 23 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1011]: 6 0 49 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1014]: 6 0 60 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1048]: 6 0 43.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1049]: 6 0 93.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1061]: 6 0 95.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1064]: 6 0 62.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1098]: 6 0 99 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1133]: 6 0 60.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1138]: 6 0 60 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1156]: 6 0 31.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1158]: 6 0 63 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1162]: 6 0 84 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1174]: 6 0 1.00002 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1189]: 6 0 61.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1190]: 6 0 91.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1198]: 6 0 77.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1215]: 6 0 81.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1223]: 6 0 71.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1224]: 6 0 45 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1225]: 6 0 11.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1231]: 6 0 43 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1241]: 6 0 47 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1251]: 6 0 90.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1254]: 6 0 90.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1257]: 6 0 14 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1258]: 6 0 6.00007 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1260]: 6 0 95 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1263]: 6 0 85 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1269]: 6 0 39.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1273]: 6 0 25 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1274]: 6 0 65.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1275]: 6 0 96.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1280]: 6 0 60 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1288]: 6 0 72 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1296]: 6 0 3.00007 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1307]: 6 0 21.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1318]: 6 0 67 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1322]: 6 0 30.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1328]: 6 0 68 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1331]: 6 0 37 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1333]: 6 0 51.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1336]: 6 0 57.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1357]: 6 0 68.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1360]: 6 0 91 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1371]: 6 0 54 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1373]: 6 0 10 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1386]: 6 0 69.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1390]: 6 0 64.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1396]: 6 0 18 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1406]: 6 0 46 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1413]: 6 0 2.00008 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1420]: 6 0 83.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1426]: 6 0 30 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1427]: 6 0 37 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1430]: 6 0 35.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1457]: 6 0 77 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1478]: 6 0 66.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1493]: 6 -4.00002 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1510]: 6 -7.00003 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1516]: 6 0 72 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1552]: 6 0 16 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1553]: 6 0 13 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1555]: 6 0 37.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1557]: 6 0 21.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1571]: 6 0 94 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1572]: 6 0 57 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1578]: 6 0 22.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1594]: 6 0 75 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1596]: 6 0 13.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1608]: 6 0 21.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1610]: 6 0 75.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1619]: 6 0 23 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1626]: 6 0 45.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1635]: 6 0 32 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1647]: 6 -55.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1654]: 6 -54 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1667]: 6 0 49.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1668]: 6 0 15.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1671]: 6 -31 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1676]: 6 0 68 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1684]: 6 0 42 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1685]: 6 0 90 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1690]: 6 -8.00005 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1698]: 6 0 9.00007 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1832]: 6 -5.00009 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1847]: 6 -3.00007 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1862]: 6 0 19.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1873]: 6 -2.00001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1887]: 6 -12 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1889]: 6 -14.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1905]: 6 -14.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1919]: 6 -35 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1920]: 6 -25 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1923]: 6 -11.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1932]: 6 -9.00004 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1935]: 6 0 32.0001 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1951]: 6 -2.00008 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1952]: 6 -24.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1976]: 6 -34.0001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1984]: 6 -5.00001 0 shouldn't be
2195.01/2219.62	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
2196.00/2220.61	c bounds -8677 >= -63783 @ 2173.18
2197.90/2222.55	c bounds -8677 >= -63744 @ 2175.11
2226.12/2250.81	c #Conflicts:     679000 | #Constraints:      56795
2226.12/2250.81	c #Conflicts:     680000 | #Constraints:      57795
2226.12/2250.81	c #Conflicts:     681000 | #Constraints:      58795
2226.12/2250.81	c #Conflicts:     682000 | #Constraints:      59796
2226.12/2250.81	c #Conflicts:     683000 | #Constraints:      60799
2226.12/2250.81	c #Conflicts:     684000 | #Constraints:      61807
2226.12/2250.81	c #Conflicts:     685000 | #Constraints:      62813
2226.12/2250.81	c #Conflicts:     686000 | #Constraints:      63823
2226.12/2250.81	c #Conflicts:     687000 | #Constraints:      64823
2226.12/2250.81	c #Conflicts:     688000 | #Constraints:      65830
2226.12/2250.81	c INPROCESSING
2226.12/2250.81	c GARBAGE COLLECT
2226.12/2250.81	c rational objective -12879.3
2234.50/2259.25	c #Conflicts:     689000 | #Constraints:      50349
2234.50/2259.25	c #Conflicts:     690000 | #Constraints:      51373
2234.50/2259.25	c #Conflicts:     691000 | #Constraints:      52406
2234.50/2259.25	c bounds -8681 >= -63744 @ 2211.36
2234.50/2259.29	c bounds -8683 >= -63744 @ 2211.39
2234.61/2259.35	c bounds -8692 >= -63744 @ 2211.46
2234.61/2259.38	c bounds -8693 >= -63744 @ 2211.48
2234.71/2259.42	c bounds -8703 >= -63744 @ 2211.52
2234.71/2259.46	c bounds -8710 >= -63744 @ 2211.56
2234.81/2259.51	c bounds -8715 >= -63744 @ 2211.62
2234.90/2259.67	c bounds -8717 >= -63744 @ 2211.77
2235.00/2259.75	c bounds -8743 >= -63744 @ 2211.85
2235.21/2259.90	c bounds -8772 >= -63744 @ 2211.99
2235.50/2260.23	c bounds -8779 >= -63744 @ 2212.32
2236.41/2261.10	c #Conflicts:     692000 | #Constraints:      53435
2236.41/2261.10	c bounds -8786 >= -63744 @ 2213.17
2236.41/2261.19	c bounds -8792 >= -63744 @ 2213.26
2236.50/2261.27	c bounds -8830 >= -63744 @ 2213.33
2236.80/2261.57	c bounds -8831 >= -63744 @ 2213.62
2238.29/2263.01	c bounds -8835 >= -63744 @ 2215.05
2241.18/2265.91	c #Conflicts:     693000 | #Constraints:      54445
2241.18/2265.91	c #Conflicts:     694000 | #Constraints:      55450
2241.18/2265.91	c bounds -8844 >= -63744 @ 2217.89
2241.18/2265.91	c bounds -8844 >= -63707 @ 2217.89
2241.18/2265.91	c bounds -8844 >= -63672 @ 2217.89
2241.18/2265.91	c bounds -8844 >= -63639 @ 2217.9
2241.18/2265.92	c bounds -8844 >= -63601 @ 2217.9
2241.18/2265.92	c bounds -8844 >= -63564 @ 2217.9
2241.18/2265.92	c bounds -8844 >= -63529 @ 2217.91
2241.18/2265.93	c bounds -8844 >= -63493 @ 2217.91
2241.18/2265.93	c bounds -8844 >= -63459 @ 2217.91
2241.18/2265.94	c bounds -8844 >= -63424 @ 2217.92
2241.18/2265.94	c bounds -8844 >= -63391 @ 2217.92
2241.18/2265.95	c bounds -8844 >= -63358 @ 2217.93
2241.18/2265.95	c bounds -8844 >= -63323 @ 2217.93
2241.18/2265.95	c bounds -8844 >= -63289 @ 2217.93
2241.18/2265.96	c bounds -8844 >= -63254 @ 2217.94
2241.18/2265.97	c bounds -8844 >= -63220 @ 2217.95
2241.18/2265.98	c bounds -8844 >= -63186 @ 2217.96
2241.18/2265.99	c bounds -8844 >= -63153 @ 2217.97
2241.18/2265.99	c bounds -8844 >= -63120 @ 2217.97
2241.18/2266.00	c bounds -8844 >= -63085 @ 2217.98
2241.29/2266.01	c bounds -8844 >= -63051 @ 2217.99
2241.29/2266.04	c bounds -8844 >= -63018 @ 2218.02
2241.48/2266.23	c bounds -8844 >= -62985 @ 2218.21
2251.96/2276.79	c #Conflicts:     695000 | #Constraints:      56552
2251.96/2276.79	c #Conflicts:     696000 | #Constraints:      57580
2251.96/2276.79	c #Conflicts:     697000 | #Constraints:      58620
2251.96/2276.79	c #Conflicts:     698000 | #Constraints:      59652
2251.96/2276.79	c bounds -8845 >= -62985 @ 2228.57
2259.35/2284.16	c #Conflicts:     699000 | #Constraints:      60669
2259.35/2284.16	c bounds -8845 >= -62952 @ 2235.89
2269.81/2294.62	c #Conflicts:     700000 | #Constraints:      61678
2269.81/2294.62	c #Conflicts:     701000 | #Constraints:      62678
2269.81/2294.62	c #Conflicts:     702000 | #Constraints:      63678
2269.81/2294.62	c #Conflicts:     703000 | #Constraints:      64678
2269.81/2294.62	c #Conflicts:     704000 | #Constraints:      65678
2269.81/2294.62	c #Conflicts:     705000 | #Constraints:      66678
2269.81/2294.62	c INPROCESSING
2269.81/2294.62	c GARBAGE COLLECT
2269.81/2294.62	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1691]: 6 -30.0001 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1707]: 6 -7.0001 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1726]: 6 -19 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1758]: 6 -26 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1760]: 6 -20.0001 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1770]: 6 -4.00006 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1778]: 6 -14 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1885]: 6 -10.0001 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1886]: 6 -35 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1905]: 6 -14 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
2269.81/2294.62	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1709]: 6 -15.0001 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1771]: 6 -6.00009 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1777]: 6 -21.0001 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1781]: 6 -6.00005 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1888]: 6 -15 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
2270.61/2295.47	WSVECS04 Frhs2[1973]: 6 -7.00002 0 shouldn't be
2271.61/2296.49	WSVECS04 Frhs2[1480]: 6 -47.0001 0 shouldn't be
2271.61/2296.49	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
2271.61/2296.49	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
2271.61/2296.49	WSVECS04 Frhs2[1775]: 6 -7.00001 0 shouldn't be
2271.61/2296.49	WSVECS04 Frhs2[1776]: 6 -34.0001 0 shouldn't be
2271.61/2296.49	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
2272.81/2297.61	WSVECS04 Frhs2[1813]: 6 -22.0001 0 shouldn't be
2274.00/2298.81	WSVECS04 Frhs2[1708]: 6 -1.00008 0 shouldn't be
2278.49/2303.34	c rational objective -12879.3
2280.59/2305.41	c bounds -8848 >= -62952 @ 2256.89
2280.59/2305.42	c bounds -8859 >= -62952 @ 2256.9
2280.59/2305.43	c bounds -8868 >= -62952 @ 2256.91
2280.88/2305.72	c bounds -8876 >= -62952 @ 2257.19
2288.27/2313.17	c #Conflicts:     706000 | #Constraints:      50897
2288.27/2313.17	c #Conflicts:     707000 | #Constraints:      51897
2288.27/2313.17	c #Conflicts:     708000 | #Constraints:      52897
2288.27/2313.17	c #Conflicts:     709000 | #Constraints:      53897
2288.27/2313.17	c #Conflicts:     710000 | #Constraints:      54898
2288.27/2313.17	c bounds -8878 >= -62952 @ 2264.5
2288.27/2313.17	c bounds -8878 >= -62920 @ 2264.51
2288.27/2313.19	c bounds -8878 >= -62888 @ 2264.52
2288.27/2313.19	c bounds -8878 >= -62857 @ 2264.53
2288.37/2313.20	c bounds -8878 >= -62826 @ 2264.53
2288.37/2313.21	c bounds -8878 >= -62794 @ 2264.55
2288.37/2313.23	c bounds -8878 >= -62763 @ 2264.56
2288.37/2313.24	c bounds -8878 >= -62732 @ 2264.57
2288.37/2313.25	c bounds -8878 >= -62702 @ 2264.58
2288.37/2313.27	c bounds -8878 >= -62671 @ 2264.6
2288.37/2313.29	c bounds -8878 >= -62641 @ 2264.62
2288.47/2313.30	c bounds -8878 >= -62611 @ 2264.64
2288.47/2313.33	c bounds -8878 >= -62581 @ 2264.66
2288.47/2313.37	c bounds -8878 >= -62551 @ 2264.7
2291.76/2316.67	c #Conflicts:     711000 | #Constraints:      55964
2291.76/2316.67	c #Conflicts:     712000 | #Constraints:      56974
2291.76/2316.67	c bounds -8878 >= -62521 @ 2267.95
2301.93/2326.85	c #Conflicts:     713000 | #Constraints:      57987
2301.93/2326.85	c #Conflicts:     714000 | #Constraints:      58993
2301.93/2326.85	c #Conflicts:     715000 | #Constraints:      60002
2301.93/2326.85	c #Conflicts:     716000 | #Constraints:      61007
2301.93/2326.85	c bounds -8878 >= -62491 @ 2277.99
2304.93/2329.84	c #Conflicts:     717000 | #Constraints:      62019
2304.93/2329.84	c #Conflicts:     718000 | #Constraints:      63019
2304.93/2329.84	c bounds -8884 >= -62491 @ 2280.93
2324.19/2349.18	c #Conflicts:     719000 | #Constraints:      64022
2324.19/2349.18	c #Conflicts:     720000 | #Constraints:      65024
2324.19/2349.18	c #Conflicts:     721000 | #Constraints:      66029
2324.19/2349.18	c #Conflicts:     722000 | #Constraints:      67029
2324.19/2349.18	c INPROCESSING
2324.19/2349.18	c GARBAGE COLLECT
2324.19/2349.18	c rational objective -12879.3
2340.63/2365.69	c #Conflicts:     723000 | #Constraints:      51109
2340.63/2365.69	c #Conflicts:     724000 | #Constraints:      52109
2340.63/2365.69	c #Conflicts:     725000 | #Constraints:      53111
2340.63/2365.69	c #Conflicts:     726000 | #Constraints:      54118
2340.63/2365.69	c #Conflicts:     727000 | #Constraints:      55123
2340.63/2365.69	c #Conflicts:     728000 | #Constraints:      56135
2340.63/2365.69	c #Conflicts:     729000 | #Constraints:      57139
2340.63/2365.69	c bounds -8886 >= -62491 @ 2316.27
2340.74/2365.70	c bounds -8886 >= -62464 @ 2316.27
2340.74/2365.70	c bounds -8886 >= -62438 @ 2316.28
2340.74/2365.70	c bounds -8886 >= -62412 @ 2316.28
2340.74/2365.71	c bounds -8886 >= -62386 @ 2316.28
2340.74/2365.71	c bounds -8886 >= -62360 @ 2316.29
2340.74/2365.74	c bounds -8886 >= -62334 @ 2316.32
2340.74/2365.75	c bounds -8886 >= -62308 @ 2316.32
2340.74/2365.76	c bounds -8886 >= -62280 @ 2316.33
2340.74/2365.76	c bounds -8886 >= -62252 @ 2316.34
2340.74/2365.77	c bounds -8886 >= -62226 @ 2316.35
2340.74/2365.78	c bounds -8886 >= -62198 @ 2316.36
2340.74/2365.79	c bounds -8886 >= -62170 @ 2316.37
2340.84/2365.80	c bounds -8886 >= -62142 @ 2316.38
2340.84/2365.81	c bounds -8886 >= -62114 @ 2316.38
2340.84/2365.81	c bounds -8886 >= -62088 @ 2316.39
2340.84/2365.82	c bounds -8886 >= -62061 @ 2316.4
2340.84/2365.84	c bounds -8886 >= -62034 @ 2316.41
2340.84/2365.86	c bounds -8886 >= -62007 @ 2316.44
2340.84/2365.87	c bounds -8886 >= -61980 @ 2316.45
2340.84/2365.89	c bounds -8886 >= -61954 @ 2316.47
2340.94/2365.91	c bounds -8886 >= -61928 @ 2316.49
2340.94/2365.97	c bounds -8886 >= -61902 @ 2316.54
2341.34/2366.34	c bounds -8886 >= -61876 @ 2316.92
2384.04/2409.14	c #Conflicts:     730000 | #Constraints:      58233
2384.04/2409.14	c #Conflicts:     731000 | #Constraints:      59238
2384.04/2409.14	c #Conflicts:     732000 | #Constraints:      60241
2384.04/2409.14	c #Conflicts:     733000 | #Constraints:      61244
2384.04/2409.14	c #Conflicts:     734000 | #Constraints:      62246
2384.04/2409.14	c #Conflicts:     735000 | #Constraints:      63249
2384.04/2409.14	c #Conflicts:     736000 | #Constraints:      64251
2384.04/2409.14	c #Conflicts:     737000 | #Constraints:      65253
2384.04/2409.14	c #Conflicts:     738000 | #Constraints:      66255
2384.04/2409.14	c #Conflicts:     739000 | #Constraints:      67257
2384.04/2409.14	c INPROCESSING
2384.04/2409.14	c GARBAGE COLLECT
2384.04/2409.14	c rational objective -12879.3
2432.70/2457.99	c #Conflicts:     740000 | #Constraints:      51141
2432.70/2457.99	c #Conflicts:     741000 | #Constraints:      52141
2432.70/2457.99	c #Conflicts:     742000 | #Constraints:      53142
2432.70/2457.99	c #Conflicts:     743000 | #Constraints:      54144
2432.70/2457.99	c #Conflicts:     744000 | #Constraints:      55146
2432.70/2457.99	c #Conflicts:     745000 | #Constraints:      56149
2432.70/2457.99	c #Conflicts:     746000 | #Constraints:      57151
2432.70/2457.99	c #Conflicts:     747000 | #Constraints:      58154
2432.70/2457.99	c #Conflicts:     748000 | #Constraints:      59157
2432.70/2457.99	c #Conflicts:     749000 | #Constraints:      60159
2432.70/2457.99	c #Conflicts:     750000 | #Constraints:      61160
2432.70/2457.99	c #Conflicts:     751000 | #Constraints:      62161
2432.70/2457.99	c #Conflicts:     752000 | #Constraints:      63164
2432.70/2457.99	c #Conflicts:     753000 | #Constraints:      64165
2432.70/2457.99	c #Conflicts:     754000 | #Constraints:      65167
2432.70/2457.99	c #Conflicts:     755000 | #Constraints:      66171
2432.70/2457.99	c #Conflicts:     756000 | #Constraints:      67173
2432.70/2457.99	c INPROCESSING
2432.70/2457.99	c GARBAGE COLLECT
2432.70/2457.99	c rational objective -12879.3
2480.25/2505.60	c #Conflicts:     757000 | #Constraints:      50914
2480.25/2505.60	c #Conflicts:     758000 | #Constraints:      51914
2480.25/2505.60	c #Conflicts:     759000 | #Constraints:      52914
2480.25/2505.60	c #Conflicts:     760000 | #Constraints:      53915
2480.25/2505.60	c #Conflicts:     761000 | #Constraints:      54918
2480.25/2505.60	c #Conflicts:     762000 | #Constraints:      55920
2480.25/2505.60	c #Conflicts:     763000 | #Constraints:      56922
2480.25/2505.60	c #Conflicts:     764000 | #Constraints:      57925
2480.25/2505.60	c #Conflicts:     765000 | #Constraints:      58926
2480.25/2505.60	c #Conflicts:     766000 | #Constraints:      59927
2480.25/2505.60	c #Conflicts:     767000 | #Constraints:      60929
2480.25/2505.60	c #Conflicts:     768000 | #Constraints:      61931
2480.25/2505.60	c #Conflicts:     769000 | #Constraints:      62933
2480.25/2505.60	c #Conflicts:     770000 | #Constraints:      63935
2480.25/2505.60	c #Conflicts:     771000 | #Constraints:      64939
2480.25/2505.60	c #Conflicts:     772000 | #Constraints:      65940
2480.25/2505.60	c #Conflicts:     773000 | #Constraints:      66941
2480.25/2505.60	c #Conflicts:     774000 | #Constraints:      67943
2480.25/2505.60	c INPROCESSING
2480.25/2505.60	c GARBAGE COLLECT
2480.25/2505.60	c rational objective -12879.2
2482.04/2507.43	c bounds -8888 >= -61876 @ 2456.2
2482.04/2507.45	c bounds -8892 >= -61876 @ 2456.22
2484.14/2509.54	c #Conflicts:     775000 | #Constraints:      51498
2484.14/2509.54	c bounds -8895 >= -61876 @ 2458.26
2492.01/2517.43	c #Conflicts:     776000 | #Constraints:      52500
2492.01/2517.43	c #Conflicts:     777000 | #Constraints:      53505
2492.01/2517.43	c #Conflicts:     778000 | #Constraints:      54513
2492.01/2517.43	c #Conflicts:     779000 | #Constraints:      55524
2492.01/2517.43	c bounds -8900 >= -61876 @ 2465.95
2492.01/2517.46	c bounds -8911 >= -61876 @ 2465.97
2492.01/2517.48	c bounds -8927 >= -61876 @ 2466
2492.11/2517.52	c bounds -8939 >= -61876 @ 2466.04
2492.31/2517.74	c bounds -8940 >= -61876 @ 2466.25
2492.31/2517.76	c bounds -8941 >= -61876 @ 2466.28
2492.31/2517.79	c bounds -8954 >= -61876 @ 2466.3
2492.41/2517.82	c bounds -8970 >= -61876 @ 2466.33
2494.50/2519.97	c #Conflicts:     780000 | #Constraints:      56538
2494.50/2519.97	c bounds -8971 >= -61876 @ 2468.43
2495.10/2520.55	c bounds -8972 >= -61876 @ 2469
2499.08/2524.50	c #Conflicts:     781000 | #Constraints:      57541
2499.08/2524.50	c bounds -8974 >= -61876 @ 2472.89
2499.08/2524.51	c bounds -8974 >= -61851 @ 2472.89
2499.08/2524.51	c bounds -8974 >= -61826 @ 2472.89
2499.08/2524.51	c bounds -8974 >= -61801 @ 2472.89
2499.08/2524.52	c bounds -8974 >= -61776 @ 2472.9
2499.08/2524.53	c bounds -8974 >= -61753 @ 2472.91
2499.08/2524.53	c bounds -8974 >= -61730 @ 2472.91
2499.08/2524.53	c bounds -8974 >= -61707 @ 2472.91
2499.08/2524.54	c bounds -8974 >= -61682 @ 2472.92
2499.08/2524.54	c bounds -8974 >= -61658 @ 2472.92
2499.08/2524.55	c bounds -8974 >= -61635 @ 2472.93
2499.08/2524.55	c bounds -8974 >= -61612 @ 2472.93
2499.08/2524.56	c bounds -8974 >= -61587 @ 2472.94
2499.08/2524.57	c bounds -8974 >= -61564 @ 2472.95
2499.08/2524.58	c bounds -8974 >= -61541 @ 2472.96
2499.08/2524.59	c bounds -8974 >= -61517 @ 2472.97
2499.18/2524.61	c bounds -8974 >= -61493 @ 2472.98
2499.18/2524.62	c bounds -8974 >= -61470 @ 2473
2499.18/2524.63	c bounds -8974 >= -61447 @ 2473.01
2499.18/2524.65	c bounds -8974 >= -61424 @ 2473.03
2499.18/2524.68	c bounds -8974 >= -61401 @ 2473.06
2512.05/2537.55	c #Conflicts:     782000 | #Constraints:      58615
2512.05/2537.55	c #Conflicts:     783000 | #Constraints:      59622
2512.05/2537.55	c #Conflicts:     784000 | #Constraints:      60639
2512.05/2537.55	c #Conflicts:     785000 | #Constraints:      61650
2512.05/2537.55	c #Conflicts:     786000 | #Constraints:      62656
2512.05/2537.55	c #Conflicts:     787000 | #Constraints:      63656
2512.05/2537.55	c bounds -8974 >= -61378 @ 2485.69
2514.34/2539.87	c #Conflicts:     788000 | #Constraints:      64671
2514.34/2539.87	c bounds -8977 >= -61378 @ 2487.97
2519.22/2544.79	c #Conflicts:     789000 | #Constraints:      65672
2519.22/2544.79	c #Conflicts:     790000 | #Constraints:      66672
2519.22/2544.79	c bounds -8980 >= -61378 @ 2492.81
2528.09/2553.63	c #Conflicts:     791000 | #Constraints:      67675
2528.09/2553.63	c #Conflicts:     792000 | #Constraints:      68683
2528.09/2553.63	c INPROCESSING
2528.09/2553.63	c GARBAGE COLLECT
2528.09/2553.63	c rational objective -12879.3
2563.67/2589.32	c #Conflicts:     793000 | #Constraints:      51970
2563.67/2589.32	c #Conflicts:     794000 | #Constraints:      52973
2563.67/2589.32	c #Conflicts:     795000 | #Constraints:      53986
2563.67/2589.32	c #Conflicts:     796000 | #Constraints:      55002
2563.67/2589.32	c #Conflicts:     797000 | #Constraints:      56011
2563.67/2589.32	c #Conflicts:     798000 | #Constraints:      57022
2563.67/2589.32	c #Conflicts:     799000 | #Constraints:      58035
2563.67/2589.32	c #Conflicts:     800000 | #Constraints:      59051
2563.67/2589.32	c #Conflicts:     801000 | #Constraints:      60059
2563.67/2589.32	c #Conflicts:     802000 | #Constraints:      61071
2563.67/2589.32	c #Conflicts:     803000 | #Constraints:      62082
2563.67/2589.32	c #Conflicts:     804000 | #Constraints:      63090
2563.67/2589.32	c #Conflicts:     805000 | #Constraints:      64091
2563.67/2589.32	c #Conflicts:     806000 | #Constraints:      65095
2563.67/2589.32	c #Conflicts:     807000 | #Constraints:      66108
2563.67/2589.32	c #Conflicts:     808000 | #Constraints:      67119
2563.67/2589.32	c #Conflicts:     809000 | #Constraints:      68124
2563.67/2589.32	c #Conflicts:     810000 | #Constraints:      69134
2563.67/2589.32	c INPROCESSING
2563.67/2589.32	c GARBAGE COLLECT
2563.67/2589.32	c rational objective -12879.2
2567.46/2593.15	c bounds -8983 >= -61378 @ 2540.38
2567.55/2593.23	c bounds -9000 >= -61378 @ 2540.46
2578.33/2604.01	c #Conflicts:     811000 | #Constraints:      52219
2578.33/2604.01	c #Conflicts:     812000 | #Constraints:      53220
2578.33/2604.01	c #Conflicts:     813000 | #Constraints:      54223
2578.33/2604.01	c #Conflicts:     814000 | #Constraints:      55250
2578.33/2604.01	c #Conflicts:     815000 | #Constraints:      56252
2578.33/2604.01	c bounds -9003 >= -61378 @ 2551.02
2578.33/2604.06	c bounds -9011 >= -61378 @ 2551.07
2578.43/2604.17	c bounds -9013 >= -61378 @ 2551.18
2579.33/2605.01	c bounds -9034 >= -61378 @ 2552.01
2579.33/2605.03	c bounds -9034 >= -61356 @ 2552.03
2579.33/2605.03	c bounds -9034 >= -61334 @ 2552.03
2579.33/2605.04	c bounds -9034 >= -61313 @ 2552.04
2579.33/2605.04	c bounds -9034 >= -61291 @ 2552.04
2579.33/2605.05	c bounds -9034 >= -61269 @ 2552.04
2579.33/2605.05	c bounds -9034 >= -61247 @ 2552.05
2579.33/2605.05	c bounds -9034 >= -61227 @ 2552.05
2579.33/2605.06	c bounds -9034 >= -61205 @ 2552.05
2579.33/2605.06	c bounds -9034 >= -61185 @ 2552.06
2579.33/2605.06	c bounds -9034 >= -61163 @ 2552.06
2579.33/2605.07	c bounds -9034 >= -61142 @ 2552.06
2579.33/2605.07	c bounds -9034 >= -61120 @ 2552.07
2579.33/2605.07	c bounds -9034 >= -61098 @ 2552.07
2579.33/2605.08	c bounds -9034 >= -61078 @ 2552.08
2579.33/2605.09	c bounds -9034 >= -61057 @ 2552.09
2579.33/2605.10	c bounds -9034 >= -60994 @ 2552.1
2579.42/2605.10	c bounds -9034 >= -60971 @ 2552.1
2579.42/2605.11	c bounds -9034 >= -60949 @ 2552.1
2579.42/2605.11	c bounds -9034 >= -60927 @ 2552.1
2579.42/2605.11	c bounds -9034 >= -60905 @ 2552.11
2579.42/2605.11	c bounds -9034 >= -60883 @ 2552.11
2579.42/2605.12	c bounds -9034 >= -60863 @ 2552.11
2579.42/2605.12	c bounds -9034 >= -60842 @ 2552.11
2579.42/2605.13	c bounds -9034 >= -60821 @ 2552.12
2579.42/2605.13	c bounds -9034 >= -60801 @ 2552.12
2579.42/2605.13	c bounds -9034 >= -60780 @ 2552.13
2579.42/2605.14	c bounds -9034 >= -60759 @ 2552.13
2579.42/2605.15	c bounds -9034 >= -60738 @ 2552.14
2579.42/2605.16	c bounds -9034 >= -60718 @ 2552.15
2579.42/2605.17	c bounds -9034 >= -60698 @ 2552.16
2579.42/2605.18	c bounds -9034 >= -60678 @ 2552.17
2579.42/2605.19	c bounds -9034 >= -60658 @ 2552.18
2579.42/2605.19	c bounds -9034 >= -60638 @ 2552.18
2579.42/2605.19	c bounds -9034 >= -60618 @ 2552.19
2579.52/2605.20	c bounds -9034 >= -60598 @ 2552.19
2579.52/2605.20	c bounds -9034 >= -60578 @ 2552.2
2579.52/2605.21	c bounds -9034 >= -60558 @ 2552.2
2579.52/2605.21	c bounds -9034 >= -60538 @ 2552.21
2579.52/2605.22	c bounds -9034 >= -60518 @ 2552.21
2579.52/2605.23	c bounds -9034 >= -60498 @ 2552.22
2579.52/2605.26	c bounds -9034 >= -60478 @ 2552.25
2579.52/2605.29	c bounds -9034 >= -60458 @ 2552.28
2579.61/2605.32	c bounds -9034 >= -60438 @ 2552.31
2579.61/2605.35	c bounds -9034 >= -60418 @ 2552.34
2579.61/2605.39	c bounds -9034 >= -60398 @ 2552.38
2579.71/2605.44	c bounds -9034 >= -60378 @ 2552.42
2579.71/2605.49	c bounds -9034 >= -60358 @ 2552.48
2579.81/2605.53	c bounds -9034 >= -60166 @ 2552.52
2579.81/2605.58	c bounds -9034 >= -60146 @ 2552.56
2580.02/2605.72	c bounds -9034 >= -60126 @ 2552.7
2580.02/2605.74	c bounds -9034 >= -59954 @ 2552.73
2580.02/2605.75	c bounds -9034 >= -59934 @ 2552.73
2580.12/2605.83	c bounds -9034 >= -59914 @ 2552.81
2580.12/2605.85	c bounds -9034 >= -59894 @ 2552.83
2580.12/2605.88	c bounds -9034 >= -59874 @ 2552.86
2580.21/2605.90	c bounds -9034 >= -59854 @ 2552.88
2591.18/2616.97	c #Conflicts:     816000 | #Constraints:      57534
2591.18/2616.97	c #Conflicts:     817000 | #Constraints:      58535
2591.18/2616.97	c #Conflicts:     818000 | #Constraints:      59541
2591.18/2616.97	c #Conflicts:     819000 | #Constraints:      60541
2591.18/2616.97	c bounds -9036 >= -59854 @ 2563.76
2591.28/2617.02	c bounds -9036 >= -59834 @ 2563.81
2591.28/2617.06	c bounds -9036 >= -59742 @ 2563.85
2591.28/2617.08	c bounds -9036 >= -59722 @ 2563.87
2591.87/2617.69	c bounds -9036 >= -59702 @ 2564.47
2592.07/2617.80	c bounds -9036 >= -59682 @ 2564.58
2592.17/2617.90	c bounds -9036 >= -59662 @ 2564.68
2592.68/2618.41	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[104]: 6 0 71 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[179]: 6 0 85 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[248]: 6 0 231 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[377]: 6 0 77 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[464]: 6 0 72.0001 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[467]: 6 0 78 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[484]: 6 0 69 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[523]: 6 0 57 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[710]: 6 0 61 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[815]: 6 0 91.0001 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[898]: 6 0 49.0001 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1353]: 6 -81.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1487]: 6 -20 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1490]: 6 -34.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1492]: 6 -31.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1493]: 6 -4.00001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1510]: 6 -7.00008 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1512]: 6 -55 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1697]: 6 -57.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1750]: 6 -6.00004 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1753]: 6 -19 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1756]: 6 -7.00007 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1766]: 6 -32 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1770]: 6 -4.00006 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1771]: 6 -6.00002 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1774]: 6 -11 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1775]: 6 -7.00002 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1786]: 6 -8.00007 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1816]: 6 -5.00009 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1832]: 6 -5.00002 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1840]: 6 -5.00003 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1847]: 6 -3.00005 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1848]: 6 -4.00002 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1863]: 6 -20.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1866]: 6 -16.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1867]: 6 -3.00005 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1885]: 6 -10.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1916]: 6 -19.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1918]: 6 -15.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1932]: 6 -9.00005 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1951]: 6 -2.00008 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1964]: 6 -4.00003 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1980]: 6 -12 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
2592.68/2618.41	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[312]: 6 0 13 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[535]: 6 0 6.00001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[653]: 6 0 16.0001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[772]: 6 0 1.00003 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[801]: 6 0 27.0001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[827]: 6 0 15 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[857]: 6 0 21 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[950]: 6 0 24.0001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[970]: 6 0 23.0001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1019]: 6 0 99 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1168]: 6 0 1.00009 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1185]: 6 0 95 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1231]: 6 0 43 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1248]: 6 0 27 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1331]: 6 0 37.0001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1332]: 6 0 18.0001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1350]: 6 0 23.0001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1457]: 6 0 77.0001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1516]: 6 0 72.0001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1781]: 6 -6.00003 0 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1917]: 6 -28 0 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1933]: 6 -20 0 shouldn't be
2593.57/2619.36	WSVECS04 Frhs2[1965]: 6 -11 0 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[296]: 6 0 14 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[350]: 6 0 15.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[357]: 6 0 57.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[393]: 6 0 5.00008 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[407]: 6 0 47 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[534]: 6 0 64.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[634]: 6 0 41.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[651]: 6 0 36.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[678]: 6 0 15.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[706]: 6 0 38.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[750]: 6 0 52 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[786]: 6 0 19 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[792]: 6 0 18.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[825]: 6 0 86.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[874]: 6 0 39.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[896]: 6 0 18.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[933]: 6 0 24 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[968]: 6 0 28 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[969]: 6 0 9.00007 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1002]: 6 0 20.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1009]: 6 0 59 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1012]: 6 0 25.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1039]: 6 0 20 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1052]: 6 0 80 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1061]: 6 0 95.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1138]: 6 0 60.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1151]: 6 0 48.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1152]: 6 0 63.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1169]: 6 0 72.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1187]: 6 0 85 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1244]: 6 0 48 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1249]: 6 0 81.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1263]: 6 0 85 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1275]: 6 0 96 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1318]: 6 0 67.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1456]: 6 0 45 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1498]: 6 0 75 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1545]: 6 0 42.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1571]: 6 0 94 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1597]: 6 0 83.0001 shouldn't be
2594.56/2620.36	WSVECS04 Frhs2[1702]: 6 0 65.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[45]: 6 0 115 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[143]: 6 0 92.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[148]: 6 0 47.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[358]: 6 0 23.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[392]: 6 0 53.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[560]: 6 0 65 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[645]: 6 0 18.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[693]: 6 0 44.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[717]: 6 0 24 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[794]: 6 0 40.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[848]: 6 0 69.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[892]: 6 0 57 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[923]: 6 0 39.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[966]: 6 0 34.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[979]: 6 0 85 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[986]: 6 0 20 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[997]: 6 0 75 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1003]: 6 0 23.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1021]: 6 0 30.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1165]: 6 0 40.0001 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
2595.66/2621.44	WSVECS04 Frhs2[1371]: 6 0 54 shouldn't be
2596.56/2622.34	c bounds -9036 >= -59530 @ 2569.05
2596.56/2622.35	c bounds -9036 >= -59510 @ 2569.07
2596.86/2622.62	c bounds -9036 >= -59490 @ 2569.34
2597.16/2622.99	c bounds -9036 >= -59470 @ 2569.71
2597.56/2623.39	c bounds -9036 >= -59450 @ 2570.1
2597.76/2623.56	c bounds -9036 >= -59430 @ 2570.27
2598.06/2623.86	c bounds -9036 >= -59410 @ 2570.56
2598.36/2624.11	c bounds -9036 >= -59390 @ 2570.81
2598.45/2624.25	c bounds -9036 >= -59370 @ 2570.95
2598.55/2624.32	c bounds -9036 >= -59350 @ 2571.02
2598.75/2624.55	c bounds -9036 >= -59330 @ 2571.25
2598.85/2624.61	c bounds -9036 >= -59310 @ 2571.3
2599.26/2625.01	c bounds -9036 >= -59290 @ 2571.7
2603.74/2629.51	c #Conflicts:     820000 | #Constraints:      61736
2603.74/2629.51	c bounds -9036 >= -59270 @ 2576.17
2615.40/2641.28	c #Conflicts:     821000 | #Constraints:      62757
2615.40/2641.28	c #Conflicts:     822000 | #Constraints:      63757
2615.40/2641.28	c #Conflicts:     823000 | #Constraints:      64757
2615.40/2641.28	c #Conflicts:     824000 | #Constraints:      65757
2615.40/2641.28	c #Conflicts:     825000 | #Constraints:      66757
2615.40/2641.28	c #Conflicts:     826000 | #Constraints:      67757
2615.40/2641.28	c #Conflicts:     827000 | #Constraints:      68757
2615.40/2641.28	c #Conflicts:     828000 | #Constraints:      69757
2615.40/2641.28	c INPROCESSING
2615.40/2641.28	c GARBAGE COLLECT
2615.40/2641.28	WSVECS04 Frhs2[805]: 6 -164 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[807]: 6 -77 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1077]: 6 -22.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1089]: 6 -103 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1093]: 6 -73.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1346]: 6 -17 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1361]: 6 -88.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1363]: 6 -78 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1377]: 6 -37.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1378]: 6 -90.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1380]: 6 -64.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1381]: 6 -98.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1382]: 6 -59.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1395]: 6 -64 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1412]: 6 -28.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1414]: 6 -64.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1429]: 6 -25.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1609]: 6 -33.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1611]: 6 -44.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1642]: 6 -68 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1653]: 6 -61 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1657]: 6 -64.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1659]: 6 -71.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1675]: 6 -70.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1689]: 6 -26.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1690]: 6 -8.00003 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1691]: 6 -30.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1707]: 6 -7.00006 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1708]: 6 -1.00001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1873]: 6 -2.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1887]: 6 -12 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1894]: 6 -22 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1909]: 6 -2.00004 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1925]: 6 -15.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1926]: 6 -35 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1953]: 6 -31 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
2615.40/2641.28	WSVECS04 Frhs2[1972]: 6 -30 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1399]: 6 -9.00001 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1627]: 6 -23.0001 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1655]: 6 -14 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1705]: 6 -31 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1709]: 6 -15.0001 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1875]: 6 -7.00003 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1876]: 6 -29.0001 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1877]: 6 -25.0001 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1892]: 6 -25.0001 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1905]: 6 -14.0001 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1973]: 6 -7.00002 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1984]: 6 -5.00004 0 shouldn't be
2616.00/2641.85	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1347]: 6 -19.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1605]: 6 -40.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1677]: 6 -34.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1726]: 6 -19 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1872]: 6 -29.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1878]: 6 -26.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1886]: 6 -35 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1923]: 6 -11.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1924]: 6 -5.00004 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1941]: 6 -23.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1952]: 6 -24 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1959]: 6 -29 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
2616.99/2642.85	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
2618.09/2643.94	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
2618.09/2643.94	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
2618.09/2643.94	WSVECS04 Frhs2[1694]: 6 -12.0001 0 shouldn't be
2618.09/2643.94	WSVECS04 Frhs2[1857]: 6 -6.00004 0 shouldn't be
2618.09/2643.94	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
2619.30/2645.18	WSVECS04 Frhs2[1345]: 6 -91.0001 0 shouldn't be
2619.30/2645.18	WSVECS04 Frhs2[1383]: 6 -10 0 shouldn't be
2619.30/2645.18	WSVECS04 Frhs2[1593]: 6 -38.0001 0 shouldn't be
2619.30/2645.18	WSVECS04 Frhs2[1625]: 6 -36 0 shouldn't be
2619.30/2645.18	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
2619.30/2645.18	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
2620.68/2646.58	WSVECS04 Frhs2[1059]: 6 -84.0001 0 shouldn't be
2620.68/2646.58	WSVECS04 Frhs2[1076]: 6 -30 0 shouldn't be
2620.68/2646.58	WSVECS04 Frhs2[1090]: 6 -126 0 shouldn't be
2620.68/2646.58	WSVECS04 Frhs2[1106]: 6 -93.0001 0 shouldn't be
2620.68/2646.58	WSVECS04 Frhs2[1107]: 6 -100 0 shouldn't be
2620.68/2646.58	WSVECS04 Frhs2[1343]: 6 -62 0 shouldn't be
2620.68/2646.58	WSVECS04 Frhs2[1362]: 6 -35.0001 0 shouldn't be
2620.68/2646.58	WSVECS04 Frhs2[1375]: 6 -82 0 shouldn't be
2620.68/2646.58	WSVECS04 Frhs2[1416]: 6 -7.00004 0 shouldn't be
2620.68/2646.58	WSVECS04 Frhs2[1661]: 6 -49 0 shouldn't be
2622.18/2648.02	WSVECS04 Frhs2[788]: 6 -127 0 shouldn't be
2622.18/2648.02	WSVECS04 Frhs2[1074]: 6 -77.0001 0 shouldn't be
2622.18/2648.02	WSVECS04 Frhs2[1094]: 6 -80 0 shouldn't be
2622.18/2648.02	WSVECS04 Frhs2[1349]: 6 -48.0001 0 shouldn't be
2623.18/2649.10	c rational objective -12879.2
2674.52/2700.56	c #Conflicts:     829000 | #Constraints:      52466
2674.52/2700.56	c #Conflicts:     830000 | #Constraints:      53467
2674.52/2700.56	c #Conflicts:     831000 | #Constraints:      54467
2674.52/2700.56	c #Conflicts:     832000 | #Constraints:      55467
2674.52/2700.56	c #Conflicts:     833000 | #Constraints:      56468
2674.52/2700.56	c #Conflicts:     834000 | #Constraints:      57470
2674.52/2700.56	c #Conflicts:     835000 | #Constraints:      58472
2674.52/2700.56	c #Conflicts:     836000 | #Constraints:      59474
2674.52/2700.56	c #Conflicts:     837000 | #Constraints:      60477
2674.52/2700.56	c #Conflicts:     838000 | #Constraints:      61480
2674.52/2700.56	c #Conflicts:     839000 | #Constraints:      62483
2674.52/2700.56	c #Conflicts:     840000 | #Constraints:      63484
2674.52/2700.56	c #Conflicts:     841000 | #Constraints:      64487
2674.52/2700.56	c #Conflicts:     842000 | #Constraints:      65489
2674.52/2700.56	c #Conflicts:     843000 | #Constraints:      66491
2674.52/2700.56	c #Conflicts:     844000 | #Constraints:      67493
2674.52/2700.56	c #Conflicts:     845000 | #Constraints:      68494
2674.52/2700.56	c #Conflicts:     846000 | #Constraints:      69495
2674.52/2700.56	c INPROCESSING
2674.52/2700.56	c GARBAGE COLLECT
2674.52/2700.56	c rational objective -12879.2
2686.58/2712.61	c #Conflicts:     847000 | #Constraints:      52243
2686.58/2712.61	c #Conflicts:     848000 | #Constraints:      53243
2686.58/2712.61	c #Conflicts:     849000 | #Constraints:      54243
2686.58/2712.61	c #Conflicts:     850000 | #Constraints:      55245
2686.58/2712.61	c bounds -9042 >= -59270 @ 2658.11
2686.58/2712.62	c bounds -9042 >= -59252 @ 2658.13
2686.58/2712.62	c bounds -9042 >= -59234 @ 2658.13
2686.58/2712.62	c bounds -9042 >= -59215 @ 2658.13
2686.58/2712.63	c bounds -9042 >= -59197 @ 2658.14
2686.58/2712.64	c bounds -9042 >= -59179 @ 2658.14
2686.58/2712.64	c bounds -9042 >= -59161 @ 2658.15
2686.58/2712.65	c bounds -9042 >= -59143 @ 2658.16
2686.58/2712.66	c bounds -9042 >= -59125 @ 2658.16
2686.58/2712.67	c bounds -9042 >= -59107 @ 2658.17
2686.58/2712.67	c bounds -9042 >= -59089 @ 2658.18
2686.58/2712.69	c bounds -9042 >= -59071 @ 2658.2
2687.17/2713.23	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[349]: 6 0 97 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[355]: 6 0 89 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[372]: 6 0 35.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[387]: 6 0 50 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[420]: 6 0 46 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[467]: 6 0 78.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[591]: 6 0 118 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[610]: 6 0 54.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[638]: 6 0 39.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[659]: 6 0 37 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[660]: 6 0 88.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[677]: 6 0 95 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[705]: 6 0 96.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[706]: 6 0 38.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[711]: 6 0 101 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[723]: 6 0 89.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[825]: 6 0 86 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[871]: 6 0 54.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[872]: 6 0 80 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[880]: 6 0 80.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[882]: 6 0 87 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[891]: 6 0 31.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[907]: 6 0 69.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[911]: 6 0 83.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[923]: 6 0 39.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[927]: 6 0 49 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[942]: 6 0 97 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[947]: 6 0 68.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[960]: 6 0 27 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[974]: 6 0 91.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[975]: 6 0 14 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[997]: 6 0 75.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1009]: 6 0 59 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1012]: 6 0 25 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1014]: 6 0 60 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1039]: 6 0 20.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1049]: 6 0 93 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1052]: 6 0 80.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1057]: 6 0 54.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1061]: 6 0 95.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1064]: 6 0 62 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1098]: 6 0 99.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1108]: 6 0 19 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1122]: 6 0 21 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1126]: 6 0 58 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1131]: 6 0 90 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1138]: 6 0 60 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1147]: 6 0 83 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1152]: 6 0 63.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1158]: 6 0 63 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1160]: 6 0 57.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1162]: 6 0 84.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1165]: 6 0 40.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1169]: 6 0 72.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1185]: 6 0 95 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1193]: 6 0 69.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1195]: 6 0 66.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1196]: 6 0 67.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1198]: 6 0 77 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1200]: 6 0 40.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1208]: 6 0 54.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1211]: 6 0 39.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1213]: 6 0 30.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1215]: 6 0 81.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1219]: 6 0 44 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1244]: 6 0 48 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1245]: 6 0 93 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1254]: 6 0 90.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1263]: 6 0 85 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1269]: 6 0 39.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1274]: 6 0 65.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1280]: 6 0 60 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1295]: 6 0 79.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1311]: 6 0 92 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1312]: 6 0 71 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1313]: 6 0 10 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1318]: 6 0 67.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1319]: 6 0 4.00005 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1328]: 6 0 68 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1331]: 6 0 37.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1332]: 6 0 18 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1333]: 6 0 51 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1353]: 6 -81.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1364]: 6 0 13.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1386]: 6 0 69.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1410]: 6 0 17 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1413]: 6 0 2.00008 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1420]: 6 0 83.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1426]: 6 0 30 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1427]: 6 0 37.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1428]: 6 0 34.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1430]: 6 0 35 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1431]: 6 0 79.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1449]: 6 0 55.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1456]: 6 0 45.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1467]: 6 0 76 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1469]: 6 0 9.00008 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1477]: 6 0 7.00008 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1478]: 6 0 66 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1479]: 6 0 12.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1481]: 6 0 85.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1482]: 6 0 51 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1489]: 6 0 11.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1490]: 6 -34.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1496]: 6 0 16.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1504]: 6 0 10 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1505]: 6 0 25.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1510]: 6 -7.00009 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1512]: 6 -55.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1513]: 6 0 81.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1522]: 6 0 84 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1528]: 6 0 16.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1553]: 6 0 13 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1555]: 6 0 37.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1557]: 6 0 21 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1560]: 6 0 16.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1567]: 6 0 46 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1571]: 6 0 94.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1574]: 6 0 7.00005 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1575]: 6 0 84 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1576]: 6 0 40 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1587]: 6 0 15 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1591]: 6 0 26.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1592]: 6 0 64 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1594]: 6 0 75 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1596]: 6 0 13.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1608]: 6 0 21.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1626]: 6 0 45.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1643]: 6 0 8.00004 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1658]: 6 0 83 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1683]: 6 0 78.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1689]: 6 -26.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1690]: 6 -8.00008 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1692]: 6 0 70 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1693]: 6 0 4.00001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1697]: 6 -57 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1750]: 6 -6.00003 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1770]: 6 -4.00002 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1771]: 6 -6.00009 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1775]: 6 -7.00004 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1786]: 6 -8.00006 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1854]: 6 0 16.0001 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1859]: 6 0 10 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1866]: 6 -16 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1867]: 6 -3.00008 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1897]: 6 -22 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1916]: 6 -19.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1932]: 6 -9.00003 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1933]: 6 -20 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1949]: 6 -20.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1964]: 6 -4.00007 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1980]: 6 -12 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1984]: 6 -5.00005 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
2687.17/2713.23	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
2687.28/2713.38	c bounds -9042 >= -59053 @ 2658.88
2692.36/2718.40	c #Conflicts:     851000 | #Constraints:      56305
2692.36/2718.40	c #Conflicts:     852000 | #Constraints:      57305
2692.36/2718.40	c #Conflicts:     853000 | #Constraints:      58306
2692.36/2718.40	c bounds -9044 >= -59053 @ 2663.82
2692.97/2719.07	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[18]: 6 0 86 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[20]: 6 0 155 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[36]: 6 0 229 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[39]: 6 0 87 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[54]: 6 0 110 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[104]: 6 0 71.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[111]: 6 0 149 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[141]: 6 0 99 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[143]: 6 0 92.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[148]: 6 0 47 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[179]: 6 0 85.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[181]: 6 0 65 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[222]: 6 0 53.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[274]: 6 0 84.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[279]: 6 0 127 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[312]: 6 0 13 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[346]: 6 0 92.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[357]: 6 0 57.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[377]: 6 0 77.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[420]: 6 0 46 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[425]: 6 0 67.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[431]: 6 0 57.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[448]: 6 0 76 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[454]: 6 0 161 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[467]: 6 0 78 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[489]: 6 0 72 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[514]: 6 0 74 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[560]: 6 0 65 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[577]: 6 0 89 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[582]: 6 0 25.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[610]: 6 0 54.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[627]: 6 0 4.00009 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[645]: 6 0 18.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[651]: 6 0 36 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[660]: 6 0 88.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[678]: 6 0 15 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[692]: 6 0 18 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[717]: 6 0 24 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[723]: 6 0 89 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[752]: 6 0 52 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[759]: 6 0 76 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[815]: 6 0 91.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[825]: 6 0 86.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[827]: 6 0 15 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[848]: 6 0 69.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[923]: 6 0 39 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[927]: 6 0 49 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[947]: 6 0 68.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[968]: 6 0 28 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[987]: 6 0 79.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[997]: 6 0 75 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1003]: 6 0 23.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1009]: 6 0 59.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1012]: 6 0 25.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1014]: 6 0 60 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1017]: 6 0 61.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1019]: 6 0 99 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1022]: 6 0 9.00007 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1057]: 6 0 54.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1061]: 6 0 95.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1084]: 6 0 35 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1098]: 6 0 99 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1104]: 6 0 26.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1108]: 6 0 19 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1126]: 6 0 58 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1131]: 6 0 90.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1133]: 6 0 60 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1138]: 6 0 60 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1156]: 6 0 31 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1158]: 6 0 63.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1160]: 6 0 57.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1169]: 6 0 72 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1173]: 6 0 93 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1185]: 6 0 95.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1189]: 6 0 61.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1190]: 6 0 91.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1198]: 6 0 77 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1204]: 6 0 109 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1215]: 6 0 81 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1219]: 6 0 44 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1249]: 6 0 81 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1254]: 6 0 90 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1258]: 6 0 6.00005 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1263]: 6 0 85.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1268]: 6 0 32 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1269]: 6 0 39 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1274]: 6 0 65 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1280]: 6 0 60.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1312]: 6 0 71 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1313]: 6 0 10.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1322]: 6 0 30.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1325]: 6 0 35 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1328]: 6 0 68 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1330]: 6 0 65 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1333]: 6 0 51 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1350]: 6 0 23.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1353]: 6 -81 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1357]: 6 0 68 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1358]: 6 0 129 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1359]: 6 0 94.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1360]: 6 0 91 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1371]: 6 0 54.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1376]: 6 0 58 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1390]: 6 0 64 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1392]: 6 0 68.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1393]: 6 0 69 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1396]: 6 0 18 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1410]: 6 0 17.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1415]: 6 0 83 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1417]: 6 -10.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1420]: 6 0 83 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1426]: 6 0 30.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1427]: 6 0 37 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1428]: 6 0 34.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1430]: 6 0 35 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1441]: 6 0 10 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1447]: 6 0 49.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1456]: 6 0 45.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1457]: 6 0 77.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1477]: 6 0 7.00006 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1479]: 6 0 12.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1481]: 6 0 85.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1489]: 6 0 11 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1490]: 6 -34 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1492]: 6 -31 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1493]: 6 -4.00007 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1496]: 6 0 16 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1497]: 6 0 56.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1504]: 6 0 10.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1505]: 6 0 25.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1510]: 6 -7.00008 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1512]: 6 -55.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1513]: 6 0 81 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1515]: 6 0 71.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1517]: 6 0 22.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1522]: 6 0 84.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1528]: 6 0 16 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1529]: 6 0 37.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1533]: 6 0 23.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1545]: 6 0 42 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1552]: 6 0 16.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1553]: 6 0 13 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1560]: 6 0 16 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1561]: 6 0 76.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1563]: 6 0 79.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1567]: 6 0 46.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1571]: 6 0 94.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1575]: 6 0 84.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1579]: 6 0 2.00002 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1585]: 6 0 14.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1587]: 6 0 15 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1590]: 6 0 65.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1591]: 6 0 26 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1592]: 6 0 64.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1594]: 6 0 75 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1596]: 6 0 13.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1599]: 6 -26 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1608]: 6 0 21 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1619]: 6 0 23 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1621]: 6 0 48 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1623]: 6 0 32 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1626]: 6 0 45 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1634]: 6 -55 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1636]: 6 0 18.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1640]: 6 0 9.00001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1643]: 6 0 8.00003 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1658]: 6 0 83.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1666]: 6 0 46.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1667]: 6 0 49.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1668]: 6 0 15 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1669]: 6 0 55 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1671]: 6 -31 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1676]: 6 0 68 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1683]: 6 0 78.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1690]: 6 -8.00009 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1692]: 6 0 70 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1693]: 6 0 4.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1694]: 6 -12 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1695]: 6 -39 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1697]: 6 -57.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1750]: 6 -6.00005 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1770]: 6 -4.00005 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1771]: 6 -6.00002 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1775]: 6 -7.00002 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1781]: 6 -6.00004 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1786]: 6 -8.00006 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1816]: 6 -5.00007 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1825]: 6 0 16 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1826]: 6 0 8.00006 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1827]: 6 0 14 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1832]: 6 -5.00006 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1840]: 6 -5.00007 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1844]: 6 0 11 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1847]: 6 -3.00007 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1848]: 6 -4.00005 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1854]: 6 0 16.0001 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1856]: 6 0 18 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1862]: 6 0 19 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1863]: 6 -20.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1866]: 6 -16.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1867]: 6 -3.00005 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1878]: 6 -26.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1885]: 6 -10.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1897]: 6 -22 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1902]: 6 -33 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1905]: 6 -14 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1917]: 6 -28 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1919]: 6 -35 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1921]: 6 -10 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1927]: 6 -30 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1932]: 6 -9.00002 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1949]: 6 -20.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1964]: 6 -4.00007 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1974]: 6 -25 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1980]: 6 -12.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1984]: 6 -5.00005 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
2692.97/2719.07	WSVECS04 Frhs2[1997]: 6 0 18 shouldn't be
2697.45/2723.57	c bounds -9044 >= -59035 @ 2668.93
2699.44/2725.53	c bounds -9044 >= -59003 @ 2670.87
2699.54/2725.64	c bounds -9044 >= -58769 @ 2670.99
2699.64/2725.70	c bounds -9044 >= -58535 @ 2671.04
2699.64/2725.75	c bounds -9044 >= -58301 @ 2671.1
2699.74/2725.86	c bounds -9044 >= -58067 @ 2671.2
2699.83/2725.96	c bounds -9044 >= -57833 @ 2671.3
2700.04/2726.11	c bounds -9044 >= -57815 @ 2671.44
2700.04/2726.17	c bounds -9044 >= -57797 @ 2671.51
2700.14/2726.22	c bounds -9044 >= -57599 @ 2671.56
2700.24/2726.34	c bounds -9044 >= -57581 @ 2671.67
2700.24/2726.36	c bounds -9044 >= -57365 @ 2671.7
2700.44/2726.52	c bounds -9044 >= -57347 @ 2671.86
2700.64/2726.71	c bounds -9044 >= -57329 @ 2672.04
2700.64/2726.79	c bounds -9044 >= -57311 @ 2672.12
2700.74/2726.87	c #Conflicts:     854000 | #Constraints:      59395
2700.74/2726.87	c bounds -9044 >= -57293 @ 2672.2
2700.84/2726.93	c bounds -9044 >= -57131 @ 2672.26
2701.04/2727.12	c bounds -9044 >= -57113 @ 2672.45
2701.04/2727.17	c bounds -9044 >= -57095 @ 2672.5
2701.04/2727.19	c bounds -9044 >= -57077 @ 2672.52
2701.13/2727.22	c bounds -9044 >= -56897 @ 2672.54
2701.34/2727.42	c bounds -9044 >= -56879 @ 2672.75
2701.34/2727.45	c bounds -9044 >= -56663 @ 2672.78
2701.64/2727.71	c bounds -9044 >= -56645 @ 2673.03
2718.99/2745.17	c #Conflicts:     855000 | #Constraints:      60426
2718.99/2745.17	c #Conflicts:     856000 | #Constraints:      61426
2718.99/2745.17	c #Conflicts:     857000 | #Constraints:      62426
2718.99/2745.17	c #Conflicts:     858000 | #Constraints:      63426
2718.99/2745.17	c #Conflicts:     859000 | #Constraints:      64426
2718.99/2745.17	c #Conflicts:     860000 | #Constraints:      65426
2718.99/2745.17	c bounds -9051 >= -56645 @ 2690.24
2719.08/2745.20	c bounds -9051 >= -56429 @ 2690.27
2720.57/2746.70	c bounds -9051 >= -56411 @ 2691.76
2720.77/2746.90	c bounds -9051 >= -56393 @ 2691.96
2720.88/2747.06	c bounds -9051 >= -56195 @ 2692.11
2721.38/2747.58	c bounds -9051 >= -56177 @ 2692.64
2721.58/2747.74	c bounds -9051 >= -56159 @ 2692.8
2721.68/2747.80	c bounds -9051 >= -55961 @ 2692.85
2721.77/2747.94	c bounds -9051 >= -55727 @ 2692.99
2722.67/2748.80	c bounds -9051 >= -55709 @ 2693.84
2723.07/2749.24	c bounds -9051 >= -55691 @ 2694.28
2723.27/2749.44	c bounds -9051 >= -55673 @ 2694.49
2723.37/2749.53	c bounds -9051 >= -55655 @ 2694.57
2723.37/2749.57	c bounds -9051 >= -55493 @ 2694.61
2723.87/2750.08	c bounds -9051 >= -55475 @ 2695.12
2724.47/2750.61	c bounds -9051 >= -55457 @ 2695.65
2724.77/2750.92	c bounds -9051 >= -55439 @ 2695.96
2724.97/2751.10	c bounds -9051 >= -55259 @ 2696.13
2726.06/2752.21	c bounds -9051 >= -55241 @ 2697.23
2726.46/2752.60	c bounds -9051 >= -55025 @ 2697.62
2727.45/2753.60	c bounds -9051 >= -55007 @ 2698.62
2728.05/2754.25	c bounds -9051 >= -54791 @ 2699.27
2730.75/2756.91	c #Conflicts:     861000 | #Constraints:      66502
2730.75/2756.91	c bounds -9051 >= -54773 @ 2701.92
2731.55/2757.79	c bounds -9051 >= -54557 @ 2702.78
2732.85/2759.04	c bounds -9051 >= -54539 @ 2704.03
2733.73/2759.95	c bounds -9051 >= -54323 @ 2704.93
2735.04/2761.20	c bounds -9051 >= -54305 @ 2706.18
2736.33/2762.53	c bounds -9051 >= -54287 @ 2707.49
2736.43/2762.66	c bounds -9051 >= -54089 @ 2707.62
2738.42/2764.68	c bounds -9051 >= -54071 @ 2709.63
2739.82/2766.07	c #Conflicts:     862000 | #Constraints:      67533
2739.82/2766.07	c bounds -9051 >= -54053 @ 2711.02
2740.21/2766.46	c bounds -9051 >= -54035 @ 2711.4
2740.41/2766.61	c bounds -9051 >= -54017 @ 2711.55
2740.61/2766.84	c bounds -9051 >= -53999 @ 2711.78
2740.71/2766.92	c bounds -9051 >= -53855 @ 2711.86
2743.01/2769.22	c bounds -9051 >= -53837 @ 2714.15
2744.17/2770.64	c bounds -9051 >= -53621 @ 2715.33
2746.97/2773.46	c bounds -9051 >= -53603 @ 2718.14
2750.07/2776.50	c #Conflicts:     863000 | #Constraints:      68582
2750.07/2776.50	c bounds -9051 >= -53585 @ 2721.16
2750.37/2776.85	c bounds -9051 >= -53387 @ 2721.52
2752.76/2779.24	c bounds -9051 >= -53369 @ 2723.89
2755.45/2781.95	c bounds -9051 >= -53351 @ 2726.59
2756.05/2782.57	c bounds -9051 >= -53333 @ 2727.2
2760.54/2787.09	c #Conflicts:     864000 | #Constraints:      69610
2760.54/2787.09	c #Conflicts:     865000 | #Constraints:      70610
2760.54/2787.09	c INPROCESSING
2760.54/2787.09	c GARBAGE COLLECT
2760.54/2787.09	WSVECS04 Frhs2[1691]: 6 -30 0 shouldn't be
2760.54/2787.09	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
2760.54/2787.09	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
2760.54/2787.09	WSVECS04 Frhs2[1973]: 6 -7.00005 0 shouldn't be
2767.82/2794.32	c rational objective -12879.2
2774.62/2801.10	c bounds -9051 >= -53153 @ 2745.57
2775.21/2801.70	c bounds -9051 >= -53135 @ 2746.16
2775.90/2802.46	c bounds -9051 >= -53117 @ 2746.91
2776.31/2802.83	c bounds -9051 >= -53097 @ 2747.28
2776.31/2802.87	c #Conflicts:     866000 | #Constraints:      51812
2776.31/2802.87	c bounds -9051 >= -52919 @ 2747.32
2777.20/2803.71	c bounds -9051 >= -52901 @ 2748.15
2778.00/2804.59	c bounds -9051 >= -52883 @ 2749.02
2778.20/2804.71	c bounds -9051 >= -52865 @ 2749.13
2778.50/2805.04	c bounds -9051 >= -52685 @ 2749.47
2779.20/2805.76	c bounds -9051 >= -52667 @ 2750.18
2780.20/2806.78	c #Conflicts:     867000 | #Constraints:      52845
2780.20/2806.78	c bounds -9051 >= -52649 @ 2751.18
2780.30/2806.82	c bounds -9051 >= -52631 @ 2751.22
2780.30/2806.82	c bounds -9051 >= -52613 @ 2751.22
2780.69/2807.20	c bounds -9051 >= -52595 @ 2751.59
2781.00/2807.55	c bounds -9051 >= -52577 @ 2751.93
2781.29/2807.80	c bounds -9051 >= -52451 @ 2752.18
2782.10/2808.64	c bounds -9051 >= -52433 @ 2753.01
2782.69/2809.29	c #Conflicts:     868000 | #Constraints:      53891
2782.69/2809.29	c bounds -9051 >= -52415 @ 2753.66
2783.19/2809.74	c bounds -9051 >= -52397 @ 2754.1
2783.19/2809.74	c bounds -9051 >= -52379 @ 2754.1
2783.39/2809.90	c bounds -9051 >= -52361 @ 2754.26
2783.60/2810.14	c bounds -9051 >= -52343 @ 2754.5
2783.79/2810.37	c bounds -9051 >= -52325 @ 2754.73
2783.89/2810.44	c bounds -9051 >= -52217 @ 2754.79
2784.79/2811.38	c bounds -9051 >= -52199 @ 2755.73
2785.68/2812.22	c #Conflicts:     869000 | #Constraints:      54931
2785.68/2812.22	c bounds -9051 >= -52181 @ 2756.56
2786.19/2812.76	c bounds -9051 >= -52163 @ 2757.1
2786.29/2812.83	c bounds -9051 >= -52145 @ 2757.16
2786.49/2813.08	c bounds -9051 >= -52127 @ 2757.42
2786.79/2813.36	c bounds -9051 >= -52109 @ 2757.69
2786.89/2813.49	c bounds -9051 >= -52091 @ 2757.82
2786.99/2813.53	c bounds -9051 >= -51983 @ 2757.86
2787.79/2814.37	c bounds -9051 >= -51965 @ 2758.7
2788.88/2815.41	c #Conflicts:     870000 | #Constraints:      55970
2788.88/2815.41	c bounds -9051 >= -51947 @ 2759.72
2789.48/2816.00	c bounds -9051 >= -51749 @ 2760.3
2789.98/2816.55	WSVECS04 Frhs2[277]: 6 0 1.0001 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[335]: 6 -141 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[624]: 6 -88.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[875]: 6 -27.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[890]: 6 -57 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1144]: 6 -61.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1145]: 6 -34.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1176]: 6 -23.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1179]: 6 -30.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1180]: 6 -72.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1182]: 6 -73.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1216]: 6 -41.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1230]: 6 -64.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1247]: 6 -32 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1399]: 6 -9.00002 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1454]: 6 -53.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1463]: 6 -63.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1483]: 6 -35 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1484]: 6 -31 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1485]: 6 -7.00002 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1499]: 6 -14 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1501]: 6 -8.00009 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1776]: 6 -34.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1781]: 6 -6.00005 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1795]: 6 -27.0001 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1810]: 6 -6.00008 0 shouldn't be
2789.98/2816.55	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
2790.48/2817.08	WSVECS04 Frhs2[589]: 6 -150 0 shouldn't be
2790.48/2817.08	WSVECS04 Frhs2[877]: 6 -105 0 shouldn't be
2790.48/2817.08	WSVECS04 Frhs2[1178]: 6 -91 0 shouldn't be
2790.48/2817.08	WSVECS04 Frhs2[1194]: 6 -84 0 shouldn't be
2790.48/2817.08	WSVECS04 Frhs2[1466]: 6 -47.0001 0 shouldn't be
2790.48/2817.08	WSVECS04 Frhs2[1532]: 6 -68.0001 0 shouldn't be
2790.48/2817.08	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
2790.48/2817.08	WSVECS04 Frhs2[1980]: 6 -12.0001 0 shouldn't be
2791.18/2817.77	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
2791.18/2817.77	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
2791.18/2817.77	WSVECS04 Frhs2[1775]: 6 -7.00009 0 shouldn't be
2791.18/2817.77	WSVECS04 Frhs2[1777]: 6 -21.0001 0 shouldn't be
2791.18/2817.77	WSVECS04 Frhs2[1797]: 6 -30.0001 0 shouldn't be
2791.18/2817.77	WSVECS04 Frhs2[1813]: 6 -22 0 shouldn't be
2791.18/2817.77	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
2791.18/2817.77	WSVECS04 Frhs2[1964]: 6 -4.00003 0 shouldn't be
2791.18/2817.77	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
2792.08/2818.66	WSVECS04 Frhs2[1164]: 6 -2.00005 0 shouldn't be
2792.08/2818.66	WSVECS04 Frhs2[1514]: 6 -34 0 shouldn't be
2792.08/2818.66	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
2793.07/2819.69	WSVECS04 Frhs2[1]: 6 0 25 shouldn't be
2793.07/2819.69	WSVECS04 Frhs2[1465]: 6 -54.0001 0 shouldn't be
2793.07/2819.69	WSVECS04 Frhs2[1518]: 6 -14.0001 0 shouldn't be
2793.07/2819.69	WSVECS04 Frhs2[1677]: 6 -34 0 shouldn't be
2793.07/2819.69	WSVECS04 Frhs2[1750]: 6 -6.00008 0 shouldn't be
2793.07/2819.69	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2793.07/2819.69	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
2793.07/2819.69	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1161]: 6 -19 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1214]: 6 -35.0001 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1229]: 6 -27.0001 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1416]: 6 -7.0001 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1433]: 6 -42.0001 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1480]: 6 -47.0001 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1697]: 6 -57.0001 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1760]: 6 -20.0001 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1763]: 6 -8.00006 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1766]: 6 -32 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1778]: 6 -14.0001 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1780]: 6 -15 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2794.37/2820.96	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[9]: 6 0 107 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[20]: 6 0 155 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[36]: 6 0 229 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[39]: 6 0 87 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[54]: 6 0 110 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[104]: 6 0 71.0001 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[148]: 6 0 47 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[346]: 6 0 92.0001 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[617]: 6 0 90.0001 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[895]: 6 -121 0 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[910]: 6 -36 0 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[1163]: 6 -62.0001 0 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[1183]: 6 -75 0 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[1197]: 6 -59 0 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[1210]: 6 -71 0 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[1512]: 6 -55.0001 0 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[1715]: 6 -71.0001 0 shouldn't be
2795.76/2822.37	WSVECS04 Frhs2[1756]: 6 -7.00005 0 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[55]: 6 0 44.0001 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[608]: 6 -80.0001 0 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[859]: 6 -27 0 shouldn't be
2797.66/2824.23	WSVECS04 Frhs2[894]: 6 -6.00006 0 shouldn't be
2799.86/2826.49	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
2799.86/2826.49	WSVECS04 Frhs2[112]: 6 0 25 shouldn't be
2799.86/2826.49	WSVECS04 Frhs2[152]: 6 0 101 shouldn't be
2799.86/2826.49	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
2799.86/2826.49	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
2799.86/2826.49	WSVECS04 Frhs2[312]: 6 0 13 shouldn't be
2799.86/2826.49	WSVECS04 Frhs2[358]: 6 0 23 shouldn't be
2799.86/2826.49	WSVECS04 Frhs2[392]: 6 0 53.0001 shouldn't be
2799.86/2826.49	WSVECS04 Frhs2[924]: 6 -105 0 shouldn't be
2801.95/2828.57	WSVECS04 Frhs2[1128]: 6 -90 0 shouldn't be
2801.95/2828.57	WSVECS04 Frhs2[1436]: 6 -41.0001 0 shouldn't be
2808.74/2835.36	WSVECS04 Frhs2[55]: 6 0 3.28801 shouldn't be
2808.74/2835.36	WSVECS04 Frhs2[272]: 6 0 7.85158 shouldn't be
2808.74/2835.36	WSVECS04 Frhs2[1869]: 6 -5.37848 0 shouldn't be
2812.03/2838.63	c bounds -9051 >= -51731 @ 2782.77
2812.93/2839.51	c bounds -9051 >= -51713 @ 2783.64
2813.73/2840.34	c #Conflicts:     871000 | #Constraints:      56982
2813.73/2840.34	c bounds -9051 >= -51695 @ 2784.46
2814.12/2840.78	c bounds -9051 >= -51677 @ 2784.89
2814.22/2840.86	c bounds -9051 >= -51659 @ 2784.97
2814.33/2840.91	c bounds -9051 >= -51641 @ 2785.02
2814.33/2840.93	c bounds -9051 >= -51515 @ 2785.03
2815.72/2842.31	c bounds -9051 >= -51497 @ 2786.41
2816.82/2843.44	c #Conflicts:     872000 | #Constraints:      58003
2816.82/2843.44	c bounds -9051 >= -51479 @ 2787.53
2818.12/2844.72	c bounds -9051 >= -51461 @ 2788.79
2818.62/2845.29	c bounds -9051 >= -51443 @ 2789.36
2819.32/2845.98	c #Conflicts:     873000 | #Constraints:      59021
2819.32/2845.98	c bounds -9051 >= -51425 @ 2790.05
2819.62/2846.24	c bounds -9051 >= -51407 @ 2790.31
2819.81/2846.44	c bounds -9051 >= -51389 @ 2790.49
2819.91/2846.53	c bounds -9051 >= -51281 @ 2790.59
2821.01/2847.64	c bounds -9051 >= -51263 @ 2791.68
2824.11/2850.76	c #Conflicts:     874000 | #Constraints:      60051
2824.11/2850.76	c bounds -9051 >= -51245 @ 2794.77
2830.40/2857.00	c #Conflicts:     875000 | #Constraints:      61066
2830.40/2857.00	c #Conflicts:     876000 | #Constraints:      62066
2830.40/2857.00	c #Conflicts:     877000 | #Constraints:      63066
2830.40/2857.00	c bounds -9051 >= -51227 @ 2800.94
2832.19/2858.81	c bounds -9051 >= -51209 @ 2802.74
2834.68/2861.31	c #Conflicts:     878000 | #Constraints:      64090
2834.68/2861.31	c bounds -9051 >= -51191 @ 2805.22
2834.98/2861.66	c bounds -9051 >= -51173 @ 2805.56
2835.58/2862.28	c bounds -9051 >= -51155 @ 2806.18
2837.77/2864.40	c #Conflicts:     879000 | #Constraints:      65120
2837.77/2864.40	c #Conflicts:     880000 | #Constraints:      66120
2837.77/2864.40	c bounds -9052 >= -51155 @ 2808.26
2838.97/2865.69	c bounds -9052 >= -51137 @ 2809.53
2839.07/2865.77	c bounds -9052 >= -51119 @ 2809.62
2839.17/2865.84	c bounds -9052 >= -51047 @ 2809.69
2841.77/2868.42	c #Conflicts:     881000 | #Constraints:      67139
2841.77/2868.42	c bounds -9052 >= -51029 @ 2812.24
2849.74/2876.40	c #Conflicts:     882000 | #Constraints:      68145
2849.74/2876.40	c #Conflicts:     883000 | #Constraints:      69145
2849.74/2876.40	c bounds -9052 >= -51011 @ 2820.15
2849.74/2876.42	c bounds -9061 >= -51011 @ 2820.17
2850.05/2876.73	c bounds -9067 >= -51011 @ 2820.47
2850.05/2876.75	c bounds -9076 >= -51011 @ 2820.49
2850.05/2876.76	c bounds -9084 >= -51011 @ 2820.5
2850.05/2876.78	c bounds -9089 >= -51011 @ 2820.52
2851.54/2878.22	c #Conflicts:     884000 | #Constraints:      70159
2851.54/2878.22	c INPROCESSING
2851.54/2878.22	c GARBAGE COLLECT
2851.54/2878.22	WSVECS04 Frhs2[1690]: 6 -8.00008 0 shouldn't be
2851.54/2878.22	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
2852.04/2878.72	WSVECS04 Frhs2[1395]: 6 -64 0 shouldn't be
2852.04/2878.72	WSVECS04 Frhs2[1414]: 6 -64 0 shouldn't be
2852.04/2878.72	WSVECS04 Frhs2[1675]: 6 -70 0 shouldn't be
2852.04/2878.72	WSVECS04 Frhs2[1707]: 6 -7.00005 0 shouldn't be
2852.04/2878.72	WSVECS04 Frhs2[1758]: 6 -26.0001 0 shouldn't be
2852.04/2878.72	WSVECS04 Frhs2[1973]: 6 -7.00004 0 shouldn't be
2852.74/2879.41	WSVECS04 Frhs2[1726]: 6 -19.0001 0 shouldn't be
2852.74/2879.41	WSVECS04 Frhs2[1954]: 6 -30 0 shouldn't be
2854.44/2881.19	WSVECS04 Frhs2[1159]: 6 -44.0001 0 shouldn't be
2854.44/2881.19	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
2854.44/2881.19	WSVECS04 Frhs2[1925]: 6 -15.0001 0 shouldn't be
2854.44/2881.19	WSVECS04 Frhs2[1926]: 6 -35.0001 0 shouldn't be
2854.44/2881.19	WSVECS04 Frhs2[1941]: 6 -23.0001 0 shouldn't be
2854.44/2881.19	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
2854.44/2881.19	WSVECS04 Frhs2[1976]: 6 -34.0001 0 shouldn't be
2854.44/2881.19	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
2855.63/2882.37	WSVECS04 Frhs2[1412]: 6 -28 0 shouldn't be
2855.63/2882.37	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
2855.63/2882.37	WSVECS04 Frhs2[1657]: 6 -64.0001 0 shouldn't be
2855.63/2882.37	WSVECS04 Frhs2[1659]: 6 -71.0001 0 shouldn't be
2855.63/2882.37	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
2855.63/2882.37	WSVECS04 Frhs2[1691]: 6 -30.0001 0 shouldn't be
2855.63/2882.37	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
2855.63/2882.37	WSVECS04 Frhs2[1744]: 6 -27 0 shouldn't be
2855.63/2882.37	WSVECS04 Frhs2[1923]: 6 -11.0001 0 shouldn't be
2855.63/2882.37	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
2856.93/2883.68	WSVECS04 Frhs2[1429]: 6 -25.0001 0 shouldn't be
2856.93/2883.68	WSVECS04 Frhs2[1464]: 6 -6.00002 0 shouldn't be
2856.93/2883.68	WSVECS04 Frhs2[1694]: 6 -12.0001 0 shouldn't be
2856.93/2883.68	WSVECS04 Frhs2[1708]: 6 -1.00006 0 shouldn't be
2856.93/2883.68	WSVECS04 Frhs2[1709]: 6 -15.0001 0 shouldn't be
2856.93/2883.68	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
2858.43/2885.19	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
2858.43/2885.19	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
2858.43/2885.19	WSVECS04 Frhs2[1959]: 6 -29 0 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[14]: 6 0 85.0001 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[189]: 6 0 53.0001 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[190]: 6 0 72 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[226]: 6 0 76 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[230]: 6 0 50.0001 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[267]: 6 0 99.0001 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[574]: 6 0 53.0001 shouldn't be
2860.72/2887.45	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
2861.92/2888.61	c rational objective -12877.6
2863.51/2890.26	c bounds -9099 >= -51011 @ 2833.87
2874.79/2901.53	c #Conflicts:     885000 | #Constraints:      47723
2874.79/2901.53	c #Conflicts:     886000 | #Constraints:      48723
2874.79/2901.53	c #Conflicts:     887000 | #Constraints:      49723
2874.79/2901.53	c #Conflicts:     888000 | #Constraints:      50723
2874.79/2901.53	c #Conflicts:     889000 | #Constraints:      51723
2874.79/2901.53	c #Conflicts:     890000 | #Constraints:      52723
2874.79/2901.53	c #Conflicts:     891000 | #Constraints:      53723
2874.79/2901.53	c bounds -9105 >= -51011 @ 2844.94
2888.55/2915.39	c #Conflicts:     892000 | #Constraints:      54724
2888.55/2915.39	c #Conflicts:     893000 | #Constraints:      55724
2888.55/2915.39	c bounds -9105 >= -50993 @ 2858.7
2896.53/2923.67	c #Conflicts:     894000 | #Constraints:      56733
2896.53/2923.67	c bounds -9105 >= -50975 @ 2866.63
2897.03/2924.11	c bounds -9106 >= -50975 @ 2867.06
2897.43/2924.58	c bounds -9114 >= -50975 @ 2867.52
2897.53/2924.65	c bounds -9117 >= -50975 @ 2867.59
2908.41/2935.53	c #Conflicts:     895000 | #Constraints:      57751
2908.41/2935.53	c #Conflicts:     896000 | #Constraints:      58751
2908.41/2935.53	c #Conflicts:     897000 | #Constraints:      59755
2908.41/2935.53	c #Conflicts:     898000 | #Constraints:      60758
2908.41/2935.53	c #Conflicts:     899000 | #Constraints:      61759
2908.41/2935.53	c bounds -9118 >= -50975 @ 2878.31
2921.27/2948.47	c #Conflicts:     900000 | #Constraints:      62762
2921.27/2948.47	c #Conflicts:     901000 | #Constraints:      63762
2921.27/2948.47	c bounds -9118 >= -50957 @ 2891.15
2922.81/2950.25	c bounds -9121 >= -50957 @ 2892.64
2944.66/2972.18	c #Conflicts:     902000 | #Constraints:      64773
2944.66/2972.18	c #Conflicts:     903000 | #Constraints:      65774
2944.66/2972.18	c INPROCESSING
2944.66/2972.18	c GARBAGE COLLECT
2944.66/2972.18	c rational objective -12877
2947.16/2974.60	c bounds -9121 >= -50939 @ 2916.8
2957.03/2984.54	c bounds -9121 >= -50921 @ 2926.63
2957.54/2985.01	c bounds -9121 >= -50903 @ 2927.1
2957.83/2985.40	c bounds -9121 >= -50885 @ 2927.48
2958.04/2985.57	c #Conflicts:     904000 | #Constraints:      50939
2958.04/2985.57	c bounds -9121 >= -50867 @ 2927.65
2958.23/2985.78	c bounds -9121 >= -50849 @ 2927.86
2958.63/2986.16	c bounds -9121 >= -50831 @ 2928.24
2959.13/2986.64	c bounds -9121 >= -50813 @ 2928.7
2961.42/2988.99	c #Conflicts:     905000 | #Constraints:      52005
2961.42/2988.99	c bounds -9121 >= -50795 @ 2931.03
2969.71/2997.29	c #Conflicts:     906000 | #Constraints:      53014
2969.71/2997.29	c #Conflicts:     907000 | #Constraints:      54014
2969.71/2997.29	c #Conflicts:     908000 | #Constraints:      55014
2969.71/2997.29	c #Conflicts:     909000 | #Constraints:      56014
2969.71/2997.29	c bounds -9121 >= -50777 @ 2939.21
2994.05/3021.68	c #Conflicts:     910000 | #Constraints:      57038
2994.05/3021.68	c #Conflicts:     911000 | #Constraints:      58038
2994.05/3021.68	c #Conflicts:     912000 | #Constraints:      59038
2994.05/3021.68	c #Conflicts:     913000 | #Constraints:      60038
2994.05/3021.68	c #Conflicts:     914000 | #Constraints:      61038
2994.05/3021.68	c #Conflicts:     915000 | #Constraints:      62038
2994.05/3021.68	c #Conflicts:     916000 | #Constraints:      63038
2994.05/3021.68	c #Conflicts:     917000 | #Constraints:      64038
2994.05/3021.68	c #Conflicts:     918000 | #Constraints:      65038
2994.05/3021.68	c bounds -9121 >= -50759 @ 2963.26
2995.65/3023.22	c #Conflicts:     919000 | #Constraints:      66053
2995.65/3023.22	c bounds -9123 >= -50759 @ 2964.76
3001.83/3029.48	c #Conflicts:     920000 | #Constraints:      67056
3001.83/3029.48	c #Conflicts:     921000 | #Constraints:      68058
3001.83/3029.48	c #Conflicts:     922000 | #Constraints:      69058
3001.83/3029.48	c bounds -9125 >= -50759 @ 2970.91
3002.23/3029.82	c INPROCESSING
3002.23/3029.82	c GARBAGE COLLECT
3002.23/3029.82	WSVECS04 Frhs2[1403]: 6 -21 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1510]: 6 -7.00009 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1512]: 6 -55 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1655]: 6 -14 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1690]: 6 -8.00002 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1697]: 6 -57.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1750]: 6 -6.00005 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1756]: 6 -7.00003 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1766]: 6 -32 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1770]: 6 -4.00004 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1771]: 6 -6.00007 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1775]: 6 -7.00008 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1776]: 6 -34.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1781]: 6 -6.00007 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1848]: 6 -4.00002 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1866]: 6 -16 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1867]: 6 -3.00004 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1900]: 6 -25 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1902]: 6 -33 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1932]: 6 -9.00001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1964]: 6 -4.00003 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1974]: 6 -25 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1980]: 6 -12.0001 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1984]: 6 -5.00004 0 shouldn't be
3002.23/3029.82	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
3003.03/3030.65	WSVECS04 Frhs2[1492]: 6 -31.0001 0 shouldn't be
3003.03/3030.65	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
3003.03/3030.65	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
3003.03/3030.65	WSVECS04 Frhs2[1786]: 6 -8.00009 0 shouldn't be
3003.03/3030.65	WSVECS04 Frhs2[1816]: 6 -5.00003 0 shouldn't be
3003.03/3030.65	WSVECS04 Frhs2[1832]: 6 -5.00004 0 shouldn't be
3003.03/3030.65	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
3003.03/3030.65	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
3003.03/3030.65	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
3003.03/3030.65	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1402]: 6 -2.0001 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1493]: 6 -4.00006 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1634]: 6 -55 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1646]: 6 -43 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1681]: 6 -52.0001 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1840]: 6 -5.00005 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1847]: 6 -3.00007 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1954]: 6 -30 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
3004.03/3031.66	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
3005.12/3032.77	WSVECS04 Frhs2[1353]: 6 -81.0001 0 shouldn't be
3005.12/3032.77	WSVECS04 Frhs2[1367]: 6 -9.00009 0 shouldn't be
3005.12/3032.77	WSVECS04 Frhs2[1490]: 6 -34.0001 0 shouldn't be
3006.42/3034.04	WSVECS04 Frhs2[1694]: 6 -12.0001 0 shouldn't be
3011.01/3038.69	c rational objective -12879.2
3063.58/3091.67	c #Conflicts:     923000 | #Constraints:      52473
3063.58/3091.67	c #Conflicts:     924000 | #Constraints:      53474
3063.58/3091.67	c #Conflicts:     925000 | #Constraints:      54474
3063.58/3091.67	c #Conflicts:     926000 | #Constraints:      55474
3063.58/3091.67	c #Conflicts:     927000 | #Constraints:      56474
3063.58/3091.67	c #Conflicts:     928000 | #Constraints:      57474
3063.58/3091.67	c #Conflicts:     929000 | #Constraints:      58474
3063.58/3091.67	c #Conflicts:     930000 | #Constraints:      59474
3063.58/3091.67	c #Conflicts:     931000 | #Constraints:      60474
3063.58/3091.67	c #Conflicts:     932000 | #Constraints:      61474
3063.58/3091.67	c #Conflicts:     933000 | #Constraints:      62474
3063.58/3091.67	c #Conflicts:     934000 | #Constraints:      63474
3063.58/3091.67	c #Conflicts:     935000 | #Constraints:      64474
3063.58/3091.67	c #Conflicts:     936000 | #Constraints:      65474
3063.58/3091.67	c #Conflicts:     937000 | #Constraints:      66474
3063.58/3091.67	c #Conflicts:     938000 | #Constraints:      67474
3063.58/3091.67	c #Conflicts:     939000 | #Constraints:      68476
3063.58/3091.67	c bounds -9125 >= -50741 @ 3032
3066.66/3094.77	c #Conflicts:     940000 | #Constraints:      69488
3066.66/3094.77	c #Conflicts:     941000 | #Constraints:      70493
3066.66/3094.77	c INPROCESSING
3066.66/3094.77	c GARBAGE COLLECT
3066.66/3094.77	WSVECS04 Frhs2[7]: 6 0 313.223 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[8]: 6 0 66.0379 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[9]: 6 0 62.7621 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[13]: 6 0 282.502 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[14]: 6 0 51.6905 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[16]: 6 0 69.9754 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[18]: 6 0 46.2846 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[19]: 6 0 161.915 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[20]: 6 0 116.145 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[22]: 6 0 154.199 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[23]: 6 0 128.385 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[27]: 6 0 38.5576 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[29]: 6 0 252.375 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[30]: 6 0 200.528 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[33]: 6 0 259.751 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[36]: 6 0 215.906 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[39]: 6 0 61.7432 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[40]: 6 0 164.578 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[44]: 6 0 204.494 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[45]: 6 0 63.9646 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[50]: 6 0 118.338 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[51]: 6 0 133.277 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[52]: 6 0 189.977 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[53]: 6 0 148.587 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[55]: 6 0 9.01444 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[57]: 6 0 200.297 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[58]: 6 0 176.265 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[59]: 6 0 138.77 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[61]: 6 0 139.456 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[65]: 6 0 244.807 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[69]: 6 0 249.708 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[75]: 6 0 58.5659 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[79]: 6 0 140.986 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[82]: 6 0 123.012 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[83]: 6 0 130.532 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[84]: 6 0 144.23 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[85]: 6 0 33.4703 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[87]: 6 0 205.637 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[94]: 6 0 116.708 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[95]: 6 0 213.114 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[98]: 6 0 124.858 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[99]: 6 0 295.888 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[100]: 6 0 81.4959 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[102]: 6 0 233.345 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[103]: 6 0 174.521 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[104]: 6 0 37.4432 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[105]: 6 0 207.669 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[110]: 6 0 286.144 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[117]: 6 0 130.141 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[118]: 6 0 308.361 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[119]: 6 0 100.118 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[120]: 6 0 85.6113 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[124]: 6 0 243.49 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[128]: 6 0 218.708 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[130]: 6 0 150.024 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[131]: 6 0 185.476 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[132]: 6 0 147.324 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[134]: 6 0 231.141 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[135]: 6 0 263.436 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[138]: 6 0 98.8195 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[139]: 6 0 190.399 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[141]: 6 0 57.4842 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[143]: 6 0 46.327 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[145]: 6 0 231.252 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[148]: 6 0 6.22459 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[150]: 6 0 142.331 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[151]: 6 0 310.736 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[152]: 6 0 43.9076 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[153]: 6 0 236.458 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[154]: 6 0 295.696 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[156]: 6 0 169.763 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[157]: 6 0 15.3864 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[158]: 6 0 154.138 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[160]: 6 0 180.591 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[162]: 6 0 275.754 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[165]: 6 0 281.066 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[168]: 6 0 172.006 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[170]: 6 0 88.8985 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[171]: 6 0 255.959 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[172]: 6 0 83.292 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[181]: 6 0 15.9326 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[183]: 6 0 102.266 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[184]: 6 0 257.524 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[188]: 6 0 50.5216 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[190]: 6 0 28.9043 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[191]: 6 0 161.565 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[194]: 6 0 292.635 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[195]: 6 0 120.958 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[196]: 6 0 185.109 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[198]: 6 0 112.745 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[202]: 6 0 183.714 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[204]: 6 0 261.935 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[205]: 6 0 309.716 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[209]: 6 0 78.153 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[211]: 6 0 290.204 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[213]: 6 0 191.598 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[216]: 6 0 90.9379 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[222]: 6 0 29.6408 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[223]: 6 0 121.284 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[228]: 6 0 239.116 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[229]: 6 0 79.9714 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[230]: 6 0 18.3256 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[231]: 6 0 127.736 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[234]: 6 0 8.31776 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[235]: 6 0 182.554 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[241]: 6 0 116.287 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[242]: 6 0 127.799 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[243]: 6 0 38.4261 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[247]: 6 0 260.241 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[248]: 6 0 221.068 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[251]: 6 0 48.5624 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[252]: 6 0 211.921 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[257]: 6 0 175.724 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[258]: 6 0 253.751 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[259]: 6 0 185.534 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[264]: 6 0 261.424 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[265]: 6 0 203.293 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[266]: 6 0 110.941 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[267]: 6 0 45.8248 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[271]: 6 0 91.3431 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[272]: 6 0 124.631 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[275]: 6 0 108.905 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[276]: 6 0 188.424 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[279]: 6 0 75.1815 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[285]: 6 0 186.889 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[287]: 6 0 220.765 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[288]: 6 0 283.229 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[291]: 6 0 110.873 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[293]: 6 0 86.4015 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[297]: 6 0 108.913 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[300]: 6 0 95.7337 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[301]: 6 0 178.311 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[302]: 6 0 78.022 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[305]: 6 0 209.819 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[306]: 6 0 204.365 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[308]: 6 0 184.161 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[310]: 6 0 186.733 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[314]: 6 0 128.052 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[319]: 6 0 156.17 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[320]: 6 0 115.621 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[321]: 6 0 223.178 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[323]: 6 0 92.4475 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[325]: 6 0 105.563 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[327]: 6 0 183.908 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[329]: 6 0 128.923 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[330]: 6 0 93.2107 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[332]: 6 0 154.536 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[339]: 6 0 171.516 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[340]: 6 0 159.578 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[342]: 6 0 118.263 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[344]: 6 0 114.042 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[345]: 6 0 205.685 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[346]: 6 0 35.0728 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[349]: 6 0 67.8787 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[352]: 6 0 89.9393 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[354]: 6 0 110.432 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[356]: 6 0 93.03 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[359]: 6 0 100.997 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[364]: 6 0 137.285 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[368]: 6 0 239.167 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[369]: 6 0 4.62321 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[370]: 6 0 100.83 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[371]: 6 0 276.087 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[372]: 6 0 3.06619 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[374]: 6 0 113.401 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[375]: 6 0 96.8276 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[379]: 6 0 179.391 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[384]: 6 0 129.825 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[385]: 6 0 112.609 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[387]: 6 0 17.5077 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[390]: 6 0 132.154 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[391]: 6 0 201.684 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[392]: 6 0 6.511 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[394]: 6 0 185.078 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[395]: 6 0 210.581 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[397]: 6 0 217.581 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[399]: 6 0 174.182 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[401]: 6 0 232.047 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[402]: 6 0 155.914 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[403]: 6 0 118.658 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[405]: 6 0 178.971 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[408]: 6 0 215.851 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[411]: 6 0 167.408 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[412]: 6 0 218.457 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[414]: 6 0 133.898 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[417]: 6 0 168.895 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[418]: 6 0 222.009 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[420]: 6 0 6.8815 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[422]: 6 0 148.602 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[424]: 6 0 177.254 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[425]: 6 0 48.9339 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[427]: 6 0 125.39 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[428]: 6 0 195.268 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[429]: 6 0 151.777 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[432]: 6 0 213.189 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[435]: 6 0 234.082 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[436]: 6 0 124.062 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[437]: 6 0 204.044 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[438]: 6 0 205.087 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[443]: 6 0 255.736 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[445]: 6 0 169.255 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[450]: 6 0 192.864 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[455]: 6 0 74.712 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[456]: 6 0 144.294 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[463]: 6 0 122.266 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[464]: 6 0 53.5713 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[465]: 6 0 85.8993 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[468]: 6 0 88.7328 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[471]: 6 0 143.792 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[472]: 6 0 89.2344 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[477]: 6 0 206.29 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[478]: 6 0 251.059 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[479]: 6 0 134.635 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[481]: 6 0 134.179 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[483]: 6 0 59.0767 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[488]: 6 0 236.536 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[489]: 6 0 32.0046 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[492]: 6 0 195.324 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[493]: 6 0 152.627 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[495]: 6 0 95.7524 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[496]: 6 0 115.002 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[497]: 6 0 196.817 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[499]: 6 0 97.1817 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[501]: 6 0 171.052 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[503]: 6 0 15.2212 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[504]: 6 0 191.009 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[512]: 6 0 181.044 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[513]: 6 0 194.679 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[514]: 6 0 36.2548 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[517]: 6 0 180.242 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[518]: 6 0 222.03 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[519]: 6 0 211.53 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[522]: 6 0 127.603 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[523]: 6 0 37.9984 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[524]: 6 0 54.9838 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[525]: 6 0 134.539 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[529]: 6 0 146.566 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[533]: 6 0 187.186 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[537]: 6 0 225.398 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[540]: 6 0 147.635 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[541]: 6 0 252.095 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[542]: 6 0 209.326 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[546]: 6 0 194.146 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[547]: 6 0 155.225 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[551]: 6 0 101.81 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[553]: 6 0 133.3 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[554]: 6 0 184.521 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[555]: 6 0 181.888 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[557]: 6 0 209.772 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[560]: 6 0 34.4475 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[563]: 6 0 112.462 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[564]: 6 0 165.044 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[567]: 6 0 181.334 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[570]: 6 0 215.986 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[572]: 6 0 177.316 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[575]: 6 0 157.403 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[577]: 6 0 63.7853 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[580]: 6 0 176.249 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[581]: 6 0 114.618 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[584]: 6 0 121.82 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[585]: 6 0 100.376 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[588]: 6 0 172.885 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[591]: 6 0 77.7752 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[592]: 6 0 5.28516 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[593]: 6 0 104.571 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[594]: 6 0 50.7724 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[596]: 6 0 132.523 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[600]: 6 0 125.764 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[602]: 6 0 107.747 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[604]: 6 0 14.5791 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[605]: 6 0 157.769 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[607]: 6 0 49.9287 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[609]: 6 0 87.0975 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[610]: 6 0 43.5087 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[611]: 6 0 220.857 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[612]: 6 0 158.371 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[615]: 6 0 219.229 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[617]: 6 0 50.5017 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[618]: 6 0 206.69 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[620]: 6 0 99.3604 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[622]: 6 0 114.315 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[628]: 6 0 143.403 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[635]: 6 0 171.808 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[636]: 6 0 157.998 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[637]: 6 0 162.133 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[642]: 6 0 107.565 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[647]: 6 0 117.078 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[652]: 6 0 122.47 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[655]: 6 0 121.506 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[656]: 6 0 143.825 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[658]: 6 0 199.847 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[662]: 6 0 196.023 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[663]: 6 0 214.918 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[664]: 6 0 66.6778 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[667]: 6 0 115.56 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[668]: 6 0 58.413 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[675]: 6 0 104.089 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[676]: 6 0 152.405 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[679]: 6 0 129.735 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[681]: 6 0 110.969 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[682]: 6 0 124.182 shouldn't be
3066.66/3094.77	WSVECS04 Frhs2[684]: 6 0 214.011 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[688]: 6 0 79.6031 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[690]: 6 0 100.201 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[693]: 6 0 10.8874 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[697]: 6 0 148.827 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[701]: 6 0 132.102 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[702]: 6 0 59.6989 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[704]: 6 0 203.987 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[705]: 6 0 50.5038 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[710]: 6 0 25.3429 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[716]: 6 0 177.698 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[718]: 6 0 135.373 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[723]: 6 0 57.4812 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[724]: 6 0 164.177 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[725]: 6 0 145.553 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[726]: 6 0 116.719 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[727]: 6 0 75.7268 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[728]: 6 0 155.905 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[732]: 6 0 173.743 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[733]: 6 0 176.125 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[735]: 6 0 8.04628 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[742]: 6 0 185.264 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[746]: 6 0 114.789 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[752]: 6 0 28.2456 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[754]: 6 0 101.966 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[755]: 6 0 197.75 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[756]: 6 0 157.183 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[757]: 6 0 85.8905 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[758]: 6 0 102.499 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[759]: 6 0 25.2551 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[760]: 6 0 224.84 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[768]: 6 0 198.276 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[769]: 6 0 102.13 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[777]: 6 0 141.733 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[779]: 6 0 125.162 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[781]: 6 0 187.412 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[784]: 6 0 156.139 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[790]: 6 0 61.3482 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[791]: 6 0 76.4646 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[793]: 6 0 116.375 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[797]: 6 0 107.948 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[800]: 6 0 92.5619 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[803]: 6 0 126.337 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[804]: 6 0 114.149 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[806]: 6 0 79.5017 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[808]: 6 0 174.379 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[810]: 6 0 152.174 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[813]: 6 0 112.762 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[814]: 6 0 25.144 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[815]: 6 0 81.5397 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[818]: 6 0 108.514 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[819]: 6 0 138.159 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[820]: 6 0 131.161 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[822]: 6 0 157.628 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[823]: 6 0 171.703 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[825]: 6 0 33.2474 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[828]: 6 0 158.358 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[829]: 6 0 139.901 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[830]: 6 0 176.39 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[831]: 6 0 140.618 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[834]: 6 0 59.8823 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[836]: 6 0 108.045 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[839]: 6 0 198.682 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[842]: 6 0 22.448 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[843]: 6 0 86.1506 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[844]: 6 0 221.633 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[845]: 6 0 70.8707 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[846]: 6 0 127.457 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[848]: 6 0 49.4472 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[853]: 6 0 114.222 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[854]: 6 0 135.484 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[855]: 6 0 173.73 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[856]: 6 0 118.317 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[861]: 6 0 121.777 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[864]: 6 0 175.324 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[869]: 6 0 11.3586 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[870]: 6 0 114.349 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[871]: 6 0 39.6147 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[872]: 6 0 25.8929 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[878]: 6 0 94.7044 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[879]: 6 0 87.2789 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[882]: 6 0 58.877 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[884]: 6 0 8.64264 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[885]: 6 0 138.649 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[886]: 6 0 90.0073 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[887]: 6 0 174.095 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[893]: 6 0 125.564 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[898]: 6 0 26.6741 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[899]: 6 0 66.0786 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[901]: 6 0 146.703 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[902]: 6 0 119.025 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[903]: 6 0 128.513 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[906]: 6 0 123.013 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[908]: 6 0 61.1272 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[909]: 6 0 90.3267 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[914]: 6 0 102.101 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[919]: 6 0 79.5512 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[921]: 6 0 141.349 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[922]: 6 0 123.741 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[927]: 6 0 24.6842 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[928]: 6 0 116.4 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[931]: 6 0 164.944 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[932]: 6 0 59.7364 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[934]: 6 0 15.6434 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[935]: 6 0 137.106 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[936]: 6 0 130.183 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[941]: 6 0 47.2283 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[942]: 6 0 75.0787 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[947]: 6 0 22.5195 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[953]: 6 0 79.0929 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[954]: 6 0 116.15 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[955]: 6 0 138.626 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[962]: 6 0 84.4748 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[964]: 6 0 26.9111 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[967]: 6 0 64.8239 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[973]: 6 0 163.576 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[974]: 6 0 38.7159 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[979]: 6 0 32.4085 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[980]: 6 0 70.3062 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[981]: 6 0 82.8762 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[983]: 6 0 157.929 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[985]: 6 0 137.144 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[987]: 6 0 47.5312 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[992]: 6 0 63.878 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[997]: 6 0 54.2255 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1002]: 6 0 0.864259 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1004]: 6 0 86.508 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1005]: 6 0 72.516 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1010]: 6 0 109.046 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1011]: 6 0 20.9722 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1014]: 6 0 10.5495 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1016]: 6 0 118.47 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1017]: 6 0 29.1768 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1019]: 6 0 41.3125 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1020]: 6 0 64.1629 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1025]: 6 0 85.841 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1027]: 6 0 106.064 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1034]: 6 0 96.2813 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1036]: 6 0 157.02 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1037]: 6 0 115.868 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1038]: 6 0 117.101 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1041]: 6 0 161.936 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1043]: 6 0 86.7528 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1046]: 6 0 118.766 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1052]: 6 0 36.069 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1053]: 6 0 159.094 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1055]: 6 0 54.7444 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1057]: 6 0 32.3238 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1058]: 6 0 132.91 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1061]: 6 0 59.2294 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1063]: 6 0 140.669 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1066]: 6 0 68.4766 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1067]: 6 0 134.049 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1070]: 6 0 138.394 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1075]: 6 0 4.05003 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1085]: 6 0 131.27 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1091]: 6 0 116.593 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1092]: 6 0 26.6649 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1097]: 6 0 89.448 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1098]: 6 0 84.7112 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1101]: 6 0 62.4066 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1109]: 6 0 122.499 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1110]: 6 0 143.274 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1116]: 6 0 53.2086 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1119]: 6 0 156.09 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1120]: 6 0 124.885 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1121]: 6 0 167.413 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1123]: 6 0 141.635 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1124]: 6 0 122.07 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1125]: 6 0 74.7235 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1126]: 6 0 20.5009 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1131]: 6 0 46.4721 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1133]: 6 0 17.704 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1134]: 6 0 77.5365 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1138]: 6 0 30.2482 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1139]: 6 0 101.963 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1142]: 6 0 99.9485 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1143]: 6 0 102.178 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1146]: 6 0 163.072 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1151]: 6 0 1.55622 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1152]: 6 0 11.1576 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1156]: 6 0 5.48985 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1158]: 6 0 11.4685 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1160]: 6 0 7.10956 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1162]: 6 0 36.5165 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1165]: 6 0 16.2144 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1166]: 6 0 91.0322 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1173]: 6 0 64.8925 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1175]: 6 0 5.7625 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1177]: 6 0 103.476 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1181]: 6 0 101.473 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1185]: 6 0 73.5825 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1189]: 6 0 23.6053 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1190]: 6 0 65.1175 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1195]: 6 0 14.4423 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1196]: 6 0 33.7276 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1198]: 6 0 43.054 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1203]: 6 0 78.3542 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1204]: 6 0 62.2834 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1209]: 6 0 81.7119 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1215]: 6 0 63.4564 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1219]: 6 0 4.85454 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1221]: 6 0 100.748 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1222]: 6 0 68.173 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1228]: 6 0 121.914 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1237]: 6 0 99.6315 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1245]: 6 0 45.2778 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1251]: 6 0 52.9606 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1252]: 6 0 114.351 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1260]: 6 0 65.9565 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1262]: 6 0 59.7913 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1263]: 6 0 35.8789 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1264]: 6 0 119.462 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1269]: 6 0 9.65285 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1270]: 6 0 91.011 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1274]: 6 0 21.7154 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1275]: 6 0 72.5165 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1277]: 6 0 65.2001 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1283]: 6 0 87.524 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1287]: 6 0 73.8774 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1289]: 6 0 106.006 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1290]: 6 0 63.1238 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1292]: 6 0 69.0209 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1309]: 6 0 98.107 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1312]: 6 0 36.0778 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1322]: 6 0 5.9926 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1323]: 6 0 91.2688 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1325]: 6 0 29.3111 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1326]: 6 0 56.6047 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1328]: 6 0 55.7809 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1330]: 6 0 36.5309 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1331]: 6 0 28.5452 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1333]: 6 0 4.28265 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1340]: 6 0 78.83 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1348]: 6 0 85.4007 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1353]: 6 -87.247 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1357]: 6 0 13.1128 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1358]: 6 0 93.8297 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1359]: 6 0 74.7867 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1360]: 6 0 44.6092 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1371]: 6 0 12.398 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1374]: 6 0 48.0053 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1376]: 6 0 2.02024 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1379]: 6 0 35.2073 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1390]: 6 0 47.4671 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1392]: 6 0 19.4895 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1393]: 6 0 26.0872 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1397]: 6 0 90.4957 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1398]: 6 0 115.116 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1402]: 6 -56.7128 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1403]: 6 -31.6999 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1406]: 6 0 5.20114 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1415]: 6 0 66.3374 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1417]: 6 -45.227 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1425]: 6 0 35.4406 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1431]: 6 0 47.3145 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1447]: 6 0 36.5866 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1449]: 6 0 21.0379 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1452]: 6 -28.4111 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1456]: 6 0 12.0457 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1457]: 6 0 21.5842 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1467]: 6 0 60.3438 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1481]: 6 0 42.2646 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1487]: 6 -66.7097 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1490]: 6 -62.3052 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1492]: 6 -69.9001 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1493]: 6 -30.2362 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1494]: 6 -21.6835 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1497]: 6 0 25.494 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1500]: 6 0 45.9005 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1509]: 6 -50.5048 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1510]: 6 -26.5742 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1512]: 6 -82.1151 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1525]: 6 -4.16695 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1527]: 6 -8.38162 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1529]: 6 0 10.4006 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1530]: 6 -6.30826 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1533]: 6 0 0.00433472 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1552]: 6 0 2.83546 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1575]: 6 0 61.9499 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1591]: 6 0 4.84941 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1594]: 6 0 52.9946 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1596]: 6 0 0.162489 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1599]: 6 -49.8996 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1613]: 6 -14.1065 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1615]: 6 -68.5652 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1616]: 6 -18.9192 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1620]: 6 0 45.5015 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1623]: 6 0 12.7725 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1626]: 6 0 23.79 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1628]: 6 -49.0128 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1635]: 6 0 11.9006 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1637]: 6 0 37.4056 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1638]: 6 0 61.099 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1641]: 6 0 28.0463 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1646]: 6 -75.083 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1647]: 6 -66.0402 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1648]: 6 -49.0333 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1655]: 6 -50.7836 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1664]: 6 -38.4983 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1667]: 6 0 26.434 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1669]: 6 0 28.0846 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1676]: 6 0 29.5294 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1678]: 6 -75.3347 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1681]: 6 -62.8389 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1683]: 6 0 48.2671 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1685]: 6 0 39.16 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1689]: 6 -51.805 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1690]: 6 -33.9086 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1694]: 6 -53.2879 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1695]: 6 -64.6851 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1697]: 6 -88.5162 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1698]: 6 -1.99614 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1702]: 6 0 41.7393 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1718]: 6 -7.06305 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1724]: 6 -17.1031 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1727]: 6 -7.16225 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1728]: 6 -68.6275 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1730]: 6 -31.3816 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1732]: 6 -3.22501 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1738]: 6 -36.5784 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1741]: 6 -29.4428 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1742]: 6 -18.0947 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1745]: 6 -58.0916 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1746]: 6 -19.0747 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1749]: 6 -42.7763 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1750]: 6 -34.7275 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1752]: 6 -9.57669 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1753]: 6 -69.2693 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1754]: 6 -17.2956 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1762]: 6 -1.37971 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1765]: 6 -38.3802 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1766]: 6 -62.0237 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1767]: 6 -28.8377 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1768]: 6 -37.2093 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1770]: 6 -60.9606 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1771]: 6 -17.1389 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1772]: 6 -9.37908 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1775]: 6 -23.2108 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1778]: 6 -60.6454 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1781]: 6 -60.8803 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1782]: 6 -63.0822 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1783]: 6 -42.753 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1786]: 6 -33.3565 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1787]: 6 -16.2902 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1788]: 6 -10.1543 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1789]: 6 -0.206029 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1790]: 6 -37.2204 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1791]: 6 -27.4774 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1792]: 6 -20.7177 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1795]: 6 -76.994 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1797]: 6 -57.8976 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1798]: 6 -0.171148 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1804]: 6 -44.1822 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1809]: 6 -8.76182 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1813]: 6 -42.9816 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1815]: 6 -28.0053 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1816]: 6 -18.0703 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1818]: 6 -32.2499 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1819]: 6 -14.0368 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1821]: 6 -3.83981 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1822]: 6 -5.10517 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1823]: 6 -26.5298 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1824]: 6 -22.8234 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1830]: 6 -30.3169 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1831]: 6 -35.5537 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1832]: 6 -43.9049 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1837]: 6 -17.6339 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1839]: 6 -9.98369 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1840]: 6 -40.538 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1847]: 6 -29.0933 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1848]: 6 -9.15812 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1860]: 6 0 4.36716 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1863]: 6 -46.0712 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1864]: 6 -37.3684 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1866]: 6 -41.2202 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1867]: 6 -43.9685 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1881]: 6 -12.5193 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1882]: 6 -26.3313 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1884]: 6 -17.2589 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1885]: 6 -52.0174 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1895]: 6 -29.8212 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1897]: 6 -37.6599 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1898]: 6 -14.6592 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1900]: 6 -79.06 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1901]: 6 -9.53498 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1902]: 6 -47.2516 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1903]: 6 -6.44832 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1912]: 6 -0.222898 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1913]: 6 -87.4793 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1914]: 6 -20.5567 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1916]: 6 -34.6387 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1918]: 6 -28.6633 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1922]: 6 -2.00195 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1927]: 6 -63.0975 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1930]: 6 -14.07 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1932]: 6 -24.8937 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1933]: 6 -69.3067 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1934]: 6 -27.6768 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1938]: 6 -36.206 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1940]: 6 -32.8029 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1945]: 6 -38.4758 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1946]: 6 -44.7453 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1948]: 6 -12.4171 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1949]: 6 -55.5375 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1954]: 6 -59.5833 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1955]: 6 -25.5673 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1957]: 6 -39.4106 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1960]: 6 -47.1943 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1961]: 6 -57.2757 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1964]: 6 -49.4554 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1965]: 6 -37.2013 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1971]: 6 -19.834 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1972]: 6 -75.7303 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1973]: 6 -49.0278 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1976]: 6 -54.2445 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1978]: 6 -71.8192 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1979]: 6 -12.7749 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1980]: 6 -42.9312 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1986]: 6 -36.1849 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1987]: 6 -3.92665 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1989]: 6 0 9.81343 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1995]: 6 -31.9057 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1996]: 6 -41.1685 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[1997]: 6 -30.6576 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[2008]: 6 -9.52289 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[2009]: 6 -36.4172 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[2013]: 6 -17.8924 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[2014]: 6 -44.0363 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[2016]: 6 -17.8386 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[2020]: 6 -31.3122 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[2021]: 6 -4.36441 0 shouldn't be
3066.66/3094.78	WSVECS04 Frhs2[2023]: 6 -28.3964 0 shouldn't be
3071.06/3099.13	c rational objective -12879.2
3080.64/3108.74	c #Conflicts:     942000 | #Constraints:      53015
3080.64/3108.74	c #Conflicts:     943000 | #Constraints:      54015
3080.64/3108.74	c #Conflicts:     944000 | #Constraints:      55016
3080.64/3108.74	c bounds -9128 >= -50741 @ 3048.83
3116.35/3144.57	c #Conflicts:     945000 | #Constraints:      56032
3116.35/3144.57	c #Conflicts:     946000 | #Constraints:      57032
3116.35/3144.57	c #Conflicts:     947000 | #Constraints:      58032
3116.35/3144.57	c #Conflicts:     948000 | #Constraints:      59032
3116.35/3144.57	c #Conflicts:     949000 | #Constraints:      60032
3116.35/3144.57	c #Conflicts:     950000 | #Constraints:      61032
3116.35/3144.57	c #Conflicts:     951000 | #Constraints:      62032
3116.35/3144.57	c bounds -9128 >= -50723 @ 3084.3
3117.74/3145.98	c #Conflicts:     952000 | #Constraints:      63044
3117.74/3145.98	c bounds -9134 >= -50723 @ 3085.68
3117.85/3146.02	c bounds -9141 >= -50723 @ 3085.72
3117.85/3146.06	c bounds -9154 >= -50723 @ 3085.75
3117.85/3146.10	c bounds -9155 >= -50723 @ 3085.8
3117.95/3146.14	c bounds -9164 >= -50723 @ 3085.84
3118.24/3146.41	c #Conflicts:     953000 | #Constraints:      64053
3118.24/3146.41	c bounds -9167 >= -50723 @ 3086.1
3118.34/3146.50	c bounds -9172 >= -50723 @ 3086.19
3118.34/3146.56	c bounds -9173 >= -50723 @ 3086.25
3118.45/3146.60	c bounds -9176 >= -50723 @ 3086.29
3118.45/3146.65	c bounds -9191 >= -50723 @ 3086.33
3118.55/3146.77	c bounds -9196 >= -50723 @ 3086.45
3118.65/3146.81	c bounds -9200 >= -50723 @ 3086.49
3118.65/3146.85	c bounds -9210 >= -50723 @ 3086.53
3118.65/3146.89	c bounds -9213 >= -50723 @ 3086.58
3118.94/3147.18	c bounds -9215 >= -50723 @ 3086.86
3119.05/3147.24	c bounds -9218 >= -50723 @ 3086.91
3119.14/3147.36	c bounds -9219 >= -50723 @ 3087.03
3119.24/3147.41	c bounds -9223 >= -50723 @ 3087.08
3119.44/3147.62	c bounds -9224 >= -50723 @ 3087.29
3119.54/3147.79	c bounds -9230 >= -50723 @ 3087.45
3119.64/3147.88	c bounds -9232 >= -50723 @ 3087.54
3119.74/3147.95	c bounds -9233 >= -50723 @ 3087.61
3124.53/3152.71	c #Conflicts:     954000 | #Constraints:      65076
3124.53/3152.71	c #Conflicts:     955000 | #Constraints:      66088
3124.53/3152.71	c bounds -9240 >= -50723 @ 3092.29
3124.53/3152.76	c bounds -9242 >= -50723 @ 3092.33
3124.73/3152.91	c bounds -9281 >= -50723 @ 3092.48
3129.82/3158.01	c bounds -9306 >= -50723 @ 3097.52
3129.92/3158.12	c bounds -9321 >= -50723 @ 3097.63
3136.40/3164.63	c #Conflicts:     956000 | #Constraints:      67095
3136.40/3164.63	c #Conflicts:     957000 | #Constraints:      68095
3136.40/3164.63	c #Conflicts:     958000 | #Constraints:      69095
3136.40/3164.63	c bounds -9333 >= -50723 @ 3104.04
3160.43/3188.99	c #Conflicts:     959000 | #Constraints:      70096
3160.43/3188.99	c #Conflicts:     960000 | #Constraints:      71096
3160.43/3188.99	c #Conflicts:     961000 | #Constraints:      72096
3160.43/3188.99	c INPROCESSING
3160.43/3188.99	c GARBAGE COLLECT
3160.43/3188.99	c rational objective -12879.2
3163.42/3191.99	c #Conflicts:     962000 | #Constraints:      54030
3163.42/3191.99	c bounds -9340 >= -50723 @ 3130.97
3187.35/3216.04	c #Conflicts:     963000 | #Constraints:      55031
3187.35/3216.04	c #Conflicts:     964000 | #Constraints:      56031
3187.35/3216.04	c #Conflicts:     965000 | #Constraints:      57031
3187.35/3216.04	c #Conflicts:     966000 | #Constraints:      58031
3187.35/3216.04	c #Conflicts:     967000 | #Constraints:      59033
3187.35/3216.04	c #Conflicts:     968000 | #Constraints:      60035
3187.35/3216.04	c #Conflicts:     969000 | #Constraints:      61039
3187.35/3216.04	c #Conflicts:     970000 | #Constraints:      62040
3187.35/3216.04	c #Conflicts:     971000 | #Constraints:      63042
3187.35/3216.04	c #Conflicts:     972000 | #Constraints:      64044
3187.35/3216.04	c #Conflicts:     973000 | #Constraints:      65047
3187.35/3216.04	c #Conflicts:     974000 | #Constraints:      66049
3187.35/3216.04	c #Conflicts:     975000 | #Constraints:      67052
3187.35/3216.04	c bounds -9346 >= -50723 @ 3154.52
3187.35/3216.05	c bounds -9346 >= -50707 @ 3154.53
3187.35/3216.06	c bounds -9346 >= -50691 @ 3154.55
3187.35/3216.07	c bounds -9346 >= -50676 @ 3154.55
3187.35/3216.08	c bounds -9346 >= -50660 @ 3154.56
3187.35/3216.09	c bounds -9346 >= -50644 @ 3154.58
3187.45/3216.11	c bounds -9346 >= -50628 @ 3154.59
3187.45/3216.13	c bounds -9346 >= -50613 @ 3154.61
3187.45/3216.14	c bounds -9346 >= -50598 @ 3154.62
3187.45/3216.17	c bounds -9346 >= -50582 @ 3154.65
3187.45/3216.19	c bounds -9346 >= -50567 @ 3154.67
3187.54/3216.23	c bounds -9346 >= -50552 @ 3154.71
3187.54/3216.26	c bounds -9346 >= -50537 @ 3154.74
3187.54/3216.27	c bounds -9346 >= -50522 @ 3154.76
3187.54/3216.29	c bounds -9346 >= -50507 @ 3154.77
3187.64/3216.31	c bounds -9346 >= -50492 @ 3154.79
3187.64/3216.36	c bounds -9346 >= -50477 @ 3154.84
3187.84/3216.50	c bounds -9346 >= -50462 @ 3154.98
3188.44/3217.11	WSVECS04 Frhs2[9]: 6 0 107 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[14]: 6 0 85 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[20]: 6 0 155 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[27]: 6 0 58.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[36]: 6 0 229 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[85]: 6 0 58 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[141]: 6 0 99.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[143]: 6 0 92 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[167]: 6 0 28 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[188]: 6 0 86 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[251]: 6 0 89 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[274]: 6 0 84.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[425]: 6 0 67.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[454]: 6 0 161 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[503]: 6 0 55.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[577]: 6 0 89 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[591]: 6 0 118 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[592]: 6 0 48 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[604]: 6 0 29 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[639]: 6 0 58.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[645]: 6 0 18 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[702]: 6 0 96.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[705]: 6 0 96.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[759]: 6 0 76.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[801]: 6 0 27 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[848]: 6 0 69 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[880]: 6 0 80.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[882]: 6 0 87 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[907]: 6 0 69.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[934]: 6 0 69 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[942]: 6 0 97 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[947]: 6 0 68 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[974]: 6 0 91.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[979]: 6 0 85 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[980]: 6 0 92 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[986]: 6 0 20.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1014]: 6 0 60.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1048]: 6 0 43.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1080]: 6 0 29 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1098]: 6 0 99.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1108]: 6 0 19.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1133]: 6 0 60 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1147]: 6 0 83 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1151]: 6 0 48.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1156]: 6 0 31.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1160]: 6 0 57 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1173]: 6 0 93 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1185]: 6 0 95.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1189]: 6 0 61.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1190]: 6 0 91 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1193]: 6 0 69.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1213]: 6 0 30 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1225]: 6 0 11.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1240]: 6 -52.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1268]: 6 0 32.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1280]: 6 0 60 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1311]: 6 0 92.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1319]: 6 0 4.00009 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1326]: 6 0 65.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1350]: 6 0 23 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1353]: 6 -81.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1358]: 6 0 129 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1359]: 6 0 94.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1360]: 6 0 91 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1371]: 6 0 54 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1373]: 6 0 10 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1376]: 6 0 58.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1394]: 6 0 128 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1396]: 6 0 18.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1402]: 6 -2.00005 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1403]: 6 -21.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1411]: 6 0 115 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1413]: 6 0 2.00006 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1426]: 6 0 30.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1430]: 6 0 35.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1431]: 6 0 79 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1441]: 6 0 10.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1449]: 6 0 55 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1456]: 6 0 45.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1467]: 6 0 76.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1469]: 6 0 9.00006 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1482]: 6 0 51.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1490]: 6 -34.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1492]: 6 -31 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1493]: 6 -4.00003 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1496]: 6 0 16 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1500]: 6 0 92 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1506]: 6 -24.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1510]: 6 -7.00003 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1513]: 6 0 81 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1515]: 6 0 71.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1517]: 6 0 22.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1523]: 6 -24.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1529]: 6 0 37.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1540]: 6 -19 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1545]: 6 0 42 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1552]: 6 0 16.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1557]: 6 0 21.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1574]: 6 0 7.00004 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1575]: 6 0 84.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1579]: 6 0 2.00007 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1591]: 6 0 26.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1594]: 6 0 75 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1608]: 6 0 21.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1620]: 6 0 49.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1621]: 6 0 48.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1634]: 6 -55 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1635]: 6 0 32 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1638]: 6 0 74.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1641]: 6 0 71 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1643]: 6 0 8.00008 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1647]: 6 -55.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1664]: 6 -30.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1666]: 6 0 46.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1669]: 6 0 55.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1672]: 6 0 58 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1674]: 6 0 64.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1681]: 6 -52 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1683]: 6 0 78.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1688]: 6 0 16.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1694]: 6 -12.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1697]: 6 -57 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1699]: 6 0 21 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1742]: 6 0 23.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1750]: 6 -6.00005 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1756]: 6 -7.00002 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1769]: 6 -29.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1770]: 6 -4.00005 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1771]: 6 -6.00009 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1775]: 6 -7.00006 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1781]: 6 -6.00004 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1786]: 6 -8.00003 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1801]: 6 -31.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1802]: 6 -33.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1811]: 6 0 23.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1816]: 6 -5.00006 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1818]: 6 0 14 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1825]: 6 0 16.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1826]: 6 0 8.00007 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1827]: 6 0 14.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1832]: 6 -5.00009 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1836]: 6 -6.00007 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1838]: 6 -30 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1840]: 6 -5.00004 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1841]: 6 0 28 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1844]: 6 0 11 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1847]: 6 -3.00007 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1848]: 6 -4.00008 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1853]: 6 -12.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1855]: 6 -35.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1860]: 6 0 13.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1862]: 6 0 19.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1866]: 6 -16.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1867]: 6 -3.00004 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1868]: 6 0 9.00006 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1869]: 6 0 8.00004 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1878]: 6 -26.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1900]: 6 -25 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1902]: 6 -33 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1916]: 6 -19.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1932]: 6 -9.00007 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1933]: 6 -20 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1937]: 6 0 8.00002 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1940]: 6 0 25.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1964]: 6 -4.00005 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1965]: 6 -11 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1968]: 6 0 25.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1971]: 6 0 6.00002 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1980]: 6 -12 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1989]: 6 0 33.0001 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
3188.44/3217.11	WSVECS04 Frhs2[1996]: 6 -19.0001 0 shouldn't be
3192.53/3221.21	c bounds -9346 >= -50447 @ 3159.65
3193.52/3222.23	c bounds -9346 >= -50432 @ 3160.66
3196.33/3225.06	c #Conflicts:     976000 | #Constraints:      68168
3196.33/3225.06	c bounds -9346 >= -50417 @ 3163.48
3214.10/3243.27	c #Conflicts:     977000 | #Constraints:      69183
3214.10/3243.27	c bounds -9346 >= -50402 @ 3181.19
3219.49/3248.62	c #Conflicts:     978000 | #Constraints:      70204
3219.49/3248.62	c #Conflicts:     979000 | #Constraints:      71204
3219.49/3248.62	c #Conflicts:     980000 | #Constraints:      72204
3219.49/3248.62	c #Conflicts:     981000 | #Constraints:      73204
3219.49/3248.62	c INPROCESSING
3219.49/3248.62	c GARBAGE COLLECT
3219.49/3248.62	WSVECS04 Frhs2[1700]: 6 -15 0 shouldn't be
3219.49/3248.62	WSVECS04 Frhs2[1717]: 6 -30 0 shouldn't be
3219.49/3248.62	WSVECS04 Frhs2[1966]: 6 -24.0001 0 shouldn't be
3221.48/3250.65	WSVECS04 Frhs2[1981]: 6 -9.00005 0 shouldn't be
3221.48/3250.65	WSVECS04 Frhs2[1982]: 6 -32.0001 0 shouldn't be
3222.68/3251.83	WSVECS04 Frhs2[1735]: 6 -16 0 shouldn't be
3222.68/3251.83	WSVECS04 Frhs2[1845]: 6 -17 0 shouldn't be
3226.77/3255.99	c rational objective -12879.2
3228.47/3257.67	c bounds -9351 >= -50402 @ 3195.46
3228.57/3257.71	c bounds -9357 >= -50402 @ 3195.5
3228.57/3257.72	c bounds -9366 >= -50402 @ 3195.51
3228.57/3257.78	c bounds -9367 >= -50402 @ 3195.58
3228.57/3257.79	c bounds -9371 >= -50402 @ 3195.58
3228.77/3257.97	c bounds -9374 >= -50402 @ 3195.76
3232.06/3261.25	c #Conflicts:     982000 | #Constraints:      54715
3232.06/3261.25	c #Conflicts:     983000 | #Constraints:      55715
3232.06/3261.25	c bounds -9384 >= -50402 @ 3198.99
3248.57/3278.02	c #Conflicts:     984000 | #Constraints:      56716
3248.57/3278.02	c #Conflicts:     985000 | #Constraints:      57716
3248.57/3278.02	c #Conflicts:     986000 | #Constraints:      58716
3248.57/3278.02	c #Conflicts:     987000 | #Constraints:      59716
3248.57/3278.02	c #Conflicts:     988000 | #Constraints:      60717
3248.57/3278.02	c #Conflicts:     989000 | #Constraints:      61720
3248.57/3278.02	c #Conflicts:     990000 | #Constraints:      62723
3248.57/3278.02	c bounds -9386 >= -50402 @ 3215.28
3250.27/3279.74	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[148]: 6 0 47.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[179]: 6 0 85 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[309]: 6 0 48 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[350]: 6 0 15 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[604]: 6 0 29 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[610]: 6 0 54.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[710]: 6 0 61 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[734]: 6 0 43 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[848]: 6 0 69 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[925]: 6 0 75 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[961]: 6 0 23 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[997]: 6 0 75 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1009]: 6 0 59.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1017]: 6 0 61.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1021]: 6 0 30.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1057]: 6 0 54.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1131]: 6 0 90.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1215]: 6 0 81 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1219]: 6 0 44 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1285]: 6 0 86 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1294]: 6 0 32 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1322]: 6 0 30.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1325]: 6 0 35 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1326]: 6 0 65 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1360]: 6 0 91 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1411]: 6 0 115 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1415]: 6 0 83 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1427]: 6 0 37 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1481]: 6 0 85.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1515]: 6 0 71.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1529]: 6 0 37.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1590]: 6 0 65.0001 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1646]: 6 -43 0 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1687]: 6 0 31 shouldn't be
3250.27/3279.74	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
3250.76/3280.24	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
3250.76/3280.24	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
3250.76/3280.24	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
3250.76/3280.24	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
3250.76/3280.24	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
3250.76/3280.24	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[277]: 6 0 1.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[467]: 6 0 78 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[560]: 6 0 65 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[688]: 6 0 96 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[692]: 6 0 18.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[702]: 6 0 96.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[723]: 6 0 89 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[815]: 6 0 91.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[947]: 6 0 68 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1126]: 6 0 58.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1138]: 6 0 60.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1280]: 6 0 60.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1328]: 6 0 68 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1359]: 6 0 94.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1371]: 6 0 54 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1373]: 6 0 10 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1390]: 6 0 64.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1392]: 6 0 68.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1393]: 6 0 69.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1394]: 6 0 128 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1403]: 6 -21.0001 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1424]: 6 0 2.00003 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1482]: 6 0 51.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1492]: 6 -31.0001 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1497]: 6 0 56.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1506]: 6 -24.0001 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1594]: 6 0 75 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1608]: 6 0 21.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1626]: 6 0 45 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1669]: 6 0 55.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1670]: 6 0 30.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1811]: 6 0 23.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1838]: 6 -30 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1855]: 6 -35.0001 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1860]: 6 0 13.0001 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1917]: 6 -28 0 shouldn't be
3250.76/3280.25	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
3331.05/3362.13	c #Conflicts:     991000 | #Constraints:      63728
3331.05/3362.13	c #Conflicts:     992000 | #Constraints:      64728
3331.05/3362.13	c #Conflicts:     993000 | #Constraints:      65728
3331.05/3362.13	c #Conflicts:     994000 | #Constraints:      66728
3331.05/3362.13	c #Conflicts:     995000 | #Constraints:      67728
3331.05/3362.13	c #Conflicts:     996000 | #Constraints:      68729
3331.05/3362.13	c #Conflicts:     997000 | #Constraints:      69729
3331.05/3362.13	c #Conflicts:     998000 | #Constraints:      70729
3331.05/3362.13	c #Conflicts:     999000 | #Constraints:      71729
3331.05/3362.13	c #Conflicts:    1000000 | #Constraints:      72730
3331.05/3362.13	c #Conflicts:    1001000 | #Constraints:      73730
3331.05/3362.13	c INPROCESSING
3331.05/3362.13	c GARBAGE COLLECT
3331.05/3362.13	c rational objective -12879.2
3344.03/3375.17	c #Conflicts:    1002000 | #Constraints:      55011
3344.03/3375.17	c #Conflicts:    1003000 | #Constraints:      56011
3344.03/3375.17	c #Conflicts:    1004000 | #Constraints:      57011
3344.03/3375.17	c #Conflicts:    1005000 | #Constraints:      58013
3344.03/3375.17	c #Conflicts:    1006000 | #Constraints:      59017
3344.03/3375.17	c bounds -9390 >= -50402 @ 3310.21
3344.41/3375.58	c bounds -9396 >= -50402 @ 3310.61
3346.41/3377.56	c #Conflicts:    1007000 | #Constraints:      60022
3346.41/3377.56	c #Conflicts:    1008000 | #Constraints:      61026
3346.41/3377.56	c bounds -9399 >= -50402 @ 3312.55
3346.51/3377.63	c bounds -9407 >= -50402 @ 3312.61
3346.71/3377.86	c bounds -9409 >= -50402 @ 3312.84
3347.21/3378.39	c bounds -9415 >= -50402 @ 3313.36
3348.61/3379.77	c bounds -9418 >= -50402 @ 3314.72
3349.41/3380.50	c #Conflicts:    1009000 | #Constraints:      62047
3349.41/3380.50	c bounds -9419 >= -50402 @ 3315.44
3349.41/3380.56	c bounds -9430 >= -50402 @ 3315.51
3349.61/3380.70	c bounds -9484 >= -50402 @ 3315.65
3350.21/3381.33	c bounds -9487 >= -50402 @ 3316.26
3350.60/3381.73	c bounds -9491 >= -50402 @ 3316.66
3351.30/3382.47	c bounds -9494 >= -50402 @ 3317.38
3351.50/3382.61	c bounds -9496 >= -50402 @ 3317.53
3352.39/3383.59	c #Conflicts:    1010000 | #Constraints:      63063
3352.39/3383.59	c bounds -9498 >= -50402 @ 3318.49
3355.74/3387.19	c #Conflicts:    1011000 | #Constraints:      64076
3355.74/3387.19	c bounds -9508 >= -50402 @ 3321.79
3355.84/3387.20	c bounds -9508 >= -50390 @ 3321.81
3355.84/3387.21	c bounds -9508 >= -50376 @ 3321.81
3355.84/3387.21	c bounds -9508 >= -50362 @ 3321.82
3355.84/3387.22	c bounds -9508 >= -50350 @ 3321.83
3355.84/3387.23	c bounds -9508 >= -50336 @ 3321.84
3355.84/3387.26	c bounds -9508 >= -50322 @ 3321.86
3355.84/3387.28	c bounds -9508 >= -50310 @ 3321.88
3355.84/3387.29	c bounds -9508 >= -50298 @ 3321.9
3355.94/3387.31	c bounds -9508 >= -50286 @ 3321.91
3355.94/3387.34	c bounds -9508 >= -50273 @ 3321.94
3355.94/3387.35	c bounds -9508 >= -50261 @ 3321.95
3355.94/3387.36	c bounds -9508 >= -50249 @ 3321.97
3355.94/3387.39	c bounds -9508 >= -50237 @ 3322
3356.04/3387.43	c bounds -9508 >= -50225 @ 3322.04
3356.74/3388.14	c bounds -9508 >= -50213 @ 3322.73
3357.44/3388.81	c bounds -9508 >= -50201 @ 3323.4
3358.34/3389.77	c bounds -9508 >= -50189 @ 3324.35
3387.36/3418.84	c #Conflicts:    1012000 | #Constraints:      65183
3387.36/3418.84	c #Conflicts:    1013000 | #Constraints:      66184
3387.36/3418.84	c #Conflicts:    1014000 | #Constraints:      67191
3387.36/3418.84	c #Conflicts:    1015000 | #Constraints:      68195
3387.36/3418.84	c #Conflicts:    1016000 | #Constraints:      69199
3387.36/3418.84	c #Conflicts:    1017000 | #Constraints:      70206
3387.36/3418.84	c #Conflicts:    1018000 | #Constraints:      71212
3387.36/3418.84	c #Conflicts:    1019000 | #Constraints:      72217
3387.36/3418.84	c #Conflicts:    1020000 | #Constraints:      73222
3387.36/3418.84	c #Conflicts:    1021000 | #Constraints:      74222
3387.36/3418.84	c INPROCESSING
3387.36/3418.84	c GARBAGE COLLECT
3387.36/3418.84	c rational objective -12879.2
3390.16/3421.67	c bounds -9508 >= -50177 @ 3355.89
3390.66/3422.13	c bounds -9508 >= -50165 @ 3356.34
3390.86/3422.35	c bounds -9508 >= -50139 @ 3356.55
3390.86/3422.35	c bounds -9508 >= -50127 @ 3356.55
3390.86/3422.36	c bounds -9508 >= -50115 @ 3356.56
3390.86/3422.37	c bounds -9508 >= -50103 @ 3356.57
3390.86/3422.40	c bounds -9508 >= -50091 @ 3356.6
3390.96/3422.44	c bounds -9508 >= -50079 @ 3356.64
3391.06/3422.58	c #Conflicts:    1022000 | #Constraints:      55238
3391.06/3422.58	c bounds -9508 >= -50067 @ 3356.78
3391.26/3422.75	c bounds -9508 >= -50055 @ 3356.95
3391.66/3423.18	c bounds -9508 >= -50043 @ 3357.37
3393.66/3425.19	c #Conflicts:    1023000 | #Constraints:      56301
3393.66/3425.19	c bounds -9508 >= -50031 @ 3359.34
3396.14/3427.69	c #Conflicts:    1024000 | #Constraints:      57332
3396.14/3427.69	c bounds -9508 >= -50019 @ 3361.79
3400.24/3431.76	c #Conflicts:    1025000 | #Constraints:      58362
3400.24/3431.76	c #Conflicts:    1026000 | #Constraints:      59363
3400.24/3431.76	c bounds -9508 >= -50007 @ 3365.8
3403.03/3434.54	c #Conflicts:    1027000 | #Constraints:      60390
3403.03/3434.54	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[309]: 6 0 48.0001 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[1156]: 6 0 31.0001 shouldn't be
3403.03/3434.54	WSVECS04 Frhs2[1982]: 6 -32 0 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[312]: 6 0 13.0001 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[634]: 6 0 41.0001 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[734]: 6 0 43.0001 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[875]: 6 -27.0001 0 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[1422]: 6 -63.0001 0 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[1777]: 6 -21.0001 0 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[1964]: 6 -4.00009 0 shouldn't be
3403.73/3435.25	WSVECS04 Frhs2[1966]: 6 -24.0001 0 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[1159]: 6 -44 0 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[1179]: 6 -30.0001 0 shouldn't be
3404.43/3436.00	WSVECS04 Frhs2[1414]: 6 -64.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1454]: 6 -53.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1466]: 6 -47 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1484]: 6 -31.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1701]: 6 -29.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1715]: 6 -71 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1717]: 6 -30.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1735]: 6 -16.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1744]: 6 -27.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1778]: 6 -14.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1780]: 6 -15.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1847]: 6 -3.00004 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1976]: 6 -34.0001 0 shouldn't be
3404.54/3436.00	WSVECS04 Frhs2[1980]: 6 -12.0001 0 shouldn't be
3405.72/3437.28	c bounds -9508 >= -49995 @ 3371.24
3418.00/3449.50	c #Conflicts:    1028000 | #Constraints:      61415
3418.00/3449.50	c #Conflicts:    1029000 | #Constraints:      62415
3418.00/3449.50	c #Conflicts:    1030000 | #Constraints:      63415
3418.00/3449.50	c #Conflicts:    1031000 | #Constraints:      64415
3418.00/3449.50	c #Conflicts:    1032000 | #Constraints:      65415
3418.00/3449.50	c #Conflicts:    1033000 | #Constraints:      66415
3418.00/3449.50	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[179]: 6 0 85.0001 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[267]: 6 0 99 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
3418.00/3449.50	WSVECS04 Frhs2[1548]: 6 0 84.0001 shouldn't be
3419.39/3450.90	c bounds -9508 >= -49983 @ 3384.64
3423.29/3459.32	c #Conflicts:    1034000 | #Constraints:      67446
3423.29/3459.32	c #Conflicts:    1035000 | #Constraints:      68446
3423.29/3459.32	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[104]: 6 0 71 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[1204]: 6 0 109 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
3423.29/3459.32	WSVECS04 Frhs2[1857]: 6 -6.00007 0 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[188]: 6 0 86 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[396]: 6 0 48.0001 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[610]: 6 0 54.0001 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[934]: 6 0 69.0001 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1187]: 6 0 85 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1474]: 6 0 92 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1491]: 6 0 33.0001 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1588]: 6 -27.0001 0 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1589]: 6 -47 0 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1874]: 6 -17 0 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
3423.79/3459.81	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
3453.62/3489.78	c #Conflicts:    1036000 | #Constraints:      69447
3453.62/3489.78	c #Conflicts:    1037000 | #Constraints:      70447
3453.62/3489.78	c #Conflicts:    1038000 | #Constraints:      71447
3453.62/3489.78	c #Conflicts:    1039000 | #Constraints:      72447
3453.62/3489.78	c #Conflicts:    1040000 | #Constraints:      73447
3453.62/3489.78	c #Conflicts:    1041000 | #Constraints:      74447
3453.62/3489.78	c INPROCESSING
3453.62/3489.78	c GARBAGE COLLECT
3453.62/3489.78	c rational objective -12879.2
3472.39/3508.64	c #Conflicts:    1042000 | #Constraints:      55178
3472.39/3508.64	c #Conflicts:    1043000 | #Constraints:      56178
3472.39/3508.64	c #Conflicts:    1044000 | #Constraints:      57179
3472.39/3508.64	c #Conflicts:    1045000 | #Constraints:      58179
3472.39/3508.64	c #Conflicts:    1046000 | #Constraints:      59179
3472.39/3508.64	c #Conflicts:    1047000 | #Constraints:      60179
3472.39/3508.64	c bounds -9508 >= -49971 @ 3437.11
3478.67/3514.91	c #Conflicts:    1048000 | #Constraints:      61213
3478.67/3514.91	c #Conflicts:    1049000 | #Constraints:      62213
3478.67/3514.91	c #Conflicts:    1050000 | #Constraints:      63213
3478.67/3514.91	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[155]: 6 0 60.0001 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[904]: 6 -15 0 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[1171]: 6 -50.0001 0 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[1473]: 6 -34 0 shouldn't be
3478.67/3514.91	WSVECS04 Frhs2[1590]: 6 0 65 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[143]: 6 0 92 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[396]: 6 0 48 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[448]: 6 0 76.0001 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[467]: 6 0 78 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[483]: 6 0 97 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[633]: 6 -70.0001 0 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[734]: 6 0 43.0001 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[750]: 6 0 52 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[1003]: 6 0 23 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[1021]: 6 0 30 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[1057]: 6 0 54 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[1170]: 6 -61.0001 0 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[1326]: 6 0 65.0001 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[1360]: 6 0 91.0001 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[1460]: 6 -62 0 shouldn't be
3479.37/3515.62	WSVECS04 Frhs2[1523]: 6 -24.0001 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[141]: 6 0 99.0001 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[279]: 6 0 127 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[413]: 6 0 60.0001 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[489]: 6 0 72 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[514]: 6 0 74.0001 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[702]: 6 0 96.0001 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[920]: 6 -35 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1075]: 6 0 44.0001 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1207]: 6 -2.00007 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1238]: 6 -9.00007 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1328]: 6 0 68.0001 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1461]: 6 -67 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1506]: 6 -24 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1606]: 6 0 50 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1776]: 6 -34 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1801]: 6 -31 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1802]: 6 -33 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1810]: 6 -6.00003 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1834]: 6 -17.0001 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1836]: 6 -6.00002 0 shouldn't be
3479.97/3516.29	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
3520.65/3557.20	c #Conflicts:    1051000 | #Constraints:      64214
3520.65/3557.20	c #Conflicts:    1052000 | #Constraints:      65214
3520.65/3557.20	c #Conflicts:    1053000 | #Constraints:      66214
3520.65/3557.20	c #Conflicts:    1054000 | #Constraints:      67214
3520.65/3557.20	c #Conflicts:    1055000 | #Constraints:      68214
3520.65/3557.20	c #Conflicts:    1056000 | #Constraints:      69214
3520.65/3557.20	c #Conflicts:    1057000 | #Constraints:      70214
3520.65/3557.20	c #Conflicts:    1058000 | #Constraints:      71214
3520.65/3557.20	c #Conflicts:    1059000 | #Constraints:      72215
3520.65/3557.20	c #Conflicts:    1060000 | #Constraints:      73215
3520.65/3557.20	c #Conflicts:    1061000 | #Constraints:      74215
3520.65/3557.20	c #Conflicts:    1062000 | #Constraints:      75215
3520.65/3557.20	c INPROCESSING
3520.65/3557.20	c GARBAGE COLLECT
3520.65/3557.20	c rational objective -12875.3
3553.14/3590.13	c #Conflicts:    1063000 | #Constraints:      55772
3553.14/3590.13	c #Conflicts:    1064000 | #Constraints:      56772
3553.14/3590.13	c #Conflicts:    1065000 | #Constraints:      57772
3553.14/3590.13	c #Conflicts:    1066000 | #Constraints:      58773
3553.14/3590.13	c #Conflicts:    1067000 | #Constraints:      59773
3553.14/3590.13	c #Conflicts:    1068000 | #Constraints:      60773
3553.14/3590.13	c #Conflicts:    1069000 | #Constraints:      61774
3553.14/3590.13	c #Conflicts:    1070000 | #Constraints:      62774
3553.14/3590.13	c #Conflicts:    1071000 | #Constraints:      63775
3553.14/3590.13	c #Conflicts:    1072000 | #Constraints:      64776
3553.14/3590.13	c #Conflicts:    1073000 | #Constraints:      65777
3553.14/3590.13	c bounds -9508 >= -49959 @ 3516.96
3554.47/3591.51	WSVECS04 Frhs2[1492]: 6 -31 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1909]: 6 -2.00008 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1925]: 6 -15 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1926]: 6 -35 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1959]: 6 -29.0001 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
3554.47/3591.51	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
3555.37/3592.44	WSVECS04 Frhs2[152]: 6 0 101 shouldn't be
3555.37/3592.44	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
3555.37/3592.44	WSVECS04 Frhs2[367]: 6 0 31 shouldn't be
3555.37/3592.44	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
3555.37/3592.44	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
3555.37/3592.44	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
3555.37/3592.44	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
3555.37/3592.44	WSVECS04 Frhs2[420]: 6 0 46 shouldn't be
3555.37/3592.44	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
3555.37/3592.44	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
3556.37/3593.49	WSVECS04 Frhs2[78]: 6 0 25.0001 shouldn't be
3556.37/3593.49	WSVECS04 Frhs2[708]: 6 0 14 shouldn't be
3556.37/3593.49	WSVECS04 Frhs2[1207]: 6 -2.00004 0 shouldn't be
3556.37/3593.49	WSVECS04 Frhs2[1384]: 6 -49.0001 0 shouldn't be
3556.37/3593.49	WSVECS04 Frhs2[1677]: 6 -34 0 shouldn't be
3556.37/3593.49	WSVECS04 Frhs2[1694]: 6 -12.0001 0 shouldn't be
3556.37/3593.49	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
3556.37/3593.49	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
3556.37/3593.49	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
3557.36/3594.48	WSVECS04 Frhs2[1367]: 6 -9.00007 0 shouldn't be
3557.36/3594.48	WSVECS04 Frhs2[1402]: 6 -2.00009 0 shouldn't be
3557.36/3594.48	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
3557.36/3594.48	WSVECS04 Frhs2[1461]: 6 -67 0 shouldn't be
3557.36/3594.48	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
3557.36/3594.48	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
3557.36/3594.48	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
3557.36/3594.48	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
3557.36/3594.48	WSVECS04 Frhs2[1973]: 6 -7.00003 0 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[688]: 6 0 96 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[1113]: 6 -93 0 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[1460]: 6 -62.0001 0 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[1642]: 6 -68.0001 0 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[1661]: 6 -49.0001 0 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[1664]: 6 -30.0001 0 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[1763]: 6 -8.00005 0 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[1781]: 6 -6.00008 0 shouldn't be
3558.46/3595.51	WSVECS04 Frhs2[1941]: 6 -23.0001 0 shouldn't be
3582.10/3619.22	c #Conflicts:    1074000 | #Constraints:      66793
3582.10/3619.22	c #Conflicts:    1075000 | #Constraints:      67793
3582.10/3619.22	c #Conflicts:    1076000 | #Constraints:      68793
3582.10/3619.22	c #Conflicts:    1077000 | #Constraints:      69793
3582.10/3619.22	c #Conflicts:    1078000 | #Constraints:      70793
3582.10/3619.22	c #Conflicts:    1079000 | #Constraints:      71793
3582.10/3619.22	c #Conflicts:    1080000 | #Constraints:      72793
3582.10/3619.22	c #Conflicts:    1081000 | #Constraints:      73793
3582.10/3619.22	c #Conflicts:    1082000 | #Constraints:      74793
3582.10/3619.22	c #Conflicts:    1083000 | #Constraints:      75793
3582.10/3619.22	c INPROCESSING
3582.10/3619.22	c GARBAGE COLLECT
3582.10/3619.22	c rational objective -12875.3
3600.03/3637.40	c #Conflicts:    1084000 | #Constraints:      56181
3600.03/3637.40	c #Conflicts:    1085000 | #Constraints:      57181
3600.03/3637.40	c #Conflicts:    1086000 | #Constraints:      58182
3600.03/3637.40	c #Conflicts:    1087000 | #Constraints:      59182
3600.03/3637.40	c #Conflicts:    1088000 | #Constraints:      60182
3600.03/3637.40	c #Conflicts:    1089000 | #Constraints:      61182
3600.03/3637.40	c Disabling crashed LP
3600.03/3637.40	c cpu time 3563.37 s
3600.03/3637.40	c deterministic time 127515881480 1.28e+11
3600.03/3637.40	c optimization time 17.7588 s
3600.03/3637.40	c total solve time 3545.47 s
3600.03/3637.40	c core-guided solve time 2748.33 s
3600.03/3637.40	c propagation time 1432.14 s
3600.03/3637.40	c conflict analysis time 1097.28 s
3600.03/3637.40	c propagations 410789496
3600.03/3637.40	c resolve steps 32351255
3600.03/3637.40	c decisions 3443609
3600.03/3637.40	c conflicts 1089314
3600.03/3637.40	c restarts 2046
3600.03/3637.40	c inprocessing phases 95
3600.03/3637.40	c garbage collections 95 ,( 100.00 )
3600.03/3637.40	c input clauses 32784 ,( 90.12 )
3600.03/3637.40	c input cardinalities 1508 ,( 4.15 )
3600.03/3637.40	c input general constraints 2088 ,( 5.74 )
3600.03/3637.40	c input average constraint length 67.62
3600.03/3637.40	c input average constraint degree 2413.52
3600.03/3637.40	c learned clauses 544298 ,( 49.88 )
3600.03/3637.40	c learned cardinalities 67 ,( 0.01 )
3600.03/3637.40	c learned general constraints 546886 ,( 50.12 )
3600.03/3637.40	c learned average constraint length 743.27
3600.03/3637.40	c learned average constraint degree 7814570644.89
3600.03/3637.40	c watched  CF 32, 64, 128, Arb: 173344 , 0 , 0 , 0
3600.03/3637.40	c counting CF 32, 64, 128, Arb: 375631 , 0 , 0 , 0
3600.03/3637.40	c watched   constraints 173344 ,( 31.58 ) 
3600.03/3637.40	c counting  constraints 375630 ,( 68.42 ) 
3600.03/3637.40	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 251039500 , 22161677 , 1699977599 ,( 69203573 , 1630774026 )
3600.03/3637.40	c gcd simplifications 232094
3600.03/3637.40	c detected cardinalities 53
3600.03/3637.40	c weakened non-implied lits 657895233
3600.03/3637.40	c weakened non-implying lits 5898440
3600.03/3637.40	c original variables 2023
3600.03/3637.40	c clausal propagations 114548304
3600.03/3637.40	c cardinality propagations 11768909
3600.03/3637.40	c watched propagations 323479
3600.03/3637.40	c counting propagations 278586414
3600.03/3637.40	c watch lookups 67326938121
3600.03/3637.40	c watch backjump lookups 0
3600.03/3637.40	c watch checks 17415108748
3600.03/3637.40	c propagation checks 38327693110
3600.03/3637.40	c constraint additions 3614549215
3600.03/3637.40	c trail pops 415319665
3600.03/3637.40	c formula constraints 31798
3600.03/3637.40	c learned constraints 1087910
3600.03/3637.40	c bound constraints 1178
3600.03/3637.40	c core-guided constraints 3404
3600.03/3637.40	c encountered formula constraints 27935932
3600.03/3637.40	c encountered learned constraints 2942980
3600.03/3637.40	c encountered bound constraints 69261
3600.03/3637.40	c encountered core-guided constraints 1863760
3600.03/3637.40	c LP total time 1443.15 s
3600.03/3637.40	c LP solve time 1333.76 s
3600.03/3637.40	c LP constraints added 31832
3600.03/3637.40	c LP constraints removed 27
3600.03/3637.40	c LP pivots internal 1089314
3600.03/3637.40	c LP pivots root 950201
3600.03/3637.40	c LP calls 2421
3600.03/3637.40	c LP optimalities 673
3600.03/3637.40	c LP no pivot count 83
3600.03/3637.40	c LP infeasibilities 1721
3600.03/3637.40	c LP valid Farkas constraints 1701
3600.03/3637.40	c LP learned Farkas constraints 1606
3600.03/3637.40	c LP basis resets 42
3600.03/3637.40	c LP cycling count 22
3600.03/3637.40	c LP singular count 0
3600.03/3637.40	c LP no primal count 0
3600.03/3637.40	c LP no farkas count 20
3600.03/3637.40	c LP other issue count 0
3600.03/3637.40	c LP Gomory cuts 34
3600.03/3637.40	c LP learned cuts 0
3600.03/3637.40	c LP deleted cuts 27
3600.03/3637.40	c LP encountered Gomory constraints 0
3600.03/3637.40	c LP encountered Farkas constraints 619859
3600.03/3637.40	c LP encountered learned Farkas constraints 7169
3600.03/3637.40	c CG auxiliary variables introduced 1370
3600.03/3637.40	c CG solutions found 434
3600.03/3637.40	c CG cores constructed 743
3600.03/3637.40	c CG core cardinality constraints returned 1
3600.03/3637.40	c CG unit cores 3
3600.03/3637.40	c CG single cores 665
3600.03/3637.40	c CG blocks removed during cardinality reduction 1470
3600.03/3637.40	c CG first core best 1
3600.03/3637.40	c CG decision core best 30
3600.03/3637.40	c CG core reduction tie 44
3600.03/3637.40	c CG core degree average 1.00
3600.03/3637.40	c CG core slack average 3.58
3600.03/3637.40	c CG core upper bound improvements 0
3600.03/3637.40	c STR number of successful calls 0
3600.03/3637.40	c STR number of unsuccessful calls 0
3600.03/3637.40	c STR number of inconclusive calls 0
3600.03/3637.40	c STR number of successful attempts 0
3600.03/3637.40	c STR number of unsuccessful attempts 0
3600.03/3637.40	c STR number of inconclusive attempts 0
3600.03/3637.40	c STR average degree increase per successful call inf
3600.03/3637.40	c STR average degree increase per successful attempt inf
3600.03/3637.40	c STR total number of conflicts for successful attempts 0
3600.03/3637.40	c STR total number of conflicts for unsuccessful attempts 0
3600.03/3637.40	c STR total number of conflicts for inconclusive attempts 0
3600.03/3637.40	c STR average number of conflicts per successful attempt inf
3600.03/3637.40	c STR average number of conflicts per unsuccessful attempt inf
3600.03/3637.40	c STR average number of conflicts per inconclusive attempt inf
3600.03/3637.40	c AVG.sumWPerc 48.59 
3600.03/3637.40	c bigint constraints 0 
3600.03/3637.40	o -9508
3600.03/3637.40	s SATISFIABLE
3600.03/3637.40	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 x935 x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 x1201 -x1202 x1203 x1204 x1205 x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 x1218 -x1219 -x1220 x1221 x1222 x1223 x1224 -x1225 x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 x1239 x1240 x1241 x1242 x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 x1256 -x1257 x1258 -x1259 x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 x1336 -x1337 -x1338 x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 x1351 x1352 x1353 x1354 x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 x1368 x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 x1385 x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 x1401 x1402 x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 x1417 x1418 x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 x1434 x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 x1443 -x1444 x1445 x1446 -x1447 -x1448 -x1449 x1450 x1451 x1452 -x1453 -x1454 -x1455 x1456 x1457 -x1458 x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 x1470 x1471 x1472 x1473 x1474 x1475 x1476 -x1477 x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 x1486 x1487 x1488 x1489 x1490 x1491 x1492 x1493 -x1494 x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 x1502 x1503 -x1504 x1505 x1506 x1507 x1508 x1509 x1510 x1511 x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 x1519 -x1520 -x1521 x1522 x1523 x1524 x1525 x1526 x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 x1537 x1538 x1539 x1540 x1541 x1542 -x1543 -x1544 -x1545 -x1546 -x1547 x1548 -x1549 -x1550 -x1551 -x1552 x1553 -x1554 x1555 -x1556 x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 x1564 x1565 x1566 -x1567 -x1568 -x1569 -x1570 x1571 x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 x1581 x1582 x1583 x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 x1597 -x1598 x1599 -x1600 x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 x1613 x1614 x1615 x1616 x1617 x1618 -x1619 -x1620 -x1621 -x1622 -x1623 x1624 -x1625 -x1626 -x1627 x1628 x1629 x1630 x1631 x1632 x1633 x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 x1644 x1645 x1646 x1647 x1648 x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 x1660 -x1661 x1662 x1663 x1664 x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 x1678 x1679 x1680 x1681 x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 x1694 x1695 x1696 x1697 x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 x1710 x1711 x1712 x1713 x1714 -x1715 -x1716 x1717 x1718 -x1719 x1720 x1721 x1722 x1723 x1724 x1725 -x1726 x1727 x1728 x1729 x1730 x1731 x1732 x1733 x1734 x1735 x1736 x1737 x1738 -x1739 x1740 x1741 -x1742 -x1743 -x1744 x1745 x1746 x1747 x1748 x1749 x1750 x1751 x1752 x1753 x1754 x1755 x1756 x1757 -x1758 -x1759 -x1760 x1761 -x1762 -x1763 x1764 x1765 x1766 x1767 x1768 x1769 x1770 x1771 x1772 x1773 x1774 x1775 -x1776 -x1777 -x1778 x1779 -x1780 x1781 x1782 x1783 x1784 x1785 x1786 x1787 x1788 x1789 x1790 x1791 x1792 x1793 x1794 -x1795 -x1796 -x1797 x1798 x1799 x1800 x1801 x1802 x1803 x1804 x1805 x1806 x1807 x1808 x1809 -x1810 -x1811 x1812 -x1813 -x1814 x1815 x1816 x1817 x1818 x1819 x1820 x1821 x1822 x1823 x1824 x1825 -x1826 -x1827 x1828 -x1829 x1830 x1831 x1832 x1833 -x1834 x1835 x1836 x1837 x1838 x1839 x1840 x1841 -x1842 -x1843 -x1844 -x1845 x1846 x1847 x1848 x1849 x1850 -x1851 -x1852 x1853 x1854 x1855 x1856 x1857 -x1858 -x1859 -x1860 x1861 -x1862 x1863 x1864 x1865 x1866 x1867 -x1868 -x1869 x1870 x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 x1878 x1879 x1880 x1881 x1882 x1883 x1884 x1885 -x1886 -x1887 -x1888 -x1889 -x1890 x1891 -x1892 -x1893 -x1894 x1895 x1896 x1897 x1898 x1899 x1900 x1901 x1902 x1903 x1904 -x1905 x1906 x1907 x1908 -x1909 x1910 x1911 x1912 x1913 x1914 x1915 x1916 x1917 x1918 -x1919 -x1920 -x1921 x1922 -x1923 x1924 -x1925 -x1926 x1927 x1928 x1929 x1930 x1931 x1932 x1933 x1934 x1935 -x1936 -x1937 -x1938 x1939 -x1940 -x1941 x1942 x1943 x1944 x1945 x1946 x1947 x1948 x1949 -x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 x1958 -x1959 x1960 x1961 x1962 x1963 x1964 x1965 -x1966 -x1967 -x1968 -x1969 x1970 -x1971 -x1972 -x1973 x1974 x1975 x1976 x1977 x1978 x1979 x1980 -x1981 -x1982 -x1983 -x1984 x1985 -x1986 x1987 x1988 -x1989 x1990 x1991 x1992 x1993 x1994 x1995 x1996 x1997 -x1998 -x1999 -x2000 -x2001 -x2002 -x2003 -x2004 -x2005 -x2006 -x2007 x2008 x2009 -x2010 x2011 -x2012 x2013 x2014 -x2015 x2016 -x2017 x2018 x2019 x2020 -x2021 -x2022 -x2023
3600.03/3637.40	c Program interrupted by user.

Verifier Data

OK	-9508

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (44642 MiB free)
  memory of node 1: 64465 MiB (53612 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522369-1751588439/watcher-4522369-1751588439 -o /tmp/evaluation-result-4522369-1751588439/solver-4522369-1751588439 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751580137-98074 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4522369-1751588439.opb PROOFDIR/proof-4522369-1751588439 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=99303, runsolver pid=99300

[startup+0.100063 s]*
/proc/loadavg: 4.11 4.16 4.11 5/269 99306
/proc/meminfo: memFree=100592816/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=57860 memory=11520 CPUtime=0.02 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 1119 0 0 0 2 0 0 0 20 0 1 0 74521446 59248640 2880 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 14465 2880 2016 1147 0 1892 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 62052 KiB
Current children cumulated memory: 14592 KiB

[startup+0.205819 s]*
/proc/loadavg: 4.11 4.16 4.11 5/269 99306
/proc/meminfo: memFree=100584752/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=71372 memory=26784 CPUtime=0.12 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 5314 0 0 0 10 2 0 0 20 0 1 0 74521446 73084928 6696 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 17843 6696 2240 1147 0 5270 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 75564 KiB
Current children cumulated memory: 29856 KiB

[startup+0.305761 s]*
/proc/loadavg: 4.11 4.16 4.11 5/269 99306
/proc/meminfo: memFree=100565848/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=87056 memory=42296 CPUtime=0.23 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 6688 0 0 0 20 3 0 0 20 0 1 0 74521446 89145344 10574 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 21764 10574 2304 1147 0 9191 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 91248 KiB
Current children cumulated memory: 45368 KiB

[startup+0.700208 s]
/proc/loadavg: 4.11 4.16 4.11 5/269 99306
/proc/meminfo: memFree=100565688/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=87056 memory=42296 CPUtime=0.61 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 6688 0 0 0 58 3 0 0 20 0 1 0 74521446 89145344 10574 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 21764 10574 2304 1147 0 9191 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 91248 KiB
Current children cumulated memory: 45368 KiB

[startup+1.5002 s]
/proc/loadavg: 4.11 4.16 4.11 5/269 99306
/proc/meminfo: memFree=100549560/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=101936 memory=57140 CPUtime=1.41 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 9873 0 0 0 137 4 0 0 20 0 1 0 74521446 104382464 14285 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 25484 14285 2336 1147 0 12911 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 106128 KiB
Current children cumulated memory: 60212 KiB

[startup+3.10556 s]
/proc/loadavg: 4.11 4.16 4.11 5/269 99306
/proc/meminfo: memFree=100467936/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=109836 memory=68332 CPUtime=3.01 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 12081 0 0 0 294 7 0 0 20 0 1 0 74521446 112472064 17083 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 27459 17083 2400 1147 0 14886 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 114028 KiB
Current children cumulated memory: 71404 KiB

[startup+6.30019 s]
/proc/loadavg: 4.18 4.18 4.12 5/269 99306
/proc/meminfo: memFree=100387392/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=112392 memory=70764 CPUtime=6.2 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 12703 0 0 0 611 9 0 0 20 0 1 0 74521446 115089408 17691 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 28098 17691 2400 1147 0 15525 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 116584 KiB
Current children cumulated memory: 73836 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.17 4.12 5/269 99308
/proc/meminfo: memFree=100262672/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=116868 memory=75116 CPUtime=12.58 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 13793 0 0 0 1245 13 0 0 20 0 1 0 74521446 119672832 18779 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 29217 18779 2400 1147 0 16644 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 121060 KiB
Current children cumulated memory: 78188 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.18 4.12 5/269 99308
/proc/meminfo: memFree=99925924/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=116868 memory=75116 CPUtime=25.34 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 13794 0 0 0 2515 19 0 0 20 0 1 0 74521446 119672832 18779 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 29217 18779 2400 1147 0 16644 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 121060 KiB
Current children cumulated memory: 78188 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.16 4.12 5/269 99308
/proc/meminfo: memFree=98997804/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=177140 memory=127844 CPUtime=50.79 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 25477 0 0 0 5021 58 0 0 20 0 1 0 74521446 181391360 31961 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 44285 31961 2432 1147 0 31712 0
Current children cumulated CPU time: 50.83 s
Current children cumulated vsize: 181332 KiB
Current children cumulated memory: 130916 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.17 4.12 4/270 99313
/proc/meminfo: memFree=97215220/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=200100 memory=146620 CPUtime=101.81 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 28149 0 0 0 10051 130 0 0 20 0 1 0 74521446 204902400 36655 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 50025 36655 2432 1147 0 37452 0
Current children cumulated CPU time: 101.85 s
Current children cumulated vsize: 204292 KiB
Current children cumulated memory: 149692 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/271 99316
/proc/meminfo: memFree=95043772/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=311564 memory=224900 CPUtime=161.62 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 42689 0 0 0 15950 212 0 0 20 0 1 0 74521446 319041536 56225 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 77891 56225 2432 1147 0 65318 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 315756 KiB
Current children cumulated memory: 227972 KiB

[startup+222.3 s]
/proc/loadavg: 4.25 4.18 4.12 5/270 99318
/proc/meminfo: memFree=93222776/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=321084 memory=235012 CPUtime=221.41 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 45227 0 0 0 21859 282 0 0 20 0 1 0 74521446 328790016 58753 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 80271 58753 2432 1147 0 67698 0

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

[pid=99306] ppid=99303 vsize=869376 memory=727868 CPUtime=3074.21 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 128669 0 0 0 304249 3172 0 0 20 0 1 0 74521446 890241024 181967 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 217344 181967 2528 1147 0 204771 0
Current children cumulated CPU time: 3074.25 s
Current children cumulated vsize: 873568 KiB
Current children cumulated memory: 730940 KiB

[startup+3162.3 s]
/proc/loadavg: 3.13 3.35 3.72 4/268 99550
/proc/meminfo: memFree=82074660/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=869376 memory=727868 CPUtime=3134.07 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 128670 0 0 0 310173 3234 0 0 20 0 1 0 74521446 890241024 181967 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 217344 181967 2528 1147 0 204771 0
Current children cumulated CPU time: 3134.11 s
Current children cumulated vsize: 873568 KiB
Current children cumulated memory: 730940 KiB

[startup+3222.3 s]
/proc/loadavg: 3.22 3.33 3.69 4/268 99553
/proc/meminfo: memFree=81544548/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=871464 memory=730044 CPUtime=3193.58 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 129283 0 0 0 316072 3286 0 0 20 0 1 0 74521446 892379136 182511 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 217866 182511 2528 1147 0 205293 0
Current children cumulated CPU time: 3193.62 s
Current children cumulated vsize: 875656 KiB
Current children cumulated memory: 733116 KiB

[startup+3282.3 s]
/proc/loadavg: 3.12 3.28 3.65 4/268 99556
/proc/meminfo: memFree=81134716/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=872832 memory=747908 CPUtime=3252.82 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 129671 0 0 0 321952 3330 0 0 20 0 1 0 74521446 893779968 186977 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 218208 186977 2528 1147 0 205635 0
Current children cumulated CPU time: 3252.86 s
Current children cumulated vsize: 877024 KiB
Current children cumulated memory: 750980 KiB

[startup+3342.3 s]
/proc/loadavg: 3.11 3.25 3.61 4/268 99558
/proc/meminfo: memFree=80831348/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=872832 memory=748036 CPUtime=3311.25 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 129889 0 0 0 327766 3359 0 0 20 0 1 0 74521446 893779968 187009 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 218208 187009 2528 1147 0 205635 0
Current children cumulated CPU time: 3311.29 s
Current children cumulated vsize: 877024 KiB
Current children cumulated memory: 751108 KiB

[startup+3402.3 s]
/proc/loadavg: 3.09 3.21 3.58 4/268 99561
/proc/meminfo: memFree=80287624/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=880572 memory=756612 CPUtime=3370.87 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 132046 0 0 0 333672 3415 0 0 20 0 1 0 74521446 901705728 189153 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 220143 189153 2528 1147 0 207570 0
Current children cumulated CPU time: 3370.91 s
Current children cumulated vsize: 884764 KiB
Current children cumulated memory: 759684 KiB

[startup+3462.3 s]
/proc/loadavg: 2.93 3.15 3.53 3/261 99593
/proc/meminfo: memFree=91084508/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=880572 memory=756612 CPUtime=3426.24 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 132056 0 0 0 339143 3481 0 0 20 0 1 0 74521446 901705728 189153 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 220143 189153 2528 1147 0 207570 0
Current children cumulated CPU time: 3426.28 s
Current children cumulated vsize: 884764 KiB
Current children cumulated memory: 759684 KiB

[startup+3522.3 s]
/proc/loadavg: 2.40 2.96 3.44 3/260 99596
/proc/meminfo: memFree=90431816/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=880572 memory=756612 CPUtime=3486.01 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 132056 0 0 0 345053 3548 0 0 20 0 1 0 74521446 901705728 189153 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 220143 189153 2528 1147 0 207570 0
Current children cumulated CPU time: 3486.05 s
Current children cumulated vsize: 884764 KiB
Current children cumulated memory: 759684 KiB

[startup+3582.3 s]
/proc/loadavg: 2.19 2.80 3.35 3/262 99605
/proc/meminfo: memFree=89755908/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=880572 memory=756612 CPUtime=3545.38 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 132056 0 0 0 350929 3609 0 0 20 0 1 0 74521446 901705728 189153 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 220143 189153 2528 1147 0 207570 0
Current children cumulated CPU time: 3545.42 s
Current children cumulated vsize: 884764 KiB
Current children cumulated memory: 759684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.4 s]
/proc/loadavg: 2.18 2.69 3.28 3/263 99608
/proc/meminfo: memFree=89234260/131250000 swapFree=33010160/33010684
[pid=99303] ppid=99300 vsize=4192 memory=3072 CPUtime=0.04 cores=5,7
/proc/99303/stat : 99303 (run-opt-ls-log.) S 99300 99303 98061 0 -1 4194304 242 6949 0 0 0 0 3 1 20 0 1 0 74521439 4292608 768 18446744073709551615 94111168794624 94111169689157 140733007857888 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94111169928208 94111169975952 94111202623488 140733007866139 140733007866337 140733007866337 140733007871939 0
/proc/99303/statm: 1048 768 704 219 0 110 0
[pid=99306] ppid=99303 vsize=883232 memory=759428 CPUtime=3599.99 cores=5,7
/proc/99306/stat : 99306 (roundingsat) R 99303 99303 98061 0 -1 4194304 132751 0 0 0 356336 3663 0 0 20 0 1 0 74521446 904429568 189857 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 220808 189857 2528 1147 0 208235 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 887424 KiB
Current children cumulated memory: 762500 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3563.41 s, system=36.6847 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+3637.5 s]*
/proc/loadavg: 2.18 2.69 3.28 2/262 99608
/proc/meminfo: memFree=89239608/131250000 swapFree=33010160/33010684
[pid=99306] ppid=99300 vsize=866332 memory=743208 CPUtime=3600.01 cores=5,7
/proc/99306/stat : 99306 (roundingsat) D 99300 99303 98061 0 -1 4194304 132754 0 0 0 356337 3664 0 0 20 0 1 0 74521446 887123968 185802 18446744073709551615 4227072 8923433 140725667970176 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9823104 9832592 23601152 140725667977462 140725667977768 140725667977768 140725667983338 0
/proc/99306/statm: 216583 185802 2560 1147 0 204010 0
Current cumulated CPU time of completed processes: 0.05107 s
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 866332 KiB
Current children cumulated memory: 743208 KiB

Child status: 2

Real time (s): 3637.55
CPU time (s): 3600.09
CPU user time (s): 3563.41
CPU system time (s): 36.6847
CPU usage (%): 98.9703
Max. virtual memory (cumulated for all children) (KiB): 887424
Max. memory (cumulated for all children) (KiB): 762500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.41
system time used= 36.6847
maximum resident set size= 759556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139960
page faults= 0
swaps= 0
block input operations= 0
block output operations= 59162344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 711
involuntary context switches= 4766


# summary of solver processes directly reported to runsolver:
#   pid: 99303,99306
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3563.41
#   total CPU system time (s): 36.6847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.12434 second user time and 16.3144 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-04 02:20:39
IDJOB=4522369
IDBENCH=178754
IDSOLVER=3356
FILE ID=nodeC016/4522369-1751588439
RUNJOBID= nodeC016-1751580137-98074
SLURM_JOB_ID= 9598820
Free space on /tmp= 432720 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-opm2-z7-s2.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4522369-1751588439/watcher-4522369-1751588439 -o /tmp/evaluation-result-4522369-1751588439/solver-4522369-1751588439 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751580137-98074 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4522369-1751588439.opb PROOFDIR/proof-4522369-1751588439

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

MD5SUM BENCH= cf5cf55a0ad097c03b301970f48ee2e9
RANDOM SEED=312573771

nodeC016 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		: 3595.330
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.48
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.625
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.48
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.735
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.893
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.48
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.711
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.48
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		: 3683.070
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.48
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		: 3521.249
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.48
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		: 3598.965
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        100612800 kB
MemAvailable:   128618544 kB
Buffers:            2144 kB
Cached:         28721848 kB
SwapCached:           28 kB
Active:          1836496 kB
Inactive:       28038624 kB
Active(anon):    1164040 kB
Inactive(anon):     5220 kB
Active(file):     672456 kB
Inactive(file): 28033404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             89788 kB
Writeback:             8 kB
AnonPages:       1153588 kB
Mapped:           114044 kB
Shmem:             18044 kB
KReclaimable:     278244 kB
Slab:             375052 kB
SReclaimable:     278244 kB
SUnreclaim:        96808 kB
KernelStack:        4304 kB
PageTables:         5416 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1605380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432796 MiB
End job on nodeC016 at 2025-07-04 03:21:17