Trace number 4532136

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 0f876b3SAT (TO)-9508 3600.04 3639.71

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-4532136-1752599250.opb'
0.00/0.02	c 	read 0.96MB  (14.42ms)
0.00/0.02	c	 [cnf: #variables 2023 #clauses 31799 #duplicates 0 #arr 81759]
0.00/0.02	c output proof to 'PROOFDIR/proof-4532136-1752599250'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.04	c	 [group: #orbits ~= 0] (14.46ms)
0.00/0.04	c 
0.00/0.04	c detect special group actions
0.00/0.04	c 	probe for Johnson action (limit=64)
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	 (2.47ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 57457 #edges 210788]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 1.00*10^0 #generators 0] (3.31ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4532136-1752599250.opb.pre'
0.00/0.05	c 	wrote 0.99MB (2.24ms)
0.00/0.05	c ------------------------------------------------------------------
0.00/0.05	c                  14.46ms 37.64% approx_orbits
0.00/0.05	c                  14.42ms 37.54% parse
0.00/0.05	c                   3.31ms  8.61% detect_generic
0.00/0.05	c                   2.47ms  6.43% detect_special
0.00/0.05	c                   2.24ms  5.83% output
0.00/0.05	c                   1.46ms  3.79% other
0.00/0.05	c                   0.06ms  0.17% finalize_order
0.00/0.05	c         ───────────────────────────────────────────────
0.00/0.05	c                  38.40ms   100% total
0.00/0.05	c ------------------------------------------------------------------
0.00/0.06	c RoundingSat 2
0.00/0.06	c branch pb25
0.00/0.06	c commit 0f876b3
0.17/0.23	c #variables 2023 #constraints 31798
0.17/0.23	c objective is ce32 
0.96/1.02	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.96/1.02	c initial counting CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
0.96/1.02	c bounds -4072 >= -109612 @ 0.925557
1.46/1.56	c bounds -4090 >= -109612 @ 1.45542
1.46/1.56	c bounds -4090 >= -109398 @ 1.45631
1.46/1.57	c bounds -4090 >= -109112 @ 1.46185
2.65/2.73	c bounds -4115 >= -109112 @ 2.60777
2.65/2.73	c bounds -4115 >= -108793 @ 2.61131
2.65/2.74	c bounds -4115 >= -108475 @ 2.61731
2.65/2.74	c bounds -4115 >= -108261 @ 2.61948
2.65/2.75	c bounds -4115 >= -108044 @ 2.62554
2.65/2.75	c bounds -4115 >= -107735 @ 2.63166
2.65/2.75	c bounds -4115 >= -107508 @ 2.63319
2.65/2.76	c bounds -4115 >= -107202 @ 2.63925
2.65/2.76	c bounds -4115 >= -106901 @ 2.64284
2.65/2.77	c bounds -4115 >= -106667 @ 2.64902
2.65/2.78	c bounds -4115 >= -106446 @ 2.65631
2.65/2.78	c bounds -4115 >= -106234 @ 2.66316
2.65/2.79	c bounds -4115 >= -106004 @ 2.66833
2.65/2.80	c bounds -4115 >= -105775 @ 2.67376
2.76/2.80	c bounds -4115 >= -105556 @ 2.67523
2.76/2.80	c bounds -4115 >= -105327 @ 2.67888
2.76/2.80	c bounds -4115 >= -105116 @ 2.68039
2.76/2.81	c bounds -4115 >= -104889 @ 2.68588
2.76/2.81	c bounds -4115 >= -104665 @ 2.69128
2.76/2.82	c bounds -4115 >= -104443 @ 2.69812
2.76/2.82	c bounds -4115 >= -104220 @ 2.69962
2.76/2.83	c bounds -4115 >= -103997 @ 2.70485
2.76/2.84	c bounds -4115 >= -103775 @ 2.71597
2.76/2.84	c bounds -4115 >= -103556 @ 2.72131
2.76/2.85	c bounds -4115 >= -103339 @ 2.72514
2.76/2.85	c bounds -4115 >= -103123 @ 2.72993
2.76/2.86	c bounds -4115 >= -102908 @ 2.73914
2.76/2.87	c bounds -4115 >= -102696 @ 2.74397
2.76/2.87	c bounds -4115 >= -102485 @ 2.74974
2.76/2.88	c bounds -4115 >= -102274 @ 2.75798
2.76/2.89	c bounds -4115 >= -102063 @ 2.76295
2.86/2.90	c bounds -4115 >= -101852 @ 2.77544
2.86/2.93	c bounds -4115 >= -101641 @ 2.80503
6.14/6.27	c bounds -4141 >= -101641 @ 6.1118
6.14/6.29	c bounds -4141 >= -101430 @ 6.13537
15.12/15.20	c bounds -4203 >= -101430 @ 14.9413
25.01/25.18	c rational objective -12879.7
26.50/26.69	c bounds -4244 >= -101430 @ 26.3355
26.60/26.77	c bounds -4244 >= -101219 @ 26.4096
26.60/26.77	c bounds -4291 >= -101219 @ 26.4109
26.60/26.77	c bounds -4348 >= -101219 @ 26.4127
26.60/26.78	c bounds -4353 >= -101219 @ 26.4146
26.60/26.78	c bounds -4369 >= -101219 @ 26.4165
26.60/26.78	c bounds -4394 >= -101219 @ 26.4183
26.70/26.86	c bounds -4394 >= -101008 @ 26.494
26.70/26.86	c bounds -4424 >= -101008 @ 26.4963
26.70/26.86	c bounds -4447 >= -101008 @ 26.4982
26.70/26.86	c bounds -4459 >= -101008 @ 26.5001
26.70/26.86	c bounds -4527 >= -101008 @ 26.5027
26.70/26.87	c bounds -4559 >= -101008 @ 26.5051
26.70/26.87	c bounds -4587 >= -101008 @ 26.5081
26.90/27.05	c bounds -4587 >= -100797 @ 26.684
26.90/27.05	c bounds -4607 >= -100797 @ 26.6864
26.90/27.05	c bounds -4617 >= -100797 @ 26.6883
26.90/27.05	c bounds -4651 >= -100797 @ 26.6903
26.90/27.05	c bounds -4676 >= -100797 @ 26.6922
26.90/27.06	c bounds -4677 >= -100797 @ 26.6941
26.90/27.06	c bounds -4693 >= -100797 @ 26.697
26.90/27.06	c bounds -4713 >= -100797 @ 26.6989
26.90/27.06	c bounds -4717 >= -100797 @ 26.7008
26.90/27.06	c bounds -4726 >= -100797 @ 26.7027
26.90/27.07	c bounds -4737 >= -100797 @ 26.7046
26.90/27.07	c bounds -4744 >= -100797 @ 26.709
26.90/27.07	c bounds -4752 >= -100797 @ 26.7109
26.90/27.07	c bounds -4814 >= -100797 @ 26.7121
26.90/27.08	c bounds -4847 >= -100797 @ 26.7138
26.90/27.08	c bounds -4849 >= -100797 @ 26.7147
26.90/27.08	c bounds -4854 >= -100797 @ 26.7171
26.90/27.08	c bounds -4860 >= -100797 @ 26.7181
26.90/27.09	c bounds -4880 >= -100797 @ 26.7207
27.20/27.30	c bounds -4880 >= -100586 @ 26.9354
27.20/27.30	c bounds -4941 >= -100586 @ 26.9379
27.20/27.31	c bounds -4958 >= -100586 @ 26.9399
27.20/27.31	c bounds -4968 >= -100586 @ 26.9419
27.20/27.31	c bounds -4989 >= -100586 @ 26.9446
27.20/27.31	c bounds -5018 >= -100586 @ 26.9465
27.20/27.31	c bounds -5087 >= -100586 @ 26.9491
27.20/27.32	c bounds -5168 >= -100586 @ 26.9511
27.20/27.32	c bounds -5198 >= -100586 @ 26.9531
27.20/27.33	c bounds -5226 >= -100586 @ 26.9668
27.20/27.33	c bounds -5240 >= -100586 @ 26.9691
27.20/27.34	c bounds -5262 >= -100586 @ 26.9711
27.20/27.34	c bounds -5269 >= -100586 @ 26.9732
27.20/27.34	c bounds -5296 >= -100586 @ 26.9753
27.20/27.34	c bounds -5304 >= -100586 @ 26.9773
27.20/27.34	c bounds -5318 >= -100586 @ 26.9793
27.20/27.35	c bounds -5348 >= -100586 @ 26.9814
27.20/27.35	c bounds -5379 >= -100586 @ 26.9834
27.20/27.35	c bounds -5424 >= -100586 @ 26.9844
29.10/29.21	c #Conflicts:       1000 | #Constraints:      33026
29.10/29.21	c bounds -5424 >= -100375 @ 28.8288
29.10/29.21	c bounds -5481 >= -100375 @ 28.8303
29.10/29.22	c bounds -5498 >= -100375 @ 28.8325
29.10/29.22	c bounds -5564 >= -100375 @ 28.8352
29.10/29.22	c bounds -5604 >= -100375 @ 28.8373
29.10/29.22	c bounds -5637 >= -100375 @ 28.8394
29.10/29.23	c bounds -5684 >= -100375 @ 28.8422
29.10/29.23	c bounds -5772 >= -100375 @ 28.8443
29.10/29.23	c bounds -5826 >= -100375 @ 28.8464
29.10/29.23	c bounds -5883 >= -100375 @ 28.8491
29.10/29.24	c bounds -5968 >= -100375 @ 28.8518
29.10/29.24	c bounds -5972 >= -100375 @ 28.8545
29.10/29.24	c bounds -5983 >= -100375 @ 28.8573
29.10/29.25	c bounds -5985 >= -100375 @ 28.8607
29.10/29.25	c bounds -6029 >= -100375 @ 28.862
29.10/29.25	c bounds -6035 >= -100375 @ 28.8642
29.10/29.25	c bounds -6050 >= -100375 @ 28.8663
29.10/29.26	c bounds -6060 >= -100375 @ 28.8685
29.10/29.26	c bounds -6072 >= -100375 @ 28.8722
29.10/29.26	c bounds -6117 >= -100375 @ 28.8744
29.10/29.27	c bounds -6154 >= -100375 @ 28.8813
29.10/29.27	c bounds -6186 >= -100375 @ 28.8835
29.19/29.30	c bounds -6221 >= -100375 @ 28.9169
29.19/29.31	c bounds -6258 >= -100375 @ 28.9203
29.19/29.31	c bounds -6260 >= -100375 @ 28.9253
29.19/29.32	c bounds -6292 >= -100375 @ 28.9356
29.19/29.33	c bounds -6302 >= -100375 @ 28.9381
29.19/29.33	c bounds -6326 >= -100375 @ 28.9412
29.19/29.33	c bounds -6339 >= -100375 @ 28.9435
29.19/29.34	c bounds -6413 >= -100375 @ 28.9494
29.19/29.34	c bounds -6417 >= -100375 @ 28.9519
29.19/29.35	c bounds -6420 >= -100375 @ 28.9574
29.19/29.35	c bounds -6421 >= -100375 @ 28.9593
29.19/29.35	c bounds -6430 >= -100375 @ 28.9632
29.19/29.35	c bounds -6433 >= -100375 @ 28.9656
29.19/29.36	c bounds -6435 >= -100375 @ 28.9764
29.19/29.37	c bounds -6444 >= -100375 @ 28.9781
29.19/29.37	c bounds -6491 >= -100375 @ 28.9796
29.19/29.37	c bounds -6497 >= -100375 @ 28.9832
29.19/29.38	c bounds -6502 >= -100375 @ 28.9857
29.19/29.39	c bounds -6514 >= -100375 @ 29.001
29.29/29.43	c bounds -6522 >= -100375 @ 29.0322
29.29/29.44	c bounds -6527 >= -100375 @ 29.0412
29.29/29.45	c bounds -6528 >= -100375 @ 29.0508
29.29/29.45	c bounds -6579 >= -100375 @ 29.0561
29.29/29.45	c bounds -6584 >= -100375 @ 29.0589
29.29/29.46	c bounds -6602 >= -100375 @ 29.0615
29.40/29.51	c bounds -6611 >= -100375 @ 29.115
29.40/29.52	c bounds -6612 >= -100375 @ 29.1233
29.40/29.52	c bounds -6617 >= -100375 @ 29.1254
29.40/29.54	c bounds -6620 >= -100375 @ 29.1376
29.40/29.54	c bounds -6638 >= -100375 @ 29.1407
29.40/29.57	c bounds -6675 >= -100375 @ 29.1705
29.49/29.63	c bounds -6693 >= -100375 @ 29.2235
29.49/29.68	c bounds -6699 >= -100375 @ 29.2766
29.69/29.80	c bounds -6719 >= -100375 @ 29.3933
33.79/33.93	c #Conflicts:       2000 | #Constraints:      34096
33.79/33.93	c INPROCESSING
33.79/33.93	c GARBAGE COLLECT
33.79/33.93	c bounds -6742 >= -100375 @ 33.4697
33.79/33.93	c bounds -6746 >= -100375 @ 33.4704
33.79/33.94	c bounds -6766 >= -100375 @ 33.487
33.79/33.95	c bounds -6775 >= -100375 @ 33.4888
33.79/33.96	c bounds -6801 >= -100375 @ 33.5045
33.89/34.07	c bounds -6804 >= -100375 @ 33.6129
33.89/34.07	c bounds -6821 >= -100375 @ 33.6166
33.89/34.08	c bounds -6830 >= -100375 @ 33.6186
33.89/34.08	c bounds -6855 >= -100375 @ 33.6218
33.89/34.08	c bounds -6864 >= -100375 @ 33.6234
33.89/34.09	c bounds -6885 >= -100375 @ 33.6314
33.89/34.09	c bounds -6889 >= -100375 @ 33.6335
33.99/34.11	c bounds -6894 >= -100375 @ 33.6528
33.99/34.12	c bounds -6898 >= -100375 @ 33.6575
33.99/34.13	c bounds -6947 >= -100375 @ 33.6647
34.08/34.23	c bounds -6953 >= -100375 @ 33.7653
34.08/34.23	c bounds -6953 >= -100166 @ 33.7704
34.08/34.23	c bounds -6953 >= -99957 @ 33.7722
34.08/34.24	c bounds -6953 >= -99749 @ 33.7779
34.08/34.25	c bounds -6953 >= -99543 @ 33.7828
34.38/34.51	c bounds -6953 >= -99337 @ 34.0391
34.58/34.71	c bounds -6960 >= -99337 @ 34.2352
37.18/37.30	c #Conflicts:       3000 | #Constraints:      33981
37.18/37.30	c bounds -6960 >= -99131 @ 36.8109
37.18/37.31	c bounds -6964 >= -99131 @ 36.8157
37.18/37.31	c bounds -6970 >= -99131 @ 36.8195
37.18/37.31	c bounds -7018 >= -99131 @ 36.8222
37.18/37.32	c bounds -7039 >= -99131 @ 36.826
37.18/37.33	c bounds -7053 >= -99131 @ 36.8327
37.18/37.33	c bounds -7057 >= -99131 @ 36.8364
37.18/37.36	c bounds -7101 >= -99131 @ 36.8638
37.18/37.37	c bounds -7102 >= -99131 @ 36.8769
37.18/37.37	c bounds -7106 >= -99131 @ 36.8797
37.18/37.38	c bounds -7112 >= -99131 @ 36.8824
37.18/37.38	c bounds -7144 >= -99131 @ 36.8861
37.18/37.39	c bounds -7234 >= -99131 @ 36.8912
37.18/37.39	c bounds -7239 >= -99131 @ 36.898
37.28/37.40	c bounds -7244 >= -99131 @ 36.9055
37.28/37.41	c bounds -7248 >= -99131 @ 36.912
37.28/37.42	c bounds -7283 >= -99131 @ 36.9261
37.28/37.43	c bounds -7285 >= -99131 @ 36.9353
37.28/37.44	c bounds -7294 >= -99131 @ 36.9393
37.28/37.46	c bounds -7300 >= -99131 @ 36.9597
37.28/37.47	c bounds -7318 >= -99131 @ 36.9677
37.28/37.47	c bounds -7326 >= -99131 @ 36.9753
37.37/37.59	c bounds -7335 >= -99131 @ 37.0826
37.48/37.61	c bounds -7350 >= -99131 @ 37.1081
37.48/37.66	c bounds -7374 >= -99131 @ 37.1517
37.78/37.93	c #Conflicts:       4000 | #Constraints:      35011
37.78/37.93	c bounds -7381 >= -99131 @ 37.4148
42.07/42.21	c INPROCESSING
42.07/42.21	c GARBAGE COLLECT
42.07/42.21	c #Conflicts:       5000 | #Constraints:      34359
42.07/42.21	c #Conflicts:       6000 | #Constraints:      35359
42.07/42.21	c bounds -7381 >= -98925 @ 41.6304
42.07/42.22	c bounds -7396 >= -98925 @ 41.6464
42.07/42.22	c bounds -7426 >= -98925 @ 41.6481
42.07/42.23	c bounds -7441 >= -98925 @ 41.6497
42.07/42.26	c bounds -7445 >= -98925 @ 41.6861
42.07/42.27	c bounds -7448 >= -98925 @ 41.6944
42.07/42.27	c bounds -7454 >= -98925 @ 41.6963
42.16/42.39	c bounds -7471 >= -98925 @ 41.8141
42.26/42.40	c bounds -7474 >= -98925 @ 41.8183
42.26/42.40	c bounds -7487 >= -98925 @ 41.8215
42.26/42.44	c INPROCESSING
42.26/42.44	c GARBAGE COLLECT
42.26/42.44	c bounds -7553 >= -98925 @ 41.8637
42.26/42.45	c bounds -7589 >= -98925 @ 41.8753
42.26/42.46	c bounds -7592 >= -98925 @ 41.8799
42.26/42.46	c bounds -7594 >= -98925 @ 41.8832
42.26/42.47	c bounds -7598 >= -98925 @ 41.8867
42.26/42.48	c bounds -7603 >= -98925 @ 41.8981
42.26/42.49	c bounds -7605 >= -98925 @ 41.9063
42.26/42.49	c bounds -7609 >= -98925 @ 41.9081
42.36/42.50	c bounds -7615 >= -98925 @ 41.919
42.36/42.50	c bounds -7624 >= -98925 @ 41.9209
42.36/42.51	c bounds -7631 >= -98925 @ 41.9303
42.36/42.57	c bounds -7632 >= -98925 @ 41.986
42.36/42.58	c bounds -7646 >= -98925 @ 42.0004
42.46/42.61	c bounds -7664 >= -98925 @ 42.0225
42.57/42.79	c bounds -7675 >= -98925 @ 42.2018
47.55/47.72	c #Conflicts:       7000 | #Constraints:      34372
47.55/47.72	c #Conflicts:       8000 | #Constraints:      35372
47.55/47.72	c #Conflicts:       9000 | #Constraints:      36372
47.55/47.72	c INPROCESSING
47.55/47.72	c GARBAGE COLLECT
47.55/47.72	c bounds -7676 >= -98925 @ 47.0698
47.55/47.74	c bounds -7709 >= -98925 @ 47.0945
47.55/47.74	c bounds -7735 >= -98925 @ 47.0961
47.55/47.74	c bounds -7739 >= -98925 @ 47.0982
47.55/47.75	c bounds -7744 >= -98925 @ 47.1007
47.55/47.78	c bounds -7765 >= -98925 @ 47.1312
47.65/47.85	c bounds -7766 >= -98925 @ 47.2028
47.75/47.91	c bounds -7783 >= -98925 @ 47.257
47.75/47.92	c bounds -7789 >= -98925 @ 47.2673
47.86/48.04	c bounds -7794 >= -98925 @ 47.3862
47.86/48.05	c bounds -7800 >= -98925 @ 47.4019
47.86/48.10	c bounds -7811 >= -98925 @ 47.4486
47.95/48.11	c bounds -7812 >= -98925 @ 47.4561
48.05/48.20	c bounds -7827 >= -98925 @ 47.5492
49.65/49.81	c #Conflicts:      10000 | #Constraints:      35078
49.65/49.81	c bounds -7848 >= -98925 @ 49.1074
49.65/49.82	c bounds -7848 >= -98720 @ 49.1144
49.65/49.82	c bounds -7848 >= -98515 @ 49.1217
49.65/49.83	c bounds -7848 >= -98312 @ 49.1255
49.65/49.84	c bounds -7848 >= -98113 @ 49.1328
49.65/49.84	c bounds -7848 >= -97915 @ 49.1369
49.65/49.86	c bounds -7848 >= -97717 @ 49.1526
49.85/50.01	c bounds -7848 >= -97519 @ 49.3073
50.05/50.20	c bounds -7848 >= -97321 @ 49.4989
52.14/52.36	c #Conflicts:      11000 | #Constraints:      36121
52.14/52.36	c bounds -7848 >= -97123 @ 51.6243
58.62/58.83	c #Conflicts:      12000 | #Constraints:      37131
58.62/58.83	c INPROCESSING
58.62/58.83	c GARBAGE COLLECT
58.62/58.83	c #Conflicts:      13000 | #Constraints:      35551
58.62/58.83	c #Conflicts:      14000 | #Constraints:      36554
58.62/58.83	c #Conflicts:      15000 | #Constraints:      37554
58.62/58.83	c INPROCESSING
58.62/58.83	c GARBAGE COLLECT
58.62/58.83	c bounds -7849 >= -97123 @ 57.9863
58.62/58.83	c bounds -7875 >= -97123 @ 57.9881
58.62/58.84	c bounds -7883 >= -97123 @ 57.997
58.62/58.84	c bounds -7896 >= -97123 @ 57.9987
58.62/58.85	c bounds -7915 >= -97123 @ 58.0088
58.73/58.99	c bounds -7920 >= -97123 @ 58.1471
58.83/59.01	c bounds -7929 >= -97123 @ 58.1609
58.93/59.14	c bounds -7933 >= -97123 @ 58.2882
59.82/60.06	c bounds -7942 >= -97123 @ 59.1903
59.82/60.06	c bounds -7942 >= -96927 @ 59.1912
59.82/60.06	c bounds -7942 >= -96731 @ 59.1944
59.82/60.07	c bounds -7942 >= -96535 @ 59.2003
59.82/60.07	c bounds -7942 >= -96340 @ 59.2043
59.82/60.08	c bounds -7942 >= -96145 @ 59.2119
59.92/60.19	c bounds -7942 >= -95950 @ 59.3236
60.62/60.84	c #Conflicts:      16000 | #Constraints:      35816
60.62/60.84	c bounds -7942 >= -95755 @ 59.9613
64.71/64.92	c #Conflicts:      17000 | #Constraints:      36823
64.71/64.92	c #Conflicts:      18000 | #Constraints:      37824
64.71/64.92	c INPROCESSING
64.71/64.92	c GARBAGE COLLECT
64.71/64.92	c bounds -7948 >= -95755 @ 63.9931
64.71/64.93	c bounds -7951 >= -95755 @ 63.9974
64.81/65.10	c bounds -7955 >= -95755 @ 64.1605
64.91/65.15	c bounds -7960 >= -95755 @ 64.2096
65.00/65.22	c bounds -7965 >= -95755 @ 64.2809
65.00/65.23	c bounds -7974 >= -95755 @ 64.2925
65.00/65.27	c bounds -7976 >= -95755 @ 64.3258
65.30/65.53	c bounds -7980 >= -95755 @ 64.5839
66.00/66.20	c #Conflicts:      19000 | #Constraints:      35828
66.00/66.20	c bounds -7983 >= -95755 @ 65.238
66.00/66.21	c bounds -7983 >= -95572 @ 65.2389
66.00/66.21	c bounds -7983 >= -95382 @ 65.2395
66.00/66.21	c bounds -7983 >= -95200 @ 65.2424
66.00/66.21	c bounds -7983 >= -95013 @ 65.2462
66.00/66.22	c bounds -7983 >= -94830 @ 65.2532
66.00/66.23	c bounds -7983 >= -94650 @ 65.2581
66.00/66.26	c bounds -7983 >= -94470 @ 65.2911
66.10/66.32	c bounds -7983 >= -94290 @ 65.3473
66.30/66.54	c bounds -7983 >= -94110 @ 65.5712
67.20/67.41	c bounds -7983 >= -93930 @ 66.4298
67.20/67.46	c bounds -7989 >= -93930 @ 66.4712
67.20/67.47	c bounds -7992 >= -93930 @ 66.4866
67.20/67.48	c bounds -7997 >= -93930 @ 66.4964
75.18/75.48	c #Conflicts:      20000 | #Constraints:      36881
75.18/75.48	c #Conflicts:      21000 | #Constraints:      37882
75.18/75.48	c INPROCESSING
75.18/75.48	c GARBAGE COLLECT
75.18/75.48	c bounds -7998 >= -93930 @ 74.4008
75.18/75.49	c bounds -8016 >= -93930 @ 74.4052
75.18/75.49	c bounds -8028 >= -93930 @ 74.407
76.28/76.54	c #Conflicts:      22000 | #Constraints:      35657
76.28/76.54	c bounds -8031 >= -93930 @ 75.4348
76.28/76.55	c bounds -8033 >= -93930 @ 75.4402
76.28/76.56	c bounds -8056 >= -93930 @ 75.4513
76.28/76.57	c bounds -8080 >= -93930 @ 75.4622
76.38/76.67	c bounds -8095 >= -93930 @ 75.5636
76.48/76.71	c bounds -8098 >= -93930 @ 75.5987
76.89/77.16	c bounds -8138 >= -93930 @ 76.0399
76.89/77.17	c bounds -8138 >= -93752 @ 76.0408
76.89/77.17	c bounds -8138 >= -93573 @ 76.0469
76.89/77.17	c bounds -8138 >= -93396 @ 76.049
76.89/77.18	c bounds -8138 >= -93218 @ 76.054
76.98/77.23	c bounds -8138 >= -93041 @ 76.1065
78.17/78.45	c #Conflicts:      23000 | #Constraints:      36681
78.17/78.45	c bounds -8138 >= -92864 @ 77.3129
78.37/78.61	c bounds -8140 >= -92864 @ 77.4669
78.37/78.63	c bounds -8141 >= -92864 @ 77.4832
78.37/78.65	c bounds -8153 >= -92864 @ 77.503
78.57/78.84	c bounds -8157 >= -92864 @ 77.6914
81.56/81.80	c #Conflicts:      24000 | #Constraints:      37691
81.56/81.80	c #Conflicts:      25000 | #Constraints:      38691
81.56/81.80	c INPROCESSING
81.56/81.80	c GARBAGE COLLECT
81.56/81.80	c bounds -8173 >= -92864 @ 80.6097
82.36/82.69	c #Conflicts:      26000 | #Constraints:      36278
82.36/82.69	c bounds -8180 >= -92864 @ 81.4816
83.46/83.79	c #Conflicts:      27000 | #Constraints:      37279
83.46/83.79	c bounds -8189 >= -92864 @ 82.5514
83.46/83.79	c bounds -8189 >= -92692 @ 82.5519
83.46/83.79	c bounds -8189 >= -92521 @ 82.5555
83.56/83.80	c bounds -8189 >= -92350 @ 82.5648
83.56/83.81	c bounds -8189 >= -92176 @ 82.5699
83.56/83.81	c bounds -8189 >= -92003 @ 82.5747
83.56/83.82	c bounds -8189 >= -91832 @ 82.5818
83.56/83.89	c bounds -8189 >= -91661 @ 82.6514
83.66/83.96	c bounds -8189 >= -91490 @ 82.7225
83.96/84.21	c bounds -8189 >= -91319 @ 82.9658
84.36/84.64	c bounds -8189 >= -91148 @ 83.3954
86.05/86.30	c bounds -8189 >= -90977 @ 85.0409
88.15/88.41	c #Conflicts:      28000 | #Constraints:      38353
88.15/88.41	c #Conflicts:      29000 | #Constraints:      39353
88.15/88.41	c INPROCESSING
88.15/88.41	c GARBAGE COLLECT
88.15/88.41	c bounds -8194 >= -90977 @ 87.129
88.15/88.43	c bounds -8205 >= -90977 @ 87.1483
88.35/88.62	c bounds -8214 >= -90977 @ 87.3345
88.95/89.23	c bounds -8217 >= -90977 @ 87.9271
90.15/90.45	c #Conflicts:      30000 | #Constraints:      36734
90.15/90.45	c bounds -8219 >= -90977 @ 89.1241
90.15/90.45	c bounds -8219 >= -90809 @ 89.1274
90.15/90.46	c bounds -8219 >= -90642 @ 89.1343
90.15/90.47	c bounds -8219 >= -90475 @ 89.1418
90.15/90.47	c bounds -8219 >= -90308 @ 89.1457
90.15/90.48	c bounds -8219 >= -90141 @ 89.1539
90.15/90.49	c bounds -8219 >= -89974 @ 89.1652
90.34/90.60	c bounds -8219 >= -89807 @ 89.2772
90.44/90.77	c bounds -8219 >= -89640 @ 89.4395
91.35/91.69	c bounds -8219 >= -89473 @ 90.3517
93.44/94.44	c #Conflicts:      31000 | #Constraints:      37806
93.44/94.44	c bounds -8219 >= -89306 @ 92.3893
97.14/98.12	c #Conflicts:      32000 | #Constraints:      38818
97.14/98.12	c #Conflicts:      33000 | #Constraints:      39819
97.14/98.12	c INPROCESSING
97.14/98.12	c GARBAGE COLLECT
97.14/98.12	c bounds -8234 >= -89306 @ 96.0177
97.14/98.13	c bounds -8236 >= -89306 @ 96.0289
97.24/98.23	c bounds -8237 >= -89306 @ 96.1259
97.24/98.26	c bounds -8243 >= -89306 @ 96.151
97.54/98.56	c bounds -8244 >= -89306 @ 96.4418
97.74/98.74	c #Conflicts:      34000 | #Constraints:      36997
97.74/98.74	c bounds -8245 >= -89306 @ 96.6113
97.74/98.74	c bounds -8247 >= -89306 @ 96.6194
97.74/98.75	c bounds -8252 >= -89306 @ 96.6293
97.93/99.00	c bounds -8256 >= -89306 @ 96.8621
97.93/99.00	c bounds -8256 >= -89141 @ 96.8634
98.04/99.00	c bounds -8256 >= -88977 @ 96.866
98.04/99.01	c bounds -8256 >= -88812 @ 96.8738
98.04/99.02	c bounds -8256 >= -88649 @ 96.8808
98.04/99.02	c bounds -8256 >= -88486 @ 96.8874
98.04/99.03	c bounds -8256 >= -88324 @ 96.8918
98.04/99.04	c bounds -8256 >= -88162 @ 96.9068
98.14/99.12	c bounds -8256 >= -88000 @ 96.9821
98.33/99.37	c bounds -8256 >= -87838 @ 97.2349
100.33/101.36	c #Conflicts:      35000 | #Constraints:      38042
100.33/101.36	WSVECS04 Frhs2[1099]: 6 -82 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1170]: 6 -61.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1171]: 6 -50 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1414]: 6 -64.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1442]: 6 -49 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1568]: 6 -20 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1586]: 6 -62.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1675]: 6 -70 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1691]: 6 -30.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1701]: 6 -29.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1709]: 6 -15.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1715]: 6 -71.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1769]: 6 -29.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1770]: 6 -4.00003 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1834]: 6 -17 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1851]: 6 -6.00006 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1852]: 6 -32 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1952]: 6 -24 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1967]: 6 -25.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1982]: 6 -32 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
100.33/101.36	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
100.93/102.00	WSVECS04 Frhs2[1155]: 6 -23.0001 0 shouldn't be
100.93/102.00	WSVECS04 Frhs2[1305]: 6 -60 0 shouldn't be
100.93/102.00	WSVECS04 Frhs2[1403]: 6 -21 0 shouldn't be
100.93/102.00	WSVECS04 Frhs2[1440]: 6 -61.0001 0 shouldn't be
100.93/102.00	WSVECS04 Frhs2[1460]: 6 -62.0001 0 shouldn't be
100.93/102.00	WSVECS04 Frhs2[1550]: 6 -44.0001 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1677]: 6 -34 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1703]: 6 -21 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1717]: 6 -30 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1753]: 6 -19 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1771]: 6 -6.00006 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1936]: 6 -18 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1973]: 6 -7.00004 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1981]: 6 -9.00005 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1983]: 6 -8.00009 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1984]: 6 -5.00003 0 shouldn't be
101.03/102.00	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
105.52/106.56	c #Conflicts:      36000 | #Constraints:      39043
105.52/106.56	c bounds -8256 >= -87676 @ 104.327
108.71/109.73	c #Conflicts:      37000 | #Constraints:      40049
108.71/109.73	c INPROCESSING
108.71/109.73	c GARBAGE COLLECT
108.71/109.73	c #Conflicts:      38000 | #Constraints:      37009
108.71/109.73	c bounds -8257 >= -87676 @ 107.426
114.10/115.15	c #Conflicts:      39000 | #Constraints:      38010
114.10/115.15	c #Conflicts:      40000 | #Constraints:      39010
114.10/115.15	WSVECS04 Frhs2[1028]: 6 -130 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1299]: 6 -74 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1300]: 6 -54.0001 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1301]: 6 -70.0001 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1334]: 6 -18.0001 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1463]: 6 -63.0001 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1598]: 6 -62.0001 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1612]: 6 -8.00003 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1627]: 6 -23.0001 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1650]: 6 -47.0001 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1775]: 6 -7.00007 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1875]: 6 -7.00004 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
114.10/115.15	WSVECS04 Frhs2[1964]: 6 -4.00004 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1191]: 6 -17.0001 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1282]: 6 -45.0001 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1297]: 6 -52 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1317]: 6 -48 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1611]: 6 -44 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1625]: 6 -36.0001 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1726]: 6 -19.0001 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1756]: 6 -7.0001 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1760]: 6 -20.0001 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1842]: 6 -22 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1894]: 6 -22.0001 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1932]: 6 -9.00003 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
114.79/115.83	WSVECS04 Frhs2[1966]: 6 -24.0001 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1192]: 6 -83 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1314]: 6 -73 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1315]: 6 -41.0001 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1316]: 6 -70.0001 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1367]: 6 -9.00004 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1370]: 6 -41.0001 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1464]: 6 -6.00004 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1562]: 6 -42 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1595]: 6 -5.00006 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1681]: 6 -52 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1758]: 6 -26.0001 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1776]: 6 -34 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1876]: 6 -29 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1877]: 6 -25 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
115.59/116.67	WSVECS04 Frhs2[1965]: 6 -11 0 shouldn't be
116.58/117.63	WSVECS04 Frhs2[1480]: 6 -47 0 shouldn't be
116.58/117.63	WSVECS04 Frhs2[1580]: 6 -60.0001 0 shouldn't be
116.58/117.63	WSVECS04 Frhs2[1593]: 6 -38 0 shouldn't be
116.58/117.63	WSVECS04 Frhs2[1609]: 6 -33 0 shouldn't be
116.58/117.63	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
116.58/117.63	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
116.58/117.63	WSVECS04 Frhs2[1664]: 6 -30.0001 0 shouldn't be
116.58/117.63	WSVECS04 Frhs2[1843]: 6 -21 0 shouldn't be
116.58/117.63	WSVECS04 Frhs2[1845]: 6 -17 0 shouldn't be
116.58/117.63	WSVECS04 Frhs2[1847]: 6 -3.00003 0 shouldn't be
117.49/118.56	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
117.49/118.56	WSVECS04 Frhs2[1029]: 6 -128 0 shouldn't be
117.49/118.56	WSVECS04 Frhs2[1335]: 6 -8.00004 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
118.88/119.97	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
118.88/119.97	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
118.88/119.97	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
118.88/119.97	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
118.88/119.97	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
118.88/119.97	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
118.88/119.97	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
118.88/119.97	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
118.88/119.97	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
118.88/119.97	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
118.88/119.97	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
118.88/119.97	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
118.88/119.97	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
118.88/119.97	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
118.88/119.97	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
118.88/119.97	WSVECS04 Frhs2[776]: 6 -109 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
118.88/119.97	WSVECS04 Frhs2[1044]: 6 -133 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[1047]: 6 -92 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[1062]: 6 -115 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[1081]: 6 -84.0001 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[1298]: 6 -78 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[1337]: 6 -41 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[1338]: 6 -93.0001 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[1349]: 6 -48.0001 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[1353]: 6 -81.0001 0 shouldn't be
118.88/119.97	WSVECS04 Frhs2[1661]: 6 -49.0001 0 shouldn't be
134.13/135.44	c #Conflicts:      41000 | #Constraints:      40010
134.13/135.44	c INPROCESSING
134.13/135.44	c GARBAGE COLLECT
134.13/135.44	c #Conflicts:      42000 | #Constraints:      36812
134.13/135.44	c #Conflicts:      43000 | #Constraints:      37812
134.13/135.44	c #Conflicts:      44000 | #Constraints:      38812
134.13/135.44	c #Conflicts:      45000 | #Constraints:      39812
134.13/135.44	c #Conflicts:      46000 | #Constraints:      40812
134.13/135.44	c INPROCESSING
134.13/135.44	c GARBAGE COLLECT
134.13/135.44	c rational objective -12879.7
149.20/150.55	c #Conflicts:      47000 | #Constraints:      37408
149.20/150.55	c #Conflicts:      48000 | #Constraints:      38408
149.20/150.55	c #Conflicts:      49000 | #Constraints:      39408
149.20/150.55	c #Conflicts:      50000 | #Constraints:      40408
149.20/150.55	c #Conflicts:      51000 | #Constraints:      41408
149.20/150.55	c INPROCESSING
149.20/150.55	c GARBAGE COLLECT
149.20/150.55	c #Conflicts:      52000 | #Constraints:      37813
149.20/150.55	c #Conflicts:      53000 | #Constraints:      38813
149.20/150.55	c #Conflicts:      54000 | #Constraints:      39813
149.20/150.55	c bounds -8257 >= -87514 @ 147.472
170.95/172.34	c #Conflicts:      55000 | #Constraints:      40822
170.95/172.34	c #Conflicts:      56000 | #Constraints:      41823
170.95/172.34	c INPROCESSING
170.95/172.34	c GARBAGE COLLECT
170.95/172.34	c #Conflicts:      57000 | #Constraints:      38017
170.95/172.34	c #Conflicts:      58000 | #Constraints:      39018
170.95/172.34	c #Conflicts:      59000 | #Constraints:      40019
170.95/172.34	c #Conflicts:      60000 | #Constraints:      41024
170.95/172.34	c #Conflicts:      61000 | #Constraints:      42025
170.95/172.34	c INPROCESSING
170.95/172.34	c GARBAGE COLLECT
170.95/172.34	c rational objective -12879.6
202.67/204.16	c #Conflicts:      62000 | #Constraints:      38014
202.67/204.16	c #Conflicts:      63000 | #Constraints:      39014
202.67/204.16	c #Conflicts:      64000 | #Constraints:      40014
202.67/204.16	c #Conflicts:      65000 | #Constraints:      41015
202.67/204.16	c #Conflicts:      66000 | #Constraints:      42016
202.67/204.16	c INPROCESSING
202.67/204.16	c GARBAGE COLLECT
202.67/204.16	c #Conflicts:      67000 | #Constraints:      37808
202.67/204.16	c #Conflicts:      68000 | #Constraints:      38809
202.67/204.16	c #Conflicts:      69000 | #Constraints:      39809
202.67/204.16	c #Conflicts:      70000 | #Constraints:      40809
202.67/204.16	c #Conflicts:      71000 | #Constraints:      41809
202.67/204.16	c #Conflicts:      72000 | #Constraints:      42809
202.67/204.16	c INPROCESSING
202.67/204.16	c GARBAGE COLLECT
202.67/204.16	c rational objective -12879.5
217.81/219.85	c #Conflicts:      73000 | #Constraints:      38402
217.81/219.85	c #Conflicts:      74000 | #Constraints:      39403
217.81/219.85	c #Conflicts:      75000 | #Constraints:      40403
217.81/219.85	c #Conflicts:      76000 | #Constraints:      41403
217.81/219.85	c #Conflicts:      77000 | #Constraints:      42404
217.81/219.85	c #Conflicts:      78000 | #Constraints:      43405
217.81/219.85	c INPROCESSING
217.81/219.85	c GARBAGE COLLECT
217.81/219.85	c #Conflicts:      79000 | #Constraints:      38800
217.81/219.85	c #Conflicts:      80000 | #Constraints:      39801
217.81/219.85	c bounds -8261 >= -87514 @ 215.332
217.81/219.86	c bounds -8261 >= -87353 @ 215.34
217.81/219.87	c bounds -8261 >= -87193 @ 215.348
217.81/219.87	c bounds -8261 >= -87036 @ 215.35
217.81/219.88	c bounds -8261 >= -86880 @ 215.36
217.81/219.89	c bounds -8261 >= -86725 @ 215.367
217.81/219.89	c bounds -8261 >= -86567 @ 215.371
217.91/219.90	c bounds -8261 >= -86410 @ 215.38
217.91/219.91	c bounds -8261 >= -86254 @ 215.388
217.91/219.92	c bounds -8261 >= -86099 @ 215.394
217.91/219.93	c bounds -8261 >= -85944 @ 215.402
218.01/220.02	c bounds -8261 >= -85789 @ 215.492
218.30/220.30	c bounds -8261 >= -85634 @ 215.769
218.91/220.96	c bounds -8261 >= -85479 @ 216.428
220.20/222.23	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
220.20/222.23	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
220.20/222.23	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
220.20/222.23	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
220.20/222.23	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
220.20/222.23	WSVECS04 Frhs2[104]: 6 0 71.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
220.20/222.23	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
220.20/222.23	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
220.20/222.23	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
220.20/222.23	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
220.20/222.23	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
220.20/222.23	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
220.20/222.23	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
220.20/222.23	WSVECS04 Frhs2[222]: 6 0 53 shouldn't be
220.20/222.23	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
220.20/222.23	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[267]: 6 0 99.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
220.20/222.23	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
220.20/222.23	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
220.20/222.23	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
220.20/222.23	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
220.20/222.23	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
220.20/222.23	WSVECS04 Frhs2[372]: 6 0 35 shouldn't be
220.20/222.23	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
220.20/222.23	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
220.20/222.23	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
220.20/222.23	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
220.20/222.23	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
220.20/222.23	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
220.20/222.23	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
220.20/222.23	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
220.20/222.23	WSVECS04 Frhs2[420]: 6 0 46.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
220.20/222.23	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
220.20/222.23	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
220.20/222.23	WSVECS04 Frhs2[464]: 6 0 72.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
220.20/222.23	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
220.20/222.23	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
220.20/222.23	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
220.20/222.23	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
220.20/222.23	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
220.20/222.23	WSVECS04 Frhs2[510]: 6 0 45.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[523]: 6 0 57.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
220.20/222.23	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
220.20/222.23	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
220.20/222.23	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
220.20/222.23	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
220.20/222.23	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
220.20/222.23	WSVECS04 Frhs2[574]: 6 0 53.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
220.20/222.23	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
220.20/222.23	WSVECS04 Frhs2[604]: 6 0 29 shouldn't be
220.20/222.23	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
220.20/222.23	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
220.20/222.23	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
220.20/222.23	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
220.20/222.23	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
220.20/222.23	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
220.20/222.23	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
220.20/222.23	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
220.20/222.23	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
220.20/222.23	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
220.20/222.23	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
220.20/222.23	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
220.20/222.23	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
220.20/222.23	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
220.20/222.23	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
220.20/222.23	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
220.20/222.23	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
220.20/222.23	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
220.20/222.23	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
220.20/222.23	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
220.20/222.23	WSVECS04 Frhs2[735]: 6 0 64 shouldn't be
220.20/222.23	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
220.20/222.23	WSVECS04 Frhs2[752]: 6 0 52 shouldn't be
220.20/222.23	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
220.20/222.23	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
220.20/222.23	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
220.20/222.23	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
220.20/222.23	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
220.20/222.23	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
220.20/222.23	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
220.20/222.23	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
220.20/222.23	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
220.20/222.23	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
220.20/222.23	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
220.20/222.23	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
220.20/222.23	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
220.20/222.23	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
220.20/222.23	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
220.20/222.23	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
220.20/222.23	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
220.20/222.23	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
220.20/222.23	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
220.20/222.23	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
220.20/222.23	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
220.20/222.23	WSVECS04 Frhs2[863]: 6 0 69.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
220.20/222.23	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
220.20/222.23	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
220.20/222.23	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
220.20/222.23	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
220.20/222.23	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
220.20/222.23	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[934]: 6 0 69 shouldn't be
220.20/222.23	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
220.20/222.23	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
220.20/222.23	WSVECS04 Frhs2[966]: 6 0 34.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
220.20/222.23	WSVECS04 Frhs2[974]: 6 0 91.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1009]: 6 0 59 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1014]: 6 0 60 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1052]: 6 0 80 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1126]: 6 0 58 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1131]: 6 0 90 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1133]: 6 0 60 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1185]: 6 0 95 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1187]: 6 0 85 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1189]: 6 0 61.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1211]: 6 0 39 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1218]: 6 0 115 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1224]: 6 0 45 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1226]: 6 0 122 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1295]: 6 0 79.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1312]: 6 0 71 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1318]: 6 0 67.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1322]: 6 0 30.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1325]: 6 0 35 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1336]: 6 0 57 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1354]: 6 0 100 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1385]: 6 0 105 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1418]: 6 0 108 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1430]: 6 0 35.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1481]: 6 0 85 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1513]: 6 0 81.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1522]: 6 0 84.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1529]: 6 0 37 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1592]: 6 0 64 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1641]: 6 0 71.0001 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1683]: 6 0 78 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1786]: 6 -8.00006 0 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1848]: 6 -4.00006 0 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1933]: 6 -20 0 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
220.20/222.23	WSVECS04 Frhs2[1959]: 6 -29.0001 0 shouldn't be
245.74/247.89	c #Conflicts:      81000 | #Constraints:      40865
245.74/247.89	c #Conflicts:      82000 | #Constraints:      41865
245.74/247.89	c #Conflicts:      83000 | #Constraints:      42865
245.74/247.89	c #Conflicts:      84000 | #Constraints:      43865
245.74/247.89	c INPROCESSING
245.74/247.89	c GARBAGE COLLECT
245.74/247.89	c rational objective -12879.4
247.53/249.67	c bounds -8279 >= -85479 @ 244.893
247.64/249.71	c bounds -8289 >= -85479 @ 244.928
247.74/249.83	c bounds -8305 >= -85479 @ 245.049
249.83/251.98	c #Conflicts:      85000 | #Constraints:      39062
249.83/251.98	c bounds -8311 >= -85479 @ 247.172
251.13/253.27	c #Conflicts:      86000 | #Constraints:      40077
251.13/253.27	c bounds -8312 >= -85479 @ 248.427
251.13/253.29	c bounds -8315 >= -85479 @ 248.455
251.23/253.37	c bounds -8316 >= -85479 @ 248.522
251.43/253.52	c bounds -8318 >= -85479 @ 248.671
251.63/253.75	c bounds -8321 >= -85479 @ 248.897
253.22/255.31	c #Conflicts:      87000 | #Constraints:      41086
253.22/255.31	c bounds -8324 >= -85479 @ 250.417
253.72/255.89	c bounds -8327 >= -85479 @ 250.988
253.72/255.89	c bounds -8327 >= -85329 @ 250.99
253.82/255.90	c bounds -8327 >= -85181 @ 250.995
253.82/255.90	c bounds -8327 >= -85033 @ 250.999
253.82/255.90	c bounds -8327 >= -84884 @ 251.002
253.82/255.91	c bounds -8327 >= -84734 @ 251.008
253.82/255.92	c bounds -8327 >= -84586 @ 251.018
253.82/255.93	c bounds -8327 >= -84438 @ 251.024
258.52/260.69	c bounds -8327 >= -84290 @ 255.738
258.71/260.81	c bounds -8327 >= -84142 @ 255.853
258.92/261.01	c bounds -8327 >= -83994 @ 256.048
259.41/261.54	c bounds -8327 >= -83846 @ 256.584
260.21/262.32	c #Conflicts:      88000 | #Constraints:      42161
260.21/262.32	c bounds -8336 >= -83846 @ 257.346
262.11/264.21	c bounds -8336 >= -83698 @ 259.212
262.80/264.95	c #Conflicts:      89000 | #Constraints:      43174
262.80/264.95	c bounds -8340 >= -83698 @ 259.934
265.89/268.08	c #Conflicts:      90000 | #Constraints:      44175
265.89/268.08	c bounds -8340 >= -83550 @ 263.035
266.60/268.76	c INPROCESSING
266.60/268.76	c GARBAGE COLLECT
266.60/268.76	c bounds -8343 >= -83550 @ 263.703
266.60/268.77	c bounds -8352 >= -83550 @ 263.709
266.60/268.78	c bounds -8404 >= -83550 @ 263.727
266.89/269.06	c bounds -8407 >= -83550 @ 263.992
267.09/269.26	c bounds -8415 >= -83550 @ 264.194
268.49/270.60	c #Conflicts:      91000 | #Constraints:      39132
268.49/270.60	c bounds -8419 >= -83550 @ 265.51
274.07/276.23	c #Conflicts:      92000 | #Constraints:      40133
274.07/276.23	c #Conflicts:      93000 | #Constraints:      41133
274.07/276.23	c #Conflicts:      94000 | #Constraints:      42133
274.07/276.23	c bounds -8419 >= -83402 @ 271.092
290.01/292.62	c #Conflicts:      95000 | #Constraints:      43145
290.01/292.62	c #Conflicts:      96000 | #Constraints:      44145
290.01/292.62	c INPROCESSING
290.01/292.62	c GARBAGE COLLECT
290.01/292.62	c #Conflicts:      97000 | #Constraints:      38920
290.01/292.62	c #Conflicts:      98000 | #Constraints:      39920
290.01/292.62	c #Conflicts:      99000 | #Constraints:      40920
290.01/292.62	c #Conflicts:     100000 | #Constraints:      41920
290.01/292.62	c #Conflicts:     101000 | #Constraints:      42921
290.01/292.62	c #Conflicts:     102000 | #Constraints:      43921
290.01/292.62	c #Conflicts:     103000 | #Constraints:      44921
290.01/292.62	c INPROCESSING
290.01/292.62	c GARBAGE COLLECT
290.01/292.62	WSVECS04 Frhs2[8]: 6 0 36.7407 shouldn't be
290.01/292.62	WSVECS04 Frhs2[13]: 6 0 210.68 shouldn't be
290.01/292.62	WSVECS04 Frhs2[14]: 6 0 28.7342 shouldn't be
290.01/292.62	WSVECS04 Frhs2[16]: 6 0 55.77 shouldn't be
290.01/292.62	WSVECS04 Frhs2[18]: 6 0 3.32618 shouldn't be
290.01/292.62	WSVECS04 Frhs2[19]: 6 0 123.892 shouldn't be
290.01/292.62	WSVECS04 Frhs2[27]: 6 0 32.0086 shouldn't be
290.01/292.62	WSVECS04 Frhs2[29]: 6 0 160.474 shouldn't be
290.01/292.62	WSVECS04 Frhs2[30]: 6 0 143.325 shouldn't be
290.01/292.62	WSVECS04 Frhs2[36]: 6 0 126.255 shouldn't be
290.01/292.62	WSVECS04 Frhs2[44]: 6 0 187.29 shouldn't be
290.01/292.62	WSVECS04 Frhs2[57]: 6 0 102.091 shouldn't be
290.01/292.62	WSVECS04 Frhs2[61]: 6 0 35.0401 shouldn't be
290.01/292.62	WSVECS04 Frhs2[75]: 6 0 23.2919 shouldn't be
290.01/292.62	WSVECS04 Frhs2[79]: 6 0 75.0391 shouldn't be
290.01/292.62	WSVECS04 Frhs2[95]: 6 0 132.095 shouldn't be
290.01/292.62	WSVECS04 Frhs2[109]: 6 0 38.1747 shouldn't be
290.01/292.62	WSVECS04 Frhs2[124]: 6 0 214.507 shouldn't be
290.01/292.62	WSVECS04 Frhs2[132]: 6 0 94.3525 shouldn't be
290.01/292.62	WSVECS04 Frhs2[139]: 6 0 120.525 shouldn't be
290.01/292.62	WSVECS04 Frhs2[150]: 6 0 39.9799 shouldn't be
290.01/292.62	WSVECS04 Frhs2[154]: 6 0 300.177 shouldn't be
290.01/292.62	WSVECS04 Frhs2[168]: 6 0 146.352 shouldn't be
290.01/292.62	WSVECS04 Frhs2[170]: 6 0 26.3512 shouldn't be
290.01/292.62	WSVECS04 Frhs2[171]: 6 0 255.281 shouldn't be
290.01/292.62	WSVECS04 Frhs2[188]: 6 0 40.49 shouldn't be
290.01/292.62	WSVECS04 Frhs2[189]: 6 0 4.98554 shouldn't be
290.01/292.62	WSVECS04 Frhs2[194]: 6 0 191.046 shouldn't be
290.01/292.62	WSVECS04 Frhs2[196]: 6 0 100.797 shouldn't be
290.01/292.62	WSVECS04 Frhs2[202]: 6 0 125.996 shouldn't be
290.01/292.62	WSVECS04 Frhs2[204]: 6 0 243.575 shouldn't be
290.01/292.62	WSVECS04 Frhs2[205]: 6 0 269.143 shouldn't be
290.01/292.62	WSVECS04 Frhs2[211]: 6 0 201.626 shouldn't be
290.01/292.62	WSVECS04 Frhs2[216]: 6 0 36.7069 shouldn't be
290.01/292.62	WSVECS04 Frhs2[232]: 6 0 47.7389 shouldn't be
290.01/292.62	WSVECS04 Frhs2[248]: 6 0 180.863 shouldn't be
290.01/292.62	WSVECS04 Frhs2[257]: 6 0 176.5 shouldn't be
290.01/292.62	WSVECS04 Frhs2[259]: 6 0 134.066 shouldn't be
290.01/292.62	WSVECS04 Frhs2[264]: 6 0 266.039 shouldn't be
290.01/292.62	WSVECS04 Frhs2[265]: 6 0 102.883 shouldn't be
290.01/292.62	WSVECS04 Frhs2[266]: 6 0 20.8816 shouldn't be
290.01/292.62	WSVECS04 Frhs2[267]: 6 0 34.0661 shouldn't be
290.01/292.62	WSVECS04 Frhs2[274]: 6 0 52.5894 shouldn't be
290.01/292.62	WSVECS04 Frhs2[285]: 6 0 123.103 shouldn't be
290.01/292.62	WSVECS04 Frhs2[291]: 6 0 82.9769 shouldn't be
290.01/292.62	WSVECS04 Frhs2[300]: 6 0 64.6187 shouldn't be
290.01/292.62	WSVECS04 Frhs2[301]: 6 0 152.781 shouldn't be
290.01/292.62	WSVECS04 Frhs2[302]: 6 0 23.1328 shouldn't be
290.01/292.62	WSVECS04 Frhs2[306]: 6 0 190.286 shouldn't be
290.01/292.62	WSVECS04 Frhs2[314]: 6 0 71.1246 shouldn't be
290.01/292.62	WSVECS04 Frhs2[368]: 6 0 204.366 shouldn't be
290.01/292.62	WSVECS04 Frhs2[379]: 6 0 185.298 shouldn't be
290.01/292.62	WSVECS04 Frhs2[384]: 6 0 38.3603 shouldn't be
290.01/292.62	WSVECS04 Frhs2[411]: 6 0 76.7155 shouldn't be
290.01/292.62	WSVECS04 Frhs2[492]: 6 0 195.072 shouldn't be
290.01/292.62	WSVECS04 Frhs2[551]: 6 0 51.1868 shouldn't be
290.01/292.62	WSVECS04 Frhs2[553]: 6 0 84.5036 shouldn't be
290.01/292.62	WSVECS04 Frhs2[570]: 6 0 187.303 shouldn't be
290.01/292.62	WSVECS04 Frhs2[572]: 6 0 181.469 shouldn't be
290.01/292.62	WSVECS04 Frhs2[655]: 6 0 29.9313 shouldn't be
290.01/292.62	WSVECS04 Frhs2[667]: 6 0 70.9216 shouldn't be
290.01/292.62	WSVECS04 Frhs2[948]: 6 -148.957 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[959]: 6 -212.632 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[965]: 6 -121.662 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[966]: 6 -53.2224 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[975]: 6 -77.8435 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[976]: 6 -82.9609 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[977]: 6 -28.6974 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[982]: 6 -219.643 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[993]: 6 -187.014 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1230]: 6 -163.378 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1236]: 6 -122.644 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1239]: 6 -155.047 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1246]: 6 -184.887 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1247]: 6 -159.951 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1253]: 6 -204.092 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1255]: 6 -154.218 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1265]: 6 -175.527 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1266]: 6 -84.4079 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1271]: 6 -134.231 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1281]: 6 -74.1483 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1282]: 6 -142.976 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1298]: 6 -188.431 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1368]: 6 -12.3422 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1463]: 6 -101.371 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1490]: 6 -171.921 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1492]: 6 -133.063 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1506]: 6 -80.9181 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1509]: 6 -121.441 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1514]: 6 -168.883 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1520]: 6 -165.272 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1521]: 6 -131.575 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1523]: 6 -110.488 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1534]: 6 -181.252 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1536]: 6 -86.8125 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1537]: 6 -77.3543 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1538]: 6 -93.3091 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1543]: 6 -167.578 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1544]: 6 -85.2476 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1547]: 6 -87.3852 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1549]: 6 -86.3726 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1550]: 6 -91.2618 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1551]: 6 -181.928 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1559]: 6 -137.192 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1562]: 6 -174.587 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1568]: 6 -59.7239 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1569]: 6 -159.605 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1579]: 6 -95.7966 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1580]: 6 -127.275 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1595]: 6 -93.69 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1646]: 6 -53.1182 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1647]: 6 -134.897 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1749]: 6 -58.893 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1753]: 6 -157.985 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1766]: 6 -178.829 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1768]: 6 -72.5724 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1769]: 6 -44.3231 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1771]: 6 -107.774 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1774]: 6 -42.8365 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1776]: 6 -170.488 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1777]: 6 -150.532 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1778]: 6 -75.9379 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1780]: 6 -79.6099 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1782]: 6 -60.2307 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1783]: 6 -80.2925 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1790]: 6 -65.9654 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1795]: 6 -130.033 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1797]: 6 -154.415 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1801]: 6 -124.282 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1802]: 6 -169.896 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1804]: 6 -163.377 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1813]: 6 -125.66 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1816]: 6 -33.817 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1830]: 6 -143.73 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1840]: 6 -81.7071 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1842]: 6 -81.5842 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1843]: 6 -176.951 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1845]: 6 -89.7301 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1851]: 6 -33.3699 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1852]: 6 -114.08 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1853]: 6 -79.2359 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1863]: 6 -79.0897 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1866]: 6 -48.4573 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1875]: 6 -66.9457 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1876]: 6 -99.979 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1877]: 6 -90.3578 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1878]: 6 -135.629 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1894]: 6 -115.631 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1897]: 6 -129.222 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1913]: 6 -174.139 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1945]: 6 -54.9229 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1946]: 6 -108.337 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1976]: 6 -141.639 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1978]: 6 -168.502 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1995]: 6 -123.599 0 shouldn't be
290.01/292.62	WSVECS04 Frhs2[1996]: 6 -163.887 0 shouldn't be
294.51/297.17	c rational objective -12879.5
317.59/321.01	c #Conflicts:     104000 | #Constraints:      39534
317.59/321.01	c #Conflicts:     105000 | #Constraints:      40534
317.59/321.01	c #Conflicts:     106000 | #Constraints:      41534
317.59/321.01	c #Conflicts:     107000 | #Constraints:      42534
317.59/321.01	c #Conflicts:     108000 | #Constraints:      43534
317.59/321.01	c #Conflicts:     109000 | #Constraints:      44535
317.59/321.01	c #Conflicts:     110000 | #Constraints:      45535
317.59/321.01	c INPROCESSING
317.59/321.01	c GARBAGE COLLECT
317.59/321.01	c #Conflicts:     111000 | #Constraints:      39949
317.59/321.01	c #Conflicts:     112000 | #Constraints:      40949
317.59/321.01	c #Conflicts:     113000 | #Constraints:      41950
317.59/321.01	c #Conflicts:     114000 | #Constraints:      42953
317.59/321.01	c bounds -8419 >= -83254 @ 314.115
317.79/321.25	c bounds -8420 >= -83254 @ 314.352
321.58/325.02	c #Conflicts:     115000 | #Constraints:      43966
321.58/325.02	c #Conflicts:     116000 | #Constraints:      44966
321.58/325.02	c #Conflicts:     117000 | #Constraints:      45966
321.58/325.02	c INPROCESSING
321.58/325.02	c GARBAGE COLLECT
321.58/325.02	WSVECS04 Frhs2[616]: 6 -73.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[888]: 6 -21.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[904]: 6 -15.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[920]: 6 -35 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1155]: 6 -23 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1192]: 6 -83.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1391]: 6 -33.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1493]: 6 -4.00009 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1509]: 6 -20 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1554]: 6 -14.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1559]: 6 -61.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1686]: 6 -39.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1719]: 6 -14.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1726]: 6 -19.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1756]: 6 -7.00005 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1786]: 6 -8.00002 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1843]: 6 -21.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1952]: 6 -24.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1953]: 6 -31 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1984]: 6 -5.00004 0 shouldn't be
321.58/325.02	WSVECS04 Frhs2[1986]: 6 -26 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[952]: 6 -10 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1188]: 6 -53.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1191]: 6 -17.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1207]: 6 -2.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1407]: 6 -61.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1460]: 6 -62 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1461]: 6 -67.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1463]: 6 -63.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1465]: 6 -54 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1473]: 6 -34.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1490]: 6 -34 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1492]: 6 -31.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1506]: 6 -24 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1510]: 6 -7.00005 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1512]: 6 -55.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1514]: 6 -34.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1544]: 6 -42.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1703]: 6 -21.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1735]: 6 -16.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1744]: 6 -27 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1760]: 6 -20 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1770]: 6 -4.00006 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1771]: 6 -6.00008 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1775]: 6 -7.00002 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1776]: 6 -34 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1795]: 6 -27.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1802]: 6 -33 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1810]: 6 -6.00009 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1836]: 6 -6.00007 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1840]: 6 -5.00003 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1842]: 6 -22.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1855]: 6 -35.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1966]: 6 -24.0001 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1982]: 6 -32 0 shouldn't be
322.48/325.91	WSVECS04 Frhs2[1983]: 6 -8.00005 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1157]: 6 -77 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1172]: 6 -93 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1408]: 6 -87 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1464]: 6 -6.00007 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1480]: 6 -47.0001 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1523]: 6 -24 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1538]: 6 -32 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1543]: 6 -52.0001 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1558]: 6 -14 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1705]: 6 -31.0001 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1707]: 6 -7.00009 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1758]: 6 -26 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1801]: 6 -31 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1858]: 6 -1.00004 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1873]: 6 -2.00003 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1950]: 6 -19 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1967]: 6 -25.0001 0 shouldn't be
323.67/327.11	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[905]: 6 -81 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1154]: 6 -5.00008 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1171]: 6 -50.0001 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1227]: 6 -26 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1239]: 6 -8.00008 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1240]: 6 -52 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1259]: 6 -100 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1442]: 6 -49.0001 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1540]: 6 -19.0001 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1556]: 6 -70.0001 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1778]: 6 -14 0 shouldn't be
324.87/328.39	WSVECS04 Frhs2[1951]: 6 -2.00005 0 shouldn't be
326.26/329.73	WSVECS04 Frhs2[937]: 6 -98.0001 0 shouldn't be
326.26/329.73	WSVECS04 Frhs2[1194]: 6 -84 0 shouldn't be
326.26/329.73	WSVECS04 Frhs2[1210]: 6 -71.0001 0 shouldn't be
326.26/329.73	WSVECS04 Frhs2[1229]: 6 -27.0001 0 shouldn't be
326.26/329.73	WSVECS04 Frhs2[1261]: 6 -31.0001 0 shouldn't be
326.26/329.73	WSVECS04 Frhs2[1409]: 6 -75.0001 0 shouldn't be
326.26/329.73	WSVECS04 Frhs2[1777]: 6 -21.0001 0 shouldn't be
326.26/329.73	WSVECS04 Frhs2[1857]: 6 -6.00002 0 shouldn't be
327.96/331.43	WSVECS04 Frhs2[939]: 6 -132 0 shouldn't be
327.96/331.43	WSVECS04 Frhs2[940]: 6 -13.0001 0 shouldn't be
327.96/331.43	WSVECS04 Frhs2[956]: 6 -70.0001 0 shouldn't be
329.96/333.42	c rational objective -12879.5
332.05/335.58	c bounds -8423 >= -83254 @ 328.529
332.15/335.62	c bounds -8426 >= -83254 @ 328.57
332.45/335.96	c bounds -8436 >= -83254 @ 328.897
332.45/335.96	c bounds -8436 >= -83109 @ 328.901
332.45/335.96	c bounds -8436 >= -82968 @ 328.902
332.45/335.96	c bounds -8436 >= -82824 @ 328.905
332.45/335.97	c bounds -8436 >= -82688 @ 328.908
332.45/335.97	c bounds -8436 >= -82545 @ 328.911
332.45/335.97	c bounds -8436 >= -82403 @ 328.912
332.45/335.98	c bounds -8436 >= -82262 @ 328.919
332.45/335.98	c bounds -8436 >= -82124 @ 328.919
332.45/335.98	c bounds -8436 >= -81988 @ 328.922
332.45/335.99	c bounds -8436 >= -81849 @ 328.929
332.45/335.99	c bounds -8436 >= -81713 @ 328.935
332.56/336.01	c bounds -8436 >= -81577 @ 328.948
332.56/336.06	c bounds -8436 >= -81441 @ 329.004
333.84/337.37	c #Conflicts:     118000 | #Constraints:      40203
333.84/337.37	c bounds -8436 >= -81305 @ 330.292
337.03/340.72	c #Conflicts:     119000 | #Constraints:      41216
337.03/340.72	WSVECS04 Frhs2[1155]: 6 -23.0001 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1178]: 6 -91.0001 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1324]: 6 -104 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1483]: 6 -35.0001 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1602]: 6 -50.0001 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1691]: 6 -30 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1719]: 6 -14.0001 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1905]: 6 -14 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1923]: 6 -11.0001 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
337.03/340.72	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
337.62/341.38	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
337.62/341.38	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
337.62/341.38	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
337.62/341.38	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
337.62/341.38	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
337.62/341.38	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
337.62/341.38	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
337.62/341.38	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
337.62/341.38	WSVECS04 Frhs2[1442]: 6 -49.0001 0 shouldn't be
337.62/341.38	WSVECS04 Frhs2[1466]: 6 -47.0001 0 shouldn't be
337.62/341.38	WSVECS04 Frhs2[1605]: 6 -40 0 shouldn't be
337.62/341.38	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
337.62/341.38	WSVECS04 Frhs2[1855]: 6 -35 0 shouldn't be
338.72/342.45	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
338.72/342.45	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
338.72/342.45	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
338.72/342.45	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
338.72/342.45	WSVECS04 Frhs2[36]: 6 0 229 shouldn't be
338.72/342.45	WSVECS04 Frhs2[39]: 6 0 87.0001 shouldn't be
338.72/342.45	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
338.72/342.45	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
338.72/342.45	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
338.72/342.45	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
338.72/342.45	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
338.72/342.45	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
338.72/342.45	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
338.72/342.45	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
338.72/342.45	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
338.72/342.45	WSVECS04 Frhs2[104]: 6 0 71 shouldn't be
338.72/342.45	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
338.72/342.45	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
338.72/342.45	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
338.72/342.45	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
338.72/342.45	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
338.72/342.45	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
338.72/342.45	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
338.72/342.45	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
338.72/342.45	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
338.72/342.45	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
338.72/342.45	WSVECS04 Frhs2[283]: 6 0 98 shouldn't be
338.72/342.45	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
338.72/342.45	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
338.72/342.45	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
338.72/342.45	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
338.72/342.45	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
338.72/342.45	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
338.72/342.45	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
338.72/342.45	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
338.72/342.45	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
338.72/342.45	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
338.72/342.45	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
338.72/342.45	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
338.72/342.45	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
338.72/342.45	WSVECS04 Frhs2[392]: 6 0 53 shouldn't be
338.72/342.45	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
338.72/342.45	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
338.72/342.45	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
338.72/342.45	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
338.72/342.45	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
338.72/342.45	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
338.72/342.45	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
338.72/342.45	WSVECS04 Frhs2[617]: 6 0 90.0001 shouldn't be
338.72/342.45	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
338.72/342.45	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
338.72/342.45	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
338.72/342.45	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
338.72/342.45	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
338.72/342.45	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
338.72/342.45	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
338.72/342.45	WSVECS04 Frhs2[1157]: 6 -77.0001 0 shouldn't be
338.72/342.45	WSVECS04 Frhs2[1460]: 6 -62.0001 0 shouldn't be
338.72/342.45	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
338.72/342.45	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
338.72/342.45	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
338.72/342.45	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
338.72/342.45	WSVECS04 Frhs2[1972]: 6 -30 0 shouldn't be
340.61/344.31	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
340.61/344.31	WSVECS04 Frhs2[407]: 6 0 47.0001 shouldn't be
340.61/344.31	WSVECS04 Frhs2[503]: 6 0 55.0001 shouldn't be
340.61/344.31	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
340.61/344.31	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
340.61/344.31	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
342.31/346.02	WSVECS04 Frhs2[346]: 6 0 92 shouldn't be
342.31/346.02	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
342.31/346.02	WSVECS04 Frhs2[634]: 6 0 41.0001 shouldn't be
342.31/346.02	WSVECS04 Frhs2[1657]: 6 -64.0001 0 shouldn't be
342.31/346.02	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
342.31/346.02	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
342.31/346.02	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
343.60/347.36	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
343.60/347.36	WSVECS04 Frhs2[312]: 6 0 13 shouldn't be
343.60/347.36	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
343.60/347.36	WSVECS04 Frhs2[651]: 6 0 36.0001 shouldn't be
343.60/347.36	WSVECS04 Frhs2[711]: 6 0 101 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1308]: 6 -87.0001 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1362]: 6 -35 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1380]: 6 -64 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1461]: 6 -67.0001 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1588]: 6 -27.0001 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1589]: 6 -47.0001 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1705]: 6 -31 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1707]: 6 -7.00008 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1852]: 6 -32.0001 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1886]: 6 -35.0001 0 shouldn't be
343.60/347.36	WSVECS04 Frhs2[1984]: 6 -5.00005 0 shouldn't be
345.41/349.19	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
345.41/349.19	WSVECS04 Frhs2[393]: 6 0 5.0001 shouldn't be
345.41/349.19	WSVECS04 Frhs2[425]: 6 0 67 shouldn't be
345.41/349.19	WSVECS04 Frhs2[1378]: 6 -90.0001 0 shouldn't be
359.27/363.02	c #Conflicts:     120000 | #Constraints:      42216
359.27/363.02	c #Conflicts:     121000 | #Constraints:      43216
359.27/363.02	c #Conflicts:     122000 | #Constraints:      44216
359.27/363.02	c #Conflicts:     123000 | #Constraints:      45216
359.27/363.02	c #Conflicts:     124000 | #Constraints:      46216
359.27/363.02	c INPROCESSING
359.27/363.02	c GARBAGE COLLECT
359.27/363.02	c bounds -8438 >= -81305 @ 355.431
360.27/364.07	c #Conflicts:     125000 | #Constraints:      40201
360.27/364.07	c bounds -8450 >= -81305 @ 356.464
361.66/365.45	c #Conflicts:     126000 | #Constraints:      41202
361.66/365.45	c bounds -8451 >= -81305 @ 357.826
361.66/365.45	c bounds -8451 >= -81175 @ 357.827
361.66/365.46	c bounds -8451 >= -81043 @ 357.828
361.66/365.46	c bounds -8451 >= -80910 @ 357.833
361.66/365.46	c bounds -8451 >= -80778 @ 357.835
361.66/365.47	c bounds -8451 >= -80647 @ 357.84
361.66/365.48	c bounds -8451 >= -80514 @ 357.85
361.66/365.48	c bounds -8451 >= -80383 @ 357.851
361.66/365.49	c bounds -8451 >= -80252 @ 357.86
361.76/365.50	c bounds -8451 >= -80122 @ 357.868
361.76/365.50	c bounds -8451 >= -79993 @ 357.872
361.76/365.56	c bounds -8451 >= -79864 @ 357.933
361.96/365.74	c bounds -8451 >= -79735 @ 358.11
362.37/366.12	c bounds -8451 >= -79606 @ 358.489
364.05/367.81	c bounds -8451 >= -79477 @ 360.157
366.53/370.58	c #Conflicts:     127000 | #Constraints:      42272
366.53/370.58	c #Conflicts:     128000 | #Constraints:      43272
366.53/370.58	c bounds -8452 >= -79477 @ 362.661
377.79/381.89	c #Conflicts:     129000 | #Constraints:      44273
377.79/381.89	c #Conflicts:     130000 | #Constraints:      45273
377.79/381.89	c #Conflicts:     131000 | #Constraints:      46273
377.79/381.89	c INPROCESSING
377.79/381.89	c GARBAGE COLLECT
377.79/381.89	WSVECS04 Frhs2[1163]: 6 -62 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1207]: 6 -2.00006 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1454]: 6 -53 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1510]: 6 -7.00006 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1858]: 6 -1.00009 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1866]: 6 -16 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1874]: 6 -17 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1877]: 6 -25.0001 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1892]: 6 -25 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1894]: 6 -22 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1909]: 6 -2.00003 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
377.79/381.89	WSVECS04 Frhs2[1974]: 6 -25 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1164]: 6 -2.00002 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1314]: 6 -73 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1551]: 6 -66 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1595]: 6 -5.00007 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1763]: 6 -8.00002 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1775]: 6 -7.00008 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1832]: 6 -5.0001 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1851]: 6 -6.00004 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1875]: 6 -7.00005 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1876]: 6 -29.0001 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1925]: 6 -15.0001 0 shouldn't be
378.49/382.58	WSVECS04 Frhs2[1926]: 6 -35.0001 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1484]: 6 -31 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1492]: 6 -31.0001 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1559]: 6 -61 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1609]: 6 -33.0001 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1744]: 6 -27.0001 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1756]: 6 -7.00002 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1760]: 6 -20 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1778]: 6 -14.0001 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1810]: 6 -6.00007 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1834]: 6 -17 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1842]: 6 -22 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1919]: 6 -35 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
379.48/383.58	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1194]: 6 -84 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1514]: 6 -34.0001 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1550]: 6 -44.0001 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1758]: 6 -26.0001 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1770]: 6 -4.00005 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1771]: 6 -6.00007 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1840]: 6 -5.00005 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1843]: 6 -21 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1872]: 6 -29.0001 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1873]: 6 -2.00005 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1941]: 6 -23.0001 0 shouldn't be
380.68/384.75	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
382.09/386.12	WSVECS04 Frhs2[1659]: 6 -71 0 shouldn't be
382.09/386.12	WSVECS04 Frhs2[1675]: 6 -70 0 shouldn't be
382.09/386.12	WSVECS04 Frhs2[1777]: 6 -21 0 shouldn't be
382.09/386.12	WSVECS04 Frhs2[1780]: 6 -15.0001 0 shouldn't be
382.09/386.12	WSVECS04 Frhs2[1795]: 6 -27.0001 0 shouldn't be
382.09/386.12	WSVECS04 Frhs2[1848]: 6 -4.00009 0 shouldn't be
382.09/386.12	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
382.09/386.12	WSVECS04 Frhs2[1973]: 6 -7.00007 0 shouldn't be
382.09/386.12	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1465]: 6 -54 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1480]: 6 -47 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1512]: 6 -55.0001 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1625]: 6 -36 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1677]: 6 -34 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1726]: 6 -19.0001 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1776]: 6 -34 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1857]: 6 -6.00004 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1959]: 6 -29.0001 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
383.77/387.83	WSVECS04 Frhs2[1996]: 6 -19.0001 0 shouldn't be
385.27/389.33	WSVECS04 Frhs2[1493]: 6 -4.0001 0 shouldn't be
385.27/389.33	WSVECS04 Frhs2[1593]: 6 -38 0 shouldn't be
386.97/391.04	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
386.97/391.04	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
386.97/391.04	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
386.97/391.04	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
386.97/391.04	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
386.97/391.04	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
386.97/391.04	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
386.97/391.04	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
386.97/391.04	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
386.97/391.04	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
386.97/391.04	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
386.97/391.04	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
386.97/391.04	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
386.97/391.04	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
386.97/391.04	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
386.97/391.04	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
386.97/391.04	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
386.97/391.04	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
386.97/391.04	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
386.97/391.04	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
386.97/391.04	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
386.97/391.04	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
386.97/391.04	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
386.97/391.04	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
386.97/391.04	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
386.97/391.04	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
386.97/391.04	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
386.97/391.04	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
386.97/391.04	WSVECS04 Frhs2[248]: 6 0 231 shouldn't be
386.97/391.04	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
386.97/391.04	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
386.97/391.04	WSVECS04 Frhs2[267]: 6 0 99.0001 shouldn't be
386.97/391.04	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
386.97/391.04	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
386.97/391.04	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
386.97/391.04	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
386.97/391.04	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
386.97/391.04	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
386.97/391.04	WSVECS04 Frhs2[377]: 6 0 77 shouldn't be
386.97/391.04	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
386.97/391.04	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
386.97/391.04	WSVECS04 Frhs2[396]: 6 0 48 shouldn't be
386.97/391.04	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
386.97/391.04	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
386.97/391.04	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
386.97/391.04	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
386.97/391.04	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
386.97/391.04	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
386.97/391.04	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
386.97/391.04	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
386.97/391.04	WSVECS04 Frhs2[848]: 6 0 69.0001 shouldn't be
386.97/391.04	WSVECS04 Frhs2[863]: 6 0 69.0001 shouldn't be
386.97/391.04	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
389.46/393.55	WSVECS04 Frhs2[8]: 6 0 82.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[18]: 6 0 86.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
389.46/393.55	WSVECS04 Frhs2[20]: 6 0 155 shouldn't be
389.46/393.55	WSVECS04 Frhs2[45]: 6 0 115 shouldn't be
389.46/393.55	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
389.46/393.55	WSVECS04 Frhs2[54]: 6 0 110 shouldn't be
389.46/393.55	WSVECS04 Frhs2[55]: 6 0 44.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
389.46/393.55	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
389.46/393.55	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
389.46/393.55	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
389.46/393.55	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
389.46/393.55	WSVECS04 Frhs2[111]: 6 0 149 shouldn't be
389.46/393.55	WSVECS04 Frhs2[112]: 6 0 25 shouldn't be
389.46/393.55	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
389.46/393.55	WSVECS04 Frhs2[152]: 6 0 101 shouldn't be
389.46/393.55	WSVECS04 Frhs2[155]: 6 0 60 shouldn't be
389.46/393.55	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
389.46/393.55	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
389.46/393.55	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
389.46/393.55	WSVECS04 Frhs2[179]: 6 0 85 shouldn't be
389.46/393.55	WSVECS04 Frhs2[188]: 6 0 86.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[189]: 6 0 53 shouldn't be
389.46/393.55	WSVECS04 Frhs2[190]: 6 0 72.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
389.46/393.55	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
389.46/393.55	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
389.46/393.55	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
389.46/393.55	WSVECS04 Frhs2[222]: 6 0 53.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[226]: 6 0 76.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
389.46/393.55	WSVECS04 Frhs2[230]: 6 0 50.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
389.46/393.55	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
389.46/393.55	WSVECS04 Frhs2[234]: 6 0 53.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[239]: 6 0 53.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[243]: 6 0 81.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
389.46/393.55	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
389.46/393.55	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
389.46/393.55	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
389.46/393.55	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
389.46/393.55	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
389.46/393.55	WSVECS04 Frhs2[279]: 6 0 127 shouldn't be
389.46/393.55	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
389.46/393.55	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
389.46/393.55	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
389.46/393.55	WSVECS04 Frhs2[441]: 6 0 11 shouldn't be
389.46/393.55	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
389.46/393.55	WSVECS04 Frhs2[484]: 6 0 69.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
389.46/393.55	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
389.46/393.55	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
389.46/393.55	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
389.46/393.55	WSVECS04 Frhs2[514]: 6 0 74.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
389.46/393.55	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
389.46/393.55	WSVECS04 Frhs2[534]: 6 0 64 shouldn't be
389.46/393.55	WSVECS04 Frhs2[535]: 6 0 6.00007 shouldn't be
389.46/393.55	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
389.46/393.55	WSVECS04 Frhs2[560]: 6 0 65.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
389.46/393.55	WSVECS04 Frhs2[577]: 6 0 89.0001 shouldn't be
389.46/393.55	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
389.46/393.55	WSVECS04 Frhs2[653]: 6 0 16 shouldn't be
389.46/393.55	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
389.46/393.55	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
389.46/393.55	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
390.56/394.68	c rational objective -12879.4
394.74/398.87	c #Conflicts:     132000 | #Constraints:      40048
394.74/398.87	c #Conflicts:     133000 | #Constraints:      41048
394.74/398.87	c bounds -8454 >= -79477 @ 390.65
394.74/398.87	c bounds -8454 >= -79350 @ 390.651
394.74/398.87	c bounds -8454 >= -79227 @ 390.652
394.74/398.87	c bounds -8454 >= -79101 @ 390.654
394.74/398.88	c bounds -8454 >= -78979 @ 390.658
394.74/398.88	c bounds -8454 >= -78852 @ 390.665
394.74/398.89	c bounds -8454 >= -78727 @ 390.672
394.84/398.90	c bounds -8454 >= -78604 @ 390.679
394.84/398.90	c bounds -8454 >= -78482 @ 390.682
394.84/398.93	c bounds -8454 >= -78360 @ 390.706
394.84/399.00	c bounds -8454 >= -78238 @ 390.779
395.44/399.54	c bounds -8454 >= -78116 @ 391.31
434.77/439.15	c #Conflicts:     134000 | #Constraints:      42091
434.77/439.15	c #Conflicts:     135000 | #Constraints:      43091
434.77/439.15	c #Conflicts:     136000 | #Constraints:      44092
434.77/439.15	c #Conflicts:     137000 | #Constraints:      45092
434.77/439.15	c #Conflicts:     138000 | #Constraints:      46092
434.77/439.15	c #Conflicts:     139000 | #Constraints:      47092
434.77/439.15	c INPROCESSING
434.77/439.15	c GARBAGE COLLECT
434.77/439.15	c #Conflicts:     140000 | #Constraints:      40676
434.77/439.15	c #Conflicts:     141000 | #Constraints:      41677
434.77/439.15	c #Conflicts:     142000 | #Constraints:      42680
434.77/439.15	c #Conflicts:     143000 | #Constraints:      43684
434.77/439.15	c #Conflicts:     144000 | #Constraints:      44687
434.77/439.15	c #Conflicts:     145000 | #Constraints:      45690
434.77/439.15	c #Conflicts:     146000 | #Constraints:      46693
434.77/439.15	c #Conflicts:     147000 | #Constraints:      47696
434.77/439.15	c INPROCESSING
434.77/439.15	c GARBAGE COLLECT
434.77/439.15	c #Conflicts:     148000 | #Constraints:      41072
434.77/439.15	c #Conflicts:     149000 | #Constraints:      42072
434.77/439.15	c bounds -8454 >= -77994 @ 430.111
441.95/446.31	c #Conflicts:     150000 | #Constraints:      43081
441.95/446.31	c #Conflicts:     151000 | #Constraints:      44081
441.95/446.31	c #Conflicts:     152000 | #Constraints:      45081
441.95/446.31	c #Conflicts:     153000 | #Constraints:      46081
441.95/446.31	c #Conflicts:     154000 | #Constraints:      47081
441.95/446.31	c #Conflicts:     155000 | #Constraints:      48081
441.95/446.31	c INPROCESSING
441.95/446.31	c GARBAGE COLLECT
441.95/446.31	WSVECS04 Frhs2[277]: 6 0 1.00006 shouldn't be
441.95/446.31	WSVECS04 Frhs2[331]: 6 0 1.00004 shouldn't be
441.95/446.31	WSVECS04 Frhs2[632]: 6 -61 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[633]: 6 -70.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[920]: 6 -35.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1170]: 6 -61 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1188]: 6 -53.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1202]: 6 -92 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1207]: 6 -2.00001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1233]: 6 -27 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1440]: 6 -61.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1490]: 6 -34.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1501]: 6 -8.00004 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1520]: 6 -47 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1523]: 6 -24.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1532]: 6 -68 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1534]: 6 -43.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1537]: 6 -12.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1547]: 6 -41 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1717]: 6 -30.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1735]: 6 -16.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1781]: 6 -6.00005 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1786]: 6 -8.00009 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1801]: 6 -31.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1813]: 6 -22 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1816]: 6 -5.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1832]: 6 -5.00002 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1845]: 6 -17.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1851]: 6 -6.00004 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1981]: 6 -9.00003 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1982]: 6 -32.0001 0 shouldn't be
441.95/446.31	WSVECS04 Frhs2[1983]: 6 -8.00009 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1494]: 6 -20 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1506]: 6 -24 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1509]: 6 -20 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1510]: 6 -7.00007 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1512]: 6 -55 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1549]: 6 -41.0001 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1756]: 6 -7.00007 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1763]: 6 -8.00009 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1770]: 6 -4.00007 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1775]: 6 -7.00007 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1802]: 6 -33.0001 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
442.75/447.14	WSVECS04 Frhs2[1984]: 6 -5.00003 0 shouldn't be
443.84/448.24	WSVECS04 Frhs2[1171]: 6 -50 0 shouldn't be
443.84/448.25	WSVECS04 Frhs2[1186]: 6 -17 0 shouldn't be
443.84/448.25	WSVECS04 Frhs2[1473]: 6 -34.0001 0 shouldn't be
443.84/448.25	WSVECS04 Frhs2[1484]: 6 -31.0001 0 shouldn't be
443.84/448.25	WSVECS04 Frhs2[1538]: 6 -32 0 shouldn't be
443.84/448.25	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
443.84/448.25	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
443.84/448.25	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
443.84/448.25	WSVECS04 Frhs2[1771]: 6 -6.00007 0 shouldn't be
443.84/448.25	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1155]: 6 -23.0001 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1172]: 6 -93.0001 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1267]: 6 -91 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1492]: 6 -31 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1493]: 6 -4.00003 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1719]: 6 -14.0001 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1750]: 6 -6.00009 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
445.04/449.48	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[951]: 6 -136 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1239]: 6 -8.0001 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1460]: 6 -62.0001 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1461]: 6 -67.0001 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1518]: 6 -14 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1521]: 6 -18.0001 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1540]: 6 -19.0001 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1550]: 6 -44 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1646]: 6 -43 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1780]: 6 -15 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1797]: 6 -30.0001 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1834]: 6 -17.0001 0 shouldn't be
446.43/450.86	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[918]: 6 -35.0001 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1154]: 6 -5.00004 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1238]: 6 -9.00005 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1240]: 6 -52 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1253]: 6 -106 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1442]: 6 -49 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1536]: 6 -57 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1703]: 6 -21.0001 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1847]: 6 -3.00005 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1848]: 6 -4.00007 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
448.03/452.41	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
449.63/454.07	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
449.63/454.07	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
449.63/454.07	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
449.63/454.07	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
449.63/454.07	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
449.63/454.07	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
449.63/454.07	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
449.63/454.07	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
449.63/454.07	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
449.63/454.07	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
449.63/454.07	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
449.63/454.07	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
449.63/454.07	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
449.63/454.07	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
449.63/454.07	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
449.63/454.07	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
449.63/454.07	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
449.63/454.07	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
449.63/454.07	WSVECS04 Frhs2[179]: 6 0 85 shouldn't be
449.63/454.07	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
449.63/454.07	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
449.63/454.07	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
449.63/454.07	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
449.63/454.07	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
449.63/454.07	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
449.63/454.07	WSVECS04 Frhs2[248]: 6 0 231 shouldn't be
449.63/454.07	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
449.63/454.07	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
449.63/454.07	WSVECS04 Frhs2[267]: 6 0 99.0001 shouldn't be
449.63/454.07	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
449.63/454.07	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
449.63/454.07	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
449.63/454.07	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
449.63/454.07	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
449.63/454.07	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
449.63/454.07	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
449.63/454.07	WSVECS04 Frhs2[413]: 6 0 60.0001 shouldn't be
449.63/454.07	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
449.63/454.07	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
449.63/454.07	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
449.63/454.07	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
449.63/454.07	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
449.63/454.07	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
449.63/454.07	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
449.63/454.07	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
449.63/454.07	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
449.63/454.07	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
449.63/454.07	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
449.63/454.07	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
449.63/454.07	WSVECS04 Frhs2[604]: 6 0 29.0001 shouldn't be
449.63/454.07	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
449.63/454.07	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
449.63/454.07	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
449.63/454.07	WSVECS04 Frhs2[649]: 6 -38 0 shouldn't be
449.63/454.07	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
449.63/454.07	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
449.63/454.07	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
449.63/454.07	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
449.63/454.07	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
449.63/454.07	WSVECS04 Frhs2[827]: 6 0 15.0001 shouldn't be
449.63/454.07	WSVECS04 Frhs2[892]: 6 0 57.0001 shouldn't be
449.63/454.07	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
449.63/454.07	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
449.63/454.07	WSVECS04 Frhs2[1836]: 6 -6.00007 0 shouldn't be
451.43/455.81	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
451.43/455.81	WSVECS04 Frhs2[8]: 6 0 82.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[9]: 6 0 107 shouldn't be
451.43/455.81	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
451.43/455.81	WSVECS04 Frhs2[27]: 6 0 58 shouldn't be
451.43/455.81	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
451.43/455.81	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
451.43/455.81	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
451.43/455.81	WSVECS04 Frhs2[45]: 6 0 115 shouldn't be
451.43/455.81	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
451.43/455.81	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
451.43/455.81	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
451.43/455.81	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
451.43/455.81	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
451.43/455.81	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
451.43/455.81	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
451.43/455.81	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
451.43/455.81	WSVECS04 Frhs2[111]: 6 0 149 shouldn't be
451.43/455.81	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
451.43/455.81	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
451.43/455.81	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
451.43/455.81	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
451.43/455.81	WSVECS04 Frhs2[143]: 6 0 92.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
451.43/455.81	WSVECS04 Frhs2[148]: 6 0 47 shouldn't be
451.43/455.81	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
451.43/455.81	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
451.43/455.81	WSVECS04 Frhs2[163]: 6 0 80.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
451.43/455.81	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
451.43/455.81	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
451.43/455.81	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
451.43/455.81	WSVECS04 Frhs2[182]: 6 0 106 shouldn't be
451.43/455.81	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
451.43/455.81	WSVECS04 Frhs2[188]: 6 0 86.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[189]: 6 0 53.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
451.43/455.81	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
451.43/455.81	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
451.43/455.81	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
451.43/455.81	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
451.43/455.81	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
451.43/455.81	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
451.43/455.81	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
451.43/455.81	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
451.43/455.81	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
451.43/455.81	WSVECS04 Frhs2[222]: 6 0 53.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[226]: 6 0 76 shouldn't be
451.43/455.81	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
451.43/455.81	WSVECS04 Frhs2[230]: 6 0 50.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
451.43/455.81	WSVECS04 Frhs2[234]: 6 0 53.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
451.43/455.81	WSVECS04 Frhs2[243]: 6 0 81.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
451.43/455.81	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
451.43/455.81	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
451.43/455.81	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
451.43/455.81	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
451.43/455.81	WSVECS04 Frhs2[261]: 6 0 91 shouldn't be
451.43/455.81	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
451.43/455.81	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
451.43/455.81	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
451.43/455.81	WSVECS04 Frhs2[274]: 6 0 84 shouldn't be
451.43/455.81	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
451.43/455.81	WSVECS04 Frhs2[279]: 6 0 127 shouldn't be
451.43/455.81	WSVECS04 Frhs2[283]: 6 0 98 shouldn't be
451.43/455.81	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
451.43/455.81	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
451.43/455.81	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
451.43/455.81	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
451.43/455.81	WSVECS04 Frhs2[302]: 6 0 100 shouldn't be
451.43/455.81	WSVECS04 Frhs2[303]: 6 0 4.00007 shouldn't be
451.43/455.81	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
451.43/455.81	WSVECS04 Frhs2[317]: 6 0 52 shouldn't be
451.43/455.81	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
451.43/455.81	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
451.43/455.81	WSVECS04 Frhs2[349]: 6 0 97 shouldn't be
451.43/455.81	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
451.43/455.81	WSVECS04 Frhs2[367]: 6 0 31.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
451.43/455.81	WSVECS04 Frhs2[369]: 6 0 49 shouldn't be
451.43/455.81	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
451.43/455.81	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
451.43/455.81	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
451.43/455.81	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
451.43/455.81	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
451.43/455.81	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
451.43/455.81	WSVECS04 Frhs2[431]: 6 0 57.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
451.43/455.81	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
451.43/455.81	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
451.43/455.81	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
451.43/455.81	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
451.43/455.81	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
451.43/455.81	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
451.43/455.81	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
451.43/455.81	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
451.43/455.81	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
451.43/455.81	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
451.43/455.81	WSVECS04 Frhs2[510]: 6 0 45 shouldn't be
451.43/455.81	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
451.43/455.81	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
451.43/455.81	WSVECS04 Frhs2[514]: 6 0 74.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
451.43/455.81	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
451.43/455.81	WSVECS04 Frhs2[523]: 6 0 57.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
451.43/455.81	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
451.43/455.81	WSVECS04 Frhs2[534]: 6 0 64.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
451.43/455.81	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
451.43/455.81	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
451.43/455.81	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
451.43/455.81	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
451.43/455.81	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
451.43/455.81	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
451.43/455.81	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
451.43/455.81	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
451.43/455.81	WSVECS04 Frhs2[574]: 6 0 53 shouldn't be
451.43/455.81	WSVECS04 Frhs2[590]: 6 0 10 shouldn't be
451.43/455.81	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
451.43/455.81	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
451.43/455.81	WSVECS04 Frhs2[638]: 6 0 39 shouldn't be
451.43/455.81	WSVECS04 Frhs2[639]: 6 0 58 shouldn't be
451.43/455.81	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
451.43/455.81	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
451.43/455.81	WSVECS04 Frhs2[705]: 6 0 96 shouldn't be
451.43/455.81	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
451.43/455.81	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
451.43/455.81	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
451.43/455.81	WSVECS04 Frhs2[801]: 6 0 27.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[802]: 6 0 29.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
451.43/455.81	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
451.43/455.81	WSVECS04 Frhs2[814]: 6 0 74 shouldn't be
451.43/455.81	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
451.43/455.81	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
451.43/455.81	WSVECS04 Frhs2[825]: 6 0 86.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
451.43/455.81	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
451.43/455.81	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
451.43/455.81	WSVECS04 Frhs2[857]: 6 0 21.0001 shouldn't be
451.43/455.81	WSVECS04 Frhs2[874]: 6 0 39 shouldn't be
451.43/455.81	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
451.43/455.81	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
451.43/455.81	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
451.43/455.81	WSVECS04 Frhs2[1195]: 6 0 66.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[14]: 6 0 85.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
453.82/458.20	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
453.82/458.20	WSVECS04 Frhs2[112]: 6 0 25.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
453.82/458.20	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
453.82/458.20	WSVECS04 Frhs2[181]: 6 0 65.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
453.82/458.20	WSVECS04 Frhs2[190]: 6 0 72.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
453.82/458.20	WSVECS04 Frhs2[239]: 6 0 53 shouldn't be
453.82/458.20	WSVECS04 Frhs2[260]: 6 0 24.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[487]: 6 0 16.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[511]: 6 0 23 shouldn't be
453.82/458.20	WSVECS04 Frhs2[526]: 6 0 40.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[528]: 6 0 40.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[531]: 6 0 23.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[535]: 6 0 6.00004 shouldn't be
453.82/458.20	WSVECS04 Frhs2[538]: 6 0 28.0001 shouldn't be
453.82/458.20	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
453.82/458.20	WSVECS04 Frhs2[891]: 6 0 31 shouldn't be
455.72/460.17	c rational objective -12879.4
481.93/486.65	c #Conflicts:     156000 | #Constraints:      41276
481.93/486.65	c #Conflicts:     157000 | #Constraints:      42276
481.93/486.65	c #Conflicts:     158000 | #Constraints:      43276
481.93/486.65	c #Conflicts:     159000 | #Constraints:      44276
481.93/486.65	c #Conflicts:     160000 | #Constraints:      45277
481.93/486.65	c #Conflicts:     161000 | #Constraints:      46277
481.93/486.65	c #Conflicts:     162000 | #Constraints:      47277
481.93/486.65	c #Conflicts:     163000 | #Constraints:      48278
481.93/486.65	c INPROCESSING
481.93/486.65	c GARBAGE COLLECT
481.93/486.65	c #Conflicts:     164000 | #Constraints:      41264
481.93/486.65	c #Conflicts:     165000 | #Constraints:      42264
481.93/486.65	c #Conflicts:     166000 | #Constraints:      43266
481.93/486.65	c bounds -8456 >= -77994 @ 476.755
481.93/486.65	c bounds -8456 >= -77876 @ 476.757
481.93/486.66	c bounds -8456 >= -77757 @ 476.767
481.93/486.67	c bounds -8456 >= -77642 @ 476.779
481.93/486.68	c bounds -8456 >= -77528 @ 476.785
481.93/486.69	c bounds -8456 >= -77414 @ 476.794
481.93/486.69	c bounds -8456 >= -77300 @ 476.801
482.04/486.70	c bounds -8456 >= -77188 @ 476.808
482.04/486.72	c bounds -8456 >= -77074 @ 476.822
482.04/486.73	c bounds -8456 >= -76962 @ 476.829
482.04/486.74	c bounds -8456 >= -76848 @ 476.839
482.04/486.75	c bounds -8456 >= -76735 @ 476.854
482.04/486.78	c bounds -8456 >= -76623 @ 476.884
486.53/491.27	c bounds -8456 >= -76511 @ 481.332
490.52/495.50	c #Conflicts:     167000 | #Constraints:      44331
490.52/495.50	c bounds -8456 >= -76399 @ 485.245
491.53/496.52	c #Conflicts:     168000 | #Constraints:      45340
491.53/496.52	c bounds -8462 >= -76399 @ 486.238
491.53/496.56	c bounds -8473 >= -76399 @ 486.278
509.18/514.21	c #Conflicts:     169000 | #Constraints:      46342
509.18/514.21	c #Conflicts:     170000 | #Constraints:      47342
509.18/514.21	c #Conflicts:     171000 | #Constraints:      48342
509.18/514.21	c INPROCESSING
509.18/514.21	c GARBAGE COLLECT
509.18/514.21	c rational objective -12879.4
567.30/573.29	c #Conflicts:     172000 | #Constraints:      41114
567.30/573.29	c #Conflicts:     173000 | #Constraints:      42114
567.30/573.29	c #Conflicts:     174000 | #Constraints:      43114
567.30/573.29	c #Conflicts:     175000 | #Constraints:      44114
567.30/573.29	c #Conflicts:     176000 | #Constraints:      45114
567.30/573.29	c #Conflicts:     177000 | #Constraints:      46114
567.30/573.29	c #Conflicts:     178000 | #Constraints:      47114
567.30/573.29	c #Conflicts:     179000 | #Constraints:      48115
567.30/573.29	c #Conflicts:     180000 | #Constraints:      49115
567.30/573.29	c INPROCESSING
567.30/573.29	c GARBAGE COLLECT
567.30/573.29	c #Conflicts:     181000 | #Constraints:      41696
567.30/573.29	c #Conflicts:     182000 | #Constraints:      42699
567.30/573.29	c #Conflicts:     183000 | #Constraints:      43701
567.30/573.29	c #Conflicts:     184000 | #Constraints:      44704
567.30/573.29	c #Conflicts:     185000 | #Constraints:      45708
567.30/573.29	c #Conflicts:     186000 | #Constraints:      46710
567.30/573.29	c #Conflicts:     187000 | #Constraints:      47712
567.30/573.29	c #Conflicts:     188000 | #Constraints:      48713
567.30/573.29	c #Conflicts:     189000 | #Constraints:      49715
567.30/573.29	c INPROCESSING
567.30/573.29	c GARBAGE COLLECT
567.30/573.29	c #Conflicts:     190000 | #Constraints:      42098
567.30/573.29	c #Conflicts:     191000 | #Constraints:      43106
567.30/573.29	c #Conflicts:     192000 | #Constraints:      44113
567.30/573.29	c #Conflicts:     193000 | #Constraints:      45116
567.30/573.29	c #Conflicts:     194000 | #Constraints:      46117
567.30/573.29	c #Conflicts:     195000 | #Constraints:      47119
567.30/573.29	c #Conflicts:     196000 | #Constraints:      48119
567.30/573.29	c #Conflicts:     197000 | #Constraints:      49119
567.30/573.29	c #Conflicts:     198000 | #Constraints:      50122
567.30/573.29	c INPROCESSING
567.30/573.29	c GARBAGE COLLECT
567.30/573.29	c rational objective -12879.4
597.42/603.72	c #Conflicts:     199000 | #Constraints:      42327
597.42/603.72	c #Conflicts:     200000 | #Constraints:      43327
597.42/603.72	c #Conflicts:     201000 | #Constraints:      44328
597.42/603.72	c #Conflicts:     202000 | #Constraints:      45332
597.42/603.72	c #Conflicts:     203000 | #Constraints:      46335
597.42/603.72	c #Conflicts:     204000 | #Constraints:      47336
597.42/603.72	c #Conflicts:     205000 | #Constraints:      48338
597.42/603.72	c #Conflicts:     206000 | #Constraints:      49339
597.42/603.72	c #Conflicts:     207000 | #Constraints:      50341
597.42/603.72	c INPROCESSING
597.42/603.72	c GARBAGE COLLECT
597.42/603.72	c rational objective -12879.4
653.68/660.31	c #Conflicts:     208000 | #Constraints:      42316
653.68/660.31	c #Conflicts:     209000 | #Constraints:      43316
653.68/660.31	c #Conflicts:     210000 | #Constraints:      44316
653.68/660.31	c #Conflicts:     211000 | #Constraints:      45323
653.68/660.31	c #Conflicts:     212000 | #Constraints:      46327
653.68/660.31	c #Conflicts:     213000 | #Constraints:      47335
653.68/660.31	c #Conflicts:     214000 | #Constraints:      48339
653.68/660.31	c #Conflicts:     215000 | #Constraints:      49341
653.68/660.31	c #Conflicts:     216000 | #Constraints:      50345
653.68/660.31	c INPROCESSING
653.68/660.31	c GARBAGE COLLECT
653.68/660.31	c #Conflicts:     217000 | #Constraints:      42113
653.68/660.31	c #Conflicts:     218000 | #Constraints:      43113
653.68/660.31	c #Conflicts:     219000 | #Constraints:      44113
653.68/660.31	c #Conflicts:     220000 | #Constraints:      45113
653.68/660.31	c #Conflicts:     221000 | #Constraints:      46113
653.68/660.31	c #Conflicts:     222000 | #Constraints:      47113
653.68/660.31	c #Conflicts:     223000 | #Constraints:      48113
653.68/660.31	c #Conflicts:     224000 | #Constraints:      49113
653.68/660.31	c #Conflicts:     225000 | #Constraints:      50113
653.68/660.31	c #Conflicts:     226000 | #Constraints:      51113
653.68/660.31	c INPROCESSING
653.68/660.31	c GARBAGE COLLECT
653.68/660.31	c rational objective -12879.4
684.41/691.14	c #Conflicts:     227000 | #Constraints:      42712
684.41/691.14	c #Conflicts:     228000 | #Constraints:      43712
684.41/691.14	c #Conflicts:     229000 | #Constraints:      44712
684.41/691.14	c #Conflicts:     230000 | #Constraints:      45713
684.41/691.14	c #Conflicts:     231000 | #Constraints:      46713
684.41/691.14	c #Conflicts:     232000 | #Constraints:      47714
684.41/691.14	c #Conflicts:     233000 | #Constraints:      48715
684.41/691.14	c #Conflicts:     234000 | #Constraints:      49717
684.41/691.14	c #Conflicts:     235000 | #Constraints:      50718
684.41/691.14	c #Conflicts:     236000 | #Constraints:      51719
684.41/691.14	c INPROCESSING
684.41/691.14	c GARBAGE COLLECT
684.41/691.14	c rational objective -12879.4
715.96/722.92	c #Conflicts:     237000 | #Constraints:      43108
715.96/722.92	c #Conflicts:     238000 | #Constraints:      44108
715.96/722.92	c #Conflicts:     239000 | #Constraints:      45110
715.96/722.92	c #Conflicts:     240000 | #Constraints:      46111
715.96/722.92	c #Conflicts:     241000 | #Constraints:      47113
715.96/722.92	c #Conflicts:     242000 | #Constraints:      48113
715.96/722.92	c #Conflicts:     243000 | #Constraints:      49113
715.96/722.92	c #Conflicts:     244000 | #Constraints:      50113
715.96/722.92	c #Conflicts:     245000 | #Constraints:      51113
715.96/722.92	c #Conflicts:     246000 | #Constraints:      52113
715.96/722.92	c INPROCESSING
715.96/722.92	c GARBAGE COLLECT
715.96/722.92	c rational objective -12879.4
743.40/750.66	c #Conflicts:     247000 | #Constraints:      43311
743.40/750.66	c #Conflicts:     248000 | #Constraints:      44311
743.40/750.66	c #Conflicts:     249000 | #Constraints:      45312
743.40/750.66	c #Conflicts:     250000 | #Constraints:      46314
743.40/750.66	c #Conflicts:     251000 | #Constraints:      47315
743.40/750.66	c #Conflicts:     252000 | #Constraints:      48315
743.40/750.66	c #Conflicts:     253000 | #Constraints:      49315
743.40/750.66	c #Conflicts:     254000 | #Constraints:      50315
743.40/750.66	c #Conflicts:     255000 | #Constraints:      51317
743.40/750.66	c #Conflicts:     256000 | #Constraints:      52318
743.40/750.66	c INPROCESSING
743.40/750.66	c GARBAGE COLLECT
743.40/750.66	c #Conflicts:     257000 | #Constraints:      43319
743.40/750.66	c #Conflicts:     258000 | #Constraints:      44326
743.40/750.66	c #Conflicts:     259000 | #Constraints:      45333
743.40/750.66	c bounds -8475 >= -76399 @ 735.168
743.40/750.66	c bounds -8475 >= -76293 @ 735.171
743.40/750.68	c bounds -8475 >= -76183 @ 735.184
743.40/750.68	c bounds -8475 >= -76080 @ 735.19
743.40/750.68	c bounds -8475 >= -75972 @ 735.191
743.40/750.69	c bounds -8475 >= -75865 @ 735.194
743.40/750.69	c bounds -8475 >= -75759 @ 735.199
743.50/750.70	c bounds -8475 >= -75650 @ 735.208
743.50/750.70	c bounds -8475 >= -75543 @ 735.212
743.50/750.71	c bounds -8475 >= -75333 @ 735.222
743.50/750.72	c bounds -8475 >= -75226 @ 735.231
743.50/750.73	c bounds -8475 >= -75123 @ 735.239
743.50/750.74	c bounds -8475 >= -75020 @ 735.249
743.50/750.77	c bounds -8475 >= -74917 @ 735.274
747.98/755.22	c bounds -8475 >= -74814 @ 739.668
748.39/755.61	c bounds -8475 >= -74711 @ 740.063
749.28/756.53	c #Conflicts:     260000 | #Constraints:      46402
749.28/756.53	c bounds -8483 >= -74711 @ 740.955
752.08/759.38	c bounds -8483 >= -74608 @ 743.781
757.76/765.01	c #Conflicts:     261000 | #Constraints:      47415
757.76/765.01	c #Conflicts:     262000 | #Constraints:      48415
757.76/765.01	c bounds -8487 >= -74608 @ 749.3
779.10/787.65	c #Conflicts:     263000 | #Constraints:      49416
779.10/787.65	c #Conflicts:     264000 | #Constraints:      50416
779.10/787.65	c #Conflicts:     265000 | #Constraints:      51416
779.10/787.65	c #Conflicts:     266000 | #Constraints:      52416
779.10/787.65	c INPROCESSING
779.10/787.65	c GARBAGE COLLECT
779.10/787.65	c rational objective -12879.4
797.62/806.75	c #Conflicts:     267000 | #Constraints:      43188
797.62/806.75	c #Conflicts:     268000 | #Constraints:      44188
797.62/806.75	c #Conflicts:     269000 | #Constraints:      45188
797.62/806.75	c #Conflicts:     270000 | #Constraints:      46188
797.62/806.75	c #Conflicts:     271000 | #Constraints:      47188
797.62/806.75	c #Conflicts:     272000 | #Constraints:      48189
797.62/806.75	c bounds -8488 >= -74608 @ 788.802
797.62/806.76	c bounds -8488 >= -74507 @ 788.812
797.62/806.77	c bounds -8488 >= -74406 @ 788.828
797.62/806.79	c bounds -8488 >= -74309 @ 788.84
797.62/806.79	c bounds -8488 >= -74211 @ 788.843
797.71/806.80	c bounds -8488 >= -74113 @ 788.858
797.71/806.82	c bounds -8488 >= -74015 @ 788.871
797.71/806.83	c bounds -8488 >= -73917 @ 788.884
797.71/806.84	c bounds -8488 >= -73821 @ 788.896
797.71/806.86	c bounds -8488 >= -73722 @ 788.916
797.71/806.88	c bounds -8488 >= -73624 @ 788.931
797.71/806.89	c bounds -8488 >= -73528 @ 788.943
797.81/806.91	c bounds -8488 >= -73431 @ 788.964
797.81/806.93	c bounds -8488 >= -73335 @ 788.986
797.92/807.08	c bounds -8488 >= -73239 @ 789.13
798.71/807.88	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
798.71/807.88	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
798.71/807.88	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
798.71/807.88	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
798.71/807.88	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
798.71/807.88	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
798.71/807.88	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
798.71/807.88	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
798.71/807.88	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
798.71/807.88	WSVECS04 Frhs2[141]: 6 0 99.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
798.71/807.88	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
798.71/807.88	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
798.71/807.88	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
798.71/807.88	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
798.71/807.88	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
798.71/807.88	WSVECS04 Frhs2[179]: 6 0 85.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
798.71/807.88	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
798.71/807.88	WSVECS04 Frhs2[190]: 6 0 72.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
798.71/807.88	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
798.71/807.88	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
798.71/807.88	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
798.71/807.88	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
798.71/807.88	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
798.71/807.88	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
798.71/807.88	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
798.71/807.88	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
798.71/807.88	WSVECS04 Frhs2[267]: 6 0 99.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[283]: 6 0 98.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
798.71/807.88	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
798.71/807.88	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
798.71/807.88	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
798.71/807.88	WSVECS04 Frhs2[302]: 6 0 100 shouldn't be
798.71/807.88	WSVECS04 Frhs2[309]: 6 0 48.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
798.71/807.88	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
798.71/807.88	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
798.71/807.88	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
798.71/807.88	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
798.71/807.88	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
798.71/807.88	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
798.71/807.88	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
798.71/807.88	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
798.71/807.88	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[350]: 6 0 15.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
798.71/807.88	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
798.71/807.88	WSVECS04 Frhs2[377]: 6 0 77.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[392]: 6 0 53 shouldn't be
798.71/807.88	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
798.71/807.88	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
798.71/807.88	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
798.71/807.88	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
798.71/807.88	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
798.71/807.88	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
798.71/807.88	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
798.71/807.88	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
798.71/807.88	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
798.71/807.88	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
798.71/807.88	WSVECS04 Frhs2[420]: 6 0 46.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
798.71/807.88	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
798.71/807.88	WSVECS04 Frhs2[425]: 6 0 67.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
798.71/807.88	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
798.71/807.88	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
798.71/807.88	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
798.71/807.88	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
798.71/807.88	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
798.71/807.88	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
798.71/807.88	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
798.71/807.88	WSVECS04 Frhs2[448]: 6 0 76.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
798.71/807.88	WSVECS04 Frhs2[454]: 6 0 161 shouldn't be
798.71/807.88	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
798.71/807.88	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
798.71/807.88	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
798.71/807.88	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
798.71/807.88	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
798.71/807.88	WSVECS04 Frhs2[467]: 6 0 78 shouldn't be
798.71/807.88	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
798.71/807.88	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
798.71/807.88	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
798.71/807.88	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
798.71/807.88	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
798.71/807.88	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
798.71/807.88	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
798.71/807.88	WSVECS04 Frhs2[483]: 6 0 97 shouldn't be
798.71/807.88	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
798.71/807.88	WSVECS04 Frhs2[489]: 6 0 72 shouldn't be
798.71/807.88	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
798.71/807.88	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
798.71/807.88	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
798.71/807.88	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
798.71/807.88	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
798.71/807.88	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
798.71/807.88	WSVECS04 Frhs2[503]: 6 0 55 shouldn't be
798.71/807.88	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
798.71/807.88	WSVECS04 Frhs2[505]: 6 0 9.00001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
798.71/807.88	WSVECS04 Frhs2[514]: 6 0 74.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
798.71/807.88	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
798.71/807.88	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
798.71/807.88	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
798.71/807.88	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
798.71/807.88	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
798.71/807.88	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
798.71/807.88	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
798.71/807.88	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
798.71/807.88	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
798.71/807.88	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
798.71/807.88	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
798.71/807.88	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
798.71/807.88	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
798.71/807.88	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
798.71/807.88	WSVECS04 Frhs2[591]: 6 0 118 shouldn't be
798.71/807.88	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
798.71/807.88	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
798.71/807.88	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
798.71/807.88	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
798.71/807.88	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
798.71/807.88	WSVECS04 Frhs2[604]: 6 0 29 shouldn't be
798.71/807.88	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
798.71/807.88	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
798.71/807.88	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
798.71/807.88	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
798.71/807.88	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
798.71/807.88	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
798.71/807.88	WSVECS04 Frhs2[617]: 6 0 90 shouldn't be
798.71/807.88	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
798.71/807.88	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
798.71/807.88	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
798.71/807.88	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
798.71/807.88	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
798.71/807.88	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
798.71/807.88	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
798.71/807.88	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
798.71/807.88	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
798.71/807.88	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
798.71/807.88	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
798.71/807.88	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
798.71/807.88	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
798.71/807.88	WSVECS04 Frhs2[668]: 6 0 76 shouldn't be
798.71/807.88	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
798.71/807.88	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
798.71/807.88	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
798.71/807.88	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
798.71/807.88	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
798.71/807.88	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
798.71/807.88	WSVECS04 Frhs2[692]: 6 0 18.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
798.71/807.88	WSVECS04 Frhs2[698]: 6 0 10.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
798.71/807.88	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
798.71/807.88	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
798.71/807.88	WSVECS04 Frhs2[705]: 6 0 96.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[709]: 6 0 44.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[711]: 6 0 101 shouldn't be
798.71/807.88	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
798.71/807.88	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
798.71/807.88	WSVECS04 Frhs2[723]: 6 0 89.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
798.71/807.88	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
798.71/807.88	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
798.71/807.88	WSVECS04 Frhs2[727]: 6 0 88 shouldn't be
798.71/807.88	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
798.71/807.88	WSVECS04 Frhs2[730]: 6 0 82.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
798.71/807.88	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
798.71/807.88	WSVECS04 Frhs2[734]: 6 0 43.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
798.71/807.88	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
798.71/807.88	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
798.71/807.88	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
798.71/807.88	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
798.71/807.88	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
798.71/807.88	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
798.71/807.88	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
798.71/807.88	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
798.71/807.88	WSVECS04 Frhs2[759]: 6 0 76.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
798.71/807.88	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
798.71/807.88	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
798.71/807.88	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
798.71/807.88	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
798.71/807.88	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
798.71/807.88	WSVECS04 Frhs2[782]: 6 0 56.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
798.71/807.88	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
798.71/807.88	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
798.71/807.88	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
798.71/807.88	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
798.71/807.88	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
798.71/807.88	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
798.71/807.88	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
798.71/807.88	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
798.71/807.88	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
798.71/807.88	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
798.71/807.88	WSVECS04 Frhs2[814]: 6 0 74.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
798.71/807.88	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
798.71/807.88	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
798.71/807.88	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
798.71/807.88	WSVECS04 Frhs2[825]: 6 0 86.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[827]: 6 0 15.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
798.71/807.88	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
798.71/807.88	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
798.71/807.88	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
798.71/807.88	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
798.71/807.88	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
798.71/807.88	WSVECS04 Frhs2[842]: 6 0 44 shouldn't be
798.71/807.88	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
798.71/807.88	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
798.71/807.88	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
798.71/807.88	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
798.71/807.88	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
798.71/807.88	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
798.71/807.88	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
798.71/807.88	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
798.71/807.88	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
798.71/807.88	WSVECS04 Frhs2[871]: 6 0 54 shouldn't be
798.71/807.88	WSVECS04 Frhs2[872]: 6 0 80 shouldn't be
798.71/807.88	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
798.71/807.88	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
798.71/807.88	WSVECS04 Frhs2[880]: 6 0 80.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
798.71/807.88	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
798.71/807.88	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
798.71/807.88	WSVECS04 Frhs2[891]: 6 0 31.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
798.71/807.88	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
798.71/807.88	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
798.71/807.88	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
798.71/807.88	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
798.71/807.88	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
798.71/807.88	WSVECS04 Frhs2[907]: 6 0 69 shouldn't be
798.71/807.88	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
798.71/807.88	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
798.71/807.88	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
798.71/807.88	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
798.71/807.88	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
798.71/807.88	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
798.71/807.88	WSVECS04 Frhs2[923]: 6 0 39.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
798.71/807.88	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
798.71/807.88	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
798.71/807.88	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
798.71/807.88	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
798.71/807.88	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
798.71/807.88	WSVECS04 Frhs2[942]: 6 0 97 shouldn't be
798.71/807.88	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
798.71/807.88	WSVECS04 Frhs2[950]: 6 0 24 shouldn't be
798.71/807.88	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
798.71/807.88	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
798.71/807.88	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
798.71/807.88	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
798.71/807.88	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
798.71/807.88	WSVECS04 Frhs2[968]: 6 0 28.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[970]: 6 0 23.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
798.71/807.88	WSVECS04 Frhs2[975]: 6 0 14 shouldn't be
798.71/807.88	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
798.71/807.88	WSVECS04 Frhs2[980]: 6 0 92 shouldn't be
798.71/807.88	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
798.71/807.88	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
798.71/807.88	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
798.71/807.88	WSVECS04 Frhs2[986]: 6 0 20 shouldn't be
798.71/807.88	WSVECS04 Frhs2[987]: 6 0 79 shouldn't be
798.71/807.88	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[995]: 6 0 93.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[997]: 6 0 75 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1009]: 6 0 59.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1014]: 6 0 60.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1017]: 6 0 61 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1021]: 6 0 30.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1022]: 6 0 9.00002 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1049]: 6 0 93 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1052]: 6 0 80 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1055]: 6 0 76 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1057]: 6 0 54 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1061]: 6 0 95.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1064]: 6 0 62.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1079]: 6 0 13.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1092]: 6 0 69 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1098]: 6 0 99.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1104]: 6 0 26.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1126]: 6 0 58.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1131]: 6 0 90.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1138]: 6 0 60.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1147]: 6 0 83.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1156]: 6 0 31 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1158]: 6 0 63.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1162]: 6 0 84.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1165]: 6 0 40 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1169]: 6 0 72 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1185]: 6 0 95 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1189]: 6 0 61.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1190]: 6 0 91 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1198]: 6 0 77 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1200]: 6 0 40 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1204]: 6 0 109 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1211]: 6 0 39 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1215]: 6 0 81 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1219]: 6 0 44.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1220]: 6 0 35.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1223]: 6 0 71.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1224]: 6 0 45 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1225]: 6 0 11.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1226]: 6 0 122 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1241]: 6 0 47.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1242]: 6 0 61.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1244]: 6 0 48.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1245]: 6 0 93 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1249]: 6 0 81.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1251]: 6 0 90.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1254]: 6 0 90 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1257]: 6 0 14.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1260]: 6 0 95 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1263]: 6 0 85.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1273]: 6 0 25.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1274]: 6 0 65 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1275]: 6 0 96 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1280]: 6 0 60 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1288]: 6 0 72.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1294]: 6 0 32 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1312]: 6 0 71.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1313]: 6 0 10.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1318]: 6 0 67.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1325]: 6 0 35 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1326]: 6 0 65 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1330]: 6 0 65 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1332]: 6 0 18 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1333]: 6 0 51.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1350]: 6 0 23 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1357]: 6 0 68 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1371]: 6 0 54.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1373]: 6 0 10.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1386]: 6 0 69.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1390]: 6 0 64.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1392]: 6 0 68.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1393]: 6 0 69.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1396]: 6 0 18 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1410]: 6 0 17 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1413]: 6 0 2.00008 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1418]: 6 0 108 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1420]: 6 0 83 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1426]: 6 0 30.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1427]: 6 0 37 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1428]: 6 0 34.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1430]: 6 0 35.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1431]: 6 0 79.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1441]: 6 0 10.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1446]: 6 0 88 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1447]: 6 0 49.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1449]: 6 0 55.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1453]: 6 0 20 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1467]: 6 0 76.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1479]: 6 0 12.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1481]: 6 0 85 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1491]: 6 0 33.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1496]: 6 0 16.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1498]: 6 0 75 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1505]: 6 0 25.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1513]: 6 0 81.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1515]: 6 0 71.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1516]: 6 0 72.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1517]: 6 0 22 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1522]: 6 0 84.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1528]: 6 0 16 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1529]: 6 0 37.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1530]: 6 0 37.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1545]: 6 0 42.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1552]: 6 0 16 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1557]: 6 0 21 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1560]: 6 0 16.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1563]: 6 0 79.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1567]: 6 0 46 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1576]: 6 0 40.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1577]: 6 0 20 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1578]: 6 0 22 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1594]: 6 0 75.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1596]: 6 0 13.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1603]: 6 0 50.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1619]: 6 0 23.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1626]: 6 0 45.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1635]: 6 0 32 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1639]: 6 -16 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1640]: 6 0 9.00005 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1641]: 6 0 71.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1643]: 6 0 8.00008 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1648]: 6 -23 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1653]: 6 -61 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1667]: 6 0 49.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1668]: 6 0 15 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1669]: 6 0 55.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1670]: 6 0 30 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1676]: 6 0 68 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1683]: 6 0 78 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1685]: 6 0 90 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1689]: 6 -26.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1690]: 6 -8.00004 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1692]: 6 0 70.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1693]: 6 0 4.00008 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1698]: 6 0 9.00005 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1699]: 6 0 21.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1702]: 6 0 65.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1742]: 6 0 23 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1743]: 6 0 33.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1750]: 6 -6.00003 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1756]: 6 -7.00004 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1761]: 6 0 26.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1769]: 6 -29.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1770]: 6 -4.00006 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1771]: 6 -6.00008 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1775]: 6 -7.00009 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1781]: 6 -6.00008 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1786]: 6 -8.00007 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1811]: 6 0 23.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1812]: 6 0 34 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1816]: 6 -5.00007 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1817]: 6 0 31 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1832]: 6 -5.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1840]: 6 -5.00003 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1847]: 6 -3.00002 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1848]: 6 -4.00002 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1853]: 6 -12.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1855]: 6 -35.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1857]: 6 -6.00008 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1860]: 6 0 13 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1862]: 6 0 19.0001 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1867]: 6 -3.00008 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1868]: 6 0 9.00009 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1869]: 6 0 8.00004 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1872]: 6 -29.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1873]: 6 -2.00001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1875]: 6 -7.00006 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1885]: 6 -10.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1892]: 6 -25 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1893]: 6 0 29 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1902]: 6 -33 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1905]: 6 -14.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1916]: 6 -19.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1923]: 6 -11.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1927]: 6 -30 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1936]: 6 -18 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1964]: 6 -4.00003 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1974]: 6 -25 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1979]: 6 0 9.00006 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1984]: 6 -5.00009 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
798.71/807.88	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
802.30/811.43	c bounds -8488 >= -73143 @ 793.439
805.19/814.36	c #Conflicts:     273000 | #Constraints:      49258
805.19/814.36	c bounds -8488 >= -73047 @ 796.348
813.87/823.05	c #Conflicts:     274000 | #Constraints:      50270
813.87/823.05	c bounds -8488 >= -72951 @ 804.969
828.18/837.60	c #Conflicts:     275000 | #Constraints:      51279
828.18/837.60	c #Conflicts:     276000 | #Constraints:      52279
828.18/837.60	c #Conflicts:     277000 | #Constraints:      53279
828.18/837.60	c INPROCESSING
828.18/837.60	c GARBAGE COLLECT
828.18/837.60	WSVECS04 Frhs2[1897]: 6 -22 0 shouldn't be
828.18/837.60	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
828.18/837.60	WSVECS04 Frhs2[1932]: 6 -9.00006 0 shouldn't be
829.08/838.52	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
829.08/838.52	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
830.07/839.59	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
831.27/840.77	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
832.47/842.00	WSVECS04 Frhs2[1646]: 6 -43 0 shouldn't be
836.16/845.66	c rational objective -12879.4
848.53/858.10	c #Conflicts:     278000 | #Constraints:      43842
848.53/858.10	c #Conflicts:     279000 | #Constraints:      44842
848.53/858.10	c #Conflicts:     280000 | #Constraints:      45842
848.53/858.10	c #Conflicts:     281000 | #Constraints:      46842
848.53/858.10	c #Conflicts:     282000 | #Constraints:      47842
848.53/858.10	c bounds -8488 >= -72855 @ 839.378
872.71/882.53	c #Conflicts:     283000 | #Constraints:      48857
872.71/882.53	c #Conflicts:     284000 | #Constraints:      49859
872.71/882.53	c #Conflicts:     285000 | #Constraints:      50860
872.71/882.53	c #Conflicts:     286000 | #Constraints:      51862
872.71/882.53	c #Conflicts:     287000 | #Constraints:      52864
872.71/882.53	c #Conflicts:     288000 | #Constraints:      53867
872.71/882.53	c INPROCESSING
872.71/882.53	c GARBAGE COLLECT
872.71/882.53	c rational objective -12879.4
924.83/934.97	c #Conflicts:     289000 | #Constraints:      44226
924.83/934.97	c #Conflicts:     290000 | #Constraints:      45226
924.83/934.97	c #Conflicts:     291000 | #Constraints:      46227
924.83/934.97	c #Conflicts:     292000 | #Constraints:      47229
924.83/934.97	c #Conflicts:     293000 | #Constraints:      48230
924.83/934.97	c #Conflicts:     294000 | #Constraints:      49233
924.83/934.97	c #Conflicts:     295000 | #Constraints:      50234
924.83/934.97	c #Conflicts:     296000 | #Constraints:      51235
924.83/934.97	c #Conflicts:     297000 | #Constraints:      52237
924.83/934.97	c #Conflicts:     298000 | #Constraints:      53239
924.83/934.97	c #Conflicts:     299000 | #Constraints:      54240
924.83/934.97	c INPROCESSING
924.83/934.97	c GARBAGE COLLECT
924.83/934.97	c #Conflicts:     300000 | #Constraints:      44412
924.83/934.97	c #Conflicts:     301000 | #Constraints:      45413
924.83/934.97	c #Conflicts:     302000 | #Constraints:      46415
924.83/934.97	c #Conflicts:     303000 | #Constraints:      47416
924.83/934.97	c #Conflicts:     304000 | #Constraints:      48417
924.83/934.97	c #Conflicts:     305000 | #Constraints:      49419
924.83/934.97	c #Conflicts:     306000 | #Constraints:      50420
924.83/934.97	c #Conflicts:     307000 | #Constraints:      51422
924.83/934.97	c #Conflicts:     308000 | #Constraints:      52424
924.83/934.97	c #Conflicts:     309000 | #Constraints:      53426
924.83/934.97	c #Conflicts:     310000 | #Constraints:      54427
924.83/934.97	c INPROCESSING
924.83/934.97	c GARBAGE COLLECT
924.83/934.97	c rational objective -12879.4
955.43/967.35	c #Conflicts:     311000 | #Constraints:      44408
955.43/967.35	c #Conflicts:     312000 | #Constraints:      45408
955.43/967.35	c #Conflicts:     313000 | #Constraints:      46409
955.43/967.35	c #Conflicts:     314000 | #Constraints:      47410
955.43/967.35	c #Conflicts:     315000 | #Constraints:      48412
955.43/967.35	c #Conflicts:     316000 | #Constraints:      49414
955.43/967.35	c #Conflicts:     317000 | #Constraints:      50415
955.43/967.35	c #Conflicts:     318000 | #Constraints:      51417
955.43/967.35	c #Conflicts:     319000 | #Constraints:      52418
955.43/967.35	c #Conflicts:     320000 | #Constraints:      53419
955.43/967.35	c #Conflicts:     321000 | #Constraints:      54420
955.43/967.35	c INPROCESSING
955.43/967.35	c GARBAGE COLLECT
955.43/967.35	c rational objective -12879.4
993.23/1005.62	c #Conflicts:     322000 | #Constraints:      44204
993.23/1005.62	c #Conflicts:     323000 | #Constraints:      45205
993.23/1005.62	c #Conflicts:     324000 | #Constraints:      46205
993.23/1005.62	c #Conflicts:     325000 | #Constraints:      47206
993.23/1005.62	c #Conflicts:     326000 | #Constraints:      48208
993.23/1005.62	c #Conflicts:     327000 | #Constraints:      49210
993.23/1005.62	c #Conflicts:     328000 | #Constraints:      50212
993.23/1005.62	c #Conflicts:     329000 | #Constraints:      51214
993.23/1005.62	c #Conflicts:     330000 | #Constraints:      52215
993.23/1005.62	c #Conflicts:     331000 | #Constraints:      53217
993.23/1005.62	c #Conflicts:     332000 | #Constraints:      54219
993.23/1005.62	c #Conflicts:     333000 | #Constraints:      55220
993.23/1005.62	c INPROCESSING
993.23/1005.62	c GARBAGE COLLECT
993.23/1005.62	c rational objective -12879.4
994.83/1007.23	c bounds -8491 >= -72855 @ 984.143
995.12/1007.57	c bounds -8494 >= -72855 @ 984.474
995.43/1007.84	c bounds -8501 >= -72855 @ 984.736
995.43/1007.85	c bounds -8511 >= -72855 @ 984.744
997.52/1009.93	c #Conflicts:     334000 | #Constraints:      44814
997.52/1009.93	c bounds -8523 >= -72855 @ 986.772
997.52/1009.93	c bounds -8523 >= -72761 @ 986.775
997.52/1009.93	c bounds -8523 >= -72670 @ 986.776
997.52/1009.93	c bounds -8523 >= -72579 @ 986.78
997.52/1009.94	c bounds -8523 >= -72489 @ 986.783
997.52/1009.94	c bounds -8523 >= -72398 @ 986.787
997.52/1009.95	c bounds -8523 >= -72306 @ 986.795
997.52/1009.96	c bounds -8523 >= -72214 @ 986.802
997.52/1009.97	c bounds -8523 >= -72124 @ 986.813
997.73/1010.12	c bounds -8523 >= -72034 @ 986.967
998.32/1010.73	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[377]: 6 0 77 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[528]: 6 0 40 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[617]: 6 0 90 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[698]: 6 0 10 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[790]: 6 0 94 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[801]: 6 0 27.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[815]: 6 0 91.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[832]: 6 0 38 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[882]: 6 0 87 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[923]: 6 0 39 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[947]: 6 0 68.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[969]: 6 0 9.00004 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[987]: 6 0 79 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1003]: 6 0 23.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1014]: 6 0 60 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1133]: 6 0 60.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1138]: 6 0 60.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1149]: 6 0 23 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1152]: 6 0 63.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1200]: 6 0 40.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1208]: 6 0 54.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1219]: 6 0 44 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1223]: 6 0 71.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1244]: 6 0 48.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1431]: 6 0 79.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1449]: 6 0 55.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1481]: 6 0 85 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1482]: 6 0 51.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1496]: 6 0 16.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1529]: 6 0 37.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1658]: 6 0 83.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1775]: 6 -7.00006 0 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
998.32/1010.73	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
998.92/1011.30	c bounds -8523 >= -71944 @ 988.128
1016.88/1029.62	c #Conflicts:     335000 | #Constraints:      45867
1016.88/1029.62	c #Conflicts:     336000 | #Constraints:      46867
1016.88/1029.62	c #Conflicts:     337000 | #Constraints:      47868
1016.88/1029.62	c #Conflicts:     338000 | #Constraints:      48872
1016.88/1029.62	c #Conflicts:     339000 | #Constraints:      49872
1016.88/1029.62	c #Conflicts:     340000 | #Constraints:      50872
1016.88/1029.62	c #Conflicts:     341000 | #Constraints:      51876
1016.88/1029.62	c bounds -8535 >= -71944 @ 1005.81
1031.44/1044.28	c #Conflicts:     342000 | #Constraints:      52879
1031.44/1044.28	c #Conflicts:     343000 | #Constraints:      53879
1031.44/1044.28	c bounds -8535 >= -71854 @ 1020.33
1035.94/1050.16	c #Conflicts:     344000 | #Constraints:      54891
1035.94/1050.16	c #Conflicts:     345000 | #Constraints:      55891
1035.94/1050.16	c INPROCESSING
1035.94/1050.16	c GARBAGE COLLECT
1035.94/1050.16	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1648]: 6 -23 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1770]: 6 -4.00005 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1786]: 6 -8.00006 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1840]: 6 -5.00009 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1847]: 6 -3.00003 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1848]: 6 -4.00002 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1867]: 6 -3.00006 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1892]: 6 -25.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1917]: 6 -28 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1932]: 6 -9.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1953]: 6 -31 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1954]: 6 -30 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1964]: 6 -4.00009 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
1035.94/1050.16	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1622]: 6 -32.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1771]: 6 -6.00008 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1832]: 6 -5.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1855]: 6 -35 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1873]: 6 -2.00006 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1874]: 6 -17 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1900]: 6 -25 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1902]: 6 -33 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1905]: 6 -14.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1924]: 6 -5.00008 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1933]: 6 -20 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1949]: 6 -20.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1972]: 6 -30 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1984]: 6 -5.00006 0 shouldn't be
1036.94/1051.13	WSVECS04 Frhs2[1986]: 6 -26 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1599]: 6 -26 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1653]: 6 -61 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1655]: 6 -14 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1690]: 6 -8.00006 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1781]: 6 -6.00007 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1857]: 6 -6.00005 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1875]: 6 -7.0001 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1888]: 6 -15 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1918]: 6 -15.0001 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1919]: 6 -35 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1965]: 6 -11 0 shouldn't be
1038.13/1052.32	WSVECS04 Frhs2[1976]: 6 -34.0001 0 shouldn't be
1039.32/1053.57	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
1039.32/1053.57	WSVECS04 Frhs2[1750]: 6 -6.0001 0 shouldn't be
1039.32/1053.57	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
1039.32/1053.57	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
1039.32/1053.57	WSVECS04 Frhs2[1897]: 6 -22 0 shouldn't be
1040.62/1054.86	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
1043.31/1057.54	c rational objective -12879.4
1085.61/1099.99	c #Conflicts:     346000 | #Constraints:      45258
1085.61/1099.99	c #Conflicts:     347000 | #Constraints:      46258
1085.61/1099.99	c #Conflicts:     348000 | #Constraints:      47259
1085.61/1099.99	c #Conflicts:     349000 | #Constraints:      48259
1085.61/1099.99	c #Conflicts:     350000 | #Constraints:      49259
1085.61/1099.99	c #Conflicts:     351000 | #Constraints:      50260
1085.61/1099.99	c #Conflicts:     352000 | #Constraints:      51261
1085.61/1099.99	c #Conflicts:     353000 | #Constraints:      52262
1085.61/1099.99	c #Conflicts:     354000 | #Constraints:      53263
1085.61/1099.99	c #Conflicts:     355000 | #Constraints:      54263
1085.61/1099.99	c #Conflicts:     356000 | #Constraints:      55263
1085.61/1099.99	c #Conflicts:     357000 | #Constraints:      56263
1085.61/1099.99	c INPROCESSING
1085.61/1099.99	c GARBAGE COLLECT
1085.61/1099.99	c rational objective -12879.4
1129.98/1145.04	c #Conflicts:     358000 | #Constraints:      45458
1129.98/1145.04	c #Conflicts:     359000 | #Constraints:      46458
1129.98/1145.04	c #Conflicts:     360000 | #Constraints:      47458
1129.98/1145.04	c #Conflicts:     361000 | #Constraints:      48458
1129.98/1145.04	c #Conflicts:     362000 | #Constraints:      49459
1129.98/1145.04	c #Conflicts:     363000 | #Constraints:      50459
1129.98/1145.04	c #Conflicts:     364000 | #Constraints:      51459
1129.98/1145.04	c #Conflicts:     365000 | #Constraints:      52460
1129.98/1145.04	c #Conflicts:     366000 | #Constraints:      53460
1129.98/1145.04	c #Conflicts:     367000 | #Constraints:      54461
1129.98/1145.04	c #Conflicts:     368000 | #Constraints:      55462
1129.98/1145.04	c #Conflicts:     369000 | #Constraints:      56463
1129.98/1145.04	c INPROCESSING
1129.98/1145.04	c GARBAGE COLLECT
1129.98/1145.04	c rational objective -12877.1
1139.75/1154.83	c #Conflicts:     370000 | #Constraints:      45465
1139.75/1154.83	c #Conflicts:     371000 | #Constraints:      46465
1139.75/1154.83	c #Conflicts:     372000 | #Constraints:      47467
1139.75/1154.83	c bounds -8542 >= -71854 @ 1127.6
1139.75/1154.84	c bounds -8542 >= -71765 @ 1127.61
1139.75/1154.84	c bounds -8542 >= -71677 @ 1127.61
1139.75/1154.85	c bounds -8542 >= -71589 @ 1127.61
1139.75/1154.85	c bounds -8542 >= -71504 @ 1127.62
1139.75/1154.86	c bounds -8542 >= -71418 @ 1127.62
1139.75/1154.87	c bounds -8542 >= -71332 @ 1127.63
1144.43/1159.53	c bounds -8542 >= -71246 @ 1132.26
1144.43/1159.54	c bounds -8542 >= -71163 @ 1132.26
1144.43/1159.55	c bounds -8542 >= -71079 @ 1132.27
1144.43/1159.56	c bounds -8542 >= -70996 @ 1132.28
1144.54/1159.61	c bounds -8542 >= -70913 @ 1132.33
1144.84/1159.92	c bounds -8542 >= -70830 @ 1132.64
1147.43/1162.51	c #Conflicts:     373000 | #Constraints:      48531
1147.43/1162.51	c bounds -8542 >= -70747 @ 1135.21
1158.86/1174.19	c #Conflicts:     374000 | #Constraints:      49543
1158.86/1174.19	c #Conflicts:     375000 | #Constraints:      50543
1158.86/1174.19	c #Conflicts:     376000 | #Constraints:      51543
1158.86/1174.19	c bounds -8542 >= -70664 @ 1146.64
1166.63/1181.91	c #Conflicts:     377000 | #Constraints:      52558
1166.63/1181.91	c #Conflicts:     378000 | #Constraints:      53558
1166.63/1181.91	c #Conflicts:     379000 | #Constraints:      54558
1166.63/1181.91	c #Conflicts:     380000 | #Constraints:      55558
1166.63/1181.91	c bounds -8545 >= -70664 @ 1154.22
1182.89/1198.21	c #Conflicts:     381000 | #Constraints:      56559
1182.89/1198.21	c INPROCESSING
1182.89/1198.21	c GARBAGE COLLECT
1182.89/1198.21	c rational objective -12879.4
1185.53/1201.05	c #Conflicts:     382000 | #Constraints:      45322
1185.53/1201.05	c bounds -8549 >= -70664 @ 1173.01
1189.72/1205.24	c #Conflicts:     383000 | #Constraints:      46323
1189.72/1205.24	c #Conflicts:     384000 | #Constraints:      47323
1189.72/1205.24	c bounds -8554 >= -70664 @ 1177.13
1189.72/1205.24	c bounds -8554 >= -70587 @ 1177.14
1189.72/1205.25	c bounds -8554 >= -70505 @ 1177.14
1189.72/1205.25	c bounds -8554 >= -70428 @ 1177.15
1189.72/1205.25	c bounds -8554 >= -70347 @ 1177.15
1189.72/1205.26	c bounds -8554 >= -70271 @ 1177.15
1189.72/1205.27	c bounds -8554 >= -70190 @ 1177.17
1189.72/1205.28	c bounds -8554 >= -70110 @ 1177.17
1189.72/1205.28	c bounds -8554 >= -70033 @ 1177.18
1189.82/1205.30	c bounds -8554 >= -69955 @ 1177.19
1189.82/1205.32	c bounds -8554 >= -69878 @ 1177.21
1189.82/1205.33	c bounds -8554 >= -69802 @ 1177.23
1190.21/1205.79	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[8]: 6 0 82 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[9]: 6 0 107 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[20]: 6 0 155 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[27]: 6 0 58 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[36]: 6 0 229 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[39]: 6 0 87 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[54]: 6 0 110 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[111]: 6 0 149 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[141]: 6 0 99.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[143]: 6 0 92 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[155]: 6 0 60 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[179]: 6 0 85.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[182]: 6 0 106 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[188]: 6 0 86.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[189]: 6 0 53.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[222]: 6 0 53 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[248]: 6 0 231 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[261]: 6 0 91 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[274]: 6 0 84 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[279]: 6 0 127 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[283]: 6 0 98 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[302]: 6 0 100 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[303]: 6 0 4.00005 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[309]: 6 0 48.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[377]: 6 0 77.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[407]: 6 0 47.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[413]: 6 0 60.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[425]: 6 0 67.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[431]: 6 0 57.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[448]: 6 0 76.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[454]: 6 0 161 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[464]: 6 0 72.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[467]: 6 0 78.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[484]: 6 0 69.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[523]: 6 0 57.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[577]: 6 0 89 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[591]: 6 0 118 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[601]: 6 0 21.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[604]: 6 0 29.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[607]: 6 0 66.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[610]: 6 0 54.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[617]: 6 0 90 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[660]: 6 0 88 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[706]: 6 0 38 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[717]: 6 0 24.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[723]: 6 0 89 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[727]: 6 0 88 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[827]: 6 0 15 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[848]: 6 0 69 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[882]: 6 0 87 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[907]: 6 0 69 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[932]: 6 0 97.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[961]: 6 0 23.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[970]: 6 0 23.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[980]: 6 0 92 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1009]: 6 0 59 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1021]: 6 0 30.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1061]: 6 0 95 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1064]: 6 0 62.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1079]: 6 0 13.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1084]: 6 0 35 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1098]: 6 0 99 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1116]: 6 0 66 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1147]: 6 0 83 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1156]: 6 0 31.0001 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1160]: 6 0 57 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1169]: 6 0 72 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1173]: 6 0 93 shouldn't be
1190.21/1205.79	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1185]: 6 0 95.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1190]: 6 0 91.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1193]: 6 0 69 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1208]: 6 0 54 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1215]: 6 0 81 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1223]: 6 0 71.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1225]: 6 0 11 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1226]: 6 0 122 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1231]: 6 0 43.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1242]: 6 0 61.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1249]: 6 0 81 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1254]: 6 0 90 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1275]: 6 0 96 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1280]: 6 0 60 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1288]: 6 0 72 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1326]: 6 0 65 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1333]: 6 0 51 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1350]: 6 0 23 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1357]: 6 0 68.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1365]: 6 0 22.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1373]: 6 0 10 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1390]: 6 0 64 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1393]: 6 0 69.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1396]: 6 0 18 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1418]: 6 0 108 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1420]: 6 0 83 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1426]: 6 0 30 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1428]: 6 0 34 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1430]: 6 0 35 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1441]: 6 0 10 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1447]: 6 0 49 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1449]: 6 0 55 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1453]: 6 0 20.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1456]: 6 0 45 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1457]: 6 0 77.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1467]: 6 0 76 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1477]: 6 0 7.00007 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1479]: 6 0 12 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1482]: 6 0 51 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1487]: 6 -20 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1496]: 6 0 16.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1505]: 6 0 25.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1513]: 6 0 81 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1515]: 6 0 71 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1516]: 6 0 72.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1522]: 6 0 84.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1528]: 6 0 16.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1545]: 6 0 42.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1552]: 6 0 16.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1555]: 6 0 37.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1557]: 6 0 21 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1560]: 6 0 16.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1567]: 6 0 46.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1572]: 6 0 57 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1576]: 6 0 40 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1578]: 6 0 22 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1579]: 6 0 2.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1584]: 6 0 29 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1587]: 6 0 15 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1594]: 6 0 75.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1596]: 6 0 13.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1603]: 6 0 50.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1604]: 6 0 32 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1610]: 6 0 75.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1619]: 6 0 23.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1626]: 6 0 45.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1641]: 6 0 71.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1643]: 6 0 8.00008 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1646]: 6 -43 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1653]: 6 -61 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1658]: 6 0 83.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1667]: 6 0 49.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1668]: 6 0 15 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1669]: 6 0 55.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1670]: 6 0 30.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1682]: 6 0 39 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1683]: 6 0 78 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1690]: 6 -8.00005 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1692]: 6 0 70 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1693]: 6 0 4.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1698]: 6 0 9.00002 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1718]: 6 0 29.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1743]: 6 0 33.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1750]: 6 -6.00009 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1753]: 6 -19 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1770]: 6 -4.00007 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1771]: 6 -6.00001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1772]: 6 0 4.00003 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1775]: 6 -7.00005 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1779]: 6 0 39.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1781]: 6 -6.00002 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1786]: 6 -8.00002 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1811]: 6 0 23.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1816]: 6 -5.00005 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1817]: 6 0 31.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1825]: 6 0 16.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1826]: 6 0 8.00006 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1827]: 6 0 14 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1829]: 6 0 24.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1832]: 6 -5.00005 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1840]: 6 -5.00003 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1844]: 6 0 11.0001 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1847]: 6 -3.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1848]: 6 -4.00003 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1853]: 6 -12.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1855]: 6 -35.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1857]: 6 -6.00005 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1858]: 6 -1.00008 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1862]: 6 0 19 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1863]: 6 -20.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1867]: 6 -3.00006 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1873]: 6 -2.00005 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1874]: 6 -17 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1875]: 6 -7.00005 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1887]: 6 -12 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1888]: 6 -15 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1889]: 6 -14.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1892]: 6 -25 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1897]: 6 -22 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1900]: 6 -25 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1905]: 6 -14.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1918]: 6 -15.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1932]: 6 -9.00007 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1936]: 6 -18 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1953]: 6 -31 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1964]: 6 -4.00007 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1976]: 6 -34.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1984]: 6 -5.00008 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
1190.21/1205.80	WSVECS04 Frhs2[1996]: 6 -19.0001 0 shouldn't be
1194.00/1209.54	c bounds -8554 >= -69726 @ 1181.38
1195.20/1210.70	c #Conflicts:     385000 | #Constraints:      48373
1195.20/1210.70	c bounds -8554 >= -69650 @ 1182.53
1201.49/1217.01	c #Conflicts:     386000 | #Constraints:      49382
1201.49/1217.01	c bounds -8554 >= -69574 @ 1188.79
1219.69/1235.95	c #Conflicts:     387000 | #Constraints:      50394
1219.69/1235.95	c #Conflicts:     388000 | #Constraints:      51394
1219.69/1235.95	c #Conflicts:     389000 | #Constraints:      52394
1219.69/1235.95	c #Conflicts:     390000 | #Constraints:      53394
1219.69/1235.95	c #Conflicts:     391000 | #Constraints:      54394
1219.69/1235.95	c #Conflicts:     392000 | #Constraints:      55394
1219.69/1235.95	c #Conflicts:     393000 | #Constraints:      56394
1219.69/1235.95	c bounds -8556 >= -69574 @ 1206.8
1232.55/1248.87	c #Conflicts:     394000 | #Constraints:      57395
1232.55/1248.87	c INPROCESSING
1232.55/1248.87	c GARBAGE COLLECT
1232.55/1248.87	c rational objective -12879.4
1251.29/1267.97	c #Conflicts:     395000 | #Constraints:      45960
1251.29/1267.97	c #Conflicts:     396000 | #Constraints:      46960
1251.29/1267.97	c #Conflicts:     397000 | #Constraints:      47961
1251.29/1267.97	c #Conflicts:     398000 | #Constraints:      48961
1251.29/1267.97	c #Conflicts:     399000 | #Constraints:      49961
1251.29/1267.97	c #Conflicts:     400000 | #Constraints:      50961
1251.29/1267.97	c bounds -8556 >= -69498 @ 1238.12
1257.17/1273.88	c #Conflicts:     401000 | #Constraints:      51977
1257.17/1273.88	c #Conflicts:     402000 | #Constraints:      52977
1257.17/1273.88	c #Conflicts:     403000 | #Constraints:      53977
1257.17/1273.88	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[1921]: 6 -10 0 shouldn't be
1257.17/1273.88	WSVECS04 Frhs2[1982]: 6 -32 0 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[179]: 6 0 85 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[222]: 6 0 53.0001 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[372]: 6 0 35.0001 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[483]: 6 0 97 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[510]: 6 0 45.0001 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[560]: 6 0 65 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[1455]: 6 -42 0 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[1589]: 6 -47.0001 0 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[1780]: 6 -15.0001 0 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
1258.07/1274.75	WSVECS04 Frhs2[1984]: 6 -5.00003 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[152]: 6 0 101 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[387]: 6 0 50 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[467]: 6 0 78.0001 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[645]: 6 0 18 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[790]: 6 0 94 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[814]: 6 0 74.0001 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1075]: 6 0 44.0001 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1343]: 6 -62 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1484]: 6 -31.0001 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1605]: 6 -40 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1954]: 6 -30 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1959]: 6 -29 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1967]: 6 -25.0001 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1981]: 6 -9.00008 0 shouldn't be
1258.87/1275.55	WSVECS04 Frhs2[1983]: 6 -8.00007 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[157]: 6 0 46.0001 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[190]: 6 0 72 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[355]: 6 0 89 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[462]: 6 0 26.0001 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1184]: 6 -9.00005 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1485]: 6 -7.00006 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1654]: 6 -54 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1700]: 6 -15.0001 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1873]: 6 -2.00006 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1886]: 6 -35 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1905]: 6 -14 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1920]: 6 -25 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1949]: 6 -20.0001 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1973]: 6 -7.00004 0 shouldn't be
1259.76/1276.46	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
1260.87/1277.53	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
1260.87/1277.53	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
1260.87/1277.53	WSVECS04 Frhs2[1439]: 6 -8.00003 0 shouldn't be
1260.87/1277.53	WSVECS04 Frhs2[1440]: 6 -61.0001 0 shouldn't be
1260.87/1277.53	WSVECS04 Frhs2[1442]: 6 -49 0 shouldn't be
1260.87/1277.53	WSVECS04 Frhs2[1483]: 6 -35 0 shouldn't be
1260.87/1277.53	WSVECS04 Frhs2[1686]: 6 -39 0 shouldn't be
1285.41/1302.19	c #Conflicts:     404000 | #Constraints:      54978
1285.41/1302.19	c #Conflicts:     405000 | #Constraints:      55978
1285.41/1302.19	c #Conflicts:     406000 | #Constraints:      56978
1285.41/1302.19	c #Conflicts:     407000 | #Constraints:      57978
1285.41/1302.19	c INPROCESSING
1285.41/1302.19	c GARBAGE COLLECT
1285.41/1302.19	c rational objective -12879.4
1330.87/1347.72	c #Conflicts:     408000 | #Constraints:      46367
1330.87/1347.72	c #Conflicts:     409000 | #Constraints:      47367
1330.87/1347.72	c #Conflicts:     410000 | #Constraints:      48367
1330.87/1347.72	c #Conflicts:     411000 | #Constraints:      49367
1330.87/1347.72	c #Conflicts:     412000 | #Constraints:      50367
1330.87/1347.72	c #Conflicts:     413000 | #Constraints:      51367
1330.87/1347.72	c #Conflicts:     414000 | #Constraints:      52367
1330.87/1347.72	c #Conflicts:     415000 | #Constraints:      53367
1330.87/1347.72	c #Conflicts:     416000 | #Constraints:      54368
1330.87/1347.72	c #Conflicts:     417000 | #Constraints:      55368
1330.87/1347.72	c #Conflicts:     418000 | #Constraints:      56369
1330.87/1347.72	c #Conflicts:     419000 | #Constraints:      57369
1330.87/1347.72	c #Conflicts:     420000 | #Constraints:      58369
1330.87/1347.72	c INPROCESSING
1330.87/1347.72	c GARBAGE COLLECT
1330.87/1347.72	c rational objective -12877.8
1390.09/1407.94	c #Conflicts:     421000 | #Constraints:      46563
1390.09/1407.94	c #Conflicts:     422000 | #Constraints:      47563
1390.09/1407.94	c #Conflicts:     423000 | #Constraints:      48563
1390.09/1407.94	c #Conflicts:     424000 | #Constraints:      49564
1390.09/1407.94	c #Conflicts:     425000 | #Constraints:      50564
1390.09/1407.94	c #Conflicts:     426000 | #Constraints:      51564
1390.09/1407.94	c #Conflicts:     427000 | #Constraints:      52564
1390.09/1407.94	c #Conflicts:     428000 | #Constraints:      53564
1390.09/1407.94	c #Conflicts:     429000 | #Constraints:      54564
1390.09/1407.94	c #Conflicts:     430000 | #Constraints:      55564
1390.09/1407.94	c #Conflicts:     431000 | #Constraints:      56564
1390.09/1407.94	c #Conflicts:     432000 | #Constraints:      57564
1390.09/1407.94	c #Conflicts:     433000 | #Constraints:      58564
1390.09/1407.94	c INPROCESSING
1390.09/1407.94	c GARBAGE COLLECT
1390.09/1407.94	c rational objective -12877.8
1442.33/1466.41	c #Conflicts:     434000 | #Constraints:      46561
1442.33/1466.41	c #Conflicts:     435000 | #Constraints:      47561
1442.33/1466.41	c #Conflicts:     436000 | #Constraints:      48561
1442.33/1466.41	c #Conflicts:     437000 | #Constraints:      49561
1442.33/1466.41	c #Conflicts:     438000 | #Constraints:      50561
1442.33/1466.41	c #Conflicts:     439000 | #Constraints:      51561
1442.33/1466.41	c #Conflicts:     440000 | #Constraints:      52561
1442.33/1466.41	c #Conflicts:     441000 | #Constraints:      53561
1442.33/1466.41	c #Conflicts:     442000 | #Constraints:      54561
1442.33/1466.41	c #Conflicts:     443000 | #Constraints:      55561
1442.33/1466.41	c #Conflicts:     444000 | #Constraints:      56562
1442.33/1466.41	c #Conflicts:     445000 | #Constraints:      57562
1442.33/1466.41	c #Conflicts:     446000 | #Constraints:      58562
1442.33/1466.41	c INPROCESSING
1442.33/1466.41	c GARBAGE COLLECT
1442.33/1466.41	c rational objective -12877.8
1464.09/1488.57	c #Conflicts:     447000 | #Constraints:      46359
1464.09/1488.57	c #Conflicts:     448000 | #Constraints:      47359
1464.09/1488.57	c #Conflicts:     449000 | #Constraints:      48360
1464.09/1488.57	c #Conflicts:     450000 | #Constraints:      49360
1464.09/1488.57	c #Conflicts:     451000 | #Constraints:      50360
1464.09/1488.57	c #Conflicts:     452000 | #Constraints:      51360
1464.09/1488.57	c #Conflicts:     453000 | #Constraints:      52361
1464.09/1488.57	c #Conflicts:     454000 | #Constraints:      53361
1464.09/1488.57	c bounds -8556 >= -69422 @ 1449.02
1506.07/1530.61	c #Conflicts:     455000 | #Constraints:      54379
1506.07/1530.61	c #Conflicts:     456000 | #Constraints:      55380
1506.07/1530.61	c #Conflicts:     457000 | #Constraints:      56381
1506.07/1530.61	c #Conflicts:     458000 | #Constraints:      57381
1506.07/1530.61	c #Conflicts:     459000 | #Constraints:      58381
1506.07/1530.61	c #Conflicts:     460000 | #Constraints:      59381
1506.07/1530.61	c INPROCESSING
1506.07/1530.61	c GARBAGE COLLECT
1506.07/1530.61	c rational objective -12877
1539.82/1565.04	c #Conflicts:     461000 | #Constraints:      46965
1539.82/1565.04	c #Conflicts:     462000 | #Constraints:      47965
1539.82/1565.04	c #Conflicts:     463000 | #Constraints:      48965
1539.82/1565.04	c #Conflicts:     464000 | #Constraints:      49965
1539.82/1565.04	c #Conflicts:     465000 | #Constraints:      50965
1539.82/1565.04	c #Conflicts:     466000 | #Constraints:      51965
1539.82/1565.04	c #Conflicts:     467000 | #Constraints:      52965
1539.82/1565.04	c #Conflicts:     468000 | #Constraints:      53965
1539.82/1565.04	c #Conflicts:     469000 | #Constraints:      54965
1539.82/1565.04	c #Conflicts:     470000 | #Constraints:      55965
1539.82/1565.04	c #Conflicts:     471000 | #Constraints:      56965
1539.82/1565.04	c #Conflicts:     472000 | #Constraints:      57966
1539.82/1565.04	c #Conflicts:     473000 | #Constraints:      58966
1539.82/1565.04	c #Conflicts:     474000 | #Constraints:      59966
1539.82/1565.04	c INPROCESSING
1539.82/1565.04	c GARBAGE COLLECT
1539.82/1565.04	c rational objective -12877
1568.96/1595.01	c #Conflicts:     475000 | #Constraints:      47362
1568.96/1595.01	c #Conflicts:     476000 | #Constraints:      48362
1568.96/1595.01	c #Conflicts:     477000 | #Constraints:      49364
1568.96/1595.01	c #Conflicts:     478000 | #Constraints:      50365
1568.96/1595.01	c #Conflicts:     479000 | #Constraints:      51368
1568.96/1595.01	c #Conflicts:     480000 | #Constraints:      52370
1568.96/1595.01	c #Conflicts:     481000 | #Constraints:      53372
1568.96/1595.01	c #Conflicts:     482000 | #Constraints:      54373
1568.96/1595.01	c #Conflicts:     483000 | #Constraints:      55373
1568.96/1595.01	c #Conflicts:     484000 | #Constraints:      56375
1568.96/1595.01	c #Conflicts:     485000 | #Constraints:      57382
1568.96/1595.01	c #Conflicts:     486000 | #Constraints:      58391
1568.96/1595.01	c #Conflicts:     487000 | #Constraints:      59401
1568.96/1595.01	c #Conflicts:     488000 | #Constraints:      60410
1568.96/1595.01	c INPROCESSING
1568.96/1595.01	c GARBAGE COLLECT
1568.96/1595.01	c rational objective -12879.4
1609.26/1635.41	c #Conflicts:     489000 | #Constraints:      47573
1609.26/1635.41	c #Conflicts:     490000 | #Constraints:      48573
1609.26/1635.41	c #Conflicts:     491000 | #Constraints:      49573
1609.26/1635.41	c #Conflicts:     492000 | #Constraints:      50573
1609.26/1635.41	c #Conflicts:     493000 | #Constraints:      51573
1609.26/1635.41	c #Conflicts:     494000 | #Constraints:      52573
1609.26/1635.41	c #Conflicts:     495000 | #Constraints:      53574
1609.26/1635.41	c #Conflicts:     496000 | #Constraints:      54575
1609.26/1635.41	c #Conflicts:     497000 | #Constraints:      55576
1609.26/1635.41	c #Conflicts:     498000 | #Constraints:      56577
1609.26/1635.41	c #Conflicts:     499000 | #Constraints:      57579
1609.26/1635.41	c #Conflicts:     500000 | #Constraints:      58581
1609.26/1635.41	c #Conflicts:     501000 | #Constraints:      59582
1609.26/1635.41	c #Conflicts:     502000 | #Constraints:      60583
1609.26/1635.41	c INPROCESSING
1609.26/1635.41	c GARBAGE COLLECT
1609.26/1635.41	c rational objective -12879.4
1613.25/1639.48	c bounds -8562 >= -69422 @ 1596.73
1614.64/1640.87	c #Conflicts:     503000 | #Constraints:      47569
1614.64/1640.87	c bounds -8571 >= -69422 @ 1598.1
1614.64/1640.88	c bounds -8571 >= -69353 @ 1598.11
1614.64/1640.88	c bounds -8571 >= -69279 @ 1598.11
1614.64/1640.88	c bounds -8571 >= -69210 @ 1598.11
1614.64/1640.89	c bounds -8571 >= -69138 @ 1598.12
1614.64/1640.89	c bounds -8571 >= -69068 @ 1598.12
1614.75/1640.90	c bounds -8571 >= -68997 @ 1598.13
1614.75/1640.90	c bounds -8571 >= -68927 @ 1598.13
1614.75/1640.90	c bounds -8571 >= -68858 @ 1598.13
1614.75/1640.91	c bounds -8571 >= -68789 @ 1598.14
1614.75/1640.91	c bounds -8571 >= -68720 @ 1598.14
1614.75/1640.93	c bounds -8571 >= -68651 @ 1598.16
1615.25/1641.43	c #Conflicts:     504000 | #Constraints:      48610
1615.25/1641.43	c bounds -8571 >= -68582 @ 1598.66
1619.94/1646.11	c #Conflicts:     505000 | #Constraints:      49619
1619.94/1646.11	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[188]: 6 0 86 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[604]: 6 0 29 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[617]: 6 0 90.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[923]: 6 0 39.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[974]: 6 0 91 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1000]: 6 0 65 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1048]: 6 0 43.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1049]: 6 0 93.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1061]: 6 0 95 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1158]: 6 0 63 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1160]: 6 0 57.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1173]: 6 0 93 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1185]: 6 0 95 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1208]: 6 0 54.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1211]: 6 0 39.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1213]: 6 0 30.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1219]: 6 0 44 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1224]: 6 0 45 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1231]: 6 0 43.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1257]: 6 0 14.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1295]: 6 0 79 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1318]: 6 0 67.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1322]: 6 0 30 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1326]: 6 0 65 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1390]: 6 0 64.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1406]: 6 0 46 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1415]: 6 0 83 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1477]: 6 0 7.00007 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1478]: 6 0 66.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1530]: 6 0 37.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1553]: 6 0 13 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1571]: 6 0 94 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1576]: 6 0 40.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1603]: 6 0 50 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1667]: 6 0 49.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1669]: 6 0 55 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1683]: 6 0 78.0001 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1685]: 6 0 90 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1690]: 6 -8.00008 0 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1832]: 6 -5.00005 0 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1854]: 6 0 16 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
1619.94/1646.11	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
1621.53/1647.71	c #Conflicts:     506000 | #Constraints:      50620
1621.53/1647.71	c bounds -8571 >= -68513 @ 1604.87
1625.42/1651.61	c #Conflicts:     507000 | #Constraints:      51629
1625.42/1651.61	c #Conflicts:     508000 | #Constraints:      52632
1625.42/1651.61	c bounds -8574 >= -68513 @ 1608.68
1626.42/1652.62	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[27]: 6 0 58 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[39]: 6 0 87.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[309]: 6 0 48.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[604]: 6 0 29.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[617]: 6 0 90.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[688]: 6 0 96 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[693]: 6 0 44 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[925]: 6 0 75 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[964]: 6 0 53 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[969]: 6 0 9.00005 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[974]: 6 0 91.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[979]: 6 0 85.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1021]: 6 0 30 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1101]: 6 0 98 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1326]: 6 0 65.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1482]: 6 0 51.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1553]: 6 0 13 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1555]: 6 0 37.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1576]: 6 0 40.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1594]: 6 0 75.0001 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1626]: 6 0 45 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1658]: 6 0 83 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1669]: 6 0 55 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
1626.42/1652.62	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[346]: 6 0 92.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[420]: 6 0 46.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[484]: 6 0 69 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[503]: 6 0 55.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[579]: 6 0 10.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[607]: 6 0 66.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[634]: 6 0 41.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[692]: 6 0 18 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[848]: 6 0 69.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[871]: 6 0 54.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[872]: 6 0 80.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[891]: 6 0 31 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[911]: 6 0 83 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[997]: 6 0 75.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1014]: 6 0 60.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1061]: 6 0 95 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1098]: 6 0 99 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1116]: 6 0 66 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1152]: 6 0 63 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1160]: 6 0 57 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1189]: 6 0 61 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1195]: 6 0 66.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1196]: 6 0 67.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1198]: 6 0 77 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1208]: 6 0 54 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1211]: 6 0 39.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1224]: 6 0 45.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1231]: 6 0 43.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1244]: 6 0 48.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1249]: 6 0 81.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1251]: 6 0 90.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1268]: 6 0 32.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1280]: 6 0 60.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1295]: 6 0 79.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1325]: 6 0 35 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1332]: 6 0 18.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1390]: 6 0 64.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1413]: 6 0 2.00008 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1418]: 6 0 108 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1430]: 6 0 35 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1477]: 6 0 7.00001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1530]: 6 0 37.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1531]: 6 0 11.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1546]: 6 0 36 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1561]: 6 0 76.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1610]: 6 0 75.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1667]: 6 0 49 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1683]: 6 0 78 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1917]: 6 -28 0 shouldn't be
1627.32/1653.52	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[45]: 6 0 115 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[54]: 6 0 110 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[317]: 6 0 52.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[350]: 6 0 15.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[528]: 6 0 40.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[590]: 6 0 10 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[708]: 6 0 14.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[723]: 6 0 89 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[827]: 6 0 15.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[842]: 6 0 44.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[898]: 6 0 49.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[923]: 6 0 39 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[926]: 6 0 19 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[932]: 6 0 97.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[947]: 6 0 68.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[966]: 6 0 34.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1009]: 6 0 59.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1011]: 6 0 49 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1048]: 6 0 43.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1075]: 6 0 44 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1092]: 6 0 69 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1108]: 6 0 19.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1126]: 6 0 58.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1138]: 6 0 60 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1162]: 6 0 84.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1165]: 6 0 40.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1168]: 6 0 1.00008 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1174]: 6 0 1.00002 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1190]: 6 0 91 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1213]: 6 0 30 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1215]: 6 0 81 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1219]: 6 0 44.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1225]: 6 0 11.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1269]: 6 0 39 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1274]: 6 0 65.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1294]: 6 0 32 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1333]: 6 0 51 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1371]: 6 0 54.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1392]: 6 0 68 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1396]: 6 0 18 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1404]: 6 0 16 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1449]: 6 0 55 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1463]: 6 -63 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1478]: 6 0 66.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1533]: 6 0 23.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1571]: 6 0 94 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1572]: 6 0 57 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1640]: 6 0 9.00009 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1666]: 6 0 46.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1668]: 6 0 15.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1684]: 6 0 42.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1698]: 6 0 9.00009 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1726]: 6 -19 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1829]: 6 0 24 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1840]: 6 -5.00009 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1857]: 6 -6.00006 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1858]: 6 -1.00002 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1862]: 6 0 19.0001 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1867]: 6 -3.00001 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1874]: 6 -17 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1875]: 6 -7.00002 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1892]: 6 -25 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1949]: 6 -20.0001 0 shouldn't be
1628.02/1654.23	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[8]: 6 0 82 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[487]: 6 0 16.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[639]: 6 0 58.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[659]: 6 0 37 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[892]: 6 0 57.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[907]: 6 0 69.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[938]: 6 0 14.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1012]: 6 0 25 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1049]: 6 0 93.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1137]: 6 0 19 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1140]: 6 0 4.00008 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1245]: 6 0 93.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1296]: 6 0 3.00007 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1319]: 6 0 4.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1350]: 6 0 23.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1373]: 6 0 10.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1431]: 6 0 79.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1552]: 6 0 16.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1563]: 6 0 79 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1578]: 6 0 22.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1584]: 6 0 29 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1596]: 6 0 13 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1634]: 6 -55 0 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1656]: 6 0 5.00008 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1682]: 6 0 39.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1699]: 6 0 21.0001 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1707]: 6 -7.00005 0 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1832]: 6 -5.00006 0 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1869]: 6 0 8.00008 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1888]: 6 -15 0 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
1628.82/1655.08	WSVECS04 Frhs2[1997]: 6 0 18 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[312]: 6 0 13.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[486]: 6 0 25.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[592]: 6 0 48 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[677]: 6 0 95 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[705]: 6 0 96 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[792]: 6 0 18 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[874]: 6 0 39.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[933]: 6 0 24.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[950]: 6 0 24.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[960]: 6 0 27.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[961]: 6 0 23.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[995]: 6 0 93.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1104]: 6 0 26 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1241]: 6 0 47.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1250]: 6 0 10.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1365]: 6 0 22.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1379]: 6 0 70.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1567]: 6 0 46 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1579]: 6 0 2.00006 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1604]: 6 0 32.0001 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1643]: 6 0 8.00002 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1868]: 6 0 9.00005 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1878]: 6 -26.0001 0 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
1629.81/1656.03	WSVECS04 Frhs2[1996]: 6 -19.0001 0 shouldn't be
1670.87/1697.85	c #Conflicts:     509000 | #Constraints:      53637
1670.87/1697.85	c #Conflicts:     510000 | #Constraints:      54637
1670.87/1697.85	c #Conflicts:     511000 | #Constraints:      55637
1670.87/1697.85	c #Conflicts:     512000 | #Constraints:      56637
1670.87/1697.85	c #Conflicts:     513000 | #Constraints:      57637
1670.87/1697.85	c #Conflicts:     514000 | #Constraints:      58637
1670.87/1697.85	c #Conflicts:     515000 | #Constraints:      59637
1670.87/1697.85	c #Conflicts:     516000 | #Constraints:      60637
1670.87/1697.85	c INPROCESSING
1670.87/1697.85	c GARBAGE COLLECT
1670.87/1697.85	c rational objective -12879.1
1672.46/1699.46	c bounds -8582 >= -68513 @ 1655.5
1672.46/1699.48	c bounds -8599 >= -68513 @ 1655.52
1672.57/1699.52	c bounds -8603 >= -68513 @ 1655.56
1672.67/1699.67	c bounds -8605 >= -68513 @ 1655.7
1673.17/1700.17	c #Conflicts:     517000 | #Constraints:      47399
1673.17/1700.17	c bounds -8618 >= -68513 @ 1656.2
1673.26/1700.26	c bounds -8620 >= -68513 @ 1656.28
1674.66/1701.64	c bounds -8624 >= -68513 @ 1657.63
1679.38/1706.51	c #Conflicts:     518000 | #Constraints:      48402
1679.38/1706.51	c #Conflicts:     519000 | #Constraints:      49402
1679.38/1706.51	c #Conflicts:     520000 | #Constraints:      50404
1679.38/1706.51	c bounds -8626 >= -68513 @ 1662.24
1679.38/1706.54	c bounds -8628 >= -68513 @ 1662.27
1679.38/1706.57	c bounds -8630 >= -68513 @ 1662.3
1679.48/1706.62	c bounds -8631 >= -68513 @ 1662.35
1679.58/1706.75	c bounds -8635 >= -68513 @ 1662.47
1680.32/1707.56	c bounds -8639 >= -68513 @ 1663.21
1681.01/1708.25	c #Conflicts:     521000 | #Constraints:      51415
1681.01/1708.25	c bounds -8649 >= -68513 @ 1663.9
1685.07/1712.49	c #Conflicts:     522000 | #Constraints:      52424
1685.07/1712.49	c bounds -8653 >= -68513 @ 1667.93
1685.17/1712.50	c bounds -8653 >= -68446 @ 1667.93
1685.17/1712.50	c bounds -8653 >= -68381 @ 1667.94
1685.17/1712.51	c bounds -8653 >= -68315 @ 1667.95
1685.17/1712.51	c bounds -8653 >= -68251 @ 1667.95
1685.17/1712.52	c bounds -8653 >= -68186 @ 1667.96
1685.17/1712.53	c bounds -8653 >= -68120 @ 1667.97
1685.17/1712.54	c bounds -8653 >= -68055 @ 1667.98
1685.17/1712.55	c bounds -8653 >= -67990 @ 1667.99
1685.17/1712.57	c bounds -8653 >= -67925 @ 1668.01
1685.17/1712.59	c bounds -8653 >= -67860 @ 1668.03
1685.27/1712.61	c bounds -8653 >= -67796 @ 1668.05
1685.27/1712.62	c bounds -8653 >= -67733 @ 1668.06
1685.27/1712.64	c bounds -8653 >= -67670 @ 1668.07
1685.46/1712.80	c bounds -8653 >= -67607 @ 1668.24
1686.57/1713.93	c bounds -8653 >= -67544 @ 1669.35
1687.07/1714.41	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[309]: 6 0 48 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[483]: 6 0 97 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[560]: 6 0 65.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[607]: 6 0 66.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[706]: 6 0 38.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[848]: 6 0 69.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[882]: 6 0 87 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[898]: 6 0 49 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1116]: 6 0 66 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1131]: 6 0 90.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1198]: 6 0 77 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1357]: 6 0 68.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1371]: 6 0 54.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1457]: 6 0 77.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1634]: 6 -55 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1653]: 6 -61 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1654]: 6 -54 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1666]: 6 0 46.0001 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1689]: 6 -26.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1690]: 6 -8.00004 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1750]: 6 -6.00009 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1774]: 6 -11 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1775]: 6 -7.00002 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1781]: 6 -6.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1782]: 6 -29 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1832]: 6 -5.00004 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1927]: 6 -30 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
1687.07/1714.41	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
1698.74/1726.11	c #Conflicts:     523000 | #Constraints:      53488
1698.74/1726.11	c #Conflicts:     524000 | #Constraints:      54488
1698.74/1726.11	c bounds -8653 >= -67481 @ 1681.43
1700.23/1727.69	c #Conflicts:     525000 | #Constraints:      55500
1700.23/1727.69	c bounds -8654 >= -67481 @ 1682.98
1703.63/1731.07	c #Conflicts:     526000 | #Constraints:      56501
1703.63/1731.07	c bounds -8656 >= -67481 @ 1686.31
1707.42/1734.81	c #Conflicts:     527000 | #Constraints:      57505
1707.42/1734.81	c bounds -8658 >= -67481 @ 1690
1708.32/1735.74	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[8]: 6 0 82.0001 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[222]: 6 0 53.0001 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[248]: 6 0 231 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[302]: 6 0 100 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[312]: 6 0 13.0001 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
1708.32/1735.74	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[425]: 6 0 67 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[464]: 6 0 72.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[535]: 6 0 6.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[560]: 6 0 65 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[607]: 6 0 66.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[801]: 6 0 27 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[842]: 6 0 44 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[848]: 6 0 69 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[880]: 6 0 80.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[892]: 6 0 57.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[898]: 6 0 49.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[907]: 6 0 69 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[966]: 6 0 34 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[969]: 6 0 9.00008 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[970]: 6 0 23.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[997]: 6 0 75.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1133]: 6 0 60 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1138]: 6 0 60.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1173]: 6 0 93 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1190]: 6 0 91.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1204]: 6 0 109 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1208]: 6 0 54.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1215]: 6 0 81.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1250]: 6 0 10.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1254]: 6 0 90.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1268]: 6 0 32 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1330]: 6 0 65 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1342]: 6 0 5.00003 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1371]: 6 0 54.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1373]: 6 0 10 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1404]: 6 0 16.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1420]: 6 0 83.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1424]: 6 0 2.00006 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1478]: 6 0 66.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1491]: 6 0 33 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1515]: 6 0 71.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1529]: 6 0 37 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1545]: 6 0 42 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1594]: 6 0 75.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1599]: 6 -26 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1626]: 6 0 45 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1639]: 6 -16 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1743]: 6 0 33 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1769]: 6 -29.0001 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1770]: 6 -4.0001 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1771]: 6 -6.00007 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1786]: 6 -8.00005 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1796]: 6 0 29.0001 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1840]: 6 -5.00003 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1847]: 6 -3.00006 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1857]: 6 -6.00001 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1873]: 6 -2.00007 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1875]: 6 -7.00003 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1892]: 6 -25.0001 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
1708.32/1735.75	WSVECS04 Frhs2[1984]: 6 -5.00005 0 shouldn't be
1709.02/1736.49	WSVECS04 Frhs2[1051]: 6 0 4.00002 shouldn't be
1709.02/1736.49	WSVECS04 Frhs2[1137]: 6 0 19 shouldn't be
1709.02/1736.49	WSVECS04 Frhs2[1168]: 6 0 1.00004 shouldn't be
1709.02/1736.49	WSVECS04 Frhs2[1174]: 6 0 1.00007 shouldn't be
1709.02/1736.49	WSVECS04 Frhs2[1232]: 6 0 4.00003 shouldn't be
1709.02/1736.49	WSVECS04 Frhs2[1666]: 6 0 46 shouldn't be
1709.02/1736.49	WSVECS04 Frhs2[1699]: 6 0 21 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[296]: 6 0 14.0001 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[579]: 6 0 10.0001 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[792]: 6 0 18.0001 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[938]: 6 0 14 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1002]: 6 0 20 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1022]: 6 0 9.00007 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1071]: 6 0 46.0001 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1122]: 6 0 21.0001 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1220]: 6 0 35 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1430]: 6 0 35.0001 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1498]: 6 0 75 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1517]: 6 0 22.0001 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1640]: 6 0 9.00008 shouldn't be
1709.91/1737.33	WSVECS04 Frhs2[1684]: 6 0 42 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[933]: 6 0 24.0001 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[950]: 6 0 24.0001 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[968]: 6 0 28.0001 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1003]: 6 0 23.0001 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1104]: 6 0 26.0001 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1131]: 6 0 90 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1149]: 6 0 23 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1200]: 6 0 40 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1350]: 6 0 23 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1456]: 6 0 45.0001 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1516]: 6 0 72 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1563]: 6 0 79 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1641]: 6 0 71.0001 shouldn't be
1710.81/1738.21	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[627]: 6 0 4.00003 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[645]: 6 0 18 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[678]: 6 0 15.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[717]: 6 0 24.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[786]: 6 0 19.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[869]: 6 0 60 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[923]: 6 0 39 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[987]: 6 0 79.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1012]: 6 0 25 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1017]: 6 0 61 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1019]: 6 0 99 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1021]: 6 0 30 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1126]: 6 0 58 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1147]: 6 0 83 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1151]: 6 0 48.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1160]: 6 0 57.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1162]: 6 0 84 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1175]: 6 0 46.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1187]: 6 0 85 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1193]: 6 0 69.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1198]: 6 0 77.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1211]: 6 0 39.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1274]: 6 0 65 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1333]: 6 0 51 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
1711.62/1739.10	WSVECS04 Frhs2[1530]: 6 0 37.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[309]: 6 0 48 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[372]: 6 0 35.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[413]: 6 0 60.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[511]: 6 0 23 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[523]: 6 0 57.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[582]: 6 0 25.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[590]: 6 0 10.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[592]: 6 0 48 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[601]: 6 0 21.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[617]: 6 0 90.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[651]: 6 0 36 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[693]: 6 0 44.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[698]: 6 0 10.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[734]: 6 0 43.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[750]: 6 0 52.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[782]: 6 0 56.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[827]: 6 0 15.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[871]: 6 0 54 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[872]: 6 0 80 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[874]: 6 0 39 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[961]: 6 0 23.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[964]: 6 0 53 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[986]: 6 0 20.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1052]: 6 0 80 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1057]: 6 0 54 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1075]: 6 0 44 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1084]: 6 0 35 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1092]: 6 0 69 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1108]: 6 0 19.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1169]: 6 0 72 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1185]: 6 0 95.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1244]: 6 0 48.0001 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1249]: 6 0 81 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1275]: 6 0 96 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
1713.00/1740.48	WSVECS04 Frhs2[1431]: 6 0 79.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[303]: 6 0 4.00002 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[346]: 6 0 92 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[503]: 6 0 55 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[510]: 6 0 45.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[534]: 6 0 64 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[625]: 6 0 27.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[634]: 6 0 41.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[646]: 6 0 45.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[659]: 6 0 37 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[677]: 6 0 95 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[692]: 6 0 18 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[730]: 6 0 82 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[752]: 6 0 52 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[790]: 6 0 94 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[798]: 6 0 22 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[802]: 6 0 29.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[857]: 6 0 21.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[863]: 6 0 69.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[891]: 6 0 31.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[911]: 6 0 83 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[947]: 6 0 68.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[979]: 6 0 85.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[1195]: 6 0 66.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[1213]: 6 0 30.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[1294]: 6 0 32.0001 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[1331]: 6 0 37 shouldn't be
1715.90/1743.38	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
1731.34/1758.89	c #Conflicts:     528000 | #Constraints:      58509
1731.34/1758.89	c #Conflicts:     529000 | #Constraints:      59509
1731.34/1758.89	c #Conflicts:     530000 | #Constraints:      60509
1731.34/1758.89	c #Conflicts:     531000 | #Constraints:      61509
1731.34/1758.89	c INPROCESSING
1731.34/1758.89	c GARBAGE COLLECT
1731.34/1758.89	c rational objective -12879.4
1755.93/1783.75	c #Conflicts:     532000 | #Constraints:      48073
1755.93/1783.75	c #Conflicts:     533000 | #Constraints:      49073
1755.93/1783.75	c #Conflicts:     534000 | #Constraints:      50073
1755.93/1783.75	c #Conflicts:     535000 | #Constraints:      51073
1755.93/1783.75	c #Conflicts:     536000 | #Constraints:      52073
1755.93/1783.75	c #Conflicts:     537000 | #Constraints:      53073
1755.93/1783.75	c #Conflicts:     538000 | #Constraints:      54073
1755.93/1783.75	c #Conflicts:     539000 | #Constraints:      55073
1755.93/1783.75	c #Conflicts:     540000 | #Constraints:      56073
1755.93/1783.75	c #Conflicts:     541000 | #Constraints:      57073
1755.93/1783.75	c bounds -8660 >= -67481 @ 1738.06
1755.93/1783.75	c bounds -8660 >= -67421 @ 1738.07
1755.93/1783.75	c bounds -8660 >= -67359 @ 1738.07
1755.93/1783.76	c bounds -8660 >= -67301 @ 1738.07
1755.93/1783.76	c bounds -8660 >= -67240 @ 1738.08
1755.93/1783.78	c bounds -8660 >= -67178 @ 1738.1
1755.93/1783.78	c bounds -8660 >= -67118 @ 1738.1
1755.93/1783.79	c bounds -8660 >= -67058 @ 1738.11
1756.03/1783.80	c bounds -8660 >= -67000 @ 1738.12
1756.03/1783.81	c bounds -8660 >= -66940 @ 1738.13
1756.03/1783.82	c bounds -8660 >= -66882 @ 1738.14
1756.03/1783.85	c bounds -8660 >= -66825 @ 1738.16
1756.03/1783.86	c bounds -8660 >= -66768 @ 1738.17
1756.03/1783.88	c bounds -8660 >= -66711 @ 1738.19
1756.13/1783.90	c bounds -8660 >= -66653 @ 1738.22
1756.13/1783.94	c bounds -8660 >= -66596 @ 1738.24
1756.21/1784.02	c bounds -8660 >= -66539 @ 1738.31
1756.70/1784.54	c bounds -8660 >= -66482 @ 1738.83
1793.23/1821.14	c #Conflicts:     542000 | #Constraints:      58149
1793.23/1821.14	c #Conflicts:     543000 | #Constraints:      59149
1793.23/1821.14	c #Conflicts:     544000 | #Constraints:      60149
1793.23/1821.14	c #Conflicts:     545000 | #Constraints:      61149
1793.23/1821.14	c #Conflicts:     546000 | #Constraints:      62152
1793.23/1821.14	c INPROCESSING
1793.23/1821.14	c GARBAGE COLLECT
1793.23/1821.14	c rational objective -12879.4
1812.78/1840.75	c #Conflicts:     547000 | #Constraints:      48508
1812.78/1840.75	c #Conflicts:     548000 | #Constraints:      49508
1812.78/1840.75	c #Conflicts:     549000 | #Constraints:      50509
1812.78/1840.75	c #Conflicts:     550000 | #Constraints:      51509
1812.78/1840.75	c #Conflicts:     551000 | #Constraints:      52511
1812.78/1840.75	c #Conflicts:     552000 | #Constraints:      53513
1812.78/1840.75	c #Conflicts:     553000 | #Constraints:      54514
1812.78/1840.75	c #Conflicts:     554000 | #Constraints:      55515
1812.78/1840.75	c #Conflicts:     555000 | #Constraints:      56516
1812.78/1840.75	c #Conflicts:     556000 | #Constraints:      57517
1812.78/1840.75	c bounds -8660 >= -66425 @ 1794.48
1833.54/1861.58	c #Conflicts:     557000 | #Constraints:      58530
1833.54/1861.58	c #Conflicts:     558000 | #Constraints:      59530
1833.54/1861.58	c #Conflicts:     559000 | #Constraints:      60531
1833.54/1861.58	c #Conflicts:     560000 | #Constraints:      61532
1833.54/1861.58	c #Conflicts:     561000 | #Constraints:      62536
1833.54/1861.58	c INPROCESSING
1833.54/1861.58	c GARBAGE COLLECT
1833.54/1861.58	c rational objective -12879.4
1873.65/1901.76	c #Conflicts:     562000 | #Constraints:      48695
1873.65/1901.76	c #Conflicts:     563000 | #Constraints:      49695
1873.65/1901.76	c #Conflicts:     564000 | #Constraints:      50696
1873.65/1901.76	c #Conflicts:     565000 | #Constraints:      51697
1873.65/1901.76	c #Conflicts:     566000 | #Constraints:      52698
1873.65/1901.76	c #Conflicts:     567000 | #Constraints:      53701
1873.65/1901.76	c #Conflicts:     568000 | #Constraints:      54702
1873.65/1901.76	c #Conflicts:     569000 | #Constraints:      55703
1873.65/1901.76	c #Conflicts:     570000 | #Constraints:      56706
1873.65/1901.76	c #Conflicts:     571000 | #Constraints:      57708
1873.65/1901.76	c #Conflicts:     572000 | #Constraints:      58710
1873.65/1901.76	c #Conflicts:     573000 | #Constraints:      59712
1873.65/1901.76	c #Conflicts:     574000 | #Constraints:      60714
1873.65/1901.76	c #Conflicts:     575000 | #Constraints:      61717
1873.65/1901.76	c #Conflicts:     576000 | #Constraints:      62718
1873.65/1901.76	c INPROCESSING
1873.65/1901.76	c GARBAGE COLLECT
1873.65/1901.76	c rational objective -12879.3
1921.74/1949.92	c #Conflicts:     577000 | #Constraints:      48700
1921.74/1949.92	c #Conflicts:     578000 | #Constraints:      49700
1921.74/1949.92	c #Conflicts:     579000 | #Constraints:      50700
1921.74/1949.92	c #Conflicts:     580000 | #Constraints:      51701
1921.74/1949.92	c #Conflicts:     581000 | #Constraints:      52702
1921.74/1949.92	c #Conflicts:     582000 | #Constraints:      53703
1921.74/1949.92	c #Conflicts:     583000 | #Constraints:      54705
1921.74/1949.92	c #Conflicts:     584000 | #Constraints:      55707
1921.74/1949.92	c #Conflicts:     585000 | #Constraints:      56708
1921.74/1949.92	c #Conflicts:     586000 | #Constraints:      57710
1921.74/1949.92	c #Conflicts:     587000 | #Constraints:      58712
1921.74/1949.92	c #Conflicts:     588000 | #Constraints:      59714
1921.74/1949.92	c #Conflicts:     589000 | #Constraints:      60718
1921.74/1949.92	c #Conflicts:     590000 | #Constraints:      61722
1921.74/1949.92	c #Conflicts:     591000 | #Constraints:      62724
1921.74/1949.92	c INPROCESSING
1921.74/1949.92	c GARBAGE COLLECT
1921.74/1949.92	c rational objective -12879.3
1939.10/1967.35	c #Conflicts:     592000 | #Constraints:      48494
1939.10/1967.35	c #Conflicts:     593000 | #Constraints:      49494
1939.10/1967.35	c #Conflicts:     594000 | #Constraints:      50494
1939.10/1967.35	c #Conflicts:     595000 | #Constraints:      51496
1939.10/1967.35	c #Conflicts:     596000 | #Constraints:      52500
1939.10/1967.35	c #Conflicts:     597000 | #Constraints:      53504
1939.10/1967.35	c #Conflicts:     598000 | #Constraints:      54507
1939.10/1967.35	c #Conflicts:     599000 | #Constraints:      55517
1939.10/1967.35	c bounds -8665 >= -66425 @ 1919.53
1939.10/1967.35	c bounds -8665 >= -66370 @ 1919.53
1939.10/1967.35	c bounds -8665 >= -66317 @ 1919.53
1939.10/1967.35	c bounds -8665 >= -66266 @ 1919.53
1939.10/1967.36	c bounds -8665 >= -66215 @ 1919.54
1939.10/1967.37	c bounds -8665 >= -66164 @ 1919.55
1939.10/1967.37	c bounds -8665 >= -66111 @ 1919.55
1939.10/1967.38	c bounds -8665 >= -66057 @ 1919.56
1939.10/1967.39	c bounds -8665 >= -66004 @ 1919.57
1939.10/1967.39	c bounds -8665 >= -65955 @ 1919.57
1939.20/1967.40	c bounds -8665 >= -65903 @ 1919.58
1939.20/1967.42	c bounds -8665 >= -65850 @ 1919.6
1939.20/1967.43	c bounds -8665 >= -65799 @ 1919.61
1939.20/1967.43	c bounds -8665 >= -65746 @ 1919.61
1939.20/1967.44	c bounds -8665 >= -65697 @ 1919.62
1939.20/1967.45	c bounds -8665 >= -65648 @ 1919.63
1939.20/1967.47	c bounds -8665 >= -65596 @ 1919.65
1939.20/1967.47	c bounds -8665 >= -65546 @ 1919.65
1939.20/1967.48	c bounds -8665 >= -65497 @ 1919.66
1939.20/1967.49	c bounds -8665 >= -65447 @ 1919.67
1939.30/1967.52	c bounds -8665 >= -65397 @ 1919.7
1939.30/1967.54	c bounds -8665 >= -65348 @ 1919.72
1939.30/1967.56	c bounds -8665 >= -65299 @ 1919.74
1939.91/1968.14	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[111]: 6 0 149 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[369]: 6 0 49.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[387]: 6 0 50.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[420]: 6 0 46 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[431]: 6 0 57 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[448]: 6 0 76 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[464]: 6 0 72.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[514]: 6 0 74.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[534]: 6 0 64 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[646]: 6 0 45 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[692]: 6 0 18.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[693]: 6 0 44 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[702]: 6 0 96.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[705]: 6 0 96.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[710]: 6 0 61 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[723]: 6 0 89 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[727]: 6 0 88 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[730]: 6 0 82.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[734]: 6 0 43 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
1939.91/1968.14	WSVECS04 Frhs2[872]: 6 0 80.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[896]: 6 0 18.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[923]: 6 0 39.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[932]: 6 0 97.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[966]: 6 0 34 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[969]: 6 0 9.00004 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[970]: 6 0 23 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[974]: 6 0 91.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[987]: 6 0 79 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[995]: 6 0 93 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[997]: 6 0 75.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1003]: 6 0 23.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1012]: 6 0 25 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1061]: 6 0 95 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1064]: 6 0 62.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1084]: 6 0 35.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1140]: 6 0 4.00006 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1160]: 6 0 57.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1169]: 6 0 72 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1185]: 6 0 95.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1189]: 6 0 61 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1190]: 6 0 91.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1193]: 6 0 69.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1198]: 6 0 77.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1200]: 6 0 40 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1204]: 6 0 109 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1211]: 6 0 39.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1215]: 6 0 81.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1219]: 6 0 44.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1223]: 6 0 71.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1225]: 6 0 11 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1231]: 6 0 43.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1232]: 6 0 4.00004 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1241]: 6 0 47 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1245]: 6 0 93 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1250]: 6 0 10.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1258]: 6 0 6.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1263]: 6 0 85 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1268]: 6 0 32 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1269]: 6 0 39.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1273]: 6 0 25 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1274]: 6 0 65.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1275]: 6 0 96 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1280]: 6 0 60.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1295]: 6 0 79 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1296]: 6 0 3.00005 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1304]: 6 0 25.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1312]: 6 0 71 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1322]: 6 0 30.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1326]: 6 0 65.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1330]: 6 0 65 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1332]: 6 0 18.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1350]: 6 0 23 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1357]: 6 0 68 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1373]: 6 0 10.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1390]: 6 0 64 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1396]: 6 0 18.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1410]: 6 0 17 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1413]: 6 0 2.00002 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1418]: 6 0 108 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1426]: 6 0 30 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1427]: 6 0 37 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1430]: 6 0 35 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1431]: 6 0 79 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1441]: 6 0 10 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1467]: 6 0 76 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1477]: 6 0 7.00006 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1479]: 6 0 12.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1487]: 6 -20 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1489]: 6 0 11.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1496]: 6 0 16 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1504]: 6 0 10 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1512]: 6 -55 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1513]: 6 0 81 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1515]: 6 0 71 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1517]: 6 0 22 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1522]: 6 0 84 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1528]: 6 0 16.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1529]: 6 0 37 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1531]: 6 0 11.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1545]: 6 0 42.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1552]: 6 0 16.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1555]: 6 0 37.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1557]: 6 0 21 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1560]: 6 0 16.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1571]: 6 0 94.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1576]: 6 0 40 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1577]: 6 0 20 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1603]: 6 0 50.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1604]: 6 0 32.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1619]: 6 0 23.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1626]: 6 0 45.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1643]: 6 0 8.00008 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1647]: 6 -55.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1648]: 6 -23 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1653]: 6 -61.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1654]: 6 -54 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1671]: 6 -31 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1683]: 6 0 78 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1690]: 6 -8.00009 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1692]: 6 0 70 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1750]: 6 -6.00006 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1770]: 6 -4.00002 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1781]: 6 -6.00009 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1811]: 6 0 23.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1816]: 6 -5.00003 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1825]: 6 0 16.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1826]: 6 0 8.00005 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1827]: 6 0 14 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1829]: 6 0 24.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1832]: 6 -5.00009 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1840]: 6 -5.00006 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1844]: 6 0 11.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1847]: 6 -3.00006 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1848]: 6 -4.00004 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1858]: 6 -1.00008 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1863]: 6 -20.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1867]: 6 -3.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1868]: 6 0 9.00005 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1870]: 6 0 12.0001 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1919]: 6 -35 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1927]: 6 -30 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1964]: 6 -4.00004 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1974]: 6 -25 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
1939.91/1968.15	WSVECS04 Frhs2[1984]: 6 -5.00006 0 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[627]: 6 0 4.00002 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[706]: 6 0 38 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[786]: 6 0 19.0001 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[933]: 6 0 24 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1056]: 6 0 4.00003 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1108]: 6 0 19 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1122]: 6 0 21.0001 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1168]: 6 0 1.00002 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1244]: 6 0 48.0001 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1257]: 6 0 14 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1276]: 6 0 10.0001 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1294]: 6 0 32.0001 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1313]: 6 0 10.0001 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1342]: 6 0 5.00007 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1505]: 6 0 25 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1533]: 6 0 23 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1563]: 6 0 79 shouldn't be
1940.71/1969.00	WSVECS04 Frhs2[1594]: 6 0 75.0001 shouldn't be
1940.81/1969.00	WSVECS04 Frhs2[1641]: 6 0 71.0001 shouldn't be
1940.81/1969.00	WSVECS04 Frhs2[1668]: 6 0 15.0001 shouldn't be
1940.81/1969.00	WSVECS04 Frhs2[1684]: 6 0 42.0001 shouldn't be
1940.81/1969.00	WSVECS04 Frhs2[1693]: 6 0 4.00009 shouldn't be
1940.81/1969.00	WSVECS04 Frhs2[1698]: 6 0 9.00004 shouldn't be
1940.81/1969.00	WSVECS04 Frhs2[1817]: 6 0 31 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[645]: 6 0 18.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[653]: 6 0 16.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[659]: 6 0 37 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[678]: 6 0 15.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[802]: 6 0 29.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[892]: 6 0 57.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[938]: 6 0 14.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[942]: 6 0 97 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[968]: 6 0 28.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1021]: 6 0 30.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1022]: 6 0 9.00009 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1071]: 6 0 46.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1104]: 6 0 26 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1126]: 6 0 58.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1195]: 6 0 66 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1213]: 6 0 30 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1220]: 6 0 35.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1224]: 6 0 45.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1254]: 6 0 90 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1307]: 6 0 21.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1319]: 6 0 4.00002 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1331]: 6 0 37 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1364]: 6 0 13.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1456]: 6 0 45.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1458]: 6 0 19.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1516]: 6 0 72 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1530]: 6 0 37.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1567]: 6 0 46.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1578]: 6 0 22.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1579]: 6 0 2.00009 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1584]: 6 0 29 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1585]: 6 0 14.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
1941.70/1969.94	WSVECS04 Frhs2[1718]: 6 0 29.0001 shouldn't be
1943.60/1971.81	c bounds -8665 >= -65250 @ 1923.95
1955.17/1983.44	c #Conflicts:     600000 | #Constraints:      56622
1955.17/1983.44	c #Conflicts:     601000 | #Constraints:      57622
1955.17/1983.44	c #Conflicts:     602000 | #Constraints:      58622
1955.17/1983.44	c #Conflicts:     603000 | #Constraints:      59622
1955.17/1983.44	c #Conflicts:     604000 | #Constraints:      60622
1955.17/1983.44	c #Conflicts:     605000 | #Constraints:      61622
1955.17/1983.44	c #Conflicts:     606000 | #Constraints:      62622
1955.17/1983.44	c #Conflicts:     607000 | #Constraints:      63622
1955.17/1983.44	c INPROCESSING
1955.17/1983.44	c GARBAGE COLLECT
1955.17/1983.44	WSVECS04 Frhs2[1157]: 6 -77.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1345]: 6 -91 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1346]: 6 -17.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1463]: 6 -63 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1493]: 6 -4.00006 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1510]: 6 -7.00007 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1611]: 6 -44 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1705]: 6 -31.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1707]: 6 -7.00007 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1744]: 6 -27 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1756]: 6 -7.00007 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1758]: 6 -26.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1771]: 6 -6.00004 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1776]: 6 -34.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1853]: 6 -12.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1857]: 6 -6.00008 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1873]: 6 -2.00003 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1875]: 6 -7.00002 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1877]: 6 -25.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1892]: 6 -25.0001 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1894]: 6 -22 0 shouldn't be
1955.17/1983.44	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
1955.17/1983.45	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
1955.17/1983.45	WSVECS04 Frhs2[1916]: 6 -19.0001 0 shouldn't be
1955.17/1983.45	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
1955.17/1983.45	WSVECS04 Frhs2[1932]: 6 -9.00003 0 shouldn't be
1955.17/1983.45	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
1955.17/1983.45	WSVECS04 Frhs2[1950]: 6 -19.0001 0 shouldn't be
1955.17/1983.45	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
1955.17/1983.45	WSVECS04 Frhs2[1966]: 6 -24 0 shouldn't be
1955.17/1983.45	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
1955.17/1983.45	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1612]: 6 -8.00005 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1726]: 6 -19 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1760]: 6 -20.0001 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1774]: 6 -11 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1775]: 6 -7.00009 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1777]: 6 -21.0001 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1778]: 6 -14 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1836]: 6 -6.00009 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1905]: 6 -14 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1909]: 6 -2.00009 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1920]: 6 -25 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1921]: 6 -10 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1936]: 6 -18 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1951]: 6 -2.00004 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1952]: 6 -24 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
1956.07/1984.37	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
1957.16/1985.45	WSVECS04 Frhs2[1461]: 6 -67.0001 0 shouldn't be
1957.16/1985.45	WSVECS04 Frhs2[1625]: 6 -36 0 shouldn't be
1957.16/1985.45	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
1957.16/1985.45	WSVECS04 Frhs2[1924]: 6 -5.00005 0 shouldn't be
1957.16/1985.45	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
1957.16/1985.45	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
1958.36/1986.65	WSVECS04 Frhs2[1887]: 6 -12 0 shouldn't be
1958.36/1986.65	WSVECS04 Frhs2[1925]: 6 -15 0 shouldn't be
1958.36/1986.65	WSVECS04 Frhs2[1941]: 6 -23 0 shouldn't be
1958.36/1986.65	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
1958.36/1986.65	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
1959.65/1987.94	WSVECS04 Frhs2[1361]: 6 -88 0 shouldn't be
1961.36/1989.65	WSVECS04 Frhs2[1650]: 6 -47.0001 0 shouldn't be
1963.75/1992.04	c rational objective -12879.4
2004.19/2032.67	c #Conflicts:     608000 | #Constraints:      49174
2004.19/2032.67	c #Conflicts:     609000 | #Constraints:      50175
2004.19/2032.67	c #Conflicts:     610000 | #Constraints:      51175
2004.19/2032.67	c #Conflicts:     611000 | #Constraints:      52175
2004.19/2032.67	c #Conflicts:     612000 | #Constraints:      53175
2004.19/2032.67	c #Conflicts:     613000 | #Constraints:      54177
2004.19/2032.67	c #Conflicts:     614000 | #Constraints:      55179
2004.19/2032.67	c #Conflicts:     615000 | #Constraints:      56181
2004.19/2032.67	c #Conflicts:     616000 | #Constraints:      57182
2004.19/2032.67	c #Conflicts:     617000 | #Constraints:      58184
2004.19/2032.67	c #Conflicts:     618000 | #Constraints:      59184
2004.19/2032.67	c #Conflicts:     619000 | #Constraints:      60185
2004.19/2032.67	c #Conflicts:     620000 | #Constraints:      61187
2004.19/2032.67	c #Conflicts:     621000 | #Constraints:      62188
2004.19/2032.67	c #Conflicts:     622000 | #Constraints:      63189
2004.19/2032.67	c #Conflicts:     623000 | #Constraints:      64191
2004.19/2032.67	c INPROCESSING
2004.19/2032.67	c GARBAGE COLLECT
2004.19/2032.67	c rational objective -12879.3
2018.36/2046.86	c #Conflicts:     624000 | #Constraints:      49560
2018.36/2046.86	c #Conflicts:     625000 | #Constraints:      50560
2018.36/2046.86	c #Conflicts:     626000 | #Constraints:      51560
2018.36/2046.86	c #Conflicts:     627000 | #Constraints:      52563
2018.36/2046.86	c #Conflicts:     628000 | #Constraints:      53566
2018.36/2046.86	c bounds -8673 >= -65250 @ 1997.97
2018.36/2046.87	c bounds -8673 >= -65206 @ 1997.98
2018.45/2046.90	c bounds -8673 >= -65161 @ 1998.01
2018.45/2046.90	c bounds -8673 >= -65115 @ 1998.01
2018.45/2046.91	c bounds -8673 >= -65068 @ 1998.02
2018.45/2046.91	c bounds -8673 >= -65024 @ 1998.02
2018.45/2046.92	c bounds -8673 >= -64977 @ 1998.03
2018.45/2046.92	c bounds -8673 >= -64931 @ 1998.04
2018.45/2046.93	c bounds -8673 >= -64885 @ 1998.05
2018.45/2046.94	c bounds -8673 >= -64840 @ 1998.06
2018.45/2046.95	c bounds -8673 >= -64794 @ 1998.07
2018.45/2046.96	c bounds -8673 >= -64749 @ 1998.08
2018.45/2046.98	c bounds -8673 >= -64704 @ 1998.09
2018.45/2046.99	c bounds -8673 >= -64660 @ 1998.11
2018.56/2047.00	c bounds -8673 >= -64616 @ 1998.11
2018.56/2047.02	c bounds -8673 >= -64572 @ 1998.14
2018.56/2047.05	c bounds -8673 >= -64528 @ 1998.16
2018.66/2047.14	c bounds -8673 >= -64484 @ 1998.24
2019.26/2047.71	c bounds -8673 >= -64440 @ 1998.82
2019.85/2048.32	c bounds -8673 >= -64396 @ 1999.42
2021.05/2049.52	c bounds -8673 >= -64352 @ 2000.61
2024.24/2052.70	c #Conflicts:     629000 | #Constraints:      54711
2024.24/2052.70	c bounds -8673 >= -64308 @ 2003.77
2039.94/2068.76	c #Conflicts:     630000 | #Constraints:      55733
2039.94/2068.76	c #Conflicts:     631000 | #Constraints:      56733
2039.94/2068.76	c #Conflicts:     632000 | #Constraints:      57734
2039.94/2068.76	c bounds -8673 >= -64264 @ 2019.43
2040.35/2069.15	WSVECS04 Frhs2[1233]: 6 -27.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1235]: 6 -88.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1255]: 6 -22.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1266]: 6 -24 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1267]: 6 -91.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1375]: 6 -82 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1487]: 6 -20 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1534]: 6 -43.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1536]: 6 -57.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1547]: 6 -41 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1550]: 6 -44 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1580]: 6 -60.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1598]: 6 -62.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1639]: 6 -16 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1780]: 6 -15 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1795]: 6 -27.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1797]: 6 -30.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1810]: 6 -6.00006 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1832]: 6 -5.00007 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1843]: 6 -21 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1847]: 6 -3.00006 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1851]: 6 -6.00005 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1885]: 6 -10.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1886]: 6 -35.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1887]: 6 -12 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1889]: 6 -14.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1926]: 6 -35.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1941]: 6 -23.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1952]: 6 -24 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1954]: 6 -30 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
2040.35/2069.15	WSVECS04 Frhs2[1959]: 6 -29.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1346]: 6 -17 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1532]: 6 -68 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1537]: 6 -12.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1538]: 6 -32.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1551]: 6 -66 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1568]: 6 -20.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1625]: 6 -36 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1642]: 6 -68 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1653]: 6 -61.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1763]: 6 -8.00008 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1766]: 6 -32 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1781]: 6 -6.00002 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1813]: 6 -22.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1816]: 6 -5.00006 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1834]: 6 -17 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1836]: 6 -6.00006 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1845]: 6 -17.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1848]: 6 -4.00008 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1852]: 6 -32 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1863]: 6 -20.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1866]: 6 -16 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1909]: 6 -2.00007 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1918]: 6 -15.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1924]: 6 -5.00005 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1925]: 6 -15 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1951]: 6 -2.00003 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
2041.14/2069.92	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1271]: 6 -9.00002 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1284]: 6 -63.0001 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1521]: 6 -18.0001 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1562]: 6 -42 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1569]: 6 -19 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1657]: 6 -64 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1867]: 6 -3.00008 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1892]: 6 -25 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1920]: 6 -25 0 shouldn't be
2042.04/2070.87	WSVECS04 Frhs2[1972]: 6 -30 0 shouldn't be
2043.03/2071.84	WSVECS04 Frhs2[1202]: 6 -92.0001 0 shouldn't be
2043.03/2071.84	WSVECS04 Frhs2[1265]: 6 -101 0 shouldn't be
2043.03/2071.84	WSVECS04 Frhs2[1301]: 6 -70.0001 0 shouldn't be
2043.03/2071.84	WSVECS04 Frhs2[1362]: 6 -35 0 shouldn't be
2043.03/2071.84	WSVECS04 Frhs2[1501]: 6 -8.00008 0 shouldn't be
2043.03/2071.84	WSVECS04 Frhs2[1518]: 6 -14.0001 0 shouldn't be
2043.03/2071.84	WSVECS04 Frhs2[1549]: 6 -41 0 shouldn't be
2043.03/2071.84	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
2044.03/2072.87	WSVECS04 Frhs2[1361]: 6 -88.0001 0 shouldn't be
2064.11/2093.15	c #Conflicts:     633000 | #Constraints:      58761
2064.11/2093.15	c #Conflicts:     634000 | #Constraints:      59761
2064.11/2093.15	c #Conflicts:     635000 | #Constraints:      60761
2064.11/2093.15	c #Conflicts:     636000 | #Constraints:      61761
2064.11/2093.15	c #Conflicts:     637000 | #Constraints:      62761
2064.11/2093.15	c #Conflicts:     638000 | #Constraints:      63761
2064.11/2093.15	c #Conflicts:     639000 | #Constraints:      64761
2064.11/2093.15	c INPROCESSING
2064.11/2093.15	c GARBAGE COLLECT
2064.11/2093.15	c rational objective -12879.3
2109.20/2138.43	c #Conflicts:     640000 | #Constraints:      49883
2109.20/2138.43	c #Conflicts:     641000 | #Constraints:      50883
2109.20/2138.43	c #Conflicts:     642000 | #Constraints:      51883
2109.20/2138.43	c #Conflicts:     643000 | #Constraints:      52883
2109.20/2138.43	c #Conflicts:     644000 | #Constraints:      53883
2109.20/2138.43	c #Conflicts:     645000 | #Constraints:      54887
2109.20/2138.43	c #Conflicts:     646000 | #Constraints:      55889
2109.20/2138.43	c #Conflicts:     647000 | #Constraints:      56889
2109.20/2138.43	c #Conflicts:     648000 | #Constraints:      57889
2109.20/2138.43	c #Conflicts:     649000 | #Constraints:      58889
2109.20/2138.43	c #Conflicts:     650000 | #Constraints:      59892
2109.20/2138.43	c #Conflicts:     651000 | #Constraints:      60892
2109.20/2138.43	c #Conflicts:     652000 | #Constraints:      61892
2109.20/2138.43	c #Conflicts:     653000 | #Constraints:      62892
2109.20/2138.43	c #Conflicts:     654000 | #Constraints:      63892
2109.20/2138.43	c #Conflicts:     655000 | #Constraints:      64892
2109.20/2138.43	c INPROCESSING
2109.20/2138.43	c GARBAGE COLLECT
2109.20/2138.43	c rational objective -12879.3
2112.10/2141.37	c bounds -8673 >= -64220 @ 2090.91
2160.14/2189.55	c #Conflicts:     656000 | #Constraints:      49910
2160.14/2189.55	c #Conflicts:     657000 | #Constraints:      50911
2160.14/2189.55	c #Conflicts:     658000 | #Constraints:      51911
2160.14/2189.55	c #Conflicts:     659000 | #Constraints:      52911
2160.14/2189.55	c #Conflicts:     660000 | #Constraints:      53911
2160.14/2189.55	c #Conflicts:     661000 | #Constraints:      54911
2160.14/2189.55	c #Conflicts:     662000 | #Constraints:      55911
2160.14/2189.55	c #Conflicts:     663000 | #Constraints:      56912
2160.14/2189.55	c #Conflicts:     664000 | #Constraints:      57912
2160.14/2189.55	c #Conflicts:     665000 | #Constraints:      58913
2160.14/2189.55	c #Conflicts:     666000 | #Constraints:      59915
2160.14/2189.55	c #Conflicts:     667000 | #Constraints:      60917
2160.14/2189.55	c #Conflicts:     668000 | #Constraints:      61919
2160.14/2189.55	c #Conflicts:     669000 | #Constraints:      62921
2160.14/2189.55	c #Conflicts:     670000 | #Constraints:      63922
2160.14/2189.55	c #Conflicts:     671000 | #Constraints:      64922
2160.14/2189.55	c INPROCESSING
2160.14/2189.55	c GARBAGE COLLECT
2160.14/2189.55	c rational objective -12879.2
2178.24/2208.04	c #Conflicts:     672000 | #Constraints:      49681
2178.24/2208.04	c #Conflicts:     673000 | #Constraints:      50681
2178.24/2208.04	c #Conflicts:     674000 | #Constraints:      51681
2178.24/2208.04	c #Conflicts:     675000 | #Constraints:      52681
2178.24/2208.04	c #Conflicts:     676000 | #Constraints:      53684
2178.24/2208.04	c #Conflicts:     677000 | #Constraints:      54694
2178.24/2208.04	c #Conflicts:     678000 | #Constraints:      55720
2178.24/2208.04	c bounds -8677 >= -64220 @ 2156.44
2178.24/2208.05	c bounds -8677 >= -64180 @ 2156.45
2178.24/2208.05	c bounds -8677 >= -64139 @ 2156.45
2178.24/2208.06	c bounds -8677 >= -64098 @ 2156.45
2178.24/2208.06	c bounds -8677 >= -64059 @ 2156.46
2178.24/2208.07	c bounds -8677 >= -64019 @ 2156.47
2178.24/2208.08	c bounds -8677 >= -63980 @ 2156.48
2178.34/2208.10	c bounds -8677 >= -63940 @ 2156.5
2178.34/2208.13	c bounds -8677 >= -63900 @ 2156.52
2178.34/2208.16	c bounds -8677 >= -63861 @ 2156.55
2178.43/2208.24	c bounds -8677 >= -63822 @ 2156.63
2178.93/2208.76	WSVECS04 Frhs2[39]: 6 0 87 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[141]: 6 0 99 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[143]: 6 0 92.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[152]: 6 0 101 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[155]: 6 0 60.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[188]: 6 0 86.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[189]: 6 0 53.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[346]: 6 0 92.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[349]: 6 0 97 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[377]: 6 0 77.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[413]: 6 0 60.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[425]: 6 0 67.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[431]: 6 0 57.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[448]: 6 0 76.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[528]: 6 0 40 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[604]: 6 0 29.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[617]: 6 0 90 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[634]: 6 0 41 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[639]: 6 0 58.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[653]: 6 0 16.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[692]: 6 0 18.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[702]: 6 0 96.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[705]: 6 0 96 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[710]: 6 0 61 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[711]: 6 0 101 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[730]: 6 0 82 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[752]: 6 0 52 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[782]: 6 0 56.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[790]: 6 0 94 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[815]: 6 0 91.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[871]: 6 0 54.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[872]: 6 0 80.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[907]: 6 0 69 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[927]: 6 0 49 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[934]: 6 0 69 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[942]: 6 0 97 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[947]: 6 0 68 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[950]: 6 0 24.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[960]: 6 0 27.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[961]: 6 0 23.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[974]: 6 0 91 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[979]: 6 0 85 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[980]: 6 0 92 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[986]: 6 0 20.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[987]: 6 0 79.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[995]: 6 0 93.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[997]: 6 0 75 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1003]: 6 0 23 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1011]: 6 0 49 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1014]: 6 0 60 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1048]: 6 0 43.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1049]: 6 0 93.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1061]: 6 0 95.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1064]: 6 0 62.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1065]: 6 0 143 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1098]: 6 0 99 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1133]: 6 0 60.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1138]: 6 0 60 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1156]: 6 0 31.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1158]: 6 0 63 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1162]: 6 0 84 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1174]: 6 0 1.00002 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1189]: 6 0 61.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1190]: 6 0 91.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1198]: 6 0 77.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1215]: 6 0 81.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1223]: 6 0 71.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1224]: 6 0 45 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1225]: 6 0 11.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1231]: 6 0 43 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1241]: 6 0 47 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1251]: 6 0 90.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1254]: 6 0 90.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1257]: 6 0 14 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1258]: 6 0 6.00007 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1260]: 6 0 95 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1263]: 6 0 85 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1269]: 6 0 39.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1273]: 6 0 25 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1274]: 6 0 65.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1275]: 6 0 96.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1280]: 6 0 60 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1288]: 6 0 72 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1296]: 6 0 3.00007 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1307]: 6 0 21.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1318]: 6 0 67 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1320]: 6 0 115 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1322]: 6 0 30.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1328]: 6 0 68 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1331]: 6 0 37 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1333]: 6 0 51.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1336]: 6 0 57.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1357]: 6 0 68.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1360]: 6 0 91 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1371]: 6 0 54 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1373]: 6 0 10 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1386]: 6 0 69.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1390]: 6 0 64.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1396]: 6 0 18 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1406]: 6 0 46 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1413]: 6 0 2.00008 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1419]: 6 0 128 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1420]: 6 0 83.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1426]: 6 0 30 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1427]: 6 0 37 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1430]: 6 0 35.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1457]: 6 0 77 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1478]: 6 0 66.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1493]: 6 -4.00002 0 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1510]: 6 -7.00003 0 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1516]: 6 0 72 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1552]: 6 0 16 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1553]: 6 0 13 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1555]: 6 0 37.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1557]: 6 0 21.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1571]: 6 0 94 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1572]: 6 0 57 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1578]: 6 0 22.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1594]: 6 0 75 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1596]: 6 0 13.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1608]: 6 0 21.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1610]: 6 0 75.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1619]: 6 0 23 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1626]: 6 0 45.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1635]: 6 0 32 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1647]: 6 -55.0001 0 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1654]: 6 -54 0 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1667]: 6 0 49.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1668]: 6 0 15.0001 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1671]: 6 -31 0 shouldn't be
2178.93/2208.76	WSVECS04 Frhs2[1676]: 6 0 68 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1684]: 6 0 42 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1685]: 6 0 90 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1690]: 6 -8.00005 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1698]: 6 0 9.00007 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1832]: 6 -5.00009 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1847]: 6 -3.00007 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1862]: 6 0 19.0001 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1873]: 6 -2.00001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1887]: 6 -12 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1889]: 6 -14.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1905]: 6 -14.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1919]: 6 -35 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1920]: 6 -25 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1923]: 6 -11.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1932]: 6 -9.00004 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1935]: 6 0 32.0001 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1951]: 6 -2.00008 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1952]: 6 -24.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1976]: 6 -34.0001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1984]: 6 -5.00001 0 shouldn't be
2178.93/2208.77	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
2179.93/2209.73	c bounds -8677 >= -63783 @ 2158.11
2181.80/2211.61	c bounds -8677 >= -63744 @ 2159.96
2209.14/2239.01	c #Conflicts:     679000 | #Constraints:      56795
2209.14/2239.01	c #Conflicts:     680000 | #Constraints:      57795
2209.14/2239.01	c #Conflicts:     681000 | #Constraints:      58795
2209.14/2239.01	c #Conflicts:     682000 | #Constraints:      59796
2209.14/2239.01	c #Conflicts:     683000 | #Constraints:      60799
2209.14/2239.01	c #Conflicts:     684000 | #Constraints:      61807
2209.14/2239.01	c #Conflicts:     685000 | #Constraints:      62813
2209.14/2239.01	c #Conflicts:     686000 | #Constraints:      63823
2209.14/2239.01	c #Conflicts:     687000 | #Constraints:      64823
2209.14/2239.01	c #Conflicts:     688000 | #Constraints:      65830
2209.14/2239.01	c INPROCESSING
2209.14/2239.01	c GARBAGE COLLECT
2209.14/2239.01	c rational objective -12879.3
2217.25/2247.43	c #Conflicts:     689000 | #Constraints:      50349
2217.25/2247.43	c #Conflicts:     690000 | #Constraints:      51373
2217.25/2247.43	c #Conflicts:     691000 | #Constraints:      52406
2217.25/2247.43	c bounds -8681 >= -63744 @ 2195.07
2217.25/2247.46	c bounds -8683 >= -63744 @ 2195.1
2217.35/2247.52	c bounds -8692 >= -63744 @ 2195.17
2217.35/2247.55	c bounds -8693 >= -63744 @ 2195.19
2217.35/2247.58	c bounds -8703 >= -63744 @ 2195.23
2217.45/2247.62	c bounds -8710 >= -63744 @ 2195.27
2217.45/2247.68	c bounds -8715 >= -63744 @ 2195.32
2217.65/2247.82	c bounds -8717 >= -63744 @ 2195.47
2217.75/2247.90	c bounds -8743 >= -63744 @ 2195.54
2217.85/2248.04	c bounds -8772 >= -63744 @ 2195.67
2218.14/2248.35	c bounds -8779 >= -63744 @ 2195.99
2218.95/2249.19	c #Conflicts:     692000 | #Constraints:      53435
2218.95/2249.19	c bounds -8786 >= -63744 @ 2196.81
2219.05/2249.28	c bounds -8792 >= -63744 @ 2196.89
2219.14/2249.35	c bounds -8830 >= -63744 @ 2196.97
2219.45/2249.63	c bounds -8831 >= -63744 @ 2197.24
2220.85/2251.02	c bounds -8835 >= -63744 @ 2198.6
2223.58/2253.82	c #Conflicts:     693000 | #Constraints:      54445
2223.58/2253.82	c #Conflicts:     694000 | #Constraints:      55450
2223.58/2253.82	c bounds -8844 >= -63744 @ 2201.3
2223.58/2253.82	c bounds -8844 >= -63707 @ 2201.3
2223.58/2253.82	c bounds -8844 >= -63672 @ 2201.3
2223.58/2253.83	c bounds -8844 >= -63639 @ 2201.31
2223.58/2253.83	c bounds -8844 >= -63601 @ 2201.31
2223.58/2253.84	c bounds -8844 >= -63564 @ 2201.31
2223.58/2253.84	c bounds -8844 >= -63529 @ 2201.31
2223.58/2253.84	c bounds -8844 >= -63493 @ 2201.32
2223.58/2253.85	c bounds -8844 >= -63459 @ 2201.32
2223.58/2253.86	c bounds -8844 >= -63424 @ 2201.33
2223.58/2253.86	c bounds -8844 >= -63391 @ 2201.33
2223.58/2253.86	c bounds -8844 >= -63358 @ 2201.33
2223.58/2253.86	c bounds -8844 >= -63323 @ 2201.34
2223.58/2253.87	c bounds -8844 >= -63289 @ 2201.34
2223.58/2253.87	c bounds -8844 >= -63254 @ 2201.35
2223.58/2253.88	c bounds -8844 >= -63220 @ 2201.35
2223.58/2253.89	c bounds -8844 >= -63186 @ 2201.37
2223.67/2253.90	c bounds -8844 >= -63153 @ 2201.37
2223.67/2253.90	c bounds -8844 >= -63120 @ 2201.38
2223.67/2253.91	c bounds -8844 >= -63085 @ 2201.38
2223.67/2253.92	c bounds -8844 >= -63051 @ 2201.4
2223.67/2253.95	c bounds -8844 >= -63018 @ 2201.42
2223.88/2254.13	c bounds -8844 >= -62985 @ 2201.6
2233.95/2264.29	c #Conflicts:     695000 | #Constraints:      56552
2233.95/2264.29	c #Conflicts:     696000 | #Constraints:      57580
2233.95/2264.29	c #Conflicts:     697000 | #Constraints:      58620
2233.95/2264.29	c #Conflicts:     698000 | #Constraints:      59652
2233.95/2264.29	c bounds -8845 >= -62985 @ 2211.6
2241.24/2271.55	c #Conflicts:     699000 | #Constraints:      60669
2241.24/2271.55	c bounds -8845 >= -62952 @ 2218.79
2251.21/2281.59	c #Conflicts:     700000 | #Constraints:      61678
2251.21/2281.59	c #Conflicts:     701000 | #Constraints:      62678
2251.21/2281.59	c #Conflicts:     702000 | #Constraints:      63678
2251.21/2281.59	c #Conflicts:     703000 | #Constraints:      64678
2251.21/2281.59	c #Conflicts:     704000 | #Constraints:      65678
2251.21/2281.59	c #Conflicts:     705000 | #Constraints:      66678
2251.21/2281.59	c INPROCESSING
2251.21/2281.59	c GARBAGE COLLECT
2251.21/2281.59	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1691]: 6 -30.0001 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1707]: 6 -7.0001 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1726]: 6 -19 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1758]: 6 -26 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1760]: 6 -20.0001 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1770]: 6 -4.00006 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1778]: 6 -14 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1872]: 6 -29 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1885]: 6 -10.0001 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1886]: 6 -35 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1905]: 6 -14 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1923]: 6 -11 0 shouldn't be
2251.21/2281.60	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1709]: 6 -15.0001 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1771]: 6 -6.00009 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1777]: 6 -21.0001 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1781]: 6 -6.00005 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1888]: 6 -15 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
2252.11/2282.45	WSVECS04 Frhs2[1973]: 6 -7.00002 0 shouldn't be
2253.11/2283.47	WSVECS04 Frhs2[1480]: 6 -47.0001 0 shouldn't be
2253.11/2283.47	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
2253.11/2283.47	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
2253.11/2283.47	WSVECS04 Frhs2[1775]: 6 -7.00001 0 shouldn't be
2253.11/2283.47	WSVECS04 Frhs2[1776]: 6 -34.0001 0 shouldn't be
2253.11/2283.47	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
2254.30/2284.60	WSVECS04 Frhs2[1813]: 6 -22.0001 0 shouldn't be
2255.41/2285.79	WSVECS04 Frhs2[1708]: 6 -1.00008 0 shouldn't be
2259.89/2290.25	c rational objective -12879.3
2261.89/2292.27	c bounds -8848 >= -62952 @ 2239.29
2261.89/2292.28	c bounds -8859 >= -62952 @ 2239.31
2261.89/2292.29	c bounds -8868 >= -62952 @ 2239.31
2262.18/2292.57	c bounds -8876 >= -62952 @ 2239.59
2269.37/2299.72	c #Conflicts:     706000 | #Constraints:      50897
2269.37/2299.72	c #Conflicts:     707000 | #Constraints:      51897
2269.37/2299.72	c #Conflicts:     708000 | #Constraints:      52897
2269.37/2299.72	c #Conflicts:     709000 | #Constraints:      53897
2269.37/2299.72	c #Conflicts:     710000 | #Constraints:      54898
2269.37/2299.72	c bounds -8878 >= -62952 @ 2246.61
2269.37/2299.72	c bounds -8878 >= -62920 @ 2246.62
2269.37/2299.74	c bounds -8878 >= -62888 @ 2246.64
2269.37/2299.74	c bounds -8878 >= -62857 @ 2246.64
2269.37/2299.75	c bounds -8878 >= -62826 @ 2246.64
2269.37/2299.76	c bounds -8878 >= -62794 @ 2246.66
2269.37/2299.77	c bounds -8878 >= -62763 @ 2246.67
2269.37/2299.78	c bounds -8878 >= -62732 @ 2246.68
2269.46/2299.80	c bounds -8878 >= -62702 @ 2246.69
2269.46/2299.81	c bounds -8878 >= -62671 @ 2246.71
2269.46/2299.83	c bounds -8878 >= -62641 @ 2246.72
2269.46/2299.85	c bounds -8878 >= -62611 @ 2246.74
2269.46/2299.87	c bounds -8878 >= -62581 @ 2246.76
2269.57/2299.91	c bounds -8878 >= -62551 @ 2246.81
2272.67/2303.10	c #Conflicts:     711000 | #Constraints:      55964
2272.67/2303.10	c #Conflicts:     712000 | #Constraints:      56974
2272.67/2303.10	c bounds -8878 >= -62521 @ 2249.95
2282.54/2312.90	c #Conflicts:     713000 | #Constraints:      57987
2282.54/2312.90	c #Conflicts:     714000 | #Constraints:      58993
2282.54/2312.90	c #Conflicts:     715000 | #Constraints:      60002
2282.54/2312.90	c #Conflicts:     716000 | #Constraints:      61007
2282.54/2312.90	c bounds -8878 >= -62491 @ 2259.64
2285.33/2315.78	c #Conflicts:     717000 | #Constraints:      62019
2285.33/2315.78	c #Conflicts:     718000 | #Constraints:      63019
2285.33/2315.78	c bounds -8884 >= -62491 @ 2262.48
2303.98/2334.58	c #Conflicts:     719000 | #Constraints:      64022
2303.98/2334.58	c #Conflicts:     720000 | #Constraints:      65024
2303.98/2334.58	c #Conflicts:     721000 | #Constraints:      66029
2303.98/2334.58	c #Conflicts:     722000 | #Constraints:      67029
2303.98/2334.58	c INPROCESSING
2303.98/2334.58	c GARBAGE COLLECT
2303.98/2334.58	c rational objective -12879.3
2319.84/2350.48	c #Conflicts:     723000 | #Constraints:      51109
2319.84/2350.48	c #Conflicts:     724000 | #Constraints:      52109
2319.84/2350.48	c #Conflicts:     725000 | #Constraints:      53111
2319.84/2350.48	c #Conflicts:     726000 | #Constraints:      54118
2319.84/2350.48	c #Conflicts:     727000 | #Constraints:      55123
2319.84/2350.48	c #Conflicts:     728000 | #Constraints:      56135
2319.84/2350.48	c #Conflicts:     729000 | #Constraints:      57139
2319.84/2350.48	c bounds -8886 >= -62491 @ 2296.64
2319.84/2350.48	c bounds -8886 >= -62464 @ 2296.64
2319.84/2350.49	c bounds -8886 >= -62438 @ 2296.64
2319.84/2350.49	c bounds -8886 >= -62412 @ 2296.65
2319.84/2350.49	c bounds -8886 >= -62386 @ 2296.65
2319.94/2350.50	c bounds -8886 >= -62360 @ 2296.65
2319.94/2350.53	c bounds -8886 >= -62334 @ 2296.68
2319.94/2350.53	c bounds -8886 >= -62308 @ 2296.69
2319.94/2350.54	c bounds -8886 >= -62280 @ 2296.7
2319.94/2350.55	c bounds -8886 >= -62252 @ 2296.7
2319.94/2350.56	c bounds -8886 >= -62226 @ 2296.71
2319.94/2350.57	c bounds -8886 >= -62198 @ 2296.72
2319.94/2350.57	c bounds -8886 >= -62170 @ 2296.73
2319.94/2350.58	c bounds -8886 >= -62142 @ 2296.74
2319.94/2350.59	c bounds -8886 >= -62114 @ 2296.74
2319.94/2350.59	c bounds -8886 >= -62088 @ 2296.75
2320.04/2350.61	c bounds -8886 >= -62061 @ 2296.76
2320.04/2350.62	c bounds -8886 >= -62034 @ 2296.77
2320.04/2350.64	c bounds -8886 >= -62007 @ 2296.8
2320.04/2350.65	c bounds -8886 >= -61980 @ 2296.8
2320.04/2350.67	c bounds -8886 >= -61954 @ 2296.82
2320.04/2350.69	c bounds -8886 >= -61928 @ 2296.84
2320.14/2350.74	c bounds -8886 >= -61902 @ 2296.9
2320.54/2351.10	c bounds -8886 >= -61876 @ 2297.26
2362.41/2393.45	c #Conflicts:     730000 | #Constraints:      58233
2362.41/2393.45	c #Conflicts:     731000 | #Constraints:      59238
2362.41/2393.45	c #Conflicts:     732000 | #Constraints:      60241
2362.41/2393.45	c #Conflicts:     733000 | #Constraints:      61244
2362.41/2393.45	c #Conflicts:     734000 | #Constraints:      62246
2362.41/2393.45	c #Conflicts:     735000 | #Constraints:      63249
2362.41/2393.45	c #Conflicts:     736000 | #Constraints:      64251
2362.41/2393.45	c #Conflicts:     737000 | #Constraints:      65253
2362.41/2393.45	c #Conflicts:     738000 | #Constraints:      66255
2362.41/2393.45	c #Conflicts:     739000 | #Constraints:      67257
2362.41/2393.45	c INPROCESSING
2362.41/2393.45	c GARBAGE COLLECT
2362.41/2393.45	c rational objective -12879.3
2410.31/2441.45	c #Conflicts:     740000 | #Constraints:      51141
2410.31/2441.45	c #Conflicts:     741000 | #Constraints:      52141
2410.31/2441.45	c #Conflicts:     742000 | #Constraints:      53142
2410.31/2441.45	c #Conflicts:     743000 | #Constraints:      54144
2410.31/2441.45	c #Conflicts:     744000 | #Constraints:      55146
2410.31/2441.45	c #Conflicts:     745000 | #Constraints:      56149
2410.31/2441.45	c #Conflicts:     746000 | #Constraints:      57151
2410.31/2441.45	c #Conflicts:     747000 | #Constraints:      58154
2410.31/2441.45	c #Conflicts:     748000 | #Constraints:      59157
2410.31/2441.45	c #Conflicts:     749000 | #Constraints:      60159
2410.31/2441.45	c #Conflicts:     750000 | #Constraints:      61160
2410.31/2441.45	c #Conflicts:     751000 | #Constraints:      62161
2410.31/2441.45	c #Conflicts:     752000 | #Constraints:      63164
2410.31/2441.45	c #Conflicts:     753000 | #Constraints:      64165
2410.31/2441.45	c #Conflicts:     754000 | #Constraints:      65167
2410.31/2441.45	c #Conflicts:     755000 | #Constraints:      66171
2410.31/2441.45	c #Conflicts:     756000 | #Constraints:      67173
2410.31/2441.45	c INPROCESSING
2410.31/2441.45	c GARBAGE COLLECT
2410.31/2441.45	c rational objective -12879.3
2456.51/2487.70	c #Conflicts:     757000 | #Constraints:      50914
2456.51/2487.70	c #Conflicts:     758000 | #Constraints:      51914
2456.51/2487.70	c #Conflicts:     759000 | #Constraints:      52914
2456.51/2487.70	c #Conflicts:     760000 | #Constraints:      53915
2456.51/2487.70	c #Conflicts:     761000 | #Constraints:      54918
2456.51/2487.70	c #Conflicts:     762000 | #Constraints:      55920
2456.51/2487.70	c #Conflicts:     763000 | #Constraints:      56922
2456.51/2487.70	c #Conflicts:     764000 | #Constraints:      57925
2456.51/2487.70	c #Conflicts:     765000 | #Constraints:      58926
2456.51/2487.70	c #Conflicts:     766000 | #Constraints:      59927
2456.51/2487.70	c #Conflicts:     767000 | #Constraints:      60929
2456.51/2487.70	c #Conflicts:     768000 | #Constraints:      61931
2456.51/2487.70	c #Conflicts:     769000 | #Constraints:      62933
2456.51/2487.70	c #Conflicts:     770000 | #Constraints:      63935
2456.51/2487.70	c #Conflicts:     771000 | #Constraints:      64939
2456.51/2487.70	c #Conflicts:     772000 | #Constraints:      65940
2456.51/2487.70	c #Conflicts:     773000 | #Constraints:      66941
2456.51/2487.70	c #Conflicts:     774000 | #Constraints:      67943
2456.51/2487.70	c INPROCESSING
2456.51/2487.70	c GARBAGE COLLECT
2456.51/2487.70	c rational objective -12879.2
2458.10/2489.39	c bounds -8888 >= -61876 @ 2433.64
2458.20/2489.41	c bounds -8892 >= -61876 @ 2433.66
2460.10/2491.37	c #Conflicts:     775000 | #Constraints:      51498
2460.10/2491.37	c bounds -8895 >= -61876 @ 2435.58
2467.38/2498.69	c #Conflicts:     776000 | #Constraints:      52500
2467.38/2498.69	c #Conflicts:     777000 | #Constraints:      53505
2467.38/2498.69	c #Conflicts:     778000 | #Constraints:      54513
2467.38/2498.69	c #Conflicts:     779000 | #Constraints:      55524
2467.38/2498.69	c bounds -8900 >= -61876 @ 2442.72
2467.48/2498.71	c bounds -8911 >= -61876 @ 2442.74
2467.48/2498.74	c bounds -8927 >= -61876 @ 2442.77
2467.48/2498.78	c bounds -8939 >= -61876 @ 2442.8
2467.68/2498.97	c bounds -8940 >= -61876 @ 2442.99
2467.68/2499.00	c bounds -8941 >= -61876 @ 2443.02
2467.79/2499.02	c bounds -8954 >= -61876 @ 2443.04
2467.79/2499.05	c bounds -8970 >= -61876 @ 2443.07
2469.78/2501.03	c #Conflicts:     780000 | #Constraints:      56538
2469.78/2501.03	c bounds -8971 >= -61876 @ 2445.01
2470.27/2501.58	c bounds -8972 >= -61876 @ 2445.54
2473.87/2505.14	c #Conflicts:     781000 | #Constraints:      57541
2473.87/2505.14	c bounds -8974 >= -61876 @ 2449.04
2473.87/2505.14	c bounds -8974 >= -61851 @ 2449.04
2473.87/2505.15	c bounds -8974 >= -61826 @ 2449.04
2473.87/2505.15	c bounds -8974 >= -61801 @ 2449.05
2473.87/2505.16	c bounds -8974 >= -61776 @ 2449.05
2473.87/2505.16	c bounds -8974 >= -61753 @ 2449.06
2473.87/2505.16	c bounds -8974 >= -61730 @ 2449.06
2473.87/2505.17	c bounds -8974 >= -61707 @ 2449.06
2473.87/2505.17	c bounds -8974 >= -61682 @ 2449.07
2473.87/2505.17	c bounds -8974 >= -61658 @ 2449.07
2473.87/2505.18	c bounds -8974 >= -61635 @ 2449.08
2473.87/2505.19	c bounds -8974 >= -61612 @ 2449.08
2473.87/2505.19	c bounds -8974 >= -61587 @ 2449.09
2473.97/2505.20	c bounds -8974 >= -61564 @ 2449.1
2473.97/2505.21	c bounds -8974 >= -61541 @ 2449.11
2473.97/2505.22	c bounds -8974 >= -61517 @ 2449.12
2473.97/2505.23	c bounds -8974 >= -61493 @ 2449.13
2473.97/2505.24	c bounds -8974 >= -61470 @ 2449.14
2473.97/2505.26	c bounds -8974 >= -61447 @ 2449.15
2473.97/2505.27	c bounds -8974 >= -61424 @ 2449.17
2474.07/2505.30	c bounds -8974 >= -61401 @ 2449.2
2486.13/2517.48	c #Conflicts:     782000 | #Constraints:      58615
2486.13/2517.48	c #Conflicts:     783000 | #Constraints:      59622
2486.13/2517.48	c #Conflicts:     784000 | #Constraints:      60639
2486.13/2517.48	c #Conflicts:     785000 | #Constraints:      61650
2486.13/2517.48	c #Conflicts:     786000 | #Constraints:      62656
2486.13/2517.48	c #Conflicts:     787000 | #Constraints:      63656
2486.13/2517.48	c bounds -8974 >= -61378 @ 2461.19
2488.23/2519.54	c #Conflicts:     788000 | #Constraints:      64671
2488.23/2519.54	c bounds -8977 >= -61378 @ 2463.21
2492.56/2524.00	c #Conflicts:     789000 | #Constraints:      65672
2492.56/2524.00	c #Conflicts:     790000 | #Constraints:      66672
2492.56/2524.00	c bounds -8980 >= -61378 @ 2467.46
2501.04/2532.58	c #Conflicts:     791000 | #Constraints:      67675
2501.04/2532.58	c #Conflicts:     792000 | #Constraints:      68683
2501.04/2532.58	c INPROCESSING
2501.04/2532.58	c GARBAGE COLLECT
2501.04/2532.58	c rational objective -12879.3
2534.89/2566.84	c #Conflicts:     793000 | #Constraints:      51970
2534.89/2566.84	c #Conflicts:     794000 | #Constraints:      52973
2534.89/2566.84	c #Conflicts:     795000 | #Constraints:      53986
2534.89/2566.84	c #Conflicts:     796000 | #Constraints:      55002
2534.89/2566.84	c #Conflicts:     797000 | #Constraints:      56011
2534.89/2566.84	c #Conflicts:     798000 | #Constraints:      57022
2534.89/2566.84	c #Conflicts:     799000 | #Constraints:      58035
2534.89/2566.84	c #Conflicts:     800000 | #Constraints:      59051
2534.89/2566.84	c #Conflicts:     801000 | #Constraints:      60059
2534.89/2566.84	c #Conflicts:     802000 | #Constraints:      61071
2534.89/2566.84	c #Conflicts:     803000 | #Constraints:      62082
2534.89/2566.84	c #Conflicts:     804000 | #Constraints:      63090
2534.89/2566.84	c #Conflicts:     805000 | #Constraints:      64091
2534.89/2566.84	c #Conflicts:     806000 | #Constraints:      65095
2534.89/2566.84	c #Conflicts:     807000 | #Constraints:      66108
2534.89/2566.84	c #Conflicts:     808000 | #Constraints:      67119
2534.89/2566.84	c #Conflicts:     809000 | #Constraints:      68124
2534.89/2566.84	c #Conflicts:     810000 | #Constraints:      69134
2534.89/2566.84	c INPROCESSING
2534.89/2566.84	c GARBAGE COLLECT
2534.89/2566.84	c rational objective -12879.2
2538.48/2570.44	c bounds -8983 >= -61378 @ 2512.87
2538.58/2570.52	c bounds -9000 >= -61378 @ 2512.95
2548.46/2580.49	c #Conflicts:     811000 | #Constraints:      52219
2548.46/2580.49	c #Conflicts:     812000 | #Constraints:      53220
2548.46/2580.49	c #Conflicts:     813000 | #Constraints:      54223
2548.46/2580.49	c #Conflicts:     814000 | #Constraints:      55250
2548.46/2580.49	c #Conflicts:     815000 | #Constraints:      56252
2548.46/2580.49	c bounds -9003 >= -61378 @ 2522.73
2548.56/2580.54	c bounds -9011 >= -61378 @ 2522.78
2548.66/2580.64	c bounds -9013 >= -61378 @ 2522.88
2549.46/2581.41	c bounds -9034 >= -61378 @ 2523.63
2549.46/2581.43	c bounds -9034 >= -61356 @ 2523.65
2549.46/2581.43	c bounds -9034 >= -61334 @ 2523.65
2549.46/2581.44	c bounds -9034 >= -61313 @ 2523.65
2549.46/2581.44	c bounds -9034 >= -61291 @ 2523.66
2549.46/2581.44	c bounds -9034 >= -61269 @ 2523.66
2549.46/2581.44	c bounds -9034 >= -61247 @ 2523.66
2549.46/2581.45	c bounds -9034 >= -61227 @ 2523.67
2549.46/2581.45	c bounds -9034 >= -61205 @ 2523.67
2549.46/2581.45	c bounds -9034 >= -61185 @ 2523.67
2549.46/2581.46	c bounds -9034 >= -61163 @ 2523.68
2549.46/2581.46	c bounds -9034 >= -61142 @ 2523.68
2549.46/2581.46	c bounds -9034 >= -61120 @ 2523.68
2549.46/2581.47	c bounds -9034 >= -61098 @ 2523.69
2549.46/2581.48	c bounds -9034 >= -61078 @ 2523.69
2549.46/2581.48	c bounds -9034 >= -61057 @ 2523.7
2549.46/2581.49	c bounds -9034 >= -60994 @ 2523.71
2549.46/2581.49	c bounds -9034 >= -60971 @ 2523.71
2549.56/2581.50	c bounds -9034 >= -60949 @ 2523.71
2549.56/2581.50	c bounds -9034 >= -60927 @ 2523.72
2549.56/2581.50	c bounds -9034 >= -60905 @ 2523.72
2549.56/2581.50	c bounds -9034 >= -60883 @ 2523.72
2549.56/2581.51	c bounds -9034 >= -60863 @ 2523.72
2549.56/2581.51	c bounds -9034 >= -60842 @ 2523.72
2549.56/2581.51	c bounds -9034 >= -60821 @ 2523.73
2549.56/2581.52	c bounds -9034 >= -60801 @ 2523.73
2549.56/2581.52	c bounds -9034 >= -60780 @ 2523.74
2549.56/2581.53	c bounds -9034 >= -60759 @ 2523.74
2549.56/2581.53	c bounds -9034 >= -60738 @ 2523.75
2549.56/2581.54	c bounds -9034 >= -60718 @ 2523.76
2549.56/2581.55	c bounds -9034 >= -60698 @ 2523.77
2549.56/2581.56	c bounds -9034 >= -60678 @ 2523.78
2549.56/2581.57	c bounds -9034 >= -60658 @ 2523.78
2549.56/2581.57	c bounds -9034 >= -60638 @ 2523.79
2549.56/2581.58	c bounds -9034 >= -60618 @ 2523.79
2549.56/2581.58	c bounds -9034 >= -60598 @ 2523.79
2549.56/2581.58	c bounds -9034 >= -60578 @ 2523.8
2549.56/2581.59	c bounds -9034 >= -60558 @ 2523.8
2549.56/2581.59	c bounds -9034 >= -60538 @ 2523.81
2549.65/2581.60	c bounds -9034 >= -60518 @ 2523.81
2549.65/2581.61	c bounds -9034 >= -60498 @ 2523.82
2549.65/2581.64	c bounds -9034 >= -60478 @ 2523.85
2549.65/2581.66	c bounds -9034 >= -60458 @ 2523.87
2549.65/2581.69	c bounds -9034 >= -60438 @ 2523.91
2549.75/2581.72	c bounds -9034 >= -60418 @ 2523.93
2549.75/2581.75	c bounds -9034 >= -60398 @ 2523.97
2549.86/2581.80	c bounds -9034 >= -60378 @ 2524.01
2549.86/2581.85	c bounds -9034 >= -60358 @ 2524.06
2549.86/2581.89	c bounds -9034 >= -60166 @ 2524.1
2549.96/2581.93	c bounds -9034 >= -60146 @ 2524.14
2550.06/2582.06	c bounds -9034 >= -60126 @ 2524.27
2550.06/2582.09	c bounds -9034 >= -59954 @ 2524.29
2550.06/2582.09	c bounds -9034 >= -59934 @ 2524.3
2550.16/2582.17	c bounds -9034 >= -59914 @ 2524.37
2550.16/2582.19	c bounds -9034 >= -59894 @ 2524.39
2550.25/2582.21	c bounds -9034 >= -59874 @ 2524.42
2550.25/2582.24	c bounds -9034 >= -59854 @ 2524.44
2560.14/2592.19	c #Conflicts:     816000 | #Constraints:      57534
2560.14/2592.19	c #Conflicts:     817000 | #Constraints:      58535
2560.14/2592.19	c #Conflicts:     818000 | #Constraints:      59541
2560.14/2592.19	c #Conflicts:     819000 | #Constraints:      60541
2560.14/2592.19	c bounds -9036 >= -59854 @ 2534.25
2560.23/2592.24	c bounds -9036 >= -59834 @ 2534.3
2560.23/2592.28	c bounds -9036 >= -59742 @ 2534.34
2560.23/2592.29	c bounds -9036 >= -59722 @ 2534.36
2560.83/2592.86	c bounds -9036 >= -59702 @ 2534.92
2560.93/2592.96	c bounds -9036 >= -59682 @ 2535.02
2561.03/2593.07	c bounds -9036 >= -59662 @ 2535.12
2561.53/2593.56	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[104]: 6 0 71 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[179]: 6 0 85 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[248]: 6 0 231 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[265]: 6 0 219 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[377]: 6 0 77 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[464]: 6 0 72.0001 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[467]: 6 0 78 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[484]: 6 0 69 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[523]: 6 0 57 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[710]: 6 0 61 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[815]: 6 0 91.0001 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[898]: 6 0 49.0001 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1353]: 6 -81.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1487]: 6 -20 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1490]: 6 -34.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1492]: 6 -31.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1493]: 6 -4.00001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1510]: 6 -7.00008 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1512]: 6 -55 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1697]: 6 -57.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1745]: 6 -31.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1750]: 6 -6.00004 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1753]: 6 -19 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1756]: 6 -7.00007 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1766]: 6 -32 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1770]: 6 -4.00006 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1771]: 6 -6.00002 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1774]: 6 -11 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1775]: 6 -7.00002 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1786]: 6 -8.00007 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1816]: 6 -5.00009 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1832]: 6 -5.00002 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1840]: 6 -5.00003 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1847]: 6 -3.00005 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1848]: 6 -4.00002 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1863]: 6 -20.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1866]: 6 -16.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1867]: 6 -3.00005 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1885]: 6 -10.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1916]: 6 -19.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1918]: 6 -15.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1932]: 6 -9.00005 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1951]: 6 -2.00008 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1964]: 6 -4.00003 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1980]: 6 -12 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
2561.53/2593.56	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[312]: 6 0 13 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[535]: 6 0 6.00001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[653]: 6 0 16.0001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[772]: 6 0 1.00003 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[801]: 6 0 27.0001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[827]: 6 0 15 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[857]: 6 0 21 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[950]: 6 0 24.0001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[970]: 6 0 23.0001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1019]: 6 0 99 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1168]: 6 0 1.00009 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1185]: 6 0 95 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1231]: 6 0 43 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1248]: 6 0 27 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1331]: 6 0 37.0001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1332]: 6 0 18.0001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1350]: 6 0 23.0001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1457]: 6 0 77.0001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1516]: 6 0 72.0001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1781]: 6 -6.00003 0 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1902]: 6 -33.0001 0 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1917]: 6 -28 0 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1933]: 6 -20 0 shouldn't be
2562.53/2594.50	WSVECS04 Frhs2[1965]: 6 -11 0 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[296]: 6 0 14 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[350]: 6 0 15.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[357]: 6 0 57.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[393]: 6 0 5.00008 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[407]: 6 0 47 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[534]: 6 0 64.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[634]: 6 0 41.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[651]: 6 0 36.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[678]: 6 0 15.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[706]: 6 0 38.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[750]: 6 0 52 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[786]: 6 0 19 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[792]: 6 0 18.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[825]: 6 0 86.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[874]: 6 0 39.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[896]: 6 0 18.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[933]: 6 0 24 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[968]: 6 0 28 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[969]: 6 0 9.00007 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1002]: 6 0 20.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1009]: 6 0 59 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1012]: 6 0 25.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1039]: 6 0 20 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1052]: 6 0 80 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1061]: 6 0 95.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1138]: 6 0 60.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1151]: 6 0 48.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1152]: 6 0 63.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1169]: 6 0 72.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1187]: 6 0 85 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1244]: 6 0 48 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1249]: 6 0 81.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1263]: 6 0 85 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1275]: 6 0 96 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1318]: 6 0 67.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1456]: 6 0 45 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1498]: 6 0 75 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1545]: 6 0 42.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1571]: 6 0 94 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1597]: 6 0 83.0001 shouldn't be
2563.52/2595.50	WSVECS04 Frhs2[1702]: 6 0 65.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[45]: 6 0 115 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[94]: 6 0 139 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[143]: 6 0 92.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[148]: 6 0 47.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[358]: 6 0 23.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[392]: 6 0 53.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[560]: 6 0 65 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[645]: 6 0 18.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[693]: 6 0 44.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[717]: 6 0 24 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[794]: 6 0 40.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[848]: 6 0 69.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[892]: 6 0 57 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[923]: 6 0 39.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[966]: 6 0 34.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[979]: 6 0 85 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[986]: 6 0 20 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[997]: 6 0 75 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1003]: 6 0 23.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1021]: 6 0 30.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1165]: 6 0 40.0001 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1196]: 6 0 67 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
2564.52/2596.57	WSVECS04 Frhs2[1371]: 6 0 54 shouldn't be
2565.42/2597.46	c bounds -9036 >= -59530 @ 2539.47
2565.42/2597.48	c bounds -9036 >= -59510 @ 2539.48
2565.73/2597.73	c bounds -9036 >= -59490 @ 2539.73
2566.03/2598.08	c bounds -9036 >= -59470 @ 2540.08
2566.42/2598.45	c bounds -9036 >= -59450 @ 2540.45
2566.62/2598.61	c bounds -9036 >= -59430 @ 2540.61
2566.82/2598.89	c bounds -9036 >= -59410 @ 2540.89
2567.12/2599.13	c bounds -9036 >= -59390 @ 2541.12
2567.22/2599.26	c bounds -9036 >= -59370 @ 2541.25
2567.32/2599.33	c bounds -9036 >= -59350 @ 2541.32
2567.51/2599.55	c bounds -9036 >= -59330 @ 2541.54
2567.61/2599.60	c bounds -9036 >= -59310 @ 2541.59
2567.91/2599.98	c bounds -9036 >= -59290 @ 2541.97
2572.19/2604.21	c #Conflicts:     820000 | #Constraints:      61736
2572.19/2604.21	c bounds -9036 >= -59270 @ 2546.15
2583.27/2615.34	c #Conflicts:     821000 | #Constraints:      62757
2583.27/2615.34	c #Conflicts:     822000 | #Constraints:      63757
2583.27/2615.34	c #Conflicts:     823000 | #Constraints:      64757
2583.27/2615.34	c #Conflicts:     824000 | #Constraints:      65757
2583.27/2615.34	c #Conflicts:     825000 | #Constraints:      66757
2583.27/2615.34	c #Conflicts:     826000 | #Constraints:      67757
2583.27/2615.34	c #Conflicts:     827000 | #Constraints:      68757
2583.27/2615.34	c #Conflicts:     828000 | #Constraints:      69757
2583.27/2615.34	c INPROCESSING
2583.27/2615.34	c GARBAGE COLLECT
2583.27/2615.34	WSVECS04 Frhs2[805]: 6 -164 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[807]: 6 -77 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1077]: 6 -22.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1089]: 6 -103 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1093]: 6 -73.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1346]: 6 -17 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1361]: 6 -88.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1363]: 6 -78 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1377]: 6 -37.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1378]: 6 -90.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1380]: 6 -64.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1381]: 6 -98.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1382]: 6 -59.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1395]: 6 -64 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1412]: 6 -28.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1414]: 6 -64.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1429]: 6 -25.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1609]: 6 -33.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1611]: 6 -44.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1639]: 6 -16.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1642]: 6 -68 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1653]: 6 -61 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1657]: 6 -64.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1659]: 6 -71.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1675]: 6 -70.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1689]: 6 -26.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1690]: 6 -8.00003 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1691]: 6 -30.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1707]: 6 -7.00006 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1708]: 6 -1.00001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1873]: 6 -2.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1887]: 6 -12 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1894]: 6 -22 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1909]: 6 -2.00004 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1925]: 6 -15.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1926]: 6 -35 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1936]: 6 -18.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1953]: 6 -31 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
2583.27/2615.34	WSVECS04 Frhs2[1972]: 6 -30 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1399]: 6 -9.00001 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1627]: 6 -23.0001 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1655]: 6 -14 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1705]: 6 -31 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1709]: 6 -15.0001 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1875]: 6 -7.00003 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1876]: 6 -29.0001 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1877]: 6 -25.0001 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1892]: 6 -25.0001 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1905]: 6 -14.0001 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1973]: 6 -7.00002 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1984]: 6 -5.00004 0 shouldn't be
2583.86/2615.91	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1347]: 6 -19.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1605]: 6 -40.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1677]: 6 -34.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1726]: 6 -19 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1872]: 6 -29.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1878]: 6 -26.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1886]: 6 -35 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1889]: 6 -14 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1919]: 6 -35.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1921]: 6 -10.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1923]: 6 -11.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1924]: 6 -5.00004 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1941]: 6 -23.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1952]: 6 -24 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1959]: 6 -29 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
2584.86/2616.90	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
2585.86/2617.99	WSVECS04 Frhs2[1622]: 6 -32 0 shouldn't be
2585.86/2617.99	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
2585.86/2617.99	WSVECS04 Frhs2[1694]: 6 -12.0001 0 shouldn't be
2585.86/2617.99	WSVECS04 Frhs2[1857]: 6 -6.00004 0 shouldn't be
2585.86/2617.99	WSVECS04 Frhs2[1874]: 6 -17.0001 0 shouldn't be
2587.16/2619.23	WSVECS04 Frhs2[1345]: 6 -91.0001 0 shouldn't be
2587.16/2619.23	WSVECS04 Frhs2[1383]: 6 -10 0 shouldn't be
2587.16/2619.23	WSVECS04 Frhs2[1593]: 6 -38.0001 0 shouldn't be
2587.16/2619.23	WSVECS04 Frhs2[1625]: 6 -36 0 shouldn't be
2587.16/2619.23	WSVECS04 Frhs2[1654]: 6 -54.0001 0 shouldn't be
2587.16/2619.23	WSVECS04 Frhs2[1888]: 6 -15.0001 0 shouldn't be
2588.46/2620.56	WSVECS04 Frhs2[1059]: 6 -84.0001 0 shouldn't be
2588.46/2620.56	WSVECS04 Frhs2[1076]: 6 -30 0 shouldn't be
2588.46/2620.56	WSVECS04 Frhs2[1090]: 6 -126 0 shouldn't be
2588.46/2620.56	WSVECS04 Frhs2[1106]: 6 -93.0001 0 shouldn't be
2588.46/2620.56	WSVECS04 Frhs2[1107]: 6 -100 0 shouldn't be
2588.46/2620.56	WSVECS04 Frhs2[1343]: 6 -62 0 shouldn't be
2588.46/2620.56	WSVECS04 Frhs2[1362]: 6 -35.0001 0 shouldn't be
2588.46/2620.56	WSVECS04 Frhs2[1375]: 6 -82 0 shouldn't be
2588.46/2620.56	WSVECS04 Frhs2[1416]: 6 -7.00004 0 shouldn't be
2588.46/2620.56	WSVECS04 Frhs2[1661]: 6 -49 0 shouldn't be
2589.85/2621.92	WSVECS04 Frhs2[788]: 6 -127 0 shouldn't be
2589.85/2621.92	WSVECS04 Frhs2[1074]: 6 -77.0001 0 shouldn't be
2589.85/2621.92	WSVECS04 Frhs2[1094]: 6 -80 0 shouldn't be
2589.85/2621.92	WSVECS04 Frhs2[1349]: 6 -48.0001 0 shouldn't be
2590.85/2622.97	c rational objective -12879.2
2641.04/2673.76	c #Conflicts:     829000 | #Constraints:      52466
2641.04/2673.76	c #Conflicts:     830000 | #Constraints:      53467
2641.04/2673.76	c #Conflicts:     831000 | #Constraints:      54467
2641.04/2673.76	c #Conflicts:     832000 | #Constraints:      55467
2641.04/2673.76	c #Conflicts:     833000 | #Constraints:      56468
2641.04/2673.76	c #Conflicts:     834000 | #Constraints:      57470
2641.04/2673.76	c #Conflicts:     835000 | #Constraints:      58472
2641.04/2673.76	c #Conflicts:     836000 | #Constraints:      59474
2641.04/2673.76	c #Conflicts:     837000 | #Constraints:      60477
2641.04/2673.76	c #Conflicts:     838000 | #Constraints:      61480
2641.04/2673.76	c #Conflicts:     839000 | #Constraints:      62483
2641.04/2673.76	c #Conflicts:     840000 | #Constraints:      63484
2641.04/2673.76	c #Conflicts:     841000 | #Constraints:      64487
2641.04/2673.76	c #Conflicts:     842000 | #Constraints:      65489
2641.04/2673.76	c #Conflicts:     843000 | #Constraints:      66491
2641.04/2673.76	c #Conflicts:     844000 | #Constraints:      67493
2641.04/2673.76	c #Conflicts:     845000 | #Constraints:      68494
2641.04/2673.76	c #Conflicts:     846000 | #Constraints:      69495
2641.04/2673.76	c INPROCESSING
2641.04/2673.76	c GARBAGE COLLECT
2641.04/2673.76	c rational objective -12879.2
2652.42/2685.19	c #Conflicts:     847000 | #Constraints:      52243
2652.42/2685.19	c #Conflicts:     848000 | #Constraints:      53243
2652.42/2685.19	c #Conflicts:     849000 | #Constraints:      54243
2652.42/2685.19	c #Conflicts:     850000 | #Constraints:      55245
2652.42/2685.19	c bounds -9042 >= -59270 @ 2625.62
2652.42/2685.20	c bounds -9042 >= -59252 @ 2625.63
2652.51/2685.20	c bounds -9042 >= -59234 @ 2625.63
2652.51/2685.20	c bounds -9042 >= -59215 @ 2625.63
2652.51/2685.21	c bounds -9042 >= -59197 @ 2625.64
2652.51/2685.21	c bounds -9042 >= -59179 @ 2625.64
2652.51/2685.22	c bounds -9042 >= -59161 @ 2625.65
2652.51/2685.23	c bounds -9042 >= -59143 @ 2625.66
2652.51/2685.23	c bounds -9042 >= -59125 @ 2625.66
2652.51/2685.24	c bounds -9042 >= -59107 @ 2625.67
2652.51/2685.25	c bounds -9042 >= -59089 @ 2625.68
2652.51/2685.26	c bounds -9042 >= -59071 @ 2625.69
2653.11/2685.80	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[349]: 6 0 97 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[355]: 6 0 89 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[372]: 6 0 35.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[387]: 6 0 50 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[420]: 6 0 46 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[467]: 6 0 78.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[591]: 6 0 118 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[610]: 6 0 54.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[638]: 6 0 39.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[659]: 6 0 37 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[660]: 6 0 88.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[677]: 6 0 95 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[705]: 6 0 96.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[706]: 6 0 38.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[711]: 6 0 101 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[723]: 6 0 89.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[825]: 6 0 86 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[871]: 6 0 54.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[872]: 6 0 80 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[880]: 6 0 80.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[882]: 6 0 87 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[891]: 6 0 31.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[907]: 6 0 69.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[908]: 6 0 80.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[911]: 6 0 83.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[923]: 6 0 39.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[925]: 6 0 75.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[927]: 6 0 49 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[942]: 6 0 97 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[947]: 6 0 68.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[960]: 6 0 27 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[974]: 6 0 91.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[975]: 6 0 14 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[992]: 6 0 82.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[997]: 6 0 75.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1009]: 6 0 59 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1012]: 6 0 25 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1014]: 6 0 60 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1039]: 6 0 20.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1049]: 6 0 93 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1052]: 6 0 80.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1057]: 6 0 54.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1061]: 6 0 95.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1064]: 6 0 62 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1098]: 6 0 99.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1108]: 6 0 19 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1122]: 6 0 21 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1126]: 6 0 58 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1131]: 6 0 90 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1138]: 6 0 60 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1147]: 6 0 83 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1152]: 6 0 63.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1158]: 6 0 63 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1160]: 6 0 57.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1162]: 6 0 84.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1165]: 6 0 40.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1169]: 6 0 72.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1175]: 6 0 46 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1185]: 6 0 95 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1193]: 6 0 69.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1195]: 6 0 66.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1196]: 6 0 67.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1198]: 6 0 77 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1200]: 6 0 40.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1208]: 6 0 54.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1211]: 6 0 39.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1213]: 6 0 30.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1215]: 6 0 81.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1219]: 6 0 44 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1244]: 6 0 48 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1245]: 6 0 93 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1254]: 6 0 90.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1256]: 6 0 99.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1263]: 6 0 85 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1269]: 6 0 39.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1274]: 6 0 65.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1279]: 6 0 108 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1280]: 6 0 60 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1295]: 6 0 79.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1311]: 6 0 92 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1312]: 6 0 71 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1313]: 6 0 10 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1318]: 6 0 67.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1319]: 6 0 4.00005 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1328]: 6 0 68 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1331]: 6 0 37.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1332]: 6 0 18 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1333]: 6 0 51 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1353]: 6 -81.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1364]: 6 0 13.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1386]: 6 0 69.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1410]: 6 0 17 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1413]: 6 0 2.00008 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1420]: 6 0 83.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1425]: 6 0 78 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1426]: 6 0 30 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1427]: 6 0 37.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1428]: 6 0 34.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1430]: 6 0 35 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1431]: 6 0 79.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1449]: 6 0 55.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1456]: 6 0 45.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1467]: 6 0 76 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1469]: 6 0 9.00008 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1477]: 6 0 7.00008 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1478]: 6 0 66 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1479]: 6 0 12.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1481]: 6 0 85.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1482]: 6 0 51 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1489]: 6 0 11.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1490]: 6 -34.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1496]: 6 0 16.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1497]: 6 0 56 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1504]: 6 0 10 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1505]: 6 0 25.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1510]: 6 -7.00009 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1512]: 6 -55.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1513]: 6 0 81.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1522]: 6 0 84 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1528]: 6 0 16.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1553]: 6 0 13 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1555]: 6 0 37.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1557]: 6 0 21 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1560]: 6 0 16.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1567]: 6 0 46 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1571]: 6 0 94.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1574]: 6 0 7.00005 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1575]: 6 0 84 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1576]: 6 0 40 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1587]: 6 0 15 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1591]: 6 0 26.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1592]: 6 0 64 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1594]: 6 0 75 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1596]: 6 0 13.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1608]: 6 0 21.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1626]: 6 0 45.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1634]: 6 -55.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1643]: 6 0 8.00004 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1658]: 6 0 83 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1683]: 6 0 78.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1689]: 6 -26.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1690]: 6 -8.00008 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1692]: 6 0 70 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1693]: 6 0 4.00001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1697]: 6 -57 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1750]: 6 -6.00003 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1770]: 6 -4.00002 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1771]: 6 -6.00009 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1775]: 6 -7.00004 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1786]: 6 -8.00006 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1854]: 6 0 16.0001 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1859]: 6 0 10 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1866]: 6 -16 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1867]: 6 -3.00008 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1897]: 6 -22 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1916]: 6 -19.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1932]: 6 -9.00003 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1933]: 6 -20 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1949]: 6 -20.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1964]: 6 -4.00007 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1980]: 6 -12 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1984]: 6 -5.00005 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
2653.11/2685.80	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
2653.21/2685.94	c bounds -9042 >= -59053 @ 2626.36
2657.93/2690.87	c #Conflicts:     851000 | #Constraints:      56305
2657.93/2690.87	c #Conflicts:     852000 | #Constraints:      57305
2657.93/2690.87	c #Conflicts:     853000 | #Constraints:      58306
2657.93/2690.87	c bounds -9044 >= -59053 @ 2631.04
2658.63/2691.52	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[18]: 6 0 86 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[20]: 6 0 155 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[36]: 6 0 229 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[39]: 6 0 87 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[54]: 6 0 110 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[104]: 6 0 71.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[111]: 6 0 149 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[141]: 6 0 99 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[143]: 6 0 92.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[146]: 6 0 165 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[148]: 6 0 47 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[156]: 6 0 196 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[179]: 6 0 85.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[181]: 6 0 65 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[222]: 6 0 53.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[274]: 6 0 84.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[279]: 6 0 127 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[312]: 6 0 13 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[346]: 6 0 92.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[357]: 6 0 57.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[377]: 6 0 77.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[420]: 6 0 46 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[425]: 6 0 67.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[431]: 6 0 57.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[448]: 6 0 76 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[454]: 6 0 161 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[467]: 6 0 78 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[489]: 6 0 72 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[514]: 6 0 74 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[560]: 6 0 65 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[577]: 6 0 89 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[582]: 6 0 25.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[610]: 6 0 54.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[627]: 6 0 4.00009 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[645]: 6 0 18.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[651]: 6 0 36 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[660]: 6 0 88.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[678]: 6 0 15 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[688]: 6 0 96.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[692]: 6 0 18 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[702]: 6 0 96 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[717]: 6 0 24 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[723]: 6 0 89 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[752]: 6 0 52 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[759]: 6 0 76 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[815]: 6 0 91.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[825]: 6 0 86.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[827]: 6 0 15 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[848]: 6 0 69.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[856]: 6 0 134 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[884]: 6 0 51.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[923]: 6 0 39 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[927]: 6 0 49 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[942]: 6 0 97.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[947]: 6 0 68.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[953]: 6 0 117 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[962]: 6 0 122 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[968]: 6 0 28 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[987]: 6 0 79.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[997]: 6 0 75 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1003]: 6 0 23.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1009]: 6 0 59.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1012]: 6 0 25.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1014]: 6 0 60 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1017]: 6 0 61.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1019]: 6 0 99 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1022]: 6 0 9.00007 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1030]: 6 0 119 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1057]: 6 0 54.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1061]: 6 0 95.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1084]: 6 0 35 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1087]: 6 0 104 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1098]: 6 0 99 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1104]: 6 0 26.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1108]: 6 0 19 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1114]: 6 0 128 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1126]: 6 0 58 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1131]: 6 0 90.0001 shouldn't be
2658.63/2691.52	WSVECS04 Frhs2[1133]: 6 0 60 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1134]: 6 0 116 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1138]: 6 0 60 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1156]: 6 0 31 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1158]: 6 0 63.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1160]: 6 0 57.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1169]: 6 0 72 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1173]: 6 0 93 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1185]: 6 0 95.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1189]: 6 0 61.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1190]: 6 0 91.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1198]: 6 0 77 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1203]: 6 0 108 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1204]: 6 0 109 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1215]: 6 0 81 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1219]: 6 0 44 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1221]: 6 0 132 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1249]: 6 0 81 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1254]: 6 0 90 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1258]: 6 0 6.00005 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1260]: 6 0 95.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1262]: 6 0 107 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1263]: 6 0 85.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1268]: 6 0 32 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1269]: 6 0 39 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1274]: 6 0 65 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1280]: 6 0 60.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1287]: 6 0 121 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1290]: 6 0 104 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1312]: 6 0 71 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1313]: 6 0 10.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1322]: 6 0 30.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1325]: 6 0 35 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1328]: 6 0 68 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1330]: 6 0 65 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1333]: 6 0 51 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1350]: 6 0 23.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1353]: 6 -81 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1357]: 6 0 68 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1358]: 6 0 129 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1359]: 6 0 94.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1360]: 6 0 91 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1371]: 6 0 54.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1376]: 6 0 58 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1390]: 6 0 64 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1392]: 6 0 68.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1393]: 6 0 69 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1396]: 6 0 18 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1406]: 6 0 46.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1410]: 6 0 17.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1415]: 6 0 83 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1417]: 6 -10.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1420]: 6 0 83 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1426]: 6 0 30.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1427]: 6 0 37 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1428]: 6 0 34.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1430]: 6 0 35 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1441]: 6 0 10 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1447]: 6 0 49.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1448]: 6 0 42.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1456]: 6 0 45.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1457]: 6 0 77.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1477]: 6 0 7.00006 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1479]: 6 0 12.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1481]: 6 0 85.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1489]: 6 0 11 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1490]: 6 -34 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1492]: 6 -31 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1493]: 6 -4.00007 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1496]: 6 0 16 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1497]: 6 0 56.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1500]: 6 0 92.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1504]: 6 0 10.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1505]: 6 0 25.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1510]: 6 -7.00008 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1512]: 6 -55.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1513]: 6 0 81 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1515]: 6 0 71.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1517]: 6 0 22.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1522]: 6 0 84.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1528]: 6 0 16 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1529]: 6 0 37.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1533]: 6 0 23.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1545]: 6 0 42 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1552]: 6 0 16.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1553]: 6 0 13 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1560]: 6 0 16 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1561]: 6 0 76.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1563]: 6 0 79.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1567]: 6 0 46.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1571]: 6 0 94.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1572]: 6 0 57.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1575]: 6 0 84.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1579]: 6 0 2.00002 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1585]: 6 0 14.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1587]: 6 0 15 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1590]: 6 0 65.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1591]: 6 0 26 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1592]: 6 0 64.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1594]: 6 0 75 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1596]: 6 0 13.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1599]: 6 -26 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1608]: 6 0 21 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1619]: 6 0 23 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1621]: 6 0 48 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1623]: 6 0 32 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1626]: 6 0 45 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1634]: 6 -55 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1636]: 6 0 18.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1640]: 6 0 9.00001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1643]: 6 0 8.00003 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1658]: 6 0 83.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1666]: 6 0 46.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1667]: 6 0 49.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1668]: 6 0 15 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1669]: 6 0 55 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1671]: 6 -31 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1676]: 6 0 68 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1683]: 6 0 78.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1690]: 6 -8.00009 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1692]: 6 0 70 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1693]: 6 0 4.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1694]: 6 -12 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1695]: 6 -39 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1697]: 6 -57.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1702]: 6 0 65 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1728]: 6 -15 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1740]: 6 -21 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1750]: 6 -6.00005 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1770]: 6 -4.00005 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1771]: 6 -6.00002 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1775]: 6 -7.00002 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1781]: 6 -6.00004 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1786]: 6 -8.00006 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1816]: 6 -5.00007 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1825]: 6 0 16 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1826]: 6 0 8.00006 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1827]: 6 0 14 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1832]: 6 -5.00006 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1840]: 6 -5.00007 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1844]: 6 0 11 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1847]: 6 -3.00007 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1848]: 6 -4.00005 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1854]: 6 0 16.0001 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1856]: 6 0 18 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1862]: 6 0 19 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1863]: 6 -20.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1866]: 6 -16.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1867]: 6 -3.00005 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1878]: 6 -26.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1885]: 6 -10.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1887]: 6 -12.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1897]: 6 -22 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1900]: 6 -25.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1902]: 6 -33 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1905]: 6 -14 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1917]: 6 -28 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1919]: 6 -35 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1920]: 6 -25.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1921]: 6 -10 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1927]: 6 -30 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1932]: 6 -9.00002 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1949]: 6 -20.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1954]: 6 -30.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1964]: 6 -4.00007 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1974]: 6 -25 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1980]: 6 -12.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1984]: 6 -5.00005 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1995]: 6 -29 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
2658.63/2691.53	WSVECS04 Frhs2[1997]: 6 0 18 shouldn't be
2663.11/2696.01	c bounds -9044 >= -59035 @ 2636.11
2665.01/2697.92	c bounds -9044 >= -59003 @ 2638.01
2665.12/2698.03	c bounds -9044 >= -58769 @ 2638.12
2665.12/2698.09	c bounds -9044 >= -58535 @ 2638.18
2665.22/2698.14	c bounds -9044 >= -58301 @ 2638.23
2665.31/2698.24	c bounds -9044 >= -58067 @ 2638.33
2665.41/2698.34	c bounds -9044 >= -57833 @ 2638.43
2665.51/2698.49	c bounds -9044 >= -57815 @ 2638.57
2665.61/2698.55	c bounds -9044 >= -57797 @ 2638.63
2665.70/2698.60	c bounds -9044 >= -57599 @ 2638.68
2665.80/2698.71	c bounds -9044 >= -57581 @ 2638.79
2665.80/2698.73	c bounds -9044 >= -57365 @ 2638.81
2665.91/2698.89	c bounds -9044 >= -57347 @ 2638.98
2666.12/2699.08	c bounds -9044 >= -57329 @ 2639.16
2666.22/2699.16	c bounds -9044 >= -57311 @ 2639.24
2666.31/2699.23	c #Conflicts:     854000 | #Constraints:      59395
2666.31/2699.23	c bounds -9044 >= -57293 @ 2639.31
2666.31/2699.29	c bounds -9044 >= -57131 @ 2639.37
2666.51/2699.48	c bounds -9044 >= -57113 @ 2639.56
2666.61/2699.52	c bounds -9044 >= -57095 @ 2639.6
2666.61/2699.55	c bounds -9044 >= -57077 @ 2639.62
2666.61/2699.57	c bounds -9044 >= -56897 @ 2639.65
2666.81/2699.77	c bounds -9044 >= -56879 @ 2639.85
2666.91/2699.80	c bounds -9044 >= -56663 @ 2639.88
2667.11/2700.05	c bounds -9044 >= -56645 @ 2640.13
2684.07/2717.08	c #Conflicts:     855000 | #Constraints:      60426
2684.07/2717.08	c #Conflicts:     856000 | #Constraints:      61426
2684.07/2717.08	c #Conflicts:     857000 | #Constraints:      62426
2684.07/2717.08	c #Conflicts:     858000 | #Constraints:      63426
2684.07/2717.08	c #Conflicts:     859000 | #Constraints:      64426
2684.07/2717.08	c #Conflicts:     860000 | #Constraints:      65426
2684.07/2717.08	c bounds -9051 >= -56645 @ 2656.95
2684.17/2717.10	c bounds -9051 >= -56429 @ 2656.98
2685.56/2718.57	c bounds -9051 >= -56411 @ 2658.44
2685.77/2718.77	c bounds -9051 >= -56393 @ 2658.63
2685.96/2718.92	c bounds -9051 >= -56195 @ 2658.78
2686.46/2719.44	c bounds -9051 >= -56177 @ 2659.29
2686.56/2719.59	c bounds -9051 >= -56159 @ 2659.45
2686.66/2719.64	c bounds -9051 >= -55961 @ 2659.5
2686.76/2719.78	c bounds -9051 >= -55727 @ 2659.64
2687.66/2720.63	c bounds -9051 >= -55709 @ 2660.48
2688.07/2721.06	c bounds -9051 >= -55691 @ 2660.91
2688.26/2721.26	c bounds -9051 >= -55673 @ 2661.11
2688.36/2721.34	c bounds -9051 >= -55655 @ 2661.19
2688.36/2721.38	c bounds -9051 >= -55493 @ 2661.23
2688.86/2721.88	c bounds -9051 >= -55475 @ 2661.72
2689.45/2722.40	c bounds -9051 >= -55457 @ 2662.24
2689.75/2722.71	c bounds -9051 >= -55439 @ 2662.54
2689.85/2722.88	c bounds -9051 >= -55259 @ 2662.72
2690.99/2724.13	c bounds -9051 >= -55241 @ 2663.8
2691.39/2724.51	c bounds -9051 >= -55025 @ 2664.18
2692.29/2725.49	c bounds -9051 >= -55007 @ 2665.15
2692.99/2726.13	c bounds -9051 >= -54791 @ 2665.78
2695.63/2728.80	c #Conflicts:     861000 | #Constraints:      66502
2695.63/2728.80	c bounds -9051 >= -54773 @ 2668.39
2696.42/2729.65	c bounds -9051 >= -54557 @ 2669.24
2697.62/2730.88	c bounds -9051 >= -54539 @ 2670.46
2698.52/2731.78	c bounds -9051 >= -54323 @ 2671.34
2699.82/2733.01	c bounds -9051 >= -54305 @ 2672.57
2701.12/2734.30	c bounds -9051 >= -54287 @ 2673.86
2701.22/2734.43	c bounds -9051 >= -54089 @ 2673.99
2703.21/2736.42	c bounds -9051 >= -54071 @ 2675.97
2704.50/2737.78	c #Conflicts:     862000 | #Constraints:      67533
2704.50/2737.78	c bounds -9051 >= -54053 @ 2677.32
2704.90/2738.16	c bounds -9051 >= -54035 @ 2677.7
2705.11/2738.31	c bounds -9051 >= -54017 @ 2677.84
2705.30/2738.53	c bounds -9051 >= -53999 @ 2678.06
2705.40/2738.61	c bounds -9051 >= -53855 @ 2678.14
2707.60/2740.86	c bounds -9051 >= -53837 @ 2680.38
2708.80/2742.02	c bounds -9051 >= -53621 @ 2681.53
2711.49/2744.79	c bounds -9051 >= -53603 @ 2684.29
2714.49/2747.77	c #Conflicts:     863000 | #Constraints:      68582
2714.49/2747.77	c bounds -9051 >= -53585 @ 2687.24
2714.89/2748.12	c bounds -9051 >= -53387 @ 2687.59
2717.18/2750.46	c bounds -9051 >= -53369 @ 2689.92
2719.88/2753.12	c bounds -9051 >= -53351 @ 2692.56
2720.47/2753.72	c bounds -9051 >= -53333 @ 2693.16
2724.86/2758.16	c #Conflicts:     864000 | #Constraints:      69610
2724.86/2758.16	c #Conflicts:     865000 | #Constraints:      70610
2724.86/2758.16	c INPROCESSING
2724.86/2758.16	c GARBAGE COLLECT
2724.86/2758.16	WSVECS04 Frhs2[1691]: 6 -30 0 shouldn't be
2724.86/2758.16	WSVECS04 Frhs2[1957]: 6 -24 0 shouldn't be
2724.86/2758.16	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
2724.86/2758.16	WSVECS04 Frhs2[1973]: 6 -7.00005 0 shouldn't be
2732.14/2765.42	c rational objective -12879.2
2738.93/2772.26	c bounds -9051 >= -53153 @ 2711.56
2739.53/2772.86	c bounds -9051 >= -53135 @ 2712.15
2740.33/2773.62	c bounds -9051 >= -53117 @ 2712.89
2740.62/2773.98	c bounds -9051 >= -53097 @ 2713.25
2740.74/2774.03	c #Conflicts:     866000 | #Constraints:      51812
2740.74/2774.03	c bounds -9051 >= -52919 @ 2713.3
2741.53/2774.86	c bounds -9051 >= -52901 @ 2714.13
2742.42/2775.72	c bounds -9051 >= -52883 @ 2714.98
2742.52/2775.84	c bounds -9051 >= -52865 @ 2715.09
2742.83/2776.17	c bounds -9051 >= -52685 @ 2715.43
2743.52/2776.89	c bounds -9051 >= -52667 @ 2716.13
2744.52/2777.89	c #Conflicts:     867000 | #Constraints:      52845
2744.52/2777.89	c bounds -9051 >= -52649 @ 2717.13
2744.62/2777.94	c bounds -9051 >= -52631 @ 2717.17
2744.62/2777.94	c bounds -9051 >= -52613 @ 2717.17
2745.01/2778.31	c bounds -9051 >= -52595 @ 2717.55
2745.32/2778.65	c bounds -9051 >= -52577 @ 2717.88
2745.62/2778.90	c bounds -9051 >= -52451 @ 2718.13
2746.42/2779.73	c bounds -9051 >= -52433 @ 2718.94
2747.01/2780.38	c #Conflicts:     868000 | #Constraints:      53891
2747.01/2780.38	c bounds -9051 >= -52415 @ 2719.59
2747.52/2780.82	c bounds -9051 >= -52397 @ 2720.02
2747.52/2780.82	c bounds -9051 >= -52379 @ 2720.02
2747.62/2780.97	c bounds -9051 >= -52361 @ 2720.18
2747.91/2781.21	c bounds -9051 >= -52343 @ 2720.41
2748.11/2781.44	c bounds -9051 >= -52325 @ 2720.64
2748.21/2781.50	c bounds -9051 >= -52217 @ 2720.71
2749.11/2782.43	c bounds -9051 >= -52199 @ 2721.63
2749.91/2783.27	c #Conflicts:     869000 | #Constraints:      54931
2749.91/2783.27	c bounds -9051 >= -52181 @ 2722.46
2750.41/2783.80	c bounds -9051 >= -52163 @ 2722.98
2750.51/2783.86	c bounds -9051 >= -52145 @ 2723.05
2750.81/2784.12	c bounds -9051 >= -52127 @ 2723.3
2751.01/2784.38	c bounds -9051 >= -52109 @ 2723.56
2751.21/2784.52	c bounds -9051 >= -52091 @ 2723.69
2751.21/2784.56	c bounds -9051 >= -51983 @ 2723.74
2752.10/2785.40	c bounds -9051 >= -51965 @ 2724.58
2753.10/2786.43	c #Conflicts:     870000 | #Constraints:      55970
2753.10/2786.43	c bounds -9051 >= -51947 @ 2725.6
2753.71/2787.01	c bounds -9051 >= -51749 @ 2726.18
2754.20/2787.57	WSVECS04 Frhs2[277]: 6 0 1.0001 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[335]: 6 -141 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[624]: 6 -88.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[875]: 6 -27.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[890]: 6 -57 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1144]: 6 -61.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1145]: 6 -34.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1176]: 6 -23.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1179]: 6 -30.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1180]: 6 -72.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1182]: 6 -73.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1216]: 6 -41.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1230]: 6 -64.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1247]: 6 -32 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1399]: 6 -9.00002 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1454]: 6 -53.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1463]: 6 -63.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1483]: 6 -35 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1484]: 6 -31 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1485]: 6 -7.00002 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1499]: 6 -14 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1501]: 6 -8.00009 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1776]: 6 -34.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1781]: 6 -6.00005 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1783]: 6 -13 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1795]: 6 -27.0001 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1810]: 6 -6.00008 0 shouldn't be
2754.20/2787.57	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
2754.70/2788.10	WSVECS04 Frhs2[589]: 6 -150 0 shouldn't be
2754.70/2788.10	WSVECS04 Frhs2[877]: 6 -105 0 shouldn't be
2754.70/2788.10	WSVECS04 Frhs2[1178]: 6 -91 0 shouldn't be
2754.70/2788.10	WSVECS04 Frhs2[1194]: 6 -84 0 shouldn't be
2754.70/2788.10	WSVECS04 Frhs2[1466]: 6 -47.0001 0 shouldn't be
2754.70/2788.10	WSVECS04 Frhs2[1532]: 6 -68.0001 0 shouldn't be
2754.70/2788.10	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
2754.70/2788.10	WSVECS04 Frhs2[1980]: 6 -12.0001 0 shouldn't be
2755.40/2788.79	WSVECS04 Frhs2[1759]: 6 -33.0001 0 shouldn't be
2755.40/2788.79	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
2755.40/2788.79	WSVECS04 Frhs2[1775]: 6 -7.00009 0 shouldn't be
2755.40/2788.79	WSVECS04 Frhs2[1777]: 6 -21.0001 0 shouldn't be
2755.40/2788.79	WSVECS04 Frhs2[1797]: 6 -30.0001 0 shouldn't be
2755.40/2788.79	WSVECS04 Frhs2[1813]: 6 -22 0 shouldn't be
2755.40/2788.79	WSVECS04 Frhs2[1830]: 6 -16 0 shouldn't be
2755.40/2788.79	WSVECS04 Frhs2[1964]: 6 -4.00003 0 shouldn't be
2755.40/2788.79	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
2756.29/2789.69	WSVECS04 Frhs2[1164]: 6 -2.00005 0 shouldn't be
2756.29/2789.69	WSVECS04 Frhs2[1514]: 6 -34 0 shouldn't be
2756.29/2789.69	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
2757.40/2790.73	WSVECS04 Frhs2[1]: 6 0 25 shouldn't be
2757.40/2790.73	WSVECS04 Frhs2[1465]: 6 -54.0001 0 shouldn't be
2757.40/2790.73	WSVECS04 Frhs2[1518]: 6 -14.0001 0 shouldn't be
2757.40/2790.73	WSVECS04 Frhs2[1677]: 6 -34 0 shouldn't be
2757.40/2790.73	WSVECS04 Frhs2[1750]: 6 -6.00008 0 shouldn't be
2757.40/2790.73	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2757.40/2790.73	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
2757.40/2790.73	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1161]: 6 -19 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1214]: 6 -35.0001 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1229]: 6 -27.0001 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1416]: 6 -7.0001 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1433]: 6 -42.0001 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1480]: 6 -47.0001 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1697]: 6 -57.0001 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1760]: 6 -20.0001 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1763]: 6 -8.00006 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1766]: 6 -32 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1778]: 6 -14.0001 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1780]: 6 -15 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2758.59/2791.98	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[9]: 6 0 107 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[19]: 6 0 190 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[20]: 6 0 155 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[22]: 6 0 173 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[36]: 6 0 229 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[39]: 6 0 87 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[40]: 6 0 211 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[54]: 6 0 110 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[104]: 6 0 71.0001 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[119]: 6 0 140 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[130]: 6 0 183 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[148]: 6 0 47 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[330]: 6 0 112 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[346]: 6 0 92.0001 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[617]: 6 0 90.0001 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[895]: 6 -121 0 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[910]: 6 -36 0 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[1163]: 6 -62.0001 0 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[1183]: 6 -75 0 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[1197]: 6 -59 0 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[1210]: 6 -71 0 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[1512]: 6 -55.0001 0 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[1715]: 6 -71.0001 0 shouldn't be
2759.99/2793.38	WSVECS04 Frhs2[1756]: 6 -7.00005 0 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[55]: 6 0 44.0001 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[608]: 6 -80.0001 0 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[859]: 6 -27 0 shouldn't be
2761.89/2795.22	WSVECS04 Frhs2[894]: 6 -6.00006 0 shouldn't be
2764.08/2797.47	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
2764.08/2797.47	WSVECS04 Frhs2[112]: 6 0 25 shouldn't be
2764.08/2797.47	WSVECS04 Frhs2[152]: 6 0 101 shouldn't be
2764.08/2797.47	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
2764.08/2797.47	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
2764.08/2797.47	WSVECS04 Frhs2[312]: 6 0 13 shouldn't be
2764.08/2797.47	WSVECS04 Frhs2[358]: 6 0 23 shouldn't be
2764.08/2797.47	WSVECS04 Frhs2[392]: 6 0 53.0001 shouldn't be
2764.08/2797.47	WSVECS04 Frhs2[924]: 6 -105 0 shouldn't be
2766.18/2799.53	WSVECS04 Frhs2[1128]: 6 -90 0 shouldn't be
2766.18/2799.53	WSVECS04 Frhs2[1436]: 6 -41.0001 0 shouldn't be
2772.96/2806.32	WSVECS04 Frhs2[55]: 6 0 3.28801 shouldn't be
2772.96/2806.32	WSVECS04 Frhs2[272]: 6 0 7.85158 shouldn't be
2772.96/2806.32	WSVECS04 Frhs2[1869]: 6 -5.37848 0 shouldn't be
2776.15/2809.56	c bounds -9051 >= -51731 @ 2748.55
2777.06/2810.44	c bounds -9051 >= -51713 @ 2749.42
2777.85/2811.25	c #Conflicts:     871000 | #Constraints:      56982
2777.85/2811.25	c bounds -9051 >= -51695 @ 2750.23
2778.25/2811.68	c bounds -9051 >= -51677 @ 2750.65
2778.35/2811.76	c bounds -9051 >= -51659 @ 2750.73
2778.45/2811.81	c bounds -9051 >= -51641 @ 2750.78
2778.45/2811.83	c bounds -9051 >= -51515 @ 2750.8
2779.85/2813.21	c bounds -9051 >= -51497 @ 2752.15
2780.95/2814.33	c #Conflicts:     872000 | #Constraints:      58003
2780.95/2814.33	c bounds -9051 >= -51479 @ 2753.27
2782.24/2815.61	c bounds -9051 >= -51461 @ 2754.53
2782.75/2816.17	c bounds -9051 >= -51443 @ 2755.09
2783.44/2816.86	c #Conflicts:     873000 | #Constraints:      59021
2783.44/2816.86	c bounds -9051 >= -51425 @ 2755.77
2783.74/2817.11	c bounds -9051 >= -51407 @ 2756.03
2783.94/2817.30	c bounds -9051 >= -51389 @ 2756.22
2784.04/2817.40	c bounds -9051 >= -51281 @ 2756.31
2785.04/2818.48	c bounds -9051 >= -51263 @ 2757.39
2788.13/2821.57	c #Conflicts:     874000 | #Constraints:      60051
2788.13/2821.57	c bounds -9051 >= -51245 @ 2760.44
2794.31/2827.76	c #Conflicts:     875000 | #Constraints:      61066
2794.31/2827.76	c #Conflicts:     876000 | #Constraints:      62066
2794.31/2827.76	c #Conflicts:     877000 | #Constraints:      63066
2794.31/2827.76	c bounds -9051 >= -51227 @ 2766.57
2796.11/2829.57	c bounds -9051 >= -51209 @ 2768.36
2798.61/2832.03	c #Conflicts:     878000 | #Constraints:      64090
2798.61/2832.03	c bounds -9051 >= -51191 @ 2770.8
2798.90/2832.37	c bounds -9051 >= -51173 @ 2771.14
2799.51/2832.99	c bounds -9051 >= -51155 @ 2771.75
2801.61/2835.07	c #Conflicts:     879000 | #Constraints:      65120
2801.61/2835.07	c #Conflicts:     880000 | #Constraints:      66120
2801.61/2835.07	c bounds -9052 >= -51155 @ 2773.8
2802.90/2836.34	c bounds -9052 >= -51137 @ 2775.05
2803.00/2836.42	c bounds -9052 >= -51119 @ 2775.14
2803.00/2836.49	c bounds -9052 >= -51047 @ 2775.21
2805.59/2839.04	c #Conflicts:     881000 | #Constraints:      67139
2805.59/2839.04	c bounds -9052 >= -51029 @ 2777.74
2813.43/2847.24	c #Conflicts:     882000 | #Constraints:      68145
2813.43/2847.24	c #Conflicts:     883000 | #Constraints:      69145
2813.43/2847.24	c bounds -9052 >= -51011 @ 2785.53
2813.43/2847.25	c bounds -9061 >= -51011 @ 2785.54
2813.73/2847.56	c bounds -9067 >= -51011 @ 2785.85
2813.73/2847.58	c bounds -9076 >= -51011 @ 2785.86
2813.73/2847.59	c bounds -9084 >= -51011 @ 2785.88
2813.84/2847.61	c bounds -9089 >= -51011 @ 2785.89
2815.24/2849.05	c #Conflicts:     884000 | #Constraints:      70159
2815.24/2849.05	c INPROCESSING
2815.24/2849.05	c GARBAGE COLLECT
2815.24/2849.05	WSVECS04 Frhs2[1690]: 6 -8.00008 0 shouldn't be
2815.24/2849.05	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
2815.73/2849.56	WSVECS04 Frhs2[1395]: 6 -64 0 shouldn't be
2815.73/2849.56	WSVECS04 Frhs2[1414]: 6 -64 0 shouldn't be
2815.73/2849.56	WSVECS04 Frhs2[1675]: 6 -70 0 shouldn't be
2815.73/2849.56	WSVECS04 Frhs2[1707]: 6 -7.00005 0 shouldn't be
2815.73/2849.56	WSVECS04 Frhs2[1758]: 6 -26.0001 0 shouldn't be
2815.73/2849.56	WSVECS04 Frhs2[1973]: 6 -7.00004 0 shouldn't be
2816.42/2850.27	WSVECS04 Frhs2[1726]: 6 -19.0001 0 shouldn't be
2816.42/2850.27	WSVECS04 Frhs2[1954]: 6 -30 0 shouldn't be
2818.23/2852.07	WSVECS04 Frhs2[1159]: 6 -44.0001 0 shouldn't be
2818.23/2852.07	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
2818.23/2852.07	WSVECS04 Frhs2[1925]: 6 -15.0001 0 shouldn't be
2818.23/2852.07	WSVECS04 Frhs2[1926]: 6 -35.0001 0 shouldn't be
2818.23/2852.07	WSVECS04 Frhs2[1941]: 6 -23.0001 0 shouldn't be
2818.23/2852.07	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
2818.23/2852.07	WSVECS04 Frhs2[1976]: 6 -34.0001 0 shouldn't be
2818.23/2852.07	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
2819.42/2853.25	WSVECS04 Frhs2[1412]: 6 -28 0 shouldn't be
2819.42/2853.25	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
2819.42/2853.25	WSVECS04 Frhs2[1657]: 6 -64.0001 0 shouldn't be
2819.42/2853.25	WSVECS04 Frhs2[1659]: 6 -71.0001 0 shouldn't be
2819.42/2853.25	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
2819.42/2853.25	WSVECS04 Frhs2[1691]: 6 -30.0001 0 shouldn't be
2819.42/2853.25	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
2819.42/2853.25	WSVECS04 Frhs2[1744]: 6 -27 0 shouldn't be
2819.42/2853.25	WSVECS04 Frhs2[1923]: 6 -11.0001 0 shouldn't be
2819.42/2853.25	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
2820.72/2854.54	WSVECS04 Frhs2[1429]: 6 -25.0001 0 shouldn't be
2820.72/2854.54	WSVECS04 Frhs2[1464]: 6 -6.00002 0 shouldn't be
2820.72/2854.54	WSVECS04 Frhs2[1694]: 6 -12.0001 0 shouldn't be
2820.72/2854.54	WSVECS04 Frhs2[1708]: 6 -1.00006 0 shouldn't be
2820.72/2854.54	WSVECS04 Frhs2[1709]: 6 -15.0001 0 shouldn't be
2820.72/2854.54	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
2822.22/2856.05	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
2822.22/2856.05	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
2822.22/2856.05	WSVECS04 Frhs2[1959]: 6 -29 0 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[14]: 6 0 85.0001 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[189]: 6 0 53.0001 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[190]: 6 0 72 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[226]: 6 0 76 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[229]: 6 0 110 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[230]: 6 0 50.0001 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[231]: 6 0 172 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[247]: 6 0 288 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[267]: 6 0 99.0001 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[574]: 6 0 53.0001 shouldn't be
2824.51/2858.30	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
2825.61/2859.46	c rational objective -12877.6
2827.31/2861.13	c bounds -9099 >= -51011 @ 2799.27
2838.38/2872.26	c #Conflicts:     885000 | #Constraints:      47723
2838.38/2872.26	c #Conflicts:     886000 | #Constraints:      48723
2838.38/2872.26	c #Conflicts:     887000 | #Constraints:      49723
2838.38/2872.26	c #Conflicts:     888000 | #Constraints:      50723
2838.38/2872.26	c #Conflicts:     889000 | #Constraints:      51723
2838.38/2872.26	c #Conflicts:     890000 | #Constraints:      52723
2838.38/2872.26	c #Conflicts:     891000 | #Constraints:      53723
2838.38/2872.26	c bounds -9105 >= -51011 @ 2810.23
2851.92/2886.05	c #Conflicts:     892000 | #Constraints:      54724
2851.92/2886.05	c #Conflicts:     893000 | #Constraints:      55724
2851.92/2886.05	c bounds -9105 >= -50993 @ 2823.69
2859.69/2893.85	c #Conflicts:     894000 | #Constraints:      56733
2859.69/2893.85	c bounds -9105 >= -50975 @ 2831.45
2860.09/2894.28	c bounds -9106 >= -50975 @ 2831.86
2860.58/2894.73	c bounds -9114 >= -50975 @ 2832.32
2860.68/2894.80	c bounds -9117 >= -50975 @ 2832.39
2871.36/2905.53	c #Conflicts:     895000 | #Constraints:      57751
2871.36/2905.53	c #Conflicts:     896000 | #Constraints:      58751
2871.36/2905.53	c #Conflicts:     897000 | #Constraints:      59755
2871.36/2905.53	c #Conflicts:     898000 | #Constraints:      60758
2871.36/2905.53	c #Conflicts:     899000 | #Constraints:      61759
2871.36/2905.53	c bounds -9118 >= -50975 @ 2842.94
2883.98/2918.56	c #Conflicts:     900000 | #Constraints:      62762
2883.98/2918.56	c #Conflicts:     901000 | #Constraints:      63762
2883.98/2918.56	c bounds -9118 >= -50957 @ 2855.54
2885.49/2920.04	c bounds -9121 >= -50957 @ 2857
2907.33/2941.96	c #Conflicts:     902000 | #Constraints:      64773
2907.33/2941.96	c #Conflicts:     903000 | #Constraints:      65774
2907.33/2941.96	c INPROCESSING
2907.33/2941.96	c GARBAGE COLLECT
2907.33/2941.96	c rational objective -12877
2909.73/2944.34	c bounds -9121 >= -50939 @ 2881.1
2919.71/2954.31	c bounds -9121 >= -50921 @ 2890.97
2920.11/2954.77	c bounds -9121 >= -50903 @ 2891.42
2920.51/2955.15	c bounds -9121 >= -50885 @ 2891.79
2920.71/2955.32	c #Conflicts:     904000 | #Constraints:      50939
2920.71/2955.32	c bounds -9121 >= -50867 @ 2891.97
2920.90/2955.53	c bounds -9121 >= -50849 @ 2892.17
2921.30/2955.91	c bounds -9121 >= -50831 @ 2892.55
2921.70/2956.38	c bounds -9121 >= -50813 @ 2893.01
2924.10/2958.73	c #Conflicts:     905000 | #Constraints:      52005
2924.10/2958.73	c bounds -9121 >= -50795 @ 2895.31
2932.28/2966.95	c #Conflicts:     906000 | #Constraints:      53014
2932.28/2966.95	c #Conflicts:     907000 | #Constraints:      54014
2932.28/2966.95	c #Conflicts:     908000 | #Constraints:      55014
2932.28/2966.95	c #Conflicts:     909000 | #Constraints:      56014
2932.28/2966.95	c bounds -9121 >= -50777 @ 2903.42
2956.33/2991.39	c #Conflicts:     910000 | #Constraints:      57038
2956.33/2991.39	c #Conflicts:     911000 | #Constraints:      58038
2956.33/2991.39	c #Conflicts:     912000 | #Constraints:      59038
2956.33/2991.39	c #Conflicts:     913000 | #Constraints:      60038
2956.33/2991.39	c #Conflicts:     914000 | #Constraints:      61038
2956.33/2991.39	c #Conflicts:     915000 | #Constraints:      62038
2956.33/2991.39	c #Conflicts:     916000 | #Constraints:      63038
2956.33/2991.39	c #Conflicts:     917000 | #Constraints:      64038
2956.33/2991.39	c #Conflicts:     918000 | #Constraints:      65038
2956.33/2991.39	c bounds -9121 >= -50759 @ 2927.23
2957.92/2992.93	c #Conflicts:     919000 | #Constraints:      66053
2957.92/2992.93	c bounds -9123 >= -50759 @ 2928.72
2964.12/2999.11	c #Conflicts:     920000 | #Constraints:      67056
2964.12/2999.11	c #Conflicts:     921000 | #Constraints:      68058
2964.12/2999.11	c #Conflicts:     922000 | #Constraints:      69058
2964.12/2999.11	c bounds -9125 >= -50759 @ 2934.77
2964.42/2999.46	c INPROCESSING
2964.42/2999.46	c GARBAGE COLLECT
2964.42/2999.46	WSVECS04 Frhs2[1403]: 6 -21 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1510]: 6 -7.00009 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1512]: 6 -55 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1655]: 6 -14 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1664]: 6 -30 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1671]: 6 -31.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1689]: 6 -26 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1690]: 6 -8.00002 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1697]: 6 -57.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1741]: 6 -15.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1750]: 6 -6.00005 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1756]: 6 -7.00003 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1766]: 6 -32 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1770]: 6 -4.00004 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1771]: 6 -6.00007 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1775]: 6 -7.00008 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1776]: 6 -34.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1781]: 6 -6.00007 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1790]: 6 -16.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1804]: 6 -25.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1848]: 6 -4.00002 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1866]: 6 -16 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1867]: 6 -3.00004 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1900]: 6 -25 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1902]: 6 -33 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1932]: 6 -9.00001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1957]: 6 -24.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1961]: 6 -30.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1964]: 6 -4.00003 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1965]: 6 -11.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1972]: 6 -30.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1974]: 6 -25 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1980]: 6 -12.0001 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1984]: 6 -5.00004 0 shouldn't be
2964.42/2999.46	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
2965.21/3000.29	WSVECS04 Frhs2[1492]: 6 -31.0001 0 shouldn't be
2965.21/3000.29	WSVECS04 Frhs2[1615]: 6 -38 0 shouldn't be
2965.21/3000.29	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
2965.21/3000.29	WSVECS04 Frhs2[1786]: 6 -8.00009 0 shouldn't be
2965.21/3000.29	WSVECS04 Frhs2[1816]: 6 -5.00003 0 shouldn't be
2965.21/3000.29	WSVECS04 Frhs2[1832]: 6 -5.00004 0 shouldn't be
2965.21/3000.29	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
2965.21/3000.29	WSVECS04 Frhs2[1953]: 6 -31.0001 0 shouldn't be
2965.21/3000.29	WSVECS04 Frhs2[1969]: 6 -25 0 shouldn't be
2965.21/3000.29	WSVECS04 Frhs2[1978]: 6 -28.0001 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1402]: 6 -2.0001 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1493]: 6 -4.00006 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1634]: 6 -55 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1646]: 6 -43 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1681]: 6 -52.0001 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1840]: 6 -5.00005 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1847]: 6 -3.00007 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1878]: 6 -26 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1954]: 6 -30 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
2966.31/3001.32	WSVECS04 Frhs2[1996]: 6 -19 0 shouldn't be
2967.41/3002.44	WSVECS04 Frhs2[1353]: 6 -81.0001 0 shouldn't be
2967.41/3002.44	WSVECS04 Frhs2[1367]: 6 -9.00009 0 shouldn't be
2967.41/3002.44	WSVECS04 Frhs2[1490]: 6 -34.0001 0 shouldn't be
2968.71/3003.72	WSVECS04 Frhs2[1694]: 6 -12.0001 0 shouldn't be
2973.30/3008.38	c rational objective -12879.2
3025.65/3060.84	c #Conflicts:     923000 | #Constraints:      52473
3025.65/3060.84	c #Conflicts:     924000 | #Constraints:      53474
3025.65/3060.84	c #Conflicts:     925000 | #Constraints:      54474
3025.65/3060.84	c #Conflicts:     926000 | #Constraints:      55474
3025.65/3060.84	c #Conflicts:     927000 | #Constraints:      56474
3025.65/3060.84	c #Conflicts:     928000 | #Constraints:      57474
3025.65/3060.84	c #Conflicts:     929000 | #Constraints:      58474
3025.65/3060.84	c #Conflicts:     930000 | #Constraints:      59474
3025.65/3060.84	c #Conflicts:     931000 | #Constraints:      60474
3025.65/3060.84	c #Conflicts:     932000 | #Constraints:      61474
3025.65/3060.84	c #Conflicts:     933000 | #Constraints:      62474
3025.65/3060.84	c #Conflicts:     934000 | #Constraints:      63474
3025.65/3060.84	c #Conflicts:     935000 | #Constraints:      64474
3025.65/3060.84	c #Conflicts:     936000 | #Constraints:      65474
3025.65/3060.84	c #Conflicts:     937000 | #Constraints:      66474
3025.65/3060.84	c #Conflicts:     938000 | #Constraints:      67474
3025.65/3060.84	c #Conflicts:     939000 | #Constraints:      68476
3025.65/3060.84	c bounds -9125 >= -50741 @ 2995.71
3028.74/3063.93	c #Conflicts:     940000 | #Constraints:      69488
3028.74/3063.93	c #Conflicts:     941000 | #Constraints:      70493
3028.74/3063.93	c INPROCESSING
3028.74/3063.93	c GARBAGE COLLECT
3028.74/3063.93	WSVECS04 Frhs2[7]: 6 0 313.223 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[8]: 6 0 66.0379 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[9]: 6 0 62.7621 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[13]: 6 0 282.502 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[14]: 6 0 51.6905 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[16]: 6 0 69.9754 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[18]: 6 0 46.2846 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[19]: 6 0 161.915 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[20]: 6 0 116.145 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[22]: 6 0 154.199 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[23]: 6 0 128.385 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[27]: 6 0 38.5576 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[29]: 6 0 252.375 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[30]: 6 0 200.528 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[33]: 6 0 259.751 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[36]: 6 0 215.906 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[39]: 6 0 61.7432 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[40]: 6 0 164.578 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[44]: 6 0 204.494 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[45]: 6 0 63.9646 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[50]: 6 0 118.338 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[51]: 6 0 133.277 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[52]: 6 0 189.977 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[53]: 6 0 148.587 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[55]: 6 0 9.01444 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[57]: 6 0 200.297 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[58]: 6 0 176.265 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[59]: 6 0 138.77 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[61]: 6 0 139.456 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[65]: 6 0 244.807 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[69]: 6 0 249.708 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[75]: 6 0 58.5659 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[79]: 6 0 140.986 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[82]: 6 0 123.012 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[83]: 6 0 130.532 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[84]: 6 0 144.23 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[85]: 6 0 33.4703 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[87]: 6 0 205.637 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[94]: 6 0 116.708 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[95]: 6 0 213.114 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[98]: 6 0 124.858 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[99]: 6 0 295.888 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[100]: 6 0 81.4959 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[102]: 6 0 233.345 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[103]: 6 0 174.521 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[104]: 6 0 37.4432 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[105]: 6 0 207.669 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[110]: 6 0 286.144 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[117]: 6 0 130.141 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[118]: 6 0 308.361 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[119]: 6 0 100.118 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[120]: 6 0 85.6113 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[124]: 6 0 243.49 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[128]: 6 0 218.708 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[130]: 6 0 150.024 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[131]: 6 0 185.476 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[132]: 6 0 147.324 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[134]: 6 0 231.141 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[135]: 6 0 263.436 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[138]: 6 0 98.8195 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[139]: 6 0 190.399 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[141]: 6 0 57.4842 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[143]: 6 0 46.327 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[145]: 6 0 231.252 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[148]: 6 0 6.22459 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[150]: 6 0 142.331 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[151]: 6 0 310.736 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[152]: 6 0 43.9076 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[153]: 6 0 236.458 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[154]: 6 0 295.696 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[156]: 6 0 169.763 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[157]: 6 0 15.3864 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[158]: 6 0 154.138 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[160]: 6 0 180.591 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[162]: 6 0 275.754 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[165]: 6 0 281.066 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[168]: 6 0 172.006 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[170]: 6 0 88.8985 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[171]: 6 0 255.959 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[172]: 6 0 83.292 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[181]: 6 0 15.9326 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[183]: 6 0 102.266 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[184]: 6 0 257.524 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[188]: 6 0 50.5216 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[190]: 6 0 28.9043 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[191]: 6 0 161.565 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[194]: 6 0 292.635 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[195]: 6 0 120.958 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[196]: 6 0 185.109 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[198]: 6 0 112.745 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[202]: 6 0 183.714 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[204]: 6 0 261.935 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[205]: 6 0 309.716 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[209]: 6 0 78.153 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[211]: 6 0 290.204 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[213]: 6 0 191.598 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[216]: 6 0 90.9379 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[222]: 6 0 29.6408 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[223]: 6 0 121.284 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[228]: 6 0 239.116 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[229]: 6 0 79.9714 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[230]: 6 0 18.3256 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[231]: 6 0 127.736 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[234]: 6 0 8.31776 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[235]: 6 0 182.554 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[241]: 6 0 116.287 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[242]: 6 0 127.799 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[243]: 6 0 38.4261 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[247]: 6 0 260.241 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[248]: 6 0 221.068 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[251]: 6 0 48.5624 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[252]: 6 0 211.921 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[257]: 6 0 175.724 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[258]: 6 0 253.751 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[259]: 6 0 185.534 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[264]: 6 0 261.424 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[265]: 6 0 203.293 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[266]: 6 0 110.941 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[267]: 6 0 45.8248 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[271]: 6 0 91.3431 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[272]: 6 0 124.631 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[275]: 6 0 108.905 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[276]: 6 0 188.424 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[279]: 6 0 75.1815 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[285]: 6 0 186.889 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[287]: 6 0 220.765 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[288]: 6 0 283.229 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[291]: 6 0 110.873 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[293]: 6 0 86.4015 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[297]: 6 0 108.913 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[300]: 6 0 95.7337 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[301]: 6 0 178.311 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[302]: 6 0 78.022 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[305]: 6 0 209.819 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[306]: 6 0 204.365 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[308]: 6 0 184.161 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[310]: 6 0 186.733 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[314]: 6 0 128.052 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[319]: 6 0 156.17 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[320]: 6 0 115.621 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[321]: 6 0 223.178 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[323]: 6 0 92.4475 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[325]: 6 0 105.563 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[327]: 6 0 183.908 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[329]: 6 0 128.923 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[330]: 6 0 93.2107 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[332]: 6 0 154.536 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[339]: 6 0 171.516 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[340]: 6 0 159.578 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[342]: 6 0 118.263 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[344]: 6 0 114.042 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[345]: 6 0 205.685 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[346]: 6 0 35.0728 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[349]: 6 0 67.8787 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[352]: 6 0 89.9393 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[354]: 6 0 110.432 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[356]: 6 0 93.03 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[359]: 6 0 100.997 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[364]: 6 0 137.285 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[368]: 6 0 239.167 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[369]: 6 0 4.62321 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[370]: 6 0 100.83 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[371]: 6 0 276.087 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[372]: 6 0 3.06619 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[374]: 6 0 113.401 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[375]: 6 0 96.8276 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[379]: 6 0 179.391 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[384]: 6 0 129.825 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[385]: 6 0 112.609 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[387]: 6 0 17.5077 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[390]: 6 0 132.154 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[391]: 6 0 201.684 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[392]: 6 0 6.511 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[394]: 6 0 185.078 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[395]: 6 0 210.581 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[397]: 6 0 217.581 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[399]: 6 0 174.182 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[401]: 6 0 232.047 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[402]: 6 0 155.914 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[403]: 6 0 118.658 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[405]: 6 0 178.971 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[408]: 6 0 215.851 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[411]: 6 0 167.408 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[412]: 6 0 218.457 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[414]: 6 0 133.898 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[417]: 6 0 168.895 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[418]: 6 0 222.009 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[420]: 6 0 6.8815 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[422]: 6 0 148.602 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[424]: 6 0 177.254 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[425]: 6 0 48.9339 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[427]: 6 0 125.39 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[428]: 6 0 195.268 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[429]: 6 0 151.777 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[432]: 6 0 213.189 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[435]: 6 0 234.082 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[436]: 6 0 124.062 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[437]: 6 0 204.044 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[438]: 6 0 205.087 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[443]: 6 0 255.736 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[445]: 6 0 169.255 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[450]: 6 0 192.864 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[455]: 6 0 74.712 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[456]: 6 0 144.294 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[463]: 6 0 122.266 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[464]: 6 0 53.5713 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[465]: 6 0 85.8993 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[468]: 6 0 88.7328 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[471]: 6 0 143.792 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[472]: 6 0 89.2344 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[477]: 6 0 206.29 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[478]: 6 0 251.059 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[479]: 6 0 134.635 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[481]: 6 0 134.179 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[483]: 6 0 59.0767 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[488]: 6 0 236.536 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[489]: 6 0 32.0046 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[492]: 6 0 195.324 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[493]: 6 0 152.627 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[495]: 6 0 95.7524 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[496]: 6 0 115.002 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[497]: 6 0 196.817 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[499]: 6 0 97.1817 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[501]: 6 0 171.052 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[503]: 6 0 15.2212 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[504]: 6 0 191.009 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[512]: 6 0 181.044 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[513]: 6 0 194.679 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[514]: 6 0 36.2548 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[517]: 6 0 180.242 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[518]: 6 0 222.03 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[519]: 6 0 211.53 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[522]: 6 0 127.603 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[523]: 6 0 37.9984 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[524]: 6 0 54.9838 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[525]: 6 0 134.539 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[529]: 6 0 146.566 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[533]: 6 0 187.186 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[537]: 6 0 225.398 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[540]: 6 0 147.635 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[541]: 6 0 252.095 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[542]: 6 0 209.326 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[546]: 6 0 194.146 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[547]: 6 0 155.225 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[551]: 6 0 101.81 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[553]: 6 0 133.3 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[554]: 6 0 184.521 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[555]: 6 0 181.888 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[557]: 6 0 209.772 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[560]: 6 0 34.4475 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[563]: 6 0 112.462 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[564]: 6 0 165.044 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[567]: 6 0 181.334 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[570]: 6 0 215.986 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[572]: 6 0 177.316 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[575]: 6 0 157.403 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[577]: 6 0 63.7853 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[580]: 6 0 176.249 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[581]: 6 0 114.618 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[584]: 6 0 121.82 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[585]: 6 0 100.376 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[588]: 6 0 172.885 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[591]: 6 0 77.7752 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[592]: 6 0 5.28516 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[593]: 6 0 104.571 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[594]: 6 0 50.7724 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[596]: 6 0 132.523 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[600]: 6 0 125.764 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[602]: 6 0 107.747 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[604]: 6 0 14.5791 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[605]: 6 0 157.769 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[607]: 6 0 49.9287 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[609]: 6 0 87.0975 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[610]: 6 0 43.5087 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[611]: 6 0 220.857 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[612]: 6 0 158.371 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[615]: 6 0 219.229 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[617]: 6 0 50.5017 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[618]: 6 0 206.69 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[620]: 6 0 99.3604 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[622]: 6 0 114.315 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[628]: 6 0 143.403 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[635]: 6 0 171.808 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[636]: 6 0 157.998 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[637]: 6 0 162.133 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[642]: 6 0 107.565 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[647]: 6 0 117.078 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[652]: 6 0 122.47 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[655]: 6 0 121.506 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[656]: 6 0 143.825 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[658]: 6 0 199.847 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[662]: 6 0 196.023 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[663]: 6 0 214.918 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[664]: 6 0 66.6778 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[667]: 6 0 115.56 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[668]: 6 0 58.413 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[675]: 6 0 104.089 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[676]: 6 0 152.405 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[679]: 6 0 129.735 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[681]: 6 0 110.969 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[682]: 6 0 124.182 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[684]: 6 0 214.011 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[688]: 6 0 79.6031 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[690]: 6 0 100.201 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[693]: 6 0 10.8874 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[697]: 6 0 148.827 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[701]: 6 0 132.102 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[702]: 6 0 59.6989 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[704]: 6 0 203.987 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[705]: 6 0 50.5038 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[710]: 6 0 25.3429 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[716]: 6 0 177.698 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[718]: 6 0 135.373 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[723]: 6 0 57.4812 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[724]: 6 0 164.177 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[725]: 6 0 145.553 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[726]: 6 0 116.719 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[727]: 6 0 75.7268 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[728]: 6 0 155.905 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[732]: 6 0 173.743 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[733]: 6 0 176.125 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[735]: 6 0 8.04628 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[742]: 6 0 185.264 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[746]: 6 0 114.789 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[752]: 6 0 28.2456 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[754]: 6 0 101.966 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[755]: 6 0 197.75 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[756]: 6 0 157.183 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[757]: 6 0 85.8905 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[758]: 6 0 102.499 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[759]: 6 0 25.2551 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[760]: 6 0 224.84 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[768]: 6 0 198.276 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[769]: 6 0 102.13 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[777]: 6 0 141.733 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[779]: 6 0 125.162 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[781]: 6 0 187.412 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[784]: 6 0 156.139 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[790]: 6 0 61.3482 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[791]: 6 0 76.4646 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[793]: 6 0 116.375 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[797]: 6 0 107.948 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[800]: 6 0 92.5619 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[803]: 6 0 126.337 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[804]: 6 0 114.149 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[806]: 6 0 79.5017 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[808]: 6 0 174.379 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[810]: 6 0 152.174 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[813]: 6 0 112.762 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[814]: 6 0 25.144 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[815]: 6 0 81.5397 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[818]: 6 0 108.514 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[819]: 6 0 138.159 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[820]: 6 0 131.161 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[822]: 6 0 157.628 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[823]: 6 0 171.703 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[825]: 6 0 33.2474 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[828]: 6 0 158.358 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[829]: 6 0 139.901 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[830]: 6 0 176.39 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[831]: 6 0 140.618 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[834]: 6 0 59.8823 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[836]: 6 0 108.045 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[839]: 6 0 198.682 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[842]: 6 0 22.448 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[843]: 6 0 86.1506 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[844]: 6 0 221.633 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[845]: 6 0 70.8707 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[846]: 6 0 127.457 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[848]: 6 0 49.4472 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[853]: 6 0 114.222 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[854]: 6 0 135.484 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[855]: 6 0 173.73 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[856]: 6 0 118.317 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[861]: 6 0 121.777 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[864]: 6 0 175.324 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[869]: 6 0 11.3586 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[870]: 6 0 114.349 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[871]: 6 0 39.6147 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[872]: 6 0 25.8929 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[878]: 6 0 94.7044 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[879]: 6 0 87.2789 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[882]: 6 0 58.877 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[884]: 6 0 8.64264 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[885]: 6 0 138.649 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[886]: 6 0 90.0073 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[887]: 6 0 174.095 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[893]: 6 0 125.564 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[898]: 6 0 26.6741 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[899]: 6 0 66.0786 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[901]: 6 0 146.703 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[902]: 6 0 119.025 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[903]: 6 0 128.513 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[906]: 6 0 123.013 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[908]: 6 0 61.1272 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[909]: 6 0 90.3267 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[914]: 6 0 102.101 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[919]: 6 0 79.5512 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[921]: 6 0 141.349 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[922]: 6 0 123.741 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[927]: 6 0 24.6842 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[928]: 6 0 116.4 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[931]: 6 0 164.944 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[932]: 6 0 59.7364 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[934]: 6 0 15.6434 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[935]: 6 0 137.106 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[936]: 6 0 130.183 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[941]: 6 0 47.2283 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[942]: 6 0 75.0787 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[947]: 6 0 22.5195 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[953]: 6 0 79.0929 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[954]: 6 0 116.15 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[955]: 6 0 138.626 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[962]: 6 0 84.4748 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[964]: 6 0 26.9111 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[967]: 6 0 64.8239 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[973]: 6 0 163.576 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[974]: 6 0 38.7159 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[979]: 6 0 32.4085 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[980]: 6 0 70.3062 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[981]: 6 0 82.8762 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[983]: 6 0 157.929 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[985]: 6 0 137.144 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[987]: 6 0 47.5312 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[992]: 6 0 63.878 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[997]: 6 0 54.2255 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1002]: 6 0 0.864259 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1004]: 6 0 86.508 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1005]: 6 0 72.516 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1010]: 6 0 109.046 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1011]: 6 0 20.9722 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1014]: 6 0 10.5495 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1016]: 6 0 118.47 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1017]: 6 0 29.1768 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1019]: 6 0 41.3125 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1020]: 6 0 64.1629 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1025]: 6 0 85.841 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1027]: 6 0 106.064 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1034]: 6 0 96.2813 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1036]: 6 0 157.02 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1037]: 6 0 115.868 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1038]: 6 0 117.101 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1041]: 6 0 161.936 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1043]: 6 0 86.7528 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1046]: 6 0 118.766 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1052]: 6 0 36.069 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1053]: 6 0 159.094 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1055]: 6 0 54.7444 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1057]: 6 0 32.3238 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1058]: 6 0 132.91 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1061]: 6 0 59.2294 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1063]: 6 0 140.669 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1066]: 6 0 68.4766 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1067]: 6 0 134.049 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1070]: 6 0 138.394 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1075]: 6 0 4.05003 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1085]: 6 0 131.27 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1091]: 6 0 116.593 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1092]: 6 0 26.6649 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1097]: 6 0 89.448 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1098]: 6 0 84.7112 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1101]: 6 0 62.4066 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1109]: 6 0 122.499 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1110]: 6 0 143.274 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1116]: 6 0 53.2086 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1119]: 6 0 156.09 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1120]: 6 0 124.885 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1121]: 6 0 167.413 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1123]: 6 0 141.635 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1124]: 6 0 122.07 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1125]: 6 0 74.7235 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1126]: 6 0 20.5009 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1131]: 6 0 46.4721 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1133]: 6 0 17.704 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1134]: 6 0 77.5365 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1138]: 6 0 30.2482 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1139]: 6 0 101.963 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1142]: 6 0 99.9485 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1143]: 6 0 102.178 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1146]: 6 0 163.072 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1151]: 6 0 1.55622 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1152]: 6 0 11.1576 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1156]: 6 0 5.48985 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1158]: 6 0 11.4685 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1160]: 6 0 7.10956 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1162]: 6 0 36.5165 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1165]: 6 0 16.2144 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1166]: 6 0 91.0322 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1173]: 6 0 64.8925 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1175]: 6 0 5.7625 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1177]: 6 0 103.476 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1181]: 6 0 101.473 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1185]: 6 0 73.5825 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1189]: 6 0 23.6053 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1190]: 6 0 65.1175 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1195]: 6 0 14.4423 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1196]: 6 0 33.7276 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1198]: 6 0 43.054 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1203]: 6 0 78.3542 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1204]: 6 0 62.2834 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1209]: 6 0 81.7119 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1215]: 6 0 63.4564 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1219]: 6 0 4.85454 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1221]: 6 0 100.748 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1222]: 6 0 68.173 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1228]: 6 0 121.914 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1237]: 6 0 99.6315 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1245]: 6 0 45.2778 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1251]: 6 0 52.9606 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1252]: 6 0 114.351 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1260]: 6 0 65.9565 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1262]: 6 0 59.7913 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1263]: 6 0 35.8789 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1264]: 6 0 119.462 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1269]: 6 0 9.65285 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1270]: 6 0 91.011 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1274]: 6 0 21.7154 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1275]: 6 0 72.5165 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1277]: 6 0 65.2001 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1283]: 6 0 87.524 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1287]: 6 0 73.8774 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1289]: 6 0 106.006 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1290]: 6 0 63.1238 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1292]: 6 0 69.0209 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1309]: 6 0 98.107 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1312]: 6 0 36.0778 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1322]: 6 0 5.9926 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1323]: 6 0 91.2688 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1325]: 6 0 29.3111 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1326]: 6 0 56.6047 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1328]: 6 0 55.7809 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1330]: 6 0 36.5309 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1331]: 6 0 28.5452 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1333]: 6 0 4.28265 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1340]: 6 0 78.83 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1348]: 6 0 85.4007 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1353]: 6 -87.247 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1357]: 6 0 13.1128 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1358]: 6 0 93.8297 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1359]: 6 0 74.7867 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1360]: 6 0 44.6092 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1371]: 6 0 12.398 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1374]: 6 0 48.0053 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1376]: 6 0 2.02024 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1379]: 6 0 35.2073 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1390]: 6 0 47.4671 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1392]: 6 0 19.4895 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1393]: 6 0 26.0872 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1397]: 6 0 90.4957 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1398]: 6 0 115.116 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1402]: 6 -56.7128 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1403]: 6 -31.6999 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1406]: 6 0 5.20114 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1415]: 6 0 66.3374 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1417]: 6 -45.227 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1425]: 6 0 35.4406 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1431]: 6 0 47.3145 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1447]: 6 0 36.5866 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1449]: 6 0 21.0379 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1452]: 6 -28.4111 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1456]: 6 0 12.0457 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1457]: 6 0 21.5842 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1467]: 6 0 60.3438 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1481]: 6 0 42.2646 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1487]: 6 -66.7097 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1490]: 6 -62.3052 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1492]: 6 -69.9001 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1493]: 6 -30.2362 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1494]: 6 -21.6835 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1497]: 6 0 25.494 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1500]: 6 0 45.9005 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1509]: 6 -50.5048 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1510]: 6 -26.5742 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1512]: 6 -82.1151 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1525]: 6 -4.16695 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1527]: 6 -8.38162 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1529]: 6 0 10.4006 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1530]: 6 -6.30826 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1533]: 6 0 0.00433472 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1552]: 6 0 2.83546 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1575]: 6 0 61.9499 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1591]: 6 0 4.84941 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1594]: 6 0 52.9946 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1596]: 6 0 0.162489 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1599]: 6 -49.8996 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1613]: 6 -14.1065 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1615]: 6 -68.5652 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1616]: 6 -18.9192 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1620]: 6 0 45.5015 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1623]: 6 0 12.7725 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1626]: 6 0 23.79 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1628]: 6 -49.0128 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1635]: 6 0 11.9006 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1637]: 6 0 37.4056 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1638]: 6 0 61.099 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1641]: 6 0 28.0463 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1646]: 6 -75.083 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1647]: 6 -66.0402 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1648]: 6 -49.0333 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1655]: 6 -50.7836 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1664]: 6 -38.4983 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1667]: 6 0 26.434 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1669]: 6 0 28.0846 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1676]: 6 0 29.5294 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1678]: 6 -75.3347 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1681]: 6 -62.8389 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1683]: 6 0 48.2671 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1685]: 6 0 39.16 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1689]: 6 -51.805 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1690]: 6 -33.9086 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1694]: 6 -53.2879 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1695]: 6 -64.6851 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1697]: 6 -88.5162 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1698]: 6 -1.99614 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1702]: 6 0 41.7393 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1718]: 6 -7.06305 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1724]: 6 -17.1031 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1727]: 6 -7.16225 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1728]: 6 -68.6275 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1730]: 6 -31.3816 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1732]: 6 -3.22501 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1738]: 6 -36.5784 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1741]: 6 -29.4428 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1742]: 6 -18.0947 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1745]: 6 -58.0916 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1746]: 6 -19.0747 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1749]: 6 -42.7763 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1750]: 6 -34.7275 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1752]: 6 -9.57669 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1753]: 6 -69.2693 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1754]: 6 -17.2956 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1762]: 6 -1.37971 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1765]: 6 -38.3802 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1766]: 6 -62.0237 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1767]: 6 -28.8377 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1768]: 6 -37.2093 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1770]: 6 -60.9606 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1771]: 6 -17.1389 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1772]: 6 -9.37908 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1775]: 6 -23.2108 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1778]: 6 -60.6454 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1781]: 6 -60.8803 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1782]: 6 -63.0822 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1783]: 6 -42.753 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1786]: 6 -33.3565 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1787]: 6 -16.2902 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1788]: 6 -10.1543 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1789]: 6 -0.206029 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1790]: 6 -37.2204 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1791]: 6 -27.4774 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1792]: 6 -20.7177 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1795]: 6 -76.994 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1797]: 6 -57.8976 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1798]: 6 -0.171148 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1804]: 6 -44.1822 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1809]: 6 -8.76182 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1813]: 6 -42.9816 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1815]: 6 -28.0053 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1816]: 6 -18.0703 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1818]: 6 -32.2499 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1819]: 6 -14.0368 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1821]: 6 -3.83981 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1822]: 6 -5.10517 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1823]: 6 -26.5298 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1824]: 6 -22.8234 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1830]: 6 -30.3169 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1831]: 6 -35.5537 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1832]: 6 -43.9049 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1837]: 6 -17.6339 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1839]: 6 -9.98369 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1840]: 6 -40.538 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1847]: 6 -29.0933 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1848]: 6 -9.15812 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1860]: 6 0 4.36716 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1863]: 6 -46.0712 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1864]: 6 -37.3684 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1866]: 6 -41.2202 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1867]: 6 -43.9685 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1881]: 6 -12.5193 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1882]: 6 -26.3313 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1884]: 6 -17.2589 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1885]: 6 -52.0174 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1895]: 6 -29.8212 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1897]: 6 -37.6599 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1898]: 6 -14.6592 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1900]: 6 -79.06 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1901]: 6 -9.53498 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1902]: 6 -47.2516 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1903]: 6 -6.44832 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1912]: 6 -0.222898 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1913]: 6 -87.4793 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1914]: 6 -20.5567 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1916]: 6 -34.6387 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1918]: 6 -28.6633 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1922]: 6 -2.00195 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1927]: 6 -63.0975 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1930]: 6 -14.07 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1932]: 6 -24.8937 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1933]: 6 -69.3067 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1934]: 6 -27.6768 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1938]: 6 -36.206 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1940]: 6 -32.8029 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1945]: 6 -38.4758 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1946]: 6 -44.7453 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1948]: 6 -12.4171 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1949]: 6 -55.5375 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1954]: 6 -59.5833 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1955]: 6 -25.5673 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1957]: 6 -39.4106 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1960]: 6 -47.1943 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1961]: 6 -57.2757 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1964]: 6 -49.4554 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1965]: 6 -37.2013 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1971]: 6 -19.834 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1972]: 6 -75.7303 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1973]: 6 -49.0278 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1976]: 6 -54.2445 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1978]: 6 -71.8192 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1979]: 6 -12.7749 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1980]: 6 -42.9312 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1986]: 6 -36.1849 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1987]: 6 -3.92665 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1989]: 6 0 9.81343 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1995]: 6 -31.9057 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1996]: 6 -41.1685 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[1997]: 6 -30.6576 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[2008]: 6 -9.52289 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[2009]: 6 -36.4172 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[2013]: 6 -17.8924 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[2014]: 6 -44.0363 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[2016]: 6 -17.8386 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[2020]: 6 -31.3122 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[2021]: 6 -4.36441 0 shouldn't be
3028.74/3063.93	WSVECS04 Frhs2[2023]: 6 -28.3964 0 shouldn't be
3033.12/3068.32	c rational objective -12879.2
3042.63/3077.93	c #Conflicts:     942000 | #Constraints:      53015
3042.63/3077.93	c #Conflicts:     943000 | #Constraints:      54015
3042.63/3077.93	c #Conflicts:     944000 | #Constraints:      55016
3042.63/3077.93	c bounds -9128 >= -50741 @ 3012.49
3077.93/3113.50	c #Conflicts:     945000 | #Constraints:      56032
3077.93/3113.50	c #Conflicts:     946000 | #Constraints:      57032
3077.93/3113.50	c #Conflicts:     947000 | #Constraints:      58032
3077.93/3113.50	c #Conflicts:     948000 | #Constraints:      59032
3077.93/3113.50	c #Conflicts:     949000 | #Constraints:      60032
3077.93/3113.50	c #Conflicts:     950000 | #Constraints:      61032
3077.93/3113.50	c #Conflicts:     951000 | #Constraints:      62032
3077.93/3113.50	c bounds -9128 >= -50723 @ 3047.48
3079.22/3114.88	c #Conflicts:     952000 | #Constraints:      63044
3079.22/3114.88	c bounds -9134 >= -50723 @ 3048.84
3079.32/3114.92	c bounds -9141 >= -50723 @ 3048.88
3079.32/3114.96	c bounds -9154 >= -50723 @ 3048.92
3079.43/3115.00	c bounds -9155 >= -50723 @ 3048.96
3079.43/3115.04	c bounds -9164 >= -50723 @ 3049
3079.72/3115.30	c #Conflicts:     953000 | #Constraints:      64053
3079.72/3115.30	c bounds -9167 >= -50723 @ 3049.25
3079.72/3115.39	c bounds -9172 >= -50723 @ 3049.34
3079.82/3115.46	c bounds -9173 >= -50723 @ 3049.41
3079.82/3115.49	c bounds -9176 >= -50723 @ 3049.44
3079.92/3115.54	c bounds -9191 >= -50723 @ 3049.48
3080.02/3115.65	c bounds -9196 >= -50723 @ 3049.6
3080.12/3115.70	c bounds -9200 >= -50723 @ 3049.64
3080.12/3115.73	c bounds -9210 >= -50723 @ 3049.68
3080.12/3115.78	c bounds -9213 >= -50723 @ 3049.73
3080.43/3116.06	c bounds -9215 >= -50723 @ 3050
3080.53/3116.12	c bounds -9218 >= -50723 @ 3050.06
3080.58/3116.28	c bounds -9219 >= -50723 @ 3050.17
3080.68/3116.32	c bounds -9223 >= -50723 @ 3050.22
3080.87/3116.54	c bounds -9224 >= -50723 @ 3050.43
3081.08/3116.70	c bounds -9230 >= -50723 @ 3050.59
3081.08/3116.79	c bounds -9232 >= -50723 @ 3050.68
3081.18/3116.85	c bounds -9233 >= -50723 @ 3050.74
3085.91/3121.60	c #Conflicts:     954000 | #Constraints:      65076
3085.91/3121.60	c #Conflicts:     955000 | #Constraints:      66088
3085.91/3121.60	c bounds -9240 >= -50723 @ 3055.34
3085.91/3121.64	c bounds -9242 >= -50723 @ 3055.39
3086.00/3121.79	c bounds -9281 >= -50723 @ 3055.53
3091.19/3126.92	c bounds -9306 >= -50723 @ 3060.58
3091.29/3127.03	c bounds -9321 >= -50723 @ 3060.69
3097.66/3133.41	c #Conflicts:     956000 | #Constraints:      67095
3097.66/3133.41	c #Conflicts:     957000 | #Constraints:      68095
3097.66/3133.41	c #Conflicts:     958000 | #Constraints:      69095
3097.66/3133.41	c bounds -9333 >= -50723 @ 3066.96
3121.42/3157.26	c #Conflicts:     959000 | #Constraints:      70096
3121.42/3157.26	c #Conflicts:     960000 | #Constraints:      71096
3121.42/3157.26	c #Conflicts:     961000 | #Constraints:      72096
3121.42/3157.26	c INPROCESSING
3121.42/3157.26	c GARBAGE COLLECT
3121.42/3157.26	c rational objective -12879.2
3124.41/3160.24	c #Conflicts:     962000 | #Constraints:      54030
3124.41/3160.24	c bounds -9340 >= -50723 @ 3093.58
3148.06/3184.01	c #Conflicts:     963000 | #Constraints:      55031
3148.06/3184.01	c #Conflicts:     964000 | #Constraints:      56031
3148.06/3184.01	c #Conflicts:     965000 | #Constraints:      57031
3148.06/3184.01	c #Conflicts:     966000 | #Constraints:      58031
3148.06/3184.01	c #Conflicts:     967000 | #Constraints:      59033
3148.06/3184.01	c #Conflicts:     968000 | #Constraints:      60035
3148.06/3184.01	c #Conflicts:     969000 | #Constraints:      61039
3148.06/3184.01	c #Conflicts:     970000 | #Constraints:      62040
3148.06/3184.01	c #Conflicts:     971000 | #Constraints:      63042
3148.06/3184.01	c #Conflicts:     972000 | #Constraints:      64044
3148.06/3184.01	c #Conflicts:     973000 | #Constraints:      65047
3148.06/3184.01	c #Conflicts:     974000 | #Constraints:      66049
3148.06/3184.01	c #Conflicts:     975000 | #Constraints:      67052
3148.06/3184.01	c bounds -9346 >= -50723 @ 3116.89
3148.06/3184.02	c bounds -9346 >= -50707 @ 3116.9
3148.06/3184.03	c bounds -9346 >= -50691 @ 3116.92
3148.06/3184.04	c bounds -9346 >= -50676 @ 3116.92
3148.06/3184.05	c bounds -9346 >= -50660 @ 3116.93
3148.06/3184.06	c bounds -9346 >= -50644 @ 3116.94
3148.06/3184.08	c bounds -9346 >= -50628 @ 3116.96
3148.06/3184.10	c bounds -9346 >= -50613 @ 3116.98
3148.15/3184.10	c bounds -9346 >= -50598 @ 3116.98
3148.15/3184.13	c bounds -9346 >= -50582 @ 3117.01
3148.15/3184.16	c bounds -9346 >= -50567 @ 3117.04
3148.15/3184.19	c bounds -9346 >= -50552 @ 3117.07
3148.25/3184.22	c bounds -9346 >= -50537 @ 3117.1
3148.25/3184.24	c bounds -9346 >= -50522 @ 3117.12
3148.25/3184.25	c bounds -9346 >= -50507 @ 3117.13
3148.25/3184.27	c bounds -9346 >= -50492 @ 3117.15
3148.35/3184.32	c bounds -9346 >= -50477 @ 3117.2
3148.45/3184.46	c bounds -9346 >= -50462 @ 3117.34
3149.06/3185.07	WSVECS04 Frhs2[9]: 6 0 107 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[13]: 6 0 299 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[14]: 6 0 85 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[20]: 6 0 155 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[27]: 6 0 58.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[29]: 6 0 285 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[30]: 6 0 245 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[36]: 6 0 229 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[44]: 6 0 215 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[50]: 6 0 135 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[61]: 6 0 183 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[71]: 6 0 150 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[82]: 6 0 165 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[85]: 6 0 58 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[98]: 6 0 177 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[100]: 6 0 114 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[103]: 6 0 224 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[117]: 6 0 148 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[124]: 6 0 249 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[128]: 6 0 228 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[131]: 6 0 217 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[132]: 6 0 160 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[139]: 6 0 205 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[141]: 6 0 99.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[143]: 6 0 92 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[145]: 6 0 255 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[150]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[154]: 6 0 332 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[167]: 6 0 28 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[168]: 6 0 208 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[171]: 6 0 308 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[183]: 6 0 112 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[184]: 6 0 278 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[188]: 6 0 86 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[194]: 6 0 319 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[196]: 6 0 199 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[198]: 6 0 144 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[211]: 6 0 312 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[213]: 6 0 224 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[216]: 6 0 130 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[232]: 6 0 117 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[235]: 6 0 229 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[251]: 6 0 89 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[252]: 6 0 229 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[253]: 6 0 107 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[257]: 6 0 223 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[259]: 6 0 213 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[264]: 6 0 300 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[266]: 6 0 149 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[274]: 6 0 84.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[285]: 6 0 204 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[287]: 6 0 252 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[288]: 6 0 309 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[291]: 6 0 147 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[300]: 6 0 101 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[301]: 6 0 212 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[308]: 6 0 195 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[326]: 6 0 158 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[342]: 6 0 141 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[352]: 6 0 113 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[424]: 6 0 227 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[425]: 6 0 67.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[454]: 6 0 161 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[468]: 6 0 142 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[471]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[483]: 6 0 97.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[503]: 6 0 55.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[504]: 6 0 225 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[512]: 6 0 212 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[525]: 6 0 187 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[537]: 6 0 238 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[540]: 6 0 179 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[553]: 6 0 148 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[554]: 6 0 223 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[555]: 6 0 198 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[557]: 6 0 235 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[570]: 6 0 230 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[572]: 6 0 211 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[575]: 6 0 193 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[577]: 6 0 89 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[591]: 6 0 118 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[592]: 6 0 48 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[604]: 6 0 29 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[605]: 6 0 176 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[609]: 6 0 108 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[610]: 6 0 54 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[635]: 6 0 207 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[637]: 6 0 201 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[639]: 6 0 58.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[645]: 6 0 18 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[652]: 6 0 140 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[658]: 6 0 226 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[666]: 6 0 146 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[667]: 6 0 148 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[668]: 6 0 76.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[681]: 6 0 160 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[690]: 6 0 149 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[697]: 6 0 199 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[702]: 6 0 96.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[705]: 6 0 96.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[710]: 6 0 61.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[742]: 6 0 231 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[754]: 6 0 156 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[758]: 6 0 124 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[759]: 6 0 76.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[769]: 6 0 135 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[790]: 6 0 94.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[797]: 6 0 158 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[801]: 6 0 27 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[811]: 6 0 101 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[815]: 6 0 91 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[822]: 6 0 177 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[823]: 6 0 197 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[843]: 6 0 103 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[845]: 6 0 109 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[846]: 6 0 169 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[848]: 6 0 69 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[864]: 6 0 227 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[878]: 6 0 143 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[879]: 6 0 133 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[880]: 6 0 80.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[882]: 6 0 87 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[906]: 6 0 162 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[907]: 6 0 69.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[909]: 6 0 144 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[921]: 6 0 150 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[928]: 6 0 156 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[934]: 6 0 69 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[941]: 6 0 88 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[942]: 6 0 97 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[947]: 6 0 68 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[954]: 6 0 159 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[955]: 6 0 154 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[974]: 6 0 91.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[975]: 6 0 14.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[979]: 6 0 85 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[980]: 6 0 92 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[985]: 6 0 159 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[986]: 6 0 20.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1005]: 6 0 109 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1014]: 6 0 60.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1016]: 6 0 162 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1019]: 6 0 99.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1048]: 6 0 43.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1053]: 6 0 191 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1063]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1073]: 6 0 121 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1080]: 6 0 29 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1085]: 6 0 186 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1092]: 6 0 69.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1097]: 6 0 135 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1098]: 6 0 99.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1101]: 6 0 98.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1108]: 6 0 19.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1109]: 6 0 163 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1110]: 6 0 170 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1124]: 6 0 179 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1133]: 6 0 60 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1147]: 6 0 83 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1151]: 6 0 48.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1156]: 6 0 31.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1160]: 6 0 57 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1166]: 6 0 133 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1173]: 6 0 93 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1181]: 6 0 123 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1185]: 6 0 95.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1189]: 6 0 61.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1190]: 6 0 91 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1193]: 6 0 69.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1212]: 6 0 129 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1213]: 6 0 30 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1225]: 6 0 11.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1240]: 6 -52.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1251]: 6 0 90 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1268]: 6 0 32.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1270]: 6 0 138 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1277]: 6 0 111 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1280]: 6 0 60 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1283]: 6 0 116 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1292]: 6 0 115 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1311]: 6 0 92.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1319]: 6 0 4.00009 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1323]: 6 0 132 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1326]: 6 0 65.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1340]: 6 0 121 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1348]: 6 0 101 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1350]: 6 0 23 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1353]: 6 -81.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1358]: 6 0 129 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1359]: 6 0 94.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1360]: 6 0 91 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1371]: 6 0 54 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1373]: 6 0 10 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1374]: 6 0 91 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1376]: 6 0 58.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1379]: 6 0 70 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1394]: 6 0 128 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1396]: 6 0 18.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1397]: 6 0 120 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1398]: 6 0 139 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1402]: 6 -2.00005 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1403]: 6 -21.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1411]: 6 0 115 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1413]: 6 0 2.00006 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1415]: 6 0 83.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1425]: 6 0 78.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1426]: 6 0 30.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1430]: 6 0 35.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1431]: 6 0 79 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1441]: 6 0 10.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1449]: 6 0 55 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1456]: 6 0 45.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1467]: 6 0 76.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1469]: 6 0 9.00006 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1482]: 6 0 51.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1487]: 6 -20.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1490]: 6 -34.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1492]: 6 -31 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1493]: 6 -4.00003 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1494]: 6 -20.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1496]: 6 0 16 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1498]: 6 0 75.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1500]: 6 0 92 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1506]: 6 -24.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1510]: 6 -7.00003 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1513]: 6 0 81 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1515]: 6 0 71.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1517]: 6 0 22.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1523]: 6 -24.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1529]: 6 0 37.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1535]: 6 0 59.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1540]: 6 -19 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1545]: 6 0 42 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1546]: 6 0 36.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1552]: 6 0 16.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1557]: 6 0 21.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1561]: 6 0 76 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1574]: 6 0 7.00004 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1575]: 6 0 84.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1579]: 6 0 2.00007 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1591]: 6 0 26.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1594]: 6 0 75 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1599]: 6 -26.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1608]: 6 0 21.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1615]: 6 -38.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1620]: 6 0 49.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1621]: 6 0 48.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1634]: 6 -55 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1635]: 6 0 32 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1638]: 6 0 74.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1641]: 6 0 71 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1643]: 6 0 8.00008 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1647]: 6 -55.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1648]: 6 -23.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1652]: 6 0 15.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1664]: 6 -30.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1666]: 6 0 46.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1669]: 6 0 55.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1672]: 6 0 58 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1674]: 6 0 64.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1676]: 6 0 68.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1681]: 6 -52 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1683]: 6 0 78.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1685]: 6 0 90.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1688]: 6 0 16.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1694]: 6 -12.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1697]: 6 -57 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1699]: 6 0 21 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1740]: 6 -21.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1741]: 6 -15 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1742]: 6 0 23.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1749]: 6 -28 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1750]: 6 -6.00005 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1756]: 6 -7.00002 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1766]: 6 -32.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1768]: 6 -32.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1769]: 6 -29.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1770]: 6 -4.00005 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1771]: 6 -6.00009 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1774]: 6 -11.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1775]: 6 -7.00006 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1781]: 6 -6.00004 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1783]: 6 -13.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1786]: 6 -8.00003 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1790]: 6 -16 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1801]: 6 -31.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1802]: 6 -33.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1811]: 6 0 23.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1816]: 6 -5.00006 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1818]: 6 0 14 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1825]: 6 0 16.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1826]: 6 0 8.00007 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1827]: 6 0 14.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1830]: 6 -16.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1832]: 6 -5.00009 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1836]: 6 -6.00007 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1838]: 6 -30 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1840]: 6 -5.00004 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1841]: 6 0 28 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1844]: 6 0 11 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1847]: 6 -3.00007 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1848]: 6 -4.00008 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1853]: 6 -12.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1855]: 6 -35.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1860]: 6 0 13.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1862]: 6 0 19.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1863]: 6 -20 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1866]: 6 -16.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1867]: 6 -3.00004 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1868]: 6 0 9.00006 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1869]: 6 0 8.00004 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1878]: 6 -26.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1885]: 6 -10 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1900]: 6 -25 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1902]: 6 -33 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1913]: 6 -34.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1916]: 6 -19.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1918]: 6 -15 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1932]: 6 -9.00007 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1933]: 6 -20 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1937]: 6 0 8.00002 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1940]: 6 0 25.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1946]: 6 -22 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1949]: 6 -20 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1964]: 6 -4.00005 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1965]: 6 -11 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1968]: 6 0 25.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1971]: 6 0 6.00002 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1978]: 6 -28 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1980]: 6 -12 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1989]: 6 0 33.0001 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1995]: 6 -29.0001 0 shouldn't be
3149.06/3185.07	WSVECS04 Frhs2[1996]: 6 -19.0001 0 shouldn't be
3153.14/3189.19	c bounds -9346 >= -50447 @ 3122.03
3154.14/3190.18	c bounds -9346 >= -50432 @ 3123.02
3156.93/3192.96	c #Conflicts:     976000 | #Constraints:      68168
3156.93/3192.96	c bounds -9346 >= -50417 @ 3125.77
3174.36/3210.69	c #Conflicts:     977000 | #Constraints:      69183
3174.36/3210.69	c bounds -9346 >= -50402 @ 3143.19
3179.65/3215.99	c #Conflicts:     978000 | #Constraints:      70204
3179.65/3215.99	c #Conflicts:     979000 | #Constraints:      71204
3179.65/3215.99	c #Conflicts:     980000 | #Constraints:      72204
3179.65/3215.99	c #Conflicts:     981000 | #Constraints:      73204
3179.65/3215.99	c INPROCESSING
3179.65/3215.99	c GARBAGE COLLECT
3179.65/3215.99	WSVECS04 Frhs2[1700]: 6 -15 0 shouldn't be
3179.65/3215.99	WSVECS04 Frhs2[1717]: 6 -30 0 shouldn't be
3179.65/3215.99	WSVECS04 Frhs2[1966]: 6 -24.0001 0 shouldn't be
3181.76/3218.06	WSVECS04 Frhs2[1981]: 6 -9.00005 0 shouldn't be
3181.76/3218.06	WSVECS04 Frhs2[1982]: 6 -32.0001 0 shouldn't be
3182.95/3219.24	WSVECS04 Frhs2[1735]: 6 -16 0 shouldn't be
3182.95/3219.24	WSVECS04 Frhs2[1845]: 6 -17 0 shouldn't be
3187.04/3223.39	c rational objective -12879.2
3188.74/3225.05	c bounds -9351 >= -50402 @ 3157.4
3188.74/3225.10	c bounds -9357 >= -50402 @ 3157.45
3188.84/3225.10	c bounds -9366 >= -50402 @ 3157.45
3188.84/3225.17	c bounds -9367 >= -50402 @ 3157.52
3188.84/3225.17	c bounds -9371 >= -50402 @ 3157.52
3189.04/3225.35	c bounds -9374 >= -50402 @ 3157.7
3192.23/3228.58	c #Conflicts:     982000 | #Constraints:      54715
3192.23/3228.58	c #Conflicts:     983000 | #Constraints:      55715
3192.23/3228.58	c bounds -9384 >= -50402 @ 3160.86
3208.40/3245.02	c #Conflicts:     984000 | #Constraints:      56716
3208.40/3245.02	c #Conflicts:     985000 | #Constraints:      57716
3208.40/3245.02	c #Conflicts:     986000 | #Constraints:      58716
3208.40/3245.02	c #Conflicts:     987000 | #Constraints:      59716
3208.40/3245.02	c #Conflicts:     988000 | #Constraints:      60717
3208.40/3245.02	c #Conflicts:     989000 | #Constraints:      61720
3208.40/3245.02	c #Conflicts:     990000 | #Constraints:      62723
3208.40/3245.02	c bounds -9386 >= -50402 @ 3176.8
3210.10/3246.72	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[85]: 6 0 58.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[99]: 6 0 333 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[135]: 6 0 309 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[148]: 6 0 47.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[162]: 6 0 314 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[179]: 6 0 85 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[209]: 6 0 122 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[272]: 6 0 156 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[309]: 6 0 48 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[310]: 6 0 210 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[350]: 6 0 15 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[391]: 6 0 205 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[450]: 6 0 214 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[472]: 6 0 105 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[477]: 6 0 234 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[497]: 6 0 240 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[580]: 6 0 203 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[604]: 6 0 29 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[607]: 6 0 66 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[610]: 6 0 54.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[655]: 6 0 151 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[656]: 6 0 153 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[662]: 6 0 219 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[676]: 6 0 188 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[679]: 6 0 150 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[710]: 6 0 61 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[724]: 6 0 167 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[728]: 6 0 191 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[734]: 6 0 43 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[777]: 6 0 159 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[779]: 6 0 168 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[791]: 6 0 118 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[800]: 6 0 129 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[808]: 6 0 196 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[810]: 6 0 179 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[813]: 6 0 163 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[818]: 6 0 140 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[848]: 6 0 69 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[908]: 6 0 80 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[925]: 6 0 75 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[931]: 6 0 187 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[932]: 6 0 97 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[941]: 6 0 88.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[949]: 6 0 100 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[961]: 6 0 23 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[964]: 6 0 53.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[981]: 6 0 126 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[983]: 6 0 166 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[992]: 6 0 82 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[997]: 6 0 75 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1009]: 6 0 59.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1011]: 6 0 49.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1017]: 6 0 61.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1021]: 6 0 30.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1025]: 6 0 138 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1043]: 6 0 129 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1045]: 6 0 156 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1046]: 6 0 132 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1057]: 6 0 54.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1070]: 6 0 177 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1116]: 6 0 66.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1119]: 6 0 181 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1123]: 6 0 177 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1131]: 6 0 90.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1177]: 6 0 141 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1215]: 6 0 81 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1219]: 6 0 44 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1228]: 6 0 139 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1252]: 6 0 130 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1256]: 6 0 99 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1264]: 6 0 141 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1285]: 6 0 86 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1286]: 6 0 73.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1289]: 6 0 143 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1294]: 6 0 32 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1322]: 6 0 30.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1325]: 6 0 35 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1326]: 6 0 65 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1330]: 6 0 65.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1360]: 6 0 91 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1374]: 6 0 91.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1411]: 6 0 115 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1415]: 6 0 83 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1427]: 6 0 37 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1481]: 6 0 85.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1515]: 6 0 71.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1529]: 6 0 37.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1590]: 6 0 65.0001 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1646]: 6 -43 0 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1687]: 6 0 31 shouldn't be
3210.10/3246.72	WSVECS04 Frhs2[1853]: 6 -12 0 shouldn't be
3210.60/3247.23	WSVECS04 Frhs2[33]: 6 0 300 shouldn't be
3210.60/3247.23	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
3210.60/3247.23	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
3210.60/3247.23	WSVECS04 Frhs2[65]: 6 0 301 shouldn't be
3210.60/3247.23	WSVECS04 Frhs2[83]: 6 0 161 shouldn't be
3210.60/3247.23	WSVECS04 Frhs2[84]: 6 0 155 shouldn't be
3210.60/3247.23	WSVECS04 Frhs2[118]: 6 0 319 shouldn't be
3210.60/3247.23	WSVECS04 Frhs2[120]: 6 0 130 shouldn't be
3210.60/3247.23	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
3210.60/3247.23	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[271]: 6 0 114 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[277]: 6 0 1.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[305]: 6 0 255 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[323]: 6 0 131 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[368]: 6 0 264 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[370]: 6 0 142 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[385]: 6 0 123 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[403]: 6 0 131 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[406]: 6 0 106 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[436]: 6 0 145 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[437]: 6 0 245 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[438]: 6 0 255 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[443]: 6 0 286 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[455]: 6 0 119 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[456]: 6 0 167 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[467]: 6 0 78 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[492]: 6 0 217 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[518]: 6 0 246 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[519]: 6 0 232 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[522]: 6 0 179 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[551]: 6 0 148 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[560]: 6 0 65 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[588]: 6 0 193 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[622]: 6 0 161 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[642]: 6 0 146 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[675]: 6 0 107 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[684]: 6 0 229 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[688]: 6 0 96 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[692]: 6 0 18.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[702]: 6 0 96.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[704]: 6 0 214 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[723]: 6 0 89 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[725]: 6 0 164 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[726]: 6 0 147 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[732]: 6 0 221 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[746]: 6 0 154 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[781]: 6 0 206 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[793]: 6 0 167 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[815]: 6 0 91.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[819]: 6 0 160 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[820]: 6 0 171 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[829]: 6 0 176 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[830]: 6 0 220 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[831]: 6 0 149 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[835]: 6 0 127 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[839]: 6 0 238 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[893]: 6 0 171 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[922]: 6 0 154 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[927]: 6 0 49.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[947]: 6 0 68 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[967]: 6 0 109 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[973]: 6 0 180 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[977]: 6 0 107 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1010]: 6 0 115 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1027]: 6 0 110 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1034]: 6 0 141 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1066]: 6 0 108 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1067]: 6 0 167 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1088]: 6 0 119 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1091]: 6 0 140 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1120]: 6 0 155 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1121]: 6 0 186 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1125]: 6 0 109 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1126]: 6 0 58.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1138]: 6 0 60.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1142]: 6 0 127 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1143]: 6 0 110 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1173]: 6 0 93.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1209]: 6 0 110 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1237]: 6 0 129 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1280]: 6 0 60.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1328]: 6 0 68 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1359]: 6 0 94.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1371]: 6 0 54 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1373]: 6 0 10 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1390]: 6 0 64.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1392]: 6 0 68.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1393]: 6 0 69.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1394]: 6 0 128 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1403]: 6 -21.0001 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1424]: 6 0 2.00003 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1432]: 6 0 112 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1482]: 6 0 51.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1492]: 6 -31.0001 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1497]: 6 0 56.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1506]: 6 -24.0001 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1577]: 6 0 20.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1587]: 6 0 15.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1594]: 6 0 75 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1608]: 6 0 21.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1610]: 6 0 75 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1626]: 6 0 45 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1628]: 6 -25 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1669]: 6 0 55.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1670]: 6 0 30.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1678]: 6 -31.0001 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1804]: 6 -25 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1811]: 6 0 23.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1838]: 6 -30 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1855]: 6 -35.0001 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1860]: 6 0 13.0001 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1916]: 6 -19 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1917]: 6 -28 0 shouldn't be
3210.60/3247.24	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
3289.85/3327.16	c #Conflicts:     991000 | #Constraints:      63728
3289.85/3327.16	c #Conflicts:     992000 | #Constraints:      64728
3289.85/3327.16	c #Conflicts:     993000 | #Constraints:      65728
3289.85/3327.16	c #Conflicts:     994000 | #Constraints:      66728
3289.85/3327.16	c #Conflicts:     995000 | #Constraints:      67728
3289.85/3327.16	c #Conflicts:     996000 | #Constraints:      68729
3289.85/3327.16	c #Conflicts:     997000 | #Constraints:      69729
3289.85/3327.16	c #Conflicts:     998000 | #Constraints:      70729
3289.85/3327.16	c #Conflicts:     999000 | #Constraints:      71729
3289.85/3327.16	c #Conflicts:    1000000 | #Constraints:      72730
3289.85/3327.16	c #Conflicts:    1001000 | #Constraints:      73730
3289.85/3327.16	c INPROCESSING
3289.85/3327.16	c GARBAGE COLLECT
3289.85/3327.16	c rational objective -12879.2
3302.82/3340.11	c #Conflicts:    1002000 | #Constraints:      55011
3302.82/3340.11	c #Conflicts:    1003000 | #Constraints:      56011
3302.82/3340.11	c #Conflicts:    1004000 | #Constraints:      57011
3302.82/3340.11	c #Conflicts:    1005000 | #Constraints:      58013
3302.82/3340.11	c #Conflicts:    1006000 | #Constraints:      59017
3302.82/3340.11	c bounds -9390 >= -50402 @ 3270.63
3303.21/3340.52	c bounds -9396 >= -50402 @ 3271.03
3305.11/3342.49	c #Conflicts:    1007000 | #Constraints:      60022
3305.11/3342.49	c #Conflicts:    1008000 | #Constraints:      61026
3305.11/3342.49	c bounds -9399 >= -50402 @ 3272.96
3305.21/3342.55	c bounds -9407 >= -50402 @ 3273.03
3305.41/3342.78	c bounds -9409 >= -50402 @ 3273.25
3306.01/3343.30	c bounds -9415 >= -50402 @ 3273.76
3307.30/3344.66	c bounds -9418 >= -50402 @ 3275.1
3307.99/3345.38	c #Conflicts:    1009000 | #Constraints:      62047
3307.99/3345.38	c bounds -9419 >= -50402 @ 3275.81
3308.09/3345.44	c bounds -9430 >= -50402 @ 3275.87
3308.20/3345.57	c bounds -9484 >= -50402 @ 3276
3308.80/3346.19	c bounds -9487 >= -50402 @ 3276.61
3309.26/3346.78	c bounds -9491 >= -50402 @ 3277
3310.00/3347.51	c bounds -9494 >= -50402 @ 3277.71
3310.10/3347.65	c bounds -9496 >= -50402 @ 3277.85
3311.09/3348.60	c #Conflicts:    1010000 | #Constraints:      63063
3311.09/3348.60	c bounds -9498 >= -50402 @ 3278.8
3314.33/3351.97	c #Conflicts:    1011000 | #Constraints:      64076
3314.33/3351.97	c bounds -9508 >= -50402 @ 3282.05
3314.33/3351.99	c bounds -9508 >= -50390 @ 3282.07
3314.33/3351.99	c bounds -9508 >= -50376 @ 3282.07
3314.33/3352.00	c bounds -9508 >= -50362 @ 3282.08
3314.43/3352.01	c bounds -9508 >= -50350 @ 3282.09
3314.43/3352.02	c bounds -9508 >= -50336 @ 3282.09
3314.43/3352.04	c bounds -9508 >= -50322 @ 3282.12
3314.43/3352.06	c bounds -9508 >= -50310 @ 3282.14
3314.43/3352.08	c bounds -9508 >= -50298 @ 3282.15
3314.43/3352.09	c bounds -9508 >= -50286 @ 3282.17
3314.53/3352.12	c bounds -9508 >= -50273 @ 3282.2
3314.53/3352.13	c bounds -9508 >= -50261 @ 3282.21
3314.53/3352.14	c bounds -9508 >= -50249 @ 3282.22
3314.53/3352.18	c bounds -9508 >= -50237 @ 3282.25
3314.63/3352.21	c bounds -9508 >= -50225 @ 3282.29
3315.33/3352.91	c bounds -9508 >= -50213 @ 3282.98
3315.92/3353.57	c bounds -9508 >= -50201 @ 3283.63
3316.92/3354.51	c bounds -9508 >= -50189 @ 3284.56
3345.55/3383.39	c #Conflicts:    1012000 | #Constraints:      65183
3345.55/3383.39	c #Conflicts:    1013000 | #Constraints:      66184
3345.55/3383.39	c #Conflicts:    1014000 | #Constraints:      67191
3345.55/3383.39	c #Conflicts:    1015000 | #Constraints:      68195
3345.55/3383.39	c #Conflicts:    1016000 | #Constraints:      69199
3345.55/3383.39	c #Conflicts:    1017000 | #Constraints:      70206
3345.55/3383.39	c #Conflicts:    1018000 | #Constraints:      71212
3345.55/3383.39	c #Conflicts:    1019000 | #Constraints:      72217
3345.55/3383.39	c #Conflicts:    1020000 | #Constraints:      73222
3345.55/3383.39	c #Conflicts:    1021000 | #Constraints:      74222
3345.55/3383.39	c INPROCESSING
3345.55/3383.39	c GARBAGE COLLECT
3345.55/3383.39	c rational objective -12879.2
3348.45/3386.22	c bounds -9508 >= -50177 @ 3315.77
3348.84/3386.68	c bounds -9508 >= -50165 @ 3316.23
3349.04/3386.89	c bounds -9508 >= -50139 @ 3316.43
3349.04/3386.89	c bounds -9508 >= -50127 @ 3316.44
3349.14/3386.90	c bounds -9508 >= -50115 @ 3316.44
3349.14/3386.91	c bounds -9508 >= -50103 @ 3316.46
3349.14/3386.93	c bounds -9508 >= -50091 @ 3316.48
3349.14/3386.98	c bounds -9508 >= -50079 @ 3316.53
3349.35/3387.11	c #Conflicts:    1022000 | #Constraints:      55238
3349.35/3387.11	c bounds -9508 >= -50067 @ 3316.65
3349.44/3387.28	c bounds -9508 >= -50055 @ 3316.82
3349.94/3387.70	c bounds -9508 >= -50043 @ 3317.23
3351.83/3389.69	c #Conflicts:    1023000 | #Constraints:      56301
3351.83/3389.69	c bounds -9508 >= -50031 @ 3319.2
3354.34/3392.18	c #Conflicts:    1024000 | #Constraints:      57332
3354.34/3392.18	c bounds -9508 >= -50019 @ 3321.64
3358.38/3396.49	c #Conflicts:    1025000 | #Constraints:      58362
3358.38/3396.49	c #Conflicts:    1026000 | #Constraints:      59363
3358.38/3396.49	c bounds -9508 >= -50007 @ 3325.64
3361.21/3399.32	c #Conflicts:    1027000 | #Constraints:      60390
3361.21/3399.32	WSVECS04 Frhs2[7]: 6 0 328 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[23]: 6 0 174 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[205]: 6 0 332 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[228]: 6 0 280 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[258]: 6 0 267 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[276]: 6 0 211 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[293]: 6 0 126 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[309]: 6 0 48.0001 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[636]: 6 0 169 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[828]: 6 0 205 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[855]: 6 0 198 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[870]: 6 0 163 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[887]: 6 0 180 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[1139]: 6 0 115 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[1156]: 6 0 31.0001 shouldn't be
3361.21/3399.32	WSVECS04 Frhs2[1982]: 6 -32 0 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[204]: 6 0 312 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[275]: 6 0 123 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[312]: 6 0 13.0001 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[349]: 6 0 97.0001 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[529]: 6 0 175 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[542]: 6 0 212 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[563]: 6 0 156 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[564]: 6 0 211 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[581]: 6 0 162 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[584]: 6 0 165 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[585]: 6 0 118 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[602]: 6 0 111 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[620]: 6 0 135 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[634]: 6 0 41.0001 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[734]: 6 0 43.0001 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[875]: 6 -27.0001 0 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[1422]: 6 -63.0001 0 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[1777]: 6 -21.0001 0 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[1964]: 6 -4.00009 0 shouldn't be
3361.90/3400.03	WSVECS04 Frhs2[1966]: 6 -24.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[5]: 6 0 131 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[297]: 6 0 147 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[327]: 6 0 230 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[517]: 6 0 218 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[547]: 6 0 196 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[567]: 6 0 212 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[836]: 6 0 153 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[854]: 6 0 182 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[869]: 6 0 60.0001 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[885]: 6 0 175 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1159]: 6 -44 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1179]: 6 -30.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1414]: 6 -64.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1454]: 6 -53.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1466]: 6 -47 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1484]: 6 -31.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1701]: 6 -29.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1715]: 6 -71 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1717]: 6 -30.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1735]: 6 -16.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1744]: 6 -27.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1749]: 6 -28.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1778]: 6 -14.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1780]: 6 -15.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1847]: 6 -3.00004 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1933]: 6 -20.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1945]: 6 -19 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1946]: 6 -22.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1976]: 6 -34.0001 0 shouldn't be
3362.60/3400.79	WSVECS04 Frhs2[1980]: 6 -12.0001 0 shouldn't be
3363.90/3402.06	c bounds -9508 >= -49995 @ 3331.06
3375.98/3414.17	c #Conflicts:    1028000 | #Constraints:      61415
3375.98/3414.17	c #Conflicts:    1029000 | #Constraints:      62415
3375.98/3414.17	c #Conflicts:    1030000 | #Constraints:      63415
3375.98/3414.17	c #Conflicts:    1031000 | #Constraints:      64415
3375.98/3414.17	c #Conflicts:    1032000 | #Constraints:      65415
3375.98/3414.17	c #Conflicts:    1033000 | #Constraints:      66415
3375.98/3414.17	WSVECS04 Frhs2[134]: 6 0 256 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[151]: 6 0 318 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[153]: 6 0 260 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[179]: 6 0 85.0001 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[202]: 6 0 209 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[251]: 6 0 89.0001 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[267]: 6 0 99 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[371]: 6 0 285 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[401]: 6 0 262 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[405]: 6 0 189 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[422]: 6 0 198 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[435]: 6 0 250 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[524]: 6 0 101 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[541]: 6 0 282 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[727]: 6 0 88.0001 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[844]: 6 0 234 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[980]: 6 0 92.0001 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[1130]: 6 0 175 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[1146]: 6 0 189 shouldn't be
3375.98/3414.17	WSVECS04 Frhs2[1548]: 6 0 84.0001 shouldn't be
3377.37/3415.56	c bounds -9508 >= -49983 @ 3344.36
3381.26/3419.45	c #Conflicts:    1034000 | #Constraints:      67446
3381.26/3419.45	c #Conflicts:    1035000 | #Constraints:      68446
3381.26/3419.45	WSVECS04 Frhs2[52]: 6 0 209 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[102]: 6 0 265 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[104]: 6 0 71 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[110]: 6 0 312 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[306]: 6 0 227 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[319]: 6 0 196 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[320]: 6 0 147 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[332]: 6 0 158 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[359]: 6 0 111 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[390]: 6 0 166 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[493]: 6 0 169 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[615]: 6 0 230 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[618]: 6 0 228 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[647]: 6 0 153 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[664]: 6 0 102 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[682]: 6 0 182 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[834]: 6 0 111 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[861]: 6 0 166 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[882]: 6 0 87.0001 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[884]: 6 0 51 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[886]: 6 0 126 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[901]: 6 0 157 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[902]: 6 0 131 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[903]: 6 0 141 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[916]: 6 0 109 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[919]: 6 0 118 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[1204]: 6 0 109 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[1206]: 6 0 134 shouldn't be
3381.26/3419.45	WSVECS04 Frhs2[1857]: 6 -6.00007 0 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[16]: 6 0 102 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[51]: 6 0 157 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[57]: 6 0 234 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[58]: 6 0 178 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[59]: 6 0 163 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[69]: 6 0 283 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[79]: 6 0 152 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[87]: 6 0 252 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[95]: 6 0 223 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[105]: 6 0 254 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[188]: 6 0 86 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[314]: 6 0 158 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[321]: 6 0 241 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[325]: 6 0 134 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[329]: 6 0 153 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[339]: 6 0 207 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[340]: 6 0 173 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[344]: 6 0 122 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[345]: 6 0 230 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[354]: 6 0 150 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[356]: 6 0 138 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[364]: 6 0 160 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[374]: 6 0 148 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[375]: 6 0 128 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[379]: 6 0 230 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[396]: 6 0 48.0001 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[402]: 6 0 196 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[546]: 6 0 243 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[593]: 6 0 116 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[594]: 6 0 103 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[596]: 6 0 179 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[600]: 6 0 148 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[610]: 6 0 54.0001 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[611]: 6 0 236 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[612]: 6 0 192 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[628]: 6 0 200 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[663]: 6 0 236 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[853]: 6 0 134 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[899]: 6 0 123 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[914]: 6 0 132 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[934]: 6 0 69.0001 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[935]: 6 0 151 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[936]: 6 0 144 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1187]: 6 0 85 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1205]: 6 0 114 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1222]: 6 0 105 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1474]: 6 0 92 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1491]: 6 0 33.0001 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1588]: 6 -27.0001 0 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1589]: 6 -47 0 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1655]: 6 -14.0001 0 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1874]: 6 -17 0 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1917]: 6 -28.0001 0 shouldn't be
3381.76/3419.95	WSVECS04 Frhs2[1969]: 6 -25.0001 0 shouldn't be
3411.59/3449.89	c #Conflicts:    1036000 | #Constraints:      69447
3411.59/3449.89	c #Conflicts:    1037000 | #Constraints:      70447
3411.59/3449.89	c #Conflicts:    1038000 | #Constraints:      71447
3411.59/3449.89	c #Conflicts:    1039000 | #Constraints:      72447
3411.59/3449.89	c #Conflicts:    1040000 | #Constraints:      73447
3411.59/3449.89	c #Conflicts:    1041000 | #Constraints:      74447
3411.59/3449.89	c INPROCESSING
3411.59/3449.89	c GARBAGE COLLECT
3411.59/3449.89	c rational objective -12879.2
3430.26/3468.57	c #Conflicts:    1042000 | #Constraints:      55178
3430.26/3468.57	c #Conflicts:    1043000 | #Constraints:      56178
3430.26/3468.57	c #Conflicts:    1044000 | #Constraints:      57179
3430.26/3468.57	c #Conflicts:    1045000 | #Constraints:      58179
3430.26/3468.57	c #Conflicts:    1046000 | #Constraints:      59179
3430.26/3468.57	c #Conflicts:    1047000 | #Constraints:      60179
3430.26/3468.57	c bounds -9508 >= -49971 @ 3396.75
3436.52/3475.02	c #Conflicts:    1048000 | #Constraints:      61213
3436.52/3475.02	c #Conflicts:    1049000 | #Constraints:      62213
3436.52/3475.02	c #Conflicts:    1050000 | #Constraints:      63213
3436.52/3475.02	WSVECS04 Frhs2[109]: 6 0 176 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[138]: 6 0 125 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[155]: 6 0 60.0001 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[191]: 6 0 178 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[223]: 6 0 136 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[241]: 6 0 169 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[242]: 6 0 167 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[394]: 6 0 191 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[397]: 6 0 242 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[412]: 6 0 234 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[414]: 6 0 162 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[427]: 6 0 172 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[428]: 6 0 216 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[432]: 6 0 243 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[445]: 6 0 195 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[464]: 6 0 72 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[478]: 6 0 277 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[479]: 6 0 171 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[488]: 6 0 270 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[495]: 6 0 117 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[496]: 6 0 130 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[513]: 6 0 216 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[533]: 6 0 215 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[701]: 6 0 171 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[716]: 6 0 223 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[733]: 6 0 216 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[756]: 6 0 185 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[757]: 6 0 107 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[760]: 6 0 234 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[768]: 6 0 222 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[784]: 6 0 175 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[904]: 6 -15 0 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[1036]: 6 0 174 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[1037]: 6 0 136 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[1041]: 6 0 180 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[1055]: 6 0 76.0001 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[1058]: 6 0 167 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[1171]: 6 -50.0001 0 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[1309]: 6 0 131 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[1325]: 6 0 35.0001 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[1473]: 6 -34 0 shouldn't be
3436.52/3475.02	WSVECS04 Frhs2[1590]: 6 0 65 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[53]: 6 0 196 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[75]: 6 0 100 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[143]: 6 0 92 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[158]: 6 0 173 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[160]: 6 0 219 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[170]: 6 0 133 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[195]: 6 0 166 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[396]: 6 0 48 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[408]: 6 0 266 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[429]: 6 0 195 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[448]: 6 0 76.0001 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[465]: 6 0 103 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[467]: 6 0 78 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[483]: 6 0 97 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[499]: 6 0 122 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[501]: 6 0 222 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[633]: 6 -70.0001 0 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[734]: 6 0 43.0001 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[736]: 6 0 102 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[749]: 6 0 133 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[750]: 6 0 52 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[752]: 6 0 52.0001 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[804]: 6 0 155 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[1003]: 6 0 23 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[1020]: 6 0 117 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[1021]: 6 0 30 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[1057]: 6 0 54 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[1170]: 6 -61.0001 0 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[1326]: 6 0 65.0001 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[1360]: 6 0 91.0001 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[1460]: 6 -62 0 shouldn't be
3437.22/3475.73	WSVECS04 Frhs2[1523]: 6 -24.0001 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[141]: 6 0 99.0001 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[172]: 6 0 132 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[279]: 6 0 127 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[395]: 6 0 247 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[413]: 6 0 60.0001 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[463]: 6 0 167 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[481]: 6 0 167 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[489]: 6 0 72 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[514]: 6 0 74.0001 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[702]: 6 0 96.0001 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[718]: 6 0 180 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[755]: 6 0 205 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[803]: 6 0 177 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[806]: 6 0 114 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[920]: 6 -35 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1038]: 6 0 159 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1075]: 6 0 44.0001 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1207]: 6 -2.00007 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1238]: 6 -9.00007 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1328]: 6 0 68.0001 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1461]: 6 -67 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1506]: 6 -24 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1606]: 6 0 50 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1776]: 6 -34 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1801]: 6 -31 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1802]: 6 -33 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1810]: 6 -6.00003 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1834]: 6 -17.0001 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1836]: 6 -6.00002 0 shouldn't be
3437.92/3476.41	WSVECS04 Frhs2[1838]: 6 -30.0001 0 shouldn't be
3478.45/3517.37	c #Conflicts:    1051000 | #Constraints:      64214
3478.45/3517.37	c #Conflicts:    1052000 | #Constraints:      65214
3478.45/3517.37	c #Conflicts:    1053000 | #Constraints:      66214
3478.45/3517.37	c #Conflicts:    1054000 | #Constraints:      67214
3478.45/3517.37	c #Conflicts:    1055000 | #Constraints:      68214
3478.45/3517.37	c #Conflicts:    1056000 | #Constraints:      69214
3478.45/3517.37	c #Conflicts:    1057000 | #Constraints:      70214
3478.45/3517.37	c #Conflicts:    1058000 | #Constraints:      71214
3478.45/3517.37	c #Conflicts:    1059000 | #Constraints:      72215
3478.45/3517.37	c #Conflicts:    1060000 | #Constraints:      73215
3478.45/3517.37	c #Conflicts:    1061000 | #Constraints:      74215
3478.45/3517.37	c #Conflicts:    1062000 | #Constraints:      75215
3478.45/3517.37	c INPROCESSING
3478.45/3517.37	c GARBAGE COLLECT
3478.45/3517.37	c rational objective -12875.3
3510.85/3550.13	c #Conflicts:    1063000 | #Constraints:      55772
3510.85/3550.13	c #Conflicts:    1064000 | #Constraints:      56772
3510.85/3550.13	c #Conflicts:    1065000 | #Constraints:      57772
3510.85/3550.13	c #Conflicts:    1066000 | #Constraints:      58773
3510.85/3550.13	c #Conflicts:    1067000 | #Constraints:      59773
3510.85/3550.13	c #Conflicts:    1068000 | #Constraints:      60773
3510.85/3550.13	c #Conflicts:    1069000 | #Constraints:      61774
3510.85/3550.13	c #Conflicts:    1070000 | #Constraints:      62774
3510.85/3550.13	c #Conflicts:    1071000 | #Constraints:      63775
3510.85/3550.13	c #Conflicts:    1072000 | #Constraints:      64776
3510.85/3550.13	c #Conflicts:    1073000 | #Constraints:      65777
3510.85/3550.13	c bounds -9508 >= -49959 @ 3476.38
3512.14/3551.45	WSVECS04 Frhs2[1492]: 6 -31 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1509]: 6 -20.0001 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1646]: 6 -43.0001 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1695]: 6 -39.0001 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1745]: 6 -31 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1768]: 6 -32 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1769]: 6 -29 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1782]: 6 -29.0001 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1909]: 6 -2.00008 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1913]: 6 -34 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1925]: 6 -15 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1926]: 6 -35 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1927]: 6 -30.0001 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1945]: 6 -19.0001 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1959]: 6 -29.0001 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1961]: 6 -30 0 shouldn't be
3512.14/3551.45	WSVECS04 Frhs2[1986]: 6 -26.0001 0 shouldn't be
3513.04/3552.39	WSVECS04 Frhs2[152]: 6 0 101 shouldn't be
3513.04/3552.39	WSVECS04 Frhs2[165]: 6 0 306 shouldn't be
3513.04/3552.39	WSVECS04 Frhs2[367]: 6 0 31 shouldn't be
3513.04/3552.39	WSVECS04 Frhs2[399]: 6 0 211 shouldn't be
3513.04/3552.39	WSVECS04 Frhs2[411]: 6 0 220 shouldn't be
3513.04/3552.39	WSVECS04 Frhs2[417]: 6 0 212 shouldn't be
3513.04/3552.39	WSVECS04 Frhs2[418]: 6 0 255 shouldn't be
3513.04/3552.39	WSVECS04 Frhs2[420]: 6 0 46 shouldn't be
3513.04/3552.39	WSVECS04 Frhs2[689]: 6 0 135 shouldn't be
3513.04/3552.39	WSVECS04 Frhs2[1678]: 6 -31 0 shouldn't be
3514.13/3553.45	WSVECS04 Frhs2[78]: 6 0 25.0001 shouldn't be
3514.13/3553.45	WSVECS04 Frhs2[708]: 6 0 14 shouldn't be
3514.13/3553.45	WSVECS04 Frhs2[1207]: 6 -2.00004 0 shouldn't be
3514.13/3553.45	WSVECS04 Frhs2[1384]: 6 -49.0001 0 shouldn't be
3514.13/3553.45	WSVECS04 Frhs2[1677]: 6 -34 0 shouldn't be
3514.13/3553.45	WSVECS04 Frhs2[1694]: 6 -12.0001 0 shouldn't be
3514.13/3553.45	WSVECS04 Frhs2[1897]: 6 -22.0001 0 shouldn't be
3514.13/3553.45	WSVECS04 Frhs2[1974]: 6 -25.0001 0 shouldn't be
3514.13/3553.45	WSVECS04 Frhs2[1976]: 6 -34 0 shouldn't be
3515.13/3554.44	WSVECS04 Frhs2[1367]: 6 -9.00007 0 shouldn't be
3515.13/3554.44	WSVECS04 Frhs2[1402]: 6 -2.00009 0 shouldn't be
3515.13/3554.44	WSVECS04 Frhs2[1417]: 6 -10 0 shouldn't be
3515.13/3554.44	WSVECS04 Frhs2[1461]: 6 -67 0 shouldn't be
3515.13/3554.44	WSVECS04 Frhs2[1647]: 6 -55 0 shouldn't be
3515.13/3554.44	WSVECS04 Frhs2[1728]: 6 -15.0001 0 shouldn't be
3515.13/3554.44	WSVECS04 Frhs2[1753]: 6 -19.0001 0 shouldn't be
3515.13/3554.44	WSVECS04 Frhs2[1924]: 6 -5.00006 0 shouldn't be
3515.13/3554.44	WSVECS04 Frhs2[1973]: 6 -7.00003 0 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[384]: 6 0 163 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[688]: 6 0 96 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[1113]: 6 -93 0 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[1460]: 6 -62.0001 0 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[1462]: 6 -33 0 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[1628]: 6 -25.0001 0 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[1642]: 6 -68.0001 0 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[1661]: 6 -49.0001 0 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[1664]: 6 -30.0001 0 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[1763]: 6 -8.00005 0 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[1781]: 6 -6.00008 0 shouldn't be
3516.13/3555.47	WSVECS04 Frhs2[1941]: 6 -23.0001 0 shouldn't be
3539.78/3579.17	c #Conflicts:    1074000 | #Constraints:      66793
3539.78/3579.17	c #Conflicts:    1075000 | #Constraints:      67793
3539.78/3579.17	c #Conflicts:    1076000 | #Constraints:      68793
3539.78/3579.17	c #Conflicts:    1077000 | #Constraints:      69793
3539.78/3579.17	c #Conflicts:    1078000 | #Constraints:      70793
3539.78/3579.17	c #Conflicts:    1079000 | #Constraints:      71793
3539.78/3579.17	c #Conflicts:    1080000 | #Constraints:      72793
3539.78/3579.17	c #Conflicts:    1081000 | #Constraints:      73793
3539.78/3579.17	c #Conflicts:    1082000 | #Constraints:      74793
3539.78/3579.17	c #Conflicts:    1083000 | #Constraints:      75793
3539.78/3579.17	c INPROCESSING
3539.78/3579.17	c GARBAGE COLLECT
3539.78/3579.17	c rational objective -12875.3
3600.01/3639.70	c #Conflicts:    1084000 | #Constraints:      56181
3600.01/3639.70	c #Conflicts:    1085000 | #Constraints:      57181
3600.01/3639.70	c #Conflicts:    1086000 | #Constraints:      58182
3600.01/3639.70	c #Conflicts:    1087000 | #Constraints:      59182
3600.01/3639.70	c #Conflicts:    1088000 | #Constraints:      60182
3600.01/3639.70	c #Conflicts:    1089000 | #Constraints:      61182
3600.01/3639.70	c #Conflicts:    1090000 | #Constraints:      62183
3600.01/3639.70	c #Conflicts:    1091000 | #Constraints:      63183
3600.01/3639.70	c #Conflicts:    1092000 | #Constraints:      64184
3600.01/3639.70	c #Conflicts:    1093000 | #Constraints:      65184
3600.01/3639.70	c #Conflicts:    1094000 | #Constraints:      66184
3600.01/3639.70	c #Conflicts:    1095000 | #Constraints:      67185
3600.01/3639.70	c #Conflicts:    1096000 | #Constraints:      68185
3600.01/3639.70	c #Conflicts:    1097000 | #Constraints:      69185
3600.01/3639.70	c #Conflicts:    1098000 | #Constraints:      70186
3600.01/3639.70	c #Conflicts:    1099000 | #Constraints:      71186
3600.01/3639.70	c #Conflicts:    1100000 | #Constraints:      72187
3600.01/3639.70	c #Conflicts:    1101000 | #Constraints:      73187
3600.01/3639.70	c #Conflicts:    1102000 | #Constraints:      74187
3600.01/3639.70	c #Conflicts:    1103000 | #Constraints:      75188
3600.01/3639.70	c #Conflicts:    1104000 | #Constraints:      76189
3600.01/3639.70	c INPROCESSING
3600.01/3639.70	c GARBAGE COLLECT
3600.01/3639.70	c Disabling crashed LP
3600.01/3639.70	c cpu time 3564.5 s
3600.01/3639.70	c deterministic time 127865955734 1.28e+11
3600.01/3639.70	c optimization time 1.65581 s
3600.01/3639.70	c total solve time 3562.7 s
3600.01/3639.70	c core-guided solve time 2783.08 s
3600.01/3639.70	c propagation time 1412.36 s
3600.01/3639.70	c conflict analysis time 1113.11 s
3600.01/3639.70	c propagations 420938370
3600.01/3639.70	c resolve steps 33176447
3600.01/3639.70	c decisions 3472074
3600.01/3639.70	c conflicts 1104000
3600.01/3639.70	c restarts 2046
3600.01/3639.70	c inprocessing phases 96
3600.01/3639.70	c garbage collections 96 ,( 100.00 )
3600.01/3639.70	c input clauses 32784 ,( 90.12 )
3600.01/3639.70	c input cardinalities 1508 ,( 4.15 )
3600.01/3639.70	c input general constraints 2088 ,( 5.74 )
3600.01/3639.70	c input average constraint length 67.62
3600.01/3639.70	c input average constraint degree 2413.52
3600.01/3639.70	c learned clauses 558342 ,( 50.49 )
3600.01/3639.70	c learned cardinalities 69 ,( 0.01 )
3600.01/3639.70	c learned general constraints 547533 ,( 49.51 )
3600.01/3639.70	c learned average constraint length 737.35
3600.01/3639.70	c learned average constraint degree 7713356775.60
3600.01/3639.70	c watched  CF 32, 64, 128, Arb: 173818 , 0 , 0 , 0
3600.01/3639.70	c counting CF 32, 64, 128, Arb: 375804 , 0 , 0 , 0
3600.01/3639.70	c watched   constraints 173818 ,( 31.63 ) 
3600.01/3639.70	c counting  constraints 375803 ,( 68.37 ) 
3600.01/3639.70	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 262118065 , 22695354 , 1723150502 ,( 69423606 , 1653726896 )
3600.01/3639.70	c gcd simplifications 238237
3600.01/3639.70	c detected cardinalities 54
3600.01/3639.70	c weakened non-implied lits 668510240
3600.01/3639.70	c weakened non-implying lits 6038435
3600.01/3639.70	c original variables 2023
3600.01/3639.70	c clausal propagations 116903253
3600.01/3639.70	c cardinality propagations 11939902
3600.01/3639.70	c watched propagations 326637
3600.01/3639.70	c counting propagations 286173442
3600.01/3639.70	c watch lookups 67551567993
3600.01/3639.70	c watch backjump lookups 0
3600.01/3639.70	c watch checks 17447299486
3600.01/3639.70	c propagation checks 38353565270
3600.01/3639.70	c constraint additions 3661543768
3600.01/3639.70	c trail pops 425512783
3600.01/3639.70	c formula constraints 31798
3600.01/3639.70	c learned constraints 1102591
3600.01/3639.70	c bound constraints 1178
3600.01/3639.70	c core-guided constraints 3404
3600.01/3639.70	c encountered formula constraints 28559745
3600.01/3639.70	c encountered learned constraints 3061530
3600.01/3639.70	c encountered bound constraints 69261
3600.01/3639.70	c encountered core-guided constraints 1949990
3600.01/3639.70	c LP total time 1453.94 s
3600.01/3639.70	c LP solve time 1346.18 s
3600.01/3639.70	c LP constraints added 31832
3600.01/3639.70	c LP constraints removed 27
3600.01/3639.70	c LP pivots internal 1105788
3600.01/3639.70	c LP pivots root 950201
3600.01/3639.70	c LP calls 2428
3600.01/3639.70	c LP optimalities 673
3600.01/3639.70	c LP no pivot count 83
3600.01/3639.70	c LP infeasibilities 1728
3600.01/3639.70	c LP valid Farkas constraints 1708
3600.01/3639.70	c LP learned Farkas constraints 1611
3600.01/3639.70	c LP basis resets 42
3600.01/3639.70	c LP cycling count 22
3600.01/3639.70	c LP singular count 0
3600.01/3639.70	c LP no primal count 0
3600.01/3639.70	c LP no farkas count 20
3600.01/3639.70	c LP other issue count 0
3600.01/3639.70	c LP Gomory cuts 34
3600.01/3639.70	c LP learned cuts 0
3600.01/3639.70	c LP deleted cuts 27
3600.01/3639.70	c LP encountered Gomory constraints 0
3600.01/3639.70	c LP encountered Farkas constraints 631137
3600.01/3639.70	c LP encountered learned Farkas constraints 7171
3600.01/3639.70	c CG auxiliary variables introduced 1370
3600.01/3639.70	c CG solutions found 434
3600.01/3639.70	c CG cores constructed 743
3600.01/3639.70	c CG core cardinality constraints returned 1
3600.01/3639.70	c CG unit cores 3
3600.01/3639.70	c CG single cores 665
3600.01/3639.70	c CG blocks removed during cardinality reduction 1470
3600.01/3639.70	c CG first core best 1
3600.01/3639.70	c CG decision core best 30
3600.01/3639.70	c CG core reduction tie 44
3600.01/3639.70	c CG core degree average 1.00
3600.01/3639.70	c CG core slack average 3.58
3600.01/3639.70	c CG core upper bound improvements 0
3600.01/3639.70	c STR number of successful calls 0
3600.01/3639.70	c STR number of unsuccessful calls 0
3600.01/3639.70	c STR number of inconclusive calls 0
3600.01/3639.70	c STR number of successful attempts 0
3600.01/3639.70	c STR number of unsuccessful attempts 0
3600.01/3639.70	c STR number of inconclusive attempts 0
3600.01/3639.70	c STR average degree increase per successful call inf
3600.01/3639.70	c STR average degree increase per successful attempt inf
3600.01/3639.70	c STR total number of conflicts for successful attempts 0
3600.01/3639.70	c STR total number of conflicts for unsuccessful attempts 0
3600.01/3639.70	c STR total number of conflicts for inconclusive attempts 0
3600.01/3639.70	c STR average number of conflicts per successful attempt inf
3600.01/3639.70	c STR average number of conflicts per unsuccessful attempt inf
3600.01/3639.70	c STR average number of conflicts per inconclusive attempt inf
3600.01/3639.70	c AVG.sumWPerc 48.57 
3600.01/3639.70	c bigint constraints 0 
3600.01/3639.70	o -9508
3600.01/3639.70	s SATISFIABLE
3600.01/3639.70	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.01/3639.70	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 (18141 MiB free)
  memory of node 1: 64465 MiB (59123 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532136-1752599250/watcher-4532136-1752599250 -o /tmp/evaluation-result-4532136-1752599250/solver-4532136-1752599250 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752597054-136629 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532136-1752599250.opb PROOFDIR/proof-4532136-1752599250 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=137493, runsolver pid=137490

[startup+0.10006 s]*
/proc/loadavg: 4.09 4.11 4.03 5/276 137496
/proc/meminfo: memFree=79103404/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=59508 memory=13184 CPUtime=0.04 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 1537 0 0 0 3 1 0 0 20 0 1 0 175601611 60936192 3296 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 14877 3296 2016 1147 0 2303 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 63700 KiB
Current children cumulated memory: 16256 KiB

[startup+0.205744 s]*
/proc/loadavg: 4.08 4.10 4.03 5/276 137496
/proc/meminfo: memFree=79099372/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=93600 memory=36792 CPUtime=0.14 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 6256 0 0 0 11 3 0 0 20 0 1 0 175601611 95846400 9198 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 23400 9198 2304 1147 0 10826 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 97792 KiB
Current children cumulated memory: 39864 KiB

[startup+0.305897 s]*
/proc/loadavg: 4.08 4.10 4.03 5/276 137496
/proc/meminfo: memFree=79081100/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=87060 memory=42496 CPUtime=0.24 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 6728 0 0 0 21 3 0 0 20 0 1 0 175601611 89149440 10624 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 21765 10624 2336 1147 0 9191 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 91252 KiB
Current children cumulated memory: 45568 KiB

[startup+0.700148 s]
/proc/loadavg: 4.08 4.10 4.03 5/276 137496
/proc/meminfo: memFree=79081100/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=87060 memory=42496 CPUtime=0.63 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 6728 0 0 0 60 3 0 0 20 0 1 0 175601611 89149440 10624 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 21765 10624 2336 1147 0 9191 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 91252 KiB
Current children cumulated memory: 45568 KiB

[startup+1.50015 s]
/proc/loadavg: 4.08 4.10 4.03 5/276 137496
/proc/meminfo: memFree=79073076/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=101940 memory=57468 CPUtime=1.43 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 9913 0 0 0 139 4 0 0 20 0 1 0 175601611 104386560 14367 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 25485 14367 2368 1147 0 12911 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 106132 KiB
Current children cumulated memory: 60540 KiB

[startup+3.10558 s]
/proc/loadavg: 4.08 4.10 4.03 5/276 137496
/proc/meminfo: memFree=79000740/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=109840 memory=68612 CPUtime=3.03 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 12120 0 0 0 297 6 0 0 20 0 1 0 175601611 112476160 17153 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 27460 17153 2432 1147 0 14886 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 114032 KiB
Current children cumulated memory: 71684 KiB

[startup+6.30016 s]
/proc/loadavg: 4.08 4.10 4.03 5/276 137496
/proc/meminfo: memFree=78911644/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=112396 memory=71044 CPUtime=6.21 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 12743 0 0 0 613 8 0 0 20 0 1 0 175601611 115093504 17761 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 28099 17761 2432 1147 0 15525 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 116588 KiB
Current children cumulated memory: 74116 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.12 4.03 5/276 137496
/proc/meminfo: memFree=78790440/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=116872 memory=75396 CPUtime=12.6 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 13832 0 0 0 1245 15 0 0 20 0 1 0 175601611 119676928 18849 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 29218 18849 2432 1147 0 16644 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 121064 KiB
Current children cumulated memory: 78468 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.13 4.04 5/276 137497
/proc/meminfo: memFree=78642124/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=118464 memory=77060 CPUtime=25.37 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 14225 0 0 0 2515 22 0 0 20 0 1 0 175601611 121307136 19265 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 29616 19265 2464 1147 0 17042 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 122656 KiB
Current children cumulated memory: 80132 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.12 4.04 5/276 137497
/proc/meminfo: memFree=77635220/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=177288 memory=129244 CPUtime=50.91 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 25278 0 0 0 5037 54 0 0 20 0 1 0 175601611 181542912 32311 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 44322 32311 2464 1147 0 31748 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 181480 KiB
Current children cumulated memory: 132316 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.13 4.04 5/275 137499
/proc/meminfo: memFree=75669932/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=200680 memory=147696 CPUtime=101.3 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 28366 0 0 0 10011 119 0 0 20 0 1 0 175601611 205496320 36924 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 50170 36924 2464 1147 0 37596 0
Current children cumulated CPU time: 101.33 s
Current children cumulated vsize: 204872 KiB
Current children cumulated memory: 150768 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.04 5/274 137501
/proc/meminfo: memFree=73668288/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=311568 memory=227964 CPUtime=160.93 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 42405 0 0 0 15901 192 0 0 20 0 1 0 175601611 319045632 56991 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 77892 56991 2464 1147 0 65318 0
Current children cumulated CPU time: 160.96 s
Current children cumulated vsize: 315760 KiB
Current children cumulated memory: 231036 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.04 5/272 137504
/proc/meminfo: memFree=71565000/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=321088 memory=238076 CPUtime=220.27 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 44940 0 0 0 21774 253 0 0 20 0 1 0 175601611 328794112 59519 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 80272 59519 2464 1147 0 67698 0

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

/proc/137496/statm: 217345 193894 2528 1147 0 204771 0
Current children cumulated CPU time: 3066.98 s
Current children cumulated vsize: 873572 KiB
Current children cumulated memory: 778648 KiB

[startup+3162.3 s]
/proc/loadavg: 1.12 1.10 1.55 2/250 137759
/proc/meminfo: memFree=101532360/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=869380 memory=775576 CPUtime=3126.42 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 125151 0 0 0 309555 3087 0 0 20 0 1 0 175601611 890245120 193894 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 217345 193894 2528 1147 0 204771 0
Current children cumulated CPU time: 3126.45 s
Current children cumulated vsize: 873572 KiB
Current children cumulated memory: 778648 KiB

[startup+3222.3 s]
/proc/loadavg: 1.09 1.10 1.52 2/250 137773
/proc/meminfo: memFree=101114208/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=872836 memory=794384 CPUtime=3186.01 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 125766 0 0 0 315467 3134 0 0 20 0 1 0 175601611 893784064 198596 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 218209 198596 2528 1147 0 205635 0
Current children cumulated CPU time: 3186.04 s
Current children cumulated vsize: 877028 KiB
Current children cumulated memory: 797456 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.11 1.50 2/250 137775
/proc/meminfo: memFree=100686028/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=872836 memory=794512 CPUtime=3245.33 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 125796 0 0 0 321353 3180 0 0 20 0 1 0 175601611 893784064 198628 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 218209 198628 2528 1147 0 205635 0
Current children cumulated CPU time: 3245.36 s
Current children cumulated vsize: 877028 KiB
Current children cumulated memory: 797584 KiB

[startup+3342.3 s]
/proc/loadavg: 1.15 1.12 1.47 2/251 137778
/proc/meminfo: memFree=100379612/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=875032 memory=797200 CPUtime=3304.98 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 126464 0 0 0 327277 3221 0 0 20 0 1 0 175601611 896032768 199300 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 218758 199300 2528 1147 0 206184 0
Current children cumulated CPU time: 3305.01 s
Current children cumulated vsize: 879224 KiB
Current children cumulated memory: 800272 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.11 1.44 2/250 137780
/proc/meminfo: memFree=99698108/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=880576 memory=803216 CPUtime=3364.16 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 127963 0 0 0 333129 3287 0 0 20 0 1 0 175601611 901709824 200804 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 220144 200804 2528 1147 0 207570 0
Current children cumulated CPU time: 3364.19 s
Current children cumulated vsize: 884768 KiB
Current children cumulated memory: 806288 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.12 1.43 2/251 137788
/proc/meminfo: memFree=98997028/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=880576 memory=803216 CPUtime=3424.04 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 128254 0 0 0 339056 3348 0 0 20 0 1 0 175601611 901709824 200804 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 220144 200804 2528 1147 0 207570 0
Current children cumulated CPU time: 3424.07 s
Current children cumulated vsize: 884768 KiB
Current children cumulated memory: 806288 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.11 1.40 2/252 137791
/proc/meminfo: memFree=98292296/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=880576 memory=803216 CPUtime=3483.41 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 128265 0 0 0 344928 3413 0 0 20 0 1 0 175601611 901709824 200804 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 220144 200804 2528 1147 0 207570 0
Current children cumulated CPU time: 3483.44 s
Current children cumulated vsize: 884768 KiB
Current children cumulated memory: 806288 KiB

[startup+3582.3 s]
/proc/loadavg: 1.18 1.13 1.39 2/252 137793
/proc/meminfo: memFree=97694788/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=880576 memory=803216 CPUtime=3542.94 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 128289 0 0 0 350819 3475 0 0 20 0 1 0 175601611 901709824 200804 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 220144 200804 2528 1147 0 207570 0
Current children cumulated CPU time: 3542.97 s
Current children cumulated vsize: 884768 KiB
Current children cumulated memory: 806288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3639.7 s]
/proc/loadavg: 1.13 1.12 1.37 2/253 137797
/proc/meminfo: memFree=96973088/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=886156 memory=806800 CPUtime=3599.98 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 128691 0 0 0 356449 3549 0 0 20 0 1 0 175601611 907423744 201700 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 221539 201700 2528 1147 0 208965 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 890348 KiB
Current children cumulated memory: 809872 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3564.53 s, system=35.5067 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+3639.7 s]
/proc/loadavg: 1.13 1.12 1.37 2/253 137797
/proc/meminfo: memFree=96973088/131250000 swapFree=33008356/33010684
[pid=137493] ppid=137490 vsize=4192 memory=3072 CPUtime=0.03 cores=5,7
/proc/137493/stat : 137493 (run-opt-ls-log.) S 137490 137493 135648 0 -1 4194304 244 6440 0 0 0 0 2 1 20 0 1 0 175601606 4292608 768 18446744073709551615 94320971333632 94320972228165 140727165191344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94320972467216 94320972514960 94320980926464 140727165200665 140727165200863 140727165200863 140727165206467 0
/proc/137493/statm: 1048 768 704 219 0 110 0
[pid=137496] ppid=137493 vsize=886156 memory=806800 CPUtime=3599.98 cores=5,7
/proc/137496/stat : 137496 (roundingsat) R 137493 137493 135648 0 -1 4194304 128691 0 0 0 356449 3549 0 0 20 0 1 0 175601611 907423744 201700 18446744073709551615 4227072 8923577 140727778953728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 42819584 140727778957556 140727778957862 140727778957862 140727778963434 0
/proc/137496/statm: 221539 201700 2528 1147 0 208965 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 890348 KiB
Current children cumulated memory: 809872 KiB

Child status: 2

Real time (s): 3639.71
CPU time (s): 3600.04
CPU user time (s): 3564.53
CPU system time (s): 35.5067
CPU usage (%): 98.9101
Max. virtual memory (cumulated for all children) (KiB): 890348
Max. memory (cumulated for all children) (KiB): 809872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3564.53
system time used= 35.5067
maximum resident set size= 806928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135393
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60245528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 435
involuntary context switches= 4824


# summary of solver processes directly reported to runsolver:
#   pid: 137493,137496
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3564.53
#   total CPU system time (s): 35.5067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76749 second user time and 15.2711 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-15 19:07:30
IDJOB=4532136
IDBENCH=178754
IDSOLVER=3392
FILE ID=nodeC014/4532136-1752599250
RUNJOBID= nodeC014-1752597054-136629
SLURM_JOB_ID= 9684380
Free space on /tmp= 431272 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
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 -w /tmp/evaluation-result-4532136-1752599250/watcher-4532136-1752599250 -o /tmp/evaluation-result-4532136-1752599250/solver-4532136-1752599250 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752597054-136629 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4532136-1752599250.opb PROOFDIR/proof-4532136-1752599250

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

MD5SUM BENCH= cf5cf55a0ad097c03b301970f48ee2e9
RANDOM SEED=1964022253

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        79119676 kB
MemAvailable:   123710480 kB
Buffers:             696 kB
Cached:         45325616 kB
SwapCached:         1624 kB
Active:          6487608 kB
Inactive:       44834560 kB
Active(anon):    5994792 kB
Inactive(anon):    25776 kB
Active(file):     492816 kB
Inactive(file): 44808784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1551836 kB
Writeback:             0 kB
AnonPages:       5996368 kB
Mapped:           122668 kB
Shmem:             24600 kB
KReclaimable:     256884 kB
Slab:             400580 kB
SReclaimable:     256884 kB
SUnreclaim:       143696 kB
KernelStack:        4364 kB
PageTables:        15292 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6838020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150792 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2693120 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431292 MiB
End job on nodeC014 at 2025-07-15 20:08:10